.swal2-popup.swal2-modal {
    color: whitesmoke;
    border: 10px solid #242424;
    border-radius: 0;
    background-color: #121212;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
}

div:where(.swal2-container) .swal2-input {
    height: 40px !important;
    line-height: 40px !important;
    color: white; 
}

div:where(.swal2-footer) {
    border-top: 1px solid #4b4545 !important;
}

.swal2-confirm {
    
}