  .error {
  color: red;
  font-style: normal;
  margin-top: 5px;
  }

  /*--alert-message-*/
  .alert{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  }
  .alert-danger {
  background-color: rgba(223 68 68 / 18%);
  border-radius: 12px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
  color: #df4344;
  padding: 5px;
  border: 1px solid rgb(223 68 68 / 70%);
  }
  .danger-ic{
  display: flex;
  align-items: center;

  }
  .danger-ic img{
  width: 42px;
  margin-right:10px;
  }
  .alert-danger .close{
  position: initial;
  opacity: 1;
  padding: 5px 15px;
  background-color: transparent;
  border-radius: 10px;
  margin-right: 0px;
  border: 0;
  }
  .alert .close:hover{
  background-color: white;
  }
  .alert .close{
  font-size: 20px;
  }
  .alert-success {
  background-color: rgba(80 223 68 / 18%);
  border-radius: 12px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
  color: rgba(80 223 68);
  padding: 5px;
  border: 1px solid rgb(80 223 68 / 70%);
  }
  .alert-success .close{
  position: initial;
  opacity: 1;
  padding: 10px 10px;
  background-color: transparent;
  border-radius: 10px;
  margin-right: 5px;
  color: rgba(80 223 68);
  }
  .alert-warning{
  background-color: rgba(250 203 50 / 18%);
  border-radius: 12px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
  color: rgba(250 203 50);
  padding: 5px;
  border: 1px solid rgb(250 203 50 / 70%);
  }
  .alert-warning .close{
  position: initial;
  opacity: 1;
  padding: 10px 10px;
  background-color: transparent;
  border-radius: 10px;
  margin-right: 5px;
  color: rgba(250 203 50);
  }
  .alert p{
  margin: 0px;
  }
  .widget-sec .col-lg-3 {
  margin-bottom: 10px;
  }
  .widget-sec .col-lg-3 a {
  height: 140px;
  }
  .sidebar-visible-lg-mini .sidebar-content {
  height: 700px !important;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 30;
  }
  .sidebar-visible-lg-mini .sidebar-content::-webkit-scrollbar{
  width: 2px;
  }

  .sidebar-visible-lg-mini .sidebar-content::-webkit-scrollbar-thumb{
  background: #dfdfdf;
  }

  .sidebar-visible-lg-mini .sidebar-content {
  scrollbar-color: #dfdfdf transparent;
  scrollbar-width: none;
  }
  /*-*-alert-message-*-*/

  .initial-pic{
  background-color: #00b1a6;
  height: 60px;
  width: 60px;
  border-radius: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  }
  .link-a
  {
  text-decoration: none;
  color: #000;
  }
  .initial-pic-sub
  {
  width: 50px;
  height: 50px;
  }

  .driver-profile-details .initial-pic {
  font-size: 2.3rem;
  width: 130px;
  height: 130px;
  }

  .driver-profile-details.d-block .initial-pic {
  font-size: 1.5rem;
  width: 90px;
  height: 90px;
  }

  #mybooking_datatable[style],#mybookings_datatable[style]
  {
  width:100% !important;
  }

  #mybooking_datatable .initial-pic,#mybookings_datatable .initial-pic {
  height: 45px;
  width: 45px;
  font-size: 1rem;
  }
  
  /*.cropper-container{
  width: 100% !important;
  }*/

  .modal-close{
  border: none;
  border-radius: 5px;
  color: #00b1a6;
  }

  #sample_image{
  width: 50%;
  height: 550px;
  }

  .cropper-bg{
    background: #00000063 !important;
  }

  .cropper-line{
    background-color: white !important;
  }

  .cropper-point {
    background-color: white !important;
  }


  /* THIS CSS REMOVE IN STYLE.CSS JUST ADD IMPORTANT IN PADDING AND FONT WEIGHT */

  .trow th { 
  color: black;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: .01em;
  line-height: 16px;
  padding: 15px 18px !important;
  text-transform: uppercase;
  }
  .trow td {
  color: black;
  font-size: 14px;
  font-weight: 500 !important;;
  letter-spacing: .01em;
  line-height: 16px;
  padding: 15px 18px !important;;
  }
  table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none !important;
  }
  tbody .even {
  background-color: rgba(17, 24, 39, 0.06) !important;
  }
  table.dataTable thead th, table.dataTable thead td {
  padding: 10px;
  border-bottom:0px solid rgba(0, 0, 0, 0.3) !important;
  }
  table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after {
  right: 0px !important;
  }
  table.dataTable.no-footer{
  border: none !important;
  }
  /*new*/
  .driver-details {
  width: 158px ;
  }
  .table-responsive .table{
  margin-top: 1.2rem !important;
  }
  #mybooking_datatable_info,#mybookings_datatable_info{
  color: #cfcfcf;
  font-size: 0.9rem;
  }
  #mybooking_datatable_paginate .paginate_button,#mybookings_datatable_paginate .paginate_button {
  color: rgb(12, 176, 167) !important;
  font-size: 14px;
  }
  .paginate_button.current{
  background: rgba(12 176 167 / 20%) !important;
  border: none !important;
  appearance: none;
  border-radius: 10px !important;
  }
  #mybooking_datatable_filter input,#mybookings_datatable_filter input {
  background-color: rgba(12, 176, 167, 0.10);
  padding: 15px 25px;
  width: fit-content;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  border: 2px solid rgb(12, 176, 167);
  }
  #mybooking_datatable_filter input:focus-visible,#mybookings_datatable_filter input:focus-visible{
  outline: none;

  }
  .link-a:hover {
  text-decoration: none;
  color: #000;
  }

  .alert-success .close {
  padding: 5px 15px;
  border: 0;
  }
  .terms-link a
  {
  font-weight: 600;
  color: #F97A5C;
  text-decoration: none;
  }

  .required::after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #df4444;
  padding-left: 6px;
  font-weight: 600;
  }

  .addTrip .form-textarea {
  background-color: rgba(12, 176, 167, 0.059);
  border: 0px solid #cfcfcf;
  padding: 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  max-height: 200px;
  }

  .addTrip .form-textarea:focus-visible {
  outline: 3px solid rgb(67, 178, 168);
  outline-color: rgb(67, 178, 168);
  background-color: white;
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 18%);
  }
  .pluse_icon
  {
  background: #0eb0a7;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  caret-color: transparent;
  }
  .pluse_icon i {
  color: #fff;
  font-size: 18px;
  }
  #icon_disable {
  background: #cfcfcf;
  }

  .active_menu{
  color:#0cb0a7;
  }

  .btn-primary.disabled, .btn-primary:disabled{
  color: #fff;
  background-color: #ff7862;
  border-color: #ff7862;
  }

  .book-btn.disabled, .book-btn:disabled{
  color: #fff;
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  }
  #error_msg{
  font-size: 0.9rem;
  color: red;
  font-style: italic;
  }
  .note-box{
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(12, 176, 167, 0.2);
  }
  .note-box p{
  font-size: 0.9rem;
  color: rgba(12, 176, 167, 1);
  }
  .i-icon img{
  width: 20px;
  }
  .profile-tab-content.mt-5.external_accounts {
    min-height: auto;
  }
  #payment_datatable{
    width: 100% !important;
  }
  #payment_datatable_info{
  color: #cfcfcf;
  font-size: 0.9rem;
  }
  #payment_datatable_paginate .paginate_button {
  color: rgb(12, 176, 167) !important;
  font-size: 14px;
  }
#payment_datatable_filter input {
  background-color: rgba(12, 176, 167, 0.10);
  padding: 15px 25px;
  width: fit-content;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  border: 2px solid rgb(12, 176, 167);
  }
  #payment_datatable_filter input:focus-visible{
  outline: none;

  }
  .modal-price {
    color: #00b1a6;
    font-weight: 600;
    font-size: 0.9rem;
  }

  .first_letter::first-letter {
    text-transform: uppercase;
  }

  .riderDetail .details-text h4{
    font-size: 1rem;
    font-weight: 500;
    color: #00b1a6;
  }

  .riderDetail .details-text p {
    font-size: .9rem;
    font-weight: 400;
    color: black;
  }

  .rider-user.rider_list{
    padding: 20px;
  }

  .xmark-vi {
  position: absolute;
  top: 8.5px;
  right: 25px;
  padding: 10px;
  background: #f0fbfa;
  cursor: pointer;
  }

  .xmark-vi .fa-circle-xmark{
    color: #43b2a8;
  }

  .edit-box{
    z-index: 5;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #0cb0a7;
    border-radius: 0px 15px 0px 15px;
    width: 55px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .warning-popup .modal-header .btn-close {
    background: rgb(12 176 167 / 30%) url(../img/cancel.png);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 6px;
  }
  .warning-popup .modal-content{
    border-left: 5px solid #0cb0a7;
  }
  .cancel-ride{
  background-color: #0cb0a7;
    border: 1px solid #0cb0a7;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .cancel-ride:hover{
  background-color: #0cb0a7;
    border: 1px solid #0cb0a7;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
  }
  .btn-check:focus + .cancel-ride, .cancel-ride:focus{
    background-color: #0cb0a7;
    border-color: #0cb0a7;
    box-shadow: none;
    color: #fff;
    }
    .btn-check:focus + .cancel-ride, .cancel-ride:focus-visible{
    outline: none;
    }

    .btn-check:active + .cancel-ride:focus, .btn-check:checked + .cancel-ride:focus, .cancel-ride.active:focus, .cancel-ride:active:focus, .show > .cancel-ride.dropdown-toggle:focus {
    box-shadow: none;
    }
  .warning-popup .modal-heading-text h4{
  color: #FFCB32;
  font-weight: 500;
  text-transform: uppercase;
  }
  .warning-popup .modal-body{
  padding: 1.5rem;
  }
  .warning-popup .modal-header{
  padding: 1.5rem;
  }
  .warning-popup p{
  color: #9f9f9f; 
  }
  .warning-popup .modal-footer {
    border: none;
    padding: 0px;
    margin-top: 1.5rem;
  }
  .wclose-btn {
    background-color: transparent;
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    color: #9f9f9f;
    padding: 10px 25px;
    font-size: 16px;
  }
  .wclose-btn:hover {
    background-color: transparent;
    border: 1px solid #9f9f9f;
    border-radius: 10px;
    color: #9f9f9f;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
  }
  .btn-check:focus + .wclose-btn, .wclose-btn:focus{
    background-color: transparent;
    border-color: #9f9f9f;
    box-shadow: none;
    color: #9f9f9f;
    }
    .wclose-btn:focus + .wclose-btn, .wclose-btn:focus-visible{
    outline: none;
    }

    .btn-check:active + .cancel-ride:focus, .btn-check:checked + .wclose-btn:focus, .wclose-btn.active:focus, .wclose-btn:active:focus, .show > .wclose-btn.dropdown-toggle:focus {
    box-shadow: none;
    }

.driver-profile{
  width: calc(100% - 30%);
}
.click_dropdown
{
    border-radius: 10px;
    box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: none;
    background: #fff;
}
.click_dropdown .dropdown-item
{
  color: #000;
}
.click_dropdown.dropdown-menu-dark .dropdown-item:focus, .click_dropdown.dropdown-menu-dark .dropdown-item:hover {
    color: rgb(225 100 52) !important;
    background-color: rgba(255,255,255,.15);
}
.amenities_sub
{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  width: 50px;
  background: #f6f6f6;
  border-radius: 13px 0px 26px;
  text-align: center;

}
.amenities_name {
    color: #919191;
}
.form .readonly_input:focus-visible {
    outline: 0 solid rgb(67, 178, 168);
    outline-color: rgb(67, 178, 168);
    background-color: rgba(12, 176, 167, 0.059);
    box-shadow: none;
}
.readonly_input {
    cursor: not-allowed;
}