div:where(.swal2-container) {

    z-index: 1090 !important;
}

.swal2-actions .swal2-styled.swal2-confirm {
    background: #666cff;
    border-radius: 25px;
    border: none;
}

.btn_confirmation button.swal2-confirm {
    width: 60%;
    box-shadow: none !important;
    background: #666cff;
}

.btn_confirmation {
    width: 100% !important;
}

.swal2-actions .swal2-styled.swal2-cancel {
    border-radius: 25px;
    background-color: #ff7878;
}

.popup_updated div:where(.swal2-icon),
html div:where(.swal2-icon) {
    font-size: 16px !important;
}

.popup_updated .div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 8px 20px !important;
}

.btn_confirmation button.swal2-confirm {
    width: 60%;
    font-size: 16px;
    margin-top: 10px;
}

.popup_updated div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #58AF5C;
}

.popup_updated .swal2-success-ring {
    border: 0.25em solid #58AF5C !important;
}

/* swal error icon styling */

/* html .swal2-icon.swal2-error.swal2-icon-show{
        font-size: 16px!important;
      } */

html .swal2-confirm.swal2-styled,
.swal2-cancel.swal2-styled {
    font-size: 14px !important;
}

html .div:where(.swal2-icon) {
    font-size: 14px !important;
}

.popup_updated {
    padding: 20px !important;
    max-width: 100% !important;
    width: 375px !important;
    border-radius: 12px !important;
}

.swal2-popup .swal2-title {
    font-size: 21px;
    font-weight: 500;
    color: #000;
    line-height: 1.2em !important;
}

 div:where(.swal2-container) .swal2-input{
    font-size: 13px;
}

/* html.swal2-shown .div:where(.swal2-icon).swal2-success .swal2-success-ring{
        border: 0.25em solid #58AF5C;
      } */

/* html.swal2-shown .swal2-container div:where(.swal2-icon).swal2-success {
        border-color: #58AF5C;
        color: #58AF5C;
    } */

/* html .swal2-icon.swal2-success .swal2-success-ring {
        border: 0.25em solid #58AF5C !important;
    } */