/* SweetAlert2 Theme-Aware Styling */

/* Dark Theme Support */
[data-bs-theme="dark"] .swal2-popup {
    background-color: #212529 !important;
    color: #f8f9fa !important;
    border: 1px solid #495057 !important;
}

[data-bs-theme="dark"] .swal2-title {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .swal2-content,
[data-bs-theme="dark"] .swal2-html-container {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .swal2-input,
[data-bs-theme="dark"] .swal2-textarea,
[data-bs-theme="dark"] .swal2-select {
    background-color: #343a40 !important;
    color: #f8f9fa !important;
    border-color: #6c757d !important;
}

[data-bs-theme="dark"] .swal2-input:focus,
[data-bs-theme="dark"] .swal2-textarea:focus,
[data-bs-theme="dark"] .swal2-select:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

[data-bs-theme="dark"] .swal2-loader {
    border-color: #0d6efd transparent #0d6efd transparent !important;
}

[data-bs-theme="dark"] .swal2-icon {
    border-color: #6c757d !important;
}

[data-bs-theme="dark"] .swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #198754 !important;
}

[data-bs-theme="dark"] .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #198754 !important;
}

[data-bs-theme="dark"] .swal2-icon.swal2-error .swal2-x-mark {
    color: #dc3545 !important;
}

[data-bs-theme="dark"] .swal2-icon.swal2-warning {
    color: #ffc107 !important;
    border-color: #ffc107 !important;
}

[data-bs-theme="dark"] .swal2-icon.swal2-info {
    color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

/* Light Theme Support */
[data-bs-theme="light"] .swal2-popup {
    background-color: #ffffff !important;
    color: #212529 !important;
    border: 1px solid #dee2e6 !important;
}

[data-bs-theme="light"] .swal2-title {
    color: #212529 !important;
}

[data-bs-theme="light"] .swal2-content,
[data-bs-theme="light"] .swal2-html-container {
    color: #212529 !important;
}

[data-bs-theme="light"] .swal2-input,
[data-bs-theme="light"] .swal2-textarea,
[data-bs-theme="light"] .swal2-select {
    background-color: #ffffff !important;
    color: #212529 !important;
    border-color: #ced4da !important;
}

[data-bs-theme="light"] .swal2-input:focus,
[data-bs-theme="light"] .swal2-textarea:focus,
[data-bs-theme="light"] .swal2-select:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

[data-bs-theme="light"] .swal2-loader {
    border-color: #0d6efd transparent #0d6efd transparent !important;
}

/* Toast notifications theme support */
[data-bs-theme="dark"] .swal2-toast {
    background-color: #343a40 !important;
    color: #f8f9fa !important;
    border: 1px solid #495057 !important;
}

[data-bs-theme="light"] .swal2-toast {
    background-color: #ffffff !important;
    color: #212529 !important;
    border: 1px solid #dee2e6 !important;
}

/* Progress bar theming */
[data-bs-theme="dark"] .swal2-timer-progress-bar {
    background-color: #0d6efd !important;
}

[data-bs-theme="light"] .swal2-timer-progress-bar {
    background-color: #0d6efd !important;
}

/* Backdrop theming */
[data-bs-theme="dark"] .swal2-backdrop-show {
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
}

[data-bs-theme="light"] .swal2-backdrop-show {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
