/* _content/Ticu.TenantDashboard/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-q044nx4weu] {
    overflow-x: hidden;
}

#sidebar[b-q044nx4weu] {
    width: 250px;
    background-color: #0a002b;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    z-index: 100;
}

/* Overlay Styles */
#sidebar-overlay[b-q044nx4weu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
    display: none;
}

@media (max-width: 991.98px) {
    #sidebar[b-q044nx4weu] {
        position: fixed;
        left: -250px;
        top: 0;
        height: 100vh;
        margin-left: 0 !important;
    }

        #sidebar.active[b-q044nx4weu] {
            left: 0;
            box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        }

            /* Show overlay when sidebar is active */
            #sidebar.active ~ #sidebar-overlay[b-q044nx4weu] {
                display: block;
            }
}

#blazor-error-ui[b-q044nx4weu] {
    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-q044nx4weu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Ticu.TenantDashboard/Components/Layout/NavMenu.razor.rz.scp.css */

.nav-link i[b-emqn1be5qo] {
    margin-right: 0.5rem;
    min-width: 1.25rem; /* Equalize space for all icons */
    text-align: center;
    display: inline-block;
}

.nav-item[b-emqn1be5qo] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}


    .nav-item:last-of-type[b-emqn1be5qo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-emqn1be5qo]  .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-emqn1be5qo]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-emqn1be5qo]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }
/* _content/Ticu.TenantDashboard/Components/Layout/TopRightMenu.razor.rz.scp.css */
.hover-scale:hover img[b-2fw1vz38vt] {
    transform: scale(1.05);
    transition: transform 0.2s;
}
