/* _content/DashboardAdmin/Pages/Admin/PrepaidSubscriptions.razor.rz.scp.css */
/* .rz-datatable-data td .rz-cell-data {
    font-size: 11px;
} */
/* _content/DashboardAdmin/Shared/MainLayout.razor.rz.scp.css */
.page[b-djlf7tke0u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-djlf7tke0u] {
    flex: 1;
}

.sidebar[b-djlf7tke0u] {
    background-image: linear-gradient(180deg, #52afc8 0%, #071826 70%);
}

.navbar-toggle-button[b-djlf7tke0u] {
    margin-right: auto;
}

.main-logo[b-djlf7tke0u], .main-logo *[b-djlf7tke0u] {
    margin-right: auto;
    height: 90%;
    /* object-fit: cover; */
}

a[b-djlf7tke0u] {
    color: #6282e9;
}

/* The class .top-row is also defined in light-theme.css and dark-theme.css */

.top-row[b-djlf7tke0u]  a, .top-row .btn-link[b-djlf7tke0u] {
    white-space: nowrap;
    margin-left: 1rem;
}

.top-row[b-djlf7tke0u] {
    height: var(--top-row-height);
}

.top-row a:first-child[b-djlf7tke0u] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.reset-password-warning[b-djlf7tke0u] {
    background-color: #FFFFE0;
    align-items: center;
    border-bottom: 1px solid rgb(214, 213, 213);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-end;
    padding: 8px 24px 8px 16px;
}

/* Mobile & tablet specific */
@media (max-width: 999.98px) {
    .top-row:not(.auth)[b-djlf7tke0u] {
        display: none;
    }

    .top-row.auth[b-djlf7tke0u] {
        justify-content: flex-end;
    }

    .top-row a[b-djlf7tke0u], .top-row .btn-link[b-djlf7tke0u] {
        margin-left: 0;
    }
}

/* Desktop-specific */
@media (min-width: 1000px) {
    .page[b-djlf7tke0u] {
        flex-direction: row;
    }

    .sidebar[b-djlf7tke0u] {
        width: 200px;
        min-width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-djlf7tke0u] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .main > div[b-djlf7tke0u] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DashboardAdmin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ds9ga9kyg8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ds9ga9kyg8] {
    height: var(--top-row-height);
    background-color: rgba(0,0,0,0.4);
}

.nav-item[b-ds9ga9kyg8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ds9ga9kyg8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ds9ga9kyg8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ds9ga9kyg8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ds9ga9kyg8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ds9ga9kyg8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.main-logo[b-ds9ga9kyg8], .main-logo *[b-ds9ga9kyg8] {
    width: 50%;
    height: 100%;
    margin-right: auto;
}

@media (min-width: 1000px) {
    .navbar-toggler[b-ds9ga9kyg8] {
        display: none;
    }

    .collapse[b-ds9ga9kyg8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .only-when-collapse[b-ds9ga9kyg8] {
        display: none;
    }
}

.not-logged-in[b-ds9ga9kyg8] {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
}
