/* ErpPopup — theme styling for the SweetAlert2-based modal that replaces
   native alert()/confirm()/prompt() across the app. */

.swal2-popup.erp-popup {
    font-family: inherit;
    border-radius: 0.75rem;
    padding-bottom: 1.5rem;
}

.swal2-popup.erp-popup .erp-popup-btn {
    margin: 0 0.25rem;
    min-width: 6rem;
}

.swal2-popup.erp-popup .swal2-title {
    font-size: 1.25rem;
}

[data-theme-version="dark"] .swal2-popup.erp-popup {
    background: #2c2c2c;
    color: #fff;
}

[data-theme-version="dark"] .swal2-popup.erp-popup .swal2-title,
[data-theme-version="dark"] .swal2-popup.erp-popup .swal2-html-container,
[data-theme-version="dark"] .swal2-popup.erp-popup .swal2-input {
    color: #fff;
}

[data-theme-version="dark"] .swal2-popup.erp-popup .swal2-input {
    background-color: #1e1e1e;
    border-color: #444444;
}
