:root {
    /* --primary-color: #007BFF; */
    --primary-color: #2539D0;
    --secondary-color: #28A745;
    --yellow-color: #FFC107;
    --white-color: #ffffff;
    --black-color: #0E1317;
    --paragraph-color: #646464;
    --body-bg: #FAFBFE;
  
  }
.error{
    color: rgb(232, 61, 31)
}
.cursor-pointer{
    cursor: pointer;
}
.child-div.action-table-data{
    display: revert !important;
}
.sidebar .sidebar-menu>ul>li a i, .sidebars .sidebar-menu>ul>li a i {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
table tbody td.action-table-data a .fa-regular.fa-address-card {
    color: #3577f1;
    width: 14px;
    height: 14px;
}
table tbody td.action-table-data a .fa-regular.fa-pen-to-square {
    color: #3577f1;
    width: 14px;
    height: 14px;
    height: 14px;
}
table tbody td.action-table-data a .fa-regular.fa-car-side {
    color: #3577f1;
    width: 14px;
    height: 14px;
    height: 14px;
}
.fa-regular.fa-location-dot {
    color: #FF0000;
}
.fa-regular.fa-map-pin {
    color: #ffbf00;
}
table tbody td.action-table-data a .fa-regular.fa-trash-can {
    color: #FF0000;
    width: 14px;
    height: 14px;
}
.profile-img{
    height: 35px;
    width: 35px;
}
.filter_inputs{
    display: block !important;
}
#filter_inputs input {
    padding-left: 10px !important;
}


.nav-link.disabled {
	color: #98a6ad;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 0px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: #F1F4F5;
	border: 1px solid transparent;
	border-radius: 3px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #eef2f7 #eef2f7 #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #98a6ad;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color) var(--primary-color) ;
}
#place-autocomplete-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 5px;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
  }
  
  gmp-place-autocomplete {
    width: 300px;
  }
  
  #infowindow-content .title {
    font-weight: bold;
  }
  
  #map #infowindow-content {
    display: inline;
  }
  .phone-img img{
    height: 125px;
  }
  #viewBookingModal .modal-header{
    background-color: var(--primary-color);;
  }
  #viewBookingModal .modal-header h5,button{
    color: #fff;
  }
  #viewBookingModal .modal-body span{
    font-weight: 600;
  }
  .xyz{
    display: flex;
    flex-direction: column;
  }
  .xyz p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px;
    margin: -1px 0 0 0
  }
  .total-fare-title{
      text-align: right;
      padding: 7px 0;
    }
  .total-left-title h5{
      padding: 7px 0;
    }
    .total-fare-title h5{
        margin-bottom: 10px;
    }
    .dashboard-booking-title{
        padding: 15px;
    }
    .loader {
      width: 120px;
      height: 22px;
      border-radius: 20px;
      color: #fff;
      border: 2px solid;
      position: relative;
    }
    .loader::before {
      content: "";
      position: absolute;
      margin: 2px;
      inset: 0 100% 0 0;
      border-radius: inherit;
      background: currentColor;
      animation: l6 2s infinite;
    }
    @keyframes l6 {
        100% {inset:0}
    }
    .d-flex.justify-items-center.justify-content-between{
      margin-top: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
                                            color: #000;
                                        }