.swal2-popup.swal2-toast {
    background: rgb(67, 67, 67) !important;
}

.swal2-popup {
    background: rgb(34, 34, 34) !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    color: white !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.2em 1em !important;
}

div:where(.swal2-container) .swal2-html-container {
    color: white !important;
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: 0.2em 1em !important;
}

body.swal2-height-auto {
    height: 100vh !important;
}

.swal2-popup {
    justify-content: left !important;
}
