/* _content/SMS/Pages/AcademicYears/AcademicYearList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-cwuzotzwef] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-cwuzotzwef] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-year-card[b-cwuzotzwef] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-year-card:active[b-cwuzotzwef] {
        transform: scale(0.99);
    }

/* Sol Taraftaki Renkli Çizgi */
.card-indicator[b-cwuzotzwef] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

    .card-indicator.bg-success[b-cwuzotzwef] {
        background-color: #198754;
    }

    .card-indicator.bg-secondary[b-cwuzotzwef] {
        background-color: #6c757d;
    }
/* _content/SMS/Pages/Classes/ClassList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-74y5k61u1k] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-74y5k61u1k] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-class-card[b-74y5k61u1k] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-class-card:active[b-74y5k61u1k] {
        transform: scale(0.99);
    }

/* Sol Taraftaki Renkli Çizgi */
.card-indicator[b-74y5k61u1k] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #6f42c1; /* Purple for Classes */
}
/* _content/SMS/Pages/Exams/ExamList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-dzya815ry8] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-dzya815ry8] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-exam-card[b-dzya815ry8] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-exam-card:active[b-dzya815ry8] {
        transform: scale(0.99);
    }

/* Sol Taraftaki Çizgi (Duruma göre renk değiştirir) */
.card-indicator[b-dzya815ry8] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

    .card-indicator.bg-success[b-dzya815ry8] {
        background: #198754;
    }

    .card-indicator.bg-secondary[b-dzya815ry8] {
        background: #6c757d;
    }

/* Mobilde İstatistik Kutuları */
.stat-box[b-dzya815ry8] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 8px 4px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.stat-label[b-dzya815ry8] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.stat-value[b-dzya815ry8] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
}
/* _content/SMS/Pages/Fees/FeeList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-79avc0xny2] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-79avc0xny2] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-fee-card[b-79avc0xny2] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer; /* Tıklanabilir olduğunu göster */
    transition: transform 0.2s ease-in-out;
}

    .mobile-fee-card:active[b-79avc0xny2] {
        transform: scale(0.98);
    }

/* Sol Taraftaki Kırmızı Çizgi (Overdue olduğu için kırmızı) */
.card-indicator[b-79avc0xny2] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #dc3545; /* Bootstrap Danger Red */
}
/* _content/SMS/Pages/Payments/Payments.razor.rz.scp.css */
/* Masaüstü Tablo İyileştirmeleri */
.table thead th[b-tbcq42aytq] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-tbcq42aytq] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-payment-card[b-tbcq42aytq] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-payment-card:active[b-tbcq42aytq] {
        transform: scale(0.99);
    }

/* Kartın solundaki yeşil çizgi (Ödeme olduğu için yeşil uygun) */
.card-indicator[b-tbcq42aytq] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #198754; /* Success Green */
}

/* Mobilde filtreler için yazı boyutu */
@media (max-width: 768px) {
    .form-control[b-tbcq42aytq], .form-select[b-tbcq42aytq], .btn[b-tbcq42aytq] {
        font-size: 16px; /* iOS zoom engelleme */
    }
}
/* _content/SMS/Pages/Payments/PaymentsSummary.razor.rz.scp.css */
/* PaymentSummary.razor.css */

/* Genel Kart Yapısı - Daha clean ve gölgeli */
.mobile-payment-card[b-qxvu24xp4j] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px; /* Köşeleri yumuşattık */
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

    .mobile-payment-card:active[b-qxvu24xp4j] {
        transform: scale(0.99);
    }

/* Sol taraftaki renkli şerit - Duruma göre renk değiştirebilirsin ama şimdilik mavi kalsın */
.card-indicator[b-qxvu24xp4j] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #3b82f6;
}

/* Taksitlerin olduğu alan - Esas numara burada */
.status-grid[b-qxvu24xp4j] {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 Eşit Parça: Adm + 4 Taksit */
    gap: 4px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #dee2e6;
}

.status-box[b-qxvu24xp4j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 6px 2px;
}

.status-label[b-qxvu24xp4j] {
    font-size: 0.65rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* Bilgi satırları için ufak düzen */
.info-row[b-qxvu24xp4j] {
    font-size: 0.85rem;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

/* İsimleri HTML ile eşleştirdim: .status-grid -> .installment-grid */
.installment-grid[b-qxvu24xp4j] {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Burası 5 parça, tam istediğin gibi */
    gap: 4px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #dee2e6;
}

/* İsimleri HTML ile eşleştirdim: .status-box -> .inst-box */
.inst-box[b-qxvu24xp4j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 6px 2px;
}

/* Mobilde filtreler sıkışmasın */
@media (max-width: 768px) {
    .filter-section select[b-qxvu24xp4j],
    .filter-section input[b-qxvu24xp4j] {
        font-size: 16px; /* iOS zoom yapmasın diye */
    }
}
/* _content/SMS/Pages/Students/StudentList.razor.rz.scp.css */
/* Base styles */
.form-card[b-pkf7alo94e] {
    border: none;
    border-radius: 12px;
}

.card-header[b-pkf7alo94e] {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

/* Collapsible header styling */
.collapsible-header[b-pkf7alo94e] {
    cursor: pointer;
    user-select: none;
    padding: 0.5rem 0;
    color: #2d3748;
    font-weight: 600;
    transition: color 0.2s ease;
    align-items: center;
    gap: 0.5rem;
    display: none; /* Masaüstünde gizli */
}

    .collapsible-header:hover[b-pkf7alo94e] {
        color: #3b82f6;
    }

    .collapsible-header i[b-pkf7alo94e] {
        font-size: 0.875rem;
        transition: transform 0.2s ease;
    }

/* Desktop: Always show content */
.actions-content[b-pkf7alo94e],
.filters-content[b-pkf7alo94e] {
    display: block;
}

/* Desktop: Normal button layout */
.action-buttons[b-pkf7alo94e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Table improvements */
.table-responsive[b-pkf7alo94e] {
    border-radius: 8px;
}

.table thead th[b-pkf7alo94e] {
    background-color: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.table tbody td[b-pkf7alo94e] {
    padding: 1rem;
    vertical-align: middle;
    color: #2d3748;
}

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

.table img[b-pkf7alo94e] {
    border-radius: 8px;
    object-fit: cover;
}

/* Button improvements */
.btn-sm[b-pkf7alo94e] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline-success:hover[b-pkf7alo94e] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-outline-primary:hover[b-pkf7alo94e] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Filter improvements */
.input-group-text[b-pkf7alo94e] {
    background-color: #e2e8f0;
    border-color: #cbd5e0;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-select[b-pkf7alo94e], .form-control[b-pkf7alo94e] {
    border-color: #cbd5e0;
    font-size: 0.875rem;
}

    .form-select:focus[b-pkf7alo94e], .form-control:focus[b-pkf7alo94e] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

/* Badge styling */
.badge[b-pkf7alo94e] {
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 0.875rem;
}

/* Pagination styling */
.pagination-container[b-pkf7alo94e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    background-color: #f8fafc;
    flex-wrap: wrap;
    gap: 1rem;
}

.pagination-left[b-pkf7alo94e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-label[b-pkf7alo94e] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.pagination-select[b-pkf7alo94e] {
    width: auto;
    min-width: 70px;
}

.pagination-center[b-pkf7alo94e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pagination-info[b-pkf7alo94e] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
    white-space: nowrap;
}

.pagination-btn[b-pkf7alo94e] {
    min-width: 90px;
    color: #3b82f6 !important;
    border-color: #3b82f6;
}

    .pagination-btn:hover:not(:disabled)[b-pkf7alo94e] {
        background-color: #3b82f6;
        color: white !important;
    }

    .pagination-btn:disabled[b-pkf7alo94e] {
        color: #cbd5e0 !important;
        border-color: #cbd5e0;
        cursor: not-allowed;
        opacity: 0.6;
    }

.pagination-right[b-pkf7alo94e] {
    font-size: 0.875rem;
    color: #718096;
}

/* ====================== RESPONSIVE DESIGN ========================== */

/* Tablets (1024px and below) */
@media (max-width: 1024px) {
    .card-header .row.gx-2[b-pkf7alo94e] {
        gap: 0.5rem;
    }

    .btn-sm[b-pkf7alo94e] {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .table thead th[b-pkf7alo94e],
    .table tbody td[b-pkf7alo94e] {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .table img[b-pkf7alo94e] {
        width: 60px;
        height: auto;
    }
}

/* Mobile devices (768px and below) */
@media (max-width: 768px) {
    .container[b-pkf7alo94e] {
        padding: 1rem 0.5rem !important;
    }

    /* Enable collapsible headers on mobile */
    .collapsible-header[b-pkf7alo94e] {
        display: flex !important;
    }
    /* Mobile: Hide content by default */
    .actions-content.hide-mobile[b-pkf7alo94e],
    .filters-content.hide-mobile[b-pkf7alo94e] {
        display: none;
    }

    .actions-content.show-mobile[b-pkf7alo94e],
    .filters-content.show-mobile[b-pkf7alo94e] {
        display: block;
    }
    /* Stack filter rows */
    .card-header .row[b-pkf7alo94e] {
        flex-direction: column;
    }

    .card-header .col[b-pkf7alo94e],
    .card-header .col-auto[b-pkf7alo94e] {
        width: 100%;
        max-width: 100%;
    }
    /* Full width search */
    .form-control[b-pkf7alo94e] {
        width: 100% !important;
    }
    /* Stack action buttons in pairs */
    .d-flex.gap-1[b-pkf7alo94e],
    .action-buttons[b-pkf7alo94e] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        width: 100%;
    }

    .btn-sm[b-pkf7alo94e] {
        width: 100%;
        font-size: 0.75rem;
        padding: 0.5rem 0.3rem;
        white-space: nowrap;
    }
    /* Stack filter dropdowns in pairs */
    .row.gx-2.gy-2[b-pkf7alo94e] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .col-auto[b-pkf7alo94e] {
        width: 100% !important;
    }

    .input-group[b-pkf7alo94e] {
        width: 100%;
    }
    /* Horizontal scroll for table */
    .table-responsive[b-pkf7alo94e] {
        -webkit-overflow-scrolling: touch;
    }

    .table[b-pkf7alo94e] {
        min-width: 900px;
    }

        .table thead th[b-pkf7alo94e],
        .table tbody td[b-pkf7alo94e] {
            padding: 0.6rem;
            font-size: 0.75rem;
        }

        .table img[b-pkf7alo94e] {
            width: 50px;
        }
    /* Responsive pagination for mobile */
    .pagination-container[b-pkf7alo94e] {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .pagination-left[b-pkf7alo94e] {
        width: 100%;
        justify-content: center;
    }

    .pagination-center[b-pkf7alo94e] {
        width: 100%;
        justify-content: center;
        gap: 0.5rem;
    }

    .pagination-btn[b-pkf7alo94e] {
        min-width: 80px;
        flex: 0 0 auto;
    }

    .pagination-info[b-pkf7alo94e] {
        font-size: 0.8rem;
    }

    .pagination-right[b-pkf7alo94e] {
        width: 100%;
        text-align: center;
        font-size: 0.8rem;
    }
    /* Expanded row details */
    .table-active .col-md-6[b-pkf7alo94e] {
        width: 100%;
    }

    .table-active .text-end[b-pkf7alo94e] {
        text-align: center !important;
        margin-top: 1rem;
    }

    .table-active .btn[b-pkf7alo94e] {
        margin-bottom: 0.5rem;
    }
}

/* Small mobile devices (480px and below) */
@media (max-width: 480px) {
    .container[b-pkf7alo94e] {
        padding: 0.5rem 0.25rem !important;
    }

    .card-header[b-pkf7alo94e] {
        padding: 0.75rem;
    }
    /* Single column for filters */
    .row.gx-2.gy-2[b-pkf7alo94e] {
        grid-template-columns: 1fr !important;
    }
    /* Single column for action buttons */
    .d-flex.gap-1[b-pkf7alo94e],
    .action-buttons[b-pkf7alo94e] {
        grid-template-columns: 1fr !important;
    }

    .btn-sm[b-pkf7alo94e] {
        font-size: 0.7rem;
        padding: 0.4rem 0.5rem;
    }

    .input-group-text[b-pkf7alo94e] {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }

    .form-select[b-pkf7alo94e],
    .form-control[b-pkf7alo94e] {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }

    .table[b-pkf7alo94e] {
        font-size: 0.7rem;
    }

        .table thead th[b-pkf7alo94e],
        .table tbody td[b-pkf7alo94e] {
            padding: 0.5rem 0.3rem;
        }

        .table img[b-pkf7alo94e] {
            width: 40px;
        }

    .badge[b-pkf7alo94e] {
        font-size: 0.75rem;
        padding: 0.4rem 0.7rem;
    }
    /* Compact pagination for small screens */
    .pagination-container[b-pkf7alo94e] {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .pagination-label[b-pkf7alo94e] {
        font-size: 0.75rem;
    }

    .pagination-select[b-pkf7alo94e] {
        font-size: 0.75rem;
        min-width: 60px;
    }

    .pagination-btn[b-pkf7alo94e] {
        padding: 0.3rem 0.5rem;
        font-size: 0.75rem;
        min-width: 60px;
    }

    .pagination-info[b-pkf7alo94e] {
        font-size: 0.75rem;
    }

    .pagination-right[b-pkf7alo94e] {
        font-size: 0.75rem;
    }
}
/* _content/SMS/Pages/Subjects/SubjectList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-g3d1jg6510] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-g3d1jg6510] {
    vertical-align: middle;
}

/* Mobil Kart */
.mobile-subject-card[b-g3d1jg6510] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-subject-card:active[b-g3d1jg6510] {
        transform: scale(0.99);
    }

/* Sol taraftaki renkli çizgi (Dersin aktifliğine göre renk değiştirebiliriz) */
.card-indicator[b-g3d1jg6510] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}
/* _content/SMS/Pages/Teachers/TeacherList.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-99jsbpweks] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-99jsbpweks] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-teacher-card[b-99jsbpweks] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-teacher-card:active[b-99jsbpweks] {
        transform: scale(0.99);
    }

/* Sol Taraftaki Mavi Çizgi (Öğretmenler için mavi) */
.card-indicator[b-99jsbpweks] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #0d6efd; /* Bootstrap Primary */
}
/* _content/SMS/Pages/Users/UserManage.razor.rz.scp.css */
/* Masaüstü Tablo */
.table thead th[b-upefo7rj5r] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.table tbody td[b-upefo7rj5r] {
    vertical-align: middle;
}

/* Mobil Kart Tasarımı */
.mobile-user-card[b-upefo7rj5r] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

    .mobile-user-card:active[b-upefo7rj5r] {
        transform: scale(0.99);
    }

/* Sol Taraftaki Renkli Çizgi */
.card-indicator[b-upefo7rj5r] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

    .card-indicator.bg-primary[b-upefo7rj5r] {
        background-color: #0d6efd;
    }

    .card-indicator.bg-warning[b-upefo7rj5r] {
        background-color: #ffc107;
    }
