/* /Shared/FormsLayout.razor.rz.scp.css */
.page[b-larxkcdjot] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    /*size: landscape;*/
}

.main[b-larxkcdjot] {
    flex: 1;
}

[b-larxkcdjot]::-webkit-scrollbar {
    width: 0 !important; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.sidebar[b-larxkcdjot] {
    background-image: linear-gradient(180deg, #24272a 10%, #d66226 40%);
}

.top-row[b-larxkcdjot] {
    background-color: #24272a;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-larxkcdjot]  a, .top-row .btn-link[b-larxkcdjot] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-larxkcdjot] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.sidebar[b-larxkcdjot], topRightNavBar[b-larxkcdjot] {
    background: linear-gradient(180deg, rgb(51, 62, 72) 0%, #505c67 70%) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
}

    .sidebar .nav-item a[b-larxkcdjot] {
        color: rgb(150, 193, 30) !important;
        font-family: Calibri !important;
        font-weight: bold !important;
    }

.content[b-larxkcdjot] {
    padding-bottom: 64px;
}

.main .top-row[b-larxkcdjot] {
    background: rgb(51, 62, 72) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
    z-index: 100 !important;
}

footer[b-larxkcdjot] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
}

.logoImg[b-larxkcdjot] {
    width: 200px !important;
    height: 55px !important;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-larxkcdjot] {
        display: none;
    }

    .top-row.auth[b-larxkcdjot] {
        justify-content: space-between;
    }

    .top-row a[b-larxkcdjot], .top-row .btn-link[b-larxkcdjot] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-larxkcdjot] {
        flex-direction: row;
    }

    .sidebar[b-larxkcdjot] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: auto;
    }

    .top-row[b-larxkcdjot] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-larxkcdjot] {
        padding: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth)[b-larxkcdjot] {
        display: none;
    }

    .main .top-row.auth[b-larxkcdjot] {
        justify-content: space-between;
    }

    .main .top-row a[b-larxkcdjot],
    .main .top-row .btn-link[b-larxkcdjot] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app[b-larxkcdjot] {
        flex-direction: row;
    }

    .sidebar[b-larxkcdjot] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row[b-larxkcdjot] {
        position: sticky;
        top: 0;
    }

    .main > div[b-larxkcdjot] {
        padding: 1.5rem !important;        
    }

    .navbar-toggler[b-larxkcdjot] {
        display: none;
    }

    .sidebar .collapse[b-larxkcdjot] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar[b-frvafviysz][b-larxkcdjot] {
        width: 235px !important;
    }
}
/* /Shared/GuideLayout.razor.rz.scp.css */
.guide-page[b-nnprlwjxuu] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.guide-header[b-nnprlwjxuu] {
    background: rgb(51, 62, 72);
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.guide-header-inner[b-nnprlwjxuu] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.guide-logo[b-nnprlwjxuu] {
    height: 40px;
}

.guide-header-title[b-nnprlwjxuu] {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(150, 193, 30);
}

.guide-body[b-nnprlwjxuu] {
    display: flex;
    flex: 1;
}

.guide-sidebar[b-nnprlwjxuu] {
    width: 260px;
    min-width: 260px;
    background: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    position: sticky;
    top: 58px;
    height: calc(100vh - 58px);
    overflow-y: auto;
}

.guide-nav-title[b-nnprlwjxuu] {
    color: rgb(51, 62, 72);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 1.2rem;
    margin-bottom: 0.8rem;
}

.guide-nav-list[b-nnprlwjxuu] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-nav-list li a[b-nnprlwjxuu] {
    display: block;
    padding: 0.45rem 1.2rem;
    color: rgb(51, 62, 72);
    text-decoration: none;
    font-size: 0.9rem;
    border-left: 3px solid transparent;
    transition: all 0.15s;
    cursor: pointer;
}

.guide-nav-list li a:hover[b-nnprlwjxuu] {
    background: #e9ecef;
    border-left-color: rgb(150, 193, 30);
    color: rgb(51, 62, 72);
}

.guide-nav-section[b-nnprlwjxuu] {
    padding: 0.8rem 1.2rem 0.3rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
}

.guide-container[b-nnprlwjxuu] {
    flex: 1;
    padding: 2rem 3rem;
    max-width: 960px;
}

.guide-footer[b-nnprlwjxuu] {
    background: rgb(51, 62, 72);
    color: #fff;
    text-align: center;
    padding: 1.5rem 2rem;
}

.guide-footer p[b-nnprlwjxuu] {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Mobile responsive */
@@media (max-width: 768px) {
    .guide-body[b-nnprlwjxuu] {
        flex-direction: column;
    }

    .guide-sidebar[b-nnprlwjxuu] {
        width: 100%;
        min-width: 100%;
        position: relative;
        top: 0;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .guide-container[b-nnprlwjxuu] {
        padding: 1.5rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-id1vfvgonh] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    /*size: landscape;*/
}

.main[b-id1vfvgonh] {
    flex: 1;
}

[b-id1vfvgonh]::-webkit-scrollbar {
    width: 0 !important; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.sidebar[b-id1vfvgonh] {
    background-image: linear-gradient(180deg, #24272a 10%, #d66226 40%);
}

.top-row[b-id1vfvgonh] {
    background-color: #24272a;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-id1vfvgonh]  a, .top-row .btn-link[b-id1vfvgonh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-id1vfvgonh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.sidebar[b-id1vfvgonh], topRightNavBar[b-id1vfvgonh] {
    background: linear-gradient(180deg, rgb(51, 62, 72) 0%, #505c67 70%) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
}

    .sidebar .nav-item a[b-id1vfvgonh] {
        color: rgb(150, 193, 30) !important;
        font-family: Calibri !important;
        font-weight: bold !important;
    }

.content[b-id1vfvgonh] {
    padding-bottom: 64px;
}

.main .top-row[b-id1vfvgonh] {
    background: rgb(51, 62, 72) !important;
    color: rgb(150, 193, 30) !important;
    font-family: Calibri !important;
    font-weight: bold !important;
    z-index: 100 !important;
}

footer[b-id1vfvgonh] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
}

.logoImg[b-id1vfvgonh] {
    width: 200px !important;
    height: 55px !important;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-id1vfvgonh] {
        display: none;
    }

    .top-row.auth[b-id1vfvgonh] {
        justify-content: space-between;
    }

    .top-row a[b-id1vfvgonh], .top-row .btn-link[b-id1vfvgonh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-id1vfvgonh] {
        flex-direction: row;
    }

    .sidebar[b-id1vfvgonh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: auto;
    }

    .top-row[b-id1vfvgonh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-id1vfvgonh] {
        padding: 1.5rem !important;
    }
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth)[b-id1vfvgonh] {
        display: none;
    }

    .main .top-row.auth[b-id1vfvgonh] {
        justify-content: space-between;
    }

    .main .top-row a[b-id1vfvgonh],
    .main .top-row .btn-link[b-id1vfvgonh] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app[b-id1vfvgonh] {
        flex-direction: row;
    }

    .sidebar[b-id1vfvgonh] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row[b-id1vfvgonh] {
        position: sticky;
        top: 0;
    }

    .main > div[b-id1vfvgonh] {
        padding: 1.5rem !important;        
    }

    .navbar-toggler[b-id1vfvgonh] {
        display: none;
    }

    .sidebar .collapse[b-id1vfvgonh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .sidebar[b-frvafviysz][b-id1vfvgonh] {
        width: 235px !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rstwp6eacg] {
    background-color: unset !important;
}

.top-row[b-rstwp6eacg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rstwp6eacg] {
    font-size: 1.1rem;
}

.oi[b-rstwp6eacg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rstwp6eacg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rstwp6eacg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rstwp6eacg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rstwp6eacg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rstwp6eacg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rstwp6eacg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.material-icons[b-rstwp6eacg] {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@media (max-width: 640px) {
    .smallLogo[b-rstwp6eacg] {
        display: inline-block !important;
    }

    .fullSizeLogo[b-rstwp6eacg] {
        display: none !important;
    }

    .navbar_logo_brand[b-rstwp6eacg] {
        height: 50px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}


@media (min-width: 641px) {
    .navbar-toggler[b-rstwp6eacg] {
        display: none;
    }

    .collapse[b-rstwp6eacg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .smallLogo[b-rstwp6eacg] {
        display: none !important;
    }

    .fullSizeLogo[b-rstwp6eacg] {
        display: inline-block !important;
    }
}


.sidebar .nav-item a[b-rstwp6eacg] {
    color: rgb(150, 193, 30) !important;
}

.nav-item a.active[b-rstwp6eacg], .nav-item a[b-rstwp6eacg] {
    color: rgb(150, 193, 30) !important;
}

.nav-item a[b-rstwp6eacg] {
    color: rgb(150, 193, 30) !important;
}

