.swal2-confirm {
    background-color: #742a2a !important; /* Change to your preferred color */
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}
.custom-confirm-btn {
    background-color: #7d2b2b !important; /* Dark red */
    color: white !important;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}

.custom-cancel-btn {
    background-color: transparent !important;
    color: #7d2b2b !important;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #7d2b2b;
    margin-left: 20px;
}

.custom-cancel-btn:hover {
    background-color: #7d2b2b !important;
    color: white !important;
}