/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s9natajnly] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-s9natajnly] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-row[b-7k5gs6grmz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7k5gs6grmz] {
    font-size: 1.1rem;
}

.bi[b-7k5gs6grmz] {
    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-7k5gs6grmz] {
    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-7k5gs6grmz] {
    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-7k5gs6grmz] {
    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");
}

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

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

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

    .nav-item[b-7k5gs6grmz]  .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-7k5gs6grmz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-7k5gs6grmz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7k5gs6grmz] {
    display: block;
}

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

    .nav-scrollable[b-7k5gs6grmz] {
        /* 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-j7g4bk57uc],
.components-reconnect-repeated-attempt-visible[b-j7g4bk57uc],
.components-reconnect-failed-visible[b-j7g4bk57uc],
.components-pause-visible[b-j7g4bk57uc],
.components-resume-failed-visible[b-j7g4bk57uc],
.components-rejoining-animation[b-j7g4bk57uc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-retrying[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-failed[b-j7g4bk57uc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j7g4bk57uc] {
    display: block;
}


#components-reconnect-modal[b-j7g4bk57uc] {
    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-j7g4bk57uc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-j7g4bk57uc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j7g4bk57uc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-j7g4bk57uc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-j7g4bk57uc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j7g4bk57uc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j7g4bk57uc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j7g4bk57uc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j7g4bk57uc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-j7g4bk57uc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-j7g4bk57uc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-j7g4bk57uc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-j7g4bk57uc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-j7g4bk57uc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j7g4bk57uc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j7g4bk57uc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j7g4bk57uc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j7g4bk57uc {
    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/Admin/AdminAccounts.razor.rz.scp.css */
.sub-wrapper[b-r7nupm7vfh] {
    min-height: 100vh;
    background: #f5f6fa;
    display: flex;
    flex-direction: column;
}

/* TOP NAV */
.topnav[b-r7nupm7vfh] {
    background: white;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #4f46e5;
}

.topnav-left h2[b-r7nupm7vfh] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.topnav-left p[b-r7nupm7vfh] {
    font-size: .82rem;
    color: #4f46e5;
    margin: 0;
}

.topnav-right[b-r7nupm7vfh] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar[b-r7nupm7vfh] {
    width: 38px;
    height: 38px;
    background: #4f46e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

/* PAGE CONTENT */
.page-content[b-r7nupm7vfh] {
    padding: 32px;
    flex: 1;
}

/* TABLE CARD */
.table-card[b-r7nupm7vfh] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

/* SEARCH */
.search-box[b-r7nupm7vfh] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 14px;
    width: 260px;
    background: white;
}

    .search-box input[b-r7nupm7vfh] {
        border: none;
        outline: none;
        font-size: .9rem;
        width: 100%;
        color: #333;
    }

/* TABLE */
.sub-table[b-r7nupm7vfh] {
    width: 100%;
    border-collapse: collapse;
}

    .sub-table thead tr[b-r7nupm7vfh] {
        border-bottom: 2px solid #f3f4f6;
    }

    .sub-table th[b-r7nupm7vfh] {
        text-align: left;
        padding: 10px 12px;
        font-size: .82rem;
        color: #888;
        font-weight: 600;
    }

    .sub-table td[b-r7nupm7vfh] {
        padding: 14px 12px;
        border-bottom: 1px solid #f3f4f6;
        font-size: .9rem;
        color: #333;
    }

    .sub-table tbody tr:hover[b-r7nupm7vfh] {
        background: #fafafa;
    }

/* STATUS BADGE */
.status-badge[b-r7nupm7vfh] {
    background: #111827;
    color: white;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 600;
}

/* ACTION BUTTONS */
.action-btn[b-r7nupm7vfh] {
    border: 1px solid #e5e7eb;
    background: white;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    transition: .2s;
    font-size: .9rem;
}

.edit-btn:hover[b-r7nupm7vfh] {
    background: #f0f0ff;
    border-color: #4f46e5;
    color: #4f46e5;
}

.delete-btn:hover[b-r7nupm7vfh] {
    background: #fff0f0;
    border-color: #ef4444;
    color: #ef4444;
}

/* MODAL */
.modal-backdrop-custom[b-r7nupm7vfh] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1040;
}

.modal-box[b-r7nupm7vfh] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    padding: 2rem;
    width: 620px;
    max-width: 95vw;
    z-index: 1050;
    max-height: 90vh;
    overflow-y: auto;

    
}
/* MOBILE TABLE FIX */
.table-card[b-r7nupm7vfh] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    overflow-x: auto;
}

.sub-table[b-r7nupm7vfh] {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

@media (max-width: 768px) {
    .page-content[b-r7nupm7vfh] {
        padding: 16px;
    }

    .search-box[b-r7nupm7vfh] {
        width: 100%;
    }

    .sub-table th[b-r7nupm7vfh],
    .sub-table td[b-r7nupm7vfh] {
        white-space: nowrap;
        padding: 10px 8px;
        font-size: 0.8rem;
    }

    .modal-box[b-r7nupm7vfh] {
        width: 95%;
        padding: 1rem;
    }
}


/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
*[b-p1fno88c93] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

*[b-p1fno88c93] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

.wrapper[b-p1fno88c93] {
    min-height: 100vh;
    background: #f5f6fa;
    overflow-x: hidden;
}

.logout-btn[b-p1fno88c93] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4); /* mas visible border */
    color: #fff; /* white text */
    padding: 8px 16px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.25s ease;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
}

    .logout-btn:hover[b-p1fno88c93] {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-2px);
    }


.topnav[b-p1fno88c93] {
    background: white;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    gap: 20px;
}

.topnav-left h2[b-p1fno88c93] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
}

.topnav-left p[b-p1fno88c93] {
    font-size: .82rem;
    color: #4f46e5;
}

.topnav-right[b-p1fno88c93] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logout-btn[b-p1fno88c93] {
    position: relative;
    background: #667eea;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    color: black;
    transition: .2s;
}

    .logout-btn:hover[b-p1fno88c93] {
        color: black;
    }

.notif-dot[b-p1fno88c93] {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

.avatar[b-p1fno88c93] {
    width: 38px;
    height: 38px;
    background: #4f46e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* CONTENT */

.content[b-p1fno88c93] {
    padding: 32px;
}

    .content h1[b-p1fno88c93] {
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 24px;
        color: #111;
    }

/* STAT CARDS */

.stat-cards[b-p1fno88c93] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.stat-card[b-p1fno88c93] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

    .stat-card .label[b-p1fno88c93] {
        font-size: .82rem;
        color: #888;
        margin-bottom: 6px;
    }

    .stat-card .value[b-p1fno88c93] {
        font-size: 2rem;
        font-weight: 800;
        color: #111;
        margin-bottom: 6px;
    }

    .stat-card .trend[b-p1fno88c93] {
        font-size: .8rem;
        color: #22c55e;
        font-weight: 600;
    }

.stat-icon[b-p1fno88c93] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.icon-blue[b-p1fno88c93] {
    background: #eff6ff;
}

.icon-green[b-p1fno88c93] {
    background: #f0fdf4;
}

.icon-orange[b-p1fno88c93] {
    background: #fff7ed;
}

/* GRID */

.bottom-grid[b-p1fno88c93] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* CARD */

.card[b-p1fno88c93] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    overflow-x: auto;
}

.card-title[b-p1fno88c93] {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.card-sub[b-p1fno88c93] {
    font-size: .82rem;
    color: #aaa;
    margin-bottom: 16px;
}

/* TABLE */

table[b-p1fno88c93] {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

thead tr[b-p1fno88c93] {
    background: #f9fafb;
}

th[b-p1fno88c93] {
    text-align: left;
    padding: 12px;
    font-size: .82rem;
    color: #444;
}

td[b-p1fno88c93] {
    padding: 14px 12px;
    border-bottom: 1px solid #f3f4f6;
    color: #333;
}

.badge[b-p1fno88c93] {
    background: #111827;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 600;
}

/* NOTIFICATIONS */

.notif-item[b-p1fno88c93] {
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .notif-item:last-of-type[b-p1fno88c93] {
        border-bottom: none;
    }

    .notif-item p[b-p1fno88c93] {
        font-size: .9rem;
        color: #222;
        font-weight: 500;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    .notif-item span[b-p1fno88c93] {
        font-size: .78rem;
        color: #aaa;
    }

.view-all-btn[b-p1fno88c93] {
    width: 100%;
    margin-top: 18px;
    padding: 11px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

    .view-all-btn:hover[b-p1fno88c93] {
        background: #f9fafb;
    }

/* RESPONSIVE */

@@media (max-width: 1100px) {

    .bottom-grid[b-p1fno88c93] {
        grid-template-columns: 1fr;
    }
}

@@media (max-width: 768px) {

    .topnav[b-p1fno88c93] {
        flex-direction: column;
        align-items: flex-start;
    }

    .topnav-right[b-p1fno88c93] {
        width: 100%;
        justify-content: flex-end;
    }

    .content[b-p1fno88c93] {
        padding: 16px;
    }

        .content h1[b-p1fno88c93] {
            font-size: 1.5rem;
        }

    .stat-cards[b-p1fno88c93] {
        grid-template-columns: 1fr;
    }

    .stat-card .value[b-p1fno88c93] {
        font-size: 1.5rem;
    }

    table[b-p1fno88c93] {
        min-width: 600px;
    }
}

/* /Components/Pages/Admin/AdminSubscriber.razor.rz.scp.css */
.sub-wrapper[b-khkzhd5mm5] { min-height: 100vh; background: #f5f6fa; display: flex; flex-direction: column; }

.topnav[b-khkzhd5mm5] {
    background: white;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #4f46e5;
}

.topnav-left h2[b-khkzhd5mm5] { font-size: 1.2rem; font-weight: 700; color: #111; margin: 0; }
.topnav-left p[b-khkzhd5mm5] { font-size: .82rem; color: #4f46e5; margin: 0; }
.topnav-right[b-khkzhd5mm5] { display: flex; align-items: center; gap: 16px; }

.avatar[b-khkzhd5mm5] {
    width: 38px;
    height: 38px;
    background: #4f46e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.page-content[b-khkzhd5mm5] { padding: 32px; flex: 1; }

.table-card[b-khkzhd5mm5] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.search-box[b-khkzhd5mm5] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 14px;
    width: 260px;
    background: white;
}

.search-box input[b-khkzhd5mm5] { border: none; outline: none; font-size: .9rem; width: 100%; color: #333; }

.sub-table[b-khkzhd5mm5] { width: 100%; border-collapse: collapse; }
.sub-table thead tr[b-khkzhd5mm5] { border-bottom: 2px solid #f3f4f6; }
.sub-table th[b-khkzhd5mm5] { text-align: left; padding: 10px 12px; font-size: .82rem; color: #888; font-weight: 600; white-space: nowrap; }
.sub-table td[b-khkzhd5mm5] { padding: 14px 12px; border-bottom: 1px solid #f3f4f6; font-size: .9rem; color: #333; }
.sub-table tbody tr:hover[b-khkzhd5mm5] { background: #fafafa; }

.status-badge[b-khkzhd5mm5] { padding: 5px 14px; border-radius: 20px; font-size: .75rem; font-weight: 600; }
.badge-active[b-khkzhd5mm5] {
    background-color: #28a745;
    color: white;
}

.badge-inactive[b-khkzhd5mm5] {
    background-color: #dc3545;
    color: white;
}
.badge-active[b-khkzhd5mm5] {
    background-color: #28a745;
    color: white;
}
.badge-inactive[b-khkzhd5mm5] { background: #f3f4f6; color: #888; }

.action-btn[b-khkzhd5mm5] { border: 1px solid #e5e7eb; background: white; border-radius: 8px; padding: 6px 10px; cursor: pointer; transition: .2s; font-size: .9rem; }
.edit-btn:hover[b-khkzhd5mm5] { background: #f0f0ff; border-color: #4f46e5; color: #4f46e5; }
.delete-btn:hover[b-khkzhd5mm5] { background: #fff0f0; border-color: #ef4444; color: #ef4444; }

.modal-backdrop-custom[b-khkzhd5mm5] { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 1040; }

.modal-box[b-khkzhd5mm5] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    padding: 2rem;
    width: 620px;
    max-width: 95vw;
    z-index: 1050;
    max-height: 90vh;
    overflow-y: auto;
}
/* /Components/Pages/Subscriber/SubDashboard.razor.rz.scp.css */
.dashboard-container[b-6hy8a71b9a] {
    padding: 30px;
    background: #f4f7fb;
    min-height: 100vh;
}

.dashboard-header[b-6hy8a71b9a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.dashboard-header h2[b-6hy8a71b9a] {
    font-weight: 700;
    margin: 0;
}

.sub-text[b-6hy8a71b9a] {
    color: #6c757d;
    margin-top: 5px;
}

.logout-btn[b-6hy8a71b9a] {
    background: #dc3545;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.logout-btn:hover[b-6hy8a71b9a] {
    background: #bb2d3b;
}

.cards-grid[b-6hy8a71b9a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.dashboard-card[b-6hy8a71b9a] {
    background: white;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.dashboard-card:hover[b-6hy8a71b9a] {
    transform: translateY(-5px);
}

.card-icon[b-6hy8a71b9a] {
    font-size: 40px;
    margin-bottom: 10px;
}

.dashboard-card h5[b-6hy8a71b9a] {
    color: #6c757d;
    margin-bottom: 10px;
}

.dashboard-card h3[b-6hy8a71b9a] {
    font-weight: 700;
    margin-bottom: 5px;
}

.subscription-section[b-6hy8a71b9a] {
    background: white;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.section-header[b-6hy8a71b9a] {
    margin-bottom: 20px;
}

.section-header h4[b-6hy8a71b9a] {
    font-weight: 700;
}

.details-grid[b-6hy8a71b9a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.detail-box[b-6hy8a71b9a] {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 14px;
}

.detail-box span[b-6hy8a71b9a] {
    display: block;
    color: #6c757d;
    margin-bottom: 8px;
}

.detail-box strong[b-6hy8a71b9a] {
    font-size: 18px;
}

.status-active[b-6hy8a71b9a] {
    color: #198754;
}

@media (max-width: 768px) {
    .dashboard-header[b-6hy8a71b9a] {
        flex-direction: column;
        align-items: flex-start;
    }

    .logout-btn[b-6hy8a71b9a] {
        width: 100%;
    }
}
/* /Components/Pages/Subscriber/SubInternetPlans.razor.rz.scp.css */
.plans-wrapper[b-a16qgb36ie] {
    padding: 32px;
    background: #f5f6fa;
    min-height: 100vh;
}

.plans-header[b-a16qgb36ie] {
    margin-bottom: 32px;
}

.plans-header h3[b-a16qgb36ie] {
    color: #111;
    font-size: 1.6rem;
}

.plans-grid[b-a16qgb36ie] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.plan-card[b-a16qgb36ie] {
    background: #1e1e3a;
    border: 1.5px solid #3b3755;
    border-radius: 18px;
    padding: 32px 24px;
    color: #f1efff;
    position: relative;
    transition: transform 0.2s, border 0.2s;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.plan-card:hover[b-a16qgb36ie] {
    transform: translateY(-6px);
    border-color: #7367f0;
}

.plan-current[b-a16qgb36ie] {
    border-color: #28c76f;
    background: linear-gradient(150deg, #1a2e1a 60%, #1a3a1a 100%);
}

.plan-badge[b-a16qgb36ie] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 18px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
}

.current-badge[b-a16qgb36ie] {
    background: linear-gradient(90deg, #28c76f, #20a858);
    color: white;
}

.plan-name[b-a16qgb36ie] {
    font-size: 1rem;
    color: #88b4ff;
    font-weight: 700;
}

.plan-speed[b-a16qgb36ie] {
    display: inline-block;
    background: rgba(40,199,111,0.12);
    color: #28c76f;
    font-weight: 700;
    font-size: 1rem;
    padding: 3px 12px;
    border-radius: 10px;
}

.plan-price[b-a16qgb36ie] {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.plan-price span[b-a16qgb36ie] {
    font-size: 0.85rem;
    font-weight: 400;
    color: #b2acf4;
}

.plan-features[b-a16qgb36ie] {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.plan-features li[b-a16qgb36ie] {
    font-size: 0.92rem;
    color: #bebef7;
    font-weight: 500;
}

.btn-upgrade[b-a16qgb36ie] {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #7367f0 60%, #28c76f 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: .95rem;
    transition: .2s;
}

.btn-upgrade:hover:not(:disabled)[b-a16qgb36ie] {
    opacity: 0.88;
    transform: translateY(-2px);
}

.btn-upgrade:disabled[b-a16qgb36ie] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-current[b-a16qgb36ie] {
    width: 100%;
    padding: 12px;
    background: rgba(40,199,111,0.15);
    color: #28c76f;
    border: 1px solid #28c76f;
    border-radius: 10px;
    font-weight: 700;
    font-size: .95rem;
    cursor: default;
}

.modal-backdrop-custom[b-a16qgb36ie] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
}

.modal-box[b-a16qgb36ie] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 16px;
    padding: 2rem;
    max-width: 95vw;
    z-index: 1050;
}

@media (max-width: 800px) {
    .plans-wrapper[b-a16qgb36ie] {
        padding: 70px 16px 16px 16px;
    }

    .plans-grid[b-a16qgb36ie] {
        grid-template-columns: 1fr;
    }
}
