
.logo_img {
    max-width: 180px;
    opacity: .5;
    width: 100%;
}
.divider_form {
    border: 1px solid rgba(17, 29, 53, 0.1);
    margin-top: 0;
    margin-bottom: 20px;
}
.otpmodalview .modal-dialog{
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.loginField {
    padding: 16px 24px;
    border-radius: 70px;
    margin-bottom: 24px;
    background: '#F9F9F9';
    border: var(--input-border);
    color: #3E4958 !important;
        font-family: var(--primary-font-family) !important;
    font-size: 16px;
    text-indent: 43px;
}
.loginFieldIcon {
    max-width: 34px;
    position: absolute;
    top: 50%;
    left: 24px;
    border-right: 1px solid rgba(17, 29, 53, .3);
    padding-right: 10px;
    transform: translateY(-50%);
}

.login_form_section {
    background-image: url('../images/bg_body.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
.form-btn-orange {
    width: 100%;
    text-align: center;
    color: white;
    background: var(--primary-color);
    padding: 16px 24px;
    margin: 24px 0px 0px 0px;
    border-radius: 10px;
        font-family: var(--primary-font-family) !important;
    font-weight: 500;
    font-size: 22px;
}
.form-btn-green {
    width: 100%;
    text-align: center;
    color: white;
    background: var(--primary-color);
    padding: 11px 24px;
    margin: 24px 0px 0px 0px;
    border-radius: 10px;
        font-family: var(--primary-font-family) !important;
    font-weight: 500;
    font-size: 22px;
}
.form-btn-green:focus, .form-btn-green:hover{
    box-shadow: none;
    border: 1px solid var(--primary-color);
    background: var(--input-bg);
    color: var(--black_site-color);
}
.form-btn-orange:focus, .form-btn-orange:hover{
    box-shadow: none;
    border: 1px solid var(--primary-color);
    background: var(--input-bg);
    color: var(--black_site-color);
}
.otpmodalview .modal-dialog .modal-content{
    background: rgba(234, 235, 239, 0.85);
    border-radius: 10px;
    background: rgba(234, 235, 239, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.otpmodalview  .modelCloseBtnOtp{
    font-size: 14px;
    background-color: white;
    padding: 6px;
    line-height: 0;
    font-weight: 900;
    color: black;
    border-radius: 30px;
    opacity: 1;
    margin-right: 5px;
}
.otpmodalview  .modelCloseBtnOtp:hover{
    background-color: var(--black_site-color);
    color: var(--input-bg);
}
.optFIeldText{
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 70px;
    font-size: 36px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0px;
}
.optFIeldText:hover ,.optFIeldText:focus, .optFIeldText:valid{
    
    border-bottom: 1px solid var(--black_site-color);
    box-shadow: none;
    background: transparent;
}
.modalOtpTitle {
    font-size: 24px;
    color: var(--black_site-color);
        font-family: var(--primary-font-family) !important;
}
.OTPDecscriptionText{
    font-size: 18px;
    color: var(--black_site-color);
        font-family: var(--primary-font-family) !important;
    font-weight: 300;
}
.resendOTPLinkBtn{
    font-weight: 500;
    color: var(--black_site-color);
    text-decoration: none;

}
.resendOTPLinkBtn:hover{
    text-decoration: underline;
}
.RideFLowDetails {
    max-width: 270px;
    margin: auto;
}
.DropNPickDetailsConfirmed li{
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}
.DropNPickDetailsConfirmed li:after{
    content: '';
    width: 1.2px;
    height: calc(100% + 30px);
    background: var(--secondary-color);
    left: -18.5px;
    position: absolute;
    z-index: 0;
    top: 10px;
}
.DropNPickDetailsConfirmed li:last-child:after{
    display: none;
}
.DropNPickDetailsConfirmed .fromPicked:before{
    position: absolute;
    content: '';
    left: -25px;
    background: var(--primary-color);
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    z-index: 1;
}
.DropNPickDetailsConfirmed .toDrop:before{
    position: absolute;
    content: '';
    left: -25px;
    background: var(--secondary-color);
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    z-index: 1;
}
.DropNPickDetailsConfirmed .to-dropping:before{
    position: absolute;
    content: '';
    left: -25px;
    background: var(--secondary-color);
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    z-index: 1;
}
.DropNPickDetailsConfirmed .nameLocation{
    font-size: 13px;
    color: var(--black_site-color);
    font-weight: 700;
}
.DropNPickDetailsConfirmed .streetNameText{
    font-size: clamp(0.875rem, 0.5625rem + 1vw, 1.100rem);
    color: var(--black_site-color);
    font-weight: 400;
}
.TimeDateNoteRide{
    font-size: clamp(1rem, 0.6875rem + 1vw, 1.00rem);
    color: var(--black_site-color);
    font-weight: 500;
}
.margin-left{
    margin-left:12px;
}
.DropNPickDetailsConfirmed{
        font-family: var(--primary-font-family) !important;
}
.otpModalClass  .modelCloseBtnOtp{
    font-size: 14px;
    background: white;
    padding: 6px;
    line-height: 0;
    font-weight: 900;
    color: black;
    border-radius: 30px;
    opacity: 1;
    margin-right: 5px;
}
.otpModalClass  .modelCloseBtnOtp:hover{
    background-color: var(--black_site-color);
    color: var(--input-bg);
}

.form-btn-orange-half-width {
    width: 48%;
    text-align: center;
    color: white;
    background: var(--primary-color);
    padding: 16px 24px;
    margin: 24px 0px 0px 0px;
    border-radius: 10px;
        font-family: var(--primary-font-family) !important;
    font-weight: 500;
    font-size: 22px;
}
.form-btn-orange-half-width:focus, .form-btn-orange-half-width:hover{
    box-shadow: none;
    border: 1px solid var(--primary-color);
    background: var(--input-bg);
    color: var(--black_site-color);
}