/* Emlak Teklif Sistemi - Özel Stiller */

body {
    font-size: 0.9rem;
}

.card {
    border-radius: 8px;
}

.card-header {
    border-radius: 8px 8px 0 0 !important;
}

.navbar-brand {
    font-weight: 600;
}

.table th {
    font-size: 0.85rem;
    white-space: nowrap;
}

.table td {
    font-size: 0.85rem;
    vertical-align: middle;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.btn-group-sm .btn {
    padding: 0.2rem 0.4rem;
}

/* Login sayfası */
.min-vh-100 {
    min-height: 100vh;
}

/* Fiyat inputları */
.fiyat-input {
    text-align: right;
}

/* İskonto - kalın kırmızı */
.iskonto-label {
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #dc3545 !important;
}

.iskonto-input {
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

/* Badge */
.badge {
    font-weight: 500;
}

/* Kalem satırları */
.kalem-satir {
    transition: box-shadow 0.2s;
}

.kalem-satir:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Print */
@media print {
    .navbar, .no-print {
        display: none !important;
    }
    body {
        background: #fff !important;
    }
}
