@import '_content/BootstrapBlazor.IconPark/BootstrapBlazor.IconPark.e5xrun5tg8.bundle.scp.css';

/* /Components/Dialogs/WhatsAppMesajGonder.razor.rz.scp.css */
/* Compact WhatsApp Dialog */
.wa-dialog[b-wctax1m28q] {
    background: #fff;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.wa-header[b-wctax1m28q] {
    background: linear-gradient(135deg, #25D366 0%, #20BA5B 100%);
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.wa-header-content[b-wctax1m28q] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.wa-header-content i[b-wctax1m28q] {
    font-size: 20px;
}

/* Top Bar (Cari & Hazır Mesaj) */
.wa-topbar[b-wctax1m28q] {
    background: #f5f6f7;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wa-topbar .wa-field[b-wctax1m28q] {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
}

/* Content */
.wa-content[b-wctax1m28q] {
    padding: 20px;
    overflow-y: auto;
}

/* Field */
.wa-field[b-wctax1m28q] {
    margin-bottom: 16px;
}

.wa-label[b-wctax1m28q] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

/* Input Group */
.wa-input-group[b-wctax1m28q] {
    display: flex;
    gap: 6px;
}

.wa-input[b-wctax1m28q] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s;
}

.wa-input:focus[b-wctax1m28q] {
    outline: none;
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

.wa-input[b-wctax1m28q]::placeholder {
    color: #9ca3af;
}

.wa-input:read-only[b-wctax1m28q] {
    background: #f9fafb;
    color: #6b7280;
}

/* Select */
.wa-select[b-wctax1m28q] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    background: white;
    cursor: pointer;
}

.wa-select:focus[b-wctax1m28q] {
    outline: none;
    border-color: #25D366;
}

/* Textarea */
.wa-textarea[b-wctax1m28q] {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    transition: all 0.2s;
}

.wa-textarea:focus[b-wctax1m28q] {
    outline: none;
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

.wa-char-count[b-wctax1m28q] {
    text-align: right;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}

/* Buttons */
.wa-btn-icon[b-wctax1m28q] {
    min-width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.wa-btn-primary[b-wctax1m28q] {
    background: #3b82f6;
    color: white;
}

.wa-btn-primary:hover[b-wctax1m28q] {
    background: #2563eb;
}

.wa-btn-danger[b-wctax1m28q] {
    background: #ef4444;
    color: white;
}

.wa-btn-danger:hover[b-wctax1m28q] {
    background: #dc2626;
}

/* Alert */
.wa-alert[b-wctax1m28q] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    margin-top: 6px;
}

.wa-alert-success[b-wctax1m28q] {
    background: #d1fae5;
    color: #065f46;
}

.wa-alert-error[b-wctax1m28q] {
    background: #fee2e2;
    color: #991b1b;
}

/* File Upload */
.wa-file-upload[b-wctax1m28q] {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    background: #f9fafb;
    transition: all 0.2s;
}

.wa-file-upload:hover[b-wctax1m28q] {
    border-color: #25D366;
    background: #f0fdf4;
}

.wa-file-label[b-wctax1m28q] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.wa-file-label i[b-wctax1m28q] {
    font-size: 28px;
    color: #25D366;
}

.wa-file-label span[b-wctax1m28q] {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.wa-file-label small[b-wctax1m28q] {
    font-size: 11px;
    color: #9ca3af;
}

/* File Preview */
.wa-file-preview[b-wctax1m28q] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
}

.wa-file-preview i[b-wctax1m28q] {
    color: #25D366;
}

.wa-file-img[b-wctax1m28q] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.wa-file-info[b-wctax1m28q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wa-file-info span[b-wctax1m28q] {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.wa-file-info small[b-wctax1m28q] {
    font-size: 11px;
    color: #6b7280;
}

/* Send Button */
.wa-btn-send[b-wctax1m28q] {
    width: 100%;
    padding: 12px 24px;
    background: #25D366;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
    margin-top: 8px;
}

.wa-btn-send:hover:not(:disabled)[b-wctax1m28q] {
    background: #20ba57;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.wa-btn-send:disabled[b-wctax1m28q] {
    background: #d1d5db;
    cursor: not-allowed;
    opacity: 0.6;
}

.wa-btn-send i[b-wctax1m28q] {
    font-size: 16px;
}
/* /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;
    }
/* /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;
    }
}
/* /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;
    }

/* ============================================
   RESPONSIVE DESIGN - MainLayout
   ============================================ */

/* Mobile - Extra Small (< 576px) */
@media (max-width: 575.98px) {
    /* Layout drawer ayarları */
    .layout-drawer-body[b-ytgh0fi6d0] {
        padding: 1rem !important;
    }

    .layout-drawer-body[b-ytgh0fi6d0]  .groupbox {
        margin-top: 0.75rem !important;
    }

    .layout-drawer-body[b-ytgh0fi6d0]  .btn-info {
        margin-bottom: 0.75rem !important;
        font-size: 0.85rem !important;
    }

    .layout-drawer-body .row[b-ytgh0fi6d0] {
        margin: 0 !important;
    }

    .layout-drawer-body .col-6[b-ytgh0fi6d0] {
        padding: 0.25rem !important;
    }

    .layout-drawer-body .cell-label[b-ytgh0fi6d0] {
        font-size: 0.8rem !important;
    }

    /* Switch'leri mobilde küçült */
    .layout-drawer-body[b-ytgh0fi6d0]  .switch {
        transform: scale(0.85) !important;
    }
}

/* Tablet - Small (576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .layout-drawer-body[b-ytgh0fi6d0] {
        padding: 1.25rem !important;
    }

    .layout-drawer-body[b-ytgh0fi6d0]  .btn-info {
        font-size: 0.9rem !important;
    }
}
/* /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 */
}

/* Aktif widget item - Bildirim varsa */
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link i,
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link .fa-file-invoice,
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link .fa-solid,
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link .fa,
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link svg,
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link * {
    color: #f68701 !important;
    animation: pulse-b-pmdnm6cakg 2s infinite;
}

/* Daha spesifik selector */
[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link {
    color: #f68701 !important;
}

[b-pmdnm6cakg] .widget-item-active .dropdown-widget-link * {
    color: #f68701 !important;
}

@keyframes pulse-b-pmdnm6cakg {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

/* 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;
} 
/* /Components/Pages/Ayarlar/Ayarlar.razor.rz.scp.css */
.ayarlar-container[b-ptehy0z9s0] {
  padding: 20px;
}

.card[b-ptehy0z9s0] {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header[b-ptehy0z9s0] {
  background-color: #40403e;
  color: white;
  padding: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-body[b-ptehy0z9s0] {
  padding: 20px;
}

.card-footer[b-ptehy0z9s0] {
  background-color: #f8f9fa;
  padding: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.logo-section[b-ptehy0z9s0] {
  text-align: center;
  padding: 20px;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  background-color: #f8f9fa;
}

.logo-placeholder[b-ptehy0z9s0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.logo-section img[b-ptehy0z9s0] {
  border: 1px solid #dee2e6;
  background-color: white;
  padding: 10px;
}

[b-ptehy0z9s0] .bb-input-group-label {
  font-weight: 500;
  color: #495057;
  min-width: 140px;
}

[b-ptehy0z9s0] .btn-primary {
  background-color: #f68701;
  border-color: #f68701;
}

[b-ptehy0z9s0] .btn-primary:hover {
  background-color: #d67601;
  border-color: #d67601;
}

[b-ptehy0z9s0] .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(246, 135, 1, 0.15);
}

[b-ptehy0z9s0] .form-control:focus,
[b-ptehy0z9s0] .form-select:focus {
  border-color: #f68701;
  box-shadow: 0 0 0 3px rgba(246, 135, 1, 0.15);
}

[b-ptehy0z9s0] .nav-tabs .nav-link.active {
  color: #f68701;
  border-bottom: 2px solid #f68701;
}

[b-ptehy0z9s0] .tab-content {
  padding: 20px;
  background-color: white;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
  .ayarlar-container[b-ptehy0z9s0] {
    padding: 10px;
  }

  .card-body[b-ptehy0z9s0] {
    padding: 15px;
  }

  [b-ptehy0z9s0] .bb-input-group-label {
    min-width: 100%;
    margin-bottom: 5px;
  }
}
/* /Components/Pages/Index.razor.rz.scp.css */
/* /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 - Mobile First
   ============================================ */

/* Mobile - Extra Small (< 576px) */
@media (max-width: 575.98px) {
    .login-header h3[b-rf5eurjorr] {
        font-size: 22px !important;
    }

    .login-header p[b-rf5eurjorr] {
        font-size: 14px !important;
    }

    /* Back button - mobilde üste al */
    .back-button[b-rf5eurjorr] {
        position: relative !important;
        left: 0 !important;
        margin-bottom: 1rem !important;
        width: auto !important;
        align-self: flex-start !important;
    }

    .remember-me-section[b-rf5eurjorr] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        padding: 12px 0;
    }
    
    .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(2, 1fr) !important;
        gap: 8px;
    }
    
    .demo-user-card[b-rf5eurjorr] {
        padding: 12px 8px;
    }
    
    .demo-avatar[b-rf5eurjorr] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .demo-info strong[b-rf5eurjorr] {
        font-size: 11px;
    }
    
    .demo-info small[b-rf5eurjorr] {
        font-size: 9px;
    }
    
    .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 Modal - Mobil için optimize et */
    .demo-modal-content[b-rf5eurjorr] {
        border-radius: 12px !important;
    }

    .demo-modal-header[b-rf5eurjorr] {
        padding: 16px 20px !important;
    }

    .demo-modal-header .modal-title[b-rf5eurjorr] {
        font-size: 18px !important;
    }

    .modal-body[b-rf5eurjorr] {
        padding: 20px !important;
    }

    .module-tabs .tab-button[b-rf5eurjorr] {
        padding: 10px 8px !important;
        font-size: 12px !important;
    }

    .module-tabs .tab-button i[b-rf5eurjorr] {
        font-size: 12px !important;
    }

    .module-grid[b-rf5eurjorr] {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .module-tabs .form-check[b-rf5eurjorr] {
        padding: 8px 10px !important;
    }

    .module-tabs .form-check-label[b-rf5eurjorr] {
        font-size: 13px !important;
    }
}

/* Tablet - Small (576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .login-header h3[b-rf5eurjorr] {
        font-size: 24px !important;
    }

    .back-button[b-rf5eurjorr] {
        left: -40px !important;
    }

    .demo-users-grid[b-rf5eurjorr] {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .module-grid[b-rf5eurjorr] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Tablet - Medium (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .demo-users-grid[b-rf5eurjorr] {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .module-grid[b-rf5eurjorr] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* 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 */
    }
} 
/* /Components/Shared/EkranKilidi.razor.rz.scp.css */
.ekran-kilidi-overlay[b-ocnwvnpedh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    backdrop-filter: blur(20px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn-b-ocnwvnpedh 0.3s ease-in-out;
    overflow: hidden;
}

.animated-background[b-ocnwvnpedh] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.grid-lines[b-ocnwvnpedh] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.6;
}

.floating-circle[b-ocnwvnpedh] {
    position: absolute;
    border-radius: 50%;
    background: rgba(246, 135, 1, 0.08);
    border: 2px solid rgba(246, 135, 1, 0.12);
}

.circle-1[b-ocnwvnpedh] {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation: float1-b-ocnwvnpedh 25s ease-in-out infinite;
}

.circle-2[b-ocnwvnpedh] {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
    animation: float2-b-ocnwvnpedh 20s ease-in-out infinite;
}

.circle-3[b-ocnwvnpedh] {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 10%;
    animation: float3-b-ocnwvnpedh 22s ease-in-out infinite;
}

.circle-4[b-ocnwvnpedh] {
    width: 250px;
    height: 250px;
    bottom: 15%;
    left: 15%;
    animation: float4-b-ocnwvnpedh 28s ease-in-out infinite;
}

@keyframes float1-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(50px, 80px) rotate(120deg);
    }
    66% {
        transform: translate(-30px, 50px) rotate(240deg);
    }
}

@keyframes float2-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(-60px, -70px) rotate(-120deg);
    }
    66% {
        transform: translate(40px, -40px) rotate(-240deg);
    }
}

@keyframes float3-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-80px, 60px) scale(1.1);
    }
}

@keyframes float4-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(60px, -50px) rotate(180deg);
    }
}

.floating-text[b-ocnwvnpedh] {
    position: absolute;
    font-size: 180px;
    font-weight: 900;
    color: rgba(246, 135, 1, 0.04);
    user-select: none;
    pointer-events: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: -5px;
}

.floating-text:first-of-type[b-ocnwvnpedh] {
    top: 20%;
    left: 50%;
    animation: floatText1-b-ocnwvnpedh 30s ease-in-out infinite;
}

.floating-text.text-2[b-ocnwvnpedh] {
    bottom: 10%;
    right: -5%;
    animation: floatText2-b-ocnwvnpedh 35s ease-in-out infinite;
    transform: rotate(-15deg);
}

@keyframes floatText1-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(-50%, 0) rotate(0deg);
        opacity: 0.6;
    }
    25% {
        transform: translate(-50%, -20px) rotate(3deg);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, 10px) rotate(-2deg);
        opacity: 0.5;
    }
    75% {
        transform: translate(-50%, 30px) rotate(5deg);
        opacity: 0.7;
    }
}

@keyframes floatText2-b-ocnwvnpedh {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
        opacity: 0.5;
    }
    33% {
        transform: translate(-40px, 20px) rotate(-10deg);
        opacity: 0.7;
    }
    66% {
        transform: translate(20px, -30px) rotate(-20deg);
        opacity: 0.4;
    }
}

@keyframes fadeIn-b-ocnwvnpedh {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.ekran-kilidi-container[b-ocnwvnpedh] {
    max-width: 480px;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.ekran-kilidi-icerik[b-ocnwvnpedh] {
    background: white;
    border-radius: 20px;
    padding: 50px 45px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    animation: slideUp-b-ocnwvnpedh 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp-b-ocnwvnpedh {
    from {
        transform: translateY(20px) scale(0.98);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.ekran-kilidi-icerik h3[b-ocnwvnpedh] {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

.ekran-kilidi-icerik p.text-muted[b-ocnwvnpedh] {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

.kilit-icon[b-ocnwvnpedh] {
    color: #f68701;
    opacity: 0.9;
}

.kullanici-bilgi[b-ocnwvnpedh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    padding: 25px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.avatar-img[b-ocnwvnpedh] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #f68701;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(246, 135, 1, 0.15);
}

.kullanici-adi[b-ocnwvnpedh] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.2px;
}

.sifre-form[b-ocnwvnpedh] {
    margin-top: 30px;
}

.sifre-form input[b-ocnwvnpedh] {
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.sifre-form input:focus[b-ocnwvnpedh] {
    border-color: #f68701;
    box-shadow: 0 0 0 4px rgba(246, 135, 1, 0.1);
    background: white;
    outline: none;
}

.sifre-form input[b-ocnwvnpedh]::placeholder {
    color: #adb5bd;
}

.btn-primary[b-ocnwvnpedh] {
    background-color: #f68701;
    border-color: #f68701;
    border-radius: 12px;
    padding: 14px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(246, 135, 1, 0.2);
}

.btn-primary:hover[b-ocnwvnpedh] {
    background-color: #d67601;
    border-color: #d67601;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(246, 135, 1, 0.3);
}

.btn-primary:active[b-ocnwvnpedh] {
    transform: translateY(0);
}

.btn-primary:focus[b-ocnwvnpedh] {
    box-shadow: 0 0 0 4px rgba(246, 135, 1, 0.15);
}

.btn-link[b-ocnwvnpedh] {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    color: #dc3545;
}

.btn-link:hover[b-ocnwvnpedh] {
    text-decoration: none;
    transform: translateY(-1px);
    color: #c82333;
}

.alert-danger[b-ocnwvnpedh] {
    border-radius: 10px;
    border: 1px solid #f5c2c7;
    background-color: #f8d7da;
    color: #842029;
    font-size: 13px;
    padding: 10px 14px;
}

