/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qbk4hx3n1g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qbk4hx3n1g] {
    flex: 1;
}

.sidebar[b-qbk4hx3n1g] {
    background-image: linear-gradient(180deg, #1e3a8a 0%, #0f172a 100%);
    box-shadow: 2px 0 12px rgba(15, 23, 42, 0.12);
}

.top-row[b-qbk4hx3n1g] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    height: 3.75rem;
    display: flex;
    align-items: center;
    backdrop-filter: saturate(180%) blur(6px);
}

/* Icon-only sun/moon theme toggle. */
.theme-toggle[b-qbk4hx3n1g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    padding: 0;
    border-radius: 0.6rem;
}

    .theme-toggle svg[b-qbk4hx3n1g] {
        transition: transform 0.2s ease;
    }

    .theme-toggle:hover svg[b-qbk4hx3n1g] {
        transform: rotate(-12deg) scale(1.08);
    }

    /* Show sun when the effective theme is dark, moon when it is light. */
    .theme-toggle .icon-sun[b-qbk4hx3n1g] { display: none; }
    .theme-toggle .icon-moon[b-qbk4hx3n1g] { display: inline-block; }

    .theme-toggle.is-dark .icon-sun[b-qbk4hx3n1g] { display: inline-block; }
    .theme-toggle.is-dark .icon-moon[b-qbk4hx3n1g] { display: none; }

    .top-row[b-qbk4hx3n1g]  a, .top-row[b-qbk4hx3n1g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qbk4hx3n1g]  a:hover, .top-row[b-qbk4hx3n1g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qbk4hx3n1g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qbk4hx3n1g] {
        justify-content: space-between;
    }

    .top-row[b-qbk4hx3n1g]  a, .top-row[b-qbk4hx3n1g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qbk4hx3n1g] {
        flex-direction: row;
    }

    .sidebar[b-qbk4hx3n1g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qbk4hx3n1g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qbk4hx3n1g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qbk4hx3n1g], article[b-qbk4hx3n1g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mgqtf2us4l] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mgqtf2us4l] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mgqtf2us4l] {
    min-height: 3.75rem;
    background-color: rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-mgqtf2us4l] {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.bi[b-mgqtf2us4l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mgqtf2us4l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mgqtf2us4l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mgqtf2us4l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-mgqtf2us4l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-mgqtf2us4l] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-mgqtf2us4l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mgqtf2us4l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mgqtf2us4l]  .nav-link {
        color: rgba(255, 255, 255, 0.75);
        background: none;
        border: none;
        border-radius: 0.6rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        width: 100%;
        font-weight: 500;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-item[b-mgqtf2us4l]  a.active {
    background-color: rgba(37, 99, 235, 0.95);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

.nav-item[b-mgqtf2us4l]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-scrollable[b-mgqtf2us4l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mgqtf2us4l] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mgqtf2us4l] {
        display: none;
    }

    .nav-scrollable[b-mgqtf2us4l] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.preview-overlay[b-4yw098mrfo] {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: var(--bs-body-bg, #fff);
    display: flex;
    flex-direction: column;
}

.preview-overlay-header[b-4yw098mrfo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.preview-overlay-body[b-4yw098mrfo] {
    flex: 1 1 auto;
    overflow: auto;
    padding: 1rem 1.5rem;
}

.preview-overlay-footer[b-4yw098mrfo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-body-bg, #fff);
}

/* Cap the height of the growable lists inside cards so they scroll
   instead of stretching the card. */
.scroll-list[b-4yw098mrfo] {
    max-height: 10rem;
    overflow-y: auto;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Google Identity "Sign in with Google" button — official gsi-material-button styles (light theme). */

.gsi-material-button[b-hz8f4vyn9h] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    text-decoration: none;
    display: inline-flex;
}

.gsi-material-button .gsi-material-button-icon[b-hz8f4vyn9h] {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper[b-hz8f4vyn9h] {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents[b-hz8f4vyn9h] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state[b-hz8f4vyn9h] {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled[b-hz8f4vyn9h] {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents[b-hz8f4vyn9h] {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon[b-hz8f4vyn9h] {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state[b-hz8f4vyn9h],
.gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-hz8f4vyn9h] {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover[b-hz8f4vyn9h] {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-hz8f4vyn9h] {
    background-color: #303030;
    opacity: 8%;
}
