/* _content/billing/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fqa0fogsaa] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1a1a1a;
    color: #eee;
}

main[b-fqa0fogsaa] {
    flex: 1;
}

.sidebar[b-fqa0fogsaa] {
    background-image: linear-gradient(180deg, #1e3a5f 0%, #2a1535 70%);
}

.top-row[b-fqa0fogsaa] {
    background-color: #222;
    border-bottom: 1px solid #444;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fqa0fogsaa]  a, .top-row[b-fqa0fogsaa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #5aa6e6;
    }

    .top-row[b-fqa0fogsaa]  a:hover, .top-row[b-fqa0fogsaa]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-fqa0fogsaa] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-fqa0fogsaa] {
        flex-direction: row;
    }

    .sidebar[b-fqa0fogsaa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-fqa0fogsaa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fqa0fogsaa], article[b-fqa0fogsaa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fqa0fogsaa] {
    color-scheme: dark;
    background: #772222;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

    #blazor-error-ui .dismiss[b-fqa0fogsaa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: white;
    }
/* _content/billing/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sxm0hwfc8b] {
    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-sxm0hwfc8b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sxm0hwfc8b] {
    min-height: 3.5rem;
    background-color: #1e1e2d; /* Darker top bar color */
    border-bottom: 1px solid #2b2b40;
}

.navbar-brand[b-sxm0hwfc8b] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-dark[b-sxm0hwfc8b] {
    background-color: #1e1e2d;
    color: #ffffff;
}

/* Navigation groups styling */
.nav-group[b-sxm0hwfc8b] {
    margin-bottom: 1rem;
}

.nav-group-title[b-sxm0hwfc8b] {
    color: #6c7293;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 0 0.5rem 1.5rem;
    font-weight: 600;
}

.nav-item[b-sxm0hwfc8b] {
    font-size: 0.95rem;
    padding-bottom: 0.3rem;
}

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

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

.nav-item[b-sxm0hwfc8b]  .nav-link {
    color: #b5b6c9;
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 2.8rem;
    width: 100%;
    padding-left: 1.25rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 0 0.5rem;
}

.nav-item[b-sxm0hwfc8b]  a.active {
    background-color: rgba(78, 98, 221, 0.15);
    color: #5d74f1;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(78, 98, 221, 0.1);
}

.nav-item[b-sxm0hwfc8b]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
    transform: translateX(2px);
}

.nav-item[b-sxm0hwfc8b]  .nav-link:active {
    transform: translateX(0);
    transition: transform 0.1s;
}

/* Bootstrap Icons */
.nav-item[b-sxm0hwfc8b]  i.bi {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
}

.nav-scrollable[b-sxm0hwfc8b] {
    display: block;
    background-color: #1e1e2d;
}

.nav-scrollable.collapse[b-sxm0hwfc8b] {
    display: none;
}

/* Mobile backdrop - hidden on desktop */
.mobile-nav-backdrop[b-sxm0hwfc8b] {
    display: none;
}

/* Mobile overlay styles */
@media (max-width: 640px) {
    .nav-scrollable[b-sxm0hwfc8b] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        width: 280px;
        height: calc(100vh - 3.5rem);
        background-color: #1e1e2d;
        border-right: 1px solid #2b2b40;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        z-index: 1050;
        overflow-y: auto;
        transform: translateX(0);
        transition: transform 0.3s ease;
    }

    .nav-scrollable.collapse[b-sxm0hwfc8b] {
        transform: translateX(-100%);
    }

    /* Mobile backdrop */
    .mobile-nav-backdrop[b-sxm0hwfc8b] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .mobile-nav-backdrop.hidden[b-sxm0hwfc8b] {
        display: none;
        opacity: 0;
    }
}

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

    .nav-scrollable[b-sxm0hwfc8b] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: #1e1e2d;
        border-right: 1px solid #2b2b40;
    }
}
/* _content/billing/Components/Pages/Admin/AdminConfiguration.razor.rz.scp.css */
.admin-configuration .card[b-di7x6pwsyv] {
    background-color: #2a2a2a;
    border: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.admin-configuration .card-header[b-di7x6pwsyv] {
    background-color: #222;
    border-bottom: 1px solid #444;
    font-weight: 500;
}

/* Table styling overrides */
.admin-configuration .table-info[b-di7x6pwsyv] {
    background-color: rgba(23, 162, 184, 0.15) !important;
}

.admin-configuration .table-info td[b-di7x6pwsyv] {
    color: #9ee !important;
}
/* _content/billing/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-dashboard .card[b-0puwos2tlv] {
    background-color: #2a2a2a;
    border: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.admin-dashboard .card-header[b-0puwos2tlv] {
    background-color: #222;
    border-bottom: 1px solid #444;
    font-weight: 500;
}

.language-chart[b-0puwos2tlv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.language-item[b-0puwos2tlv] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
}

.language-name[b-0puwos2tlv] {
    width: 100px;
    font-weight: 500;
}

.language-bar-container[b-0puwos2tlv] {
    flex-grow: 1;
    height: 1.25rem;
    background-color: #333;
    border-radius: 4px;
    overflow: hidden;
}

.language-bar[b-0puwos2tlv] {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2c5082);
    border-radius: 4px;
}

.language-count[b-0puwos2tlv] {
    width: 80px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Badge styling */
.badge.bg-success[b-0puwos2tlv] {
    background-color: #226644 !important;
}

.badge.bg-danger[b-0puwos2tlv] {
    background-color: #772222 !important;
}

/* Progress bar styling */
.progress[b-0puwos2tlv] {
    background-color: #333;
    border-radius: 4px;
}

.progress-bar.bg-success[b-0puwos2tlv] {
    background: linear-gradient(90deg, #226644, #184f34) !important;
}
/* _content/billing/Components/Pages/Admin/LinkTracking.razor.rz.scp.css */
.referrer-stats[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-radius: var(--bs-card-border-radius);
}

.referrer-stats .list-group-item[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-color: #444;
    color: #eee;
}

.referrer-stats .list-group-item.text-muted[b-awurkd1wic] {
    color: #eee !important;
}

.browser-stats[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-radius: var(--bs-card-border-radius);
}

.browser-stats .text-muted[b-awurkd1wic] {
    color: #eee !important;
}
