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

html {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  color: #ffffff;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #fff;
}

::selection {
  color: #fff !important;
  background: #4a068f !important;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #4a068f;
}

body::-webkit-scrollbar-thumb:hover {
  background: #310063;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  .user-dashboard .container {
    max-width: 1440px;
  }
}

.ac-row {
  display: flex;
  align-items: center;
}

.theme-h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60.48px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50.4px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h7 {
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-h8 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px;
}

.theme-p1 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #a1a1aa;
  margin: 0px;
}

.theme-p2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}

.theme-p3 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: #686a6a;
}

.theme-btn1 {
  padding: 8px 45px 8px 45px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: 0.46000000834465027px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    color: #4a068e !important;
    background: #fff;
  }
}

.theme-btn2 {
  padding: 8px 45px 8px 45px;
  border-radius: 4px;
  border: 1px solid #4a068e;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: 0.46000000834465027px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  background: #4a068f;
  transition: all 0.2s;
  &:hover {
    border: 1px solid #fff;
    color: #4a068e !important;
    background: #fff;
  }
}

.theme-btn3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 16px 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  background-color: #4a068e;
  color: #fff !important;
  border: 1px solid #4a068e;
  transition: all 0.2s;
  &:hover {
    border: 1px solid #fff;
    color: #4a068e !important;
    background: #fff;
  }
}

.theme-btn4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 20px 10px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  transition: all 0.2s;
  &:hover {
    color: #4a068e !important;
    background: #fff;
  }
}

.theme-btn5 {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  padding: 10px 49px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  background: #4a068f;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    color: #4a068f !important;
    background: #fff;
  }
}

.theme-btn6 {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: -0.20000000298023224px;
  text-align: center !important;
  padding: 13.5px !important;
  border-radius: 9px !important;
  text-transform: capitalize;
  background: #4a068f !important;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    color: #4a068f !important;
    background: #fff !important;
  }
}

.theme-btn7 {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  letter-spacing: -0.2px;
  text-align: center !important;
  padding: 13.5px !important;
  border-radius: 9px !important;
  text-transform: capitalize;
  background: #00000000 !important;
  color: #fff !important;
  border: 1px solid #4a068f;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    color: #4a068f !important;
    background: #fff !important;
    border: 1px solid #ffffff;
  }
}

input.sb-btn {
  height: auto !important;
  font-family: "Poppins";
  margin-bottom: 0px !important;
}

.nav-btn-wrapper a:first-child {
  margin-right: 16px;
}

.main-nav {
  background: transparent !important;
  /* position: absolute;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0; */
}

.nav-btn-wrapper {
  display: flex;
}
.main-nav a.navbar-brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 20.16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px !important;
  color: #fff !important;
}

.main-nav a.navbar-brand span {
  font-size: 16px;
}
.main-nav .main-nav-items .nav-btn-wrapper {
  margin-left: 11%;
}
@media only screen and (max-width: 990px) {
  .main-nav .main-nav-items .nav-btn-wrapper {
    margin-left: 0;
  }
}

.main-nav .main-nav-items {
  padding-left: 40px;
  justify-content: space-evenly;
}

.main-nav a.nav-item.nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
}

.main-nav a.nav-item.nav-link.active {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #9f43fe;
}

.main-nav a.nav-item.nav-link {
  margin: 16px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #fff;
  position: relative;
  transform: translate(-10%, 10%);
  display: inline-block;
  padding: 0px;
}

.main-nav a.nav-item.nav-link:hover {
  color: #9f43fe;
}

.main-nav .navbar-nav {
  padding-top: 34px;
  padding-bottom: 34px;
}

.main-nav {
  background: transparent !important;
}

.main-nav a.nav-item.nav-link:hover:before {
  content: " ";
  height: 2px;
  background-color: #9f43fe;
  position: absolute;
  left: 0px;
  width: 0%;
  bottom: -6px;
  animation: animate 0.5s linear;
  animation-fill-mode: forwards;
}

@keyframes animate {
  100% {
    width: 100%;
  }
}

.bnr-cnt-wrapper h1 {
  padding-bottom: 52px;
}

.bnr-btn-wrapper a {
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 18px 12px 18px;
  line-height: 20.16px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  text-transform: capitalize;
  background: #4a068f;
  transition: all 0.2s;
  &:hover {
    color: #4a068e !important;
    background: #fff;
  }
}

.bnr-btn-wrapper a ion-icon {
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  top: 6px;
}

.bnr-dec-wrapper img:first-child {
  position: absolute;
  left: 0;
}

.bnr-dec-wrapper {
  position: relative;
}

.bnr-main-wrapper {
  /* padding-top: 182px; */
  padding-top: 76px;
  padding-bottom: 234px;
  display: flex;
  align-items: center;
}

.bnr-cnt-wrapper {
  width: 60%;
}
.bnr-dec-wrapper {
  position: relative;
  width: 40%;
}

. img:last-child {
  position: relative;
  width: 540px;
  left: 22px;
  z-index: -9;
  top: 60px;
}

.bnr-dec-wrapper img:first-child {
  position: absolute;
  left: -172px;
  width: 616px;
  top: 50px;
}

.bnr-dec-wrapper:before {
  content: "";
  background-image: url(../images/Ellipse\ 33.webp);
  width: 820px;
  height: 820px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -99;
  top: -255px;
  right: -118px;
}

.bnr-para {
  width: 511px;
  display: flex;
  text-align: justify;
}

.bnr-cnt-wrapper p {
  padding-bottom: 52px;
}

.home-sec1 {
  padding-bottom: 130px;
}

.home-sec1-img-wrap img {
  width: 100%;
}

.home-sec1 .col-lg-6 h2 {
  border-bottom: 1px solid #667085;
  padding-bottom: 12px;
  margin-bottom: 38px;
}

.bnf-col-wrapper {
  padding-top: 32px;
}

.bnf-col-wrapper img {
  padding-bottom: 24px;
}

.bnf-col-wrapper h3 {
  padding-bottom: 8px;
}

.bnf-col-wrapper p {
  margin: 0px;
  text-align: justify;
}

.bnf-btn-wrapper {
  text-align: center;
  padding-top: 40px;
}

.bnf-btn-wrapper a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
}

.bnf-btn-wrapper a ion-icon {
  top: 5px;
  position: relative;
  font-size: 20px;
  margin-left: 2px;
}

.product-img-wrap {
  /* width: 386px; */
  width: 100%;
  height: 249px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.product-img-wrap img {
  width: 100%;
}

.product-details-wrap {
  padding: 16px;
}

.stock-dis span {
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #138808;
  border-radius: 100px;
  padding: 6px 12px;
}

.stock-dis span ion-icon {
  font-size: 8px;
  margin-right: 2px;
}

span.product-type {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 17.64px;
  color: #90a3bf;
}

.price > span.limits {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 25.2px;
  color: #90a3bf;
}

.price {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  color: #fff;
  margin-bottom: 0px !important;
}

.product-act {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stock-dis {
  padding-bottom: 16px;
}

.product-details-wrap .product-title {
  padding-bottom: 4px;
}

.product-act {
  margin-top: 16px;
}

.stock-dis span.abl-on {
  background: #6cd689;
  color: #1f2329;
}

.products-wrapper.unable span.unable {
  background: #64748b;
}

.products-wrapper.unable .product-img-wrap img {
  filter: contrast(0.5);
}

.products-wrapper.unable span.product-type,
.products-wrapper.unable .product-title,
.products-wrapper.unable .price,
.products-wrapper.unable .price span.limits {
  color: #667085;
}

.products-wrapper.unable .product-act .theme-btn3 {
  background: #667085;
  border: #667085;
  color: #454c5b !important;
}

.products-wrapper {
  margin-bottom: 24px;
  background-color: #000;
  border-radius: 8px;
}

.proBtn-wrap a {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 100px;
  transition: all 0.3s;
  &:hover {
    border: 1px solid #4a068e;
    background-color: #4a068e;
  }
}

.proBtn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.prd-title-wrap {
  padding-bottom: 24px;
}

.footer-brand {
  display: flex;
}

.footer-brand a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20.16px;
  text-align: center !important;
  text-transform: uppercase;
  margin: 0px !important;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.footer-brand a span {
  font-size: 14px;
  padding-top: 2px;
}

ul.ft-social-links {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  text-align: end;
}

ul.ft-social-links li a {
  color: #fff;
}

ul.ft-social-links li {
  display: inline-block;
  padding-right: 34px;
}

ul.ft-social-links li:last-child {
  padding-right: 0px !important;
}

.home-sec2 {
  padding-bottom: 52px;
  background-image: url(../images/hv-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  padding: 32px 0px;
}

.ft-r1 {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e7;
}

ul.ft-address {
  padding-left: 0px !important;
  list-style: none;
  margin-bottom: 0px;
}

ul.ft-address li {
  display: inline-block;
}

ul.ft-address li p {
  width: 57%;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #667085;
}

ul.ft-address li a {
  text-decoration: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #667085;
}

ul.ft-address li h6 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.ft-r2 {
  padding-top: 39px;
  padding-bottom: 7px;
}

ul.ft-cnd {
  padding-left: 0px !important;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  justify-content: end;
}

ul.ft-cnd li {
}

ul.ft-cnd li:last-child {
  margin-right: 0px;
}
ul.ft-cnd li:last-child a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4a068f;
  display: inline-block;
  margin-right: 16px;
  border-radius: 100%;
  margin-left: 16px;
}

ul.ft-cnd li a {
}
ul.ft-cnd li h6 {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #4a068f;
}

ul.ft-cnd li a {
}

a.filter {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 9px 52px 9px 24px;
  background: #1b1f24;
  border: 1px solid #1f2329;
  border-radius: 4px;
  float: right;
}
a.filter {
  position: relative;
}

a.filter img {
  position: absolute;
  right: 15%;
  /* top: 30%; */
}

/* Our Vehicle Page */
section.vehicle_page {
  padding-top: 100px;
}
.pagination_row a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #8d98af !important;
  text-decoration: none !important;
  transition: all 0.5s;
  margin: 0 2px;
  cursor: pointer;
}
.pagination_row span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #8d98af !important;
  text-decoration: none !important;
}
.pagination_row a.active,
.pagination_row a:hover {
  background: #4a068f;
  color: #fff !important;
  border-radius: 5px;
}
.pagination_row {
  margin-top: 30px;
}
/*---- detail car page ----*/

section.detail-car-sec1 {
  padding-top: 40px;
}

.detailCar-slide-controller {
  height: 603px;
  overflow-y: scroll !important;
}

.detailCar-slide-controller ul li img {
  width: 100%;
  height: 138px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.detailCar-slide-controller ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.detailCar-slide-controller ul li {
  padding: 0px 12px 17px 0px;
}

.detailCar-slide-controller ul li:last-child {
  padding-bottom: 0px !important;
}

.detailCar-slider.owl-carousel .owl-item img {
  height: 603px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.detailCar-slider .owl-dots {
  display: none;
}

/* .detailCar-slider .owl-nav {} */

.detailCar-slider .owl-nav button span {
  font-size: 45px !important;
}

button.owl-next {
  position: absolute;
  left: 96%;
  height: 100%;
  top: 0;
  width: 40px;
  transition: all 0.4s;
  backdrop-filter: blur(3px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6615021008403361) 100%
  ) !important;
  opacity: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

button.owl-prev {
  position: absolute;
  right: 96%;
  height: 100%;
  top: 0;
  width: 40px;
  transition: all 0.4s;
  backdrop-filter: blur(3px);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6615021008403361) 100%
  ) !important;
  opacity: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.detailCar-slider {
  transition: all 0.4s;
}

.detailCar-slider:hover button.owl-prev {
  opacity: 100%;
}

.detailCar-slider:hover button.owl-next {
  opacity: 100%;
}

.detailCar-slide-controller::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px !important;
}

.detailCar-slide-controller::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px !important;
}

.detailCar-slide-controller::-webkit-scrollbar-thumb {
  background: #4a068f;
  border-radius: 100px;
}

.detailCar-slide-controller::-webkit-scrollbar-thumb:hover {
  background: #310063;
}

.detailCar-slide-controller ul li {
  cursor: pointer;
}
.detailCar-slide-controller ul li.slide-active img {
  border: 4px solid #4a068f;
}

.back-to {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  color: #fff !important;
  text-decoration: none;
}

.back-to ion-icon {
  font-size: 16px;
  position: relative;
  top: 4px;
  padding-right: 6px;
}

.back-to-sec {
  padding-bottom: 26px;
}

.detail-car-ptag {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.detail-car-ptag {
  padding-top: 46px;
  padding-bottom: 12px;
  border-bottom: 1px solid #667085cc;
}

.detail-car-ptag .stock-dis span {
  font-size: 16px;
  padding: 10px 14px;
}

.detail-car-ptag .stock-dis span ion-icon {
  font-size: 10px;
  margin-right: 2px;
}

.car-features-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.car-features-boxes h6 {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  padding-top: 8px;
}

.car-features {
  padding-bottom: 68px;
  padding-top: 48px;
}

.car-discription p {
  text-align: justify;
  padding-top: 12px;
  margin-bottom: 0px;
}

.car-discription {
  padding-bottom: 63px;
}

.car-facilities-wrap img {
  padding-bottom: 20px;
}

.car-facilities-wrap h4 {
  padding-bottom: 8px;
}

.car-facilities-wrap p {
  text-align: justify;
  margin-bottom: 0px;
}

.detail-car-sec1 .row.car-facilities:not(:last-child) {
  padding-bottom: 62px;
}

.other-car-sec .other-car-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.other-car-sec .other-car-wrap h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  color: #90a3bf;
  margin-bottom: 0px;
}

.other-car-sec .other-car-wrap a {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  text-decoration: none;
  color: #fff !important;
}

section.other-car-sec {
  padding-top: 68px;
  padding-bottom: 58px;
}

.driver-benefits-sec {
  padding-top: 94px;
  padding-bottom: 106px;
}

.driver-benefits-sec .main-title {
  text-align: center;
  padding-bottom: 106px;
}

.driver-benefits-sec .main-title h2 {
  padding-bottom: 24px;
}

.driver-benefits-sec .row.car-facilities:not(:last-child) {
  padding-bottom: 62px;
}

/*----- login/register and forget password -----*/

section.login-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.register-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.verification-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.forget-password-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.create-password-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.LR-Hero-wrapper {
  /* padding: 204px 32px 204px 72px; */
  /* padding: 204px 0px; */
  position: relative;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.LR-Hero-wrapper:before {
  content: "";
  width: 852px;
  height: 100%;
  background: url(../images/lr-bg.webp);
  background-position: center;
  background-size: 69%;
  background-repeat: no-repeat;
  position: absolute;
  left: -134px;
  top: 17px;
  z-index: -9;
}

.LR-Hero-wrapper h2 {
  padding-bottom: 40px;
}

.LR-Hero-wrapper p:not(:last-child) {
  padding-bottom: 30px;
}

.LR-Hero-wrapper p {
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.LR-Form-wrapper h3 {
  font-family: "Poppins";
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -2px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.LR-Form-wrapper p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #52525b;
  margin-bottom: 12px;
}

.LR-Form-wrapper form label {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #64748b;
  margin-bottom: 12px;
}

.LR-Form-wrapper form {
  padding-top: 12px;
}

.LR-Form-wrapper form input {
  font-family: "Poppins";
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: none;
  background: #1d1f22;
  margin-bottom: 16px;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 0px 20px;
}

.LR-Form-wrapper form textarea {
  font-family: "Poppins";
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: #1d1f22;
  border: none;
  margin-bottom: 16px;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 16px 20px;
}

.LR-Form-wrapper form .forget-tab {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  padding-bottom: 30px;
}

.LR-Form-wrapper form select.options-field {
  color: #fff;
  font-family: "Poppins";
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background: #1d1f22;
  border: none;
  padding: 0px 16px;
  outline: none;
  margin-bottom: 16px;
}

/* .LR-Form-wrapper form .forget-tab input {
  width: 19px;
  height: 19px;
  border-radius: 5px !important;
  border: 1px solid #94a3b8;
  margin: 0px 9px 16px 0px;
} */

.checkbox.style-a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-a input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-a input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-a input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-a:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-a:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-a .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #ffffff03;
  transition: background-color 0.25s ease;
  border-radius: 5px;
  border: 1px solid #94a3b8;
}
.checkbox.style-a .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.LR-Form-wrapper form .forget-tab a {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  color: #2563eb;
}

.sb-btn-col1 p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #52525b;
  margin-bottom: 0px;
  margin-top: 20px;
}

.sb-btn-col1 p a {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}

.login-frame {
  /* padding-top: 124px;
  padding-bottom: 110px; */
  padding-left: 45px;
  /* padding-right: 120px; */
}

.agreeTC-tab {
  padding-bottom: 30px;
}

.LR-Form-wrapper span {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.register-frame {
  /* padding-top: 96.5px;
  padding-bottom: 61.5px; */
  padding-left: 63px;
}

.LR-Form-wrapper form input::placeholder {
  color: #fff;
}

.verific-otp {
  display: flex;
  justify-content: space-between;
  gap: 14.2px;
}

.verific-otp input {
  font-family: "Poppins" !important;
  text-align: center !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  border-radius: 4px !important;
  border: 1px solid #000 !important;
  background: #1f2329 !important;
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0),
    0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05),
    0px 0px 1px 0px rgba(0, 0, 0, 0.09) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

p.sendTo-verific-otp {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 16px;
  color: #fff;
  margin-bottom: 0px;
}

.verfic-otp-time {
  font-family: "Poppins" !important;
  padding-top: 16px !important;
  color: #9b9c9c !important;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 50px !important;
}

.verfic-otp-time span {
  color: #f00;
}

.verification-frame a.theme-btn7 {
  display: block;
  width: 100%;
}

.verification-frame {
  /* padding-top: 193.5px;
  padding-bottom: 16.5px; */
  padding-left: 63px;
}

.forget-password-frame input[type="email"] {
  margin-bottom: 49px !important;
}

.forget-password-frame {
  /* padding-top: 241.4px;
  padding-bottom: 227.5px; */
  padding-left: 63px;
}

.create-password-frame input.sb-btn {
  margin-top: 49px;
}

.create-password-frame {
  /* padding-top: 182px;
  padding-bottom: 168px; */
  padding-left: 46px;
}

/*----- How it work page ----*/

section.how-it-work-sec {
  /* padding-top: 94px;
  padding-bottom: 95px; */
}

.how-it-work-sec .main-title {
  /* padding-bottom: 100px;
  text-align: center; */
}

.how-it-work-sec .main-title h2 {
  /* padding-bottom: 24px; */
}

.how-it-work-sec .main-title p {
  /* margin-bottom: 0px; */
}

.hw-steps {
  /* background-image: url(../images/howWork-bg.webp); */
  /* background-size: 100%; */
  /* padding: 46px 26px 69px 26px; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
}

.hw-steps ol li h3 {
  /* color: #fff;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px; */
}

.hw-steps ol li p {
  /* color: #fff;
  text-align: justify;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px !important;
  position: relative; */
}

.hw-steps ol li:not(:last-child) {
  /* margin-bottom: 32px; */
}

.hw-steps ol {
  /* margin: 0px !important;
  padding-left: 90px;
  list-style: none;
  position: relative; */
}

.hw-steps ol li:first-child:before {
  /* content: "1";
  height: 42px;
  width: 42px;
  background-color: #4a068f !important;
  position: absolute;
  left: 26px;
  border-radius: 100px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; */
}

.hw-steps ol li:nth-child(2):before {
  /* content: "2"; */
  /* height: 42px; */
  /* width: 42px; */
  /* background-color: #4a068f !important; */
  /* position: absolute; */
  /* left: 26px; */
  /* border-radius: 100px; */
  /* border: 2px solid #fff; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  /* color: #fff; */
  /* font-family: "Poppins"; */
  /* font-size: 24px; */
  /* font-style: normal; */
  /* font-weight: 600; */
  /* line-height: normal; */
}

.hw-steps ol li:last-child:before {
  /* content: "3"; */
  /* height: 42px; */
  /* width: 42px; */
  /* background-color: #4a068f !important; */
  /* position: absolute; */
  /* left: 26px; */
  /* border-radius: 100px; */
  /* border: 2px solid #fff; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  /* color: #fff; */
  /* font-family: "Poppins"; */
  /* font-size: 24px; */
  /* font-style: normal; */
  /* font-weight: 600; */
  /* line-height: normal; */
}

/* .hw-steps ol li p:before {
  content: "";
  height: 120px;
  width: 2px;
  background: #9b9c9c;
  position: absolute;
  left: -42px;
}

.hw-steps ol li:last-child p:before {
  display: none !important;
}
 */
/*---- User Dashboard side bar  ----*/

.dash-brand-wrapper a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px !important;
  color: #fff !important;
  text-decoration: none;
}

.dash-brand-wrapper {
  text-align: center !important;
}

.dash-brand-wrapper a span {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.sidebar-col {
  flex: 0 0 auto;
  width: 20%;
}

.panel-col {
  flex: 0 0 auto;
  width: 80%;
}

.dashboard-sidebar {
  padding: 24px 24px;
  height: 100%;
  background: #121418;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: overlay;
}

.dashboard-sidebar::-webkit-scrollbar {
  width: 3px;
}

.dashboard-sidebar::-webkit-scrollbar-track {
  background: #000000;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
  background: #474747;
}

.dashboard-sidebar::-webkit-scrollbar-thumb:hover {
  background: #474747;
}

.dashboard-menu {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dashboard-menu h6 {
  color: var(--Neutral-500, #64748b);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.dashboard-menu ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
.dashboard-menu ul li a.active {
  color: #fff;
  background: #4a068f;
}
.dashboard-menu ul li a {
  text-decoration: none;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  transition: all 0.2s;
  &:hover {
    color: #fff;
    background: #4a068f;
  }
}

.dashboard-menu ul li a.active {
  color: #fff;
  background: #4a068f;
}

.dashboard-menu ul li a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(201deg) brightness(102%) contrast(103%);
}

.dashboard-menu ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(201deg) brightness(102%) contrast(103%);
}

.dashboard-menu ul {
  padding: 0px;
  margin: 0px;
}

.dashboard-menu ul li a img {
  margin-right: 8px;
}

/* .dashboard-menu ul li:nth-child(5) {
  margin-bottom: 24px;
} */

/* .dashboard-menu ul li:last-child {
  margin-bottom: 0px !important;
  padding-top: 24px;
  border-top: 1px solid #d0d5dd;
} */

.sidebar-user-profile-wrapper h6 {
  color: var(--Neutral-500, #64748b);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.sidebar-user-profile {
  display: flex;
  align-items: center;
}

.sidebar-user-profile .user-meta h4 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.sidebar-user-profile .user-meta .user-status {
  border-radius: 100px;
  background: #9b9c9c;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sidebar-user-profile img {
  margin-right: 12px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn {
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  color: #000 !important;
  padding: 6px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin-top: 42px;
  width: 100%;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  color: #000 !important;
  padding: 6px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin-top: 42px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn img {
  margin-right: 8px;
}

.sidebar-user-profile .user-meta .user-status ion-icon {
  font-size: 8px;
  margin-right: 3px;
}

.dashboard-panel-topbar {
  width: 100%;
  height: 86px;
  background: #121418;
}

.welcome-sec,
.application-sec,
.db-default-sec {
  padding: 30px 32px 24px 32px;
  background: #1b1f24;
  position: relative;
  overflow: hidden;
}

.welcome-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 42px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4.449999809265137px);
  position: relative;
  z-index: 9;
  height: 84.8vh;
}

.application-wrapper,
.db-default-wrapper {
  padding: 24px 42px;
  border-radius: 12px;
  background: #121418;
  position: relative;
  z-index: 9;
  min-height: 84.8vh;
}

.welcome-sec:after {
  content: "";
  background-image: url(../images/dashboard/welcome-wrap-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 863px;
  height: 1100px;
  right: 220px;
  left: 0;
  top: -146px;
  margin: 0 auto;
}

.welcome-card > .wrapper {
  width: 548px;
  min-height: 435px;
  padding: 42px 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(20, 20, 20, 0.5);
}

section.user-dashboard .container-fluid {
  padding: 0;
  overflow-x: hidden;
}

.welcome-card > .wrapper h3 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.welcome-card > .wrapper h4 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.welcome-card > .wrapper p {
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

span#notific {
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #4a068f;
  padding: 2px 12px;
  position: absolute;
  right: 4%;
}

.dashboard-menu ul li a.active span#notific {
  background: #fff !important;
  color: #4a068f;
}

.dashboard-menu ul li a:hover span#notific {
  background: #fff;
  color: #4a068f;
}

.application-wrapper .application-content h3 {
  color: #fff;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 59.4px;
  letter-spacing: -2px;
  margin-bottom: 0px;
  padding-bottom: 32px;
}

.application-wrapper .application-content p:not(:last-child) {
  color: #fff;
  text-align: justify;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 42px;
}

.application-wrapper .application-content h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.application-content {
  position: relative;
}

.application-content:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #4a068f;
  position: absolute;
  right: -28px;
  top: 0;
}

.application-form {
  padding: 42px 27px 42px 42px;
}

/* application step form */

.stepwizard-row {
  display: flex;
  justify-content: space-around;
}

.stepwizard {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stepwizard-step p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding-top: 16px;
}

.stepwizard-step .btn-circle {
  border-radius: 100px;
  border: 1px solid #ddd;
  background: #1d1f22;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
}

.application-form button {
  border: none;
  width: 100%;
}

.DVLA-wrap {
  display: flex;
  justify-content: space-between;
  gap: 71.5px;
}

.DVLA-wrap .verific-DVLA {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.DVLA-wrap .verific-DVLA input {
  border-radius: 3.158px;
  border: 0.789px solid #000;
  background: #1f2329;
  box-shadow:
    0px 0px 0.789px 0px rgba(0, 0, 0, 0),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.01),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.05),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18.947px;
}

.application-form button {
  border: none;
  width: 100%;
  margin-top: 33px;
}

/* STYLE E */

.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #4a068f;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #667085;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #4a068f;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  right: 0px;
  height: 22px;
  width: 40px;
  background-color: #667085;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.checkbox.style-e .checkbox__body {
  color: #64748b;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-right: 58px;
}

.check-switch-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
}

.NextPrev-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.anotherInc-btn-wrap button {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
  background: none;
  text-align: left;
}
.accident_form_main_container
  div#accident_forms_container
  .accident_form_single:first-child
  button.removeBtn {
  display: none;
}
.steps ul li:last-child {
  display: none;
}
.anotherInc-btn-wrap {
  position: relative;
}

.anotherInc-btn-wrap button ion-icon {
  font-size: 28px;
  top: 8px;
  position: relative;
  left: 0;
}

.more-accident-wrap {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px 16px 0px;
  border-bottom: 1px solid #667085;
}

.accident-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
}

button.theme-btn6.prevBtn {
  background: transparent !important;
  border: 1px solid #4a068f !important;
  &:hover {
    border: 1px solid #ffffff !important;
    background: #fff !important;
  }
}

.status-tag .stag {
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #138808;
  border-radius: 100px;
  padding: 6px 12px;
  margin-left: 10px;
}

.status-tag .stag ion-icon {
  font-size: 8px;
  margin-right: 2px;
}

.approve-status {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 12px;
}

.approve-msg p {
  color: #fff;
  text-align: justify;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.approve-msg p:not(:last-child) {
  padding-bottom: 42px;
}

.approve-msg {
  padding-bottom: 32px;
}

.appcation-approval-wrap {
  margin-top: 24px;
}

.LR-Form-wrapper form .file_cont input[type="file"]::file-selector-button {
  font-size: 0px;
  display: none;
}

.LR-Form-wrapper form .file_cont input[type="file"] {
  font-size: 0px !important;
  position: relative;
  border: 1px dashed #121418 !important;
  background: #1b1f24 !important;
  height: 200px;
}

.LR-Form-wrapper form .file_cont input[type="file"]::before {
  content: "";
  width: 65px;
  height: 48px;
  background: url(../images/dashboard/file-upload.webp);
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}

.LR-Form-wrapper form .file_cont input[type="file"]::after {
  content: "Click to upload or drag and drop Maximum file size 50 MB.";
  position: absolute;
}

.LR-Form-wrapper form input[type="date"] {
  color-scheme: dark;
  color: #667085 !important;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.LR-Form-wrapper form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(41%) sepia(29%) saturate(266%) hue-rotate(182deg)
    brightness(98%) contrast(94%);
  color: #667085;
  font-size: 18px;
}

/* our vehicales */

.rent-car-sec .detailCar-slide-controller ul {
  display: flex;
  padding: 16px 0px;
}

.rent-car-sec .detailCar-slide-controller ul li {
  padding-right: 17px;
  padding-bottom: 0px;
}

.rent-car-sec .detailCar-slide-controller ul li:last-child {
  padding-right: 0px !important;
}

.rent-car-sec .detailCar-slide-controller {
  height: auto !important;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.rent-car-sec .detailCar-slide-controller ul li img {
  width: 165px;
  height: 111px;
}

.rent-car-sec .detailCar-slide-controller::-webkit-scrollbar {
  height: 4px;
  border-radius: 100px !important;
}

.rent-car-sec .detailCar-slider.owl-carousel .owl-item img {
  height: 249px;
}

.product-id h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 12px 0px 0px 0px;
}

.rent-car-card .detail-car-ptag .stock-dis span {
  padding: 6px 12px;
}

.rent-car-card .car-features-boxes img {
  width: 42px;
}

.rent-car-card .car-features-boxes h6 {
  color: #eaeaea;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-card .car-features .col-lg-2 {
  padding: 0px 4px;
}

.rent-car-card .car-discription {
  padding-top: 32px;
  padding-bottom: 0px;
}

.rent-car-card .car-features {
  padding-top: 32px;
  padding-bottom: 40px;
}

.rent-car-card .car-discription p {
  color: #d4d4d4;
  text-align: justify;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-form-wrapper .rent-car-info-col p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  text-align: justify;
}

.rent-car-form-wrapper .rent-car-info-col h4 {
  padding-bottom: 12px;
}

.rent-car-form-wrapper .rent-car-info-col p:not(:last-child) {
  padding-bottom: 32px;
}

.alert-info-box {
  padding: 12px 16px;
  border-radius: 8px;
  background: #1f2329;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.alert-info-box h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0px;
}

.alert-info-box p {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
  padding-top: 6px;
}

.fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 9px;
}

.fee h6 {
  color: #a4acb9;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
}

.fee h5 {
  color: #fff;
  text-align: right;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}

.info-alert-col {
  margin-bottom: 32px;
  border-bottom: 1px solid #1f2329;
}

.info-alert-col h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap .fee {
  padding-bottom: 13px;
  padding-top: 0px;
}

.fee-summary-wrap {
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}

.total-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #1f2329;
  padding: 16px 16px;
}

.total-fee h5 {
  margin: 0;
}

.rent-car-sec .NextPrev-btn-wrap {
  margin-top: 49px;
}

.rent-car-sec button.theme-btn6.prevBtn {
  width: 100%;
}

.rent-car-sec button.theme-btn6.nextBtn {
  width: 100%;
  border: none;
}

.rent-car-sec .ct {
  padding-bottom: 32px;
}

.pay-mathod-title p {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  padding-top: 4px;
}

.debit-card-wrap {
  border-radius: 12px;
  background: #000;
  padding: 24px;
  margin-top: 24px;
}

.debit-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  margin-bottom: 28px;
}

.debit-card-title h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0px;
}

.debit-card-wrap input::placeholder {
  color: #90a3bf !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
}

.debit-card-wrap label {
  padding-bottom: 4px;
}

.file-download-boxes {
  border-radius: 12px;
  border: 1px solid #667085;
  padding: 16px;
  margin-bottom: 16px;
}

.fdb-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.fdb-action-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fdb-action-wrap p {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.fdb-action-wrap a.theme-btn3 {
  font-size: 14px;
  border-radius: 9px;
  padding: 6px 12px;
}

.file-upload-wrap .upload-file-group input[type="file"] {
  font-size: 0px;
  height: 74.773px;
  border-radius: 6px;
  border: 1px solid #667085;
  background: transparent !important;
  position: relative;
  margin: 0px;
}

.file-upload-wrap .upload-file-group input[type="file"]::file-selector-button {
  display: none;
}
.file-upload-wrap .upload-file-group input[type="file"]:before {
  content: "\2b";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  right: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}

.file-upload-wrap .upload-file-group input[type="file"]:after {
  content: "Upload image";
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 8.723px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
}

.file-upload-wrap .col-lg-2 {
  padding: 0px;
}

.file-upload-wrap .upload-file-group {
  padding: 6px 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* signature canvas */

div#signature {
  position: relative;
}

div#signature canvas {
  display: block;
  margin: 10px auto 10px;
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #222;
  cursor: crosshair;
  border-radius: 8px;
  border: 1px solid #667085;
  background: #141414;
}

div#signature .controls {
  text-align: center;
  overflow: hidden;
  display: flex;
  width: 100px;
  border-radius: 8px;
  border: 1px solid #e2e2ea;
  background: #000;
  justify-content: space-around;
  padding: 8px 12px;
  position: absolute;
  position: absolute;
  top: 66px;
  right: 12px;
}

div#signature label {
  margin: 0px;
  padding-top: 16px;
}

/* our vehicales */

.rent-car-sec .detailCar-slide-controller ul {
  display: flex;
  padding: 16px 0px;
}

.rent-car-sec .detailCar-slide-controller ul li {
  padding-right: 17px;
  padding-bottom: 0px;
}

.rent-car-sec .detailCar-slide-controller ul li:last-child {
  padding-right: 0px !important;
}

.rent-car-sec .detailCar-slide-controller {
  height: auto !important;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.rent-car-sec .detailCar-slide-controller ul li img {
  width: 165px;
  height: 111px;
}

.rent-car-sec .detailCar-slide-controller::-webkit-scrollbar {
  height: 4px;
  border-radius: 100px !important;
}

.rent-car-sec .detailCar-slider.owl-carousel .owl-item img {
  height: 249px;
}

.product-id h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 12px 0px 0px 0px;
}

.rent-car-card .detail-car-ptag .stock-dis span {
  padding: 6px 12px;
}

.rent-car-card .car-features-boxes img {
  width: 42px;
}

.rent-car-card .car-features-boxes h6 {
  color: #eaeaea;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-card .car-features .col-lg-2 {
  padding: 0px 4px;
}

.rent-car-card .car-discription {
  padding-top: 32px;
  padding-bottom: 0px;
}

.rent-car-card .car-features {
  padding-top: 32px;
  padding-bottom: 40px;
}

.rent-car-card .car-discription p {
  color: #d4d4d4;
  text-align: justify;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-form-wrapper .rent-car-info-col p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  text-align: justify;
}

.rent-car-form-wrapper .rent-car-info-col h4 {
  padding-bottom: 12px;
}

.rent-car-form-wrapper .rent-car-info-col p:not(:last-child) {
  padding-bottom: 32px;
}

.alert-info-box {
  padding: 12px 16px;
  border-radius: 8px;
  background: #1f2329;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.alert-info-box h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0px;
}

.alert-info-box p {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
  padding-top: 6px;
}

.fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 9px;
}

.fee h6 {
  color: #a4acb9;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
}

.fee h5 {
  color: #fff;
  text-align: right;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}

.info-alert-col {
  margin-bottom: 32px;
  border-bottom: 1px solid #1f2329;
}

.info-alert-col h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap .fee {
  padding-bottom: 13px;
  padding-top: 0px;
}

.fee-summary-wrap {
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}

.total-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #1f2329;
  padding: 16px 16px;
}

.total-fee h5 {
  margin: 0;
}

.rent-car-sec .NextPrev-btn-wrap {
  margin-top: 49px;
}

.rent-car-sec button.theme-btn6.prevBtn {
  width: 100%;
}

.rent-car-sec button.theme-btn6.nextBtn {
  width: 100%;
  border: none;
}

.rent-car-sec .ct {
  padding-bottom: 32px;
}

.pay-mathod-title p {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  padding-top: 4px;
}

.debit-card-wrap {
  border-radius: 12px;
  background: #000;
  padding: 24px;
  margin-top: 24px;
}

.debit-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  margin-bottom: 28px;
}

.debit-card-title h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0px;
}

.debit-card-wrap input::placeholder {
  color: #90a3bf !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
}

.debit-card-wrap label {
  padding-bottom: 4px;
}

.file-download-boxes {
  border-radius: 12px;
  border: 1px solid #667085;
  padding: 16px;
  margin-bottom: 16px;
}

.fdb-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.fdb-action-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fdb-action-wrap p {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.fdb-action-wrap a.theme-btn3 {
  font-size: 14px;
  border-radius: 9px;
  padding: 6px 12px;
}

.file-upload-wrap .upload-file-group input[type="file"] {
  font-size: 0px;
  height: 74.773px;
  border-radius: 6px;
  border: 1px solid #667085;
  background: transparent !important;
  position: relative;
  margin: 0px;
}

.file-upload-wrap .upload-file-group input[type="file"]::file-selector-button {
  display: none;
}
.file-upload-wrap .upload-file-group input[type="file"]:before {
  content: "\2b";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  right: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}

.file-upload-wrap .upload-file-group input[type="file"]:after {
  content: "Upload image";
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 8.723px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
}

.file-upload-wrap .upload-file-group input[type="file"]:disabled::before {
  display: none !important;
}

.file-upload-wrap .upload-file-group input[type="file"]:disabled::after {
  content: "Empty" !important;
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 8.723px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 42%;
  right: 0;
  left: 0;
}

.upload-file-group .upload_data-wrap {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding: 6px 7.5px;
  border-radius: 6px;
}

.upload-file-group .upload_data-wrap img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.file-upload-wrap .col-lg-2 {
  padding: 0px;
}

.file-upload-wrap .upload-file-group {
  padding: 6px 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.upload-file-group .upload_data-wrap:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../images/dashboard/delete-Frame.svg);
  position: absolute;
  right: 12px;
  top: 10px;
}

/* signature canvas */

div#signature {
  position: relative;
  width: 100%; /* Full width of parent */
  height: 285px; /* Fixed height or adjust as needed */
}

div#signature canvas {
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #222;
  cursor: crosshair;
  border-radius: 8px;
  border: 1px solid #667085;
  background: #141414;
  width: 100%; /* Responsive width */
  height: 100%; /* Responsive height */
}

div#signature .controls {
  text-align: center;
  overflow: hidden;
  display: flex;
  width: 100px;
  border-radius: 8px;
  border: 1px solid #e2e2ea;
  background: #000;
  justify-content: space-around;
  padding: 8px 12px;
  position: absolute;
  position: absolute;
  top: 12px;
  right: 12px;
}

.signature-wrapper label {
  margin: 0px !important;
  padding-top: 16px;
  padding-bottom: 7px;
}

.sign-btn-wrap {
  margin-top: 18px !important;
}

.sign-btn-wrap button.nextBtn:disabled {
  background: #667085 !important;
  &:hover {
    color: #b3b3b3 !important;
  }
}

.rent-car-approved button {
  width: 100%;
  border: none;
}

.rent-car-sec button.owl-next {
  left: 94.5%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rent-car-sec button.owl-prev {
  right: 95%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* dashboard vehicles menu */

.vehicles-menu button {
  text-decoration: none;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  transition: all 0.2s;
  background: transparent;
  border: none !important;
  outline: none !important;
}

.vehicles-menu button img {
  margin-right: 8px;
}

.vehicles-menu {
  margin-bottom: 16px;
}

.vehicles-menu ul {
  background: transparent;
  position: unset;
  padding-left: 10px;
  margin-left: 24px;
  border-left: 1px solid gray;
  border-radius: 0px;
}

.vehicles-menu ul li:last-child {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  border-top: none !important;
}

.vehicles-menu .dropdown-toggle::after {
  display: none !important;
}

/* dashboard vehicles menu end */

/* overview */

.overview-vehicle-title {
  margin: 0px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  padding: 20px 0px 20px 42px;
}

.vehicle-average-title {
  color: #fcfcfc;

  /* Semibold 16 */
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

span.compared-weeks {
  color: #6e7074;

  /* Regular 14 */
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.average-score {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 23px;
  padding-bottom: 10px;
}

.average-score h5 {
  color: #fcfcfc;

  /* Semibold 26 */
  font-family: "Archivo";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.average-score span {
  color: #45c49c;

  /* Semibold 16 */
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.average-score span ion-icon {
  color: gray !important;
  font-size: 15px;
  padding-left: 4px;
}

.vehicle-average-wrap {
  border-right: 1px solid #464849;
}

.vehicle-average-row {
  background: #010202;
  padding: 12px 24px;
  border-radius: 8px;
}

.vehicle-average-row .col-lg-4:last-child .vehicle-average-wrap {
  border: none !important;
}
.rent-car-info-col {
  padding-bottom: 200px;
}

/*------ Responsive -----*/

@media only screen and (max-width: 1200px) {
  .bnr-dec-wrapper:before {
    content: "";
    width: 629px;
    height: 697px;
    z-index: -99;
    top: -255px;
    right: 0px;
  }
  .bnr-dec-wrapper img:last-child {
    width: 437px;
    left: 22px;
    top: 60px;
  }
  .bnr-dec-wrapper img:first-child {
    left: -172px;
    width: 516px;
    top: 50px;
  }
}

/* Form Css */
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0;
  width: 20%;
}
.steps ul li:hover,
.steps ul li.active {
  color: #4c008b;
}
.steps ul li:hover span,
.steps ul li.active span {
  background: #4c008b;
  color: #fff;
}
.steps ul li:hover::after,
.steps ul li.active::after {
  background: #4c008b;
  width: 80%;
}
.steps ul li::before,
.steps ul li::after {
  content: "";
  position: absolute;
  right: 80%;
  top: 22px;
  width: 80%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0;
}
.steps ul li::after {
  width: 80%;
}
.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -oborder-radius: 2px;
  border-radius: 2px;
}
.steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}
.steps ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.form-container {
  /* display: none; */
}

.form-container.active {
  display: block !important;
}
.steps ul li.active p {
  color: #9b9c9c;
  font-weight: 400;
}
span.file_cont {
  position: relative;
}
span.file_cont span {
  margin: 0 auto;
  display: block;
  width: 30%;
  text-align: center;
  color: var(--Primary-Gray, #7f8596);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  top: -110px;
}
span.file_cont span b {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
}
.application-content {
  padding-right: 24px;
}
.application-wrapper .application-content h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.application-wrapper .application-content p {
  color: #fff;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
  align-self: stretch;
}
.accident_form_single {
  position: relative;
  margin-bottom: 30px;
}
.accident_form_single h5.accident-title {
  border-bottom: 1px solid #667085;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.accident_form_single .removeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 0;
  color: #64748b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: none;
  padding-right: 50px;
}
.accident_form_single button.removeBtn:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.accident_form_single button.removeBtn:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0px;
  height: 22px;
  width: 40px;
  background-color: #4a068f;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
div#signature button {
  background: none;
  border: none;
}
/*------ User Dashboard -----*/

@media only screen and (min-width: 1200px) {
  .user-dashboard .container {
    max-width: 1440px;
  }
}

.dashboard-panel-topbar {
  width: 100%;
  height: 86px;
  background: #121418;
}

.welcome-sec,
.application-sec,
.db-default-sec {
  padding: 30px 32px 24px 32px;
  background: #1b1f24;
  position: relative;
  overflow: hidden;
}

.welcome-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 42px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4.449999809265137px);
  position: relative;
  z-index: 9;
  height: 84.8vh;
}

.application-wrapper,
.db-default-wrapper {
  padding: 24px 42px;
  border-radius: 12px;
  background: #121418;
  position: relative;
  z-index: 9;
  min-height: 84.8vh;
}

.welcome-sec:after {
  content: "";
  background-image: url(../images/dashboard/welcome-wrap-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 863px;
  height: 1100px;
  right: 220px;
  left: 0;
  top: -146px;
  margin: 0 auto;
}

.welcome-card > .wrapper {
  width: 50%;
  min-height: 435px;
  padding: 42px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(20, 20, 20, 0.5);
}

section.user-dashboard .container-fluid {
  padding: 0;
  overflow-x: hidden;
}

.welcome-card > .wrapper h3 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.welcome-card > .wrapper h4 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.welcome-card > .wrapper p {
  color: #fff;
  text-align: left;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.application-wrapper .application-content h3 {
  color: #fff;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 59.4px;
  letter-spacing: -2px;
  margin-bottom: 0px;
  padding-bottom: 32px;
}

.application-wrapper .application-content p:not(:last-child) {
  color: #fff;
  text-align: justify;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 42px;
}

.application-wrapper .application-content h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.application-content {
  position: relative;
}

.application-content:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #4a068f;
  position: absolute;
  right: -28px;
  top: 0;
}

.application-form {
  padding: 42px 27px 42px 42px;
}

/*----- application step form -----*/

.stepwizard-row {
  display: flex;
  justify-content: space-around;
}

.stepwizard {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stepwizard-step p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding-top: 16px;
}

.stepwizard-step .btn-circle {
  border-radius: 100px;
  border: 1px solid #ddd;
  background: #1d1f22;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
}

.application-form button {
  border: none;
  width: 100%;
}

.DVLA-wrap {
  display: flex;
  justify-content: space-between;
  gap: 71.5px;
}

.DVLA-wrap .verific-DVLA {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.DVLA-wrap .verific-DVLA input {
  border-radius: 3.158px;
  border: 0.789px solid #000;
  background: #1f2329;
  box-shadow:
    0px 0px 0.789px 0px rgba(0, 0, 0, 0),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.01),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.05),
    0px 0px 0.789px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18.947px;
}

.application-form button {
  border: none;
  width: 100%;
  margin-top: 33px;
}

/* STYLE E */

.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark {
  background-color: #4a068f;
}
.checkbox.style-e input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.style-e:hover input ~ .checkbox__checkmark {
  background-color: #667085;
}
.checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
  background-color: #4a068f;
}
.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  right: 0px;
  height: 22px;
  width: 40px;
  background-color: #667085;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.checkbox.style-e .checkbox__body {
  color: #64748b;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-right: 58px;
}

.check-switch-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
}

.NextPrev-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.anotherInc-btn-wrap a {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.anotherInc-btn-wrap {
  position: relative;
}

.anotherInc-btn-wrap a ion-icon {
  font-size: 28px;
  top: 8px;
  position: relative;
  left: 0;
}

.more-accident-wrap {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px 16px 0px;
  border-bottom: 1px solid #667085;
}

.accident-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
}

button.theme-btn6.prevBtn {
  background: transparent !important;
  border: 1px solid #4a068f !important;
  &:hover {
    border: 1px solid #ffffff !important;
    background: #fff !important;
  }
}

.status-tag .stag {
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #138808;
  border-radius: 100px;
  padding: 6px 12px;
}

.status-tag .stag ion-icon {
  font-size: 8px;
  margin-right: 2px;
}

.approve-status {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 12px;
}

.approve-msg p {
  color: #fff;
  text-align: justify;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.approve-msg p:not(:last-child) {
  padding-bottom: 42px;
}

.approve-msg {
  padding-bottom: 32px;
}

.appcation-approval-wrap {
  margin-top: 24px;
}

.LR-Form-wrapper form .file_cont input[type="file"]::file-selector-button {
  font-size: 0px;
  display: none;
}

.LR-Form-wrapper form .file_cont input[type="file"] {
  font-size: 0px !important;
  position: relative;
  border: 1px dashed #121418 !important;
  background: #1b1f24 !important;
  height: 200px;
}

.LR-Form-wrapper form .file_cont input[type="file"]::before {
  content: "";
  width: 65px;
  height: 48px;
  background: url(../images/dashboard/file-upload.webp);
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}

.LR-Form-wrapper form .file_cont input[type="file"]::after {
  content: "Click to upload or drag and drop Maximum file size 50 MB.";
  position: absolute;
}

.LR-Form-wrapper form input[type="date"] {
  color-scheme: dark;
  color: #667085 !important;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.LR-Form-wrapper form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(41%) sepia(29%) saturate(266%) hue-rotate(182deg)
    brightness(98%) contrast(94%);
  color: #667085;
  font-size: 18px;
}

/*----- our vehicales -----*/

.rent-car-sec .detailCar-slide-controller ul {
  display: flex;
  padding: 16px 0px;
}

.rent-car-sec .detailCar-slide-controller ul li {
  padding-right: 17px;
  padding-bottom: 0px;
}

.rent-car-sec .detailCar-slide-controller ul li:last-child {
  padding-right: 0px !important;
}

.rent-car-sec .detailCar-slide-controller {
  height: auto !important;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.rent-car-sec .detailCar-slide-controller ul li img {
  width: 165px;
  height: 111px;
}

.rent-car-sec .detailCar-slide-controller::-webkit-scrollbar {
  height: 4px;
  border-radius: 100px !important;
}

.rent-car-sec .detailCar-slider.owl-carousel .owl-item img {
  height: 249px;
}

.product-id h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding: 12px 0px 0px 0px;
}

.rent-car-card .detail-car-ptag .stock-dis span {
  padding: 6px 12px;
}

.rent-car-card .car-features-boxes img {
  width: 42px;
}

.rent-car-card .car-features-boxes h6 {
  color: #eaeaea;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-card .car-features .col-lg-2 {
  padding: 0px 4px;
}

.rent-car-card .car-discription {
  padding-top: 32px;
  padding-bottom: 0px;
}

.rent-car-card .car-features {
  padding-top: 32px;
  padding-bottom: 40px;
}

.rent-car-card .car-discription p {
  color: #d4d4d4;
  text-align: justify;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rent-car-form-wrapper .rent-car-info-col p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  text-align: justify;
}

.rent-car-form-wrapper .rent-car-info-col h4 {
  padding-bottom: 12px;
}

.rent-car-form-wrapper .rent-car-info-col p:not(:last-child) {
  padding-bottom: 32px;
}

.alert-info-box {
  padding: 12px 16px;
  border-radius: 8px;
  background: #1f2329;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.alert-info-box h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0px;
}

.alert-info-box p {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
  padding-top: 6px;
}

.fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 9px;
}

.fee h6 {
  color: #a4acb9;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
}

.fee h5 {
  color: #fff;
  text-align: right;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}

.info-alert-col {
  margin-bottom: 32px;
  border-bottom: 1px solid #1f2329;
}

.info-alert-col h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap h4 {
  padding-bottom: 32px;
}

.fee-summary-wrap .fee {
  padding-bottom: 13px;
  padding-top: 0px;
}

.fee-summary-wrap {
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}

.total-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #1f2329;
  padding: 16px 16px;
}

.total-fee h5 {
  margin: 0;
}

.rent-car-sec .NextPrev-btn-wrap {
  margin-top: 49px;
}

.rent-car-sec button.theme-btn6.prevBtn {
  width: 100%;
}

.rent-car-sec button.theme-btn6.nextBtn {
  width: 100%;
  border: none;
}

.rent-car-sec .ct {
  padding-bottom: 32px;
}

.pay-mathod-title p {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  padding-top: 4px;
}

.debit-card-wrap {
  border-radius: 12px;
  background: #000;
  padding: 24px;
  margin-top: 24px;
}

.debit-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  margin-bottom: 28px;
}

.debit-card-title h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0px;
}

.debit-card-wrap input::placeholder {
  color: #90a3bf !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
}

.debit-card-wrap label {
  padding-bottom: 4px;
}

.file-download-boxes {
  border-radius: 12px;
  border: 1px solid #667085;
  padding: 16px;
  margin-bottom: 16px;
}

.fdb-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.fdb-action-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fdb-action-wrap p {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.fdb-action-wrap a.theme-btn3 {
  font-size: 14px;
  border-radius: 9px;
  padding: 6px 12px;
}

.file-upload-wrap .upload-file-group input[type="file"] {
  font-size: 0px;
  height: 74.773px;
  border-radius: 6px;
  border: 1px solid #667085;
  background: transparent !important;
  position: relative;
  margin: 0px;
}

.file-upload-wrap .upload-file-group input[type="file"]::file-selector-button {
  display: none;
}
.file-upload-wrap .upload-file-group input[type="file"]:before {
  content: "\2b";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  right: 0;
  position: absolute;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}

.file-upload-wrap .upload-file-group input[type="file"]:after {
  content: "Upload image";
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 8.723px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
}

.file-upload-wrap .upload-file-group input[type="file"]:disabled::before {
  display: none !important;
}

.file-upload-wrap .upload-file-group input[type="file"]:disabled::after {
  content: "Empty" !important;
  color: #667085;
  text-align: center;
  font-family: "Poppins";
  font-size: 8.723px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  bottom: 42%;
  right: 0;
  left: 0;
}

.upload-file-group .upload_data-wrap {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  padding: 6px 7.5px;
  border-radius: 6px;
}

.upload-file-group .upload_data-wrap img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.file-upload-wrap .col-lg-2 {
  padding: 0px;
}

.file-upload-wrap .upload-file-group {
  padding: 6px 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.upload-file-group .upload_data-wrap:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../images/dashboard/delete-Frame.svg);
  position: absolute;
  right: 12px;
  top: 10px;
}

/*----- signature canvas -----*/

div#signature {
  position: relative;
  width: 100%; /* Full width of parent */
  height: 285px; /* Fixed height or adjust as needed */
}

div#signature canvas {
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #222;
  cursor: crosshair;
  border-radius: 8px;
  border: 1px solid #667085;
  background: #141414;
  width: 100%; /* Responsive width */
  height: 100%; /* Responsive height */
}

div#signature .controls {
  text-align: center;
  overflow: hidden;
  display: flex;
  width: 100px;
  border-radius: 8px;
  border: 1px solid #e2e2ea;
  background: #000;
  justify-content: space-around;
  padding: 8px 12px;
  position: absolute;
  position: absolute;
  top: 12px;
  right: 12px;
}

.signature-wrapper label {
  margin: 0px !important;
  padding-top: 16px;
  padding-bottom: 7px;
}

.sign-btn-wrap {
  margin-top: 18px !important;
}

.sign-btn-wrap button.nextBtn:disabled {
  background: #667085 !important;
  &:hover {
    color: #b3b3b3 !important;
  }
}

.rent-car-approved button {
  width: 100%;
  border: none;
}

.rent-car-sec button.owl-next {
  left: 94.5%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rent-car-sec button.owl-prev {
  right: 95%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*----- overview -----*/

.overview-vehicle-title,
.cancellation-vehicle-title {
  margin: 0px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  padding: 20px 0px 20px 42px;
}

.vehicle-average-title {
  color: #fcfcfc;

  /* Semibold 16 */
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

span.compared-weeks {
  color: #6e7074;

  /* Regular 14 */
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.average-score {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 23px;
  padding-bottom: 10px;
}

.average-score h5 {
  color: #fcfcfc;

  /* Semibold 26 */
  font-family: "Archivo";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.average-score span {
  color: #45c49c;

  /* Semibold 16 */
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.average-score span ion-icon {
  color: gray !important;
  font-size: 15px;
  padding-left: 4px;
}

.vehicle-average-wrap {
  border-right: 1px solid #464849;
}

.vehicle-average-row {
  background: #010202;
  padding: 12px 24px;
  border-radius: 8px;
}

.vehicle-average-row .col-lg-4:last-child .vehicle-average-wrap {
  border: none !important;
}
.rent-car-info-col {
  padding-bottom: 200px;
}

.detail-rent-wrapper {
  border-radius: 10px;
  background: #010202;
  margin-top: 32px;
  padding: 43px 24px 64px 24px;
}

.rental-vehicle-dt1 img {
  width: 95px;
  height: 51px;
  border-radius: 4px;
}

.rental-vehicle-dt1 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 0px;
}

.rental-vehicle-dt1 div {
  width: 60%;
}

.rental-vehicle-dt1 p {
  width: 20%;
  margin: 0px;
  color: #fff;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.rental-vehicle-dt1 div span,
.rental-vehicle-price div span {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.rental-vehicle-dt2,
.rental-vehicle-dt3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.rental-vehicle-dt2 h6,
.rental-vehicle-dt3 h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.rental-vehicle-dt2 h5,
.rental-vehicle-dt3 h5 {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin: 0px;
}

.rental-vehicle-price {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  border-top: 1px solid rgba(195, 212, 233, 0.4);
  margin-top: 32px;
  padding-bottom: 32px;
}

.rental-vehicle-price h3 {
  color: #fff;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.RRC-btn {
  padding: 12px;
  border-radius: 4px;
  background-color: #f00;
  color: #000 !important;
  text-overflow: ellipsis;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.2s;
  &:hover {
    background-color: rgb(188, 0, 0);
  }
}

.detail-rent-wrapper .map img {
  width: 100%;
}

.detail-rent-wrapper .map {
  margin-top: 32px;
}

.mileage-insights-wrap {
  border-radius: 12px;
  background: #010202;
  padding: 20px 21px 19px 20px;
  margin-top: 32px;
}

.mileage-insights-wrap .head-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.mileage-insights-wrap .head-options a ion-icon {
  color: #676b70;
  font-size: 22px;
}

.mileage-insights-wrap .head-options h5 {
  color: #fff;
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.mileage-insights-wrap .mileage-graph img {
  width: 100%;
}

.mileage-insights-wrap .mileage-graph .mileage-indicate {
  display: flex;
  padding: 9px 15px;
  align-items: center;
  gap: 6px;
  border-radius: 18px;
  border: 1px solid #1f2329;
  background: #121418;
  width: 90px;
  color: #fcfcfc;
  font-family: "Archivo";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-bottom: 35px;
}

.mileage-insights-wrap .mileage-graph .mileage-indicate ion-icon {
  color: #4a068f;
}

.rental-vehicle-docs-wrap {
  border-radius: 10px;
  background: #010202;
  padding: 24px 24px 32px 24px;
  margin-top: 32px;
}

.rental-vehicle-docs-wrap .head-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.rental-vehicle-docs-wrap .head-options h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.rental-vehicle-docs-wrap .head-options a {
  color: #3563e9;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.rental-vehicle-docs-wrap ul.rental-files {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.rental-vehicle-docs-wrap ul.rental-files li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(195, 212, 233, 0.4);
}

.rental-vehicle-docs-wrap ul.rental-files li div {
  width: 76%;
}

.rental-vehicle-docs-wrap ul.rental-files li img {
  width: 42px;
  height: 42px;
}

.rental-vehicle-docs-wrap ul.rental-files li div h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

.rental-vehicle-docs-wrap ul.rental-files li div span {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.rental-vehicle-docs-wrap ul.rental-files a {
  padding: 5px 7px;
  border-radius: 5px;
  background: #1b1f24;
  text-align: center;
  text-decoration: none;
  color: #9a75ec;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rental-vehicle-docs-wrap ul.rental-files li:last-child {
  border-bottom: none !important;
  padding-bottom: 0px;
}

img.date-picker {
  width: 100%;
}

/*----- Dashboard all tables -----*/

.cancellation-disc-table,
.maintenance-table {
  width: 100%;
}

.maintenance-table {
  margin: 32px 0px;
}

.cancellation-disc-table td {
  color: #afafaf;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 26px 24px;
  text-align: right;
}

.maintenance-table td {
  color: var(--Gray-500, #667085);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 26px 24px;
  text-align: left;
}

.cancellation-disc-table th,
.maintenance-table th {
  color: #667085;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-bottom: 1px solid #1f2329;
  background: #0f1013;
  padding: 12px 24px;
  text-align: right;
}

.cancellation-disc-table th.first-th {
  text-align: left;
}

.maintenance-table th {
  text-align: left !important;
}

.cancellation-disc-table td.first-td,
.maintenance-table td.first-td {
  text-align: left;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.cancellation-disc-table tr,
.maintenance-table tr {
  border-bottom: 1px solid #1f2329;
}

.tb-btn1 a {
  border-radius: var(--Spacing, 5px);
  background: #000;
  padding: 5px 12px;
  text-decoration: none;
  color: #9a75ec;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tb-btn2 a {
  color: #fff !important;
  font-size: 14px;
}

.maintenance-table th ion-icon {
  font-size: 12px;
  top: 2px;
  position: relative;
}

.maintenance-table th.th-center {
  text-align: center !important;
}

.sr-green {
  color: #138808 !important;
}

.sr-red {
  color: #ff0000 !important;
}

/*----- Dashboard all tables end -----*/

.cancel-rental-detail-wrap {
  border-radius: 12px;
  background: #010202;
  padding: 24px;
  margin-top: 32px;
}

.cancel-rental-detail-wrap .map img {
  width: 100%;
}

.cancel-conf-btn {
  padding-top: 32px;
}

.cancel-conf-btn .conform-btn {
  padding: 12px;
  display: block;
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background-color: #4a068f;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  width: 100%;
  border: none;
  &:hover {
    color: #4a068f;
    background-color: #fff;
  }
}

.cancel-rental-detail-wrap > h5 {
  padding-bottom: 32px;
}

/*------ cancellation alert ------*/

.cancellation-alert-body {
  position: absolute;
  width: 100%;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(12, 17, 29, 0.8);
  backdrop-filter: blur(2px);
}

.cancellation-alert-body {
  display: none;
}

.cancellation-alert-body.active {
  display: flex;
}

.cancellation-alert {
  display: flex;
  width: 400px;
  height: 296px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  background: #1a2028;
  box-shadow: 0px 6px 14px 0px rgba(187, 185, 185, 0.07);
  text-align: center;
}

.cancellation-alert img {
  width: 74px;
  height: 74px;
}

.cancellation-alert h6 {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.cancellation-alert p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.cancel-alert-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cancel-alert-btn .cancel-trip {
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0),
    0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05),
    0px 0px 1px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 16px;
  color: #f00;
  border: 1px solid rgba(255, 0, 0, 0);
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    border: 1px solid #f00;
  }
}

.cancel-alert-btn .cancel-Return {
  background: #4a068f;
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0),
    0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05),
    0px 0px 1px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 16px;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  &:hover {
    background-color: #fff;
    color: #4a068f;
  }
}

/*------ cancellation-alert end ------*/

.documents-details-wrapper {
  border-radius: 8px;
  background: #1b1f24;
  padding: 16px;
  margin-top: 25px;
}

.documents-details-wrapper .docs-snap-box {
  display: flex;
  height: 134px;
  padding: 46px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #2e3446;
  margin-bottom: 12px;
}

.documents-details-wrapper .docs-snap-box img {
  width: 42px;
  height: 42px;
}

.documents-details-wrapper .docs-dics h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.documents-details-wrapper .docs-dics p {
  color: #52525b;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.documents-details-wrapper .docs-dics .docs-size {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.documents-details-wrapper .docs-dics a {
  border-radius: 5px;
  background: #000;
  padding: 5px 12px;
  text-decoration: none;
  color: #9a75ec;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*----- search bar v1 -----*/

.search-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #1f2329;
  padding-bottom: 16px;
}

.search-bar-wrapper div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-bar-v1 {
  display: flex;
  width: 321px;
  align-items: center;
  gap: var(--Medium, 8px);
  align-self: stretch;
  border-radius: 4px;
  background: #1b1f24;
  padding: 7.5px 8px;
}

.filter-v1 {
  display: flex;
  width: 114px;
  padding: 9px 13px;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  align-items: center;
  color: #667085 !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--Divider-color-Dark, #1f2329);
  background: var(--Black-color-Dark, #121418);
}

.filter-v1 img {
  width: 20px;
  height: 20px;
  filter: brightness(0.5);
}

.search-bar-v1 input {
  border-radius: 4px;
  background: #1b1f24;
  border: navajowhite;
  width: 100%;
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 28px !important;
  outline: none !important;
}

.search-bar-v1 input::placeholder {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-bar-v1 button {
  background: none;
  border: none;
  font-size: 20px;
  color: #667085;
  padding: 0px 4px;
}

/*----- search bar v1 end -----*/

/*----- invoice -----*/

.invoice-topbar-wrap {
  display: flex;
  justify-content: space-between;
}

.invoice-topbar-wrap input[type="week"] {
  border-radius: 5px;
  border: 1px solid #1f2329;
  color-scheme: dark;
  background: #121418;
  color: #6e7074;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  padding: 9px 13px;
  outline: none;
}

.invoice-refund span {
  background: #f00;
}

.invoice-complete span,
.invoice-succeeded span {
  background: #138808;
}

.invoice-refund span,
.invoice-complete span,
.invoice-succeeded span {
  border-radius: 16px;
  padding: 4px 8px 4px 6px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoice-refund span ion-icon,
.invoice-complete span ion-icon,
.invoice-succeeded span ion-icon {
  font-size: 7px;
  padding-right: 6px;
}

.invoice-order-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.pagination-indicator h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}

.pagination-nav {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pagination-nav a.pg-prev,
.pagination-nav a.pg-next {
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #000;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  &:hover {
    border: 1px solid #d6d6d6;
    background: #d6d6d6;
    color: #000;
  }
}

/*----- invoice end-----*/

/*----- Booking Details options -----*/

.invoice-option-menu,
.BD-option-menu {
  display: none;
  position: absolute;
  z-index: 999;
  left: -170px;
  border-radius: var(--Medium, 8px);
  background: #1b1f24;
  box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0),
    0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05),
    0px 0px 1px 0px rgba(0, 0, 0, 0.09);
  width: 204px;
  padding: 12px;
}
.tb-btn2 {
  position: relative;
}

.BD-option-menu ul,
.invoice-option-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.BD-option-menu ul li a.view,
.invoice-option-menu ul a.invoice-view {
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  padding: 6px 106px 6px 8px;
  background: #667085;
  color: #191c20 !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.BD-option-menu ul li a.cancel,
.invoice-option-menu ul a.invoice-delete {
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 92px 6px 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #f00 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.invoice-option-menu ul a.invoice-delete {
  color: #f36437 !important;
  padding: 6px 97px 6px 8px;
}

.BD-option-menu ul li a ion-icon,
.invoice-option-menu ul li a ion-icon {
  font-size: 18px;
}

.BD-option-menu ul li:not(:last-child),
.invoice-option-menu ul li:not(:last-child) {
  padding-bottom: 8px;
}

/*----- Booking Details options end -----*/

/*----- Book Appoitment form alert -----*/

.Book-Appointment-body.active {
  display: none !important;
}

.Book-Appointment-body {
  position: absolute;
  width: 100%;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(12, 17, 29, 0.8);
  backdrop-filter: blur(2px);
}

.Book-Appointment-form {
  display: inline-flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
  border-radius: var(--Photo, 16px);
  background: #1b1f24;
  width: 41%;
}

.Book-Appointment-form h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 32px;
  margin: 0px;
}

.Book-Appointment-form .close-icon-col .close-icon {
  font-size: 26px;
  cursor: pointer;
}

.Book-Appointment-form .close-icon-col {
  text-align: end;
}

.Book-Appointment-form input,
.Book-Appointment-form select {
  height: 60px;
  border-radius: 12px;
  background: #363b43;
  border: none;
  outline: none;
  color: #667085;
  font-family: "Poppins";
  font-size: 18.947px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin-bottom: 32px;
  padding: 0px 16px;
}

.Book-Appointment-form input[type="date"],
.Book-Appointment-form input[type="time"] {
  color-scheme: dark;
}

.Book-Appointment-form input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(41%) sepia(29%) saturate(266%) hue-rotate(182deg)
    brightness(98%) contrast(94%);
  color: #667085;
  font-size: 18px;
}

.Book-Appointment-form label {
  color: #64748b;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 11px;
}

.Book-Appointment-form button {
  width: 100%;
}

.Book-Appointment-form button[type="submit"] {
  border: none !important;
}

.cancelAppoit-btn {
  border: 1px solid #667085 !important;
  color: #667085 !important;
}

/*----- Book Appoitment form alert end -----*/

/*----- Invoice View -----*/

.invoice-view-topbar {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #1f2329;
  align-items: center;
}

.doc-prints-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.invoice-view-details h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0px !important;
  color: #fff !important;
  padding-bottom: 47px;
}

.invoice-view-details {
  padding: 24px 64px;
}

.invoice-view-subscription .user {
  padding: 12px 0px;
  font-weight: 700;
}

.invoice-view-details .inv-address {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.invoice-view-details h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
  padding-bottom: 32px;
}

.invoice-view-details .inv-info {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding-bottom: 32px;
}

.invoice-view-details .inv-info strong {
  font-weight: 600;
}

.invoice-view-subscription {
  padding: 24px 64px;
}

.invoice-view-subscription .billing-name {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.invoice-view-subscription .billing-name strong {
  font-weight: 700;
}

.invoice-view-subscription .subscription-id {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.invoice-view-subscription .subscription-id strong {
  font-weight: 700;
}

.invoice-view-subscription p {
  margin: 0px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*----- Invoice View End -----*/

/*============= Dasboard css v2 ===========*/

/* Form Css */
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0;
  width: 20%;
}
.steps ul li:hover,
.steps ul li.active {
  color: #4c008b;
}
.steps ul li:hover span,
.steps ul li.active span {
  background: #4c008b;
  color: #fff;
}
.steps ul li:hover::after,
.steps ul li.active::after {
  background: #4c008b;
  width: 80%;
}
.steps ul li::before,
.steps ul li::after {
  content: "";
  position: absolute;
  right: 80%;
  top: 22px;
  width: 80%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0;
}
.steps ul li::after {
  width: 80%;
}
.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #000;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -oborder-radius: 2px;
  border-radius: 2px;
}
.steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}
.steps ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.form-container {
  /* display: none; */
}

.form-container.active {
  display: block;
}
.steps ul li.active p {
  color: #9b9c9c;
  font-weight: 400;
}
span.file_cont {
  position: relative;
}
span.file_cont span {
  margin: 0 auto;
  display: block;
  width: 30%;
  text-align: center;
  color: var(--Primary-Gray, #7f8596);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  top: -110px;
}
span.file_cont span b {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
}
.application-content {
  padding-right: 24px;
}
.application-wrapper .application-content h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.application-wrapper .application-content p {
  color: #fff;
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
  align-self: stretch;
}
.accident_form_single {
  position: relative;
  margin-bottom: 30px;
}
.accident_form_single h5.accident-title {
  border-bottom: 1px solid #667085;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.accident_form_single .removeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 0;
  color: #64748b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: none;
  padding-right: 50px;
}
.accident_form_single button.removeBtn:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.accident_form_single button.removeBtn:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0px;
  height: 22px;
  width: 40px;
  background-color: #4a068f;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

/*---- User Dashboard side bar  (& all dashboard menus) ----*/

.dash-brand-wrapper a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px !important;
  color: #fff !important;
  text-decoration: none;
}

.dash-brand-wrapper {
  text-align: center !important;
}

.dash-brand-wrapper a span {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.sidebar-col {
  flex: 0 0 auto;
  width: 20%;
}

.panel-col {
  flex: 0 0 auto;
  width: 80%;
}

.dashboard-sidebar {
  padding: 24px 24px;
  height: 100%;
  background: #121418;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: overlay;
}

.dashboard-sidebar::-webkit-scrollbar {
  width: 3px;
}

.dashboard-sidebar::-webkit-scrollbar-track {
  background: #000000;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
  background: #474747;
}

.dashboard-sidebar::-webkit-scrollbar-thumb:hover {
  background: #474747;
}

.dashboard-menu {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dashboard-menu h6 {
  color: var(--Neutral-500, #64748b);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.dashboard-menu ul li {
  list-style-type: none;
  margin-bottom: 16px;
}

.dashboard-menu ul li a,
.vehicle-docs-menu li a {
  text-decoration: none;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  transition: all 0.2s;
  &:hover {
    color: #fff;
    background: #4a068f;
  }
}
.vehicle-docs-menu li a,
.vehicles-menu .dropdown-menu li a {
  font-size: 14px !important;
  font-family: "Poppins" !important;
}

.vehicles-menu .dropdown-menu li {
  margin: 6px !important;
}

.vehicle-docs-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.vehicle-docs-menu li {
  padding-bottom: 12px;
}

.dashboard-menu ul li a.active,
.vehicle-docs-menu li a.active {
  color: #fff;
  background: #4a068f;
}

.dashboard-menu ul li a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(201deg) brightness(102%) contrast(103%);
}

.dashboard-menu ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(201deg) brightness(102%) contrast(103%);
}

.dashboard-menu ul {
  padding: 0px;
  margin: 0px;
}

.dashboard-menu ul li a img {
  margin-right: 8px;
}

/* .dashboard-menu ul li:nth-child(5) {
margin-bottom: 24px;
} */

/* .dashboard-menu ul li:last-child {
  margin-bottom: 0px !important;
  padding-top: 24px;
  border-top: 1px solid #d0d5dd;
} */

.sidebar-user-profile-wrapper h6 {
  color: var(--Neutral-500, #64748b);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.sidebar-user-profile {
  display: flex;
  align-items: center;
}

.sidebar-user-profile .user-meta h4 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.sidebar-user-profile .user-meta .user-status {
  border-radius: 100px;
  background: #9b9c9c;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sidebar-user-profile img {
  margin-right: 12px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn {
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  color: #000 !important;
  padding: 6px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin-top: 42px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn img {
  margin-right: 8px;
}

.sidebar-user-profile .user-meta .user-status ion-icon {
  font-size: 8px;
  margin-right: 3px;
}

span#notific {
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #4a068f;
  padding: 2px 12px;
  position: absolute;
  right: 4%;
}

.dashboard-menu ul li a.active span#notific {
  background: #fff !important;
  color: #4a068f;
}

.dashboard-menu ul li a:hover span#notific {
  background: #fff;
  color: #4a068f;
}

/*-- dashboard vehicles menu --*/

.vehicles-menu button {
  text-decoration: none;
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  transition: all 0.2s;
  background: transparent;
  border: none !important;
  outline: none !important;
}

.vehicles-menu button img {
  margin-right: 8px;
}

.vehicles-menu {
  margin-bottom: 16px;
}

.vehicles-menu ul {
  background: transparent;
  position: unset;
  padding-left: 10px;
  margin-left: 24px;
  border-left: 1px solid gray;
  border-radius: 0px;
}

.vehicles-menu ul li:last-child {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  border-top: none !important;
}

.vehicles-menu .dropdown-toggle::after {
  display: none !important;
}

/*-- dashboard vehicles menu end --*/

/*---- User Dashboard side bar end ----*/

/*----- Notification -----*/

.user-notifications-wrapper ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.user-notifications-wrapper ul li {
  margin: 23px 0px;
  padding: 6px 0px;
  border-radius: 4px;
  &:hover {
    background-color: rgba(74, 6, 143, 0.5);
  }
}
.user-notifications-wrapper ul li > a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-radius: 4px;
  padding: 12px;
  text-decoration: none;
  transition: all 0.3s;
}

.notific-user {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  padding-bottom: 7px;
}

.short-notific {
  color: #aba9a9;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  padding-bottom: 7px;
}

.notific-time {
  color: #8d98af;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

span.notific-date {
  color: #8d98af;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

.nofitic-vehicles img {
  width: 95px;
  height: 51px;
  border-radius: 4px;
}

.notific-data-box {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

span.notific-date ion-icon,
span.notific-date i {
  font-size: 7px;
  padding: 0px 6px;
}

.noific-user-img {
  position: relative;
}

.noific-user-img ion-icon,
.noific-user-img i {
  position: absolute;
  top: 37px;
  right: 0;
  fill: #4a068f;
  font-size: 12px;
}

.notific-file-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #1b1f24;
  padding: 12px;
  margin-left: 72px;
  margin-right: 12px;
}

.notific-file-download .notific-file-data {
  display: flex;
  gap: 12px;
  align-items: center;
}

.notific-file-download .notific-file-data h6 {
  color: #fff;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0px;
}

.notific-file-download .notific-file-data .file-size {
  color: #9a9999;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
}

.notific-file-down {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #4a068f;
  color: #fff !important;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  &:hover {
    background-color: #fff !important;
    color: #4a068f !important;
  }
}

/*----- Notification End -----*/

/*----- Notification inPage -----*/

.notification-inBody {
  padding: 24px;
  margin-top: 23px;
}

.notfic-main-user {
  display: flex;
  gap: 24px;
}

.notfic-main-user .notific-user {
  margin-right: 12px;
}

.notfic-main-user .short-notific {
  padding-top: 16px;
  padding-bottom: 16px;
}

.notification-inBody .notfic-main-img img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.notific-alert {
  border-radius: 4px;
  background: rgba(232, 69, 54, 0.2);
  padding: 8px 16px;
}

.notific-alert p {
  color: #e84536;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.26px;
  margin: 0px;
}

.notification-inPage-card .search-bar-wrapper {
  align-items: center;
}

/*----- Notification inPage End -----*/

/*----- Profile -----*/
.profile-card.db-default-wrapper .nav .nav-link {
  padding: 14px 15px;
  border-radius: 8px !important;
  color: #9a9a9a !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  text-align: left !important;
}
.profile-card.db-default-wrapper .nav .nav-link.active,
.profile-card.db-default-wrapper .nav .nav-link:hover {
  background: #2e0d54 !important;
  color: #fff !important;
}
.profile-card.db-default-wrapper .profile-cancel-btn {
  color: #667085 !important;
  text-overflow: ellipsis;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 139px;
  height: 43px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #667085;
  overflow: hidden;
  transition: all 0.3s;
  background: #0000;
}
.profile-card.db-default-wrapper .profile-save-btn {
  border: none;
}
.profile-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  border-radius: 10px;
  border-bottom: 1px solid #1f2329;
}

.profile-cancel-btn,
.profile-save-btn {
  border-radius: 10px !important;
  font-family: "Poppins";
}

.profile-top-bar .profile-btn-wrap {
  display: flex;
  gap: 13px;
}

.profile-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  padding: 16px;
  margin-top: 25px;
}

.profile-meta-wrapper .profile-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.profile-meta-wrapper .profile-meta img {
  width: 74px;
  height: 74px;
}

.profile-meta-wrapper .profile-name {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 8px;
}

.profile-meta-wrapper .profile-status {
  color: #00803c;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.profile-meta-wrapper .profile-status ion-icon {
  font-size: 15px;
}

.profile-meta-wrapper .profile-id {
  color: #98a2b3;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
}

.change-img-btn {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.profile-info-form-wrap {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  margin-top: 25px;
}

.profile-info-form-wrap form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}

.profile-info-form-wrap form .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 32px;
}

.profile-info-form-wrap form .form-group input::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.profile-info-form-wrap .head-wrap h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.profile-info-form-wrap .head-wrap {
  padding-bottom: 16px;
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}

.profile-info-form-wrap form .form-group .t-flag {
  position: relative;
}

.profile-info-form-wrap form .form-group .t-flag input[type="tel"] {
  padding-left: 40px;
}

.profile-info-form-wrap form .form-group .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* User Info Css */
.sidebar-user-profile-wrapper h6 {
  color: var(--Neutral-500, #64748b);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.sidebar-user-profile {
  display: flex;
  align-items: center;
}

.sidebar-user-profile .user-meta h4 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 2px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.sidebar-user-profile .user-meta .user-status {
  border-radius: 100px;
  background: #9b9c9c;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.sidebar-user-profile img {
  margin-right: 12px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn {
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  color: #000 !important;
  padding: 6px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  margin-top: 42px;
}

.sidebar-user-profile-wrapper .sidebar-log-btn img {
  margin-right: 8px;
}

.sidebar-user-profile .user-meta .user-status ion-icon {
  font-size: 8px;
  margin-right: 3px;
}

/* Vehicle Document bootsrtap tabs start */

.vehicle-document-tabs-v1 .nav .nav-link,
.Profile-password-tabs-v1 .nav .nav-link {
  padding: 14px 15px;
  border-radius: 8px !important;
  color: #9a9a9a !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  text-align: left !important;
}

.vehicle-document-tabs-v1 .nav .nav-link.active,
.Profile-password-tabs-v1 .nav .nav-link.active {
  background: #2e0d54 !important;
  color: #fff !important;
}

.vehicle-document-tabs-v1,
.Profile-password-tabs-v1 {
  gap: 24px;
}

.vehicle-document-tabs-v1 .nav,
.Profile-password-tabs-v1 .nav {
  width: 23%;
}

.Profile-password-tabs-v1 .nav {
  width: 23%;
  margin-right: 0px !important;
  padding-right: 24px;
  border-right: 1px solid #1f2329;
}

.vehicle-document-tabs-v1 .tab-content,
.Profile-password-tabs-v1 .tab-content {
  width: 77%;
}

/* Vehicle Document bootsrtap tabs end */

.documents-details-wrapper .docs-dics h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.documents-details-wrapper .docs-dics p {
  color: #52525b;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.documents-details-wrapper .docs-dics .docs-size {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.documents-details-wrapper .docs-dics a {
  border-radius: 5px;
  background: #000;
  padding: 5px 12px;
  text-decoration: none;
  color: #9a75ec;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Vehicle Document bootsrtap tabs start */

.vehicle-document-tabs-v1 .nav .nav-link,
.Profile-password-tabs-v1 .nav .nav-link {
  padding: 14px 15px;
  border-radius: 8px !important;
  color: #9a9a9a !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  text-align: left !important;
}

.vehicle-document-tabs-v1 .nav .nav-link.active,
.Profile-password-tabs-v1 .nav .nav-link.active {
  background: #2e0d54 !important;
  color: #fff !important;
}

.vehicle-document-tabs-v1,
.Profile-password-tabs-v1 {
  gap: 24px;
}

.vehicle-document-tabs-v1 .nav,
.Profile-password-tabs-v1 .nav {
  width: 23%;
}

.Profile-password-tabs-v1 .nav {
  width: 23%;
  margin-right: 0px !important;
  padding-right: 24px;
  border-right: 1px solid #1f2329;
}

.vehicle-document-tabs-v1 .tab-content,
.Profile-password-tabs-v1 .tab-content {
  width: 77%;
}

/* Vehicle Document bootsrtap tabs end */

/*----- Profile -----*/

.profile-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  border-radius: 10px;
  border-bottom: 1px solid #1f2329;
}

.profile-cancel-btn,
.profile-save-btn {
  border-radius: 10px !important;
  font-family: "Poppins";
}

.profile-top-bar .profile-btn-wrap {
  display: flex;
  gap: 13px;
}

.profile-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  padding: 16px;
  margin-top: 25px;
}

.profile-meta-wrapper .profile-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.profile-meta-wrapper .profile-meta img {
  width: 74px;
  height: 74px;
}

.profile-meta-wrapper .profile-name {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 8px;
}

.profile-meta-wrapper .profile-status {
  color: #00803c;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.profile-meta-wrapper .profile-status ion-icon {
  font-size: 15px;
}

.profile-meta-wrapper .profile-id {
  color: #98a2b3;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0px;
}

.change-img-btn {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: center;
  font-family: "Inter";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.profile-info-form-wrap {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  margin-top: 25px;
}

.profile-info-form-wrap form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}

.profile-info-form-wrap form .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 32px;
}

.profile-info-form-wrap form .form-group input::placeholder {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.profile-info-form-wrap .head-wrap h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.profile-info-form-wrap .head-wrap {
  padding-bottom: 16px;
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}

.profile-info-form-wrap form .form-group .t-flag {
  position: relative;
}

.profile-info-form-wrap form .form-group .t-flag input[type="tel"] {
  padding-left: 40px;
}

.profile-info-form-wrap form .form-group .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(/assets/images/dashboard/Image653.webp);
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* profile menu */

.profile-update-menu ul {
  list-style: none;
  padding: 0px;
}

.profile-update-menu ul li {
  margin-bottom: 12px;
}

.profile-update-menu ul li a {
  padding: 14px 15px;
  color: #9a9a9a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  display: block;
  &:hover {
    border-radius: 8px;
    background: #2e0d54;
    color: #fff;
  }
}

.profileAccount-delete {
  padding: 26px 15px;
}

.profileAccount-btn {
  color: #f41010 !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
}

.profile-update-menu {
  height: 100%;
  padding-right: 24px;
  border-radius: 0px;
  border-right: 1px solid #1f2329;
  background: #121418;
}

.profile-info-form-wrap.profile-password .form-group .toggle-password {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 20px;
  background-color: #0000;
  border: none;
  color: #fff;
}

.profile-info-form-wrap.profile-password .form-group {
  position: relative;
}

.vehicle-document-tabs-v1 .nav .nav-link.active,
.Profile-password-tabs-v1 .nav .nav-link.active {
  background: #2e0d54 !important;
  color: #fff !important;
}

.vehicle-document-tabs-v1,
.Profile-password-tabs-v1 {
  gap: 24px;
}
/*----- Profile End -----*/

/*------ Payment -----*/

.balance-wrapper h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 24px;
}

.balance-wrapper h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin: 0px;
}

.balance-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  background: #1f2329;
}

.payNow-btn,
.paySave-btn,
.nofitic-markRead-btn,
.profile-save-btn {
  color: #fff !important;
  text-overflow: ellipsis;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 139px;
  height: 43px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  &:hover {
    color: #4a068f !important;
    background: #ffffff;
  }
}

.payCancel-tbn,
.profile-cancel-btn {
  color: #667085 !important;
  text-overflow: ellipsis;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 139px;
  height: 43px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  border: 1px solid#667085;
  overflow: hidden;
  transition: all 0.3s;
  &:hover {
    color: #4a068f !important;
    background: #ffffff;
  }
}

/* STYLE F */
.checkbox.payment-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.payment-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.payment-radio input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.payment-radio input:checked ~ .checkbox__checkmark:after {
  transform: scale(1);
}
.checkbox.payment-radio input:checked ~ .checkbox__body {
  /* font-weight: bold; */
}
.checkbox.payment-radio:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.payment-radio:hover input:checked ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.payment-radio .checkbox__checkmark {
  position: absolute;
  top: 14px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.payment-radio .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  display: block;
  background-color: #4a068f;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}
.checkbox.payment-radio .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

.payment-method-row {
  padding: 24px;
  margin: 32px 0px;
}

.payment-history-row {
  padding: 24px;
}

/* end */

.checkbox__body .checkbox-inbody {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkbox__body .checkbox-inbody h6 {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0px;
}

.checkbox__body .checkbox-inbody span.exp {
  color: #9b9c9c;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.checkbox__body .checkbox-inbody img {
  width: 45px;
}

.payment-method-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  padding-top: 29px;
  border-bottom: 1px solid #1f2329;
}

.payment-method-head h5 {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
}

.payment-method-head h6 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.payment-options-list {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  margin: 12px 0px;
}

.payment-options-list {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  margin: 12px 0px;
}

.pay-mathod-default a {
  display: flex;
  padding: 2px 10px 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  border-radius: 16px;
  background: #1b1f24;
  text-transform: capitalize;
}

.pay-mathod-default a ion-icon {
  font-size: 7px;
}

.default-or-delete {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  align-items: center;
}

.default-or-delete .set-def {
  color: #9b9c9c;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.default-or-delete .del ion-icon {
  color: #ff0000;
  font-size: 23px;
}

.payment-history-head h5 {
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
}

.payment-history-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #1f2329;
}

.payment-history .pay-history-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-history .pay-history-wrap .pay-history-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-history ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.payment-history .pay-history-wrap .pay-history-info .pay-record h5 {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0px;
  padding-bottom: 12px;
}

.payment-history .pay-history-wrap .pay-history-info .pay-record h6 {
  color: #667085;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0px;
}

.payment-history .pay-history-wrap .pay-history-price h5 {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.payment-history ul li {
  padding: 12px 0px;
}

.payment-history .pay-history-wrap .pay-history-info img {
  width: 42px;
  height: 42px;
  object-fit: cover;
}

/*------ Payment End -----*/

/*----- paymment process -----*/

.payment-process-btn-wrap {
  display: flex;
  justify-content: space-around;
  gap: 13px;
}

.payment-process-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1f2329;
  padding-bottom: 20px;
}

.payment-card-wrapper img {
  width: 100%;
}

.payment-card-wrapper {
  padding-top: 34px;
}

/*----- paymment process end -----*/

/* Message Start */

.message-card {
  padding: 24px 15px;
}

.addTicket-btn {
  color: #fff !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  border-radius: 4px;
  background: #4a068f;
  padding: 10px 16px 10px 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  &:hover {
    background-color: #fff;
    color: #4a068f !important;
  }
}

.addTicket-btn:hover ion-icon {
  color: #4a068f !important;
}

.addTicket-btn ion-icon {
  font-size: 17px;
  color: #fff;
  padding-right: 6px;
  transition: all 0.3s;
}

.msg-menu-wraper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  border-right: 1px solid #ffffff1a;
}

.msg-menu-wraper .search-bar-v1 {
  width: 100%;
}

.msg-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.msg-menu .msg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 23px;
  text-decoration: none !important;
  padding: 20px 16px;
  border-radius: 4px;
}

.msg-menu .msg .user-relate {
  display: flex;
  justify-content: space-between;
}

.msg-menu .msg .user-relate .user-msg-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.msg-menu .msg .user-relate .user-msg-profile img {
  width: 42px;
  height: 40px;
}

.msg-menu .msg .user-relate .user-msg-profile h6 {
  overflow: hidden;
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
  margin: 0px;
}

.msg-menu .msg .user-relate .msg-trace {
  display: flex;
  align-items: center;
  gap: 10px;
}

.msg-menu .msg .user-relate .msg-trace .time-date {
  color: #8d98af;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

.msg-menu .msg .user-relate .msg-trace .msg-alert {
  color: #8d98af;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.msg-menu .msg .user-relate .msg-trace .msg-alert ion-icon {
  font-size: 8px;
  color: #8d98af;
}

.msg-menu .msg .user-short-msg p {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0px;
}

.msg-menu .msg.admin-2 {
  background: #000;
}

.msg-menu ul li:not(:last-child) {
  margin-bottom: 24px;
}

.chat-board-topBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.chat-board-topBar .chat-user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-board-topBar .chat-user-profile img {
  width: 42px;
  height: 40px;
}

.chat-board-topBar .chat-user-profile h6 {
  margin: 0px;
  overflow: hidden;
  color: #fff;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.chat-XOptions a {
  color: #fff !important;
  text-decoration: none;
}

.chat-XOptions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-XOptions .chat-option ion-icon {
  padding-top: 10px;
}

.chat-XOptions .chat-close {
  color: #fff;
  font-family: "Archivo";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #1b1f24;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.chat-text-field textarea {
  border-radius: 12px;
  border: 1px solid #1f2329;
  background: #1f2329;
  width: 100%;
  padding: 20px 60px 20px 20px;
  outline: none !important;
  color: #667085;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  resize: none !important;
}

.chat-text-field textarea::placeholder {
  color: #667085;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.file-send-wrap {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  margin: auto;
  background: #121418;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.file-send-wrap a {
  color: #fff !important;
  text-decoration: none;
}

.file-send-btn ion-icon {
  color: #fff;
  font-size: 22px;
  padding-top: 6px;
}

.file-ops ion-icon {
  font-size: 20px;
  color: #fff !important;
}

.chat-text-field .wrap {
  position: relative;
}

.chat-board-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.chat-board-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding: 48px 0px;
}

.chat-board-body .msg-tabs-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.chat-board-body .msg-tabs-wrap .message-box {
  padding: 16px 6px 16px 16px;
  background: #1f2329;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: 75%;
}

.chat-board-body .msg-tabs-wrap .message-box p {
  color: #667085;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin: 0px;
}

.message-box .msg-active-time span {
  color: #fff;
  font-family: "Poppins";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.message-box .msg-active-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.message-box .msg-active-time .active {
  display: flex;
  align-items: center;
  gap: 4px;
}

.message-box .msg-active-time .active ion-icon {
  color: #fff;
  font-size: 14px;
}

.chat-board-body .admin2-wrap .msg-tabs-wrap .message-box {
  background: #000;
}

.chat-board-body .admin1-wrap .msg-tabs-wrap {
  justify-content: right;
}

.chat-board-body .admin2-wrap .msg-tabs-wrap {
  justify-content: left;
}

input#chat-docs {
  display: none;
}

.chat-text-field textarea::-webkit-scrollbar {
  width: 4px;
}

.chat-text-field textarea::-webkit-scrollbar-track {
  background: transparent;
}

.chat-text-field textarea::-webkit-scrollbar-thumb {
  background: transparent;
}

.chat-text-field textarea::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

/* Message Start */

/* Changes Css */
.pco_get_date input {
  width: 60px !important;
  height: 60px !important;
  border-radius: 0 !important;
  margin-right: 8px;
  font-size: 18px !important;
  font-weight: 600;
}

.pco_get_date .pco_month.d-flex {
  margin-right: 50px;
}

.pco_get_date {
  margin-bottom: 30px;
}

/************SETTING 2 PAGE CSS**********/
.profile-meta-wrapper .setting-data .profile-status {
  color: #667085;
}
.main-pass .form-group label {
  font-size: 24px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.main-pass {
  padding: 20px 32px 15px 25px;
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  margin-top: 25px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-pass .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 0;
  width: 100%;
  outline: none;
  margin-bottom: 0px;
}
.main-pass .form-group {
  width: 90%;
}

/********CHANGE PASSWORD POPUP FORM CSS*************/
.change-password-body {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 62px 32px 52px 32px;
  margin-top: 40px;
}
.change-password-body label {
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.change-password-body .chng-psd h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.change-password-body input {
  background: #000;
  border-radius: 12px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffff;
  padding-left: 30px;
}
.change-password-body .change-pass-btn {
  text-align: right;
  margin-top: 48px;
}
.change-password-body .change-pass-btn a.psd-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 75px 9px 75px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.change-password-body .change-pass-btn a.psd-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.change-password-body .change-pass-btn a.psd-change:hover {
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #667085;
}
.change-password-body .change-pass-btn a.psd-cancel:hover {
  transition: all 0.5s ease-in-out;
  background: #4a068f !important;
  border: 1px solid #4a068f;
  color: #fff !important;
}
.change-password-body input:focus {
  border: none;
  outline: none;
}
.change-password-body .toggle-password {
  position: absolute;
  margin-top: 20px;
  margin-left: -40px;
}
.chng-psd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.chng-psd i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.chng-psd a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.main-pass .chn-img {
  width: 12%;
}

/**********SUCCESS POPUP CSS***********/
.succes-body {
  width: 400px;
  height: 264px;
  padding: 24px 24px 24px 24px;
  border-radius: 12px;
  background: #1a2028;
  box-shadow: 0px 6px 14px 0px rgba(187, 185, 185, 0.07);
  text-align: center;
  margin-top: 40px;
}
.succes-body .succes-return-btn .succes-return {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #4a068f;
  letter-spacing: 2px;
  padding: 12px 76px 12px 76px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.succes-body .succes-alert img {
  padding-bottom: 14px;
}
.succes-body .succes-alert h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.succes-body .succes-alert p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 27px;
  color: #fff;
}

.succes-body .succes-return-btn .succes-return:hover {
  transition: all 0.5s ease-in-out;
  background: transparent;
  color: #fff;
  border: 1px solid #667085;
}
/***********CHANGE PHONE NUMBER POPUP CSS*******/
.change-phn-body {
  background-color: #1b1f24;
  border-radius: 16px;
  padding: 62px 32px 62px 32px;
  margin-top: 40px;
  position: relative;
}
.change-phn-body label {
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.change-phn-body .chng-phn h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.change-phn-body input {
  background: #000;
  border-radius: 12px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  margin-bottom: 20px !important;
  color: #ffff !important;
  padding-left: 60px;
}
.change-phn-body .change-phn-btn {
  text-align: right;
  margin-top: 40px;
}
.change-phn-body .change-phn-btn a.phn-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 75px 9px 75px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.change-phn-body .change-phn-btn a.phn-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.change-phn-body .change-phn-btn a.phn-change:hover {
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #667085;
}
.change-phn-body .change-phn-btn a.phn-cancel:hover {
  transition: all 0.5s ease-in-out;
  background: #4a068f !important;
  border: 1px solid #4a068f;
  color: #fff !important;
}
.change-phn-body input:focus {
  border: none;
  outline: none;
}
.change-password-body .toggle-password {
  position: absolute;
  margin-top: 20px;
  margin-left: -40px;
}
.chng-phn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.chng-phn i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.chng-phn a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.change-phn-body form .form-group .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 22px;
  left: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.change-phn-body form .form-group .t-flag {
  position: relative;
}

/***********CHANGE EMAIL ADDRESS POPUP CSS*******/
.change-eml-body {
  background-color: #1b1f24;
  border-radius: 16px;
  padding: 62px 32px 62px 32px;
  margin-top: 40px;
  position: relative;
}
.change-eml-body label {
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.change-eml-body .chng-eml h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.change-eml-body input {
  background: #000;
  border-radius: 12px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  margin-bottom: 20px !important;
  color: #ffff !important;
  padding-left: 30px;
}
.change-eml-body .change-eml-btn {
  text-align: right;
  margin-top: 40px;
}
.change-eml-body .change-eml-btn a.eml-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 75px 9px 75px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.change-eml-body .change-eml-btn a.eml-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.change-eml-body .change-eml-btn a.eml-change:hover {
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #667085;
}
.change-eml-body .change-eml-btn a.eml-cancel:hover {
  transition: all 0.5s ease-in-out;
  background: #4a068f !important;
  border: 1px solid #4a068f;
  color: #fff !important;
}
.change-eml-body input:focus {
  border: none;
  outline: none;
}
.change-password-body .toggle-password {
  position: absolute;
  margin-top: 20px;
  margin-left: -40px;
}
.chng-eml {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.chng-eml i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.chng-eml a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.change-eml-body form .form-group .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 22px;
  left: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.change-eml-body form .form-group .t-flag {
  position: relative;
}

/***********OTP NUMBER POPUP CSS***********/
.chng-otp-body {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 46px 32px 46px 32px;
  margin-top: 40px;
  width: 621px;
}
.chng-otp-body label {
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.chng-otp-body .chng-chng-otp h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.chng-otp-body input {
}
.chng-otp-body .chng-otp-btn {
  text-align: right;
  margin-top: 48px;
}
.chng-otp-body .chng-otp-btn a.chng-otp-ver {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 75px 9px 75px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.chng-otp-body .chng-otp-btn a.chng-otp-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.chng-otp-body .chng-otp-btn a.chng-otp-ver:hover {
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #667085;
}
.chng-otp-body .chng-otp-btn a.chng-otp-cancel:hover {
  transition: all 0.5s ease-in-out;
  background: #4a068f !important;
  border: 1px solid #4a068f;
  color: #fff !important;
}
.chng-otp-body input:focus {
  border: none;
  outline: none;
}
.change-password-body .toggle-password {
  position: absolute;
  margin-top: 20px;
  margin-left: -40px;
}
.chng-chng-otp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-left: 0px;
}
.chng-chng-otp i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.chng-chng-otp a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.chng-otp-body .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chng-otp-body .form-group input {
  background: #1f2329;
  border: 2px solid #000;
  border-radius: 4px;
  width: 76px;
  height: 76px;
  margin-right: 14px !important;
  text-align: center;
  color: #fff;
}
.chng-otp-body .form-group input::placeholder {
  color: #fff;
  font-weight: 600;
}
.chng-otp-body .chng-otp-pera p {
  padding-left: 10px;
  color: #fff;
}
.chng-otp-body .resend-timer {
  padding-top: 10px;
  padding-left: 10px;
}
.chng-otp-body .resend-timer p {
  color: #9b9c9c;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
}
.chng-otp-body .resend-timer p span {
  color: #ff0000;
  font-weight: 600;
}
.profile-info-form-wrap form .form-group img {
  position: relative;
  left: 70%;
  top: 25px;
  z-index: 99;
}
.profile-top-bar h5 {
  color: #fff;
}
/*.modal-box {
      display: none;
}*/
.password_modal .modal-body {
  display: flex;
  justify-content: center;
}

/***********CALENDER ALL PAGE CSS*******/
.cal-left-txt {
  display: flex;
}
.cal-blck-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  margin-bottom: 18px;
  padding: 18px 15px 18px 15px;
  border-radius: 12px;
}
.cal-blck-bx .cal-btn a.cncl-btn {
  color: #ff0000;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  background: #1b1f24;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
.cal-blck-bx .cal-btn a.cncl-btn-purple {
  color: #9a75ec;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  background: #1b1f24;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
.cal-blck-bx .cal-text p {
  color: #afafaf;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Poppins";
}
.cal-blck-bx .cal-text h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.cal-blck-bx .cal-text {
  padding-left: 12px;
}
.cal-blck-bx .cal-text span {
  color: #7f8596;
  font-size: 15px;
}
.calender-top {
  padding-top: 20px;
}

/******CALENDER WARNING ALLERT POPUP CSS*******/
.calen-bx-body {
  /* width: 30%; */
  height: 240px;
  padding: 24px 24px 24px 24px;
  border-radius: 12px;
  background: #1a2028;
  box-shadow: 0px 6px 14px 0px rgba(187, 185, 185, 0.07);
  text-align: center;
  margin-top: 40px;
}
.calen-bx-body p {
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
}
.calen-bx-body .calen-bx-btn a.calen-bx-change {
  color: #fff !important;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 50px 11px 50px;
  border: 1px solid #4a068f;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.calen-bx-body .calen-bx-btn a.calen-bx-return {
  color: #fff !important;
  background: #f41010;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 50px 11px 50px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #f41010;
}

/*********PRIVATE HIRE SCREEN CSS*************/
.private-hire-pop {
  background-color: #1b1f24;
  border-radius: 16px;
  padding: 62px 32px 62px 32px;
  margin-top: 40px;
  position: relative;
}
.private-hire-pop .private-top-head h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 36px;
}
.private-hire-pop .private-head-pera p {
  color: #fff;
  padding-bottom: 32px;
}
.private-hire-pop .form-group label {
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 10px;
}
.private-hire-pop .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  width: 90%;
  outline: none;
  margin-bottom: 15px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.private-hire-pop .form-group input.mg02 {
  color: #ffffff3b;
}

.private-hire-pop .form-group input.mg03 {
  color: #ffffff3b;
}

.private-hire-pop .form-group input.mg04 {
  color: #ffffff3b;
}

.private-hire-pop .form-group input.mg06 {
  color: #ffffff3b;
}
.private-hire-pop .change-phn-btn a.phn-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 75px 9px 75px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.private-hire-pop .change-phn-btn a.phn-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.private-hire-pop .change-phn-btn {
  text-align: right;
  padding-top: 48px;
}
.pvt-form form .file_cont input[type="file"]::file-selector-button {
  font-size: 0px;
  display: none;
}

.pvt-form form .file_cont input[type="file"] {
  font-size: 0px !important;
  position: relative;
  border: 1px dashed #121418 !important;
  background: #121418 !important;
  height: 210px;
  border-radius: 8px;
}

.pvt-form form .file_cont input[type="file"]::before {
  content: "";
  width: 65px;
  height: 48px;
  background: url(../images/dashboard/file-upload.webp);
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}

.pvt-form form .file_cont input[type="file"]::after {
  content: "Click to upload or drag and drop Maximum file size 50 MB.";
  position: absolute;
}
.private-hire-pop .form-group input.mg05 {
  background: #121418;
  border-radius: 12px;
  height: 60px;
  padding-left: 20px;
  padding-top: 10px;
}
.private-hire-pop .form-group input.mg06 {
  background: #121418;
  border-radius: 12px;
  height: 60px;
  padding-left: 20px;
  padding-top: 10px;
}
.private-hire-pop .up-bx {
  padding-top: 32px;
}
.private-top-head {
  position: relative;
}

.private-top-head a.cross-icon {
  position: absolute;
  top: -10px;
  right: 10px;
  color: #fff;
}

/*********DELETE ACCOUNT POPUP CSS**********/
.delete-alert {
  width: 400px;
  height: 396px;
}
.delete-alert .delete-alert-btn a.chng-otp-ver {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #4a068f;
  letter-spacing: 2px;
  padding: 9px 76px 9px 76px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.delete-alert .delete-alert-btn a.succes-return {
  background: #ff0000;
  border: 1px solid #ff0000;
  margin-top: 24px;
  padding: 9px 76px 9px 76px;
}

.delete-alert .delete-alert-btn {
  display: grid;
}

/********CONFIRMATION DELETE ACCOUNT POPUP CSS*********/
.resqt-body {
  height: 346px;
}
.resqt-body .resqt-body-btn a.succes-return {
  padding: 11px 81px 11px 81px;
}

/************SUPPORT SCREEN CSS**********/
.unresolve-head h6 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #667085;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.resolve-head h6 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #667085;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 100%;
}
.unresolve-head p {
  font-size: 16px;
  line-height: 26px;
  color: #686a6a;
  margin-bottom: 0;
}
.unresolve-head p a {
  text-decoration: none;
  color: #686a6a;
}
.resolve-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.resolve-head i {
  rotate: 270deg;
}
.support-tckt-btn {
  justify-content: end !important;
}
.chat-text-field label i {
  color: #4a068f;
  font-size: 20px;
  margin-top: 7px;
  rotate: 40deg;
  margin-left: -3px;
}
.chat-text-field textarea::placeholder {
  padding-top: 11px;
}
.file-send-wrap {
  border-radius: 4px;
}
.chat-board-body .admin2-wrap .msg-tabs-wrap {
  justify-content: start !important;
}

/***********CREATE TICKET POPUP CSS*****/
.create-ticket-pop {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 42px 32px 52px 32px;
  margin-top: 40px !important;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px !important;
}
.create-ticket-pop .tckt-img-main {
  border-radius: 8px;
  border: 1px solid #1f2329;
  background: #121418;
  padding: 16px;
}
.create-ticket-pop .tckt-img-main h6.profile-meta {
  font-size: 14px;
  line-height: 18px;
  color: #98a2b3;
  margin-bottom: 0;
  font-weight: 400;
}
.tckt-img-text {
  display: flex;
  align-items: center;
}
.tckt-img-text .profile-data {
  padding-left: 10px;
}
.tckt-form .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 32px;
}
.tckt-form .form-group img {
  position: relative;
  left: 70%;
  top: 25px;
}
.tckt-form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.tckt-form form .form-group .t-flag {
  position: relative;
}
.tckt-form form .form-group .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tckt-form form .form-group .t-flag input[type="tel"] {
  padding-left: 40px;
}
.tckt-form {
  padding-top: 32px;
}
.tckt-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tckt-bx h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.tckt-bx a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.tckt-bx i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.tckt-pera p {
  font-size: 16px;
  line-height: 26px;
  color: #667085;
  margin-bottom: 0;
  font-weight: 400;
}
.tckt-pera {
  padding-top: 32px;
  padding-bottom: 32px;
}
.labeling-form form .form-group input {
  background: #000;
  border-radius: 12px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffff;
  padding-left: 30px;
}
.labeling-form form .form-group label {
  font-size: 18px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 15px;
}
.labeling-form form .form-group label span {
  font-style: italic;
}
.labeling-form form .form-group input[type="textarea"] {
  height: 110px;
}
.labeling-form form .form-group input[type="textarea"]::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.labeling-form form .form-group input::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.labeling-form {
  padding-top: 32px;
}
.labeling-form form .form-group input:focus {
  outline: none;
}
.labeling-form .change-pass-btn {
  text-align: right;
  padding-top: 45px;
}
.labeling-form .change-pass-btn a.psd-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 67px 9px 67px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.labeling-form .change-pass-btn a.psd-cancel:hover {
  transition: all 0.5s ease-in-out;
  background: #4a068f !important;
  border: 1px solid #4a068f;
  color: #fff !important;
}
.labeling-form .change-pass-btn a.psd-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 68px 9px 68px;
  border: 1px solid #4a068f;
  transition: all 0.5s ease-in-out;
}
.labeling-form .change-pass-btn a.psd-change:hover {
  background: transparent;
  border: 1px solid #667085;
  transition: all 0.5s ease-in-out;
}
.labeling-form form .filter-v1 {
  background: #121418;
  border-radius: 122px;
  width: 153px;
  height: 44px;
  color: #fff !important;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 32px;
}
.labeling-form form .filter-v1 img {
  filter: drop-shadow(2px 4px 6px black);
}
.tickt_att input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.tickt_att {
  position: relative;
}
.filter-v1 img {
  object-fit: scale-down;
}
/***********SUPPORT-2 SCREEN CSS*******/
.msg-menu .msg .user-relate .user-msg-profile h6 {
  border: none;
}
.Confirm-alert {
  height: 342px;
}
.Confirm-alert .Confirm-alert-btns {
  display: grid;
}
.Confirm-alert .Confirm-alert-btns a.chng-otp-ver {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #4a068f;
  letter-spacing: 2px;
  padding: 12px 76px 12px 76px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
  margin-bottom: 24px;
}
.Confirm-alert .succes-alert p {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.Confirm-alert .Confirm-alert-btns a.succes-return {
  background: #667085;
  border: 1px solid #667085;
}

/*************FAILED PAY SCREEN CSS***********/
.doc-prints-wrap a.psd-cancel {
  color: #fff !important;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  background: #4a068f;
  padding: 12px 17px 12px 16px;
  transition: all 0.3s;
  margin-left: 24px;
}
.doc-prints-wrap a.psd-cancel:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #4a068f !important;
}

/***************RETRY PAYMENT POPUP CSS*****************/
.retry-pay {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 42px 32px 52px 32px;
  margin-top: 40px !important;
  width: 50%;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
}
.retry-pay-method-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.retry-pay-method-head i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.retry-pay-method-head a.cross-icon {
  text-decoration: none;
  color: #fff;
}
.retry-pay .select-crd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-crd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-crd a.cross-icon {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.select-crd a.cross-icon i {
  margin-right: 12px;
}
.select-crd h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.retry-bdy-bx {
  background-color: #121418 !important;
  border-radius: 16px;
  padding: 20px 16px 16px 16px;
  margin-top: 24px;
  width: 429px;
  height: 224px;
}
.retry-pay-payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
}
.retry-pay-payment-total .payment-head h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #fcfcfc;
}
.change-pass-btn a.psd-cancel {
  color: #fff !important;
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 65px 9px 75px;
  border: 1px solid #4a068f;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.change-pass-btn a.psd-change {
  color: #fff !important;
  background: #138808;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 58px 9px 78px;
  border: 1px solid #138808;
  transition: all 0.5s ease-in-out;
}
.change-pass-btn {
  padding-top: 36px;
  /* text-align: center; */
}
.retry-payment-body {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 31px 12px 32px 12px !important;
  margin-top: 40px !important;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
  height: 476px;
  width: 477px;
}
.retry-payment-body .retry-payment-head {
  padding: 0;
}
.retry-payment-body .retry-payment-head a.cross-icon {
  text-decoration: none;
  color: #fff;
}
.retry-payment-body .retry-payment-head i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retry-bdy-bx .retry-payment-list {
  padding: 12px 0px 12px 0px;
}

/**********PAYMENT SUCCESSFULLY POPUP CSS********/
.pay-successfull {
  height: 322px;
}
.pay-failed {
  height: 328px;
}
.pay-successfull .succes-alert p {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 24px;
}

/*********PAYMENT FAILED POPUP CSS*****************/
.pay-failed .pay-failed-btns a.succes-return {
  padding: 11px 139px 11px 139px;
}

/********RETRY DEBIT CARD POPUP CSS*******************/
.payment-card {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 24px 24px 24px 24px;
  margin-top: 40px !important;
  width: 477px;
  margin: 0 auto;
  margin-bottom: 40px !important;
  height: 1129px;
}
.pay-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay-top a.cross-icon {
  color: #fff;
  text-decoration: none;
}
.pay-top i {
  font-size: 24px;
  background: #1b1f24;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.pay-top h5 {
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.pay-card-body {
  background: #121418;
  border-radius: 16px;
  margin-top: 24px;
  padding: 22px 16px 0 16px;
  height: 877px;
}
.pay-card-head-top h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
.pay-card-head-top i {
  margin-right: 20px;
}
.pay-card-head-top {
  padding-bottom: 24px;
}
.card-image img {
  width: 100%;
  margin: 0 auto;
}
.card-image {
  text-align: center;
}
.credit-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit-card-form form .form-group input {
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #90a3bf;
}
.credit-card-form form .form-group label {
  font-size: 18px;
  line-height: 120%;
  color: #64748b;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 15px;
}
.credit-card-form form .form-group input::placeholder {
  color: #90a3bf;
  font-weight: 500;
  font-size: 15px;
}
.credit-card-form form .form-group input[type="date"] {
  padding-right: 20px;
}

.credit-crd-bdy-bx {
  background: #000000;
  height: 558px;
  border-radius: 12px;
  padding: 34px 24px 24px 24px;
  margin-top: 16px;
}
.credit-crd-bdy-bx .credit-card-head {
  padding-bottom: 30px;
}
.credit-crd-bdy-bx .credit-card-head h5 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.credit-card-form form .form-group input:focus {
  outline: none;
}
.payment-card-price {
  margin-top: 6px;
}

/************MAIN INVOIVE SCREEN CSS*************/
/* .outsatanding-main {
  margin: 46px 214px 38px 80px;
} */
/* .outstanding-bx {
  padding: 30px 32px 24px 32px;
  background: #121418;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.outstanding-bx .outstanding-txt h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
.outstanding-bx .outstanding-txt h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}
.outstanding-tble-one {
  padding: 30px 0px 24px 0px;
  background: #121418;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 25px;
}
.outstanding-tble-one .tble-one-head h5 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
.outstanding-tble-one table tr th {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #667085;
}
.outstanding-tble-one table tr td {
  font-size: 15px;
  line-height: 20px;
  color: #667085;
  font-weight: 400;
  width: 21% !important;
}
.outstanding-tble-one table tr td.td-refund-btn {
  background: #138808;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 22px;
  padding: 4px 10px 4px 10px;
  width: 75px !important;
  height: 22px;
}
.outstanding-tble-one table tr td.td-view-btn {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #9A75EC;
  background: #1B1F24;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  width: 45px !important;
  height: 25px;
}
.outstanding-tble-one table tr td.td-download-btn {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #9A75EC;
  background: #1B1F24;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  width: 77px !important;
  height: 25px;
}
.outstanding-tble-one table tr.tble-head {
  background: #0F1013;
  height: 44px;
}
.outstanding-tble-one .tble-one-head {
  padding-left: 30px;
}
.penalty-card  p {
  color: #7F8596;
  font-size: 13px;
  line-height: 2;
  font-family: 'Poppins';
} */
/* Our Vehicle Page */
.rent-car-card .prd-title-wrap {
  margin-bottom: 30px;
}
.rent_vehicle_filter {
  display: flex;
  justify-content: start;
}
.rent_vehicle_filter .filter-wrap {
  margin-right: auto;
  margin-left: 16px;
}
.rent-car-card .prd-title-wrap .col-lg-12 {
  display: flex;
  align-items: end;
}
.rent-car-card .prd-title-wrap h3.theme-h3 {
  font-size: 24px;
  margin-right: 24px;
  line-height: 1.5;
}
.rent_vehicle_filter .search-bar-v1 {
  height: 32px;
}
.rent_vehicle_filter .filter-wrap button#dropdown-basic {
  height: 32px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0000;
}
.rent-car-card section.home-sec2.vehicle_page {
  padding-top: 20px;
  background: #121418;
  padding-bottom: 0;
}
.rent-car-sec.db-default-sec .rent-car-card.db-default-wrapper {
  /* padding-right: 0;
  padding-left: 0; */
  background: #121418;
}
.dashboard_our_Vehicle {
  padding-right: 0;
  padding-left: 0;
}
.dashboard_our_Vehicle nav.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard_our_Vehicle nav.navigation .post_count {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
}

.dashboard_our_Vehicle nav.navigation a {
  background: #010202;
}

.dashboard_our_Vehicle nav.navigation a.active,
.dashboard_our_Vehicle nav.navigation a:hover {
  background: #4a068f;
}

/************MAIN INVOIVE SCREEN CSS*************/
.outsatanding-main {
  padding: 32px 32px 32px 32px;
  background: #1b1f24;
}

.outstanding-bx {
  padding: 30px 32px 24px 32px;
  background: #121418;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.outstanding-bx .outstanding-txt h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
.outstanding-bx .outstanding-txt h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}
.outstanding-tble-one {
  padding: 30px 0px 0 0px;
  background: #121418;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 25px;
}
.outstanding-tble-one .tble-one-head h5 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 0;
  padding-left: 30px;
}
.table-main tr {
  border-bottom: none !important;
}
.table-main td {
  padding-bottom: 0 !important;
}

.table-main td:nth-child(5) {
  background: #138808;
  font-size: 12px;
  line-height: 18px;
  width: 75px;
  height: 25px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  padding: 5px 0 0 0 !important;
  display: inline-block;
  margin-top: 25px;
  margin-right: 30px;
}
.table-main td:nth-child(5) a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.table-main td:nth-child(6) {
  background: #1b1f24;
  width: 85px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 0 0 !important;
  display: inline-block !important;
  margin-top: 30px;
  margin-left: 20px;
}
.table-main td:nth-child(6) a {
  color: #9a75ec;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.table-main td:nth-child(7) {
  background: #1b1f24;
  width: 75px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 0 0 !important;
  display: inline-block;
  position: relative;
  left: 40px;
  top: 15px;
}
.table-main td:nth-child(8) {
  background: #1b1f24;
  width: 75px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 0 0 !important;
  display: inline-block;
  position: relative;
  left: 70px;
  top: 15px;
}
.table-main td:nth-child(8) a {
  color: #138808;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.table-main td:nth-child(7) a {
  color: #138808;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.outstanding-tble-one .invoice-order-pagination {
  padding: 0 20px 20px 20px;
}
.outstanding-tble-two .table-main td:nth-child(5) {
  background: #ff0000;
}
.tabl-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.weekly-txt {
  border: 1px solid #1f2329;
  border-radius: 5px;
}
.weekly-txt h6 {
  font-size: 12px;
  line-height: 18px;
  color: #6e7074;
  font-weight: 400;
  width: 86px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.weekly-txt h6 a {
  color: #6e7074;
  text-decoration: none;
}
.weekly-txt i {
  margin-left: 10px;
}

.image_change_modal .succes-alert .prof_img {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  display: block;
  margin-bottom: 50px;
  border-radius: 100%;
  position: relative;
}

.image_change_modal .succes-alert .prof_img img {
  padding: 0;
  width: 100%;
  height: 100%;
}

.image_change_modal .succes-alert .prof_img input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.image_change_modal .succes-alert .prof_img i {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
}
