.ui-widget-overlay {
  background: #212529 !important;
  opacity: 0.4 !important;
}
/* Funding source district select */
.fs-district-option[data-v-ae0fd602] {
  border-radius: 1.2em;
  border: 0.225em solid #bbb;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fs-district-option__img[data-v-ae0fd602] {
  display: inline-block;
  width: 75px;
  margin-right: 25px;
}
.fs-district-option__district-information[data-v-ae0fd602] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-right: 25px;
  margin-bottom: 25px;
}
.fs-district-option__district-name[data-v-ae0fd602] {
  font-family: Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 0;
}

/* Non-BEM classes to preserve JS functionality (don't want to rewrite) */
.fs-district-option .district-select-button[data-v-ae0fd602] {
  margin-bottom: 0;
  width: 100px;
  font-size: 1rem;
  border-radius: 1.2em;
  border: 0;
  background-color: #08386a;
  flex-shrink: 0;
}
.fs-district-option .district-select-button[data-v-ae0fd602]:hover {
  border: 0;
  background-color: #084f8b;
}
.fs-district-option__link[data-v-ae0fd602] {
  display: none;
}
@media (min-width: 478px) {
.fs-district-option__link[data-v-ae0fd602] {
    display: inline-block;
}
}
@media (min-width: 768px) {
.fs-district-option__district-information[data-v-ae0fd602] {
    margin-bottom: 0;
}
}

iframe.funding-iframe[data-v-e8446add] {
  height: 695px;
  width: 350px;
}
.fs-payment-providers[data-v-e8446add] {
  display: flex;
  width: 100%;
  justify-content: center;
}
.fs-payment-providers a[data-v-e8446add] {
  width: 10em;
  height: 10em;
  background-color: #08386a;
  color: white;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
}
.fs-payment-providers a[data-v-e8446add]:hover {
  background-color: #084e8b;
}
.fs-payment-providers a[data-v-e8446add]:not(:first-child) {
  margin-left: 1em;
}
.fs-payment-providers__logo[data-v-e8446add] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8em;
  width: 100%;
}
.fs-payment-providers__logo img[data-v-e8446add] {
  object-fit: contain;
  height: 70%;
  width: 70%;
}
.fs-payment-providers__name[data-v-e8446add] {
  text-align: center;
  height: 3em;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
}
