@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  background-size: 100% 200%;
  color: #000000;
  min-height: 100vh;
  overflow-x: hidden;
  margin-bottom: 110px !important;
}

ol,
ul {
  padding: 0 !important;
}

button:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

input:focus, select:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
button.dropdown-toggle {
  border: none;
  background: transparent;
}
.dropstart .dropdown-toggle::before{
  display: none;
}
ul.dropdown-menu.show {
  transform: translate3d(-12px, 50px, 0px) !important;
  border: 0;
  box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
  padding: 10px 0 !important;
}
ul.dropdown-menu.show i {
  color: #f88a05;
}
header {
    padding-bottom: 92px;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #eb860a;
  border-color: var(--bs-btn-active-border-color);
}

.login-logo img {
  width: 190px;
}

.login-logo {
  text-align: center;
  padding-top: 105px;
  padding-bottom: 90px;
  background: linear-gradient(94deg, rgb(196 52 56 / 15%) 0%, rgb(250 238 239) 30%, rgb(152 159 208 / 30%) 81%, rgb(56 59 143 / 28%) 100%);
}

.login-form {
  padding: 50px 25px;
  border-radius: 50px 50px 0 0;
  background: #fff;
  text-align: left;
  margin-top: -45px;
  box-shadow: rgb(0 0 0 / 9%) 0px 2px 4px 0px inset;
}

.login-form .form-control {
  height: 48px;
  box-shadow: rgb(204 219 232 / 31%) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border-radius: 0 6px 6px 0 !important;
}

.login-form h1 {
  margin-bottom: 4px;
  font-size: 25px;
}

button.btn.btn-submit {
  background: #474a9b;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}


/* otp  */

.otp-input-fields {
  background-color: white;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.otp-input-fields input {
  width: 48px;
  height: 48px;
  box-shadow: rgb(204 219 232 / 31%) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  outline: none;
  font-size: 16px;
  border: 1px solid #dee2e6;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border-color: #86b7fe;
}

.login-form p {
  line-height: 18px;
  color: #5a5959;
  font-size: 14px;
}

/* index  */


section.top-sec {
  margin: 0px 6px;
}

nav.my-nav {
  padding: 12px 15px;
  border-radius: 0 0 20px 20px;
  box-shadow: rgb(0 0 0 / 6%) 0px 15px 25px, rgb(0 0 0 / 0%) 0px 5px 10px;
  background-color: #fff;
}

a.navbar-brand .info p,
.nav-flex .info p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 4px;
}

a.navbar-brand .info span,
.nav-flex .info span {
  margin: 0;
  font-size: 13px;
  color: #535353;
}

a.navbar-brand .user i,
.nav-flex .user i.profile {
  background: #f88a05;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  border: 4px solid #ffffff63;
}

a.navbar-brand,
.nav-flex {
  display: flex;
  gap: 9px;
  align-items: center;
}

img.logo {
  width: 50px;
}

.nav-flex {
  text-align: end;
}

.driving {
  margin-top: 35px;
}

.vehicle {
    padding: 15px;
    background: linear-gradient(137deg, rgb(179 184 249) 10%, rgb(237 239 255) 69%);
    border-radius: 10px;
    color: #000000;
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 28px;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
    border: 2px solid #fff;
}

.vehicle-img {
  background: #fff;
  border-radius: 8px;
  margin-left: -34px;
  box-shadow: rgb(0 0 0 / 11%) 0px 15px 25px, rgb(0 0 0 / 0%) 0px 5px 10px;
  padding: 12px;
  border-left: 3px solid #9ba2fc;
}

.vehicle-det {
  margin-left: -10px;
  position: relative;
}

.vehicle-det p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
}

.vehicle-det span {
  font-size: 14px;
  color: #424242;
}

.left-vech {
  margin-left: -10px;
}

button.btn.btn-view {
  position: absolute;
  top: 0;
  right: -30px;
}

a.btn.float {
  background: #f88a05;
  border: 4px solid #fbb95c !important;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #fff;
  z-index: 999;
  border-radius: 50%;
  font-size: 29px;
  width: 60px;
  height: 60px;
}



/* add-vehicle  */

section.add-vehicle {
    padding: 20px 5px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 9%) 0px 5px 10px;
    margin-bottom: 20px;
}

.add-vehicle .form-control {
  height: 40px;
  box-shadow: rgb(204 219 232 / 31%) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border-radius: 6px;
}

.add-vehicle h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #f88a05;
}
.add-vehicle p {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}




/* vehicle details  */

section.top-sec.vehicle-all-details{
   border: 1px solid #d5d4d4;
    padding: 18px 0px;
    border-radius: 14px;
    box-shadow: rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 9%) 0px 5px 10px;
    background: #fff;
    position: relative;
    margin-top: 20px;
    margin-bottom: 34px;
}
.my-vehicle-details {
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
  margin-top: 15px;
  background: linear-gradient(to right, #8a8bfc 0, #4051f9 100%);
  border: 1px solid #4353f9;
  color: #fff;
}
.my-vehicle-details01 {
  padding: 14px;
  background: linear-gradient(to right, #8a8bfc 0, #4051f9 100%);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
  box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
  position: relative;
  top: -3px;
}

.my-vehicle-details ul, .my-vehicle-details01 ul {
  display: flex;
  gap: 4px;
  list-style: none;
  margin-bottom: 4px;
  justify-content: space-between;
  font-size: 15px;
}
.my-vehicle-details01 ul li:nth-child(odd){
  font-weight: 600;
}
.my-vehicle-details ul li:nth-child(odd){
  font-weight: 600;
  font-size: 15px;
}
.my-vehicle-details-icon svg {
  background: #fff;
  border-radius: 14px;
  box-shadow: rgb(0 0 0 / 11%) 0px 15px 25px, rgb(0 0 0 / 0%) 0px 5px 10px;
  padding: 9px;
  border-left: 1px solid #5864fa;
}
.my-vehicle-details-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.driverAllDetails ul {
  margin-left: 10px;
}
span.my-btn.show {
  color: #ffffff;
  background: #fb7780;
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 500;
}
.btn-trip {
  color: #ffffff;
  background: linear-gradient(to right, #8a8bfc 0, #4051f9 100%);;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 3px;
}
a.btn-cls {
  color: #ffffff;
  background: linear-gradient(to right, #fb696d 0, #fb2f2f 100%);
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 3px;
}
a.btn-add {
  color: #0d0d0d;
  background: #ffffff;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
}
.show-all {
  border-left: 1px solid #fff;
  border-radius: 12px;
  margin-top: 10px;
}
ul#hideButton, #hideButton1, #hideButton2 {
  display: flex;
  margin-left: 20px;
  justify-content: end;
  margin-top: 14px;
  padding: 5px 10px;
  display: none;
}
.total li {
  font-size: 18px;
  border-top: 1px solid #d6d2d7;
  font-weight: 500;
  color: #ffd700;
}
.add-vehicle01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
i.bx.bx-tachometer {
    margin-right: 5px;
    background: #fdb45d;
    padding: 5px;
    border-radius: 50px;
    color: #303030;
}
.add-vehicle01 h4 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #404040;
  text-align: center;
}
.sub-drive-details {
margin: 28px 0;
    border-radius: 10px;
    background: black;
    padding: 10px 7px;
}

.transport-det span {
  color: #373737;
      font-size: 12px;
}
.transport-det p {
  margin: 0;
  font-weight: 500;
}
.transport-det {
  border: 1px solid #bebdbd;
  border-radius: 10px;
  padding: 8px;
  font-size: 13px;
  background: #f0f1f9;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.transport-icon {
  background: linear-gradient(to right, #fcb15a 0, #fa8b05 100%);
  padding: 5px;
  border-radius: 7px;
  border: 1px solid #f88a05;
}
span.hide {
  color: #ffffff;
  background: #fb7780;
  font-size: 14px;
  padding: 4px 14px;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none;
}
.my-vehicle-details .bx-edit {
  color: #ffffff;
  /* background: #7983ea; */
  padding: 4px;
  border-radius: 4px;
  /*margin-left: 10px;*/
}
.sub-drive-details.driverDetails2 {
  display: grid !important;
}
.add-vehicle01 .bx-car {
    background: #6e75f9;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
}
a.pending1 {
  color: #e7d700;
  text-decoration: none;
}
a.success1 {
  color: #66e900;
  text-decoration: none;
}

/* modal  */
.modal-dialog.modal-bottom {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  transition: transform 0.3s ease-out;
  transform: translateY(100%);
}

.modal.fade.bottom-up-modal.show .modal-dialog.modal-bottom {
  transform: translateY(0);
}

/* .sub-drive-details {
  display: none;
}
 */




/* ///// */


a.btn.btn-view {
  background: #6370f8;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 12px;
}
a.btn.btn-edit {
    background: transparent;
    padding: 0;
    color: #57bf04;
    font-size: 18px;
}
button.btn-delete.btn-sm {
   border: 0;
   color: #e15858;
   font-size: 18px;
   background: transparent;
}
.right-sec {
    position: absolute;
    top: -35px;
    right: -14px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    padding: 2px 5px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 5%) 0px 15px 25px, rgb(0 0 0 / 6%) 0px 5px 10px;
}



/* preview page   */

section.vehicle-preview {
  margin: 0 8px;
  border: 1px solid #d8d5d5;
  padding: 15px 5px 5px;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 9%) 0px 5px 10px;
  background: #fff;
}
.preview-details {
  margin-top: 17px;
  text-align: center;
}
.ODM h5 {
  font-size: 14px;
  margin: 0;
}
.ODM span {
  font-size: 12px;
  color: #ffffff;
}
.ODM {
  padding: 20px 5px 7px;
  background: linear-gradient(to right, #ffb762 0, #ff8c01 100%);
  border-radius: 10px;
  color: #fff;
  position: relative;
  border: 3px solid #fff;
}
.ODM i {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px !important;
  font-size: 24px;
  box-shadow: rgb(50 50 93 / 86%) 0px 2px 5px -1px, rgb(0 0 0 / 56%) 0px 1px 3px -1px;
  background: #fff !important;
}
ul.profit li {
  font-size: 17px !important;
  font-weight: 600;
}
ul.profit {
  background: #ff9e28;
  border: 1px solid #ffffff61;
  padding: 7px !important;
  border-radius: 7px;
  color: #1e1e1e;
}
a.btn.btn-report {
    background: #c3c4e7;
    width: 100%;
    font-weight: 500;
    margin-top: 4px;
    color: #1b1b1b;
}
a.btn.btn-report:hover {
    background: #fff;
    color: #555;
}


/* payment preview  */

a.pending {
  color: #e7d700;
  text-decoration: none;
}
.pay-prev img {
  height: 165px;
  width: 100%;
  object-fit: cover;
  margin: 10px 0;
  border-radius: 8px;
}
.pay-prev {
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 0 8px 8px;
  border-radius: 10px;
  margin: 10px 5px;
  background: #f0f1f9;
}
button.btn.btn-preview {
  background: #29c539;
  color: #fff;
  font-size: 14px;
  padding: 3px 14px;
  border-radius: 4px;
}
button.btn.btn-preview.two {
  background: #d75151;
}
button.btn.btn-preview.three {
  background: #f88a05;
}

.tans-heading h2 {
    text-align: center;
    font-size: 22px;
    color: #222222;
}
.tans-heading {
    position: relative;
    display: block;
}
.source i {
    background: #6e75f9;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
}
.source span {
    position: relative;
    top: -2px;
}
.source {
    border: 1px solid #a0a5f9;
    padding: 4px;
    border-radius: 26px !important;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    background: #ebebfb;
    color: #353535;
    margin-bottom: 7px;
}
.success {
    position: absolute;
    height: 17px;
    width: 17px;
    background: #76db70;
   top: 6px;
    left: 28px;
    border-radius: 50%;
}

.trans {
    padding: 14px 7px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
    margin-top: 15px;
    background: linear-gradient(to right, #8a8bfc 0, #4051f9 100%);
    border: 1px solid #4353f9;
    color: #fff;
}
.trans p {
    margin: 0;
    font-size: 14px;
}
.trans h3 {
    font-size: 22px;
    color: #ffef15;
    font-weight: 600;
}
a.btn-trans {
    color: #0d0d0d;
    background: #ffffff;
    font-size: 14px;
    padding: 4px 13px;
    border-radius: 15px;
    font-weight: 500;
    text-decoration: none;
}
/* .success {
    position: absolute;
    height: 17px;
    width: 62px;
    background: #f35f24;
    top: 4px;
    left: -13px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
} */

i.mode {
    font-size: 60px;
    padding: 2px;
}
.bank-trans a {
    color: #ffd915;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ffd915;
    border-radius: 25px;
    padding: 2px 10px;
}
.card.card-body {
    padding: 10px;
    background: linear-gradient(137deg, rgb(179 184 249) 10%, rgb(237 239 255) 69%);
    border-radius: 10px;
    color: #000000;
    margin-top: 13px;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
    border: 1px solid #fff;
}
.card.card-body ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.card.card-body ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}
.card.card-body ul li strong {
    font-size: 15px;
    font-weight: 600;
}
.card.card-body h5 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 14px;
}
img.img-fluid.upi {
padding: 10px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 5px;
}
.pay-mode span {
    color: #e9ce48;
    font-size: 13px;
    font-weight: 500;
}
span.exp-user {
    font-size: 12px;
    color: #fff;
}

span.exp-user {
    font-size: 12px;
    color: #fff;
}
 /* close tip  */
 
.close-tip {
    padding: 15px;
    background: linear-gradient(137deg, rgb(64 78 247) 10%, rgb(145 157 247) 69%);
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 10px 20px rgb(0 0 0 / 22%);
    border: 2px solid #fff;
    margin-bottom: 15px;
}
.pending {
    position: absolute;
    height: 17px;
    width: 17px;
    top: 6px;
    left: 28px;
    background: #f35f24;
    border-radius: 50%;
}
.approved {
    position: absolute;
    height: 17px;
    width: 17px;
    top: 6px;
    left: 28px;
    background: #ffd84c;
    border-radius: 50%;
}
 a.show-trans {
    color: #ffd915;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ffd915;
    border-radius: 25px;
    padding: 2px 10px;
}

/*new */

a.show-det-btn {
    color: #ffffff;
    background: linear-gradient(to right, #fcae53 0, #fa8d0a 100%);
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 2px;
    box-shadow: rgb(50 50 93 / 15%) 0px 2px 5px -1px, rgb(0 0 0 / 22%) 0px 1px 3px -1px;
}

.numbering {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    background: #5763fa;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0px 15px 25px, rgb(0 0 0 / 9%) 0px 5px 10px;
    border: 2px solid #ffffff;
}
.numbering span {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
}
a.vehicle-delete {
    color: #fff;
    background: #ff5a5a;
    border-radius: 50px;
    padding: 2px 5px;
}
a.vehicle-delete i {
    position: relative;
    left: -1px;
}
