/* body{
  background: #f7f7ff;
  margin-top:20px;
} */

.register-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 200px; */
  height: 400px;
  position: relative; }

.profile-name{
    color: var(--bs-light);
}
.label-top {
    top: -15px;
    -webkit-transform: 0;
    transform: 0;
    font-size: 12px;
    opacity: 1;
    color: rgba(2, 0, 28, 0.5);
    }
.profile-image {
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Hides any overflow beyond the circular shape */
}
      .login-container,.driver-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 200px;
        position: relative; }
        .login-container,.driver-container h6 {
          padding-right: 10px;
          margin-bottom: 0px; }
      
      [data-target]:hover {
        cursor: pointer; }
      
      .login-popup {
        position: absolute;
        top: 40px;
        right: 0;
        padding: 40px 30px;
        padding-bottom: 30px;
        width: 350px;
        z-index: 5;
        background-color: white;
        -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
        box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
        .login-popup.active {
          display: block; }
        .login-popup:after {
          content: '';
          position: absolute;
          background: transparent;
          top: -12.5px;
          right: 45px;
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid white;
          -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
          filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
        .login-popup,.driver-popup  .form-group {
          margin-bottom: 10px; }
        .login-popup,.driver-popup  input {
          border: 1px solid #00CC37; }
      
      .login-helper span {
        opacity: .5; }
      
      .hero-section, .hero-section--home, .hero-section--about, .hero-section--contact {
        height: 100vh;
        width: 100vw;
        padding-top: 100px;
        padding-bottom: 50px;
        background-size: cover;
        background-repeat: no-repeat; }
        .hero-section--home {
          background-image: url("../../../assets/frontend/images/fleet-hero2.jpg"); }
        .hero-section--about {
          background-image: url("../../../assets/frontend/images/fleet-about.jpg"); }
        .hero-section--contact {
          background-image: url("../../../assets/frontend/images/fleet-contact.jpg"); }
      
      .hero-form-container {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.95);
        position: relative;
        z-index: 1;
        padding-bottom: 1px;
        max-width: 450px;
        margin: 0 auto;
        max-height: 700px; }
      
      .form-tabs {
        width: 100%;
        height: 70px;
        position: relative; }
      
      .tab-button {
        background-color: black;
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        border: 0;
        border-radius: 4px !important;
        color: white;
        padding: 10px 40px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .tab-button:hover {
          cursor: pointer;
          -webkit-box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5);
          box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5); }
        .tab-button:focus {
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0; }
      
      .js-booklater-show {
        display: none;
        position: relative; }
      
      .tab-button.active {
        color: white;
        background-color: #02001C; }
      
      .form-group {
        position: relative; }
      
      .form-group.white-label .label-stay,
      .form-group.white-label .label-top {
        color: white; }
      
      label {
        font-weight: 500;
        font-size: 16px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform; }
      .input-group-addon{
        
      }
      .text-input2{
           border-radius: 0px !important;
      }
      .label-animate {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .5;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #02001C; }
        .label-animate:hover {
          cursor: text; }
      
      .label-top {
        top: -15px;
        -webkit-transform: 0;
        transform: 0;
        font-size: 12px;
        opacity: 1;
        color: rgba(2, 0, 28, 0.5); }
      
      .label-top.stay {
        color: rgba(2, 0, 28, 0.5); }
      
      .label-hidden {
        opacity: 0; }
      
      .input-addon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        opacity: .5; }
      
      .hide-book-later {
        display: none; }
      
      .text-input {
        font-size: 14px;
        border-radius: 2px;
        padding: 10px 30px;
        padding-right: 35px;
        background-color: white;
        -webkit-box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
        box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
        border: 0;
        width: 100%;
        border: 1px solid transparent; }
        .text-input:focus {
          outline: 0;
          border: 1px solid #00CC37; }
        .text-input:focus + span {
          opacity: 1; }
        
.login-container,.driver-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    position: relative; }
    .login-container,.driver-container h6 {
      padding-right: 10px;
      margin-bottom: 0px; }
  
  [data-target]:hover {
    cursor: pointer; }
  
  .login-popup {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 40px 30px;
    padding-bottom: 30px;
    width: 350px;
    z-index: 5;
    background-color: white;
    -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
    box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
   .driver-popup {
    display: none;
        position: absolute;
        top: 10px;
        right: 85px;
        padding: 25px 10px;
        padding-bottom: 10px;
        width: 145px;
        z-index: 5;
        background-color: white;
        -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
        box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
    .login-popup.active {
      display: block; }
    .login-popup:after {
      content: '';
      position: absolute;
      background: transparent;
      top: -12.5px;
      right: 45px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid white;
      -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
      filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
      .driver-popup.active {
        display: block; }
      .driver-popup:after {
        content: '';
        position: absolute;
        background: transparent;
        top: -12.5px;
        right: 45px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid white;
        -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
        filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
    .login-popup,.driver-popup .form-group {
      margin-bottom: 10px; }
    .login-popup,.driver-popup  input {
      border: 1px solid #00CC37; }


      .form-tabs {
        width: 100%;
        height: 70px;
        position: relative; }
      
      .tab-button {
        background-color: black;
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        border: 0;
        border-radius: 4px !important;
        color: white;
        padding: 10px 40px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .tab-button:hover {
          cursor: pointer;
          -webkit-box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5);
          box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5); }
        .tab-button:focus {
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 0; }
      
      .js-booklater-show {
        display: none;
        position: relative; }
      
      .tab-button.active {
        color: white;
        background-color: #02001C; }
      
      .form-group {
        position: relative; }
      
      .form-group.white-label .label-stay,
      .form-group.white-label .label-top {
        color: white; }
      
      label {
        font-weight: 500;
        font-size: 16px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform; }
      .input-group-addon{
        
      }
      .text-input2{
           border-radius: 0px !important;
      }
      .label-animate {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .5;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #02001C; }
        .label-animate:hover {
          cursor: text; }
      
      .label-top {
        top: -15px;
        -webkit-transform: 0;
        transform: 0;
        font-size: 12px;
        opacity: 1;
        color: rgba(2, 0, 28, 0.5); }
      
      .label-top.stay {
        color: rgba(2, 0, 28, 0.5); }
      
      .label-hidden {
        opacity: 0; }
      
      .input-addon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        opacity: .5; }
      
      .hide-book-later {
        display: none; }
        .input-group .form-control, .input-group-addon, .input-group-btn {
            display: table-cell;
          }
          
          .input-group-addon {
            padding: 6px 12px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            color: #555;
            text-align: center;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            /* border-radius: 4px; */
          }
          .input-group {
            position: relative;
            display: table;
            border-collapse: separate;
          }
          
          .input-group-addon, .input-group-btn {
            width: 1%;
            white-space: nowrap;
            /* vertical-align: middle; */
          }
          .input-mobli-number{
            width: 100% !important;
          }
 
.form-inputs .form-group {
    margin-bottom: 30px; }
  
  .form-group {
    margin-bottom: 40px; }


    .login-popup{
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        padding: 40px 30px;
        padding-bottom: 30px;
        width: 350px;
        z-index: 5;
        background-color: white;
        -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
        box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
        .login-popup.active {
          display: block; }
        .login-popup:after {
          content: '';
          position: absolute;
          background: transparent;
          top: -12.5px;
          right: 45px;
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid white;
          -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
          filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
        .login-popup .form-group {
          margin-bottom: 10px; }
        .login-popup input {
          border: 1px solid #00CC37; }

  