/* ==================== BASE — Cari Takip PRO ==================== */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1e293b;
}

/* ==================== TABLES ==================== */

.table {
    margin-bottom: 0;
}

.table thead th {
    background-color: #f7fafc;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 15px;
}

.table tbody tr {
    transition: background 0.2s;
    border-bottom: 1px solid #e2e8f0;
}

.table tbody tr:hover {
    background-color: #f7fafc;
}

.table tbody td {
    padding: 15px;
    vertical-align: middle;
}

/* ==================== FORMS ==================== */

.form-control,
.form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-label {
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* ==================== ALERTS ==================== */

.alert {
    border: none;
    border-radius: 12px;
    border-left: 4px solid;
}

.alert-success {
    background-color: #dcfce7;
    color: #166534;
    border-left-color: #16a34a;
}

.alert-danger {
    background-color: #fee2e2;
    color: #991b1b;
    border-left-color: #dc2626;
}

.alert-warning {
    background-color: #fef3c7;
    color: #92400e;
    border-left-color: #f97316;
}

.alert-info {
    background-color: #ede9fe;
    color: #5b21b6;
    border-left-color: #7c3aed;
}

/* ==================== UTILITIES ==================== */

.text-muted {
    color: #64748b !important;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-right {
    text-align: right;
}

.fw-700 {
    font-weight: 700;
}

/* ==================== RAPOR (legacy class hooks) ==================== */

.report-list .list-group-item {
    padding: 12px 16px;
    border-radius: 10px;
}

.report-list .list-group-item:hover {
    background-color: #faf5ff;
}
