.swal-modal {
    background-color: rgb(27 27 27);
    border: 3px solid #9b2902;
}

.swal-title {
    color: rgb(255 255 255);
}

.swal-text {
    color: rgb(255 255 255 / 80%);
}

.swal-button {
    background-color: #9b2902;
}
.swal-button:not([disabled]):hover {
    background-color: #ad2c00;
}