.sms-verification-wrapper {
    z-index: 2000;
    position: fixed;
    top: 0;
    display: block;
}
.sms-verification-wrapper.hidden {
    display: none;
}
.sms-verification-popup {
    position: fixed;
    min-width: 320px;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: var(--body-font-family);
    padding: 20px 8px;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%) !important;
    width: 540px;
    color: #363636;
}
.sms-verification-wrapper:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.sms-verification-popup .sms-verification-block {
    text-align: center;
}
.sms-verification-popup input[type=tel] {
    max-width: 220px;
    margin: 0 auto;
    box-shadow: 0px 1px 3px #757575;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: var(--body-font-family);
}
.sms-verification-popup .phone-info {
    margin-top: 32px;
}
.sms-verification-popup .current-number {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    font-family: var(--body-font-family);
}
.sms-verification-popup .change-number-btn {
    display: inline-block;
    text-decoration: underline;
    line-height: 20px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}
.sms-verification-popup .question-mark {
    width: 20px;
    height: 20px;
    background: var(--bg-orange);
    border-radius: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.sms-verification-popup .question-mark:before {
    content: '?';
    left: 0px;
    top: 0px;
    color: white;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
}
.sms-verification-popup #sendCodeAgain {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 16px;
    color: #353535;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.sms-verification-popup .sms-code-input {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 8px 0px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}
.sms-verification-popup .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: transparent;
}
.sms-verification-popup .sms-code-input::-moz-placeholder {
    font-size: 14px
}
.sms-verification-popup .sms-code-input:-moz-placeholder {
    font-size: 14px
}
.sms-verification-popup .sms-code-input:-ms-input-placeholder {
    font-size: 14px
}
.sms-verification-popup .sms-code-input::placeholder {
    font-size: 14px
}
.sms-verification-popup .confirm-sms-code {
    color: white;
    display: inline-block;
    background: var(--bg-orange);
    border-radius: 5px;
    padding: 12px 24px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 150ms ease-in-out;
    margin-top: 6px;
}
.sms-verification-popup .phone-code-not-found {
    cursor: pointer;
    position: relative;
    display: inline;
}
.sms-verification-popup .confirm-sms-code:hover {
    -webkit-box-shadow: 4px 8px 16px rgb(0 0 0 / 32%);
    -moz-box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 4px 8px 16px rgb(0 0 0 / 32%);
}
.sms-verification-popup .phone-code-not-found__label {
    display: none;
}
.sms-verification-popup .phone-code-not-found__label.visible {
    display: inline-block;
    width: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #949494;
    border-radius: 10px;
    position: absolute;
    top: 24px;
    padding: 12px;
    line-height: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--body-font-family);
}
.sms-verification-popup .phone-info .intl-tel-input {
    width: auto;
    margin: 0 auto;
}
.sms-verification-popup .sms-verification-countdown-wrapper {
    display: inline;
}
.sms-verification-popup .sms-verification-countdown-wrapper.hidden {
    display: none;
}
.sms-verification-popup .phone-code-not-found-wrapper {
    position: relative;
    margin-top: 12px;
}
.sms-verification-popup .close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--bg-orange);
    cursor: pointer;
    font-size: 25px;
}
.sms-verification-popup .sms-verification-popup_success,
.sms-verification-popup .sms-verification-popup_success_without_sms{
    display: none;
}
.sms-verification-popup span.dots {
    width: 20px;
    display: inline-block;
    text-align: left;
}

.sms-verification-wrapper.redesign:before {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.sms-verification-wrapper.redesign .sms-verification-popup {
    width: 100%;
    max-width: 711px;
    padding: 0;
    color: #33271E;
    border-radius: 18px;
}
.sms-verification-wrapper.redesign .sms-verification-popup_header {
    padding: 28px 64px 28px 32px;
    border-radius: 18px 18px 0 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sms-verification-wrapper.redesign .close-btn {
    top: 24px;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    padding: 12px;
    font-size: 20px;
    color: #33271e8c;
    background: linear-gradient(135deg, #FFF 0%, rgba(217, 217, 217, 0.40) 100%);
    border: 1px solid rgba(226, 226, 226, 0.40);
    backdrop-filter: blur(27px);
    border-radius: 100%;
}
.sms-verification-wrapper.redesign .sms-verification-popup-title {
    color: var(--Color-Main, #33271E);
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    line-height: 36px;
}
.sms-verification-wrapper.redesign .sms-verification-popup_body {
    display: flex;
    flex-direction: column;
    padding: 16px 32px 32px;
    background-color: #fff;
    border-radius: 0 0 18px 18px;
}
.sms-verification-wrapper.redesign .sms-verification-popup-subtitle {
    color: #353535;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.sms-verification-wrapper.redesign .current-number {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.sms-verification-wrapper.redesign .change-number-btn {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
}
.sms-verification-wrapper.redesign .phone-info .intl-tel-input {
    justify-content: center;
    max-width: 268px;
}
.sms-verification-wrapper.redesign .phone-info .flag-container ~ input {
    margin: 0;
    box-shadow: none;
}
.sms-verification-wrapper.redesign .sms-code-input {
    display: flex;
    width: 100%;
    max-width: 268px;
    padding: 9px 0 9px 16px;
    margin-top: 16px;
    color: #2B2019;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 30px;
    border: 1px solid rgba(226, 226, 226, 0.40);
    box-shadow: none;
}
.sms-verification-wrapper.redesign .confirm-sms-code {
    width: 100%;
    max-width: 320px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: none;
    background-color: #33271E;
    border-radius: 30px;
}
.sms-verification-wrapper.redesign .phone-code-not-found-wrapper {
    margin-top: 20px;
}
.sms-verification-wrapper.redesign .phone-code-not-found {
    display: none;
}

@media (max-width: 1920px) {
    .sms-verification-wrapper.redesign .sms-verification-popup-title {
        font-size: 18px;
        line-height: 28px;
    }
    .sms-verification-wrapper.redesign .close-btn {
        height: 32px;
        width: 32px;
        padding: 6px;
        font-size: 16px;
    }
    .sms-verification-wrapper.redesign .sms-verification-popup-subtitle,
    .sms-verification-popup #sendCodeAgain {
        margin: 12px 0 0;
        font-size: 16px;
        line-height: 24px;
    }
    .sms-verification-wrapper.redesign .confirm-sms-code {
        font-size: 16px;
        line-height: 24px;
    }

    @media (max-width: 1440px) {
        @media (max-width: 768px) {
            .sms-verification-wrapper.redesign .sms-verification-popup {
                max-width: calc(100% - 32px);
            }
            .sms-verification-wrapper.redesign .sms-verification-popup_header {
                padding: 16px 48px 16px 24px;
            }
            .sms-verification-wrapper.redesign .sms-verification-popup_body {
                padding: 16px 24px 24px;
            }
            .sms-verification-wrapper.redesign .close-btn {
                top: 16px;
                right: 16px;
            }
            .sms-verification-wrapper.redesign .sms-verification-popup-title {
                text-align: center;
            }
            .sms-verification-wrapper.redesign .phone-info .flag-container ~ input {
                max-width: 180px;
            }
        }
    }
}
