@import '_content/BlazorShared/BlazorShared.cy1ay6qv6v.bundle.scp.css';

/* _content/ClientPortal/Components/AttachmentViewerDetail.razor.rz.scp.css */
/* flex-fill the pdf viewer so it will vertical stretch to the available modal height */
iframe[b-lu2getiq74] {
    flex: 1 1 auto; /* same as Bootstrap's .flex-fill */
}

img[b-lu2getiq74] {
    max-width: 100%;
    max-height: 80vh;
}
/* _content/ClientPortal/Pages/ClientInvoices/ClientInvoiceComponent.razor.rz.scp.css */
/* Same colors as the PDFjs toolbar background: */
.button-toolbar[b-o9s6yna0xp] {
    background-color: rgba(249, 249, 250, 1);
}

@media (prefers-color-scheme: dark) {
    .button-toolbar[b-o9s6yna0xp] {
        background-color: rgba(56, 56, 61, 1);
    }

    .button-toolbar .btn[b-o9s6yna0xp] {
        color: rgba(249, 249, 250, 1);
    }
}

iframe[b-o9s6yna0xp] {
    width: 100%;
    height: 80vh;
}
/* _content/ClientPortal/Shared/MainLayout.razor.rz.scp.css */
header[b-r2k9fd67n2] {
  height: 5rem;
}
header .navbar-brand img[b-r2k9fd67n2] {
  height: 2.5rem;
}

.layout-container[b-r2k9fd67n2] {
  display: grid;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.offcanvas-body[b-r2k9fd67n2] {
  display: flex;
  flex-direction: column;
}
.offcanvas-body li + li[b-r2k9fd67n2] {
  margin-top: 0.25rem;
}
.offcanvas-body[b-r2k9fd67n2]  .btn-menu {
  display: flex;
  align-items: baseline;
  color: var(--bs-primary-text-emphasis);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-light-rgb);
  --bs-btn-padding-y: .75rem;
}
.offcanvas-body[b-r2k9fd67n2]  .btn-menu:hover, .offcanvas-body[b-r2k9fd67n2]  .btn-menu.active {
  background-color: var(--zd-body-bg);
  border-color: var(--zd-body-bg);
}

.offcanvas-backdrop[b-r2k9fd67n2] {
  top: 5rem;
}

.organization-logo[b-r2k9fd67n2] {
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .offcanvas[b-r2k9fd67n2] {
    top: 5rem;
    right: 0;
    left: 0;
    bottom: auto;
    max-height: calc(100% - 5rem);
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-bottom-left-radius: var(--bs-border-radius-xxl);
    border-bottom-right-radius: var(--bs-border-radius-xxl);
  }
  .offcanvas[aria-expanded=true][b-r2k9fd67n2] {
    visibility: visible;
  }
  .organization-logo[b-r2k9fd67n2] {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .navbar-brand[b-r2k9fd67n2] {
    margin-left: 2.5rem;
  }
  .layout-container[b-r2k9fd67n2] {
    grid-template-columns: 260px 1fr;
    gap: 2.5rem;
  }
  .layout-container main[b-r2k9fd67n2] {
    margin-top: 1.5rem;
  }
  .offcanvas[b-r2k9fd67n2] {
    position: sticky;
    visibility: visible;
    top: 7.5rem;
    height: calc(100vh - 10rem);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: var(--bs-border-radius-xl);
    z-index: auto;
  }
  .offcanvas-backdrop[b-r2k9fd67n2] {
    display: none;
  }
}
[b-r2k9fd67n2] .user-options .circular-icon {
  --circular-icon-p: .8em;
}

/*# sourceMappingURL=MainLayout.razor.css.map */
