.swal2-popup {
    padding: 48px 32px;
    position: relative;
    width: 420px;
}
.swal2-popup:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #000;
    width: 356px;
    margin: 0 auto;
    left: 32px;
    top: 84px;
}
.swal2-icon {
    width: 72px;
    height: 72px;
    border-radius: 66px;
    border: 1px solid #000 !important;
    background: #FFF;
    margin: 0 auto !important;
}
.swal2-title {
    font-size: 24px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 24px 0 12px 0;
    padding: 0;
}
.swal2-html-container {
    font-size: 16px !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
}
.swal2-actions {
    margin: 0 !important;
}
.swal2-confirm {
    padding: 9px 24px;
    margin: 0;
    border-radius: 8px!important;
    border: 2px solid #295EC5 !important;
    background-color: #FFF !important;
    color: #295EC5 !important;
    font-size: 14px!important;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.28px;
    outline: none !important;
}
.swal2-confirm:hover {
    background-color: #FFF !important;
    background-image: none!important;
}
.swal2-confirm:focus {
    box-shadow: none!important;
}
.ss-icon-success {
    content: url("../images/ico-success.svg");
}
.ss-icon-error {
    content: url("../images/ico-error.svg");
}
.swal2-close {
    content: url("../images/ico-close.svg");
    color: #000;
    border: 0;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
}
#ss_ifs_signup .elementor-message {
    display: none !important;
}
#ss_ifs_signup .elementor-form-spinner {
    display: none !important;
}
@media (max-width:420px) {
    .swal2-popup:before {
        left: 0;
        right: 0;
        width: 320px;
    }
}