/* /Components/Layout/MainLayout.razor.rz.scp.css */


#blazor-error-ui[b-ejwtb3fszd] {
    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-ejwtb3fszd] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayoutBackup.razor.rz.scp.css */
html[b-a3yn83ur89],
body[b-a3yn83ur89] {
    min-height: 100%;
    overflow-y: auto;
}

body[b-a3yn83ur89] {
    overflow-x: hidden;
}

.page.admin-page[b-a3yn83ur89] {
    min-height: 100vh;
    background: #f2f6fb;
}

    .page.admin-page > .app-header[b-a3yn83ur89] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #fff;
        border-bottom: 1px solid #e9edf4;
    }

    .page.admin-page > .app-sidebar[b-a3yn83ur89] {
        position: fixed;
        top: 4.375rem;
        bottom: 0;
        left: 0;
        width: 15.625rem;
        background: #fff;
        border-right: 1px solid #e9edf4;
        overflow-y: auto;
        z-index: 99;
        transition: width 0.2s ease, transform 0.25s ease;
    }

/* Force sidebar visible on desktop — overrides Bootstrap .offcanvas hidden state */
@media (min-width: 992px) {
    .page.admin-page > .app-sidebar[b-a3yn83ur89] {
        transform: none !important;
        visibility: visible !important;
        position: fixed !important;
        top: 4.375rem !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 15.625rem !important;
        background: #fff !important;
        transition: width 0.2s ease !important;
    }

    .page.admin-page.sidebar-collapsed > .app-sidebar[b-a3yn83ur89] {
        width: 5rem !important;
    }

    .page.admin-page > .main-content[b-a3yn83ur89] {
        margin-left: 15.625rem !important;
        transition: margin-left 0.2s ease !important;
    }

    .page.admin-page.sidebar-collapsed > .main-content[b-a3yn83ur89] {
        margin-left: 5rem !important;
    }
}

.page.admin-page > .main-content[b-a3yn83ur89] {
    min-height: 100vh;
    margin-left: 15.625rem;
    padding-top: 4.375rem;
    background: #f2f6fb;
    overflow-y: auto;
    transition: margin-left 0.2s ease;
}

.page.admin-page .container-fluid[b-a3yn83ur89] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.content-area[b-a3yn83ur89] {
    min-height: calc(100vh - 4.375rem);
}

.page.admin-page .main-header-container[b-a3yn83ur89] {
    min-height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.page.admin-page .header-content-left[b-a3yn83ur89],
.page.admin-page .header-content-right[b-a3yn83ur89] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.page.admin-page .header-content-left[b-a3yn83ur89] {
    flex: 1 1 auto;
}

.page.admin-page .header-link[b-a3yn83ur89],
.page.admin-page button.header-link[b-a3yn83ur89] {
    width: 2.375rem;
    height: 2.375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #6b7280;
    border-radius: 0.35rem;
    padding: 0;
}

    .page.admin-page .header-link:hover[b-a3yn83ur89],
    .page.admin-page button.header-link:hover[b-a3yn83ur89] {
        background: #f3f6fb;
        color: #0162e8;
    }

.page.admin-page .header-link-icon[b-a3yn83ur89],
.page.admin-page .header-icon[b-a3yn83ur89] {
    font-size: 1.15rem;
    line-height: 1;
}

.page.admin-page .main-header-center[b-a3yn83ur89] {
    position: relative;
    min-width: 23rem;
}

    .page.admin-page .main-header-center .form-control[b-a3yn83ur89] {
        height: 2.75rem;
        border-radius: 1.5rem;
        background: #eef2fb;
        border: 0;
        padding-left: 1.25rem;
        padding-right: 3rem;
    }

    .page.admin-page .main-header-center .btn[b-a3yn83ur89] {
        position: absolute;
        right: 0.35rem;
        top: 50%;
        transform: translateY(-50%);
        color: #9aa4b2;
        border: 0;
    }

.page.admin-page .horizontal-logo[b-a3yn83ur89] {
    display: none;
}

.page.admin-page .main-sidebar-header[b-a3yn83ur89] {
    min-height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e9edf4;
}

    .page.admin-page .main-sidebar-header .header-logo[b-a3yn83ur89] {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .page.admin-page .main-sidebar-header .toggle-logo[b-a3yn83ur89],
    .page.admin-page .main-sidebar-header .desktop-logo[b-a3yn83ur89] {
        max-width: 9rem;
    }

.page.admin-page .main-sidebar[b-a3yn83ur89] {
    padding: 0.5rem 0 1rem;
}

.page.admin-page .main-menu[b-a3yn83ur89] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page.admin-page .slide__category[b-a3yn83ur89] {
    display: none;
}

.page.admin-page .side-menu__item[b-a3yn83ur89] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1.375rem;
    color: #718096;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
}

    .page.admin-page .side-menu__item:hover[b-a3yn83ur89],
    .page.admin-page .side-menu__item.active[b-a3yn83ur89] {
        color: #0162e8;
        background: transparent;
    }

    .page.admin-page .side-menu__item.has-submenu[b-a3yn83ur89]::after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: auto;
        font-size: 0.75rem;
        opacity: 0.65;
        transition: transform 0.2s ease;
    }

    .page.admin-page .side-menu__item.has-submenu.is-open[b-a3yn83ur89]::after {
        transform: rotate(90deg);
    }

    .page.admin-page .side-menu__item.has-submenu[aria-expanded="true"][b-a3yn83ur89]::after {
        transform: rotate(90deg);
    }

.page.admin-page .side-menu__icon[b-a3yn83ur89] {
    width: 1.25rem;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
}

.page.admin-page .side-menu__label[b-a3yn83ur89] {
    font-size: 0.92rem;
}

.page.admin-page.sidebar-collapsed > .app-sidebar[b-a3yn83ur89] {
    width: 5rem;
}

.page.admin-page.sidebar-collapsed > .main-content[b-a3yn83ur89] {
    margin-left: 5rem;
}

.page.admin-page.sidebar-collapsed .main-sidebar-header .header-logo[b-a3yn83ur89] {
    justify-content: center;
}

.page.admin-page.sidebar-collapsed .main-sidebar-header .desktop-logo[b-a3yn83ur89],
.page.admin-page.sidebar-collapsed .side-menu__label[b-a3yn83ur89] {
    display: none;
}

.page.admin-page.sidebar-collapsed .main-sidebar-header .toggle-logo[b-a3yn83ur89] {
    display: inline-block;
}

.page.admin-page.sidebar-collapsed .side-menu__item[b-a3yn83ur89] {
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .page.admin-page.sidebar-collapsed .side-menu__item.has-submenu[b-a3yn83ur89]::after,
    .page.admin-page.sidebar-collapsed .side-menu__item.ps-5[b-a3yn83ur89] {
        display: none;
    }

.page.admin-page .submenu-shell[b-a3yn83ur89],
.page.admin-page .submenu-list[b-a3yn83ur89] {
    display: none;
}

    .page.admin-page .submenu-shell.show[b-a3yn83ur89],
    .page.admin-page .submenu-list.show[b-a3yn83ur89] {
        display: block;
    }

.page.admin-page .nw-submenu-list[b-a3yn83ur89] {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .page.admin-page .nw-submenu-list.collapse:not(.show)[b-a3yn83ur89] {
        display: none;
    }

.page.admin-page .submenu-item[b-a3yn83ur89] {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

.page.admin-page .side-menu__item.ps-5[b-a3yn83ur89] {
    padding-left: 3rem !important;
}

.page.admin-page .slide-left[b-a3yn83ur89],
.page.admin-page .slide-right[b-a3yn83ur89] {
    display: none;
}

.admin-avatar[b-a3yn83ur89] {
    width: 2.375rem;
    height: 2.375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c7cad1;
    color: #fff;
    font-weight: 700;
}

.admin-flag-dot[b-a3yn83ur89] {
    font-size: 1.25rem;
    line-height: 1;
}

.main-header-dropdown[b-a3yn83ur89] {
    min-width: 18rem;
    border: 1px solid #e9edf4;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
}

.header-scroll-list[b-a3yn83ur89] {
    max-height: 16rem;
    overflow-y: auto;
}

.page.admin-page .side-menu__item.has-submenu[b-a3yn83ur89]::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.page.admin-page .side-menu__item.has-submenu.is-open[b-a3yn83ur89]::after {
    transform: rotate(90deg);
}

.page-header-breadcrumb[b-a3yn83ur89] {
    margin-top: 1.5rem !important;
}

.main-dashboard-header-right[b-a3yn83ur89] {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.sales-card[b-a3yn83ur89] {
    min-height: 8.75rem;
    border: 0;
    color: #fff;
}

.admin-sparkline[b-a3yn83ur89] {
    height: 2rem;
    margin: 0 0.75rem 0.75rem;
    opacity: 0.45;
    background: linear-gradient(135deg, transparent 12%, rgba(255, 255, 255, 0.95) 13%, transparent 15%, transparent 28%, rgba(255, 255, 255, 0.95) 29%, transparent 31%, transparent 44%, rgba(255, 255, 255, 0.95) 45%, transparent 47%, transparent 60%, rgba(255, 255, 255, 0.95) 61%, transparent 63%, transparent 76%, rgba(255, 255, 255, 0.95) 77%, transparent 79%);
}

.admin-sparkline-alt[b-a3yn83ur89] {
    transform: scaleY(-1);
}

.total-revenue[b-a3yn83ur89] {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

    .total-revenue h4[b-a3yn83ur89] {
        margin-bottom: 0.25rem;
        font-weight: 700;
    }

    .total-revenue label[b-a3yn83ur89] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-bottom: 0;
    }

        .total-revenue label span[b-a3yn83ur89],
        .legend[b-a3yn83ur89] {
            width: 0.65rem;
            height: 0.65rem;
            display: inline-block;
            border-radius: 999px;
        }

.admin-bar-chart[b-a3yn83ur89] {
    height: 13rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: end;
    gap: 1rem;
    padding: 0 0.75rem;
    border-bottom: 1px solid #e9edf4;
    background-image: linear-gradient(to top, #e9edf4 1px, transparent 1px);
    background-size: 100% 25%;
}

.admin-bar-group[b-a3yn83ur89] {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.25rem;
}

.admin-bar[b-a3yn83ur89] {
    width: 0.35rem;
    min-height: 1rem;
    border-radius: 0.25rem 0.25rem 0 0;
}

.admin-chart-labels[b-a3yn83ur89] {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.65rem;
    color: #718096;
    font-size: 0.8rem;
    text-align: center;
}

.admin-map-placeholder[b-a3yn83ur89] {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #0162e8;
    background: radial-gradient(circle at 30% 35%, rgba(1, 98, 232, 0.18), transparent 24%), radial-gradient(circle at 70% 55%, rgba(255, 193, 7, 0.25), transparent 22%), #f8fafc;
    border-radius: 0.5rem;
}

    .admin-map-placeholder i[b-a3yn83ur89] {
        font-size: 4rem;
    }

.admin-donut-placeholder[b-a3yn83ur89] {
    width: 9.5rem;
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    border-radius: 50%;
    background: conic-gradient(#0162e8 0 62%, #23b7e5 62% 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1.75rem #fff;
}

.admin-page-shell[b-a3yn83ur89] {
    margin-top: 1.5rem;
}

.admin-shell-stat-card[b-a3yn83ur89] {
    min-width: 10rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 0.5rem;
}

.landing-page-wrapper[b-a3yn83ur89] {
    min-height: 100vh;
    background-color: #f8fafc;
}

    .landing-page-wrapper .app-header[b-a3yn83ur89] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 300;
    }

.landing-app-header[b-a3yn83ur89] {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

.landing-header-shell[b-a3yn83ur89] {
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.landing-header-left[b-a3yn83ur89],
.landing-header-right[b-a3yn83ur89] {
    display: flex;
    align-items: center;
}

.landing-header-left[b-a3yn83ur89] {
    flex: 0 0 auto;
}

.landing-header-nav[b-a3yn83ur89] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: 2.5rem;
    margin-right: auto;
}

.landing-header-link[b-a3yn83ur89] {
    color: #334155;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .landing-header-link:hover[b-a3yn83ur89] {
        color: #0d6efd;
    }

.landing-header-right[b-a3yn83ur89] {
    justify-content: flex-end;
    flex: 0 0 auto;
    margin-left: 1.5rem;
    gap: 0.75rem;
}

.landing-mobile-menu-toggle[b-a3yn83ur89] {
    display: none;
}

.landing-mobile-drawer[b-a3yn83ur89] {
    position: fixed;
    top: 5.5rem;
    right: 0;
    width: min(18rem, 86vw);
    height: calc(100vh - 5.5rem);
    background-color: #fff;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: -0.5rem 0 1.25rem rgba(15, 23, 42, 0.15);
    transform: translateX(105%);
    transition: transform 0.25s ease;
    z-index: 320;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .landing-mobile-drawer.show[b-a3yn83ur89] {
        transform: translateX(0);
    }

.landing-mobile-link[b-a3yn83ur89] {
    display: block;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 0.25rem;
}

.landing-mobile-actions[b-a3yn83ur89] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.landing-drawer-backdrop[b-a3yn83ur89] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 250;
}

    .landing-drawer-backdrop.show[b-a3yn83ur89] {
        opacity: 1;
        visibility: visible;
    }

.landing-logo-text[b-a3yn83ur89] {
    color: #0f172a;
}

.landing-header-actions[b-a3yn83ur89] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-main[b-a3yn83ur89] {
    min-height: calc(100vh - 5.5rem);
    display: flex;
    flex-direction: column;
    padding-top: 5.5rem;
}

.landing-body-content[b-a3yn83ur89] {
    min-height: 60vh;
}

.landing-footer-shell[b-a3yn83ur89] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.landing-footer-column[b-a3yn83ur89] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.landing-footer-list li + li[b-a3yn83ur89] {
    margin-top: 0.75rem;
}

.landing-main-footer[b-a3yn83ur89] {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(90deg, #0f172a, #1e293b);
}

.landing-page-wrapper .card[b-a3yn83ur89] {
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.25rem 1.5rem rgba(19, 42, 83, 0.08);
}

.landing-footer[b-a3yn83ur89] {
    margin-top: auto;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #1d4ed8 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-backdrop[b-a3yn83ur89] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 95;
}

    .sidebar-backdrop.show[b-a3yn83ur89] {
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 991.98px) {
    .page.admin-page .horizontal-logo .header-logo[b-a3yn83ur89] {
        width: auto;
    }

    .page.admin-page .header-sidebar[b-a3yn83ur89],
    .page.admin-page .messages-dropdown[b-a3yn83ur89],
    .page.admin-page .notifications-dropdown[b-a3yn83ur89],
    .page.admin-page .header-fullscreen[b-a3yn83ur89] {
        display: none;
    }

    .page.admin-page .side-menu__item.has-submenu[b-a3yn83ur89]::after {
        display: none;
    }

    .page.admin-page > .app-sidebar[b-a3yn83ur89] {
        top: 4.375rem;
        width: min(18rem, 82vw);
        height: calc(100vh - 4.375rem);
        z-index: 170;
        box-shadow: 0.5rem 0 1.25rem rgba(15, 23, 42, 0.15);
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.25s ease-in-out;
    }

        .page.admin-page > .app-sidebar.offcanvas-open[b-a3yn83ur89] {
            transform: translateX(0);
        }

    .page.admin-page > .main-content[b-a3yn83ur89] {
        margin-left: 0;
    }

    .page.admin-page.sidebar-collapsed > .app-sidebar[b-a3yn83ur89] {
        width: min(18rem, 82vw);
    }

    .page.admin-page.sidebar-collapsed > .main-content[b-a3yn83ur89] {
        margin-left: 0;
    }

    .page.admin-page.sidebar-collapsed .side-menu__label[b-a3yn83ur89] {
        display: inline;
    }

    .landing-header-shell[b-a3yn83ur89] {
        min-height: auto;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .landing-header-nav[b-a3yn83ur89],
    .landing-header-actions[b-a3yn83ur89] {
        display: none !important;
    }

    .landing-mobile-menu-toggle[b-a3yn83ur89] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .landing-header-right[b-a3yn83ur89] {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
    }

    .landing-footer-column[b-a3yn83ur89] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .page.admin-page .main-header-container[b-a3yn83ur89] {
        gap: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        min-height: 4.375rem;
        flex-wrap: nowrap;
    }

    .page.admin-page .header-content-left[b-a3yn83ur89] {
        width: auto;
        flex: 0 1 auto;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .page.admin-page .header-content-right[b-a3yn83ur89] {
        width: auto;
        flex: 1 1 auto;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .page.admin-page .horizontal-logo .desktop-logo[b-a3yn83ur89],
    .page.admin-page .main-sidebar-header .desktop-logo[b-a3yn83ur89] {
        display: none;
    }

    .page.admin-page .horizontal-logo .toggle-logo[b-a3yn83ur89],
    .page.admin-page .main-sidebar-header .toggle-logo[b-a3yn83ur89] {
        display: inline-block;
    }

    .page.admin-page .header-link[b-a3yn83ur89],
    .page.admin-page button.header-link[b-a3yn83ur89] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .page.admin-page .country-selector[b-a3yn83ur89],
    .page.admin-page .header-theme-mode[b-a3yn83ur89] {
        display: flex;
    }

    .landing-mobile-menu-toggle[b-a3yn83ur89] {
        width: 2rem;
        height: 2rem;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .page.admin-page > .app-sidebar[b-a3yn83ur89] {
        width: min(16rem, 88vw);
        top: 4.375rem;
        height: calc(100vh - 4.375rem);
    }

    .page.admin-page > .main-content[b-a3yn83ur89] {
        padding-top: 4.375rem;
    }

    .page.admin-page .main-header-center[b-a3yn83ur89] {
        min-width: 100%;
    }

    .main-dashboard-header-right[b-a3yn83ur89] {
        gap: 1rem;
    }

    .page.admin-page .container-fluid[b-a3yn83ur89] {
        padding-left: 1.375rem;
        padding-right: 1.375rem;
    }

    .page-header-breadcrumb[b-a3yn83ur89] {
        margin-top: 1rem !important;
    }

    .landing-header-shell[b-a3yn83ur89] {
        gap: 0.5rem;
    }

    .landing-header-right[b-a3yn83ur89] {
        width: auto;
        margin-left: auto;
    }

    .landing-mobile-drawer[b-a3yn83ur89] {
        width: min(16rem, 88vw);
        top: 4.5rem;
        height: calc(100vh - 4.5rem);
        padding-top: 1.1rem;
    }

    .landing-mobile-link[b-a3yn83ur89] {
        font-size: 0.95rem;
    }
}

#blazor-error-ui[b-a3yn83ur89] {
    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-a3yn83ur89] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n5r19e53a5] {
    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-n5r19e53a5] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n5r19e53a5] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n5r19e53a5] {
    font-size: 1.1rem;
}

.bi[b-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    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-n5r19e53a5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n5r19e53a5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n5r19e53a5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n5r19e53a5]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-n5r19e53a5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n5r19e53a5]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n5r19e53a5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n5r19e53a5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n5r19e53a5] {
        display: none;
    }

    .nav-scrollable[b-n5r19e53a5] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qrz1qlppfk],
.components-reconnect-repeated-attempt-visible[b-qrz1qlppfk],
.components-reconnect-failed-visible[b-qrz1qlppfk],
.components-pause-visible[b-qrz1qlppfk],
.components-resume-failed-visible[b-qrz1qlppfk],
.components-rejoining-animation[b-qrz1qlppfk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-retrying[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-failed[b-qrz1qlppfk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qrz1qlppfk] {
    display: block;
}


#components-reconnect-modal[b-qrz1qlppfk] {
    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-qrz1qlppfk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qrz1qlppfk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qrz1qlppfk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qrz1qlppfk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qrz1qlppfk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qrz1qlppfk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qrz1qlppfk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qrz1qlppfk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qrz1qlppfk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qrz1qlppfk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qrz1qlppfk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qrz1qlppfk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qrz1qlppfk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qrz1qlppfk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qrz1qlppfk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qrz1qlppfk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qrz1qlppfk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qrz1qlppfk {
    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;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-home-content[b-edgzubisem] {
    background-color: #eef2ff;
}

.landing-home-content .landing-banner[b-edgzubisem] {
    position: relative;
    background: linear-gradient(180deg, rgba(99, 118, 164, 0.92), rgba(99, 118, 164, 0.92)), url('assets/images/media/media-1.jpg') center/cover no-repeat;
}

.landing-home-content .main-banner-container[b-edgzubisem] {
    min-height: 31rem;
    display: flex;
    align-items: center;
}

.landing-home-content .landing-banner .section[b-edgzubisem] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.landing-home-content .landing-banner-heading[b-edgzubisem] {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.15;
    font-weight: 700;
}

.landing-home-content .section-bg[b-edgzubisem] {
    background-color: #eef2ff;
}

.landing-home-content #features[b-edgzubisem] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.landing-home-content #features .card[b-edgzubisem],
.landing-home-content .pricing-card[b-edgzubisem],
.landing-home-content .testimonial-card[b-edgzubisem],
.landing-home-content .section-bg .card[b-edgzubisem],
.landing-home-content #contact .card[b-edgzubisem] {
    border-radius: 0.75rem;
}

.landing-home-content .landing-Features[b-edgzubisem] {
    background: linear-gradient(180deg, rgba(99, 118, 164, 0.94), rgba(99, 118, 164, 0.94));
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.landing-home-content .feature-logos[b-edgzubisem] {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.landing-home-content .featur-icon[b-edgzubisem] {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .landing-home-content .main-banner-container[b-edgzubisem] {
        min-height: 24rem;
    }

    .landing-home-content .feature-logos[b-edgzubisem] {
        gap: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .landing-home-content .landing-banner[b-edgzubisem] {
        min-height: calc(100vh - 4rem);
    }

    .landing-home-content .landing-banner .section[b-edgzubisem] {
        min-height: calc(100vh - 4rem);
        display: flex;
        align-items: center;
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .landing-home-content .hero-copy[b-edgzubisem] {
        padding-top: 0.5rem !important;
    }

    .landing-home-content #features[b-edgzubisem],
    .landing-home-content .landing-Features[b-edgzubisem] {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
