/* _content/LeaveEarlier.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-e2cq8oou4b] {
    min-height: 100vh;
}

.app-shell__body[b-e2cq8oou4b] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-shell__usage[b-e2cq8oou4b] {
    width: min(100%, 80rem);
    margin: 0 auto;
    padding: 0.75rem 1rem 0;
}

.app-shell__main[b-e2cq8oou4b] {
    flex: 1;
    width: min(100%, 80rem);
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.app-footer[b-e2cq8oou4b] {
    margin-top: auto;
    border-top: 1px solid rgba(221, 214, 203, 0.9);
    background: rgba(252, 249, 243, 0.95);
    padding: 2rem 0;
}

.app-footer__inner[b-e2cq8oou4b] {
    width: min(100%, 80rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1rem;
}

.app-footer__brand[b-e2cq8oou4b] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.app-footer__mark[b-e2cq8oou4b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 0.4rem;
    background: #406b52;
    color: #fff;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.app-footer__name[b-e2cq8oou4b] {
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #17212f;
}

.app-footer__text[b-e2cq8oou4b] {
    color: #5e6b7d;
}

.app-footer__tag[b-e2cq8oou4b] {
    color: #17212f;
    font-size: 0.88rem;
}

.app-footer__text[b-e2cq8oou4b] {
    margin: 0;
    max-width: 34rem;
    align-self: center;
    font-size: 0.875rem;
}

.app-footer__links[b-e2cq8oou4b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem 1rem;
    max-width: 24rem;
    align-self: center;
}

.app-footer__links a[b-e2cq8oou4b] {
    color: #406b52;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.app-footer__links a:hover[b-e2cq8oou4b] {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .app-shell__main[b-e2cq8oou4b] {
        padding: 1.5rem 1rem 2rem;
    }

    .app-footer__inner[b-e2cq8oou4b] {
        flex-direction: column;
        gap: 1rem;
    }

    .app-footer__links[b-e2cq8oou4b] {
        justify-content: flex-start;
        max-width: none;
    }
}

#blazor-error-ui[b-e2cq8oou4b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-e2cq8oou4b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LeaveEarlier.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.app-header__toggle[b-2fpngfca30] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.app-header[b-2fpngfca30] {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(221, 214, 203, 0.9);
    background: rgba(252, 249, 243, 0.95);
    backdrop-filter: blur(12px);
}

.app-header__bar[b-2fpngfca30] {
    width: min(100%, 80rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4rem;
    padding: 0 1rem;
}

.app-brand[b-2fpngfca30] {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: inherit;
    text-decoration: none;
}

.app-brand__mark[b-2fpngfca30] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.5rem;
    background: #406b52;
    color: #fff;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.app-brand__copy[b-2fpngfca30] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.app-brand__name[b-2fpngfca30] {
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #17212f;
}

.app-brand__tag[b-2fpngfca30] {
    display: none;
}

.app-header__desktop[b-2fpngfca30] {
    display: none;
    align-items: center;
    gap: 1rem;
    flex: 1;
    justify-content: space-between;
}

.app-header__nav[b-2fpngfca30],
.app-header__mobile-nav[b-2fpngfca30] {
    display: flex;
    gap: 0.25rem;
}

.app-header__nav[b-2fpngfca30] {
    margin: 0 auto;
}

.app-admin-dropdown[b-2fpngfca30] {
    position: relative;
    padding-left: 0.75rem;
    margin-left: 0.35rem;
    border-left: 1px solid rgba(23, 33, 47, 0.12);
}

.app-admin-dropdown__toggle[b-2fpngfca30] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 0.75rem;
    color: #8a5f2d;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    list-style: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.app-admin-dropdown__toggle[b-2fpngfca30]::-webkit-details-marker {
    display: none;
}

.app-admin-dropdown__toggle[b-2fpngfca30]::after {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.app-admin-dropdown__toggle:hover[b-2fpngfca30] {
    background: rgba(235, 229, 219, 0.8);
    color: #17212f;
}

.app-admin-dropdown[open] .app-admin-dropdown__toggle[b-2fpngfca30] {
    background: rgba(64, 107, 82, 0.12);
    color: #406b52;
}

.app-admin-dropdown[open] .app-admin-dropdown__toggle[b-2fpngfca30]::after {
    transform: rotate(-135deg) translateX(-1px);
}

.app-admin-dropdown__menu[b-2fpngfca30] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    min-width: 13rem;
    padding: 0.4rem;
    border: 1px solid rgba(221, 214, 203, 0.95);
    border-radius: 1rem;
    background: rgba(255, 252, 247, 0.98);
    box-shadow: 0 18px 40px rgba(23, 33, 47, 0.12);
}

.app-header__nav[b-2fpngfca30]  .app-nav-link,
.app-header__mobile-nav[b-2fpngfca30]  .app-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    color: #5e6b7d;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.app-header__nav[b-2fpngfca30]  .app-nav-link:hover,
.app-header__mobile-nav[b-2fpngfca30]  .app-nav-link:hover {
    background: rgba(235, 229, 219, 0.8);
    color: #17212f;
}

.app-header__nav[b-2fpngfca30]  .app-nav-link.active,
.app-header__mobile-nav[b-2fpngfca30]  .app-nav-link.active {
    background: rgba(64, 107, 82, 0.12);
    color: #406b52;
}

.app-header__nav .app-admin-dropdown__menu[b-2fpngfca30]  a.app-admin-dropdown__link,
.app-header__mobile-nav .app-admin-dropdown__menu[b-2fpngfca30]  a.app-admin-dropdown__link {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
}

.app-header__actions[b-2fpngfca30],
.app-header__mobile-actions[b-2fpngfca30] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.app-user-chip[b-2fpngfca30] {
    display: none;
}

.app-header__menu[b-2fpngfca30] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(221, 214, 203, 0.95);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.app-header__menu span[b-2fpngfca30] {
    display: block;
    width: 1rem;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #17212f;
}

.app-header__panel[b-2fpngfca30] {
    display: none;
    width: min(100%, 80rem);
    margin: 0 auto;
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(23, 33, 47, 0.08);
}

.app-header__mobile-nav[b-2fpngfca30],
.app-header__mobile-actions[b-2fpngfca30] {
    flex-direction: column;
    align-items: stretch;
}

.app-header__mobile-nav[b-2fpngfca30] {
    padding-top: 1rem;
}

.app-header__mobile-nav[b-2fpngfca30]  .app-nav-link {
    justify-content: flex-start;
}

.app-header__mobile-nav .app-admin-dropdown[b-2fpngfca30] {
    margin-left: 0;
    margin-top: 0.75rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(23, 33, 47, 0.08);
}

.app-header__mobile-nav .app-admin-dropdown__toggle[b-2fpngfca30] {
    width: 100%;
    justify-content: space-between;
    padding: 0.85rem 0.75rem 0.35rem;
}

.app-header__mobile-nav .app-admin-dropdown__menu[b-2fpngfca30] {
    position: static;
    min-width: 0;
    padding: 0.25rem 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.app-header__mobile-actions[b-2fpngfca30] {
    padding-top: 1rem;
}

.app-header__toggle:checked ~ .app-header .app-header__panel[b-2fpngfca30] {
    display: block;
}

@media (min-width: 992px) {
    .app-header__menu[b-2fpngfca30],
    .app-header__panel[b-2fpngfca30] {
        display: none;
    }

    .app-header__desktop[b-2fpngfca30] {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .app-brand__tag[b-2fpngfca30] {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .app-brand__name[b-2fpngfca30] {
        font-size: 1.05rem;
    }
}
/* _content/LeaveEarlier.Web/Components/Shared/EmployerCallDialog.razor.rz.scp.css */
.employer-call-dialog .modal-dialog[b-8cipnrlwo0] {
    max-width: 34rem;
}

.employer-call-dialog .modal-content[b-8cipnrlwo0] {
    border-radius: 1rem;
}
