.otp-container{display:flex;justify-content:space-between;gap:15px;margin:30px 0}
.otp-input{width:100%;height:50px;font-size:20px;text-align:center;border:0;border-bottom:1px solid #219653;outline:0;transition:.2s;background:transparent;color:#000;font-weight:600}
.otp-input:focus{border-bottom-color:#00a7a0}
.otp-input::placeholder{color:#000;font-size:16px;font-weight:400}
.resend-info{text-align:left;font-size:13px;color:#000;margin:20px 0;line-height:1.4;font-weight:400}
.resend-info a{color:#727272;text-decoration:none;font-weight:400}
.resend-info span{font-weight:400;color:#000}
.ff-club-otp-back{position:absolute;top:24px;left:48px;background:0;border:0;cursor:pointer;z-index:10;border-radius:50%;transition:background-color .2s}
.ff-club-otp-back:hover{background-color:#f5f5f5}
.otp-input.invalid-otp{border-bottom:1px solid red}
.validation.active{display:block !important}
#jointheride-resendOtp{pointer-events:none;.resendOtp-text{display:contents}
.resendOtp-btn{font-weight:bold;color:#05a8a3;cursor:pointer;display:none}
}
#jointheride-resendOtp.active{pointer-events:auto;.resendOtp-text{display:none}
.resendOtp-btn{display:contents}
}
.ff-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:transparent;border:0;border-bottom:1px solid #bdbdbd;font:inherit;font-size:16px;line-height:40px;text-align:left;color:#0f1010;cursor:pointer;outline:0}
.ff-select__trigger:focus-visible{border-bottom-color:#00a7a0}
.ff-select__value{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:24px;font-family:'Inter';font-weight:400}
.ff-select__arrow{flex-shrink:0;transition:transform .15s ease}
.ff-select__trigger[aria-expanded="true"] .ff-select__arrow{transform:translateY(-50%) rotate(180deg)}
.ff-select__menu{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:4px 0;list-style:none;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,0.08);max-height:240px;overflow-y:auto;z-index:10}
.ff-select__menu[hidden]{display:none}
.ff-select__option{padding:10px 16px;font-size:15px;color:#0f1010;cursor:pointer;outline:0}
.ff-select__option:hover,.ff-select__option:focus{background:#f5f5f5}
.ff-select__option[aria-selected="true"]{background:#bdbdbd;font-weight:500}