.swal2-popup {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
}

.swal2-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.swal2-content {
    font-size: 16px;
    color: #666;
}

.swal2-success .swal2-icon {
    border-color: #28a745 !important;
    color: #28a745 !important;
}

.swal2-error .swal2-icon {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.swal2-timer-progress-bar {
    background: linear-gradient(to right, #28a745, #17a2b8);
    height: 4px;
}

.swal2-popup.swal2-success {
    background: #e6ffe6;
}

.swal2-popup.swal2-error {
    background: #ffe6e6;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #00A157;
}