
.swal-button {
    background: #d93870;
    color: #fff;
}
.swal-button:hover {
    background: #fff !important;
    color: #d93870;
    border: 1px solid #D93870;
}
.swal-button--confirm {
    background: #D93870;
    color: #fff;
}
.swal-button--confirm:hover {
    background: #fff;
    color: #D93870;
    border: 1px solid #D93870;
}
.swal-button--cancel {
    background: #24135f;
    color: #fff;
}
.swal-button--cancel:hover {
    background: #fff;
    color: #24135f;
    border: 1px solid #24135f;
}
