.OTPContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 6px;
}

.OTPInput {
    width: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #000000;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    outline: none;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}

.OTPInput.active_otp {
    border-bottom: 1px solid #3857FF;
}

.OTPInput:first-child {
    margin-right: auto;
}

.OTPInput:last-child {
    margin-left: auto;
}

.Otp_spacer {
    flex: 1;
}

.Resend_otp_row {
    display: flex;
    flex-direction: row;
}

.Resend_button {
    font-size: 12px;
    line-height: 167%;
    color: #3857FF;
    opacity: 0.5;
    margin-right: 5px;
    opacity: 0.5;
}

.Resend_button.active_resend {
    cursor: pointer;
    opacity: 1;
}

.Resend_timer {
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: #666666;
}