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

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

.page-layout[b-aeo0tp00mv] {
    display: flex;
    min-height: 100vh;
}

.sidebar-container[b-aeo0tp00mv] {
    width: 250px;
    background: #2c3e50;
    color: white;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar-container.collapsed[b-aeo0tp00mv] {
    width: 0;
    min-width: 0;
}

.sidebar-header[b-aeo0tp00mv] {
    padding: 20px;
    background: #1a252f;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

.sidebar-header h4[b-aeo0tp00mv] {
    margin: 0;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.main-wrapper[b-aeo0tp00mv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.main-content[b-aeo0tp00mv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.top-bar[b-aeo0tp00mv] {
    background: white;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    flex-shrink: 0;
}

.top-bar-right[b-aeo0tp00mv] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user-name[b-aeo0tp00mv] {
    font-weight: 500;
    color: #333;
}

.content[b-aeo0tp00mv] {
    flex: 1;
    padding: 20px;
    background: #f5f5f5;
    overflow-y: auto;
}

.sidebar-toggle[b-aeo0tp00mv] {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #495057;
    padding: 8px 12px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none !important;
}

.sidebar-toggle:hover[b-aeo0tp00mv] {
    background-color: rgba(0, 0, 0, 0.05);
    color: #212529;
}

.sidebar-toggle:active[b-aeo0tp00mv] {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-toggle:focus[b-aeo0tp00mv] {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.sidebar-toggle i[b-aeo0tp00mv] {
    font-size: 1.25rem;
}

#blazor-error-ui[b-aeo0tp00mv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-aeo0tp00mv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .reload[b-aeo0tp00mv] {
    color: #0066cc;
    text-decoration: underline;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .sidebar-container[b-aeo0tp00mv] {
        position: fixed;
        z-index: 1000;
        height: 100vh;
        left: 0;
        top: 0;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .sidebar-container.collapsed[b-aeo0tp00mv] {
        transform: translateX(-250px);
    }

    .top-bar[b-aeo0tp00mv] {
        padding: 10px 15px;
    }

    .content[b-aeo0tp00mv] {
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .sidebar-header h4[b-aeo0tp00mv] {
        font-size: 1rem;
    }

    .user-name[b-aeo0tp00mv] {
        display: none;
    }

    .btn-secondary[b-aeo0tp00mv] {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o33ykbefam] {
    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-o33ykbefam] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-o33ykbefam] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-menu[b-o33ykbefam] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    height: 100%;
    overflow-y: auto;
}

.nav-item[b-o33ykbefam] {
    margin: 0.25rem 0;
}

.nav-link[b-o33ykbefam] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.nav-link:hover[b-o33ykbefam] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-left-color: rgba(255, 255, 255, 0.5);
}

.nav-link.active[b-o33ykbefam] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border-left-color: #667eea;
    font-weight: 500;
}

.nav-link i[b-o33ykbefam] {
    width: 1.5rem;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    text-align: center;
}

.nav-text[b-o33ykbefam] {
    flex: 1;
    white-space: nowrap;
}

/* 서브메뉴 스타일 */
.nav-item.has-submenu .nav-link-group[b-o33ykbefam] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.nav-item.has-submenu .nav-link-group:hover[b-o33ykbefam] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.submenu-icon[b-o33ykbefam] {
    margin-left: auto;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

/* 기본적으로 서브메뉴 숨김 */
.nav-item.has-submenu .submenu[b-o33ykbefam] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* expanded 클래스가 있을 때만 표시 */
.nav-item.has-submenu.expanded .submenu[b-o33ykbefam] {
    max-height: 500px;
}

.nav-item.has-submenu.expanded .submenu-icon[b-o33ykbefam] {
    transform: rotate(180deg);
}

.submenu .submenu-link[b-o33ykbefam] {
    padding-left: 3.5rem;
    font-size: 0.95rem;
}

.submenu .submenu-link i[b-o33ykbefam] {
    font-size: 1rem;
}

/* 사이드바 축소 시 */
.sidebar-container.collapsed .nav-text[b-o33ykbefam] {
    display: none;
}

.sidebar-container.collapsed .nav-link[b-o33ykbefam] {
    justify-content: center;
    padding: 0.75rem;
}

.sidebar-container.collapsed .nav-link i[b-o33ykbefam] {
    margin-right: 0;
}

.sidebar-container.collapsed .submenu-icon[b-o33ykbefam] {
    display: none;
}

/* 스크롤바 스타일링 */
.nav-menu[b-o33ykbefam]::-webkit-scrollbar {
    width: 6px;
}

.nav-menu[b-o33ykbefam]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.nav-menu[b-o33ykbefam]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nav-menu[b-o33ykbefam]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* 반응형 */
@media (max-width: 768px) {
    .nav-menu[b-o33ykbefam] {
        padding: 0.5rem 0;
    }

    .nav-link[b-o33ykbefam] {
        padding: 0.6rem 1rem;
    }
    
    .submenu .submenu-link[b-o33ykbefam] {
        padding-left: 2.5rem;
    }
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-container[b-k5l4r0qw1t] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-k5l4r0qw1t] {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
}

.login-header[b-k5l4r0qw1t] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h2[b-k5l4r0qw1t] {
    color: #333;
    margin-bottom: 0.5rem;
}

.login-header p[b-k5l4r0qw1t] {
    color: #666;
    font-size: 0.9rem;
}

.form-group[b-k5l4r0qw1t] {
    margin-bottom: 1.5rem;
}

.form-group label[b-k5l4r0qw1t] {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-k5l4r0qw1t] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
}

.form-control:focus[b-k5l4r0qw1t] {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.login-footer[b-k5l4r0qw1t] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    text-align: center;
}

.login-footer p[b-k5l4r0qw1t] {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

.alert[b-k5l4r0qw1t] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.alert-danger[b-k5l4r0qw1t] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.validation-message[b-k5l4r0qw1t],
.text-danger[b-k5l4r0qw1t] {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}
/* /Components/Pages/BoardPosts.razor.rz.scp.css */
.page-container[b-0lnbk2cwtx] {
    padding: 1.5rem;
    max-width: 100%;
}

.page-header[b-0lnbk2cwtx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h2[b-0lnbk2cwtx] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
}

.table-responsive[b-0lnbk2cwtx] {
    overflow-x: auto;
}

.table-hover tbody tr[b-0lnbk2cwtx] {
    cursor: default;
    transition: background-color 0.2s ease;
}

.table-hover tbody tr:hover[b-0lnbk2cwtx] {
    background-color: #f8f9fa;
}

.badge[b-0lnbk2cwtx] {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.modal.show[b-0lnbk2cwtx] {
    display: block;
    animation: fadeIn-b-0lnbk2cwtx 0.15s ease-in;
}

@keyframes fadeIn-b-0lnbk2cwtx {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog[b-0lnbk2cwtx] {
    animation: slideDown-b-0lnbk2cwtx 0.2s ease-out;
}

@keyframes slideDown-b-0lnbk2cwtx {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.btn-group-sm > .btn[b-0lnbk2cwtx] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.text-truncate[b-0lnbk2cwtx] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card[b-0lnbk2cwtx] {
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-0lnbk2cwtx] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.list-group-item[b-0lnbk2cwtx] {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.alert[b-0lnbk2cwtx] {
    border-radius: 0.25rem;
}

.spinner-border-sm[b-0lnbk2cwtx] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* 이미지 미리보기 카드 스타일 */
.card-img-top[b-0lnbk2cwtx] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-img-top:hover[b-0lnbk2cwtx] {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 이미지 확대 모달 스타일 */
.modal-content.bg-transparent .modal-header[b-0lnbk2cwtx] {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content.bg-transparent .modal-body[b-0lnbk2cwtx] {
    background-color: transparent;
}

.img-fluid[b-0lnbk2cwtx] {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

/* 첨부파일 카드 그리드 */
.row.g-2[b-0lnbk2cwtx] {
    margin: -0.5rem;
}

.row.g-2 > [class*="col-"][b-0lnbk2cwtx] {
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .page-header[b-0lnbk2cwtx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .page-header h2[b-0lnbk2cwtx] {
        font-size: 1.5rem;
    }
    
    .table-responsive[b-0lnbk2cwtx] {
        font-size: 0.875rem;
    }
    
    .btn-group[b-0lnbk2cwtx] {
        flex-direction: column;
    }

    .card-img-top[b-0lnbk2cwtx] {
        height: 150px !important;
    }
}
/* /Components/Pages/EmailLogs.razor.rz.scp.css */
.page-container[b-7dz48r3g8j] {
    padding: 20px;
}

.page-header[b-7dz48r3g8j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-header h2[b-7dz48r3g8j] {
    margin: 0;
}

.table-danger[b-7dz48r3g8j] {
    background-color: #f8d7da !important;
}

.text-truncate[b-7dz48r3g8j] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard[b-hv6qvsu0lj] {
    padding: 1rem;
}

.dashboard h2[b-hv6qvsu0lj] {
    margin-bottom: 2rem;
    color: #333;
}

.dashboard-cards[b-hv6qvsu0lj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.dashboard-card[b-hv6qvsu0lj] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-card:hover[b-hv6qvsu0lj] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-icon[b-hv6qvsu0lj] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-icon i[b-hv6qvsu0lj] {
    font-size: 1.5rem;
    color: white;
}

.card-content h3[b-hv6qvsu0lj] {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.card-value[b-hv6qvsu0lj] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    animation: fadeIn-b-hv6qvsu0lj 0.5s ease-in;
}

@keyframes fadeIn-b-hv6qvsu0lj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-section[b-hv6qvsu0lj] {
    margin-top: 2rem;
}

.welcome-section .card[b-hv6qvsu0lj] {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.welcome-section h3[b-hv6qvsu0lj] {
    margin-top: 0;
    color: #333;
}

.welcome-section p[b-hv6qvsu0lj] {
    color: #666;
    line-height: 1.6;
}

.welcome-section ul[b-hv6qvsu0lj] {
    color: #666;
    line-height: 1.8;
}

.welcome-section ul li[b-hv6qvsu0lj] {
    margin: 0.5rem 0;
}

/* 로딩 스피너 */
.spinner-border[b-hv6qvsu0lj] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-hv6qvsu0lj 0.75s linear infinite;
}

@keyframes spinner-border-b-hv6qvsu0lj {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm[b-hv6qvsu0lj] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.visually-hidden[b-hv6qvsu0lj] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* /Components/Pages/RemoteSupport/Request.razor.rz.scp.css */
.rs-container[b-zajml8ndpb] {
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.5rem;
    font-family: 'Segoe UI', sans-serif;
}

.rs-header[b-zajml8ndpb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

    .rs-header h4[b-zajml8ndpb] {
        margin: 0;
        color: #333;
    }

.rs-info[b-zajml8ndpb] {
    font-size: 0.9rem;
}

.rs-status[b-zajml8ndpb] {
    text-align: center;
    padding: 2rem 0;
}

.rs-hint[b-zajml8ndpb] {
    color: #6c757d;
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.rs-session-id[b-zajml8ndpb] {
    color: #adb5bd;
    font-size: 0.8rem;
    font-family: monospace;
}

.status-badge[b-zajml8ndpb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

    .status-badge.initializing[b-zajml8ndpb] {
        background: #e3f2fd;
        color: #1565c0;
    }

    .status-badge.waiting[b-zajml8ndpb] {
        background: #fff3e0;
        color: #e65100;
    }

    .status-badge.sharing[b-zajml8ndpb] {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .status-badge.ended[b-zajml8ndpb] {
        background: #f5f5f5;
        color: #616161;
    }

.rs-chat[b-zajml8ndpb] {
    margin: 1.5rem 0;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.chat-messages[b-zajml8ndpb] {
    height: 250px;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
}

.chat-empty[b-zajml8ndpb] {
    text-align: center;
    color: #adb5bd;
    padding: 2rem 0;
    font-size: 0.9rem;
}

.chat-message[b-zajml8ndpb] {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    max-width: 80%;
}

    .chat-message.mine[b-zajml8ndpb] {
        background: #d1ecf1;
        margin-left: auto;
        text-align: right;
    }

    .chat-message.theirs[b-zajml8ndpb] {
        background: #fff;
        border: 1px solid #dee2e6;
    }

    .chat-message strong[b-zajml8ndpb] {
        display: block;
        font-size: 0.8rem;
        color: #6c757d;
    }

    .chat-message small[b-zajml8ndpb] {
        display: block;
        font-size: 0.75rem;
        color: #adb5bd;
        margin-top: 0.25rem;
    }

.chat-input[b-zajml8ndpb] {
    display: flex;
    border-top: 1px solid #dee2e6;
}

    .chat-input input[b-zajml8ndpb] {
        flex: 1;
        border: none;
        padding: 0.75rem;
        outline: none;
    }

    .chat-input button[b-zajml8ndpb] {
        border-radius: 0;
        padding: 0.75rem 1rem;
    }

.rs-actions[b-zajml8ndpb] {
    text-align: center;
    margin-top: 1.5rem;
}
/* /Components/Pages/RemoteSupport/Sessions.razor.rz.scp.css */
.rs-admin-container[b-f0l4j9xa6b] {
    padding: 1.5rem;
}

.rs-admin-header[b-f0l4j9xa6b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

    .rs-admin-header h4[b-f0l4j9xa6b] {
        margin: 0;
        color: #333;
    }

/* 대기열 */
.rs-queue-empty[b-f0l4j9xa6b] {
    text-align: center;
    padding: 3rem 0;
}

.rs-queue-item[b-f0l4j9xa6b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    background: #fff;
    transition: background 0.15s;
}

    .rs-queue-item:hover[b-f0l4j9xa6b] {
        background: #f8f9fa;
    }

.rs-queue-info[b-f0l4j9xa6b] {
    display: flex;
    align-items: center;
}

/* 뷰어 */
.rs-viewer-header[b-f0l4j9xa6b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
}

.rs-video-container[b-f0l4j9xa6b] {
    position: relative;
    background: #000;
    border-radius: 0.5rem;
    overflow: hidden;
    min-height: 400px;
}

    .rs-video-container video[b-f0l4j9xa6b] {
        width: 100%;
        height: auto;
        max-height: 70vh;
        display: block;
    }

.rs-video-overlay[b-f0l4j9xa6b] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #adb5bd;
}

/* 채팅 */
.rs-chat[b-f0l4j9xa6b] {
    margin-top: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.chat-messages[b-f0l4j9xa6b] {
    height: 200px;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
}

.chat-empty[b-f0l4j9xa6b] {
    text-align: center;
    color: #adb5bd;
    padding: 2rem 0;
    font-size: 0.9rem;
}

.chat-message[b-f0l4j9xa6b] {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    max-width: 80%;
}

    .chat-message.mine[b-f0l4j9xa6b] {
        background: #d1ecf1;
        margin-left: auto;
        text-align: right;
    }

    .chat-message.theirs[b-f0l4j9xa6b] {
        background: #fff;
        border: 1px solid #dee2e6;
    }

    .chat-message strong[b-f0l4j9xa6b] {
        display: block;
        font-size: 0.8rem;
        color: #6c757d;
    }

    .chat-message small[b-f0l4j9xa6b] {
        display: block;
        font-size: 0.75rem;
        color: #adb5bd;
        margin-top: 0.25rem;
    }

.chat-input[b-f0l4j9xa6b] {
    display: flex;
    border-top: 1px solid #dee2e6;
}

    .chat-input input[b-f0l4j9xa6b] {
        flex: 1;
        border: none;
        padding: 0.75rem;
        outline: none;
    }

    .chat-input button[b-f0l4j9xa6b] {
        border-radius: 0;
        padding: 0.75rem 1rem;
    }
/* /Components/Pages/Tenants.razor.rz.scp.css */
.page-container[b-cjvn2tkfcr] {
    padding: 2rem;
}

.page-header[b-cjvn2tkfcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h2[b-cjvn2tkfcr] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.card[b-cjvn2tkfcr] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.table[b-cjvn2tkfcr] {
    margin-bottom: 0;
}

.table thead th[b-cjvn2tkfcr] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.table-hover tbody tr:hover[b-cjvn2tkfcr] {
    background-color: #f8f9fa;
}

.modal.show[b-cjvn2tkfcr] {
    display: block;
}

.badge[b-cjvn2tkfcr] {
    padding: 0.35em 0.65em;
    font-size: 0.875em;
    font-weight: 500;
}

/* 로딩 스피너 */
.spinner-border[b-cjvn2tkfcr] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-cjvn2tkfcr 0.75s linear infinite;
}

@keyframes spinner-border-b-cjvn2tkfcr {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border.text-primary[b-cjvn2tkfcr] {
    color: #0d6efd;
}

.visually-hidden[b-cjvn2tkfcr] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* /Components/Pages/Users.razor.rz.scp.css */
.page-container[b-9ruiq16bnf] {
    padding: 2rem;
}

.page-header[b-9ruiq16bnf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h2[b-9ruiq16bnf] {
    margin: 0;
    color: #333;
}

.card[b-9ruiq16bnf] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
}

.table[b-9ruiq16bnf] {
    margin-bottom: 0;
}

.table th[b-9ruiq16bnf] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.table-hover tbody tr:hover[b-9ruiq16bnf] {
    background-color: #f8f9fa;
}

.badge[b-9ruiq16bnf] {
    font-size: 0.85em;
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.spinner-border[b-9ruiq16bnf] {
    width: 3rem;
    height: 3rem;
}

.btn-sm[b-9ruiq16bnf] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.modal.show[b-9ruiq16bnf] {
    display: block;
}

.modal-backdrop[b-9ruiq16bnf] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
