html[dir='rtl'] .align-right, html[dir='rtl']  .right {
    text-align: left !important;
}
html[dir='rtl'] .align-left, html[dir='rtl']  .left {
    text-align: right !important;
}
html[dir='rtl'] .bottom-bar-wrap .mob-num .icn {
    width: 25px;
    margin-left: 10px;
}
html[dir='rtl']  .password_cont{
    margin: 0  !important;
    /*width: 101.5%;*/
}
html[dir='rtl']  .upload-btn{
    margin-right: 5px  !important;
}
html[dir='rtl'] .input-group{
    /*width: 101.5%;*/
    margin: 0 !important;
}
html[dir='rtl'] .button svg{
    margin-right: 0;
}
html[dir='rtl']  .sidebar {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    width: 320px;
    max-width: 90%;
    height: 100%;
    color: #fff;
    z-index: 500;
    background: #0E0E0E;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
html[dir='rtl']  .mob-num h4{

}
html[dir='rtl'] #storeapp .custom-font,
html[dir='rtl'] #userapp .custom-font,
html[dir='rtl'] .main-title-first{
    font-weight: 700;
}
html[dir='rtl'] .xlrg-font {
    font-size: 38px;
}
html[dir='rtl'] .gsts {
    margin-left: -5px;
    margin-right: 0;
  }
  @media screen and (max-width:767px) {
    /*html[dir='rtl'] .slides-form input[type="text"],*/
    /*html[dir='rtl'] .slides-form input[type="email"]*/
    /*{*/
    /*    width: 101.5%;*/
    /*}*/
  }


  html[dir='rtl'] .count-vendors .title{
    margin-top: -8px;
  }
  html[dir='rtl'] .input-group input,
  html[dir='rtl'] .input-group-s input,
  html[dir='rtl'] .password_cont input{
      text-align: right;
  }
  
  html[dir='rtl'] .toggle-password2, html[dir='rtl'] .toggle-password{
      left: 10px;
      right: auto !important;
  }
  html[dir='rtl'] .slide form input{
      text-align: right;
  }
  
  
  html[dir='rtl'] .otp-input{
      text-align: center;
      flex-direction: row-reverse;
  }
  html[dir='rtl'] .otp-input input{
      text-align: center !important;
  }
  
  html[dir='rtl'] #admin-form .input-group{
      flex-direction: row-reverse;
      gap: 10px;
      width: 101.5%;
  }
  
  html[dir='rtl'] #admin-form .input-group select{
      text-align: left !important;
  }
  
  html[dir='rtl'] #admin-form input[type="number"]{
      text-align: left !important;
  }

  html[dir='rtl'] .parsley-errors-list{
         text-align: right;
        margin-right: 5px;
  }
  html[dir='rtl'] .alertmodal-content .msgalert{
        font-size: 20px;
        font-weight: 500;
  }
  
  html[dir='rtl'] .otpmodal .otpmodal-content h3{
        font-size: 24px;
        font-weight: 500;
  }
  html[dir='rtl'] .otpmodal .otpmodal-content .msg{
      font-size: 18px;
    font-weight: 500;
  }
  html[dir='rtl'] .otpmodal .gradient, html[dir='rtl'] .alertmodal-content .gradient{
      font-size: 24px;
    font-weight: 800;
  }
  @media(max-width:767px){
     html[dir='rtl'] #admin-form .input-group{
          width: 100%;
      } 
      html[dir='rtl'] .xlrg-font {
        font-size: 30px;
    }
  }
  
  @media(min-width:992px){
      html[dir='rtl'] .slides-form .label, html[dir='rtl'] .slides-form label{
        font-size: 16px;
        font-weight: 700;
      }
  }