/* _content/AbelicaAccount/Pages/Admin/Users/CreateUserFlyout.razor.rz.scp.css */
.search-box[b-339mr2j08z] {
  max-width: unset;
}
/* _content/AbelicaAccount/Pages/Client/Consolidations/ConsolidationDetail.razor.rz.scp.css */
.modal-header dd[b-h8g3jvwvc8], .modal-header dl[b-h8g3jvwvc8] {
  margin-bottom: 0;
}
/* _content/AbelicaAccount/Pages/Client/Consolidations/ConsolidationOverview.razor.rz.scp.css */
/* _content/AbelicaAccount/Pages/Plans/UserPicker.razor.rz.scp.css */
.search-box[b-sorrcm920t] {
  max-width: unset;
}
/* _content/AbelicaAccount/Shared/Components/Disclosure/DisclosureDropdown.razor.rz.scp.css */
.dropdown-menu[b-csh0h01679] {
  width: 100%;
  overflow: auto;
  max-height: 400px;
}

label[for=radio-local][b-csh0h01679] {
  width: 150px;
}

label[for=radio-non-local][b-csh0h01679] {
  width: 200px;
}
/* _content/AbelicaAccount/Shared/Components/Disclosure/ElementGrid.razor.rz.scp.css */
.disclosure-items-table[b-pxmlwldv81]  .element-editor {
  max-width: 200px;
}
/* _content/AbelicaAccount/Shared/Components/ModalContainer.razor.rz.scp.css */
.flyout[b-wlzhp2jqga] {
  z-index: 2;
  position: fixed;
  left: 310px;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
}
.flyout[b-wlzhp2jqga]  > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-flyout-container[b-wlzhp2jqga] {
  z-index: 2;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
/* _content/AbelicaAccount/Shared/MainLayout.razor.rz.scp.css */
.page[b-gtfbe1snnl] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-gtfbe1snnl] {
  flex: 1;
  flex-direction: column;
  display: flex;
}
main article[b-gtfbe1snnl] {
  flex: 1;
  flex-direction: column;
  display: flex;
}

.sidebar[b-gtfbe1snnl] {
  background-image: linear-gradient(180deg, #009DE0 0%, #00b5e0 70%);
}

.top-row[b-gtfbe1snnl] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-gtfbe1snnl] {
    display: none;
  }

  .top-row.auth[b-gtfbe1snnl] {
    justify-content: space-between;
  }

  .top-row a[b-gtfbe1snnl], .top-row .btn-link[b-gtfbe1snnl] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page[b-gtfbe1snnl] {
    flex-direction: row;
  }

  .sidebar[b-gtfbe1snnl] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  main[b-gtfbe1snnl] {
    height: 100vh;
  }
  main article[b-gtfbe1snnl] {
    overflow: hidden;
    position: relative;
  }

  .top-row[b-gtfbe1snnl] {
    position: sticky;
    top: 0;
    z-index: 1;
    flex-shrink: 0;
  }

  .top-row[b-gtfbe1snnl] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* _content/AbelicaAccount/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e0m00ljecu] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e0m00ljecu] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand[b-e0m00ljecu] {
  font-size: 1.1rem;
}

.oi[b-e0m00ljecu], .bi[b-e0m00ljecu] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-e0m00ljecu] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-e0m00ljecu] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-e0m00ljecu] {
  padding-bottom: 1rem;
}

.nav-item[b-e0m00ljecu]  a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.nav-item[b-e0m00ljecu]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.nav-item[b-e0m00ljecu]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

@media (min-width: 641px) {
  .navbar-toggler[b-e0m00ljecu] {
    display: none;
  }

  .collapse[b-e0m00ljecu] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
