.legacyVerificationTourOverlay {
    position: absolute;
    z-index: 999999999;
    top: 0;
    width: 100vw;
    height: 550vh;
    background-color: black;
    opacity: 0.5;
    /* clip-path: polygon(0 0, 0 100%, 23px 100%, 23px 74px, 373px 74px, 373px 570px, 23px 570px, 23px 100%, 100% 100%, 100% 0%); */
}

#root .mobile #customWidget_legacyCustomerPhoneVerification .kycVerificationStep {
    top: 15px;
    left: 6%;
    max-width: 90vw;
    border-radius: 10px;
}

#root #customWidget_legacyCustomerPhoneVerification button.kycVerificationButton {
    font-size: 12px;
}

#root #customWidget_legacyCustomerPhoneVerification input.kycVerificationTextField {
    width: 145px;
}