/* Toastr Özel Stilleri */
#toast-container > div {
    opacity: 0.95;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.toast-success {
    background-color: #4CAF50 !important;
}

.toast-error {
    background-color: #f44336 !important;
}

.toast-info {
    background-color: #2196F3 !important;
}

.toast-warning {
    background-color: #ff9800 !important;
}
