.swal-form {
    padding-top: 3%;
    overflow: auto;
    height: auto;
}

.swal-form input.nice-input {
    display: block;
    margin: 0;
    width: 96%;
    font-size: 18px;
    box-shadow: none;
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    height: initial;
}

.swal-form .patch-swal-styles-for-inputs {
    margin-left: 15px;
    margin-right: 5px;
}

.swal-form input.nice-input:focus,
.swal-form input.nice-input.focus {
    outline: none;
    border: solid 1px #125991;
    box-shadow: 0 0 5px 1px #00bcd4;
}

.swal-form .patch-swal-styles-for-inputs {
    width: initial !important;
    height: initial !important;
    display: initial !important;
}

.swal-form .form-select {
    display: block;
    margin-top: 15px;
    width: 96% !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swal-form .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.swal-form .form-select[multiple],
.swal-form .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.swal-form .form-select:disabled {
    background-color: #e9ecef;
}

.swal-form .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.swal-form .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.swal-form .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.swal-form .sweet-alert.showSweetAlert {
    margin-top: 105px !important;
    left: calc(50% - 239px);
    font-family: 'Nunito' !important;
}

.swal-form .patch-swal-styles-for-inputs[type="radio"] {

    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 50%;
}

.swal-form .patch-swal-styles-for-inputs:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.swal-form .patch-swal-styles-for-inputs:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    margin-bottom: 15px;
}

.sa-button-container button.cancel {
    background-color: #999999;
    border-color: #999999;
    box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
}

.sa-button-container button.confirm {
    border-color: #00bcd4 !important;
    min-width: 150px;
    box-shadow: 0 2px 2px 0 rgb(0 188 212 / 14%), 0 3px 1px -2px rgb(0 188 212 / 20%), 0 1px 5px 0 rgb(0 188 212 / 12%);
}

.sa-button-container button.cancel,
.sa-button-container button.confirm {
    border-radius: 30px !important;
    height: 41px;
}