
/*SweetAlert Mesaj Kutusu Css Ayarları*/

.swal2-popup {
    background-color: #7FAD39 !important;
    width: 450px !important; /* Mesaj kutusu boyutu */
    border-radius: 30px !important; /* kçşe yuvarlama */
}

.swal2-title {
    color: white !important;
}

.swal2-confirm:hover {
    background-color: white !important;
    color: #7FAD39 !important;
}

.swal2-confirm {
    background-color: white !important;
    color: #7FAD39 !important;
}

    .swal2-confirm:hover {
        background-color: #7FAD39 !important;
        color: white !important;
    }