@import '_content/BootstrapBlazor.IconPark/BootstrapBlazor.IconPark.e5xrun5tg8.bundle.scp.css';

/* _content/Orbit/Components/Layout/LayoutPreview.razor.rz.scp.css */
.layout-preview[b-9a4tt3yvih] {
    font-size: 9px;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #c0c4cc;
    transition: border .3s linear;
}

    .layout-preview:hover[b-9a4tt3yvih] {
        border: 2px solid #28a745;
    }

    .layout-preview.active[b-9a4tt3yvih] {
        border: 2px solid #28a745;
    }

[b-9a4tt3yvih] .layout {
    --bb-layout-height: 80px;
    --bb-layout-header-height: 16px;
    --bb-layout-footer-height: 12px;
    --bb-layout-sidebar-width: 30%;
    --bb-layout-banner-font-size: 9px;
    --bb-layout-title-color: #fff;
    border: 1px solid var(--bb-layout-header-background);
}

    [b-9a4tt3yvih] .layout .layout-footer,
    [b-9a4tt3yvih] .layout .layout-header {
        justify-content: center;
    }

    [b-9a4tt3yvih] .layout .layout-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* _content/Orbit/Components/Layout/LoginLayout.razor.rz.scp.css */
/* Modern Login Container */
.modern-login-container[b-csi3glz8z0] {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated Background - Voxis Kurumsal Renkleri - Sade */
.login-background[b-csi3glz8z0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: -3;
}

.bg-overlay[b-csi3glz8z0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: -2;
}

/* Floating Shapes - Kurumsal Renkler */
.floating-shapes[b-csi3glz8z0] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.shape[b-csi3glz8z0] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: float-b-csi3glz8z0 20s infinite linear;
}

.shape-1[b-csi3glz8z0] {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
    background: rgba(112, 163, 127, 0.1);
}

.shape-2[b-csi3glz8z0] {
    width: 120px;
    height: 120px;
    top: 70%;
    left: 80%;
    animation-delay: -5s;
    background: rgba(246, 136, 1, 0.1);
}

.shape-3[b-csi3glz8z0] {
    width: 60px;
    height: 60px;
    top: 30%;
    left: 70%;
    animation-delay: -10s;
    background: rgba(64, 64, 63, 0.1);
}

.shape-4[b-csi3glz8z0] {
    width: 100px;
    height: 100px;
    top: 60%;
    left: 20%;
    animation-delay: -15s;
    background: rgba(237, 237, 237, 0.2);
}

.shape-5[b-csi3glz8z0] {
    width: 140px;
    height: 140px;
    top: 20%;
    left: 50%;
    animation-delay: -7s;
    background: rgba(41, 41, 41, 0.1);
}

/* Main Content Layout */
.login-main[b-csi3glz8z0] {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 90vh;
    max-height: 800px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05);
    animation: slideInScale-b-csi3glz8z0 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Left Side - Branding - Kurumsal Renkler - Sade */
.login-branding[b-csi3glz8z0] {
    flex: 1;
    background: #40403f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.login-branding[b-csi3glz8z0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.branding-content[b-csi3glz8z0] {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.logo-section[b-csi3glz8z0] {
    margin-bottom: 50px;
}

.brand-logo[b-csi3glz8z0] {
    height: 80px;
    width: auto;
    margin-bottom: 30px;
    drop-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.brand-logo:hover[b-csi3glz8z0] {
    transform: scale(1.05);
}

.brand-title[b-csi3glz8z0] {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -2px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.brand-subtitle[b-csi3glz8z0] {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #ededed;
}

/* Feature Highlights */
.feature-highlights[b-csi3glz8z0] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-item[b-csi3glz8z0] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover[b-csi3glz8z0] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.feature-icon[b-csi3glz8z0] {
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f68801;
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 12px rgba(246, 136, 1, 0.3);
}

.feature-text[b-csi3glz8z0] {
    flex: 1;
}

.feature-text h4[b-csi3glz8z0] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.feature-text p[b-csi3glz8z0] {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
    line-height: 1.4;
    color: #ededed;
}

/* Right Side - Login Form */
.login-form-section[b-csi3glz8z0] {
    flex: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.form-container[b-csi3glz8z0] {
    width: 100%;
    max-width: 400px;
}

.form-header[b-csi3glz8z0] {
    text-align: center;
    margin-bottom: 40px;
}

.form-title[b-csi3glz8z0] {
    font-size: 32px;
    font-weight: 700;
    color: #40403f;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.form-subtitle[b-csi3glz8z0] {
    font-size: 16px;
    color: #70a37f;
    margin: 0;
    font-weight: 500;
}

.form-content[b-csi3glz8z0] {
    margin-bottom: 40px;
}

/* Form Footer */
.form-footer[b-csi3glz8z0] {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(64, 64, 63, 0.1);
}

.support-info[b-csi3glz8z0] {
    margin-bottom: 16px;
}

.support-info small[b-csi3glz8z0] {
    color: #292929;
    font-size: 14px;
}

.support-link[b-csi3glz8z0] {
    color: #267dff;
    text-decoration: none;
    font-weight: 500;
}

.support-link:hover[b-csi3glz8z0] {
    color: #f68801;
    text-decoration: underline;
}

.copyright[b-csi3glz8z0] {
    margin-top: 16px;
}

.copyright small[b-csi3glz8z0] {
    color: #292929;
    font-size: 13px;
}

.brand-link[b-csi3glz8z0] {
    color: #40403f;
    text-decoration: none;
    font-weight: 600;
}

.brand-link:hover[b-csi3glz8z0] {
    color: #f68801;
    text-decoration: underline;
}

/* Animations */
@keyframes float-b-csi3glz8z0 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-30px) rotate(120deg); }
    66% { transform: translateY(15px) rotate(240deg); }
}

@keyframes slideInScale-b-csi3glz8z0 {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .login-main[b-csi3glz8z0] {
        max-width: 900px;
        height: 85vh;
    }

    .login-branding[b-csi3glz8z0] {
        padding: 40px;
    }

    .login-form-section[b-csi3glz8z0] {
        padding: 40px;
    }

    .brand-title[b-csi3glz8z0] {
        font-size: 42px;
    }

    .feature-highlights[b-csi3glz8z0] {
        gap: 20px;
    }

    .feature-item[b-csi3glz8z0] {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .modern-login-container[b-csi3glz8z0] {
        padding: 20px;
    }

    .login-main[b-csi3glz8z0] {
        flex-direction: column;
        max-width: 100%;
        height: auto;
        min-height: 90vh;
    }

    .login-branding[b-csi3glz8z0] {
        flex: none;
        padding: 30px 20px;
        min-height: auto;
    }

    .login-form-section[b-csi3glz8z0] {
        padding: 30px 20px;
        flex: 1;
    }

    .brand-title[b-csi3glz8z0] {
        font-size: 32px;
    }

    .brand-subtitle[b-csi3glz8z0] {
        font-size: 16px;
    }

    .form-title[b-csi3glz8z0] {
        font-size: 28px;
    }

    .form-header[b-csi3glz8z0] {
        margin-bottom: 20px;
    }

    /* Mobilde feature highlights'ı gizle */
    .feature-highlights[b-csi3glz8z0] {
        display: none;
    }

    .logo-section[b-csi3glz8z0] {
        margin-bottom: 20px;
    }

    .brand-logo[b-csi3glz8z0] {
        height: 60px;
    }

    .floating-shapes[b-csi3glz8z0] {
        display: none;
    }
}

@media (max-width: 480px) {
    .login-branding[b-csi3glz8z0] {
        padding: 20px 15px;
    }

    .login-form-section[b-csi3glz8z0] {
        padding: 20px 15px;
    }

    .brand-title[b-csi3glz8z0] {
        font-size: 28px;
    }

    .form-title[b-csi3glz8z0] {
        font-size: 24px;
    }

    .form-header[b-csi3glz8z0] {
        margin-bottom: 15px;
    }

    .form-content[b-csi3glz8z0] {
        margin-bottom: 20px;
    }

    .brand-logo[b-csi3glz8z0] {
        height: 50px;
    }

    .logo-section[b-csi3glz8z0] {
        margin-bottom: 15px;
    }

    /* Feature highlights zaten gizli */
    .feature-highlights[b-csi3glz8z0] {
        display: none;
    }
}
/* _content/Orbit/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-drawer-body[b-ytgh0fi6d0]  .groupbox {
    margin-top: 1rem;
}

.layout-drawer-body[b-ytgh0fi6d0]  .btn-info {
    --bs-info: #0078d4;
    --bs-btn-hover-bg: #1260b0;
    margin-bottom: 1rem;
}

#blazor-error-ui[b-ytgh0fi6d0] {
    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-ytgh0fi6d0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Orbit/Components/Layout/Widget.razor.rz.scp.css */
/* Widget.razor için özel CSS - Modern Tasarım */
.dropdown-widget[b-pmdnm6cakg] {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    width: 400px; /* Genişlik artırıldı */
    max-width: 95vw; /* Mobilde taşmayı önle */
}

/* Widget Item Styles */
.dropdown-widget-item[b-pmdnm6cakg] {
    background: #ffffff;
    border: none;
    border-radius: 0;
    width: 100%;
}

/* Header Styles - Modern */
.widget-header[b-pmdnm6cakg] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    padding: 16px 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Bildirim widget header */
.bildirim-header[b-pmdnm6cakg] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%) !important;
    color: #ffffff;
}

/* Görev widget header */
.gorev-header[b-pmdnm6cakg] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%) !important;
    color: #ffffff;
}

/* Badge Styles - Modern */
.widget-badge[b-pmdnm6cakg] {
    background: rgba(255, 255, 255, 0.9);
    color: #f68801;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Bildirim badge */
.bildirim-badge[b-pmdnm6cakg] {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #70a37f !important;
}

/* Görev badge */
.gorev-badge[b-pmdnm6cakg] {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #ff9800 !important;
}

/* Body Content - Modern */
.widget-body[b-pmdnm6cakg] {
    padding: 0;
    background: #ffffff;
    max-height: 350px; /* Yükseklik artırıldı */
    overflow-y: auto;
}

/* Scrollbar Styling */
.widget-body[b-pmdnm6cakg]::-webkit-scrollbar {
    width: 6px;
}

.widget-body[b-pmdnm6cakg]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.widget-body[b-pmdnm6cakg]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.widget-body[b-pmdnm6cakg]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Dropdown Items - Modern */
.widget-dropdown-item[b-pmdnm6cakg] {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px; /* Padding artırıldı */
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #f5f5f5;
    background: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.widget-dropdown-item:hover[b-pmdnm6cakg] {
    background: #f8f9fa;
    color: #333333;
    text-decoration: none;
    transform: translateX(2px);
    border-left: 3px solid #f68801;
}

.widget-dropdown-item:last-child[b-pmdnm6cakg] {
    border-bottom: none;
}

/* Content Area - Modern */
.widget-content[b-pmdnm6cakg] {
    flex: 1;
    min-width: 0; /* Prevent flex item overflow */
}

.widget-content-header[b-pmdnm6cakg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    gap: 12px;
}

.widget-content-title[b-pmdnm6cakg] {
    font-weight: 600;
    color: #40403f;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.widget-content-time[b-pmdnm6cakg] {
    font-size: 12px;
    color: #70a37f;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    font-weight: 500;
}

.widget-content-text[b-pmdnm6cakg] {
    font-size: 14px;
    color: #292929;
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer Styles - Modern */
.widget-footer[b-pmdnm6cakg] {
    padding: 16px 20px;
    background: linear-gradient(135deg, #f9f9f9 0%, #f5f5f5 100%);
    border-top: 1px solid #e9ecef;
}

.widget-footer a[b-pmdnm6cakg] {
    color: #f68801;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.widget-footer a:hover[b-pmdnm6cakg] {
    color: #e67e00;
    text-decoration: none;
}

.widget-footer .btn-link[b-pmdnm6cakg] {
    font-size: 12px;
    padding: 0;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.2s ease;
}

.widget-footer .btn-link:hover[b-pmdnm6cakg] {
    color: #dc3545;
    text-decoration: none;
}

/* Empty State */
.widget-dropdown-item.text-center[b-pmdnm6cakg] {
    padding: 24px 20px;
    color: #6c757d;
    font-style: italic;
}

.widget-dropdown-item.text-center i[b-pmdnm6cakg] {
    font-size: 18px;
    margin-right: 8px;
    opacity: 0.6;
}

/* Badge in content */
.widget-content small.text-muted[b-pmdnm6cakg] {
    font-size: 11px;
    background: #f8c87d;
    color: #40403f;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 500;
}

/* Progress Bar Styles - Modern */
.widget-progress[b-pmdnm6cakg] {
    margin-top: 8px;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

/* Task Item Special Styling - Modern */
.widget-task-item[b-pmdnm6cakg] {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 20px;
}

.widget-task-header[b-pmdnm6cakg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.widget-task-title[b-pmdnm6cakg] {
    color: #40403f;
    font-weight: 600;
    font-size: 15px;
}

.widget-task-percentage[b-pmdnm6cakg] {
    color: #70a37f;
    font-size: 13px;
    font-weight: 600;
}

/* Responsive Design - Modern */
@media (max-width: 768px) {
    .widget-dropdown-item[b-pmdnm6cakg] {
        padding: 10px 12px;
    }
    
    .widget-avatar[b-pmdnm6cakg] {
        width: 32px;
        height: 32px;
    }
}

/* İkon stilleri */
.widget-icon[b-pmdnm6cakg] {
    display: none; /* Header'daki iconları gizle, sadece badge ile göster */
}

/* Widget item içindeki ikonlar */
.widget-item-icon[b-pmdnm6cakg] {
    color: #70a37f;
    font-size: 16px;
    margin-right: 12px;
    width: 24px;
    text-align: center;
} 
/* _content/Orbit/Components/Pages/Index.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-622ulautub] {
    padding: 20px 20px 10px 20px !important;
    background-color: #ffffff;
    min-height: auto;
}

/* Dashboard Title */
.dashboard-title[b-622ulautub] {
    color: #2c3e50;
    font-weight: 600;
    font-size: 2rem;
}

/* Dashboard Cards */
.dashboard-card[b-622ulautub] {
    transition: all 0.3s ease;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.dashboard-card:hover[b-622ulautub] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

/* Dashboard Icons */
.dashboard-icon[b-622ulautub] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* Card Titles */
.card-title[b-622ulautub] {
    font-weight: 700;
    color: #2c3e50;
}

.card-subtitle[b-622ulautub] {
    font-weight: 500;
    font-size: 0.875rem;
}

/* Loading Animation */
.spinner-border[b-622ulautub] {
    width: 3rem;
    height: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-container[b-622ulautub] {
        padding: 15px;
    }
    
    .dashboard-title[b-622ulautub] {
        font-size: 1.5rem;
    }
    
    .dashboard-icon[b-622ulautub] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* Card Hover Effects */
.dashboard-card .card-body[b-622ulautub] {
    padding: 1.5rem;
}

/* Financial Summary Cards */
.bg-success.bg-opacity-10[b-622ulautub] {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.bg-danger.bg-opacity-10[b-622ulautub] {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-primary.bg-opacity-10[b-622ulautub] {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-warning.bg-opacity-10[b-622ulautub] {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-info.bg-opacity-10[b-622ulautub] {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.bg-secondary.bg-opacity-10[b-622ulautub] {
    background-color: rgba(108, 117, 125, 0.1) !important;
}

/* Alert Styling */
.alert[b-622ulautub] {
    border-radius: 8px;
    border: none;
}

/* Button Styling */
.btn[b-622ulautub] {
    border-radius: 8px;
    font-weight: 500;
}

/* Animation for cards */
@keyframes fadeInUp-b-622ulautub {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-card[b-622ulautub] {
    animation: fadeInUp-b-622ulautub 0.6s ease-out;
}

/* Stagger animation for cards */
.dashboard-card:nth-child(1)[b-622ulautub] { animation-delay: 0.1s; }
.dashboard-card:nth-child(2)[b-622ulautub] { animation-delay: 0.2s; }
.dashboard-card:nth-child(3)[b-622ulautub] { animation-delay: 0.3s; }
.dashboard-card:nth-child(4)[b-622ulautub] { animation-delay: 0.4s; }

/* Finansal Özet Kartı Stilleri */
.financial-summary-section[b-622ulautub] {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.financial-summary-section:hover[b-622ulautub] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.financial-summary-section h6[b-622ulautub] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px !important;
}

.financial-summary-section h5[b-622ulautub] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0 !important;
}

/* Stok Değeri Özel Stili */
.stok-degeri-section[b-622ulautub] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15) 0%, rgba(13, 110, 253, 0.05) 100%) !important;
    border: 2px solid rgba(13, 110, 253, 0.2);
    position: relative;
    overflow: hidden;
}

.stok-degeri-section[b-622ulautub]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #0dcaf0);
}

.stok-degeri-section h6[b-622ulautub] {
    color: #0d6efd !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.stok-degeri-section h5[b-622ulautub] {
    color: #0d6efd !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* Satış ve Alış Bölümleri */
.satis-section h6[b-622ulautub] {
    color: #198754 !important;
    font-weight: 600;
}

.satis-section h5[b-622ulautub] {
    color: #198754 !important;
    font-weight: 700;
}

.alis-section h6[b-622ulautub] {
    color: #dc3545 !important;
    font-weight: 600;
}

.alis-section h5[b-622ulautub] {
    color: #dc3545 !important;
    font-weight: 700;
}

/* Son Güncelleme Bölümü Kompakt Hale Getirme */
.last-update-section[b-622ulautub] {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;
}

/* Row margin'lerini azalt */
.dashboard-container .row[b-622ulautub] {
    margin-bottom: 20px !important;
}

.dashboard-container .row:last-child[b-622ulautub] {
    margin-bottom: 0 !important;
}

/* Hata durumu için padding azalt */
.error-section[b-622ulautub] {
    padding: 30px 0 20px 0 !important;
} 
/* _content/Orbit/Components/Pages/Login.razor.rz.scp.css */
/* Modern Login Form */
.modern-login-form[b-rf5eurjorr] {
    width: 100%;
}

/* Login Header */
.login-header[b-rf5eurjorr] {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.login-header h3[b-rf5eurjorr] {
    color: #40403f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #40403f 0%, #292929 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.login-header p[b-rf5eurjorr] {
    color: #70a37f;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

/* Back Button */
.back-button[b-rf5eurjorr] {
    position: absolute;
    top: 0;
    left: -50px;
    background: none;
    border: none;
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    z-index: 100;
    line-height: 1.2;
    height: auto;
}

.back-button:hover[b-rf5eurjorr] {
    background: rgba(220, 53, 69, 0.1);
    color: #c82333;
    transform: translateX(-4px);
}

.back-button:disabled[b-rf5eurjorr] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.back-button i[b-rf5eurjorr] {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: 1px;
}

/* Input Groups */
.input-group-modern[b-rf5eurjorr] {
    margin-bottom: 24px;
}

.input-wrapper[b-rf5eurjorr] {
    position: relative;
}

/* Modern Form Input Styles */
[b-rf5eurjorr] .form-floating {
    margin-bottom: 8px;
    position: relative;
}

[b-rf5eurjorr] .form-floating .form-control {
    border-radius: 16px;
    border: 2px solid rgba(237, 237, 237, 0.8);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding-left: 56px;
    height: 64px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

[b-rf5eurjorr] .form-floating .form-control:focus {
    border-color: #f68801;
    box-shadow: 
        0 0 0 4px rgba(246, 136, 1, 0.08),
        0 8px 24px rgba(246, 136, 1, 0.1);
    outline: none;
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

[b-rf5eurjorr] .form-floating .form-control:not(:placeholder-shown) {
    background: rgba(255, 255, 255, 1);
}

[b-rf5eurjorr] .form-floating label {
    color: #70a37f;
    padding-left: 56px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

[b-rf5eurjorr] .form-floating .form-control:focus ~ label,
[b-rf5eurjorr] .form-floating .form-control:not(:placeholder-shown) ~ label {
    color: #f68801;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-icon[b-rf5eurjorr] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #70a37f;
    z-index: 10;
    font-size: 18px;
    transition: all 0.3s ease;
}

[b-rf5eurjorr] .form-floating .form-control:focus + .input-icon {
    color: #f68801;
    transform: translateY(-50%) scale(1.1);
}

/* Custom Checkbox */
.remember-me-section[b-rf5eurjorr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 16px 0;
}

.custom-checkbox-container[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-checkbox[b-rf5eurjorr] {
    display: none;
}

.custom-checkbox-label[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.checkbox-icon[b-rf5eurjorr] {
    width: 24px;
    height: 24px;
    border: 2px solid #ededed;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: white;
    position: relative;
    overflow: hidden;
}

.checkbox-icon[b-rf5eurjorr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(246, 136, 1, 0.2), transparent);
    transition: left 0.6s;
}

.checkbox-icon i[b-rf5eurjorr] {
    font-size: 12px;
    color: white;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-checkbox:checked + .custom-checkbox-label .checkbox-icon[b-rf5eurjorr] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    border-color: #f68801;
    box-shadow: 0 4px 12px rgba(246, 136, 1, 0.3);
    transform: scale(1.05);
}

.custom-checkbox:checked + .custom-checkbox-label .checkbox-icon[b-rf5eurjorr]::before {
    left: 100%;
}

.custom-checkbox:checked + .custom-checkbox-label .checkbox-icon i[b-rf5eurjorr] {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox-label:hover .checkbox-icon[b-rf5eurjorr] {
    border-color: #f68801;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(246, 136, 1, 0.1);
}

.checkbox-text[b-rf5eurjorr] {
    font-weight: 600;
    color: #40403f;
    font-size: 15px;
    transition: color 0.3s ease;
}

.custom-checkbox:checked + .custom-checkbox-label .checkbox-text[b-rf5eurjorr] {
    color: #f68801;
}

/* Forgot Password */
.forgot-password[b-rf5eurjorr] {
    display: flex;
    align-items: center;
}

.forgot-link[b-rf5eurjorr] {
    color: #70a37f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.forgot-link[b-rf5eurjorr]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #f68801;
    transition: width 0.3s ease;
}

.forgot-link:hover[b-rf5eurjorr] {
    color: #f68801;
}

.forgot-link:hover[b-rf5eurjorr]::after {
    width: 100%;
}

/* Login Button */
.login-button-section[b-rf5eurjorr] {
    margin-bottom: 32px;
}

.modern-login-button[b-rf5eurjorr] {
    width: 100%;
    height: 56px;
    font-weight: 700;
    border-radius: 16px;
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    border: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    color: white;
    box-shadow: 0 8px 24px rgba(246, 136, 1, 0.2);
}

.modern-login-button[b-rf5eurjorr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.modern-login-button:hover[b-rf5eurjorr]::before {
    left: 100%;
}

.modern-login-button:hover[b-rf5eurjorr] {
    background: linear-gradient(135deg, #e67e00 0%, #f68801 100%);
    box-shadow: 
        0 12px 32px rgba(246, 136, 1, 0.3),
        0 4px 12px rgba(246, 136, 1, 0.2);
    transform: translateY(-3px);
}

.modern-login-button:active[b-rf5eurjorr] {
    transform: translateY(-1px);
    transition: all 0.1s ease;
}

.modern-login-button:disabled[b-rf5eurjorr] {
    background: linear-gradient(135deg, #ededed 0%, #e0e0e0 100%);
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.modern-login-button:disabled[b-rf5eurjorr]::before {
    display: none;
}

.button-content[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.button-icon[b-rf5eurjorr] {
    font-size: 18px;
}

.button-arrow[b-rf5eurjorr] {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.modern-login-button:hover .button-arrow[b-rf5eurjorr] {
    transform: translateX(4px);
}

.button-loading[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.loading-spinner[b-rf5eurjorr] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-rf5eurjorr 1s linear infinite;
}

@keyframes spin-b-rf5eurjorr {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Demo Users Section */
.demo-users-section[b-rf5eurjorr] {
    margin-top: 32px;
    padding: 16px;
    background: rgba(112, 163, 127, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(112, 163, 127, 0.1);
}

.demo-header[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: #70a37f;
    font-weight: 600;
    font-size: 13px;
}

.demo-icon[b-rf5eurjorr] {
    font-size: 14px;
}

.demo-users-grid[b-rf5eurjorr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.demo-user-card[b-rf5eurjorr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 8px;
    background: white;
    border-radius: 8px;
    border: 2px solid rgba(112, 163, 127, 0.1);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.demo-user-card:hover[b-rf5eurjorr] {
    border-color: #f68801;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(246, 136, 1, 0.1);
    background: rgba(246, 136, 1, 0.02);
}

.demo-avatar[b-rf5eurjorr] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #70a37f 0%, #5a8a65 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    transition: all 0.3s ease;
}

.demo-user-card:hover .demo-avatar[b-rf5eurjorr] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    transform: scale(1.05);
}

.demo-info[b-rf5eurjorr] {
    text-align: center;
}

.demo-info strong[b-rf5eurjorr] {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #40403f;
    margin-bottom: 1px;
}

.demo-info small[b-rf5eurjorr] {
    font-size: 9px;
    color: #70a37f;
    font-weight: 500;
}

/* Validation Error */
.validation-error[b-rf5eurjorr] {
    color: #f5576c;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
    padding: 4px 8px;
    background: rgba(245, 87, 108, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(245, 87, 108, 0.1);
    display: block;
}

/* Responsive Design */
@media (max-width: 576px) {
    .remember-me-section[b-rf5eurjorr] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .forgot-password[b-rf5eurjorr] {
        align-self: stretch;
        justify-content: center;
    }
    
    .modern-login-button[b-rf5eurjorr] {
        height: 52px;
        font-size: 15px;
    }
    
    .demo-users-section[b-rf5eurjorr] {
        margin-top: 24px;
        padding: 12px;
    }
    
    .demo-users-grid[b-rf5eurjorr] {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    
    .demo-user-card[b-rf5eurjorr] {
        padding: 10px 6px;
    }
    
    .demo-avatar[b-rf5eurjorr] {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    
    .demo-info strong[b-rf5eurjorr] {
        font-size: 10px;
    }
    
    .demo-info small[b-rf5eurjorr] {
        font-size: 8px;
    }
    
    .demo-header[b-rf5eurjorr] {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    [b-rf5eurjorr] .form-floating .form-control {
        height: 56px;
        padding-left: 48px;
        font-size: 15px;
    }
    
    [b-rf5eurjorr] .form-floating label {
        padding-left: 48px;
        font-size: 14px;
    }
    
    .input-icon[b-rf5eurjorr] {
        left: 16px;
        font-size: 16px;
    }
}

/* Demo Section */
.demo-section[b-rf5eurjorr] {
    margin-top: 32px;
    text-align: center;
}

.demo-divider[b-rf5eurjorr] {
    position: relative;
    margin-bottom: 24px;
}

.demo-divider[b-rf5eurjorr]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ededed, transparent);
}

.demo-divider span[b-rf5eurjorr] {
    background: white;
    padding: 0 20px;
    color: #70a37f;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.demo-button[b-rf5eurjorr] {
    width: 100%;
    border-radius: 16px;
    height: 64px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #f68801;
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(246, 136, 1, 0.2);
}

.demo-button[b-rf5eurjorr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.demo-button:hover[b-rf5eurjorr]::before {
    left: 100%;
}

.demo-button:hover[b-rf5eurjorr] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(246, 136, 1, 0.3);
    border-color: #ff9800;
}

.demo-button-content[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: white;
}

.demo-button-content .button-icon[b-rf5eurjorr] {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.demo-button:hover .button-icon[b-rf5eurjorr] {
    transform: scale(1.1) rotate(5deg);
}

/* Demo Modal */
.demo-modal-content[b-rf5eurjorr] {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.demo-modal-header[b-rf5eurjorr] {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    color: white;
    border-bottom: none;
    padding: 24px 32px;
}

.demo-modal-header .modal-title[b-rf5eurjorr] {
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.demo-modal-header .btn-close[b-rf5eurjorr] {
    background: white;
    opacity: 0.8;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.demo-modal-header .btn-close:hover[b-rf5eurjorr] {
    opacity: 1;
}

.modal-body[b-rf5eurjorr] {
    padding: 32px;
    background: #fefefe;
}

[b-rf5eurjorr] .demo-modal .form-control {
    border-radius: 12px;
    border: 2px solid #ededed;
    padding: 12px 16px;
    transition: all 0.3s ease;
    background: white;
}

[b-rf5eurjorr] .demo-modal .form-control:focus {
    border-color: #f68801;
    box-shadow: 0 0 0 3px rgba(246, 136, 1, 0.1);
    outline: none;
}

[b-rf5eurjorr] .demo-modal .form-label {
    color: #40403f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Module Tabs */
.module-tabs[b-rf5eurjorr] {
    margin-top: 12px;
    background: white;
    border-radius: 12px;
    border: 2px solid #f5f5f5;
    overflow: hidden;
}

.tab-buttons[b-rf5eurjorr] {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #ededed;
}

.tab-button[b-rf5eurjorr] {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: transparent;
    color: #6e6e6e;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tab-button:hover[b-rf5eurjorr] {
    background: rgba(246, 136, 1, 0.1);
    color: #f68801;
}

.tab-button.active[b-rf5eurjorr] {
    background: #f68801;
    color: white;
    position: relative;
}

.tab-button.active[b-rf5eurjorr]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #f68801;
}

.tab-button:disabled[b-rf5eurjorr] {
    opacity: 0.6;
    cursor: not-allowed;
}

.tab-content[b-rf5eurjorr] {
    padding: 20px;
    min-height: 120px;
    max-height: 200px;
    overflow-y: auto;
}

.module-grid[b-rf5eurjorr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.module-tabs .form-check[b-rf5eurjorr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fefefe;
    border: 1px solid #ededed;
    margin: 0;
}

.module-tabs .form-check:hover[b-rf5eurjorr] {
    background: #f8f9fa;
    border-color: #f68801;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(246, 136, 1, 0.1);
}

.module-tabs .form-check-input[b-rf5eurjorr] {
    margin: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ededed;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.module-tabs .form-check-input:checked[b-rf5eurjorr] {
    background-color: #f68801;
    border-color: #f68801;
    box-shadow: 0 0 0 2px rgba(246, 136, 1, 0.1);
}

.module-tabs .form-check-label[b-rf5eurjorr] {
    font-weight: 600;
    color: #40403f;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
}

[b-rf5eurjorr] .demo-modal .modal-footer {
    background: #f9f9f9;
    border-top: 1px solid #ededed;
    padding: 24px 32px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

[b-rf5eurjorr] .demo-modal .btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-rf5eurjorr] .demo-modal .btn-primary {
    background: linear-gradient(135deg, #f68801 0%, #ff9800 100%);
    box-shadow: 0 4px 12px rgba(246, 136, 1, 0.2);
}

[b-rf5eurjorr] .demo-modal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(246, 136, 1, 0.3);
}

[b-rf5eurjorr] .demo-modal .btn-secondary {
    background: #ededed;
    color: #40403f;
}

[b-rf5eurjorr] .demo-modal .btn-secondary:hover {
    background: #e0e0e0;
    transform: translateY(-1px);
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .modern-login-form[b-rf5eurjorr] {
        /* Dark mode styles can be added here if needed */
    }
} 
/* _content/Orbit/Components/Pages/Users.razor.rz.scp.css */
.page-user[b-rdrpqskrz7] {
    height: calc(100vh - 2rem - var(--bb-layout-footer-height) - var(--bb-layout-header-height) - var(--bb-tabs-item-height, 0));
    display: flex;
    flex-direction: column;
}

.user-demo-address[b-rdrpqskrz7] {
    margin-top: .25rem;
    font-size: 86%;
    color: #c0c4cc;
}

[b-rdrpqskrz7] .table-users {
    flex: 1;
    height: 1%;
    min-height: 0;
}

[b-rdrpqskrz7] .table-cell img {
    width: 46px;
    border-radius: var(--bs-border-radius);
}

[b-rdrpqskrz7] .table-cell .progress {
    height: 6px;
    margin-top: .5rem;
}
