.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: 15px;
}
.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;
    display: inline;
}
.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: 34px;
    color: #0F0F0F;
    font-family: 'Lato', sans-serif;
    border-radius: 6px;
}
.sms-verification-wrapper.redesign .close-btn {
    top: 26px;
    right: 26px;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 700;
}
.sms-verification-wrapper.redesign .sms-verification-popup-title {
    font-family: 'Butler', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.sms-verification-wrapper.redesign .sms-verification-popup-subtitle {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.sms-verification-wrapper.redesign .current-number {
    font-family: 'Lato', sans-serif;
    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: 340px;
}
.sms-verification-wrapper.redesign .phone-info .flag-container ~ input {
    margin: 0;
    box-shadow: none;
}
.sms-verification-wrapper.redesign .sms-code-input {
    width: 212px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    box-shadow: unset;
}
.sms-verification-wrapper.redesign .confirm-sms-code {
    margin-top: 12px;
    padding: 9px 32px;
    font-family: 'Butler', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: none;
    background-color: #0F0F0F;
    border-radius: 0;
}
.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: 767px) {
    .sms-verification-popup {
        max-width: 320px;
    }

    .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;
    }
}
