@import '_content/MauiBlazorWeb.Shared/MauiBlazorWeb.Shared.qgh80dywwm.bundle.scp.css';

/* /Components/Layout/AppShellMegaMenu.razor.rz.scp.css */
/* ============================================================
   SVG icons
   ============================================================ */

.app-shell-svg-icon[b-k2jsxer06r] {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    fill: #212529;
    color: #212529;
    flex: 0 0 auto;
}

.app-shell-svg-menu-icon[b-k2jsxer06r] {
    width: 1.65rem;
    height: 1.65rem;
}

/* ============================================================
   AppShellMegaMenu desktop layout
   ============================================================ */

.app-shell-menu-desktop[b-k2jsxer06r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    width: 100%;
}

.app-shell-menu-left[b-k2jsxer06r],
.app-shell-menu-center[b-k2jsxer06r],
.app-shell-menu-right[b-k2jsxer06r] {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.app-shell-menu-left[b-k2jsxer06r] {
    justify-content: flex-start;
}

.app-shell-menu-center[b-k2jsxer06r] {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 12rem;
}

.app-shell-menu-right[b-k2jsxer06r] {
    justify-content: flex-end;
    margin-left: auto;
}

.app-shell-welcome-text[b-k2jsxer06r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #212529;
    white-space: nowrap;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, .06);
    border: 1px solid rgba(13, 110, 253, .16);
}

/* ============================================================
   Desktop icon tiles
   ============================================================ */

.app-shell-icon-tile[b-k2jsxer06r] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .18rem;
    min-width: 4.75rem;
    min-height: 3.65rem;
    padding: .4rem .5rem;
    color: #212529;
    text-decoration: none;
    border-radius: .75rem;
    border: 1px solid transparent;
    background: transparent;
    line-height: 1.1;
}

    .app-shell-icon-tile:hover[b-k2jsxer06r] {
        text-decoration: none !important;
        border-color: rgba(13, 110, 253, .25);
        background: rgba(13, 110, 253, .07);
    }

    .app-shell-icon-tile small[b-k2jsxer06r] {
        display: block;
        max-width: 5.5rem;
        font-size: .68rem;
        line-height: 1.05;
        text-align: center;
        white-space: normal;
    }

/* ============================================================
   Profile / logout
   ============================================================ */

.app-shell-profile-img[b-k2jsxer06r] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,.25);
    background: #e9ecef;
}

.app-shell-profile-tile[b-k2jsxer06r] {
    min-width: 5.25rem;
}

.app-shell-logout-tile[b-k2jsxer06r] {
    cursor: pointer;
    font: inherit;
    color: #212529;
}

/* ============================================================
   Notification badge
   ============================================================ */

.app-shell-notification-tile[b-k2jsxer06r],
.app-shell-mega-notification[b-k2jsxer06r] {
    position: relative;
}

.app-shell-badge[b-k2jsxer06r] {
    position: absolute;
    top: .2rem;
    right: .28rem;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 .25rem;
    border-radius: 999px;
    background: #dc3545;
    color: white;
    font-size: .7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ============================================================
   Mobile icon button
   ============================================================ */

.app-shell-menu-mobile[b-k2jsxer06r] {
    display: none;
    width: 100%;
}

.app-shell-menu-toggle-icon[b-k2jsxer06r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: .85rem;
    border: 1px solid rgba(0,0,0,.18);
    background: #ffffff;
    color: #212529;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
}

    .app-shell-menu-toggle-icon:hover[b-k2jsxer06r] {
        background: rgba(13, 110, 253, .06);
        border-color: rgba(13, 110, 253, .3);
    }

/* ============================================================
   Mega menu backdrop and modal
   ============================================================ */

.app-shell-mega-backdrop[b-k2jsxer06r] {
    position: fixed;
    inset: 0;
    z-index: 2490;
    background: rgba(0,0,0,.25);
}

.app-shell-mega-menu[b-k2jsxer06r] {
    position: fixed;
    top: 4.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2500;
    width: min(92vw, 42rem);
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.22);
    padding: 1rem;
}

.app-shell-mega-header[b-k2jsxer06r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
    margin-bottom: .85rem;
}

.app-shell-mega-close[b-k2jsxer06r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.18);
    background: #f8f9fa;
    color: #212529;
    cursor: pointer;
}

    .app-shell-mega-close:hover[b-k2jsxer06r] {
        background: rgba(13, 110, 253, .06);
        border-color: rgba(13, 110, 253, .3);
    }

.app-shell-mega-section-title[b-k2jsxer06r] {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
    margin-bottom: .45rem;
}

.app-shell-mega-section-title-spaced[b-k2jsxer06r] {
    margin-top: 1rem;
}

/* ============================================================
   Mega menu grid
   ============================================================ */

.app-shell-mega-grid[b-k2jsxer06r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.app-shell-mega-account-grid[b-k2jsxer06r] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-shell-mega-public-account-grid[b-k2jsxer06r] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-shell-mega-item[b-k2jsxer06r] {
    position: relative;
    min-height: 5.25rem;
    padding: .75rem .45rem;
    border-radius: .85rem;
    border: 1px solid rgba(0,0,0,.1);
    background: #f8f9fa;
    color: #212529;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    text-align: center;
}

    .app-shell-mega-item:hover[b-k2jsxer06r] {
        text-decoration: none;
        background: rgba(13, 110, 253, .07);
        border-color: rgba(13, 110, 253, .22);
    }

    .app-shell-mega-item .app-shell-svg-icon[b-k2jsxer06r] {
        width: 1.7rem;
        height: 1.7rem;
    }

    .app-shell-mega-item small[b-k2jsxer06r] {
        font-size: .72rem;
        line-height: 1.1;
    }

.app-shell-mega-profile-img[b-k2jsxer06r] {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,.25);
    background: #e9ecef;
}

.app-shell-mega-button[b-k2jsxer06r] {
    width: 100%;
    cursor: pointer;
    font: inherit;
}

/* ============================================================
   Logout goodbye modal
   ============================================================ */

.app-shell-logout-backdrop[b-k2jsxer06r] {
    position: fixed;
    inset: 0;
    z-index: 2590;
    background: rgba(0,0,0,.35);
}

.app-shell-logout-modal[b-k2jsxer06r] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2600;
    transform: translate(-50%, -50%);
    width: min(92vw, 34rem);
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.25);
    padding: 1.25rem;
}

.app-shell-logout-modal-body[b-k2jsxer06r] {
    text-align: center;
}

.app-shell-logout-icon[b-k2jsxer06r] {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: .75rem;
}

.app-shell-logout-modal h2[b-k2jsxer06r] {
    font-size: 1.35rem;
    margin-bottom: .65rem;
}

.app-shell-logout-modal p[b-k2jsxer06r] {
    margin-bottom: .5rem;
    color: #495057;
}

.app-shell-logout-smile[b-k2jsxer06r] {
    font-weight: 700;
    color: #212529 !important;
}

.app-shell-logout-actions[b-k2jsxer06r] {
    display: flex;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.app-shell-final-logout-form[b-k2jsxer06r] {
    margin: 0;
}

/* ============================================================
   Responsive behavior
   ============================================================ */

@media (max-width: 1100px) {
    .app-shell-menu-desktop[b-k2jsxer06r] {
        display: none;
    }

    .app-shell-menu-mobile[b-k2jsxer06r] {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 640.98px) {
    .app-shell-menu-mobile[b-k2jsxer06r] {
        justify-content: flex-end;
    }

    .app-shell-mega-menu[b-k2jsxer06r] {
        top: 7.25rem;
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 7.75rem);
        border-radius: .85rem;
        padding: .85rem;
    }

    .app-shell-mega-grid[b-k2jsxer06r],
    .app-shell-mega-account-grid[b-k2jsxer06r],
    .app-shell-mega-public-account-grid[b-k2jsxer06r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .55rem;
    }

    .app-shell-mega-item[b-k2jsxer06r] {
        min-height: 4.75rem;
        padding: .55rem .35rem;
    }

        .app-shell-mega-item .app-shell-svg-icon[b-k2jsxer06r] {
            width: 1.5rem;
            height: 1.5rem;
        }

        .app-shell-mega-item small[b-k2jsxer06r] {
            font-size: .66rem;
        }

    .app-shell-logout-actions[b-k2jsxer06r] {
        flex-direction: column;
    }

        .app-shell-logout-actions .btn[b-k2jsxer06r],
        .app-shell-final-logout-form[b-k2jsxer06r] {
            width: 100%;
        }
}

@media (max-width: 390px) {
    .app-shell-mega-grid[b-k2jsxer06r],
    .app-shell-mega-account-grid[b-k2jsxer06r],
    .app-shell-mega-public-account-grid[b-k2jsxer06r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cprpw7gphf] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

main[b-cprpw7gphf],
.main-content[b-cprpw7gphf] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-cprpw7gphf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    width: 4.25rem;
    min-width: 4.25rem;
    max-width: 4.25rem;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    transition: width 0.2s ease-in-out, min-width 0.2s ease-in-out, max-width 0.2s ease-in-out;
}

    .sidebar:has(.amii-nav-toggle:checked)[b-cprpw7gphf] {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }

    .sidebar:has(.amii-nav-toggle:not(:checked))[b-cprpw7gphf] {
        width: 4.25rem;
        min-width: 4.25rem;
        max-width: 4.25rem;
    }

.top-row[b-cprpw7gphf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 3.5rem;
    height: auto;
    display: flex;
    align-items: center;
}

.main-top-row[b-cprpw7gphf] {
    position: sticky;
    top: 0;
    z-index: 1500;
}

.app-shell-top-row[b-cprpw7gphf] {
    justify-content: flex-start;
    min-height: 4.25rem;
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    z-index: 1500;
}

.top-row[b-cprpw7gphf]  a,
.top-row[b-cprpw7gphf]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

    .top-row[b-cprpw7gphf]  a:hover,
    .top-row[b-cprpw7gphf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cprpw7gphf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-cprpw7gphf] {
    padding-top: 1.1rem;
    padding-bottom: 6rem;
}

/* ============================================================
   Ticker
   ============================================================ */

.app-shell-ticker-wrap[b-cprpw7gphf] {
    background: rgba(13, 110, 253, .04);
    border-bottom: 1px solid rgba(0,0,0,.08);
    overflow: hidden;
}

.app-shell-ticker[b-cprpw7gphf] {
    overflow: hidden;
    white-space: nowrap;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
}

.app-shell-ticker-track[b-cprpw7gphf] {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    animation: app-shell-ticker-scroll-b-cprpw7gphf 45s linear infinite;
    padding-left: 100%;
}

    .app-shell-ticker-track:hover[b-cprpw7gphf] {
        animation-play-state: paused;
    }

.app-shell-ticker-item[b-cprpw7gphf] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    text-decoration: none;
    color: inherit;
    font-size: .95rem;
}

.app-shell-ticker-warning[b-cprpw7gphf] {
    color: #8a5a00;
}

.app-shell-ticker-important[b-cprpw7gphf] {
    color: #b02a37;
    font-weight: 600;
}

.app-shell-ticker-success[b-cprpw7gphf] {
    color: #146c43;
}

.app-shell-ticker-info[b-cprpw7gphf] {
    color: inherit;
}

.app-shell-time-pill[b-cprpw7gphf] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .1rem .45rem;
    font-size: .8rem;
    margin-left: .25rem;
}

@keyframes app-shell-ticker-scroll-b-cprpw7gphf {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ============================================================
   Floating Hot Button Tray
   ============================================================ */

.app-hotbutton-floating-shell[b-cprpw7gphf] {
    position: fixed;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 2400;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .75rem;
}

.app-hotbutton-toggle[b-cprpw7gphf] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.app-hotbutton-main[b-cprpw7gphf] {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    border: 1px solid rgba(13, 110, 253, .35);
    background: #ffffff;
    color: #212529;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.25);
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .app-hotbutton-main:hover[b-cprpw7gphf] {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.28);
    }

.app-hotbutton-tooth[b-cprpw7gphf] {
    font-size: 2rem;
    line-height: 1;
}

.app-hotbutton-tray[b-cprpw7gphf] {
    min-width: 17rem;
    max-width: min(92vw, 24rem);
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.25);
    padding: .85rem;
    display: none;
}

.app-hotbutton-toggle:checked ~ .app-hotbutton-tray[b-cprpw7gphf] {
    display: block;
}

.app-hotbutton-toggle:checked ~ .app-hotbutton-main[b-cprpw7gphf] {
    background: rgba(13, 110, 253, .08);
    border-color: rgba(13, 110, 253, .55);
}

.app-hotbutton-tray-header[b-cprpw7gphf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding-bottom: .6rem;
    margin-bottom: .65rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-weight: 700;
}

.app-hotbutton-close[b-cprpw7gphf] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.14);
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
}

    .app-hotbutton-close:hover[b-cprpw7gphf] {
        background: rgba(13, 110, 253, .07);
        border-color: rgba(13, 110, 253, .24);
    }

.app-hotbutton-items[b-cprpw7gphf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .6rem;
}

.app-hotbutton-item[b-cprpw7gphf] {
    min-height: 4.85rem;
    padding: .65rem .45rem;
    border-radius: .85rem;
    border: 1px solid rgba(0,0,0,.1);
    background: #f8f9fa;
    color: #212529;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    text-align: center;
}

    .app-hotbutton-item:hover[b-cprpw7gphf] {
        text-decoration: none;
        background: rgba(13, 110, 253, .07);
        border-color: rgba(13, 110, 253, .24);
    }

    .app-hotbutton-item i[b-cprpw7gphf] {
        font-size: 1.45rem;
        line-height: 1;
    }

    .app-hotbutton-item small[b-cprpw7gphf] {
        font-size: .7rem;
        line-height: 1.1;
    }

/* ============================================================
   Responsive layout
   ============================================================ */

@media (max-width: 640.98px) {
    .page[b-cprpw7gphf] {
        display: block;
        min-height: 100vh;
    }

    .sidebar[b-cprpw7gphf] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 3.5rem;
        z-index: 2000;
        overflow: visible;
    }

        .sidebar:has(.amii-nav-toggle:checked)[b-cprpw7gphf] {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            height: 100vh;
        }

        .sidebar:has(.amii-nav-toggle:not(:checked))[b-cprpw7gphf] {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            height: 3.5rem;
        }

    main[b-cprpw7gphf],
    .main-content[b-cprpw7gphf] {
        width: 100%;
        padding-top: 3.5rem;
    }

    .main-top-row[b-cprpw7gphf] {
        display: flex;
        position: sticky;
        top: 3.5rem;
        z-index: 1500;
    }

    .top-row[b-cprpw7gphf] {
        justify-content: space-between;
    }

        .top-row[b-cprpw7gphf]  a,
        .top-row[b-cprpw7gphf]  .btn-link {
            margin-left: 0;
        }

    .content[b-cprpw7gphf] {
        padding-top: 1rem;
        padding-bottom: 6.5rem;
    }

    .app-shell-top-row[b-cprpw7gphf] {
        min-height: 3.5rem;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .app-hotbutton-floating-shell[b-cprpw7gphf] {
        right: 1rem;
        bottom: 1rem;
    }

    .app-hotbutton-main[b-cprpw7gphf] {
        width: 3.75rem;
        height: 3.75rem;
    }

    .app-hotbutton-tooth[b-cprpw7gphf] {
        font-size: 1.85rem;
    }

    .app-hotbutton-tray[b-cprpw7gphf] {
        min-width: min(92vw, 22rem);
    }

    .app-hotbutton-items[b-cprpw7gphf] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 390px) {
    .app-hotbutton-items[b-cprpw7gphf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 641px) {
    .top-row.auth[b-cprpw7gphf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cprpw7gphf],
    article[b-cprpw7gphf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* ============================================================
   Blazor error UI
   ============================================================ */

#blazor-error-ui[b-cprpw7gphf] {
    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: 3000;
}

    #blazor-error-ui .dismiss[b-cprpw7gphf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.amii-nav-toggle[b-57fhp3zgcg] {
    display: none;
}

.amii-nav-shell[b-57fhp3zgcg] {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.nav-top-row[b-57fhp3zgcg] {
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.nav-header-container[b-57fhp3zgcg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.navbar-brand[b-57fhp3zgcg] {
    font-size: 1.1rem;
    color: white;
}

.amii-nav-toggle:not(:checked) ~ .nav-top-row .navbar-brand[b-57fhp3zgcg] {
    display: none;
}

.amii-nav-toggle:not(:checked) ~ .nav-top-row .nav-header-container[b-57fhp3zgcg] {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.amii-nav-toggle:checked ~ .nav-top-row .nav-header-container[b-57fhp3zgcg] {
    justify-content: space-between;
}

.nav-toggle-button[b-57fhp3zgcg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    box-shadow: none;
    margin-left: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    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);
}

    .nav-toggle-button:hover[b-57fhp3zgcg] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.amii-nav-toggle:not(:checked) ~ .nav-top-row .nav-toggle-button[b-57fhp3zgcg] {
    margin-left: 0;
}

.amii-nav-toggle:checked ~ .nav-top-row .nav-toggle-button[b-57fhp3zgcg] {
    margin-left: auto;
}

.nav-scrollable[b-57fhp3zgcg] {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .nav-scrollable[b-57fhp3zgcg]::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

.amii-nav-toggle:checked ~ .nav-scrollable[b-57fhp3zgcg] {
    display: block;
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
}

.amii-nav-toggle:not(:checked) ~ .nav-scrollable[b-57fhp3zgcg] {
    display: none;
}

.nav-expanded-layout[b-57fhp3zgcg] {
    height: calc(100vh - 3.5rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nav-main-content[b-57fhp3zgcg] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .nav-main-content[b-57fhp3zgcg]::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

.nav-footer[b-57fhp3zgcg] {
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    padding-bottom: 0.75rem;
}

.bi[b-57fhp3zgcg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-57fhp3zgcg] {
    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-57fhp3zgcg] {
    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-57fhp3zgcg] {
    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-lock-nav-menu[b-57fhp3zgcg] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-57fhp3zgcg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-57fhp3zgcg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-57fhp3zgcg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-57fhp3zgcg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-57fhp3zgcg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-57fhp3zgcg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-57fhp3zgcg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-57fhp3zgcg]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.2rem;
        width: 100%;
        text-decoration: none;
    }

    .nav-item[b-57fhp3zgcg]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-57fhp3zgcg]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.profile-nav-link[b-57fhp3zgcg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
}

.nav-profile-pic[b-57fhp3zgcg] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-color: #fff;
    flex-shrink: 0;
}

.nav-profile-text[b-57fhp3zgcg] {
    font-size: 0.75rem;
    line-height: 1.1;
    color: #f8f9fa;
    white-space: normal;
    text-align: left;
}

.logout-nav-item[b-57fhp3zgcg] {
    margin-top: 0.25rem;
}

.logout-button[b-57fhp3zgcg] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #d7d7d7;
}

@media (max-width: 640.98px) {
    .amii-nav-shell[b-57fhp3zgcg] {
        height: auto;
        min-height: 3.5rem;
        width: 100%;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    }

    .amii-nav-toggle:checked ~ .nav-scrollable[b-57fhp3zgcg] {
        height: calc(100vh - 3.5rem);
        max-height: calc(100vh - 3.5rem);
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    }

    .nav-top-row[b-57fhp3zgcg] {
        width: 100%;
    }

    .amii-nav-toggle:not(:checked) ~ .nav-top-row .nav-header-container[b-57fhp3zgcg] {
        justify-content: flex-end;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .amii-nav-toggle:checked ~ .nav-top-row .nav-header-container[b-57fhp3zgcg] {
        justify-content: space-between;
    }

    .nav-toggle-button[b-57fhp3zgcg] {
        margin-left: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-57fhp3zgcg] {
        display: flex !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-93wdoa4xkc],
.components-reconnect-repeated-attempt-visible[b-93wdoa4xkc],
.components-reconnect-failed-visible[b-93wdoa4xkc],
.components-pause-visible[b-93wdoa4xkc],
.components-resume-failed-visible[b-93wdoa4xkc],
.components-rejoining-animation[b-93wdoa4xkc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-retrying[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-failed[b-93wdoa4xkc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-93wdoa4xkc] {
    display: block;
}


#components-reconnect-modal[b-93wdoa4xkc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-93wdoa4xkc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-93wdoa4xkc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-93wdoa4xkc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-93wdoa4xkc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-93wdoa4xkc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-93wdoa4xkc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-93wdoa4xkc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-93wdoa4xkc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-93wdoa4xkc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-93wdoa4xkc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-93wdoa4xkc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-93wdoa4xkc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-93wdoa4xkc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-93wdoa4xkc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-93wdoa4xkc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-93wdoa4xkc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-93wdoa4xkc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-93wdoa4xkc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
