@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap%27");

body {
  position: relative;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
}
a{
  text-decoration: none !important;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
  padding-top: 0px;
}

.top_row {
  background: #fd9835;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  top: 0;
  padding: 35px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #505168;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.sidebar-brand {
  position: absolute;
  top: 25px;
  width: 100%;
  text-align: center;
  background: #2f3040;
  padding: 35px;
  margin: -35px;
}

.sidebar-brand img {
  width: 182px;
}

.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.sidebar-nav {
  position: absolute;
  top: 120px;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.sidebar-nav::-webkit-scrollbar {
  background-color: #aaa;
  /* or add it to the track */
  width: 3px;
}

/* Add a thumb */
.sidebar-nav::-webkit-scrollbar-thumb {
  background: #fd9835;
  border-radius: 10px;
}

.sidebar-nav > li {
  line-height: 48px;
}

.sidebar-nav > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
}

.sidebar-nav > li > a:hover {
  color: #fd7121;
}

.sidebar-nav > li.active > a {
  color: #fd7121;
  border-top: 1px solid #fd7121;
  border-bottom: 1px solid #fd7121;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-nav > li ul.submenu {
  background-color: transparent !important;
}

.sidebar-nav > li ul.submenu li a {
  color: #ffffff !important;
  font-weight: normal !important;
}

.sidebar-nav > li ul.submenu li a:hover {
  background-color: transparent !important;
}

#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
  position: absolute;
  margin-right: -250px;
}

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: transparent;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
  width: 80px;
  padding: 0;
}

.navbar-brand {
  color: #fd9835 !important;
}

#navbar-wrapper .navbar a {
  color: #757575;
}

#navbar-wrapper .navbar a:hover {
  color: #f8be12;
}

#content-wrapper {
  width: 100%;
  min-height: 870px;
  position: absolute;
  padding-top: 25px;
  padding-bottom: 200px;
  padding-left: 25px;
  padding-right: 20px;
  top: 100px;
  background-image: url("../images/backgroundImage.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

h2.content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #414a53;
  text-transform: capitalize;
  margin-bottom: 0;
}

#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.cal_dropdown {
  margin-top: 40px;
}

.dash_card {
  max-width: 400px;
  height: 200px;
  border: 1px solid #fd9835;
  border-radius: 0;
  margin-bottom: 90px;
  border-radius: 15px !important;
  overflow: hidden;
}

.dash_card .card-header {
  height: 60px;
  padding: 16px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  background-color: #fd9835;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
}

.dash_card .card-text {
  font-size: 48px;
  font-weight: bold;
  color: #414a53;
}

.dash_blocks {
  margin: 50px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px;
  column-gap: 100px;
  row-gap: 90px;
}

.grid-item {
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.tab_section .nav-link {
  padding: 0;
  font-size: 16px;
  color: #505168;
  font-weight: 600;
  margin: 0 30px;
}

.tab_section .nav-link:first-child {
  margin-left: 0;
}

.nav-link.active {
  border-bottom: 2px solid #fd813a;
  color: #fd813a;
  font-weight: 600;
}

.search_box {
  width: 360px;
  height: 60px;
  border: 2px solid #fd9835;
  color: #adb6bf;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 24px;
  padding-right: 20px;
  padding-left: 62px;
}

.search_div {
  position: relative;
}

.search_div img {
  position: absolute;
  left: 16px;
  top: 15px;
}

.order_table {
  /*margin-top: 35px;*/
  border-color: #d7d7d7;
}

.table-responsive {
  margin-top: 20px;
}

.order_table.table > thead {
  vertical-align: bottom;
  background: #fd9835;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  border-top: 0px;
}

.order_table.table > thead th {
  padding: 12px 17px;
  border: none !important;
}

.order_table.table > thead th.sorting_disabled:first-child {
  border-radius: 10px 0 0 0;
}

.order_table.table > thead th.sorting_disabled:last-child {
  border-radius: 0 10px 0 0;
}

.order_table.table > thead th:first-child {
  border-radius: 10px 0 0 0;
}

.order_table.table > thead th:last-child {
  border-radius: 0 10px 0 0;
}

.order_table.table tbody td {
  padding: 20px;
  font-size: 14px;
  color: #020202;
  line-height: 16px;
  vertical-align: baseline;
}

.order_table.table tbody td a {
  color: #fd9835;
  text-decoration: underline;
  cursor: pointer;
}

.order_table.table tbody td img {
  width: 18px;
  margin: 5px 0px;
}
.table .driver-image{ 
    margin: 5px 0px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.btn_bg {
  max-width: 360px;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #fd7121;
  padding: 18px 25px;
  border-radius: 10px;
  /*margin-bottom: 50px;*/
  border: 2px solid #fd7121;
  font-weight: 600;
}
.btn_bg.max-width{
max-width: max-content;
flex: 0 0 auto;
}
.btn.disable {
  color: #fff;
  background: #adb6bf;
  border: 2px solid #adb6bf;
}

.btn_wh {
  max-width: 360px;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #fd9835;
  padding: 18px 25px;
  border-radius: 10px;
  border: 2px solid #fd9835;
  font-weight: 600;
}

.order_img {
  width: calc(100% - 30px);
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 25px;
}

.details_order p {
  font-size: 16px;
  line-height: 36px;
  color: #414a53;
  margin-bottom: 0;
}

.actions_btn {
  margin-top: 70px;
}

a.btn_wh:hover {
  color: #fd9835;
}

a.btn_bg:hover {
  color: #fff;
}

.edit_details_order a {
  color: #fd9835;
}

.edit_details_order p {
  margin-bottom: 35px;
}

.edit_box {
  display: flex;
  align-items: center;
}

.edit_box .dropdown .btn {
  width: 360px;
  height: 60px;
  border: 1px solid #fd9835;
  background: #fff;
  border-radius: 0;
  color: #414a53;
  font-weight: bold;
  text-align: left;
  margin-left: 1.5rem;
  padding: 18px 50px;
  position: relative;
}

/* .edit_box .dropdown .dropdown-toggle::after {
    margin-left: 190px !important;
} */
.edit_box .dropdown .btn:focus,
.cal_field .dropdown .btn:focus {
  box-shadow: none;
}

.Color_box {
  width: 21px;
  height: 21px;
  background: #bd4ae8;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.edit_box .dropdown-menu.show,
.cal_field .dropdown-menu.show {
  display: block;
  width: 94%;
  background: #fff;
  border: 1px solid #fd9835;
  border-radius: 0;
  transform: translate(24px, 60px);
}

.edit_box .dropdown-menu-dark .dropdown-item,
.cal_field .dropdown-menu-dark .dropdown-item {
  color: #414a53;
}

.edit_box .dropdown-menu-dark .dropdown-item.active,
.edit_box .dropdown-menu-dark .dropdown-item:active,
.cal_field .dropdown-menu-dark .dropdown-item.active,
.cal_field .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #fd9835;
}

.cancel_modal {
  color: #fd9835;
  text-decoration: underline;
  cursor: pointer;
}

.cal_field p {
  font-size: 24px;
  color: #fd9835;
  font-weight: bold;
  margin-bottom: 0;
}

.cal_field {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.cal_field img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.cal_field .dropdown .btn {
  border: none;
  background: #fff;
  color: #fd9835;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
}

.cal_field .dropdown .dropdown-toggle::after {
  margin-left: 24px !important;
  color: #212529;
}

.req_heading {
  margin-top: 30px;
  display: inline-flex;
}

.req_heading h3 {
  font-size: 21px;
  font-weight: bold;
  color: #414a53;
  margin-bottom: 0;
  margin-right: 40px;
}

.map_field {
  margin-top: 35px;
}

.map_field img {
  width: 100%;
  height: auto;
}

.track_box {
  width: 21px;
  height: 21px;
  background: #fd9835;
  margin-right: 5px;
}

.box_g {
  background: #32a70f;
}

.box_p {
  background: #bd4ae8;
}

.track_col {
  display: flex;
  align-items: center;
}

.a_back {
  color: #fd9835;
  font-size: 18px;
}

.input_box,
.select_box {
  margin-bottom: 15px;
  height: 60px;
}

.input_box input {
  border: 1px solid #fd9835;
  border-radius: 0;
  max-width: 300px;
  height: 50px;
  padding: 16px;
  font-size: 16px;
  color: #414a53;
  font-weight: 500;
  border-radius: 10px;
  /* text-transform: capitalize; */
}

.select_box select {
  border: 1px solid #fd9835;
  width: 100%;
  max-width: 300px;
  height: 50px;
  font-size: 16px;
  color: #414a53;
  font-weight: 500;
  border-radius: 10px;
  padding-left: 15px;
  text-transform: capitalize;
}
input[type="email"] {
    text-transform: lowercase;
}

input:focus-visible {
  outline: none;
}

.input_field {
  min-height: 350px;
}

.input_box input::placeholder,
.select_box select::placeholder {
  color: #adb6bf;
}

.input_box .input-group .input-group-text {
  background: #fff;
  border: 1px solid #fd9835;
  border-radius: 0;
  padding-left: 19px;
  padding-right: 0;
  color: #414a53;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
}

.input-group-text {
  border-right: none !important;
}

.input_box .input-group input {
  border-left: none;
}

/* .input_box .input-group{
  width: 360px;
} */
.avail_switch .switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 42px;
  top: 6px;
}

.avail_switch .switch input {
  display: none;
}

.avail_switch .slider {
  background-color: #adb6bf;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.avail_switch .slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 22px;
  left: 1px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

.avail_switch input:checked + .slider {
  background-color: #fd9835;
}

input[type="checkbox"] {
  accent-color: #fd9835;
}

.avail_switch input:checked + .slider:before {
  transform: translateX(20px);
}

.avail_switch .slider.round {
  border-radius: 34px;
}

.avail_switch .slider.round:before {
  border-radius: 50%;
}

.input_box .dropdown .btn {
  padding: 19px;
}

/* .input_box .edit_box .dropdown .dropdown-toggle::after {
  margin-left: 220px !important;
} */
.avail_field {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.avail_field p {
  font-size: 18px;
  font-weight: bold;
  color: #414a53;
  margin-right: 20px;
  margin-bottom: 0;
}

.driver_img {
  height: 60px;
  width: 60px !important;
}

.driver_profile .profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.driver_profile .file-upload {
  display: none;
}

.driver_profile .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 72px;
}

.driver_profile img {
  max-width: 100%;
  height: auto;
}

.driver_profile .p-image {
  position: absolute;
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.input_box.d-flex .edit_box .dropdown .btn,
.input_box.d-flex input,
.input_box.d-flex select {
  width: 160px;
}

.input_box.d-flex input {
  margin-left: 40px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox:focus {
  outline: none;
  box-shadow: none;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #414a53;
  margin-top: 35px;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #adb6bf;
  border-radius: 3px;
}

.styled-checkbox:hover + label:before {
  background: #fd9835;
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #fd9835;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  transform: rotate(45deg);
}

.fuel_amount input {
  width: 100px;
  font-size: 14px;
}

.fuel_amount {
  /*margin-right: 100px;*/
}

.export_reports {
  margin-top: 10px;
  color: #fd9835;
}

.export_reports a {
    font-size: 16px;
    color: #fd9835;
    font-weight: 600;
}

.date_range {
  margin-top: 30px;
}

.date_range p {
  font-size: 14px;
  color: #414a53;
  margin-bottom: 8px;
}

.date_range .input_box input {
  width: 165px;
  margin-right: 50px;
}

.form-control:focus {
  border-color: #fd9835;
  outline: 0;
  box-shadow: none;
}

.cancelOrder_modal {
  background: rgba(173, 182, 191, 0.5);
}

.cancelOrder_modal textarea {
    width: 100%;
    margin: 0 15px;
    border: 1px solid #fd9835;
    padding: 20px;
    margin: 25px auto 0px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 12px;
}

.cancelOrder_modal textarea::placeholder {
  color: #adb6bf;
}

.cancelOrder_modal .modal-content {
  border: 1px solid #707070;
  border-radius: 15px;
}

.cancelOrder_modal .input_box input,
.cancelOrder_modal .select_box select {
  /* margin: 30px auto; */
}

.cancelOrder_modal .input_box input {
  max-width: 100%;
  margin-top: 10px;
}

.cancelOrder_modal h6 {
  font-size: 24px;
  color: #414a53;
  font-weight: 600;
}

.cancelOrder_modal .btn_bg {
  margin-top: 17px;
  margin-bottom: 20px;
}

.cancelOrder_modal .modal-header {
  border-bottom: none;
}

.cancelOrder_modal .btn-close {
  background: #fd7121;
  height: 25px;
  width: 25px;
  border-radius: 60px;
  opacity: 1;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.cancelOrder_modal.modal .modal-dialog {
  max-width: 600px;
  /* margin-top: 7rem; */
}

.btn-close:focus {
  box-shadow: none;
}

.profile-img {
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  border-radius: 50%;
}

.img-wrapper {
  display: flex;
  align-items: center;
}

.img-upload-btn {
  font-size: 18px;
  color: #414a53;
  font-weight: bold;
  margin-left: 30px;
  cursor: pointer;
}

.rating_field {
  display: flex;
  align-items: center;
}

.rating_field h5 {
  color: #414a53;
  font-size: 24px;
  font-weight: bold;
}

.start_rate img {
  width: 42px;
  margin: 7px;
}

.rate_right {
  margin-bottom: 40px;
  margin-left: 60px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 22px !important;
}

@media (max-width: 1799px) {
}

@media (max-width: 1699px) {
  #content-wrapper {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  #navbar-wrapper {
    display: none;
  }
}

@media (min-width: 992px) {
  #wrapper {
    padding-left: 260px;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 260px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  /* #content-wrapper {
        position: relative;
        top: 0;
    } */
  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1066px) {
  .tabcontent .col-md-4 {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
}

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
    padding: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    padding: 30px;
  }

  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
    padding-right: 20px;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }

  .sidebar-brand img,
  .sidebar-brand {
    width: 120px;
  }

  .sidebar-nav {
    top: 130px;
  }

  .sidebar-nav > li a {
    font-size: 16px;
  }

  .order_table.table > thead th,
  .order_table.table tbody td {
    white-space: nowrap;
  }

  .styled-checkbox + label {
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  #wrapper.toggled #sidebar-wrapper {
    width: 150px;
    padding: 15px;
  }

  #wrapper.toggled {
    padding-left: 150px;
  }

  .dash_card {
    margin-bottom: 30px;
    height: auto;
    min-height: 160px;
  }

  .dash_card .card-header {
    font-size: 18px;
  }

  .cal_field {
    margin-top: 20px;
  }

  #wrapper {
    padding-top: 35px;
  }

  .top_row {
    height: 35px;
  }

  .sidebar-brand {
    top: 15px;
  }

  .sidebar-nav {
    top: 110px;
  }

  .dash_card .card-text {
    font-size: 40px;
  }

  .search_box,
  .btn_bg,
  .btn_wh,
  .input_box input,
  .select_box select,
  .input_box .input-group,
  .edit_box .dropdown .btn {
    width: auto;
    min-width: 300px;
    height: 45px;
    font-size: 14px;
  }

  .edit_box .dropdown .btn {
    padding: 10px 20px;
  }

  .tab_section .nav-link {
    font-size: 16px;
    margin: 0 20px;
  }

  .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  h2.content-title {
    font-size: 24px;
  }

  .search_div img {
    left: 15px;
    top: 12px;
    width: 22px;
  }

  #content-wrapper {
    padding: 15px;
  }

  .btn_bg,
  .btn_wh {
    padding: 10px 25px;
    margin-bottom: 30px;
  }

  .driver_img {
    height: 40px;
    width: 40px !important;
  }

  .order_table.table tbody td {
    padding: 12px;
  }

  .input_box input {
    padding: 12px;
  }

  .cal_field .dropdown .btn,
  .cal_field p {
    font-size: 18px;
  }

  .cal_field img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .sidebar-nav > li a {
    font-size: 16px;
    line-height: 40px;
  }

  .req_heading h3,
  .a_back,
  .details_order p {
    font-size: 14px;
    line-height: 28px;
  }

  .order_table {
    margin-top: 20px;
  }

  .map_field {
    margin-top: 20px !important;
  }

  .input_box {
    height: 45px;
  }

  .tabcontent.mt-5 {
    margin-top: 1rem !important;
  }

  .search_div.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .req_heading {
    margin-top: 10px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .img-upload-btn {
    font-size: 14px;
    margin-left: 15px;
  }

  .order_table.table tbody td {
    font-size: 12px;
  }

  .input_field {
    min-height: 300px;
  }

  .dash_blocks {
    margin: 20px 0;
  }

  .date_range .d-flex {
    display: block !important;
  }
}

.toggle-section {
  --width: 60px;
  --height: 25px; 
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle-section input {
  display: none;
}

.toggle-section .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #ccc;
  transition: all 0.4s ease-in-out;
}

.toggle-section .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: calc(var(--height));
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle-section input:checked + .slider {
  background-color: #fd9835;
}

.toggle-section input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle-section .labels {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle-section .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 10px;
  color: #4d4d4d;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle-section .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 10px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle-section input:checked ~ .labels::after {
  opacity: 0;
}

.toggle-section input:checked ~ .labels::before {
  opacity: 1;
}

.filter-row select,
.filter-grid select,
.select_box select {
  appearance: none !important;
  background-image: url(https://cdn-icons-png.flaticon.com/512/2985/2985150.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 94%;
  padding-right: 50px !important;
}

.red {
  color: red;
}

.bordersection {
  border-bottom: 1px solid #fd9835;
}

.backBtn {
    height: 50px;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    background: #30303f;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.error {
  color: red;
}

.loginsection {
  min-width: 450px;
  min-height: 520px;
  padding: 15px;
  box-shadow: rgb(65, 74, 83) 0px 20px 30px -10px;
  border-radius: 10px;
  background: #adb6bf;
}

.labelactive {
  color: #14b514;
}

.labelinactive {
  color: #ff0021;
}

.tiptextcolor {
  color: #000 !important;
}

.sticeheader {
  text-align: center;
}

.sticeheader-content {
  background-color: #ffca6e;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
}

.coming-soon-box {
  border-radius: 0px 0px 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  color: #dcdcdc;
  margin: 60px auto;
  opacity: 1;
}

.col-md-2.select_box,
.col-md-4.select_box {
  flex: unset;
}

.loader-wrapper {
  position: fixed;
  inset: 0;
  background-color: #2d3040;
  /* brand dark bg */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-wrapper img {
  width: 220px;
  max-width: 80%;
}

.applyPromocodebtn {
  color: #fd7121;
  background: none;
}

.vehicle-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 16px;
    background: transparent;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

/* Image */
.vehiclecardimage {
    width: 120px;
    height: 100%;
    flex-shrink: 0;
    border: solid 1px;
    border-radius: 10px;
    padding: 0;
    object-fit: cover;
    overflow: hidden;
    padding: 10px;
     display: flex;
    justify-content: center;
    align-items: center;
   
}

.vehicle-img {
    width: 100%;
    height: auto;
        border-radius: 6px;
}

/* Info */
.vehicle-info {
  flex: 1;
  font-size: 15px;
  color: #333;
}

.vehicle-info div {
  margin-bottom:5px;
}

.vehicle-info span {
  color: #555;
  margin-right: 6px;
}

.vehicle-info b {
  font-weight: 600;
}

/* Edit icon */
.vehicle-card-edit {
  position: absolute;
  top: 15px;
  right: 15px;
}

.vehicle-card-edit img {
  width: 18px;
  opacity: 0.7;
}

.vehicle-card-edit img:hover {
  opacity: 1;
}

.review {
  border: solid 1px #a8a8a8;
  border-radius: 10px;
  padding: 10px;
}

.reviewvehicleouter {
  max-height: 300px;
  /* or whatever height */
  overflow-y: auto;
}

.reviewvehicleouter::-webkit-scrollbar {
  width: 8px;
}

.reviewvehicleouter::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track background */
  border-radius: 10px;
}

.reviewvehicleouter::-webkit-scrollbar-thumb {
  background: #ff6a2a;
  /* Scrollbar color */
  border-radius: 10px;
}

.reviewvehicleouter::-webkit-scrollbar-thumb:hover {
  background: #e85d1f;
  /* Darker on hover */
}

.datetime-box {
  border: solid 1px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  width: 135px;
}

.datetime-box.active {
  border-color: #e85d1f;
  color: #e85d1f;
  font-weight: bold;
}

.selected-date {
  display: flex;
  flex-direction: column;
  /* Put Mon and 15 in column */
  align-items: center;
  /* Center horizontally */
  color: #ff6a2a;
  /* Make text orange */
}

.selected-date small {
  font-size: 12px;
}

.selected-date b {
  font-size: 18px;
}

.pagination-buttons {
  display: flex;
  justify-content: right;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-pagination {
  background: #fd9835;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 25px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none !important;
  height: auto !important;
}

.btn-pagination:hover {
  background: #e5892e;
  color: #fff !important;
}

.btn-white {
  padding: 14px 10px;
  color: #fd9835 !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #fd9835;
  border-radius: 10px;
  opacity: 1;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  display: inline-block;
}
.form-check-input:checked {
  background-color: #fd7121;
  border-color: #fd7121;
}
.red{
  color:red;
}
.not-available{
  opacity: 0.4;
}
.radiocard {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}
.text-color-blue {
    color: #006FFF !important;
    text-decoration: underline !important;
}

label[for="users-entries-select"], label[for="fleet-entries-select"], label[for="business-entries-select"], label[for="scheduling-entries-select"], .length-dropdown-label {
    font-size: 15px !important;
        color: #666;
}
 

red{
    color: red;
}
 
.newlabel span.red {
    display: inline-block;
    margin-left: 4px;
}

 

table.dataTable {
   
    min-width: 100% !important;
}
.franchies-order-section .btn_bg {
    padding: 12px 10px; 
}
.tab_section .btn_bg {
    padding: 12px 10px;
    color: #fd9835 !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #fd9835;
    border-radius: 10px;
    opacity: 1;
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 50px;
}
.tab_section .select_box select {
    height: 50px;
}

.zipcode_checkbox_all {
    width: 18px;
    height: 18px;
}
.checkbox_item .zipcode_checkbox_input, .zipcode_checkbox_all {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #979796;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.checkbox_item .zipcode_checkbox_input:checked,
.zipcode_checkbox_all:checked {
  background-color: #fd9835;
  border-color: #fd9835;
}

.checkbox_item .zipcode_checkbox_input:checked::after,
.zipcode_checkbox_all:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
     left: 7px;
    top: 3px;
}

.checkbox_item {
  cursor: pointer;
}

.checkbox_item label {
  cursor: pointer;
}


.zipcode_checkbox_all:checked::after {
   left: 6px;
    top: 2px;
}

 .tab_section form .select_box select, .tab_section form .form-control {
    height: auto;
    padding: 12px 16px;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 36% !important;
    
}
.stripmessage {
    width: 70%;
    margin: 0 auto;
    padding: 4px 12px;
    font-size: 16px;
    margin-top: 20px !important;
}
.cms-select-box .select2-selection.select2-selection--multiple {
    border: 1px solid #fd9835 !important;
    min-height: 50px !important;
    padding: 6px;
    font-size: 16px;
    color: #414a53;
    font-weight: 600 !important;
    border-radius: 10px !important;
}
.cms-select-box .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fb77338f;
    border: 1px solid #fb7733;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.cms-select-box  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    
    border-right: 1px solid #e75f19 !important; 
    color: #000 !important; 
}
.cms-select-box  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cms-select-box  .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e75f19 1px;
    border-radius: 0;
    min-height: 50px;
}
.monthview {
    background: #505168;
    color: #fff !important;
    padding: 5px;
    position: absolute;
    left: 10px;
    top: 46px;
}
.date-box.active .monthview, .schedule-date-box.active .monthview {
    background-color: #ff6a2a !important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}