@media only screen and (max-width: 736px) {
    .swal2-container {
        display: none !important;
    }
}

h2#swal2-title {
    font-size: 24px;
    flex-wrap: wrap;
}

.swal2-popup.swal2-modal {
    border-radius: 0 !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

button.swal2-confirm.swal2-styled {
    background: #0057af;
    border-radius: 0 !important;
    border: none !important;
}