@keyframes blinkingText {
  0% {
    color: #ee8400; }
  50% {
    color: #409cd1; }
  100% {
    color: #ee8400; } }

.bas-customizes-car {
  margin: 20px auto; }
  .bas-customizes-car .bas-car-title {
    font-size: 22px;
    color: #409cd1; }
  .bas-customizes-car .las-dtl {
    background: #fff;
    padding: 30px 20px 40px 20px;
    margin-bottom: 20px; }
  .bas-customizes-car .las-traveller {
    padding: 20px 15px;
    background-color: #00b9eb0d;
    margin-top: 0;
    overflow: auto; }
  .bas-customizes-car .las-form__right {
    width: 90%;
    display: block !important;
    padding-bottom: 0;
    height: 70px; }
  .bas-customizes-car .las-form__group {
    margin-bottom: 5px; }
  .bas-customizes-car .bas-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%; }
    .bas-customizes-car .bas-col-md-6 .bas-col-title {
      float: left;
      width: 25%;
      position: relative;
      min-height: 1px;
      padding-right: 10px; }
      .bas-customizes-car .bas-col-md-6 .bas-col-title select {
        padding-left: 15px;
        background-color: #fff; }
    .bas-customizes-car .bas-col-md-6 .bas-col-name {
      float: left;
      width: 75%;
      position: relative;
      min-height: 1px; }
  .bas-customizes-car .bas-custom-car-heading {
    color: #409cd1;
    font-weight: bold;
    font-size: 15px; }
  .bas-customizes-car .las-form__left-full-input textarea {
    width: 100%; }
  .bas-customizes-car .bas-booking-agree-show:after {
    opacity: 1 !important; }
  .bas-customizes-car .bas-custom-car-yourself-show:after {
    opacity: 1 !important; }
  .bas-customizes-car .las-loader {
    display: block;
    position: fixed;
    top: 40%; }
  .bas-customizes-car .las-form__select-full {
    background-color: #fff; }

.bas-customizes-car.pending:after {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 2; }

@media (max-width: 480px) {
  #bas-customizes-car .bas-col-md-12 {
    width: 100%; }
  #bas-customizes-car .las-bk-box .las-form__right:after {
    left: 105%; }
  #bas-customizes-car .las-form__right {
    width: 100%; } }
