* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(
    .layout-menu-fixed-offcanvas
  )
  .layout-menu
  .app-brand
  .layout-menu-toggle {
  opacity: 1;
}

span.app-brand-logo.demo img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}

.layout-menu-collapsed span.app-brand-logo.demo img {
  width: 45px;
  height: 35px;
}

.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: #fddf7f61;
}

/*==============================
      Dashboard Page
===============================*/
.head_title {
  font-size: 16px;
}

.outgoing_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.outmov_box .avatar-md {
  width: 2rem;
  height: 2rem;
}

.login_count .table > thead {
  vertical-align: middle;
}

.time_framebox {
  max-height: 210px;
}

.assign_card {
  background: #f9f9f9;
}

.login_count .table > :not(caption) > * > * {
  padding: 0.65rem 0.95rem;
}

.login_count .card {
  min-height: 410px;
}

.trip_revenue .card {
  min-height: 475px;
}

/*==============================
        Login Page
===============================*/
.login_body {
  height: 100vh;
  overflow-y: hidden;
}

.form-control,.input-group span {
    font-size: 0.9rem;
    margin: 0 0 15px;
    height: 45px;
  }

textarea.form-control {
  height: auto;
}

.form-check-label {
  font-size: 13px;
}
/* upload img btn */
.single_login.form_group {
  margin-bottom: 10px;
}

.upload-photo {
  position: relative;
}

.upload-photo input {
  display: block;
  position: absolute;
  height: 45px;
  width: 100%;
  opacity: 0;
}

.upload-photo label {
  margin: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 15px;
  color: #494949;
  cursor: pointer;
  background: rgb(254 243 206 / 50%);
  gap: 12px;
}

.imgupload_box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.imgupload_btn {
  width: 50%;
}

.img-uploadbox img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #252525;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #bc6626 !important;
  border-color: #bc6626 !important;
}

.button_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.user_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user_img {
  width: 40px;
  border: 1px solid #222;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.user_list table tr td p {
  font-size: 14px;
}

.user_list table tr td p span {
  font-size: 12px;
}

.btn_action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_action .dropdown-toggle::after {
  display: none;
}

.btn_action .dropdown-toggle {
  background: transparent;
  border: none;
}

.btn_action .dropdown-item {
  font-size: 13px;
}
.btn_action .dropdown-item span {
  padding-right: 10px;
}

.filter_header {
  padding: 10px;
}

.filter_box {
  display: flex;
  align-items: center;
  gap: 5px;
}


.filterb_right {
    display: flex;
}
.filter_box h4 {
  font-size: 0.9rem;
}

.filter_singbox input.form-control, .filter_singbox select.form-control{
  height: 35px;
  margin: 5px 0;
  font-size: 13px;
}

.filter_singbox {
  font-size: 12px;
  padding: 6px;
}
.user_list table tr td p.location_para span {
  font-size: 14px;
  padding-right: 5px;
}

.booking_details li {
  display: flex;
  justify-content: space-between;
}

.booking_details {
  width: 50%;
  margin: 30px auto;
}

.car_img img {
  width: 285px;
  height: 195px;
  border-radius: 10px;
  margin-bottom: 25px;
  object-fit: cover;
}

.login_sec .form-control {
  margin-bottom: 0;
}

.filter_searchbtn {
  margin-top: 16px;
}

.details-info .booking_details {
  margin: 30px 0;
  width: 80%;
}


.details-info .booking_details li{
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
}

.details-info .booking_details li span {
  color: #c4ad5f;
}

.details-info  h5 {
  color: #a78f3e;
  font-size: 20px;
}

.license_card {
  display: flex;
  gap:20px;
  margin: 18px 0 10px;
}

.license_cbox  img{
  border: 1px solid #333;
  width: 360px;
  height: 190px;
  object-fit: cover;
  border-radius: 5px;
}


.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 55px;
}
.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.track .step.done:before {
  background: #E88439;
}
.track .step.active:before {
  background: #F2CE7B;
}
.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.track .step.done .icon {
  background: #E88439;
  color: #fff;
}
.track .step.active .icon {
  background: #F2CE7B;
  color: #fff;
}

.track .step .icon{
color: #848594;
}
.track .icon {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #ddd;
}
.track .step.active .text {
  font-weight: 400;
  color: #000;
}
.track .text {
  display: block;
  margin-top: 7px;
}

.track .icon a{
  color: #858695;
}

.active .icon a , .done .icon a {
color: #fff;
}

.status_arrow::after{
  content: "";
  position: absolute;
  /* right: -20px; */
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ddd;
  z-index: 9;
}

.track .step.done::after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #E88439;
}
.track .step.active::after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #F2CE7B;
}

.reqb_head {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}

.reqb_img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #e88439;
}

.reqb_img{
  position: relative;
}
.reqb_img .reqbi_rating{
  position: absolute;
}

.requbox {
  border: 1px solid #939393;
  padding: 15px;
  margin: 14px auto 30px;
  width: 400px;
  border-radius: 5px;
  min-height: 400px;
}

.reqb_body {
  padding: 20px 0 0;
  text-align: center;
}

.details-info.reqb_body .booking_details{
  width: 100%;

}

.reqb_name h4 {
  font-size: 20px;
  line-height: 35px;
}

.reqb_name p {
  font-size: 14px;
}

.requestor_single h3 {
  text-align: center;
  margin-bottom: 5px;
}

.not_assign {
  margin: auto;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.not_assign  img{
  width: 120px;
}



.reqb_img .reqbi_rating {
  position: absolute;
  bottom: -7px;
  width: 44px;
  background: #e88439;
  text-align: center;
  color: #f8f8f8;
  left: 30%;
  padding: 3px;
  border-radius: 8px;
}

.reqb_img .reqbi_rating p{
  margin: 0;
  font-size: 11px;
}

.location_map iframe{
  width: 100%;
}

/* location status */
.distance-track {
  margin-top: 2rem;
  padding: 0 10px;

}
.distance-track-step {
  display: flex;
  height: 8rem;
}


.distance-track-status {
  margin-right: 2rem;
  position: relative;
  margin-top: 10px;
}

.distance-track-status-dot{
  position: relative;
}

.distance-track-status-dot::before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #FCBF00;
  position: absolute;
  z-index: 9;
}
.distance-track-status-dot::after {
  position: absolute;
  content: '';
  margin: 0 auto;
  width: 2px;
  height: 8rem;
  background: linear-gradient(183deg, #ffc100, #d26d22);
  left: 6px;
}

.distance-track-step:last-child .distance-track-status-dot:last-of-type::after  {
  display: none;
}

.distance-track-step:last-child  .distance-track-status-dot:last-of-type::before{
background: #d26d22;
}

.distance-track-text-stat {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #030303;
}
.distance-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}

.distance_box {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.location_map {
  padding: 40px 0;
}

p.from_txt {
  color: #FCBF00;
}

p.to_txt {
  color: #E88439;
}

.servicebox h3 {
  font-size: 18px;
  color: #000;
}

.payment_details {
  padding: 20px 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 500px);
  place-content: center;
}

.payment_details  li {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.payment_details  li span{
  color: #c4ad5f;
}

.multiple_img {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* .err_message {
  position: absolute;
  bottom: 0;
}

.form_dgroup{
  position: relative;
  padding-bottom: 25px;

} */

 .menu-sub .menu-item  a div{
    font-size: 14px;
}


 .menu-sub .menu-item  a.menu-link{
    align-items: flex-start;
}

.menu-icon::before{
    font-size: 1.3rem;
}


 .menu-sub .menu-item  a.menu-link
.menu-icon::before{
    font-size: 1rem;
    padding-right: 4px;
}

/* select 2 design */
span.select2,div.selectize-input {
  font-size: 0.9rem;
  margin: 0 0 15px;
  height: 45px;
  display: flex;
  width: 100%;
  padding: 0.5rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.47;
  color: #636578;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d8dd;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  align-items: center;
}

.select2-container--default .select2-selection--single{
  border: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
  top: 19%!important;
}

span.selection {
  width: 100%;
}

.tradelic_box {
  padding: 10px;
  border: 1px solid #d8d8dd;
  margin: 15px 30px 15px 10px;
  border-radius: 8px;
  width: 98%;
}

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


.tradelic_boxsec  .license_cbox img {
  width: 300px;
  height: 100px;
  object-fit: cover;
}

.tradelic_box .single_login.form_group {
  margin-bottom: 17px;
}

.err_message {
  font-size: 13px;
}

.tradelic_boxsec  .license_cbox.cispaimg img {
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.filterb_left {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.filter_searchbtn a.btn.btn-primary {
    font-size: 12px;
    padding: 10px 14px;
}
