/**
 * Güncelleme Duyuruları - Admin CSS
 * 
 * @author Claude AI
 * @date 2026-01-19
 * @version 1.0.0
 */

/* Özellik satırları */
.ua-feature-row {
    padding: 8px;
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ua-feature-row:hover {
    background: #f0f0f0;
}

/* Alert mesajları */
.ua-alert {
    margin-bottom: 15px;
}

/* Tablo düzenlemeleri */
#ua-data-table td {
    vertical-align: middle;
}

#ua-data-table .label {
    display: inline-block;
    margin-bottom: 2px;
}

/* Badge renkleri - Metronic uyumlu */
.bg-default { background-color: #999 !important; }
.bg-blue { background-color: #3598dc !important; }
.bg-green { background-color: #27a4b0 !important; }
.bg-red { background-color: #e7505a !important; }
.bg-yellow { background-color: #c49f47 !important; }
.bg-purple { background-color: #8e44ad !important; }
.bg-blue-hoki { background-color: #67809f !important; }
.bg-blue-soft { background-color: #4c87b9 !important; }
.bg-blue-madison { background-color: #578ebe !important; }
.bg-green-jungle { background-color: #26c281 !important; }
.bg-yellow-gold { background-color: #e87e04 !important; }
.bg-purple-plum { background-color: #8775a7 !important; }
.bg-grey-cascade { background-color: #95a5a6 !important; }

/* Form düzenlemeleri */
#ua-form hr {
    margin: 25px 0;
    border-color: #e5e5e5;
}

#ua-form h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

#ua-form h4 i {
    margin-right: 8px;
    color: #3598dc;
}

/* İkon preview */
#ua-icon-preview {
    width: 20px;
    text-align: center;
}

/* Dashboard stat uyumluluğu */
.dashboard-stat .visual i {
    font-size: 80px;
    opacity: 0.1;
}

.dashboard-stat .details .number {
    font-size: 34px;
    font-weight: 300;
}

/* Filtreleme alanı */
#ua-filter-form .form-group {
    margin-bottom: 0;
}

#ua-filter-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
