/* /Components/BaseComponents/AdminConsoleCheckbox.razor.rz.scp.css */
.select-container[b-r65qqhxwev] {
  margin: 0.4em 0;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #d3d7df;
  box-sizing: border-box;
  color: #4a565e;
  position: relative;
  cursor: pointer;
  background-color: white;
  min-height: 44px;
}

.select-container--multi-select[b-r65qqhxwev] {
  min-height: 60px;
}

.marginless[b-r65qqhxwev] {
  margin: 0;
}

.select-option[b-r65qqhxwev] {
  display: block;
  border: 1px solid #d3d7df;
  padding: 10px;
  cursor: pointer;
}

  .select-option:hover[b-r65qqhxwev] {
    background-color: #e1eede;
  }

.select-options-container[b-r65qqhxwev] {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 42px;
  z-index: 10;
  max-height: 221px;
  overflow: scroll;
  overflow-x: hidden;
}


.dropdown-arrow[b-r65qqhxwev] {
  float: right;
  padding-top: 3px;
}

.multi-option[b-r65qqhxwev] {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #6aa958;
  background-color: #e1eede;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.selected[b-r65qqhxwev] {
  font-weight: bold;
  margin: -10px;
  padding: 10px;
  background-color: #d3d7df
}

.select-container--disabled[b-r65qqhxwev] {
  background-color: #d3d7df;
}

.checkbox-container[b-r65qqhxwev] {
  position: relative;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  text-align: left;
}

  /* Hide the browser's default checkbox */
  .checkbox-container input[b-r65qqhxwev] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

    .checkbox-container input:disabled[b-r65qqhxwev] {
      cursor: default;
    }

/* Create a custom checkbox */
.checkmark[b-r65qqhxwev] {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #d3d7df;
  margin-right: 8px;
  user-select: none;
}

  .checkmark:hover[b-r65qqhxwev] {
    border: 2px solid #b9cfdf;
  }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark[b-r65qqhxwev] {
  background-color: #3878a3;
  border-radius: 4px;
  border: 2px solid #3878a3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[b-r65qqhxwev]:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container--disabled[b-r65qqhxwev] {
  opacity: 0.5;
  cursor: default;
}


  .checkbox-container--disabled .checkmark[b-r65qqhxwev] {
    pointer-events: none;
  }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark[b-r65qqhxwev]:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark[b-r65qqhxwev]:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-option[b-r65qqhxwev] {
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

  .checkbox-option:first-child[b-r65qqhxwev] {
    padding-top: 10px;
  }

  .checkbox-option:last-child[b-r65qqhxwev] {
    padding-bottom: 10px;
  }

.checkbox-options-container[b-r65qqhxwev] {
  width: 100%;
  margin-top: 6px;
}

.checkbox-options[b-r65qqhxwev] {
  height: 220px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #d3d7df;
  background-color: white;
}

.header[b-r65qqhxwev] {
  display: flex;
  align-items: center;
}

.header-search[b-r65qqhxwev] {
  flex: 1;
}

.header-select-all[b-r65qqhxwev] {
  margin-left: auto;
  align-self: stretch;
  border-radius: 0 4px 0 0;
  border: solid 1px #d3d7df;
  background-color: #fff;
  border-bottom: none;
  border-left: none;
  padding-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
}

.no-results[b-r65qqhxwev] {
  text-align: center;
  margin-top: 30px;
}

.checkbox__sublabel[b-r65qqhxwev] {
  color: gray;
  font-size: 0.9em;
}
/* /Components/BaseComponents/AdminConsoleSelect.razor.rz.scp.css */
.select-container[b-93xeo60jmd] {
  margin: 0.4em 0 0 0;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #d3d7df;
  box-sizing: border-box;
  color: #4a565e;
  position: relative;
  cursor: pointer;
  background-color: white;
  min-height: 44px;
}

.select-container--multi-select[b-93xeo60jmd] {
  min-height: 60px;
}

.marginless[b-93xeo60jmd] {
  margin: 0;
}

.select-option[b-93xeo60jmd] {
  display: block;
  border: 1px solid #d3d7df;
  padding: 10px;
  cursor: pointer;
}

  .select-option:hover[b-93xeo60jmd] {
    background-color: #e1eede;
  }

.select-options-container[b-93xeo60jmd] {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 42px;
  z-index: 10;
  max-height: 221px;
  overflow: scroll;
  overflow-x: hidden;
}


.multi-option[b-93xeo60jmd] {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #6aa958;
  background-color: #e1eede;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.selected[b-93xeo60jmd] {
  font-weight: bold;
  margin: -10px;
  padding: 10px;
  background-color: #d3d7df
}

.select-container--disabled[b-93xeo60jmd] {
  background-color: #d3d7df;
}
/* /Components/BaseComponents/ExpandableDrawer.razor.rz.scp.css */
.expandable-drawer[b-nva5jcmxub] {
  border: 2px solid #d3d7df;
  border-radius: 6px;
}

.expandable-drawer--open[b-nva5jcmxub] {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.expandable-drawer__title-bar[b-nva5jcmxub] {
  position: relative;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.expandable-drawer__title[b-nva5jcmxub] {
  font-size: 22px;
  margin: 0;
  cursor: pointer;
}

.expandable-drawer__title-sub-text[b-nva5jcmxub] {
  color: gray;
}

.expandable-drawer__content-wrapper[b-nva5jcmxub] {
  display: flex;
  overflow: hidden;
  padding: 15px;
  background-color: #f9fbfc;
  border-top: 2px solid #d3d7df;
}

.expandable-drawer__content-wrapper[b-nva5jcmxub]:after {
  content: '';
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}

.expandable-drawer__content[b-nva5jcmxub] {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  width: 100%;
}
/* /Components/BaseComponents/Modal.razor.rz.scp.css */
.modal__container[b-f8v4la3l81] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 55vw;
  max-height: 90%;
}

.modal__container--small[b-f8v4la3l81] {
  width: 40vw;
  max-height: 50%;
}


.modal__content[b-f8v4la3l81] {
  border-radius: 10px;
  height: 90vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  background-color: #fff;
}

.modal__content--small[b-f8v4la3l81] {
  height: unset;
}

.modal__title-bar[b-f8v4la3l81] {
  background-color: #f9fbfc;
  border-bottom: 2px solid #d6d5d5;
  text-align: center;
  width: 100%;
  padding: 10px 0 10px 0;
  color: #033658;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  justify-content: center;
}

.modal__title[b-f8v4la3l81] {
  font-size: 26px;
  font-weight: 600;
}

.modal__close-button[b-f8v4la3l81] {
  position: absolute;
  right: 10px;
  margin-right: 10px;
  border: none;
  background-color: #f9fbfc;
}

.modal__background[b-f8v4la3l81] {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 15;
}

.modal__body[b-f8v4la3l81] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  overflow-y: auto;
}
/* /Components/BaseComponents/MultiCheck.razor.rz.scp.css */
.select-container[b-8hn8gsml2b] {
  margin: 0.4em 0;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #d3d7df;
  box-sizing: border-box;
  color: #4a565e;
  position: relative;
  cursor: pointer;
  background-color: white;
  min-height: 44px;
}

.select-container--multi-select[b-8hn8gsml2b] {
  min-height: 60px;
}

.marginless[b-8hn8gsml2b] {
  margin: 0;
}

.select-option[b-8hn8gsml2b] {
  display: block;
  border: 1px solid #d3d7df;
  padding: 10px;
  cursor: pointer;
}

  .select-option:hover[b-8hn8gsml2b] {
    background-color: #e1eede;
  }

.select-options-container[b-8hn8gsml2b] {
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  top: 42px;
  z-index: 10;
  max-height: 221px;
  overflow: scroll;
  overflow-x: hidden;
}


.dropdown-arrow[b-8hn8gsml2b] {
  float: right;
  padding-top: 3px;
}

.multi-option[b-8hn8gsml2b] {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #6aa958;
  background-color: #e1eede;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.selected[b-8hn8gsml2b] {
  font-weight: bold;
  margin: -10px;
  padding: 10px;
  background-color: #d3d7df
}

.select-container--disabled[b-8hn8gsml2b] {
  background-color: #d3d7df;
}

.checkbox-container[b-8hn8gsml2b] {
  position: relative;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  text-align: left;
}

  /* Hide the browser's default checkbox */
  .checkbox-container input[b-8hn8gsml2b] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

    .checkbox-container input:disabled[b-8hn8gsml2b] {
      cursor: default;
    }

/* Create a custom checkbox */
.checkmark[b-8hn8gsml2b] {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #d3d7df;
  margin-right: 8px;
  user-select: none;
}

  .checkmark:hover[b-8hn8gsml2b] {
    border: 2px solid #b9cfdf;
  }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark[b-8hn8gsml2b] {
  background-color: #3878a3;
  border-radius: 4px;
  border: 2px solid #3878a3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[b-8hn8gsml2b]:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container--disabled[b-8hn8gsml2b] {
  opacity: 0.5;
  cursor: default;
}


  .checkbox-container--disabled .checkmark[b-8hn8gsml2b] {
    pointer-events: none;
  }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark[b-8hn8gsml2b]:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark[b-8hn8gsml2b]:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-option[b-8hn8gsml2b] {
  display: block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

  .checkbox-option:first-child[b-8hn8gsml2b] {
    padding-top: 10px;
  }

  .checkbox-option:last-child[b-8hn8gsml2b] {
    padding-bottom: 10px;
  }

.checkbox-options-container[b-8hn8gsml2b] {
  width: 100%;
  margin-top: 6px;
}

.checkbox-options[b-8hn8gsml2b] {
  height: 220px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #d3d7df;
  background-color: white;
}

.header[b-8hn8gsml2b] {
  display: flex;
  align-items: center;
}

.header-search[b-8hn8gsml2b] {
  flex: 1;
}

.header-select-all[b-8hn8gsml2b] {
  margin-left: auto;
  align-self: stretch;
  border-radius: 0 4px 0 0;
  border: solid 1px #d3d7df;
  background-color: #fff;
  border-bottom: none;
  border-left: none;
  padding-right: 10px;
  padding-top: 5px;
  padding-left: 10px;
}

.no-results[b-8hn8gsml2b] {
  text-align: center;
  margin-top: 30px;
}
/* /Components/BaseComponents/SearchableDropdown.razor.rz.scp.css */
.descriptive-dropdown-container[b-kt28l4qi2w] {
  position: relative;
}

.descriptive-dropdown[b-kt28l4qi2w] {
  position: absolute;
  top: 100%;
  width: 400px;
  border: 1px solid #b1aeae;
  max-height: 400px;
  background-color: white;
  border-radius: 3px;
  z-index: 15;
}

.base-dropdown[b-kt28l4qi2w] {
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #b1aeae;
  max-height: 400px;
  background-color: white;
  border-radius: 3px;
  z-index: 15;
}

.descriptive-dropdown-item[b-kt28l4qi2w],
.base-dropdown-item[b-kt28l4qi2w] {
  cursor: pointer;
  padding: 10px 15px;
  padding-bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}

  .descriptive-dropdown-item:hover[b-kt28l4qi2w],
  .base-dropdown-item:hover[b-kt28l4qi2w] {
    background-color: #EEEEEE;
  }

  .descriptive-dropdown-item .dropdown-item-title[b-kt28l4qi2w] {
    font-size: 16px;
    font-weight: 600;
    color: #033658;
  }

  .descriptive-dropdown-item .dropdown-item-description[b-kt28l4qi2w] {
    font-size: 16px;
    font-weight: normal;
    color: #4a565e;
    overflow-wrap: normal;
    max-width: 325px;
  }

.descriptive-dropdown .descriptive-dropdown-item:last-child[b-kt28l4qi2w],
.base-dropdown .base-dropdown-item:last-child[b-kt28l4qi2w] {
  padding-bottom: 10px;
}

.dropdown[b-kt28l4qi2w] {
  position: relative;
  background: white;
  border: 1px solid #d3d7df;
  border-radius: 4px;
  padding: 10px;
}

.dropdown--is-open[b-kt28l4qi2w] {
  border-radius: 4px 4px 0 0;
}

.dropdown--invalid[b-kt28l4qi2w] {
  box-shadow: 4px 4px #ffd7d2;
  border-color: #ffa99f;
}

.dropdown__item[b-kt28l4qi2w] {
  border-top: 1px solid #d3d7df;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 10px;
  text-align: start;
  width: 100%;
  border: none;
  background-color: #f9fbfc;
}

  .dropdown__item:first-child[b-kt28l4qi2w] {
    border-top: none;
  }

  .dropdown__item h4[b-kt28l4qi2w] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdown__item:hover[b-kt28l4qi2w] {
    background-color: #e1eede;
  }

  .dropdown__item > h4[b-kt28l4qi2w] {
    margin: 0;
  }

.dropdown__item--slim h4[b-kt28l4qi2w] {
  font-weight: normal;
}

.dropdown__item-selected[b-kt28l4qi2w] {
  font-weight: bold;
  background-color: #d3d7df
}

  .dropdown__item-selected h4[b-kt28l4qi2w] {
    font-weight: bold;
  }

.dropdown__input[b-kt28l4qi2w] {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2px;
  margin-left: 6px;
  border-top-right-radius: 2px;
  /* Keeps input from going over dropdown border radius of 4px. */
  border: none;
  box-sizing: border-box;
  width: calc(100% - 50px);
}

.dropdown__input--slim[b-kt28l4qi2w] {
  padding-top: unset;
  padding-bottom: unset;
}

.dropdown__input[b-kt28l4qi2w]::placeholder {
  font-style: italic;
}

.dropdown__list[b-kt28l4qi2w] {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #d3d7df;
  right: -2px;
  z-index: 99;
  max-height: calc(42.5px * 8);
  overflow-y: auto;
  left: -1px;
}

.dropdown__list--slim[b-kt28l4qi2w] {
  top: 42px;
  left: -1px;
}

.search-icon__container[b-kt28l4qi2w] {
  width: 35px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.dropdown__input[disabled][b-kt28l4qi2w] {
  pointer-events: none;
  background-color: transparent;
  font-weight: 600;
  color: black;
}

.dropdown__background[b-kt28l4qi2w] {
  width: 100vw;
  height: 100vh;
}

.icon-container[b-kt28l4qi2w] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: none;
  border-color: #fff;
}
/* /Components/BaseComponents/SearchBar.razor.rz.scp.css */
.search-bar[b-6tcegmqw68] {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  padding: 15px;
  padding-left: 48px;
  box-sizing: border-box;
  border: solid 2px #d3d7df;
}

.search-bar__container[b-6tcegmqw68] {
  width: 100%;
  position: relative;
}

.search-bar:focus[b-6tcegmqw68] {
  box-shadow: 0 0 10px 0 rgba(3, 54, 88, 0.1); /* $primary, "900" but with alpha value of 0.1 */
}

.integrated[b-6tcegmqw68] {
  border-width: 1px;
  border-radius: 4px 0 0 0;
  border-bottom: none;
  border-right: none;
}

  .integrated:focus[b-6tcegmqw68] {
    border-right: 1px solid #d3d7df;
  }
/* /Components/BaseComponents/TabControl.razor.rz.scp.css */

.tab[b-29p6bsr8n1] {
  margin-right: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  letter-spacing: 0.08em;
  color: #3878a3;
}

  .tab:hover[b-29p6bsr8n1] {
    text-decoration: none;
  }

.tab--active[b-29p6bsr8n1] {
  border-bottom: 2px solid #003658;
  color: #003658;
}

.tab-container[b-29p6bsr8n1] {
  border-bottom: 1px solid #d3d7df;
  display: flex;
  align-items: flex-end;
  justify-self: start;
  margin-top: 16px;
}

.tab__subtitle[b-29p6bsr8n1] {
  font-size: 10px;
  margin-left: 4px;
}
/* /Components/District/DemoDistrictCard.razor.rz.scp.css */
.district-card[b-h152h0lq68] {
  --district-card-width: 420px;
  --district-card-inset: 48px;
  --district-card-border-width: 1px;
  width: var(--district-card-width);
  margin-bottom: var(--district-card-inset);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

  .district-card:nth-child(2n + 1)[b-h152h0lq68] {
    margin-right: var(--district-card-inset);
  }

  .district-card > .row[b-h152h0lq68] {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

    .district-card > .row:last-of-type[b-h152h0lq68] {
      margin-bottom: 0;
    }

.district-card__heading[b-h152h0lq68] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

  .district-card__heading > *[b-h152h0lq68] {
    margin: 0;
  }

.district-card__name[b-h152h0lq68] {
  margin-right: 1rem;
  max-width: 290px;
}

.district-card__column[b-h152h0lq68] {
  margin-right: 32px;
}

  .district-card__column:last-of-type[b-h152h0lq68] {
    margin-right: 0;
  }

.district-card__info-group[b-h152h0lq68] {
  margin-bottom: 1rem;
}

  .district-card__info-group:last-of-type[b-h152h0lq68] {
    margin-bottom: 0;
  }

  .district-card__info-group > *[b-h152h0lq68] {
    margin: 0;
  }

.district-card__buttons[b-h152h0lq68] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.input-narrow[b-h152h0lq68] {
  width: 5rem;
}

.txt--suppress[b-h152h0lq68] {
  color: #7F7F7F;
}
/* /Components/Enrollment/SectionListing.razor.rz.scp.css */
.section--wont-appear[b-wvpwt3hc9g] {
  color: gray;
}
/* /Components/Login.razor.rz.scp.css */
.button[b-snjsddzspn] {
  padding: 0.5em 2em;
  border-radius: 1.25em;
  font-weight: bold;
  cursor: pointer;
  color: #033656
}

.button-default[b-snjsddzspn] {
  background-color: white;
  color: #033656;
  border: 2px solid #3878a3;
}

.button-highlight:hover[b-snjsddzspn],
.button-highlight:focus[b-snjsddzspn] {
  box-shadow: 0 0 10px 0 #3878a3;
  text-decoration: none;
}

.login-container[b-snjsddzspn] {
  border: 1px solid #ebedf1;
  border-radius: 10px;
  background-color: #f9fbfc;
  width: 60%;
}

.button-container[b-snjsddzspn] {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* /Components/MainLayout.razor.rz.scp.css */
.page[b-iz4pool4kx] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main[b-iz4pool4kx] {
  flex: 1;
}

.sidebar[b-iz4pool4kx] {
  background-color: #d6d5d5;
}

.top-row[b-iz4pool4kx] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-iz4pool4kx]  a, .top-row .button-link[b-iz4pool4kx] {
    white-space: nowrap;
    margin-left: 1.5rem;
  }

  .top-row a:first-child[b-iz4pool4kx] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-iz4pool4kx] {
    display: none;
  }

  .top-row.auth[b-iz4pool4kx] {
    justify-content: space-between;
  }

  .top-row a[b-iz4pool4kx], .top-row .button-link[b-iz4pool4kx] {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-iz4pool4kx] {
    flex-direction: row;
  }

  .sidebar[b-iz4pool4kx] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-iz4pool4kx] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .main > div[b-iz4pool4kx] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Pages/DemoDistrictList.razor.rz.scp.css */
.district-card[b-q80iv62zjh] {
  --district-card-width: 420px;
  --district-card-inset: 48px;
  --district-card-border-width: 1px;
  width: var(--district-card-width);
  margin-bottom: var(--district-card-inset);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

  .district-card:nth-child(2n + 1)[b-q80iv62zjh] {
    margin-right: var(--district-card-inset);
  }

  .district-card > .row[b-q80iv62zjh] {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

    .district-card > .row:last-of-type[b-q80iv62zjh] {
      margin-bottom: 0;
    }

.district-card__heading[b-q80iv62zjh] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

  .district-card__heading > *[b-q80iv62zjh] {
    margin: 0;
  }

.district-card__name[b-q80iv62zjh] {
  margin-right: 1rem;
  max-width: 290px;
}

.district-card__column[b-q80iv62zjh] {
  margin-right: 32px;
}

  .district-card__column:last-of-type[b-q80iv62zjh] {
    margin-right: 0;
  }

.district-card__info-group[b-q80iv62zjh] {
  margin-bottom: 1rem;
}

  .district-card__info-group:last-of-type[b-q80iv62zjh] {
    margin-bottom: 0;
  }

  .district-card__info-group > *[b-q80iv62zjh] {
    margin: 0;
  }

.district-card__buttons[b-q80iv62zjh] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.input-narrow[b-q80iv62zjh] {
  width: 5rem;
}

.txt--suppress[b-q80iv62zjh] {
  color: #7F7F7F;
}
/* /Pages/MiReadUpdateIndex.razor.rz.scp.css */
.student-filter-label[b-uvebwyezan] {
  min-width: 120px;
  font-weight: 600;
  color: #033658;
}

.student-building-select[b-uvebwyezan] {
  width: 150px;
  display: inline-flex;
  align-items: center;
}
