html {
    --scrollbarBG: #fff;
    --thumbBG: #A8A8A8;
  }
  
  body::-webkit-scrollbar {
    width: 11px;
  }
  
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  
  body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  
  body {
    font-family: 'Arial', sans-serif;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
  }
  
  p {
    font-family: 'Arial', sans-serif;
  }
  
  .quote-form .error {
    display: none;
    background-color: #2B9E1B;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    width: 100%;
    clear: both;
  }
  
  .zlook {
    font-family: "Arial", sans-serif;
    font-size: 12px;
  }
  
  .text-align-last-center {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  
  .has-float-label label,
  .has-float-label > span {
    background: #fff;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    margin-top: -10px;
    margin-left: -15px;
    color: rgba(0, 0, 0, 0.8);
  }
  
  .has-float-label .form-control.on-float ~ label span.hide-on-float,
  .has-float-label .form-control:focus ~ label span.hide-on-float {
    display: none;
  }
  
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    opacity: 0.75;
    top: 0.65em;
    color: black;
  }
  
  
  .hr-text:not(:first-child) {
    margin-top: 1em;
  }
  
  .hr-text {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    border-top: 0;
    color: black;
    height: 1.5em;
    opacity: 1;
  }
  
  .hr-text:before {
    content: '';
    background: #ced4da;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    padding-left: 0;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
  }
  
  #vehicle-list li {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    border-left: 1px solid #f1f1f1;
  }
  
  #erroro,
  #errord {
    z-index: 1;
    position: absolute;
    right: 3em;
    top: 4px;
  }
  
  @media (max-width: 575.98px) {
    #erroro,
    #errord {
      top: -21px;
      font-size: 0.7rem;
    }
  }
  
  .empty-error {
    position: absolute;
    z-index: 1;
    bottom: 2.9em;
    left: 0;
  }
  
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .ui-autocomplete {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important;
  }
  
  /* Accordion */
  .modified-accordion .card-header {
    position: relative;
  }
  
  .modified-accordion .card-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .modified-accordion .collapse:not(.show) {
    display: block;
  }
  
  @media (max-width: 767px) {
    .modified-accordion .collapse:not(.show) {
      display: none;
    }
  
    .modified-accordion .card-header:after {
      display: none;
    }
  }
  
  #btn-edit-transport-mobile {
    position: absolute;
    right: 1.25rem;
    z-index: 1;
  }
  
  .company-logo {
    width: 150px;
    max-width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
  
  #carrier-selector .btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  #carrier-selector .btn.active {
    border: 1px solid #28a745;
  }
  
  #carrier-selector .btn:not(.active) {
    border: 1px solid transparent;
  }
  
  #carrier-selector .btn.active::after {
    content: '\2713 ';
    position: absolute;
    right: -8px;
    top: -10px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 0.8em;
    background: #28a745;
  }
  
  #carrier-selector .btn {
    background: transparent;
  }
  
  #carrier-selector .btn svg {
    color: #ced4da;
  }
  
  .bootstrap-autocomplete.dropdown-menu {
    max-height: 35vh;
    overflow: auto;
  }
  
  .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }
  
  
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  div.wizard-inner ul li.active svg path {
    fill: #fff;
  }
  
  .ajax-location-spinner {
    position: absolute;
    top: 10px;
    left: 15px;
    display: none;
  }
  
  label[for="veh_notlist1"]::before {
    top: 1px;
  }
  
  #company_logo {
    width: 200px;
    max-width: 100%;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
  
  body#book-now .has-float-label label,
  body#book-now .has-float-label span {
    color: rgba(0, 0, 0, 0.8);
  }
  
  body#book-now .form-control.is-invalid:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
  
  .f-50 {
    font-size: 60%;
  }
  
  .invalid-feedback {
    font-style: italic;
  }
  
  input#lead_ship_date + span > button {
    border: none;
  }
  
  .make-input-spinner,
  .model-input-spinner {
    position: absolute;
    top: 10px;
    left: 5px;
    display: none;
  }
  
  @media (max-width: 575.98px) {
    #veh_notlist1 + label,
    .btn_remove_vehicle span,
    .btn_add_vehicle span {
      font-size: 0.6rem;
    }
  
    #vehicle-list li,
    .custom-control-label,
    .bootstrap-autocomplete .dropdown-item,
    .form-control {
      font-size: 0.7rem;
    }
  
    .step-large-title {
      font-size: 0.8rem;
    }
  
    .has-float-label .form-control:placeholder-shown:not(:focus)+* {
      top: 1.2em;
      font-size: 0.8rem;
    }
  
    .input-group .has-float-label .form-control {
      font-size: 0.7rem;
    }
  
    #carrier-selector > label > span > span {
      font-size: 0.6rem;
    }
  
    .wizard .nav-tabs > li {
      width: 45.5%!important;
    }
  
    .wizard .nav-tabs > li a i {
      margin-left: 14px;
    }
  
    #powered-by {
      font-size: 0.6rem
    }
  
    .empty-error {
      font-size: 0.7rem;
      bottom: 7em;
    }
  
    span#service-providers-title {
      font-size: 1em;
    }
  
    #quote_result .response-time {
      font-size: 0.6rem;
    }
  
    #quote_result .quote-price,
    #quote_result .company-name {
      font-size: 0.8rem;
    }
  
    #getQuoteFormLabel {
      font-size: 0.8rem;
    }
  
    #get-quote-form .modal-body,
    #getQuoteForm .modal-body {
      font-size: 0.7rem;
    }
  }
  .table-section {
    float: left;
    margin-right: 20px;
}
.quote-section {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}