div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #000000 !important;
}
div:where(.swal2-icon).swal2-error {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ff0000 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    color: #000000 !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #48c700 !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid rgb(165 220 134) !important;
}