.swal2-container select,
.swal2-popup select,
.swal2-container .swal2-select,
.swal2-popup .swal2-select,
select.swal2-select {
    width: 70% !important;
    height: 40px !important;
    padding: 0 14px !important;
    border: 2px solid #d3d3d3 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #555 !important;
    background-color: #fff !important;

    z-index: 9999999 !important;
}

.swal2-container select:focus,
.swal2-popup select:focus,
.swal2-container .swal2-select:focus,
.swal2-popup .swal2-select:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.fade.modal.show {
    overflow: visible !important;
}
