@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

.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;
}

.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: #ffb304;
}

.bg-menu-theme .menu-item.active > .menu-link{
  color: #fff;
}

/*==============================
      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 {
  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: #e1a42b !important;
  border-color: #e1a42b !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: 15px;
}

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

.filter_singbox input.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: #f0d158;
}

.details-info h5 {
  color: #f0d158;
  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: #eabe49;
}
.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: #eabe49;
  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 #eabe49;
}
.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 #eabe49;
}

.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: #eabe49;
  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: #eabe49;
}

.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;
}
.navbar-search-wrapper.search-input-wrapper {
  position: absolute;
  left: 11px;
  height: 100%;
  width: 70%;
  background: transparent;
}

/*=========================================
        Theme Color Changes
==========================================*/
.btn-primary {
  color: #fff;
  background-color: #ffb304;";
  border-color: #ffb304;
}

a {
  color: #fe9d2b;
}

.authentication-inner {
  border: 1.2px solid #ffb304;
  border-radius: 10px;
}

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

.form-floating-outline .form-control:focus,
.form-floating-outline .form-select:focus {
  border-color: #ffb304 !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:focus:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
  color: #ffb304;
}


.app-brand-logo img{
  width: 150px;
}
.astrict_sign{
  color:red;
}

.bold-header {
  font-weight: bold;
}
/* ------------------- */
