﻿/* Başlığı kırmızı ve kalın yapmak */
.ajs-header-delete {
    background-color: #9b0505 !important;
    color: #fff !important;
}

.ajs-header-info {
    background-color: #00bcd4 !important;
    color: #fff !important;
}

.alertify .ajs-dialog {
    border: 0px !important;
}

/* Success (yeşil) */
.toast-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

/* Error (kırmızı) */
.toast-error {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* Warning (sarı) */
.toast-warning {
    background-color: #ffc107 !important;
    color: #fff !important;
}

/* Info (mavi) */
.toast-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

/* Ortak stiller */
.toast {
    border-radius: 10px !important;
    font-size: 14px;
    padding: 12px 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

[aria-live="polite"] > div {
    width: 400px !important;
    max-width: 400px !important;
}

.toast-message {
    font-family: Roboto, sans-serif;
}