:root {
  --white-color: white;
  --dark-color: black;
  --light-blue-color: rgba(1, 98, 177, 1);
  --gray-color: rgba(104, 119, 138, 1);
  ;

  



}




body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}


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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

img {
  display: block;
  width: 100%;
}
a:hover {
  /* color: inherit; */
  text-decoration: none;
}
a {
  text-decoration: none;
}

/* .row{
display: flex !important;
flex-wrap: wrap !important;
} */
dl, 
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 0 !important;

}

.Delivere-btn{
  color: rgba(42, 179, 0, 1) !important;
  background: rgba(42, 179, 0, 0.1);
  transition: 5s ease;
}
.ongoing-btn{
  background: rgba(231, 119, 44, 0.1);
  color: rgba(231, 119, 44, 1) !important;
}
.pending-btn{
  background: rgba(242, 169, 1, 0.1);
  color: rgba(242, 169, 1, 1) !important;

}
.shipping-btn{
  background: rgba(34, 32, 81, 0.1);
  color: rgba(34, 32, 81, 1) !important;
}
.active-btn{
  color: rgba(0, 190, 0, 1);
  background: rgba(0, 190, 0, 0.1);

}
.block-btn{
  color:  rgba(255, 0, 0, 1);
  background: rgba(255, 0, 0, 0.1);
}
.block-btn:hover{
  color:  rgba(255, 0, 0, 1);
  background: rgba(255, 0, 0, 0.1);
}


.active-btn:hover{
  color: rgba(0, 190, 0, 1);
  background: rgba(0, 190, 0, 0.1);
}
.booked:hover{
  color: rgba(0, 0, 255, 1);
background-color:rgba(0, 0, 255, 0.1);
}
.en-route:hover{
  background: rgba(255, 165, 0, 0.1);
  color: rgba(255, 165, 0, 1);

}
.delivered-btn:hover{
  background: rgba(0, 190, 0, 0.1);
  color: rgba(0, 190, 0, 1);
}
.invoiced:hover{
  background: rgba(219, 185, 0, 0.1);
  color: rgba(219, 185, 0, 1);

}
.paid:hover{
  background: rgba(0, 206, 209, 0.1);
  color: rgba(0, 206, 209, 1);
}
.onhold:hover{
  background: rgba(255, 69, 0, 0.1);
  color: rgba(255, 69, 0, 1);

}
.cancelled:hover{
  background: rgba(255, 0, 0, 0.1);
  color: rgba(255, 0, 0, 1);

}
.custom-alert {
  position: fixed;
  top: 20px;
  right: 20px;
width: 300px;
  z-index: 1050;
  font-size: 0.875rem; /* Smaller font size */
}
.auto-hide {
  display: block;
}
.pad-section {
  /* padding: 100px 0px; */
  padding-top: 100px;
}

.display{
  display: none;
}
/* login screen  */
.login-bg{
  background-image: url(../imges/image\ 375.png);
  background-position:  center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.login-from{
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(1, 98, 177, 0.25);
padding: 30px 50px 10px 50px;
margin-left: auto;
margin-right:-100px ;
}


@media (max-width:1250px) {

  .login-from{
margin: auto;

  }
}
.logo{
  width: 70px;
height: 70px;
}
.logo-text{
  font-family: 'Lexend';
font-size: 20px;
font-weight: 700;

margin-left: 20px;
}
.login-head h3{
  text-align: start !important;
  padding: 20px 0px 0px 0px !important;
  font-family: 'Lexend';
font-size: 27px;
font-weight: 600;

}
.login-head p{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color:var(--gray-color);

}
.input-label{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
margin-bottom: 10px
}
.form-input{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 8px;
  padding: 15px 50px;
  background-color: rgba(250, 251, 254, 1);
color:var(--gray-color);
font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
-webkit-appearance: none;
}
.form-expiry-input{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 0px 0px 8px 8px;
  padding: 11px 10px;
  background-color: rgba(250, 251, 254, 1);
  margin-top: -5px;
}
.form-file{
  padding: 15px 10px !important;

}

/* .accordion-button::after {
  rotate: 90deg;
}
.accordion-button:not(.collapsed)::after {
  rotate: 90deg;
} */
input[type=file]::file-selector-button {
  border: none;
  padding: 5px 7px;
  border-radius: 5px;
  background: rgba(1, 98, 177, 0.1);
color: var(--light-blue-color);
  transition: 1s;
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
}

.form-file-input[type=file]::file-selector-button {
  display: none;
}
.form-file-input{
  color: white;
  width: 30px;
  padding: 15px  35px !important;
}
input[type=file]::file-selector-button:hover {
  background: rgba(1, 98, 177, 0.1);
  border: none;
}


.form-input::placeholder{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color:var(--gray-color);

}
.select-dropdowen,.form-expiry-input::placeholder{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color:var(--gray-color);

}


.select-dropdowen{
  appearance: none;

}
/* .select-dropdowen::before{
  content: url('../imges/chevron-right 3.png');
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  pointer-events: none;
} */



.input-option{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  color:var(--gray-color);
  background-color: transparent !important;
  padding: 10px 0px;
}
/* select.col-12.form-input option.input-option {
  background-color: #fff;
  color: #a31717;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
} */

.input-container {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 71%;
  transform: translateY(-50%);
  font-size: 20px;
color:var(--gray-color);
  height: 24px;
  width: 24px;
}
.inputeye-icon{
  position: absolute;
  right: 10px;
  top: 71%;
  transform: translateY(-50%);
  font-size: 20px;
color:var(--gray-color);
  height: 24px;
  width: 24px;
}
.input-end-text{
  position: absolute;
  right: 10px;
  top: 71%;
  transform: translateY(-50%);
  font-size: 15px;
color:var(--gray-color);
font-weight: 400;

}
.form-group input:focus,
.form-group select:focus {
  outline: none;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.checkbox-container input{
  display: none;
  

}

.checkbox-container span {
  background:#d9dee4;
  padding: 10px;
  display: inline;
  border-radius: 5px;
  font-weight: 500;
  
}

.checkbox-container input:checked + span{background-color: var(--light-blue-color); color: white;}
.checkboxbox{
  position: absolute;
  right: 22px;
  top: 45%;
}
.accordion-item {
   background-color: transparent; 
   border:none; 
}
.accordion-button:not(.collapsed) {
   background-color:transparent; 
   box-shadow: none; 
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  -webkit-transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: rgba(1, 98, 177, 1);

  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);}
.switch-input:checked ~ .switch-handle {
  left: 35px;
}
.form-submit-input{
  background-color: var(--light-blue-color);
  color: var(--white-color);font-family: 'Lexend';
  font-size: 16px;
  font-weight: 500;
  
}
.last-text{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color:var(--gray-color);

}
.last-text a{
  color:  rgba(6, 90, 216, 1);
  
}
.last-text a:hover{
  color:  rgba(6, 90, 216, 1);
}
.copayright {
  font-family: 'Lexend';
font-size: 15px;
font-weight: 600;

}

/* dashboard  */
.sidebar-line{
  border-right: 1px solid rgba(223, 229, 234, 1);

}
.sidebar{
  padding: 40px 30px;
}
.sidebar-line {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.dashboard-logo{
width: 200px;
margin-left: 20px;
}
.sidebar-menu h4{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
margin-top: 50px;

}
.sidebar-menu ul li{
  list-style: none;
}
.sidebar-list{
  font-family: 'Lexend' !important;
font-size: 15px !important;
font-weight: 400 !important;
/* background-color: var(--light-blue-color) !important; */
padding: 13px 0px 3px 13px  !important;
border-radius: 10px !important;
margin-bottom: 14px  !important;
display: flex !important;
color:var(--gray-color) ;


}
.dash-arrow{
  width: 2%; height: 20px;
}
.sidbaractive{
  background-color: var(--light-blue-color);
  border-radius: 10px;
  color: var(--white-color) !important;
  padding-top: 4px;

}
#exampleModal .modal-dialog {
  position: absolute;
  left: calc(330px + 40px); /* Adjust according to your sidebar width */
  top: 20px;
  max-width: 280px; /* Adjust width as needed */
}
.from-img img{
  height: 45px; width: 45px; border-radius: 50%;
}
.headerdailog{
  float: left;
}
.read-dot{
  width: 10px; height: 10px; background: rgba(1, 98, 177, 1);
  border-radius: 50%;
}
/* .modal-backdrop {
  left: 340px;
  right: 0;
  width: calc(100% - 340px); 
} */
.headermodal{
  width: 210%; height:90vh;
}
.sidbaractive .Notification-number{
background-color: var(--white-color);
color: var(--light-blue-color);
}
.sidbaractive a{
  color: var(--white-color);
}
.sidbaractive a:hover{
  color: var(--white-color);
}
.sidebar-list:hover{
  color:var(--gray-color);

}
.sidbar-icon{
font-size: 25px;
margin-top: -6px;
margin-left: 12px;
color: var(--gray-color);
}
.sidebar .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-color);
  /* transition: var(--trans-04); */
  white-space: unset;
  opacity: 1;
}

.sidebar .image {
  min-width: 60px;
  display: flex;
  align-items: center;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  width: 295px;
  background: rgba(250, 251, 254, 1);
  padding: 10px 14px;
  transition: var(--trans-02);
  border-right: 1px solid  rgba(223, 229, 234, 1);
}

.sidebar header {
  position: relative;
}
.sidebar .image-text img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.sidebar header .image-text {
  display: flex;
  align-items: center;
}


.header .image-text .header-text {
  display: flex;
  flex-direction: column;
}

.header-text .main {
  font-weight: 600;
}

.header-text .sub {
  margin-top: -2px;
}

.sidebar header .toggle {
  position: absolute;
  top: 138%;
  right: -28px;
  transform: translateY(-50%) rotate(180deg);
  height: 25px;
  width: 25px;
  border: 1px solid var(--gray-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--light-blue-color);
  font-size: 22px;
}

.sidebar li {
  height: 50px;
  /* background-color: red; */
  margin-top: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}

.sidebar li .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  font-size: 20px;
}
.sidebar li .icons,
.sidebar li .text {
  transition: var(--trans-03);
}

.sidebar .search-bar input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-radius: 6px;
  background-color: var(--primary-color-light);
}
.sidebar .search-bar {
  background-color: var(--primary-color-light);
}

.sidebar li a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-right: 50px;
  border-radius: 6px;
  transition: var(--trans-04);
  text-align: left;
}




.sidebar .menu-bar {
  height: 100%;
  height: calc(100% - 259px);
  display: flex;
  flex-direction: column;
  overflow: auto  ;
  scrollbar-color: rgba(1, 98, 177, 1) rgba(1, 98, 177, 0.1);
  scrollbar-width: thin;
}

.menu-bar .mode i {
  position: absolute;
  transition: var(--trans-03);
}

.menu-bar .mode i.sun {
  opacity: 0;
}
body.dark .menu-bar .mode i.sun {
  opacity: 1;
}
body.dark .menu-bar .mode i.moon {
  opacity: 0;
}
.menu-bar .mode .toggle-switch {
  position: absolute;
  /* left: 0; */
  right: -10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  background: var(--primary-color-light);

  /* background: red; */
  cursor: pointer;
}

.toggle-switch .switch {
  position: relative;
  height: 22px;
  width: 44px;
  background-color: var(--toggle-color);
  border-radius: 25px;
}

.switch::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: var(--sidebar-color);
}





.sidebar.close {
  width: 78px;
}

.sidebar.close .text {
  
  display: none !important;
}
.dashboard-width{
  width: 82%;
}

/* .dashboard-width{
  padding-left: 35px ;
} */
.sidebar.close .toggle {
  transform: translateY(-50%);
}
.widthdispay{
  width: 91% !important;
  margin-left: 7rem !important;

}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: 10px 10px white !important;
}
.accordion-button::after {
  background-image:url('../imges/Right\ Arrow.png') !important ;
}
.animated-marker {
  position: relative;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../imges/2554978.png'); /* Replace with your bike icon */
}

.bike-marker {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: none !important;
}
.Notification-number{
  background-color: var(--light-blue-color);
  border-radius: 10px;
  color: var(--white-color);
  display: inline;
  width: 25px;
margin-right: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;

}
.security{
  border-top: 1px solid rgba(223, 229, 234, 1);
}
.security img{
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.security h6{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
text-align: start;

}
.security p{
  font-family: 'Lexend';
  font-size: 13px;
  font-weight: 400;
  color:var(--gray-color);
  text-align: start;
}
.log-out img{
  width: 22px;
  height: 22px;
}
.log-out a{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  color: var(--dark-color);
  height: 23px;
}

.log-out {
  background: rgba(255, 0, 0, 0.1) !important;
border-radius: 7px;
padding: 13px 0px;
}


.bottom-content {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 295px;
  padding: 0px 16px;
  border-top: 1px solid rgba(223, 229, 234, 1);
  border-right: 1px solid rgba(223, 229, 234, 1);
  margin-top: 24px;
  background-color: white;
  height: 176px;
  padding-top: 28px;
}

.bottom-content.close {
  width: 78px;
}
.bottom-content li.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.log-out {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.toggle-switch {
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;

}



.dashboard-title{
  font-family: 'Lexend';
font-size: 25px;
font-weight: 500;
}
.creat-order{
  background-color: var(--light-blue-color);
  border-radius: 10px;
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: var(--white-color);
padding:12px 23px;
display: inline-flex;
align-items: center;
}
.creat-order:hover{
  color: var(--white-color);
}
.orders,.order-history{
  border: 1px solid  rgba(223, 229, 234, 1);
  padding: 20px;
  border-radius: 20px;
}
.orders h3{
  font-family: 'Lexend';
font-size: 18px;
font-weight: 500;
color: var(--gray-color);
}
.orders h4{
  font-family: 'Lexend';
font-size: 25px;
font-weight: 500;
margin: 10px 0px;

}
.orders h5{
  border-radius: 5px;
  font-family: 'Lexend';
font-size: 13px;
font-weight: 400;
height: 30px;

}
.orders p{
  
  font-family: 'Lexend';
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  
}
.ongoing-order{
  border: 1px solid  rgba(223, 229, 234, 1);
  border-radius: 10px;
  padding: 20px 30px;
  height: 437px;
}
.overflow-hight{
  height: 90%;

}
.order-head h4{
  font-family: 'Lexend';
font-size: 18px;
font-weight: 500;

}
.order-head span{
  color: var(--gray-color);
}
.trip-totle{
  background: rgba(1, 98, 177, 0.1);
  padding: 6px 15px 7px 15px;
  border-radius: 5px ;
  font-family: 'Lexend';
font-size: 18px !important;
font-weight: 500 !important;
color:  rgba(1, 98, 177, 1);
margin-top: 0px !important;


}
.filter-order{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
border: 1px solid rgba(223, 229, 234, 1);
border-radius: 7px;
padding:9px 8px;
}
.ri-sound-module-line{
  margin-right: 13px;
}
.order-item{
  border: 1px solid  rgba(223, 229, 234, 1);
  border-radius: 10px;
  width: 98%;
}
.order-item p{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color: var(--gray-color);
margin-top: 16px;
}
.order-item i{
  background-color: var(--light-blue-color);
  border-radius: 5px;
  color: var(--white-color);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.order-item h5{
  font-family: 'Lexend';
font-size: 20px;
font-weight: 600;
margin-top: -9px;

}
.order-location img{
  width: 20px;
  height: 20px;
}
.order-location p{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
margin-left: 10px;
color: var(--dark-color);

}
.history-head h5{
  font-family: 'Lexend';
  font-size: 18px;
  font-weight: 500;
  
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: transparent;
  color: var(--bs-table-hover-color);
}
.table {
  border: 1px solid  rgba(223, 229, 234, 1);
}
.history-th{
padding: 20px !important;
font-family: 'Lexend';
font-size: 16px;
font-weight: 500;
box-shadow: none;
text-align: center;

}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  font-family: 'Lexend';
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  --bs-table-accent-bg: : transparent;
  border-bottom: 1px solid rgba(223, 229, 234, 1) !important;

  text-align: center;
}

.table-striped>tbody>tr:nth-of-type(even)>* {

 background-color:  rgba(250, 250, 250, 1);
  font-family: 'Lexend';
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(223, 229, 234, 1) !important;

  font-weight: 400;
  color: var(--gray-color);
}
.history-td>tr>td {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.driver-td>tr>td{
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.dataTables_length,.dataTables_info{
  display: none;
}
.dataTables_wrapper {
  position: static !important;
  /* clear: both; */
  zoom: 1;
}
.dataTables_filter{
  display: none;
}

.dataTables_filter::before {
  content: "\f002"; 
  font-family: FontAwesome;
  position: absolute;
  left: 18px;
  top: 70%;
  transform: translateY(-50%);
  font-size: 16px;
  color:  rgba(104, 119, 138, 1);
}
.dataTables_filter input {
  border: 1px solid rgba(223, 229, 234, 1) !important;
  border-radius: 8px !important;
  padding: 11px  35px!important;
  width: 100%;
  background-color: rgba(250, 251, 254, 1) !important;
 
}
.dataTables_filter input:focus {
  outline: none !important; 
}
.dataTables_filter label  {
color: white;
}

table.dataTable thead .sorting {
  background-image: none !important;
}
table.dataTable thead .sorting_asc {
  background-image: none !important;

}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(223, 229, 234, 1) !important;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid rgba(223, 229, 234, 1) !important;

}
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
  padding-top: 2.25em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
 
  border: none !important;
  background: var(--light-blue-color) !important;
  border-radius: 5px !important;
  color: var(--white-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
 
  border: none !important;
  background: var(--light-blue-color) !important;
  border-radius: 5px !important;
  color: var(--white-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid  rgba(223, 229, 234, 1) !important;
  background: var(--white-color) !important;
  border-radius: 5px !important;
  color: var(--gray-color) !important;
  margin: 0px 10px;

}
.table-responsive {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch; /* Optional: Enables smooth scrolling on iOS */
}
.Delivered-btn{
font-family: 'Lexend' ;
font-size: 15px ;
font-weight: 400 ;
padding: 10px 20px ;
border-radius: 6px ;
}
/* garph */
.chart h5{
  font-family: 'Lexend';
font-size: 16px;
font-weight: 500;

}
.chart p{
  font-family: 'Lexend';
font-size: 14px;
font-weight: 600;
margin-right: 7px;
margin-bottom: 0px !important;

}
.mapround{
  border-radius: 50px;
  width: 15px;
  height: 15px;
  align-items: center;
  display: flex;
  margin-right: 5px;
}

/* creat order page */
.back-btn{
  color: var(--dark-color);
  border-radius: 10px;
  border: 1px solid rgba(223, 229, 234, 1);
  padding: 15px 20px;
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
}
.form-box{
  border: 1px solid var(--Stroke, rgba(223, 229, 234, 1));
  padding: 20px;
  border-radius: 10px;
}
.map-details{
  background-color: var(--white-color);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 20px 40px;
width: 95%;
margin: auto;
}
.map-details i{
  font-size: 25px;
  color: var(--light-blue-color);
  margin-right: 10px;
}
.map-details h6{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: black;

}
.map-details p{
  font-family: 'Lexend';
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-color);
  
}
.road-map{
  position: relative;
}
.botoom-box{
background-color: var(--white-color);
border-radius: 10px;
padding: 10px ;
margin-bottom: 8px;
width:47px ;
height:  50px !important;
}
.map-grey-box{
  background: rgba(217, 217, 217, 1);
  height: 30px;
  width: 30px;
  border-radius: 4px;
}
.botoom-box h6{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;

}
.map-botoom{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.map-display{
  position: absolute;
  right:2px;
  bottom: 61px;
}
.selected-order-item {
  border: 1px solid  rgba(1, 98, 177, 1);
}
/* driver page  */
.driver-license h4{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 500;
color: var(--dark-color);
margin-bottom: 10px;
  
}
.License-head{
  font-family: 'Lexend';
font-size: 20px;
font-weight: 600;
color: var(--dark-color);

}
/* Vehical Page  */
.vehical-btn{
  border: 1px solid rgba(223, 229, 234, 1);
  background: rgba(250, 251, 254, 1);
  border-radius: 10px;
  padding: 8px;

}
.vehical-btn a{
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  line-height: 21.25px;
  color: var(--dark-color);
  Padding:10px ;
  text-align: center;
}
.vehical-btn img{
  width: 20px;
  height: 20px;
}
.action-btn{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 5px;
  position: absolute;
  top: 16px;
  left: -156px;
  background-color: var(--white-color);
  text-align: justify;
  width: 158px;
  z-index: 1;
  padding: 10px;
}
.action-doc-btn{
  border: 1px solid rgba(223, 229, 234, 1);
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 19px;
  left: 58px;
  background-color: var(--white-color);
  text-align: justify;
  width: 170px;
  z-index: 1;
}
.action-btn a{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
color: var(--dark-color);

}
.action-btn i{
  font-family: 'Lexend';
font-size: 18px;
font-weight: 400;
color: var(--light-blue-color);

}



.action-doc-btn a{
  font-family: 'Lexend'; 
font-size: 15px;
font-weight: 400;
color: var(--dark-color);

}
.action-doc-btn i{
  font-family: 'Lexend';
font-size: 18px;
font-weight: 400;
color: var(--light-blue-color);

}
.archive-box{

border: 1px solid rgba(223, 229, 234, 1);

border-radius: 5px;
padding: 10px;
color: var(--light-blue-color);
}
.modal-title{
  font-family: 'Lexend';
font-size: 20px;
font-weight: 600;

}
.btn-close{
  border: 1px solid rgba(223, 229, 234, 1);
  margin-right: 20px !important;
  color: black;
  opacity: 1 !important;
}
.truck-details h6{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: var(--dark-color);
}
.truck-details p{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  color: rgba(152, 152, 152, 1);
  background: rgba(247, 247, 247, 1);
border-radius: 7px;
padding: 15px;
  
}
.vehicle-doc{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 5px;
  background: rgba(250, 251, 254, 1);
padding: 10px ;
}
.expiry-date{
  background: rgba(250, 251, 254, 1) !important;
color: var(--dark-color) !important;
  border-radius: 0px 0px 8px 8px !important;
  margin-top: -3px !important;
}
.modal-body {
  padding: 30px !important;
}
.docview  {
  font-size: 18px !important;
}
.owl-carousel .owl-item img {
  display: block;
  width:20px;
}
.item {
  background-color: transparent !important;
  padding: 30px;
  text-align: start !important;
  margin: 0px 0px 30px 0px!important;
}
.order-item {
  background-color: rgba(250, 251, 254, 1) !important;
}
.order-item h6{
  font-family: 'Lexend';
font-size: 16px;
font-weight: 500;
line-height: 18.75px;
text-align: left;
color: var(--dark-color);
}
.cancel-text{
  font-family: 'Lexend';
font-size: 17px;
font-weight: 700;

}
.cancel-btn{
  border-radius: 7px;
  padding: 10px 30px;
  background:  rgba(1, 98, 177, 1);
color: white;
font-family: 'Lexend';
font-size: 16px;
font-weight: 500;

}
.tripcancel{
  background-color: transparent !important;
  color: var(--light-blue-color);
  border: 1px solid  rgba(1, 98, 177, 1);
}
.arrow{
 width: 3% !important; 
 height: 23px !important;
}
 .driver-tabel{
  border: 1px solid  rgba(223, 229, 234, 1);
  border-radius: 10px;
  padding: 20px;
 }
 .driver-text{
  font-family: 'Lexend';
font-size: 18px;
font-weight: 500;
 }
 .doted-line{
  border-top: 2px dashed var(--Stroke, rgba(223, 229, 234, 1))

 }
 #driver-id{
  font-family: 'Lexend';
font-size: 20px;
font-weight: 600;

 }
.chat-btn{
  width: 209px;
height: 45px;
padding: 12px 0px 12px 12px;
border-radius: 5px ;
background: var(--Primary, rgba(1, 98, 177, 1));
font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: var(--white-color);
 }
 .fa-message,.invoicedownloadicone{
  padding: 12px ;
border-radius:0px  5px 5px 0px;

  background: rgba(0, 86, 156, 1);

 }
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:  rgba(1, 98, 177, 1) !important;

  background-color: var(--bs-nav-tabs-link-active-bg);
  border-bottom: 1px solid  rgba(1, 98, 177, 1) !important;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}
.nav-tabs {
  border-bottom:none !important;
  box-shadow: 7px 3px 13px -5px rgba(0, 0, 0, 0.1);;

}
.nav-link{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: rgba(104, 119, 138, 1);
padding-top: 8px !important;
/* margin-right: 30px !important; */
margin-bottom: 3px;
}


/* map css  */
#driver-name p{
  margin-bottom: 0px;
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
line-height: 18.75px;
text-align: left;
color: var(--dark-color);
}
.documents-tab{
  background: rgba(240, 240, 240, 1);
border-radius: 8px;
padding: 5px;
display: inline-flex;
}
.doc-btn .active{
  background: rgba(1, 98, 177, 1) !important;
border-radius: 5px !important;
padding: 10px !important;
margin: 0px 5px !important;
}
.dox-text{
  border-radius: 5px !important;
padding: 10px !important;
margin: 0px 5px !important;
}
.nav-link:hover {
  isolation: isolate;
  border-color: transparent !important;
}
.tenderimg{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 8px;
  width: 120px;
    height: 120px;
  background-color: rgba(250, 251, 254, 1);
  color: var(--gray-color);
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  display: flex;
}
.dropdown-item:hover {
  color: var(--dark-color);
  background-color: transparent;
}
.show-parent {
  display: block; /* or any other styles you want */
}

/* CSS for hiding the parent div */
.hide-parent {
  display: none;
}

.truckimg {
  display: grid;
  place-items: center; /* Centering both horizontally and vertically */
  height: 100vh; /* Full viewport height */
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color:#ffffffa8;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.loader  img{
  width: 120px;
  height: 120px;
  background-color: transparent;
  margin: auto;
}
#messageArea{
  padding: 13px ;
  overflow-y: auto;
  height: 75vh;
   scrollbar-color: rgba(1, 98, 177, 1) rgba(1, 98, 177, 0.1);
                scrollbar-width: thin;
}


.chat-message-container {
  border-bottom: 1.5px dashed  rgba(223, 229, 234, 1);
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.chat-user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.chat-user-name, .chat-receiver-name {
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 500;
  line-height: 18.75px;
  
}

/* .chat-receiver-name {
  color: #007bff; 
} */

.chat-message-time {
  font-family: 'Lexend';
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  color: rgba(104, 119, 138, 1);

  
}

.chat-message-content {
  font-family: 'Lexend';
font-size: 14px;
font-weight: 400;
color: rgba(104, 119, 138, 1);
margin-bottom: 0px !important;
  margin-top: 5px;
  /* padding-left: 10px; */
   /* Adjust this padding based on the size of the user image */
}
.chat-message-right {
text-align: end;
}

.chat-message-left {
  align-self: flex-start;
}
.chat-attachment{
  border: 2px solid #bebebe;
  width:100px;
  margin-top: 10px;
  border-radius: 10px;
  height: 103px;
  object-fit: scale-down;
}
.chat-message-right .chat-attachment {
  align-self: flex-end; /* Align image to the right */
}

.chat-message-left .chat-attachment {
  align-self: flex-start; /* Align image to the left */
}
.edit-stop{
  background: var(--Primary, rgba(1, 98, 177, 1));
color: var(--white-color);
font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
padding:10px;
border-radius: 50% ;

}
.stopbox{
  border: 1px solid var(--Stroke, rgba(223, 229, 234, 1));
  background: rgba(253, 253, 253, 1);
border-radius: 5px;
padding: 20px;
width: 98%;
}
.stopbox h6{
  font-family: 'Lexend';
font-size: 17px;
font-weight: 500; 
color: var(--dark-color);
}
.stopdetails{
border-bottom: 2px dashed  rgba(223, 229, 234, 1);

}
.stopdetails p{
  font-family: 'Lexend';
font-size: 14px;
font-weight: 400;
line-height: 17.5px;
text-align: left;
color: rgba(104, 119, 138, 1);
margin-bottom: 5px;

}
.stopdetails h6{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 500;
color: var(--dark-color);
padding-bottom:20px;

}
.fixed-bottom {
  position: fixed;
  right: 90px;
  bottom: 25px;
  left: 0;
  z-index: 1030;
  margin-bottom: 10px;
}
.invoiceadd{
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px;
  width: 80% !important;
}
.proofbox h6{
  font-family: 'Lexend';font-size: 15px;font-weight: 500;color: var(--dark-color);
  text-align: start;
}

 /* Hide the default checkbox */
.inputcheckbox {
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background-color: #fff;
}
.proofimges{
  width: -webkit-fill-available;
  height: 160px;
  top: 295px;left: 10px;gap: 0px;border-radius: 5px;opacity: 0px;
  margin-top: 20px;
}

.proofbox{
  margin-top: 15px;
}
.invoice-download-btn {
  padding: 15px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);

}
.invoice-img img{
  height: auto;
  object-fit: contain;
  width: 200px;
  margin-left: 20px;
}
.invoice-img img:first-of-type {
  height: auto;
  object-fit: contain;
  width: -webkit-fill-available;
}
.invoice-img{
  width: 450px;
  margin: auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: rgba(1, 98, 177, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
  border: 1px solid rgba(223, 229, 234, 1)
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.client-color{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
}
.tenderimg{
  overflow: hidden;
}
.doctab{
 overflow: auto;
 scrollbar-color: rgba(1, 98, 177, 1) rgba(1, 98, 177, 0.1);
 scrollbar-width: thin;
}
.expensemodal{
  border: 1px solid  rgba(223, 229, 234, 1);
  border-radius: 10px;
  padding: 15px;

}
.expensemodal p{
  font-family: 'Lexend';font-size: 16px;font-weight: 400;
}


/* message  */
.chatlist{
  border-right: 1px solid rgba(223, 229, 234, 1);
  height:96vh;
}
.logindetails h6{
  font-family: 'Lexend';
  font-size: 17px;
  font-weight: 500;
color: var(--dark-color);
}
.logindetails p{
  font-family: 'Lexend';font-size: 15px;font-weight: 400;
  color: rgba(104, 119, 138, 1);
}
.chattime{
  font-family: 'Lexend';
  font-size: 13px;
  font-weight: 500;
  color: rgba(104, 119, 138, 1);
  
}
.activedot{
  width: 10px;height: 10px;
  border-radius: 50%;
  background:  rgba(1, 98, 177, 1);
}
.chatfilter{
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 600;
}
.chat-users{
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 5px;
  padding: 15px 15px ;
  margin-bottom: 20px;
}
.routarrow{
  width: 3%; height: 32px;
}


/* supoort bg  */

/* login screen  */
.support-bg{
  background-image: url(../imges/image\ 375.png);
  background-position:  center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  font-family: 'Lexend';
  padding:40px;

}
.support-card{
  margin: auto;
  width: 80%;
  height: auto;
  border: 1px solid #8e97eb5c;
  border-radius: 30px;
  background-color:#cbcbcbe3;
}
.support-title{
  font-size: 55px;
}
.support-text{
  font-size: 19px;
}