@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Customers/Pages/DetailsPage.razor.rz.scp.css */
body[b-fqu1tnmuc2] {
    margin-top: 20px;
    background: #f7f8fa;
    font-family: Sahel;
}

.avatar-xxl[b-fqu1tnmuc2] {
    height: 7rem;
    width: 7rem;
}

.card[b-fqu1tnmuc2] {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 3px #eaedf2;
    box-shadow: 0 2px 3px #eaedf2;
}

.pb-0[b-fqu1tnmuc2] {
    padding-bottom: 0 !important;
}

.font-size-16[b-fqu1tnmuc2] {
    font-size: 16px !important;
}

.avatar-title[b-fqu1tnmuc2] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #038edc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.bg-soft-primary[b-fqu1tnmuc2] {
    background-color: rgba(3,142,220,.15) !important;
}

.rounded-circle[b-fqu1tnmuc2] {
    border-radius: 50% !important;
}

.nav-tabs-custom .nav-item .nav-link.active[b-fqu1tnmuc2] {
    color: #038edc;
}

.nav-tabs-custom .nav-item .nav-link[b-fqu1tnmuc2] {
    border: none;
}

    .nav-tabs-custom .nav-item .nav-link.active[b-fqu1tnmuc2] {
        color: #038edc;
    }

.avatar-group[b-fqu1tnmuc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 12px;
}

.border-end[b-fqu1tnmuc2] {
    border-right: 1px solid #eff0f2 !important;
}

.d-inline-block[b-fqu1tnmuc2] {
    display: inline-block !important;
}

.badge-soft-danger[b-fqu1tnmuc2] {
    color: #f34e4e;
    background-color: rgba(243,78,78,.1);
}

.badge-soft-warning[b-fqu1tnmuc2] {
    color: #f7cc53;
    background-color: rgba(247,204,83,.1);
}

.badge-soft-success[b-fqu1tnmuc2] {
    color: #51d28c;
    background-color: rgba(81,210,140,.1);
}

.avatar-group .avatar-group-item[b-fqu1tnmuc2] {
    margin-left: -14px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.avatar-sm[b-fqu1tnmuc2] {
    height: 2rem;
    width: 2rem;
}

.nav-tabs-custom .nav-item[b-fqu1tnmuc2] {
    position: relative;
    color: #343a40;
}

    .nav-tabs-custom .nav-item .nav-link.active[b-fqu1tnmuc2]:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .nav-tabs-custom .nav-item .nav-link[b-fqu1tnmuc2]::after {
        content: "";
        background: #038edc;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -2px;
        -webkit-transition: all 250ms ease 0s;
        transition: all 250ms ease 0s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.badge-soft-secondary[b-fqu1tnmuc2] {
    color: #74788d;
    background-color: rgba(116,120,141,.1);
}

.badge-soft-secondary[b-fqu1tnmuc2] {
    color: #74788d;
}

.work-activity[b-fqu1tnmuc2] {
    position: relative;
    color: #74788d;
    padding-left: 5.5rem
}

    .work-activity[b-fqu1tnmuc2]::before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        left: 66px;
        border-left: 1px solid rgba(3,142,220,.25)
    }

    .work-activity .work-item[b-fqu1tnmuc2] {
        position: relative;
        border-bottom: 2px dashed #eff0f2;
        margin-bottom: 14px
    }

        .work-activity .work-item:last-of-type[b-fqu1tnmuc2] {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none
        }

        .work-activity .work-item[b-fqu1tnmuc2]::after, .work-activity .work-item[b-fqu1tnmuc2]::before {
            position: absolute;
            display: block
        }

        .work-activity .work-item[b-fqu1tnmuc2]::before {
            content: attr(data-date);
            left: -157px;
            top: -3px;
            text-align: right;
            font-weight: 500;
            color: #74788d;
            font-size: 12px;
            min-width: 120px
        }

        .work-activity .work-item[b-fqu1tnmuc2]::after {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            left: -26px;
            top: 3px;
            background-color: #fff;
            border: 2px solid #038edc
        }
/* /Instagrams/Pages/AccountDetailsPage.razor.rz.scp.css */
.stat-card[b-0c2c93pzmo] {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.2s ease;
    height: 100%;
    min-width: 120px;
    max-width: 160px;
    min-height: 100px;
    max-height: 120px;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    gap: 0.5rem;
}

    .stat-card:hover[b-0c2c93pzmo] {
        border-color: #e2e8f0;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
    }

.stat-item[b-0c2c93pzmo] {
    min-width: 120px;
    max-width: 160px;
    flex: 1 1 120px;
}

.stat-icon[b-0c2c93pzmo] {
    width: 32px;
    height: 32px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .stat-icon i[b-0c2c93pzmo] {
        font-size: 1rem;
        color: #64748b;
    }

.stat-success[b-0c2c93pzmo] {
    background: #f0fdf4;
}

    .stat-success i[b-0c2c93pzmo] {
        color: #16a34a;
    }

.stat-info[b-0c2c93pzmo] {
    background: #eff6ff;
}

    .stat-info i[b-0c2c93pzmo] {
        color: #2563eb;
    }

.stat-warning[b-0c2c93pzmo] {
    background: #fffbeb;
}

    .stat-warning i[b-0c2c93pzmo] {
        color: #d97706;
    }

.stat-primary[b-0c2c93pzmo] {
    background: #DfdfFf !important;
}

    .stat-primary i[b-0c2c93pzmo] {
        color: #7367f0 !important;
    }

.stat-content[b-0c2c93pzmo] {
    flex: 1;
    min-width: 0;
}

.stat-number[b-0c2c93pzmo] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0.1rem 0 0.1rem 0;
    line-height: 1.2;
}

.stat-label[b-0c2c93pzmo] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: block;
}

.icon-wrapper[b-0c2c93pzmo] {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .icon-wrapper i[b-0c2c93pzmo] {
        font-size: 1.25rem;
        color: #475569;
    }

.info-list[b-0c2c93pzmo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-0c2c93pzmo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}

    .info-item:last-child[b-0c2c93pzmo] {
        border-bottom: none;
    }

.info-label[b-0c2c93pzmo] {
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

.section-container[b-0c2c93pzmo] {
    position: relative;
}

.section-header[b-0c2c93pzmo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.section-title[b-0c2c93pzmo] {
    display: flex;
    align-items: center;
    flex: 1;
}

    .section-title h6[b-0c2c93pzmo] {
        font-size: 1rem;
        color: #1e293b;
    }

.section-actions[b-0c2c93pzmo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-link[b-0c2c93pzmo] {
    color: #64748b;
    text-decoration: none;
    padding: 0.375rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .action-link:hover[b-0c2c93pzmo] {
        background: #f1f5f9;
        color: #3b82f6;
    }

.section-content[b-0c2c93pzmo] {
    margin-left: 3.25rem;
}

.contact-info[b-0c2c93pzmo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item[b-0c2c93pzmo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
}

    .contact-item i[b-0c2c93pzmo] {
        color: #9ca3af;
        width: 16px;
        flex-shrink: 0;
    }

.device-specs[b-0c2c93pzmo] {
    font-size: 0.875rem;
}

.spec-item[b-0c2c93pzmo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #4b5563;
}

    .spec-item i[b-0c2c93pzmo] {
        color: #9ca3af;
        width: 16px;
        flex-shrink: 0;
    }

.empty-state[b-0c2c93pzmo] {
    text-align: center;
    padding: 2rem 1rem;
    color: #6b7280;
}

.profile-container[b-0c2c93pzmo] {
    width: 100%;
    max-width: 280px;
}

.stats-container[b-0c2c93pzmo] {
    width: 100%;
}

@media (max-width: 1200px) {
    .stat-item[b-0c2c93pzmo] {
        min-width: 110px;
        max-width: 150px;
        flex: 1 1 110px;
    }
    
    .stat-card[b-0c2c93pzmo] {
        min-width: 110px;
        max-width: 150px;
        padding: 0.875rem 0.625rem;
    }
    
    .stat-number[b-0c2c93pzmo] {
        font-size: 1rem;
    }
    
    .stat-label[b-0c2c93pzmo] {
        font-size: 0.75rem;
        max-width: 110px;
    }
}

@media (max-width: 992px) {
    .profile-container[b-0c2c93pzmo] {
        max-width: 240px;
        min-width: 180px;
    }
    
    .stat-item[b-0c2c93pzmo] {
        min-width: 100px;
        max-width: 140px;
        flex: 1 1 100px;
    }
    
    .stat-card[b-0c2c93pzmo] {
        min-width: 100px;
        max-width: 140px;
        min-height: 90px;
        max-height: 110px;
        padding: 0.75rem 0.5rem;
    }

    .stat-label[b-0c2c93pzmo] {
        max-width: 100px;
        font-size: 0.75rem;
    }

    .profile-image-inner[b-0c2c93pzmo] {
        width: 60px !important;
        height: 60px !important;
    }
    
    .stat-icon[b-0c2c93pzmo] {
        width: 28px;
        height: 28px;
    }
    
    .stat-icon i[b-0c2c93pzmo] {
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .profile-container[b-0c2c93pzmo] {
        max-width: 200px;
        min-width: 160px;
    }
    
    .stat-item[b-0c2c93pzmo] {
        min-width: 90px;
        max-width: 120px;
        flex: 1 1 90px;
    }
    
    .stat-card[b-0c2c93pzmo] {
        min-width: 90px;
        max-width: 120px;
        min-height: 80px;
        max-height: 100px;
        padding: 0.625rem 0.375rem;
    }
    
    .stat-number[b-0c2c93pzmo] {
        font-size: 0.9rem;
    }
    
    .stat-label[b-0c2c93pzmo] {
        font-size: 0.7rem;
        max-width: 90px;
    }
    
    .stat-icon[b-0c2c93pzmo] {
        width: 24px;
        height: 24px;
    }
    
    .stat-icon i[b-0c2c93pzmo] {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .profile-container[b-0c2c93pzmo] {
        max-width: 180px;
        min-width: 140px;
    }
    
    .stat-item[b-0c2c93pzmo] {
        min-width: 80px;
        max-width: 100px;
        flex: 1 1 80px;
    }
    
    .stat-card[b-0c2c93pzmo] {
        min-width: 80px;
        max-width: 100px;
        min-height: 70px;
        max-height: 90px;
        padding: 0.5rem 0.25rem;
    }

    .stat-label[b-0c2c93pzmo] {
        max-width: 80px;
        font-size: 0.65rem;
    }

    .profile-image-inner[b-0c2c93pzmo] {
        width: 50px !important;
        height: 50px !important;
    }
    
    .stat-icon[b-0c2c93pzmo] {
        width: 20px;
        height: 20px;
    }
    
    .stat-icon i[b-0c2c93pzmo] {
        font-size: 0.625rem;
    }
    
    .stat-number[b-0c2c93pzmo] {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .profile-container[b-0c2c93pzmo] {
        max-width: 160px;
        min-width: 120px;
    }
    
    .stat-item[b-0c2c93pzmo] {
        min-width: 70px;
        max-width: 90px;
        flex: 1 1 70px;
    }
    
    .stat-card[b-0c2c93pzmo] {
        min-width: 70px;
        max-width: 90px;
        min-height: 60px;
        max-height: 80px;
        padding: 0.375rem 0.25rem;
    }
    
    .stat-label[b-0c2c93pzmo] {
        max-width: 70px;
        font-size: 0.6rem;
    }
    
    .stat-number[b-0c2c93pzmo] {
        font-size: 0.75rem;
    }
    
    .stat-icon[b-0c2c93pzmo] {
        width: 18px;
        height: 18px;
    }
    
    .stat-icon i[b-0c2c93pzmo] {
        font-size: 0.5rem;
    }
}

.profile-section[b-0c2c93pzmo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.profile-image[b-0c2c93pzmo] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image-inner[b-0c2c93pzmo] {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.profile-info[b-0c2c93pzmo] {
    margin-top: 0.5rem;
}

.device-number-emphasis[b-0c2c93pzmo] {
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: underline dotted #b6b6b6;
    text-underline-offset: 3px;
    color: #1e293b;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ndumk46b65] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ndumk46b65] {
    flex: 1;
}
 
.top-row[b-ndumk46b65] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ndumk46b65]  a, .top-row[b-ndumk46b65]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ndumk46b65]  a:hover, .top-row[b-ndumk46b65]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ndumk46b65]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ndumk46b65] {
        justify-content: space-between;
    }

    .top-row[b-ndumk46b65]  a, .top-row[b-ndumk46b65]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ndumk46b65] {
        flex-direction: row;
    }

    .sidebar[b-ndumk46b65] {
 
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ndumk46b65] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ndumk46b65]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ndumk46b65], article[b-ndumk46b65] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Livestream/Components/LiveHistoryAnalyticsComponent.razor.rz.scp.css */
.card[b-5hqjdg1bdu] {
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.icon-wrapper[b-5hqjdg1bdu] {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper i[b-5hqjdg1bdu] {
    font-size: 1.25rem;
    color: #475569;
}

.section-title[b-5hqjdg1bdu] {
    display: flex;
    align-items: center;
    flex: 1;
}

.section-title h6[b-5hqjdg1bdu] {
    font-size: 1rem;
    color: #1e293b;
}

.session-count[b-5hqjdg1bdu] {
    display: flex;
    align-items: center;
}

.live-info[b-5hqjdg1bdu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.live-title[b-5hqjdg1bdu] {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.customer-info[b-5hqjdg1bdu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.modern-table[b-5hqjdg1bdu] {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.table-header[b-5hqjdg1bdu] {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    font-weight: 600;
    border: none;
    padding: 1rem;
}

.modern-table th[b-5hqjdg1bdu] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
    text-align: center;
}

.modern-table td[b-5hqjdg1bdu] {
    padding: 1rem;
    border-color: #f1f5f9;
    vertical-align: middle;
    text-align: center;
}

.modern-table tbody tr[b-5hqjdg1bdu] {
    background: white;
}

.modern-table tbody tr:nth-child(even)[b-5hqjdg1bdu] {
    background: #f8fafc;
}

.row-number[b-5hqjdg1bdu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #f1f5f9;
    border-radius: 50%;
    font-weight: 600;
    color: #475569;
    font-size: 0.875rem;
}

.time-info[b-5hqjdg1bdu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.badge[b-5hqjdg1bdu] {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.badge.bg-purple[b-5hqjdg1bdu] {
    background-color: #8b5cf6 !important;
}

.badge.text-purple[b-5hqjdg1bdu] {
    color: #8b5cf6 !important;
}

.badge.border-purple[b-5hqjdg1bdu] {
    border-color: #8b5cf6 !important;
}

.empty-state[b-5hqjdg1bdu] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state i[b-5hqjdg1bdu] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.modern-table .pagination[b-5hqjdg1bdu] {
    margin-top: 1.5rem;
    justify-content: center;
}

.modern-table .page-link[b-5hqjdg1bdu] {
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    color: #475569;
    margin: 0 0.25rem;
}

.modern-table .page-link:hover[b-5hqjdg1bdu] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.modern-table .page-item.active .page-link[b-5hqjdg1bdu] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    color: white;
}

@media (max-width: 768px) {
    .modern-table[b-5hqjdg1bdu] {
        font-size: 0.875rem;
    }
    
    .modern-table th[b-5hqjdg1bdu],
    .modern-table td[b-5hqjdg1bdu] {
        padding: 0.75rem 0.5rem;
    }
    
    .time-info[b-5hqjdg1bdu] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .badge[b-5hqjdg1bdu] {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem;
    }
    
    .live-info[b-5hqjdg1bdu] {
        align-items: center;
        text-align: center;
    }
    
    .customer-info[b-5hqjdg1bdu] {
        flex-direction: column;
        gap: 0.25rem;
    }
} 
/* /Livestream/Components/TechnicalDetailsComponent.razor.rz.scp.css */
.card[b-if0i2drk5i] {
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.icon-wrapper[b-if0i2drk5i] {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper i[b-if0i2drk5i] {
    font-size: 1.25rem;
    color: #475569;
}

.info-list[b-if0i2drk5i] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-if0i2drk5i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-item:last-child[b-if0i2drk5i] {
    border-bottom: none;
}

.info-label[b-if0i2drk5i] {
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

.section-container[b-if0i2drk5i] {
    position: relative;
}

.section-header[b-if0i2drk5i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.section-title[b-if0i2drk5i] {
    display: flex;
    align-items: center;
    flex: 1;
}

.section-title h6[b-if0i2drk5i] {
    font-size: 1rem;
    color: #1e293b;
}

.section-content[b-if0i2drk5i] {
    margin-left: 3.25rem;
}

.input-group[b-if0i2drk5i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-control[b-if0i2drk5i] {
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    max-width: 300px;
}

.form-control:focus[b-if0i2drk5i] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn[b-if0i2drk5i] {
    border-radius: 0.5rem;
    font-weight: 500;
    border: none;
    padding: 0.5rem 0.75rem;
}

.btn-outline-secondary[b-if0i2drk5i] {
    border: 1px solid #cbd5e1;
    color: #64748b;
}

.btn-outline-secondary:hover[b-if0i2drk5i] {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #475569;
}

.btn-outline-primary[b-if0i2drk5i] {
    border: 1px solid #667eea;
    color: #667eea;
}

.btn-outline-primary:hover[b-if0i2drk5i] {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.badge[b-if0i2drk5i] {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.json-content[b-if0i2drk5i] {
    max-height: 400px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .section-content[b-if0i2drk5i] { margin-left: 0; }
    .input-group[b-if0i2drk5i] { flex-direction: column; align-items: stretch; }
    .input-group .form-control[b-if0i2drk5i] { max-width: 100% !important; }
} 
/* /Livestream/Pages/ChannelDetailsPage.razor.rz.scp.css */
/* Stats Cards */
.stat-card[b-29251xr27h] {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    height: 100%;
    min-width: 120px;
    max-width: 160px;
    min-height: 100px;
    max-height: 120px;
}

.stat-card:hover[b-29251xr27h] {
    border-color: #e2e8f0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
}

.stat-item[b-29251xr27h] {
    min-width: 120px;
    max-width: 160px;
    flex: 1 1 120px;
}

.stat-icon[b-29251xr27h] {
    width: 32px;
    height: 32px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i[b-29251xr27h] {
    font-size: 1rem;
    color: #64748b;
}

/* Stat Icon Colors */
.stat-success[b-29251xr27h] { background: #f0fdf4; }
.stat-success i[b-29251xr27h] { color: #16a34a; }
.stat-info[b-29251xr27h] { background: #eff6ff; }
.stat-info i[b-29251xr27h] { color: #2563eb; }
.stat-warning[b-29251xr27h] { background: #fffbeb; }
.stat-warning i[b-29251xr27h] { color: #d97706; }
.stat-primary[b-29251xr27h] { background: #DfdfFf !important; }
.stat-primary i[b-29251xr27h] { color: #7367f0 !important; }

.stat-content[b-29251xr27h] {
    flex: 1;
    min-width: 0;
}

.stat-number[b-29251xr27h] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0.1rem 0;
    line-height: 1.2;
}

.stat-label[b-29251xr27h] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: block;
}

/* Icon Wrapper */
.icon-wrapper[b-29251xr27h] {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper i[b-29251xr27h] {
    font-size: 1.25rem;
    color: #475569;
}

/* Info List */
.info-list[b-29251xr27h] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item[b-29251xr27h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-item:last-child[b-29251xr27h] {
    border-bottom: none;
}

.info-label[b-29251xr27h] {
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

/* Section Containers */
.section-container[b-29251xr27h] {
    position: relative;
}

.section-header[b-29251xr27h] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.section-title[b-29251xr27h] {
    display: flex;
    align-items: center;
    flex: 1;
}

.section-title h6[b-29251xr27h] {
    font-size: 1rem;
    color: #1e293b;
}

.section-actions[b-29251xr27h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-link[b-29251xr27h] {
    color: #64748b;
    text-decoration: none;
    padding: 0.375rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-link:hover[b-29251xr27h] {
    background: #f1f5f9;
    color: #3b82f6;
}

.section-content[b-29251xr27h] {
    margin-left: 3.25rem;
}

/* Contact Info */
.contact-info[b-29251xr27h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item[b-29251xr27h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
}

.contact-item i[b-29251xr27h] {
    color: #9ca3af;
    width: 16px;
    flex-shrink: 0;
}

/* Profile Section */
.profile-section[b-29251xr27h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.profile-image[b-29251xr27h] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image-inner[b-29251xr27h] {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.profile-info[b-29251xr27h] {
    margin-top: 0.5rem;
}

/* Badge */
.badge[b-29251xr27h] {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Profile Container */
.profile-container[b-29251xr27h] {
    width: 100%;
    max-width: 280px;
}

/* Stats Container */
.stats-container[b-29251xr27h] {
    width: 100%;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .stat-item[b-29251xr27h] { min-width: 110px; max-width: 150px; flex: 1 1 110px; }
    .stat-card[b-29251xr27h] { min-width: 110px; max-width: 150px; padding: 0.875rem 0.625rem; }
    .stat-number[b-29251xr27h] { font-size: 1rem; }
    .stat-label[b-29251xr27h] { font-size: 0.75rem; max-width: 110px; }
}

@media (max-width: 992px) {
    .profile-container[b-29251xr27h] { max-width: 240px; min-width: 180px; }
    .stat-item[b-29251xr27h] { min-width: 100px; max-width: 140px; flex: 1 1 100px; }
    .stat-card[b-29251xr27h] { min-width: 100px; max-width: 140px; min-height: 90px; max-height: 110px; padding: 0.75rem 0.5rem; }
    .stat-label[b-29251xr27h] { max-width: 100px; font-size: 0.75rem; }
    .profile-image-inner[b-29251xr27h] { width: 60px !important; height: 60px !important; }
    .stat-icon[b-29251xr27h] { width: 28px; height: 28px; }
    .stat-icon i[b-29251xr27h] { font-size: 0.875rem; }
}

@media (max-width: 768px) {
    .profile-container[b-29251xr27h] { max-width: 200px; min-width: 160px; }
    .stat-item[b-29251xr27h] { min-width: 90px; max-width: 120px; flex: 1 1 90px; }
    .stat-card[b-29251xr27h] { min-width: 90px; max-width: 120px; min-height: 80px; max-height: 100px; padding: 0.625rem 0.375rem; }
    .stat-number[b-29251xr27h] { font-size: 0.9rem; }
    .stat-label[b-29251xr27h] { font-size: 0.7rem; max-width: 90px; }
    .stat-icon[b-29251xr27h] { width: 24px; height: 24px; }
    .stat-icon i[b-29251xr27h] { font-size: 0.75rem; }
}

@media (max-width: 576px) {
    .profile-container[b-29251xr27h] { max-width: 180px; min-width: 140px; }
    .stat-item[b-29251xr27h] { min-width: 80px; max-width: 100px; flex: 1 1 80px; }
    .stat-card[b-29251xr27h] { min-width: 80px; max-width: 100px; min-height: 70px; max-height: 90px; padding: 0.5rem 0.25rem; }
    .stat-label[b-29251xr27h] { max-width: 80px; font-size: 0.65rem; }
    .profile-image-inner[b-29251xr27h] { width: 50px !important; height: 50px !important; }
    .stat-icon[b-29251xr27h] { width: 20px; height: 20px; }
    .stat-icon i[b-29251xr27h] { font-size: 0.625rem; }
    .stat-number[b-29251xr27h] { font-size: 0.8rem; }
}

@media (max-width: 480px) {
    .profile-container[b-29251xr27h] { max-width: 160px; min-width: 120px; }
    .stat-item[b-29251xr27h] { min-width: 70px; max-width: 90px; flex: 1 1 70px; }
    .stat-card[b-29251xr27h] { min-width: 70px; max-width: 90px; min-height: 60px; max-height: 80px; padding: 0.375rem 0.25rem; }
    .stat-label[b-29251xr27h] { max-width: 70px; font-size: 0.6rem; }
    .stat-number[b-29251xr27h] { font-size: 0.75rem; }
    .stat-icon[b-29251xr27h] { width: 18px; height: 18px; }
    .stat-icon i[b-29251xr27h] { font-size: 0.5rem; }
} 
/* /Users/Components/OnlineUsersComponent.razor.rz.scp.css */
.spinner-loading[b-jkbmro1xu8] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
