#root .ribbon_Wrapper:hover {
    cursor: pointer;
}

#root .ribbon_Wrapper {
    display: flex;
    justify-content: center;
    background: var(--c-warning-background);
    color: var(--c-emphasis);
    font-weight: 600;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    margin-top: 4px;
}

#root .ribbon_Wrapper app-widget-host {
    flex-direction: row;
}

#root .ribbon_Wrapper::before {
    display: inline-block;
    margin-bottom: -3px;
    position: static;
    margin-right: 5px;
    content: '';
    width: 12px;
    height: 15px;
    background-image: url(/v1.048/r/images/site/icons/belliconBold.svg);
    background-repeat: no-repeat;
    background-size: 12px 15px;
}

/* #root .ribbon_Wrapper::after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-image: url(/v1.048/r/images/site/icons/CloseButtonCircleBoldDark.svg);
} */

/* #root .ribbon_Wrapper .ribbonCloseButton { */
#root .ribbonCloseButton {
    display: inline-flex;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-image: url(/v1.048/r/images/site/icons/CloseButtonCircleBoldDark.svg);
    position: absolute;
    right: 6px;
    top: 7px;
}

#root .desktop .ribbonCloseButton {
    right: 436px;
    top: 119px;
}


/* #root  .beto-custom-widget.legacyCustomerPhoneVerification div {
    text-align: center;
} */

/* #root  #customWidget_legacyCustomerPhoneVerification .kycVerificationStep:has(.kycVerificationStepBody) {
    padding-bottom: 35px;
} */

/* #root  #customWidget_legacyCustomerPhoneVerification .kycVerificationStep {
    border-bottom: 2px solid #C5C5C5;
} */

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStep {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 25px;
    /* position: absolute; */
    position: fixed;
    z-index: 9999999999999999;
    /* background-color: #041383; */
    background-color: white;
    color: #222222;
    top: 0;
    left: 38%;
    /* max-width: 382px; */
    max-width: 400px;
    border-radius: 10px;
}

#root .desktop #customWidget_legacyCustomerPhoneVerification .kycVerificationStep {
    top: 30px;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStep.otp .kycVerificationStepHeader {
    /* justify-content: space-between; */
    justify-content: center;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeader {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

#root #customWidget_legacyCustomerPhoneVerification .descriptionArea {
    margin-bottom: 15px;
    text-align: center;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeaderTitle {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    font-weight: 500;
    font-size: 15px;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeaderStatus.unverified {
    color: #ED1C24;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeaderStatus {
    width: 167px;
    text-align: right;
    padding-right: 10px;
    font-weight: 800;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeaderStatusIcon.unverified {
    background-image: url(/v1.048/r/images/site/icons/accountVerificationStepCheckmarkIncomplete.svg);
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationStepHeaderStatusIcon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationLabelRow {
    margin-bottom: 7px;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationLabel {
    text-align: left;
    font-weight: 500;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationOtpRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#root #customWidget_legacyCustomerPhoneVerification input.kycVerificationTextField {
    background-color: #F6F6F6;
    color: #222222;
    /* width: 214px; */
    width: 177px;
    height: 37px;
    margin-top: unset;
    margin-left: unset;
    margin-right: 14px;
    /* border: unset; */
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
    --webkit-appearance: none;
}

/* #root #customWidget_legacyCustomerPhoneVerification .kycVerificationSendCodeForm input.kycVerificationTextField {
    background-color: #F6F6F6;
    color: #222222;
    opacity: 1;
} */

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationVerifyCodeForm input.kycVerificationTextField {
    color: black;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationVerifyCodeForm input.kycVerificationTextField:focus {
    border: 1px solid #09C70C;
}

#root #customWidget_legacyCustomerPhoneVerification .checkNumberArea {
    text-align: center;
}

#root #customWidget_legacyCustomerPhoneVerification button.contactBtn,
#root #customWidget_legacyCustomerPhoneVerification button.closeBtn {
    display: block;
    width: 100%;
    height: 37px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border: none;
}

#root #customWidget_legacyCustomerPhoneVerification button.contactBtn {
    background-color: #1d58ff;
    color: white;
}

#root #customWidget_legacyCustomerPhoneVerification button.closeBtn {
    border: 1px solid #DDDDDD;
    background-color: #F6F6F6;
    color: #222222;
}

#root #customWidget_legacyCustomerPhoneVerification button.kycVerificationButton {
    /* width: 134px; */
    width: 205px;
    height: 37px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: bold;
    background-color: var(--c-green);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border: none;
    color: var(--c-white-permatext);
}

#root #customWidget_legacyCustomerPhoneVerification button {
    padding: 0;
}

#root #customWidget_legacyCustomerPhoneVerification button.kycVerificationButton.notready {
    background-color: #B9B9B9;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    border: none;
    color: var(--c-white-permatext);
}

#root #customWidget_legacyCustomerPhoneVerification div.phoneotpfeedback {
    border-radius: 10px;
    color: black;
}

#root #customWidget_legacyCustomerPhoneVerification div.phoneotpfeedback {
    margin-bottom: 15px;
}

#root #customWidget_legacyCustomerPhoneVerification div.phoneotpfeedback.ok {
    background-color: var(--c-green);
    text-align: center;
    color: white;
}

#root #customWidget_legacyCustomerPhoneVerification div.phoneotpfeedback.warning {
    background-color: #FFBCBC;
    text-align: center;
}

#root #customWidget_legacyCustomerPhoneVerification .kycVerificationVerifyCodeForm .kycVerificationOtpRow .kycVerificationButton,
#root #customWidget_legacyCustomerPhoneVerification .kycVerificationVerifyCodeForm .kycVerificationOtpRow {
    margin-bottom: 5px;
}