/* SweetAlert2 — Buton renk geçersizleştirme */

/* Onayla butonu (yeşil) */
.swal2-popup .swal2-confirm {
    background-color: #16b254 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}
.swal2-popup .swal2-confirm:hover,
.swal2-popup .swal2-confirm:focus,
.swal2-popup .swal2-confirm:active {
    background-color: #12974a !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Hata/iptal butonu (koyu) */
.swal2-popup .swal2-cancel,
.swal2-popup .swal2-deny {
    background-color: #343a40 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}
.swal2-popup .swal2-cancel:hover,
.swal2-popup .swal2-cancel:focus,
.swal2-popup .swal2-deny:hover,
.swal2-popup .swal2-deny:focus {
    background-color: #23272b !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
