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

/* Global image quality improvements */
[style*="background-image"] {
  background-attachment: scroll;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* High-resolution image support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [style*="background-image"] {
    background-size: cover !important;
  }
}

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 (max-width: 1280px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

@media only screen and (max-width: 990px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.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 {
  justify-content: center;
  padding-left: 40px;
}

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

section.main-banner {
  overflow-x: hidden;
}

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

.bnr-dec-wrapper 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: cover;
  background-attachment: scroll;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  z-index: -99;
  top: -255px;
  right: -118px;
}

/* High-DPI/Retina Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bnr-dec-wrapper:before {
    background-size: contain;
    transform: scale(1.5);
    transform-origin: center;
  }
}

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

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

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bnr-cnt-wrapper p {
    margin-right: 90px;
  }
}

.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 {
  background: linear-gradient(to bottom, #0b0b0b, #000000);
  border-radius: 10px;
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  height: 300px;
  margin-bottom: 30px;
}

@media (min-width: 990px) and (max-width: 1390px) {
  .bnf-col-wrapper {
    height: 400px;
  }

  .driver-benefits-wrapper {
    height: 275px;
  }
}

.driver-benefits-wrapper {
  height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 990px) {
  .driver-benefits-wrapper {
    height: 400px !important;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .driver-benefits-wrapper {
    height: 350px !important;
  }
}

@media (max-width: 768px) {
  .bnf-col-wrapper {
    height: 250px;
  }
}

.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: 215px;
  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;
  font-weight: bold !important;
}

.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 {
  display: inline-block;
  margin-right: 143px;
}

ul.ft-cnd li:last-child {
  margin-right: 0px;
}

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 {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #fff !important;
  text-decoration: none;
}

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: 75px;
}

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

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

/*----- 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;
  color: #cbd5e1;
}

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

ul.ft-address li:first-child:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../images/mingcute_location-line.svg);
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.ft-address li {
  position: relative;
  padding-left: 44px;
}

ul.ft-address li:last-child:before {
  content: "";
  height: 24px;
  width: 24px;
  background: url(../images/ion_call-outline.svg);
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

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

@media only screen and (max-width: 1660px) {
  .ds-table th {
    padding: 12px 10px;
  }
  .ds-table td {
    padding: 26px 10px;
  }
}

@media only screen and (max-width: 1440px) {
  table.cancellation-disc-table {
    width: 660px;
  }
  .notification-inBody .notfic-main-img img {
    height: 352px;
  }
}

@media only screen and (max-width: 1366px) {
  .theme-h1 {
    font-size: 70px;
    line-height: 80px;
  }

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

  .bnr-dec-wrapper img:first-child {
    width: 580px;
  }

  .bnr-dec-wrapper img:last-child {
    width: 504px;
  }
  .theme-h2 {
    font-size: 42px;
    line-height: 62px;
  }

  .home-sec1 .col-lg-6 h2 {
    padding-bottom: 8px;
    margin-bottom: 30px;
  }

  .theme-h3 {
    font-size: 44px;
    line-height: 56.48px;
  }
  .bnr-main-wrapper {
    padding-bottom: 200px;
  }

  /*----- Driver Benefits page -----*/

  .theme-h7 {
    font-size: 54px;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper h2 {
    font-size: 52px;
    line-height: 62px;
  }

  .LR-Form-wrapper h3 {
    font-size: 38px;
    line-height: 48px;
  }

  /* User Dashboard Main SideBar */

  span#notific {
    font-size: 14px;
    right: 2%;
    padding: 2px 10px;
  }

  .dash-brand-wrapper a {
    font-size: 30px;
  }

  /* User Dashboard */

  .application-wrapper .application-content h3 {
    font-size: 34px;
    line-height: 50.4px;
  }
  .DVLA-wrap {
    gap: 26.5px;
  }

  .stepwizard-step .btn-circle {
    font-size: 20px;
  }
}

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

@media only screen and (max-width: 990px) {
  nav.container.main-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  nav.container.main-nav button.navbar-toggler {
    margin-right: 20px;
  }

  nav.container.main-nav a.navbar-brand {
    padding-left: 20px;
  }

  .main-nav-items.active {
    display: block !important;
    background: #1b1f24;
    padding-bottom: 50px !important;
    border-top: 1px solid #667085;
    text-align: center;
  }

  .main-nav-items.active .navbar-nav {
    width: 100%;
  }

  .main-nav-items.active .nav-item {
    width: 100%;
    text-align: center;
  }
  .bnr-cnt-wrapper h1 {
    padding-bottom: 36px;
  }

  .nav-btn-wrapper {
    padding: 0px 30%;
    flex-direction: column;
  }

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

  .main-nav-items.active {
    padding: 0px;
    border-radius: 10px;
    border-top: 2px solid #9f43fe;
    margin-top: 20px;
  }

  span.navbar-toggler-icon {
    filter: invert(100%) sepia(85%) saturate(0%) hue-rotate(288deg)
      brightness(107%) contrast(101%);
  }

  .navbar-light .navbar-toggler {
    outline: none;
    padding: 0px;
  }

  .main-nav a.nav-item.nav-link {
    transform: translate(-0%, 0%);
    margin: 20px 0px !important;
  }

  @media only screen and (min-width: 999px) and (max-width: 1199px) {
    .main-nav a.nav-item.nav-link {
      transform: translate(-0%, 0%);
      margin: 20px 0px !important;
    }
  }

  .theme-h1 {
    font-size: 64px;
    line-height: 76px;
  }
  .bnr-dec-wrapper img:first-child {
    width: 420px;
    left: -78px;
  }

  .bnr-dec-wrapper img:last-child {
    width: 314px;
    left: 92px;
  }
  .bnr-dec-wrapper:before {
    width: 526px;
    height: 612px;
    top: -200px;
  }

  .theme-h2 {
    font-size: 36px;
    line-height: 58px;
  }

  .theme-h3 {
    font-size: 40px;
    line-height: 52.48px;
  }

  .theme-btn3 {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  ul.ft-cnd li {
    margin-right: 104px;
  }
  .bnr-main-wrapper {
    padding-bottom: 150px;
  }

  /*----- How it Work page -----*/

  .hw-steps ol li h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .hw-steps ol li p {
    font-size: 14px;
  }

  .hw-steps ol li:first-child:before {
    font-size: 15px;
    height: 34px;
    width: 34px;
  }

  .hw-steps ol li:nth-child(2):before {
    font-size: 15px;
    height: 34px;
    width: 34px;
  }

  .hw-steps ol li:last-child:before {
    font-size: 15px;
    height: 34px;
    width: 34px;
  }

  .hw-steps ol li p:before {
    height: 92px;
    left: -47px;
  }

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

  .hw-steps ol li p:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
  }

  /* User Dashboard Main SideBar */

  .dashboard-panel-topbar .mobile-dash-topbar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .dashboard-panel-topbar .mobile-dash-topbar-wrap button.dash-mobileNav-btn {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
  }

  .dashboard-panel-topbar
    .mobile-dash-topbar-wrap
    button.dash-mobileNav-btn
    ion-icon {
    font-size: 40px;
    color: #fff;
  }

  .dashboard-panel-topbar .mobile-dash-topbar-wrap .dash-brand-wrapper {
    margin-left: 20px;
  }

  .dashboard-sidebar {
    width: 34%;
    position: fixed;
    top: 0;
    left: -4px;
    height: 100%;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    overflow-y: scroll;
  }

  .dashboard-sidebar.active {
    transform: translateX(0%);
  }

  .col-lg-9.panel-col {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .dashNav-close-btn {
    display: unset;
  }

  /* User Dashboard */

  .penalty-panel .maintenance-table {
    width: 1050px;
  }

  .overview-vehicle-title,
  .cancellation-vehicle-title {
    display: none;
  }

  .Book-Appointment-form {
    width: 60%;
  }

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

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

@media only screen and (max-width: 1024px) {
  .main-nav a.navbar-brand {
    font-size: 30px;
  }
  .theme-h1 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .bnr-btn-wrapper a {
    font-size: 15px;
    line-height: 18.16px;
  }

  .bnr-btn-wrapper a ion-icon {
    font-size: 20px;
    top: 4px;
  }
  .home-sec1 .col-lg-6 h2 {
    padding-bottom: 6px;
    margin-bottom: 22px;
  }

  .theme-h2 {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: -1px;
  }

  .theme-h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .bnf-btn-wrapper a {
    font-size: 15px;
    line-height: 18.36px;
  }

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

  .theme-h3 {
    font-size: 34px;
    line-height: 44.48px;
  }

  .product-img-wrap {
    height: 200px;
  }

  .theme-h5 {
    font-size: 18px;
    line-height: 23.2px;
  }

  .price {
    font-size: 18px;
    line-height: 23.2px;
  }

  .theme-btn3 {
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .proBtn-wrap {
    margin-top: 26px;
  }

  .proBtn-wrap a {
    font-size: 14px;
    line-height: 16.16px;
  }

  ul.ft-address li h6 {
    font-size: 17px;
    line-height: 18px;
  }

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

  ul.ft-address li:first-child:before {
    height: 20px;
    width: 20px;
  }

  ul.ft-address li:last-child:before {
    height: 20px;
    width: 20px;
  }

  ul.ft-cnd {
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-align: right;
  }

  ul.ft-cnd li {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  ul.ft-cnd li h6 {
    margin: 0px;
  }

  .footer-brand a {
    font-size: 20px;
    line-height: 18.16px;
  }

  ul.ft-social-links li a {
    font-size: 17px;
  }

  ul.ft-social-links li {
    padding-right: 30px;
  }
  ul.ft-address li {
    padding-left: 34px;
  }

  /*----- Driver Benefits page -----*/

  .theme-h7 {
    line-height: 52px;
    font-size: 46px;
  }

  /*----- detail-car -----*/

  .car-features-boxes h6 {
    font-size: 18px;
    line-height: 28px;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper h2 {
    font-size: 44px;
    line-height: 54px;
  }

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

  .LR-Form-wrapper h3 {
    font-size: 34px;
    line-height: 44px;
  }

  .theme-btn6 {
    line-height: 26px !important;
    padding: 10.5px !important;
  }

  .login-frame {
    padding-left: 0px;
  }

  .LR-Hero-wrapper p {
    font-size: 15px;
    line-height: 28px;
  }

  .register-frame {
    padding-left: 0px;
  }

  .LR-Form-wrapper span {
    font-size: 16px;
  }

  .verification-frame {
    padding-left: 0px;
  }

  .verific-otp input {
    font-size: 20px !important;
  }

  .forget-password-frame {
    padding-left: 0px;
  }

  .create-password-frame {
    padding-left: 0px;
  }

  /* User Dashboard */

  .application-content {
    padding-right: 12px;
  }

  .application-wrapper .application-content h3 {
    font-size: 32px;
    line-height: 44.4px;
  }

  .driver-score-panel .maintenance-table {
    width: 876px;
  }

  .cancelAppoit-btn {
    padding: 10px 12px !important;
    line-height: normal !important;
  }

  .invoice-view-details h2 {
    font-size: 24px;
  }

  .invoice-view-details h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .theme-h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .bnr-cnt-wrapper h1 {
    padding-bottom: 24px;
  }
  section.home-sec1 > .row > .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .home-sec1-img-wrap img {
    width: 45%;
    margin-bottom: 32px;
  }
  .theme-h5 {
    font-size: 17px;
    line-height: 22.2px;
  }

  span.product-type {
    font-size: 13px;
    line-height: 16.64px;
  }

  .price {
    font-size: 15px;
    line-height: 20.2px;
  }

  .price > span.limits {
    font-size: 13px;
    line-height: 25.2px;
    line-height: 23.2px;
  }

  .theme-btn3 {
    padding: 6px 8px 6px 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .product-act .price {
    width: 82px;
  }

  .product-img-wrap {
    height: 158px;
  }

  .bnr-main-wrapper {
    flex-direction: column;
    padding-top: 100px;
  }

  .bnr-cnt-wrapper {
    width: 100%;
  }

  .bnr-dec-wrapper {
    width: 100%;
    height: 270px;
  }

  .bnr-dec-wrapper img:first-child {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .bnr-dec-wrapper img:last-child {
    right: -250px !important;
    left: 0 !important;
    margin: 0 auto !important;
    position: absolute;
  }

  .bnr-dec-wrapper:before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .bnr-para {
    width: 100%;
  }

  /*----- Driver Benefits page -----*/

  .theme-h7 {
    line-height: 46px;
    font-size: 40px;
  }
  .driver-benefits-sec .main-title h2 {
    padding-bottom: 24px;
  }

  /*----- How it Work page -----*/

  .hw-steps > .row > .col-lg-6 {
    width: 100%;
  }

  .hw-steps {
    margin-bottom: 365px;
  }
  .hw-steps ol {
    bottom: -373px;
    padding-left: 64px;
  }

  .hw-steps ol li:first-child:before,
  .hw-steps ol li:nth-child(2):before,
  .hw-steps ol li:nth-child(3):before {
    left: 0px;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper:before {
    width: 600px;
    left: -62px;
    top: 17px;
    background-size: 100%;
  }

  .LR-Hero-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .LR-Form-wrapper h3 {
    font-size: 30px;
    line-height: 40px;
  }

  /* User Dashboard */

  .application-content {
    padding-right: 0px;
  }

  .application-form {
    padding: 42px 0px 42px 24px;
  }

  .application-wrapper,
  .db-default-wrapper {
    padding: 24px 24px;
  }

  span.file_cont span {
    width: 60%;
  }

  .DVLA-wrap .verific-DVLA {
    gap: 8px;
  }

  .dash-brand-wrapper a {
    font-size: 26px;
  }

  .search-bar-v1 {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .home-sec1-img-wrap img {
    width: 100%;
  }
  .prd-title-wrap .col-lg-6 {
    width: 50%;
  }
  .main-nav a.navbar-brand {
    font-size: 26px;
  }
  .ft-r1 .col-lg-6 {
    width: 50%;
  }
  .ft-r2 .col-lg-8 {
    width: 70%;
  }

  .ft-r2 .col-lg-4 {
    width: 30%;
  }
  .theme-h3 {
    font-size: 30px;
    line-height: 40.48px;
  }
  .product-img-wrap {
    height: auto;
  }

  /*----- Driver Benefits page -----*/

  .theme-h7 {
    line-height: 44px;
    font-size: 38px;
  }
  .driver-benefits-sec .main-title {
    padding-bottom: 80px;
  }
  .driver-benefits-sec .row.car-facilities:not(:last-child) {
    padding-bottom: 0px;
  }

  .driver-benefits-sec .car-facilities-wrap {
    padding-bottom: 32px;
  }

  /*----- detail-car -----*/

  .detailCar-slide-controller ul {
    display: flex;
  }

  .detailCar-slide-controller {
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    margin-top: 20px;
  }

  .detailCar-slide-controller ul li img {
    height: 120px;
    width: 168px;
  }

  .detailCar-slide-controller::-webkit-scrollbar {
    height: 4px;
  }

  .detailCar-slider.owl-carousel .owl-item img {
    height: 450px;
  }

  span.product-type {
    font-size: 14px;
    line-height: 17.64px;
  }

  .price {
    font-size: 20px;
    line-height: 25.2px;
  }

  .product-act .price {
    width: 143px;
  }

  .price > span.limits {
    font-size: 14px;
  }

  .theme-h5 {
    font-size: 20px;
    line-height: 25.2px;
  }

  .theme-btn3 {
    padding: 10px 16px 10px 16px;
    font-size: 14px;
  }
  .other-car-sec .other-car-wrap {
    flex-direction: column;
    align-items: baseline;
  }

  .other-car-sec .other-car-wrap a {
    padding-top: 18px;
  }

  .detail-car-sec1 .car-facilities-wrap {
    padding-bottom: 44px;
  }

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

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper {
    min-height: 422px;
    padding-bottom: 60px;
  }

  .LR-Hero-wrapper:before {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: 65%;
  }

  .LR-Hero-wrapper p {
    color: #d9d9d9;
  }

  ul.ft-address li p {
    width: 100%;
  }

  .LR-Form-wrapper input.theme-btn6 {
    margin-top: 20px;
  }

  /* User Dashboard Main SideBar */

  .dashboard-sidebar {
    width: 44%;
  }

  /* User Dashboard */

  /* .welcome-card > .wrapper h3 {
      font-size: 30px;
      padding-bottom: 20px;
    } */

  .welcome-card > .wrapper h4 {
    font-size: 20px;
  }

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

  .application-content:after {
    display: none;
  }

  .rent-car-info-col {
    padding-bottom: 0px;
  }

  .penalty-panel .maintenance-table {
    width: 655px;
  }

  .search-bar-wrapper {
    flex-direction: column;
  }

  .search-bar-wrapper > div {
    /* flex-direction: column; */
    width: 100%;
    margin-top: 20px;
  }

  .search-bar-v1 {
    width: 100%;
  }

  .maintenance-panel .maintenance-table {
    width: 655px;
  }

  .NextPrev-btn-wrap {
    flex-direction: column;
    gap: 0px;
  }

  .application-form button {
    margin-top: 20px;
  }

  .rent-car-sec .NextPrev-btn-wrap {
    gap: 20px;
  }

  .vehicle-average-row .col-lg-4:not(:last-child) {
    padding-bottom: 24px !important;
  }
  .vehicle-average-wrap {
    border-right: none;
    border-bottom: 1px solid #464849;
    padding: 12px 0px;
  }

  .cancellation-disc-table td {
    padding: 20px 12px;
  }
  table.cancellation-disc-table {
    margin-top: 32px;
  }
  .cancellation-alert {
    width: 90%;
    height: auto !important;
  }

  .vehicle-document-tabs-v1,
  .Profile-password-tabs-v1 {
    flex-direction: column;
  }

  .vehicle-document-tabs-v1 .nav {
    width: 100%;
    margin-right: 0px !important;
    flex-direction: row !important;
    justify-content: space-around;
    margin-bottom: 32px;
  }

  .vehicle-document-tabs-v1 .tab-content {
    width: 100%;
  }
  .vehicle-document-tabs-v1 .nav button,
  .Profile-password-tabs-v .nav button {
    margin-bottom: 0px !important;
  }
  .vehicle-document-tabs-v1 .nav .nav-link {
    padding: 14px 10px;
    font-size: 13px;
  }
  .maintenance-table td {
    padding: 22px 12px;
  }

  .Book-Appointment-form {
    width: 90%;
  }

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

  .invoice-view-details .col-lg-6:nth-child(2) {
    padding-left: 15px;
    padding-top: 32px;
  }

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

  .invoice-view-subscription .col-lg-6:nth-child(2) {
    padding-left: 15px;
    padding-top: 18px;
  }

  .invoice-view-details h2 {
    font-size: 20px;
    padding-bottom: 32px;
  }

  .invoice-view-details h3 {
    font-size: 20px;
  }

  .payment-card .balance-wrapper {
    flex-direction: column;
    justify-content: left;
    align-items: self-start;
  }

  .payment-card .balance-wrapper div {
    width: 100%;
  }

  .payment-card .balance-wrapper div a.payNow-btn {
    width: 100%;
    margin-top: 24px;
  }

  .payment-method-row {
    padding: 0px;
  }

  .payment-options-list {
    padding: 12px 0px;
  }

  .payment-method-head {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .payment-method-head h6 {
    text-align: center;
    width: 100%;
    background: #4c008b;
    padding: 12px;
    margin-top: 10px;
  }

  .payment-method-head h5 {
    width: 100%;
  }

  .payment-history-row {
    padding: 24px 0px;
  }

  .payment-process-card .payment-process-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-process-card .payment-process-top-bar .payment-process-btn-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .payment-process-card .payment-process-top-bar div {
    width: 100%;
  }

  .payment-process-card .payment-process-top-bar .payment-process-btn-wrap a {
    width: 100%;
  }

  .notifications-card .search-bar-wrapper div {
    flex-direction: column;
  }

  .notifications-card .search-bar-wrapper div a.nofitic-markRead-btn {
    width: 100%;
  }

  .notifications-card .search-bar-wrapper div .search-bar-v1 {
    flex-direction: row !important;
  }

  .notification-inBody {
    padding: 0px;
  }
  .notification-inBody .notfic-main-img img {
    height: auto;
  }

  .profile-top-bar {
    flex-direction: column;
  }

  .profile-top-bar .profile-btn-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 14px;
  }

  .profile-top-bar .profile-btn-wrap a {
    width: 100%;
  }

  .Profile-password-tabs-v1 .nav {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    flex-direction: row !important;
  }

  .Profile-password-tabs-v1 .tab-content {
    width: 100%;
  }

  .Profile-password-tabs-v1 .nav button {
    width: 46%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center !important;
  }

  .Profile-password-tabs-v1 .nav .profileAccount-delete {
    width: 100%;
  }

  .welcome-sec:after {
    width: 127%;
    height: 100%;
    right: 0;
    left: -14%;
    top: 0px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 670px) {
  /*----- How it Work page -----*/

  .how-it-work-sec .main-title {
    padding-bottom: 0px;
  }

  /*----- detail-car -----*/

  .car-features .col-lg-2:first-child,
  .car-features .col-lg-2:nth-child(2),
  .car-features .col-lg-2:nth-child(3) {
    flex: 0 0 auto;
    width: 33.333%;
  }

  .car-features .col-lg-2:nth-child(4),
  .car-features .col-lg-2:last-child {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 32px;
  }

  .detail-car-ptag {
    flex-direction: column;
  }

  .detail-car-sec1 .detail-car-ptag .product-act .price {
    width: 100%;
    font-size: 24px;
  }

  .detail-car-sec1 .detail-car-ptag .product-act .price > span.limits {
    font-size: 16px;
  }

  .detail-car-sec1 .detail-car-ptag {
    gap: 24px;
  }

  .detail-car-sec1 .detail-car-ptag .rent-now-btn {
    margin-top: 16px;
    margin-bottom: 12px;
    width: 100% !important;
  }

  .detail-car-sec1 .detail-car-ptag .product-act {
    margin-top: 12px;
  }

  .detail-car-sec1 .detail-car-ptag .rent-now-btn a.theme-btn5 {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper:before {
    background-size: 84%;
  }
}

@media only screen and (max-width: 667px) {
  /* User Dashboard Main SideBar */

  .dashboard-sidebar {
    width: 50%;
  }

  /* User Dashboard */

  .welcome-card > .wrapper {
    width: 100%;
    min-height: 100% !important;
    padding: 42px 60px;
  }
}

@media only screen and (max-width: 568px) {
  /* User Dashboard Main SideBar */

  .dashboard-sidebar {
    width: 83%;
  }
}

@media only screen and (max-width: 480px) {
  .nav-btn-wrapper {
    padding: 0px 15%;
    flex-direction: column;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-nav a.navbar-brand {
    font-size: 22px;
  }
  .bnr-dec-wrapper img:first-child {
    width: 360px;
    right: 80px;
  }

  .bnr-dec-wrapper img:last-child {
    width: 260px;
    right: -150px !important;
  }

  .bnr-dec-wrapper:before {
    width: 566px;
    height: 600px;
    top: -220px;
    left: -75px;
  }

  .prd-title-wrap .col-lg-6 {
    width: 100%;
  }

  .filter-wrap .filter {
    float: left;
    margin-top: 16px;
  }
  .ft-r2 .col-lg-8 {
    width: 100%;
  }

  .ft-r2 .col-lg-4 {
    width: 100%;
  }

  ul.ft-cnd {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    margin-top: 24px;
  }

  footer {
    padding: 24px 0px 20px;
  }
  .theme-h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .theme-p1 {
    font-size: 16px;
  }
  .bnr-main-wrapper {
    padding-top: 63px;
  }

  /*----- How it Work page -----*/

  .hw-steps > .row > .col-lg-6 {
    height: 100px;
  }

  .hw-steps ol {
    bottom: -140px;
  }

  .hw-steps {
    margin-bottom: 474px;
  }

  /*----- detail-car -----*/

  .detailCar-slide-controller ul li img {
    height: 80px;
    width: 101px;
  }

  .detailCar-slider.owl-carousel .owl-item img {
    height: 330px;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Hero-wrapper:before {
    background-size: 130%;
  }

  .LR-Form-wrapper h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .LR-Hero-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }

  .LR-Form-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }

  .LR-Hero-wrapper p {
    font-size: 12px;
    line-height: 24px;
  }

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

  .verific-otp input {
    font-size: 16px !important;
  }

  /* User Dashboard */

  .welcome-card > .wrapper {
    padding: 18px 24px;
  }

  /* .welcome-card > .wrapper h3 {
      font-size: 28px;
      padding-bottom: 16px;
    } */

  .welcome-card > .wrapper h4 {
    font-size: 18px;
  }

  .welcome-card {
    padding: 20px 20px;
  }

  .application-wrapper .application-content h3 {
    font-size: 28px;
    line-height: 42.4px;
  }

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

  .DVLA-wrap {
    gap: 16.5px;
  }

  .application-wrapper .application-content p:not(:last-child) {
    padding-bottom: 22px;
  }

  .DVLA-wrap {
    flex-direction: column;
  }

  .stepwizard-step .btn-circle {
    font-size: 14px;
    width: 36px;
    height: 36px;
  }

  .stepwizard-step p {
    font-size: 12px;
  }

  .steps ul li::before,
  .steps ul li::after {
    top: 17px;
    right: 77%;
  }

  .steps ul li {
    padding: 0 4px;
  }

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

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

  .welcome-sec,
  .application-sec,
  .db-default-sec {
    padding: 14px 20px 24px 20px;
  }

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

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

  .rent-car-sec .detailCar-slide-controller {
    margin-top: 2px;
  }

  .application-wrapper,
  .db-default-wrapper {
    padding: 24px 16px;
  }

  .rent-car-card .car-discription p {
    font-size: 14px;
  }

  .alert-info-box p {
    font-size: 14px;
    line-height: 22px;
  }

  .total-fee h5 {
    font-size: 20px;
  }

  .LR-Form-wrapper form input {
    height: 56px;
  }
  .fdb-action-wrap p {
    font-size: 14px;
    line-height: normal;
  }

  .approve-status h2 {
    font-size: 24px;
  }
  .rental-vehicle-dt1 h5 {
    font-size: 16px;
    line-height: normal;
  }

  .rental-vehicle-dt1 {
    gap: 4px;
  }
  .rental-vehicle-price h3 {
    font-size: 22px;
  }

  .detail-rent-wrapper {
    padding: 43px 12px 64px 12px;
  }

  .rental-vehicle-docs-wrap {
    padding: 24px 12px 32px 12px;
  }

  .rental-vehicle-docs-wrap ul.rental-files li {
    gap: 8px;
  }

  .cancel-rental-detail-wrap {
    padding: 24px 12px;
  }

  .invoice-view-topbar {
    padding: 20px 0px;
  }

  .checkbox.payment-radio {
    padding-left: 16px;
  }

  .pay-mathod-default a {
    font-size: 10px;
  }

  .default-or-delete {
    gap: 6px;
  }

  .checkbox__body .checkbox-inbody img {
    width: 34px;
  }

  .user-notifications-wrapper ul li > a {
    flex-direction: column;
  }

  .user-notifications-wrapper ul li > a .nofitic-vehicles {
    width: 100%;
    text-align: end;
    margin-top: 7px;
    padding-left: 62px;
  }

  .user-notifications-wrapper ul li > a .nofitic-vehicles img {
    width: 100%;
    height: auto !important;
  }

  .notific-file-download {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .notfic-main-user .notific-user {
    display: block;
    margin-right: 0px;
  }

  .profile-meta-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-meta-wrapper .change-img-btn {
    width: 100%;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  /*----- How it Work page -----*/

  .hw-steps {
    margin-bottom: 590px;
  }

  .hw-steps ol {
    padding-left: 50px;
  }

  .hw-steps ol li:first-child:before,
  .hw-steps ol li:nth-child(2):before,
  .hw-steps ol li:nth-child(3):before {
    left: -14px;
  }
}

@media only screen and (max-width: 375px) {
  /*----- detail-car -----*/

  .detail-car-sec1 .detailCar-slide-controller ul li img {
    height: 48.674px;
    width: 79.713px;
    border-radius: 1.411px;
  }

  .detail-car-sec1 .detailCar-slide-controller ul li {
    padding: 0px 6px 4.23px 0px;
  }

  .detail-car-sec1 .detailCar-slide-controller {
    margin-top: 7px;
  }

  .detail-car-sec1 .detailCar-slide-controller ul li.slide-active img {
    border: 2px;
  }

  .detail-car-sec1 .detailCar-slider.owl-carousel .owl-item img {
    height: 230px;
  }

  .product-act .price {
    width: 106px;
  }

  .theme-btn3 {
    padding: 8px 10px 8px 10px;
    font-size: 14px;
  }

  .price {
    font-size: 18px;
    line-height: 23.2px;
  }

  /*----- Register/Login Form Inner page -----*/

  .LR-Form-wrapper h3 {
    font-size: 24px;
  }

  .LR-Form-wrapper form label.checkbox.style-a label {
    font-size: 14px;
  }

  .verific-otp input {
    font-size: 13.263px !important;
  }
}

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

/**********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;
}
ion-icon.toggle-password.md.hydrated {
  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;
}
ion-icon.toggle-password.md.hydrated {
  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;
}
ion-icon.toggle-password.md.hydrated {
  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;
}
.profile-top-bar h5 {
  color: #fff;
}
/*.modal-box {
          display: none;
  }*/

/***********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: 40%;
  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;
  color: #fff;
}
.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;
}

/*********YAHAN SE AJ CSS START KI HA SHAHZAIB BHAI**********************/

/*********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: center !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: 50.5%;
  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 a.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 a.filter-v1 img {
  filter: drop-shadow(2px 4px 6px black);
}
/***********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 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;
}
.table-main td:nth-child(5) a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.table-main td:nth-child(6) {
  background: #1b1f24;
  width: 75px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 0 0 !important;
  display: inline-block !important;
  margin-top: 30px;
}
.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;
}

/***********ADD VEHICLES SCREEN CSS***********/
.main-veh-box {
  padding: 30px 32px 24px 32px;
  background: #1b1f24;
  position: relative;
  overflow: hidden;
  /* border-radius: 12px; */
}
.add_vehicle_images .upload-file-group .del_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.add_vehicle_images .upload-file-group .del_btn button.btn.btn-danger {
  width: 36px;
  height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f00;
  position: absolute;
  top: 4%;
  right: 3%;
}
.add_vehicle_images .upload-file-group .del_btn p {
  margin: 0;
  position: absolute;
  bottom: -18%;
  font-size: 12px;
  color: #fff;
  font-size: 11.492px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.323px; /* 133.333% */
  font-family: "Poppins";
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.add_vehicle_images .upload-file-group .upload_data-wrap {
  z-index: 99;
}
.add_vehicle_images .upload-file-group {
  padding: 0 !important;
}
.add_vehicle_images .upload-file-group input.upload_img_preview {
  z-index: 99;
}
.add_vehicle_images .upload-file-group .del_btn button.btn.btn-danger {
  z-index: 999;
}
.error-message {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 0;
}

.main-veh-bx {
  position: relative;
}
button.btn.btn-primary.add_more_vehicle_gallery {
  /* font-size: 0px; */
  height: 74.773px;
  border-radius: 6px;
  border: 1px solid #667085;
  background: transparent !important;
  position: relative;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 125px;
  height: 125px;
}
button.btn.btn-primary.add_more_vehicle_gallery i.fa-solid.fa-plus {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

button.btn.btn-primary.add_more_vehicle_gallery {
  font-size: 14px;
  color: #667085;
}
.error-message .alert.alert-danger {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
}
.main-veh-btn {
  position: relative;
  z-index: 9;
}
.vehicle-main-box {
  padding: 30px 32px 24px 32px;
  background: #121418;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.main-veh-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-veh-bx .main-veh-btn .phn-cancel {
  color: #fff !important;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 41px 9px 41px;
  border: 1px solid #4a068f;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.main-veh-bx .main-veh-btn .phn-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 41px 9px 41px;
  border: 1px solid #4a068f;
  transition: all 0.5s ease-in-out;
}
.main-veh-bx .main-veh-txt h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: aliceblue;
  font-family: poppins;
}
.inner-row .main-veh-txt h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: aliceblue;
  font-family: poppins;
}
.inner-row {
  padding-top: 32px;
}
.vehciles-bx-form form .form-group input {
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 60px;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding-left: 30px;
}
.vehciles-bx-form form .form-group input.mg05 {
  height: 120px;
}
.vehciles-bx-form form .form-group select,
.vehicle-select {
  background: #1d1f22 !important;
  border-radius: 12px !important;
  border: 1px solid #1d1f22 !important;
  height: 60px !important;
  width: 100% !important;
  margin-bottom: 30px !important;
  color: #64748b !important;
  padding-left: 20px !important;
}
.vehciles-bx-form form .form-group select:focus {
  outline: none;
}
.vehciles-bx-form form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px;
}
.vehciles-bx-form {
  padding-top: 30px;
}
.vehciles-bx-form form .form-group input:focus {
  outline: none;
}
.vehciles-bx-form form .form-group h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: aliceblue;
  font-family: poppins;
  padding-bottom: 16px;
}
.inner-row .vehciles-bx-form form .form-group i {
  position: relative;
  left: 93%;
  font-size: 15px;
  color: #ffffff73;
  bottom: 75px;
}
.inner-row .upload-img-rw {
  padding-top: 16px;
}
.inner-row .upload-img-rw img {
  width: 100%;
}
.upload-img-dv {
  overflow: hidden !important;
  height: auto;
}
.upload-img-dv ul li.slide-active img {
  height: 111px;
  margin: 0;
}
.upload-img-dv ul li img {
  height: 111px;
  margin: 0;
}
.upload-rw .col-md-4 {
  /* padding-left: 0 !important; */
  padding-right: 0 !important;
}
.upload-rw .col-md-4:nth-child(2) {
  padding-left: 0;
}
.upload-rw .col-md-4:nth-child(3) {
  padding-left: 0;
}
.upload-delete-opt .col-md-3:nth-child(2) a.delete-opytion {
  left: 65px;
}
.upload-delete-opt .col-md-3:nth-child(3) a.delete-opytion {
  left: 65px;
}
.upload-rw {
  padding-top: 16px;
}
.upload-img-dv ul h6 {
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  font-family: "Inter";
  margin: 0;
  font-weight: 700;
}
.upload-img-dv ul li {
  padding: 0px 12px 12px 0px;
}
.upload-img-dv ul span {
  font-size: 11px;
  line-height: 15px;
  color: #5c5c5c;
  margin: 0;
}
.upload-delete-opt .upload-img-dv ul li img {
  width: 144px;
  height: 114px;
}
.upload-delete-opt .upload-img-dv a.delete-opytion {
  position: relative;
  bottom: 132px;
  left: 50px;
}
.upload-delete-opt .upload-img-dv .up-img-option {
  border: 1px solid #667085;
  border-radius: 7px;
  text-align: center;
  width: 134px;
  height: 115px;
  padding: 40px 0 0 0;
}
.upload-delete-opt .upload-img-dv .up-img-option h5 {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  color: #667085;
  font-family: "Inter";
}
.upload-delete-opt .col-md-3:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.upload-delete-opt .col-md-3:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
}
.upload-delete-opt .col-md-3:nth-child(4) {
  padding-left: 0;
}
.upload-delete-opt .upload-img-dv .up-img-option a {
  color: #667086;
  text-decoration: none;
}
.doc-information .rental-vehicle-docs-wrap {
  background: transparent !important;
  padding: 0;
  margin-top: 24px;
}
.doc-information .rental-vehicle-docs-wrap .rental-files li {
  background: #1b1f24;
  border-radius: 8px;
  padding: 16px 16px 16px 16px !important;
  border: none;
  margin-bottom: 16px;
  margin-top: 12px;
}
.doc-information .rental-vehicle-docs-wrap .rental-files span.doc-field {
  color: #667085;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
  font-family: poppins;
}
.doc-information .rental-vehicle-docs-wrap .rental-files a {
  background: #000;
  padding: 5px 13px;
  margin-right: 10px;
}
.doc-information .rental-vehicle-docs-wrap .rental-files img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.doc-information .rental-vehicle-docs-wrap .rental-files img.pen-img {
  width: 20px;
  height: 30px;
  margin-right: 0px;
}
.rental-vehicle-docs-wrap ul.rental-files .upload_vehicle_docs {
  position: relative;
  width: 20px;
  height: 30px;
  margin-right: 0px;
}

.upload_vehicle_docs input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  left: 0;
  cursor: pointer;
}
.doc-information .rental-vehicle-docs-wrap .rental-files a {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
.doc-information .rental-vehicle-docs-wrap .rental-files a.down-btn {
  background: #000 !important;
  padding: 5px 13px;
  margin-right: 10px;
}
.doc-information .rental-vehicle-docs-wrap .rental-files h6 {
  margin-bottom: 5px;
}
.row.inner-doc-sc {
  padding-top: 44px;
}

/*********VEHICLE DETAILS SCREEN CSS*********/
.main-veh-box .vehcl-details {
  display: block;
}
.main-veh-box .vehcl-details .chng-chng-otp i {
  display: none;
}
.main-veh-box .vehcl-details .chng-chng-otp h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
}
.main-veh-box .vehcl-details .chng-chng-otp h5 {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}
.main-veh-box .vehcl-details .chng-chng-otp h5 a {
  color: #fff;
  text-decoration: none;
}
.main-veh-box .vehcl-details .chng-chng-otp h5 img {
  margin-right: 10px;
}
.main-veh-box .vehcl-details .tabs {
  display: flex;
  cursor: pointer !important;
}
.main-veh-box .vehcl-details .tabs div#tab1 {
  margin-right: 60px;
  cursor: pointer;
  color: #667085;
  background: transparent;
  border-bottom: none;
}
.main-veh-box .vehcl-details .tabs div#tab2 {
  cursor: pointer;
  margin-right: 60px;
  color: #667085;
  background: transparent;
}
.main-veh-box .vehcl-details .tabs div#tab3 {
  cursor: pointer;
  margin-right: 60px;
  color: #667085;
  background: transparent;
}
.main-veh-box .vehcl-details .tabs div#tab4 {
  cursor: pointer;
  margin-right: 60px;
  color: #667085;
  background: transparent;
}
.main-veh-box .vehcl-details .tabs div#tab5 {
  cursor: pointer;
  margin-right: 60px;
  color: #667085;
  background: transparent;
}
.main-veh-box .vehcl-details .tabs div#tab6 {
  cursor: pointer;
  color: #667085;
  background: transparent;
}
.main-veh-box .vehcl-details .tabs .active {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.vehicle-tabs ul li a {
  margin-right: 60px;
  cursor: pointer;
  color: #667085;
  background: transparent;
  border-bottom: none;
}
.vehicle-tabs ul li a.nav-link.active {
  margin-right: 60px;
  cursor: pointer;
  color: #667085;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
.vehicle-tabs ul {
  border-bottom: none;
}
.vehicle-tabs ul li a:hover {
  border: none;
  outline: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.vehicle-tabs ul li a:focus {
  border: none;
  outline: none !important;
}
.vehicle-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background: transparent !important;
  border: none;
  color: #667085 !important;
}

/*************Telematics Dashboard Screen Css*************/
.Telematics-sc-txt .head-options h5 {
  font-size: 20px !important;
}
.Telematics-sc-txt {
  padding: 24px 24px 24px 24px !important;
}
.Telematics-sc-txt .mileage-graph {
  margin-top: 40px;
}
.Telematics-sc-col-1 {
  padding-left: 0;
}
.Telematics-sc-col-2 {
  padding-right: 0;
}
div#telematics .db-default-wrapper {
  padding: 24px 24px;
}

/*************VEHICLES LOCATION MAIN SCREEN CSS*************/
.veh-locate-main {
  padding-top: 32px;
}
.veh-locate-main .locate-sc-txt h5.theme-h5 {
  padding-bottom: 31px;
}
.veh-locate-main .map img {
  width: 100%;
  height: 371px;
}
.veh-locate-main .locate-sc-txt {
  background: #000;
  border-radius: 12px;
  padding: 30px 30px 30px 30px;
}
.veh-locate-main .date-img img {
  object-fit: cover;
  border-radius: 10px;
}
.inner-rw-history-location {
  padding-top: 31px;
}
.history-tble tr.tabl-history-head th {
  background: #1b1f24 !important;
}
.history-tble tr td.history-city {
  color: #fff;
}

/**************MILLEAGE RELATED SCREEN CSS***************/
.overall-milleage-img img {
  width: 100%;
}
.overall-milleage-img {
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
}

/***********ALL VEHICLES SCREEN CSS********/
.frm-inner-row form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px;
}
.frm-inner-row form .form-group input {
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding-left: 30px;
}
.frm-inner-row form .form-group input:focus {
  outline: none;
}
.frm-inner-row form .form-group select#Rented-fld {
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
}
.frm-inner-row form .form-group select#Rented-fld:focus {
  outline: none;
}
.all-veh-dv {
  padding-bottom: 32px;
}
.all-veh-dv .main-veh-bx {
  display: block;
}
.frm-inner-row form .col-lg-2.col-md-2 {
  width: 20%;
}
.frm-inner-row form .col-lg-3.col-md-3 {
  width: 20%;
}

.rigistration-tabl table tr th {
  background: #1b1f24;
}
.rigistration-tabl table tr td {
  background: #121418;
}
.rigistration-tabl table tr {
  background: #1b1f24;
}
.rigistration-tabl table tr td a.view-btn {
  color: #9a75ec;
  text-decoration: none;
  background: #1b1f24;
  border-radius: 5px;
  padding: 4px 12px 4px 12px;
}

.show-paginaion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show-paginaion .showing-pagination-number ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.show-paginaion .showing-pagination-number ul li.active {
  list-style: none;
  background: #4a068f;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
}
.show-paginaion .showing-pagination-number ul li {
  list-style: none;
  background: #010202;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
}
.show-paginaion .showing-pagination-number ul li a {
  color: #fff;
  text-decoration: none;
}
.show-paginaion .showing-pagination-number ul li.active a {
  color: #fff;
  text-decoration: none;
}
.show-paginaion .showing-txt h5 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.show-paginaion .showing-pagination-number ul li:hover {
  transition: all 0.5s ease-in-out;
  background: #4c008b;
}

/**********************OVERVIEW VEHICLES SCREEN CSS****************/
.member {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: absolute;
  right: 4%;
}
.member a.change-img-btn {
  background: #138808 !important;
  border: 1px solid #138808 !important;
  margin-left: 16px;
  padding: 2px 12px 2px 12px;
}
.member p {
  color: #98a2b3;
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  line-height: 18px;
  margin-bottom: 0;
}

.member-frm 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;
}
.member-frm form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.member-frm form .form-group input:focus {
  outline: none;
}
.member-wrapper {
  display: block !important;
}
.member-frm {
  padding-top: 25px;
}

.image-picker-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  /* padding-top: 32px; */
}
.image-picker-txt .distance-txt h6 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
}
.image-picker-txt .distance-txt span {
  color: #90a3bf;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  padding-top: 8px;
}
.image-picker-txt:last-child {
  padding-bottom: 0;
  padding-top: 0;
}
.image-picker img {
  width: 100%;
}
.picker-img img {
  width: 100%;
}
.image-date-picker-rw {
  padding-top: 25px;
}
.contract-doc {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.contract-doc ul.rental-files li {
  background: #1b1f24;
  border-radius: 8px;
  padding: 16px 17px 16px 17px !important;
  border-bottom: 0 !important;
  margin-bottom: 16px;
  margin-top: 12px;
}
.contract-doc ul.rental-files li:last-child {
  padding-bottom: 17px;
}
.contract-doc ul.rental-files span {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #667085;
}
.contract-doc ul.rental-files li:last-child {
  margin-bottom: 0;
}
.contract-doc ul.rental-files a.down-btn {
  background: #000;
}
.image-picker {
  padding-bottom: 32px;
}
.fleet-calender-txt h4 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fcfcfc;
}
.fleet-calender-txt h4 {
  padding-top: 32px;
  padding-bottom: 12px;
}
.main-txt-img {
  display: flex;
}
.calender-txt-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calender-txt-box .main-txt-img .txt-img-f span {
  font-size: 13px;
  line-height: normal;
  color: #afafaf;
}
.calender-txt-box .main-txt-img .txt-img-f h5 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.calender-txt-box .calendr-btn a {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  background: #ff9933;
  border-radius: 16px;
  padding: 2px 10px 5px 10px;
  font-weight: 500;
}
.calender-txt-box {
  background: #000;
  border-radius: 12px;
  padding: 12px 12px 18px 12px;
}
.calender-txt-box .main-txt-img .txt-img-f {
  padding-left: 12px;
}
.calender-txt-box .main-txt-img .txt-img-f h6 {
  color: #7f8596;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}
.calender-txt-box a.Expire-btn {
  background: #f41010;
}
.expire-box {
  margin-top: 12px;
}
.main-license-box {
  background: #000;
  border-radius: 10px;
  padding: 24px;
}
.main-license-box h5 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.main-license-box .lincense-box-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.main-license-box .lincense-box-txt p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  width: 70%;
}
.main-license-box .license-yes p {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #90a3bf;
  margin-bottom: 0;
}
.main-license-box .license-frm form .form-group input {
  background: transparent;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #667085;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
}
.main-license-box .license-frm form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.main-license-box
  .license-frm
  form
  .form-group
  input[type="date"]::placeholder {
  color: #667085;
}
.main-license-box .license-frm form {
  padding-top: 12px;
}
.proof-txtx {
  padding-top: 32px;
  padding-bottom: 24px;
}
.proof-txtx h5 {
  margin: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.lincense-rw {
  padding-top: 32px;
}
.Services-Maintenance-main-box {
  background: #000;
  padding: 24px;
  border-radius: 10px;
}
.Services-Maintenance-main-box .serv-txt h5 {
  margin: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  padding-bottom: 24px;
}
.Services-Maintenance-main-box .book-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.Services-Maintenance-main-box .booking-box .booking-txt-one span {
  font-size: 15px;
  line-height: 18px;
  color: #667085;
  font-weight: 400;
}
.Services-Maintenance-main-box .booking-box .booking-txt-one h6 {
  margin: 0;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  padding-top: 5px;
}
.Services-Maintenance-main-box .booking-box {
  border: 1px solid #1f2329;
  border-radius: 12px;
  padding: 16px 94px 16px 24px;
}
.Services-Maintenance-main-box .book-text h6.bk-vehicle {
  color: #9a75ec;
  padding-left: 10px;
}
.Services-Maintenance-main-box .bookig-box-2 {
  margin-top: 24px;
}

/* Admin Vehicle Details */
.admin_vehicle_details .chng-chng-otp {
  color: #fff;
}
.admin_vehicle_details .nav-item button {
  margin-right: 60px;
  cursor: pointer;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: transparent !important;
  border: none;
  color: #667085 !important;
}
.admin_vehicle_details ul.mb-3.nav.nav-tabs {
  border-bottom: none;
}
.admin_vehicle_details li.nav-item .nav-link.active {
  margin-right: 60px;
  cursor: pointer;
  color: #667085;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
div#telematics_tabs {
  padding: 15px;
}
div#telematics_tabs .row .Telematics-sc-col-1 {
  padding-left: 0;
}

div#telematics_tabs .row .Telematics-sc-col-2 {
  padding-right: 0;
}
div#mileage_tabs {
  padding: 15px;
}

div#mileage_tabs .overall-milleage-img {
  padding: 30px 0;
}

/***********LOGIN SCREEN CSS********/
.login-main-bx {
  background: #141414;
  border-radius: 24px;
  width: 537px;
  height: 492px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px;
  margin: 0 auto;
  margin-top: 300px;
  margin-bottom: 300px;
}
.login-main-bx .login-txt img {
  display: block;
  margin: 0 auto;
}
.login-main-bx .login-txt .login-frm form .form-group input {
  background: #121418;
  border-radius: 12px;
  border: 1px solid #1f2329;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding-left: 30px;
}
.login-main-bx .login-txt .login-frm form .form-group input:focus {
  outline: none;
}
.login-main-bx .login-txt .login-frm form .form-group label {
  color: #fcfcfc;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
.login-main-bx .login-txt .login-frm form .sbmt-btn a.submit-btn {
  color: #fff !important;
  background: #4a068f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 13px 157px 13px 157px;
  border: 1px solid #4a068f;
  transition: all 0.5s ease-in-out;
  width: 361px;
}
.login-main-bx .login-txt .login-frm form .sbmt-btn {
  text-align: center;
}
.login-main-bx
  .login-txt
  .login-frm
  form
  .form-group
  ion-icon.toggle-password.md.hydrated {
  margin-top: 16px;
}
.login_admin {
  background: #1b1f24;
}

/**********Admin-penalty-charge-notice-add-pcn popup CSS***************/

.Id_drivr h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #111416;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.Id_drivr form .form-group input.submit_btn {
  padding-left: 0px;
  margin-bottom: 0;
  border-radius: 9px;
  background: #4a068f !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  height: 55px !important;
}
.pcn-registration-table.rigistration-tabl tbody tr td:nth-child(5) {
  color: #fff;

  /* Text sm/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.white_pdf {
  display: flex;
  width: 40px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #efefef;
}
.pcn_inner-doc-sc .doc-information .pdf_upl-bx {
  position: relative;
}

.pcn_inner-doc-sc .doc-information .pdf_upl-bx input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
.drvr_deta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drvr_deta .drvrmain {
  display: flex;
}

.drvr_deta .drvrmain .drvrnam {
  margin-left: 20px;
}

.drvr_deta .drvrmain img.new-customers-img {
  width: 60px;
  border: 1px solid;
  border-radius: 100%;
  height: 60px;
}

.drvr_deta .drvrmain .drvrnam h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

.drvr_deta .drvrmain .drvrnam span {
  color: var(--Grey-400, #98a2b3);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.drvr_deta .drvrcar {
  text-align: end;
}

.drvr_deta .drvrcar p {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

.drvr_deta .drvrcar span {
  color: #afafaf;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.drvr_deta .drvrcar svg {
  margin: 0 5px;
}

.pcn_info .pcninfo-head h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #111416;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.add-pcn-action-btns {
  display: flex;
  justify-content: end;
}

.add-pcn-action-btns a {
  text-decoration: none;
}

.add-pcn-action-btns a.cancel-btn {
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #1f2329;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.add-pcn-action-btns a.submit-btn {
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #4a068f;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 13px;
}

/*.add-pcn-pop-bx {
  background: #000 !important;
}*/

/**********Admin Financials Invoice Screen ONE CSS***************/
.main-payments {
  padding-bottom: 32px;
}
.main-payments .main-payments-bx {
  border-radius: 12px;
  background: #121418;
  display: flex;
  height: 168px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
}
.main-payments .main-payments-bx .pmnt-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-payments .main-payments-bx .pmnt-name p {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
.main-payments .main-payments-bx .pmnt-name h4 {
  margin-bottom: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.main-payments .main-payments-bx .pmnt-dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-payments .main-payments-bx .pmnt-dt span {
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--2nd-text-dark, #6e7074);
}
.invoice-tab-frm {
  padding-top: 32px;
}
.invoice-tab-frm .col-lg-3.col-md-3,
.invoice-tab-frm-2 .col-lg-3.col-md-3 {
  width: 25% !important;
}
.invoice-tab-frm-2 .form-group select {
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
}
.maintenance-table td a.incoming-btn {
  background: #138808;
}
.maintenance-table td.status-tagbtns a {
  text-decoration: none;
  display: flex;
  padding: 5px 8px 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  text-decoration: none;
  width: fit-content;
}
.maintenance-table td a.payment-hold-btn {
  background: #667085;
}
.maintenance-table td a.scheduled-btn {
  background: #f93;
}
.maintenance-table td a.failed-btn {
  background: #f41010;
}
/**********Admin Financials Shedule Payment Screen ONE CSS***************/

.scheduled-payment-tab-frm {
  align-items: center;
}
.scheduled-payment-tab-frm h2 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.scheduled-payment-tab-frm .invoice-topbar-wrap {
  align-items: center;
  gap: 16px;
}
.scheduled-payment-tab-frm .invoice-topbar-wrap a {
  text-decoration: none;
}
.scheduled-payment-tab-frm .invoice-topbar-wrap .filter-btn a {
  border-radius: 4px;
  border: 1px solid var(--Divider-color-Dark, #1f2329);
  background: #1b1f24;
  display: flex;
  width: 114px;
  padding: 9px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
.scheduled-payment-tab-frm .invoice-topbar-wrap .add-sh-pmnt a.shed-pmnt-btn {
  display: flex;
  width: 222px;
  height: 44px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/**********Admin Financials Invoice View Screen ONE CSS***************/
.admin-invoice-view-details h2 {
  padding-bottom: 0 !important;
  font-size: 38px !important;
  line-height: 48px !important;
}
.admin-invoice-view-details h5 {
  margin: 0;
  margin-left: 70px;
  margin-top: -5px;
  padding-bottom: 47px;
  color: #fff;
}
.admin-invoice-view-card-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-invoice-view-card-btns .admin-invoice-main-btn {
  margin-left: 32px;
  display: flex;
  gap: 16px;
}
.admin-invoice-view-card-btns .admin-invoice-main-btn a {
  text-decoration: none;
}
.admin-invoice-view-card-btns .admin-invoice-main-btn a.amend-btn {
  display: flex;
  padding: 12px 34.5px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.admin-invoice-view-card-btns .admin-invoice-main-btn a.refund-btn {
  display: flex;
  padding: 12px 35.5px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #f41010;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.admin-invoice-view-card-btns .admin-invoice-main-btn a.pay-btn {
  display: flex;
  width: 121px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #4a068f;
  background: #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.totalamount {
  padding-top: 32px;
  padding-bottom: 8px;
}
.totalamount .bal_amnt {
  display: flex;
  justify-content: space-between;
}
.totalamount .bal_amnt h3 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/************************PROFILE USER SCREEN CSS************/
.user-pro .back-hme h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.user-pro .back-hme h5 i {
  margin-right: 20px;
}
.user-pro .back-hme {
  padding-bottom: 21px;
  padding-top: 10px;
}
.user-pro .user-pro-btn a.profile-cancel-btn {
  border-radius: 4px;
  border: 1px solid #4a068f;
  color: #fff !important;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-pro .user-pro-btn a.profile-save-btn {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-pro .user-pro-form-two form .form-group label {
  padding-top: 30px;
}
.user-pro-form-two {
  margin-bottom: 25px;
}
.user-pro-doc ul.rental-files li div {
  width: 100% !important;
}
/**********PROFILE USER VEHICLES DOCUMNETS SCREEN CSS***************/
.vehicle-doc-tabs ul#docTab {
  width: 100%;
  border-bottom: none;
}
.vehicle-doc-tabs ul#docTab li a.active {
  background: transparent !important;
  padding-bottom: 10px;
  padding-top: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  color: #fff !important;
}
.vehicle-doc-tabs ul#docTab li a {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 50px;
  color: #667085 !important;
}
.pro-doc .back-hme h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.pro-doc .back-hme h5 i {
  margin-right: 20px;
}
.pro-doc .back-hme {
  padding-bottom: 21px;
  padding-top: 10px;
}
.pro-doc .tabs-container {
  padding-left: 30px;
  border-left: 1px solid #1f2329;
}
.veh-history-tbs {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 50px;
}
.veh-history-tbs .invoice-topbar-wrap {
  position: absolute;
  right: 60px;
}
.veh-history-tbs .invoice-topbar-wrap a.invoiceDownload-btn {
  margin-right: 30px;
}
/************VEHICLE HISTORY VEHICLE TABLE SCREEN CSS************/
.veh-history-tble tr td {
  padding: 26px 28px 26px 58px;
}
.veh-history-tble tr th {
  padding: 21px 50px 21px 50px;
  background: #0f1013 !important;
}
.veh-history-tble tr td.penalty-btn a {
  background: #000;
  color: #9a75ec;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
}
/************ADMIN_MANTAINENCE SCREEN CSS******/
.Maintenance-main {
  padding-top: 50px;
}
.Maintenance-bx {
  border-right: 1px solid #1f2329;
  padding-right: 40px;
}
.Maintenance-bx .back-hme {
  padding-top: 60px;
}
.veh-history-tble tr td.td-clr {
  color: #fff;
}
.veh-history-tble tr th i {
  margin-left: 10px;
}
/***********ADMIN_USER SCREEN CSS*************/
.adm-user-col {
  border-bottom: 1px solid #464849;
  padding-top: 50px;
  padding-bottom: 10px;
}
.adm-user-col:last-child {
  border-bottom: navajowhite;
}
.adm-user-col .vehicle-average-wrap {
  border: navajowhite;
}
.adm-user-col:first-child {
  padding-top: 0;
}

.adm-sec .back-hme h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.adm-sec .back-hme h5 i {
  margin-right: 20px;
}
.adm-sec .back-hme {
  padding-bottom: 30px;
  padding-top: 10px;
}
.adm-sec .adm-wrapper {
  margin-top: 0;
}
.adm-user-rw {
  padding: 32px 24px 22px 24px !important;
  width: 100%;
  margin: 0 auto;
}
.adm-sec .map img {
  height: 390px;
}

/*************ADMIN_USER_ONE_SCREEN CSS***********/
.adm-user-tabs .tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adm-user-tabs .tabs-container div {
  display: flex;
  align-items: center;
}
.adm-user-tabs .tabs-container div a.invoiceDownload-btn {
  margin-right: 20px;
}
.user-app-frm {
  padding-top: 50px;
}
.user-app-frm form .col-lg-3.col-md-3 {
  width: 25%;
}
.user-app-frm-2 form .form-group select#Approved-fld {
  background: #1d1f22 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 45px;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
}
.user-app-frm-2 form .form-group select#Approved-fld:focus {
  outline: none;
}
table.adm-user-tble tr th {
  padding: 12px 24px !important;
}
table.adm-user-tble tr td {
  padding: 26px 24px;
}
table.adm-user-tble tr td.approved-btn a {
  background: #138808;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 10px 3px 10px;
}
table.adm-user-tble tr td.Rejected-btn a {
  background: #f41010;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 10px 5px 10px;
}
table.adm-user-tble tr td.Pending-btn a {
  background: #ff9933;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 10px 5px 10px;
}
table.adm-user-tble tr td.view-btn a {
  background: #1b1f24;
  color: #9a75ec;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
}
.adm-user-nxt-btn .showing-pagination-number a {
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 17px 9px 17px;
  border-radius: 5px;
}
table.adm-user-tble tr td a.Rejected-btn {
  background: #f41010;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 10px 5px 10px;
  margin-left: 20px;
}
/************ADMIN_USER_PROFILE_ONE SCREEN CSS***********/
.admin-pro-main .vehicle-tabs {
  padding-bottom: 60px;
}

.admin-pro-main .tabs-container {
  border-left: 0;
  /* border=l: ; */
  padding-left: 0;
}
.user-pro-one-btn a.profile-cancel-btn {
  color: #fff !important;
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #4a068f;
  width: 154px;
  height: 44px;
  font-weight: 500 !important;
  font-size: 16px;
}
.user-pro-one-wrapper h6.profile-date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #98a2b3;
}
.user-pro-one-wrapper h6.profile-active {
  background: #1b1f24;
  color: #138808;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
  width: 97px;
  margin: 0;
}
.user-pro-one-wrapper span {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
}
.user-vehcle-tble {
  color: #fff;
}

.name-bx {
  display: flex;
  align-items: center;
}
.user-pro-one-wrapper a.Approved-btn {
  background: #138808;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 10px 3px 10px;
  position: absolute;
  right: 55px;
  top: 26.5%;
}
.user-pro-one-form .head-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.user-pro-one-form form .form-group input {
  background: #1f2329 !important;
  border-radius: 12px;
  height: 56px;
  padding-left: 20px;
  padding-top: 10px;
}
.user-pro-two-form form .form-group input {
  height: 56px;
  background: #1f2329 !important;
  border-radius: 12px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0 !important;
}
.user-pro-two-form .Reset-Password-btn h5 a {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #9a75ec;
  background: #1b1f24;
  border-radius: 5px;
  width: 158px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pass-reset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #1f2329;
  margin-bottom: 32px;
}
.pass-reset .head-wrap {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.profile-info-form-wrap form .form-group h5 a.Verified-btn {
  position: relative;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #138808;
  background: #1b1f24;
  border-radius: 5px;
  width: 61px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 0 3px 0;
  right: 0;
  margin-right: 0;
}
.admin-user-pro-one .form-group {
  position: relative;
}
.vehicle-documents-sec.db-default-sec.pro-doc.admin-user-pro-one
  table.adm-user-tble
  tr
  td {
  padding: 23px 19px;
}

.profile-info-form-wrap form .form-group h5 {
  position: absolute;
  bottom: 30%;
  right: 3%;
}

/****************USER_VEHICLES SCREEN CSS**************/
.user-vehicles h6.profile-date {
  color: #00803c;
}
.user-vehicles a.change-img-btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #98a2b3 !important;
  border: none;
}

.vehicle-rent-wrapper {
  padding-top: 25px;
}
.vehicle-rent-wrapper .veh-ren h5 {
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin: 0;
}

/***********Penalty Charge Notice CSS********/
.Pcn_main_bx .main-veh-bx {
  display: flex !important;
}
.Pcn_main_bx .main-veh-bx .add_btns a {
  background-color: #4a068f;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 31.7px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pcn_frm-inner-row .col-lg-3.col-md-3 {
  width: 25% !important;
}
.rigistration-tabl table tr td a.uploaded-btn,
.rigistration-tabl table tr td a.pending-btn,
.rigistration-tabl table tr td a.forwarded-btn,
.PCN-view-status a.uploaded-btn {
  display: flex;
  padding: 5px 8px 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  background: #138808;
  text-decoration: none;
}
.rigistration-tabl table tr td a.pending-btn {
  background: #f93;
}
.rigistration-tabl table tr td a.forwarded-btn {
  background-color: #667085;
}

.PCN-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
}
.PCN-view h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer !important;
  line-height: 1;
}

.PCN-view-status a.uploaded-btn {
  width: 18%;
}

.inner-view-detail-sc {
  padding-top: 32px;
}
.inner-view-detail-sc td.sm_d {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}
.inner-view-detail-sc td.big_d {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.inner-view-detail-sc tr.bgrw td {
  padding-bottom: 32px;
}
.pcn_inner-doc-sc {
  padding: 0 !important;
}
.pcn_inner-doc-sc h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #64748b;
}
.pcn_inner-doc-sc .rental-vehicle-docs-wrap {
  margin: 0;
}
.pcn_inner-doc-sc
  .rental-vehicle-docs-wrap
  a.view-eye-btn
  ion-icon.toggle-password.md.hydrated {
  position: unset;
  margin: 0;
}
.pcn_inner-doc-sc ul.rental-files li div {
  width: unset;
}
.pcn_inner-doc-sc ul.rental-files li .pdfsdetails {
  display: flex;
  align-items: center;
}
.pcn_inner-doc-sc ul.rental-files li .pdfsdetails .pdfsname {
  margin-left: 20px;
}
.pcn_inner-doc-sc ul.rental-files li .pdfsdetails .pdfsname h6 {
  margin: 0;
}
.pcn_inner-doc-sc ul.rental-files li .tools-for-pdfs {
  display: flex;
  align-items: center;
  width: 18%;
  justify-content: space-around;
}
.pcn_inner-doc-sc ul.rental-files li .tools-for-pdfs img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}
.pcn_inner-comm-sc .add-pcn-view-comm textarea.mg05 {
  border: 1px solid #1d1f22;
  height: 120px;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding-left: 30px;
  border-radius: 8px;
  background: #121418;
  padding: 10px 12px;
}
.pcn_inner-comm-sc .add-pcn-view-comm textarea.mg05::placeholder {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.pcn_inner-comm-sc {
  padding-top: 32px;
}
.pcn_inner-comm-sc .add-pcn-view-comm_head {
  padding-bottom: 32px;
}
.pcn_inner-comm-sc .add-pcn-view-comm_head a {
  text-decoration: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pcn_inner-comm-sc .comment_bxhead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pcn_inner-comm-sc .comment_bxhead h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #64748b;
  margin: 0;
}

.pcn-view-action-btns {
  text-align: end;
  display: flex;
}
.pcn-view-action-btns a.amend-btn {
  text-decoration: none;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #4a068f;
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 auto;
  border-radius: 10px;
}
.Pcn-view-popup_bx {
  width: 771px;
  padding: 32px;
  border-radius: 16px;
  background: #1b1f24 !important;
  margin: 0 auto;
}
.pcn_inner-doc-sc ul.rental-files li {
  border-radius: 10px;
  background: #121418 !important;
}
.inner-view-detail-sc table {
  width: 100% !important;
}
.pcn_inner-doc-sc .pdf_upl-bx {
  text-align: center;
}
.pcn_inner-doc-sc .pdf_upl-bx .filedetails {
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
}
.pcn_inner-doc-sc .pdf_upl-bx img {
  width: 68px;
  height: 65px;
}
.pcn_inner-doc-sc .pdf_upl-bx a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.pcn_inner-doc-sc .pdf_upl-bx .filedetails span:first-child {
  text-decoration: underline;
  color: #fff;
}
.pcn_inner-doc-sc .pdf_upl-bx .filedetails span:last-child {
  color: #64748b;
}
.pcn_amend-inner-row {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pcn_amend-inner-row .form-group input {
  background: #121418 !important;
  height: 56px !important;
}
.pcn_amend-inner-row .form-group input::placeholder,
.frm-inner-row form .form-group select option {
  font-size: 16px;
  font-family: "Poppins";
}
.frm-inner-row form .form-group select#Rented-fld {
  background: #121418 !important;
  height: 56px !important;
}
.pcn_inner-doc-sc .doc-information .pdf_upl-bx {
  background: #121418;
  padding: 30px;
  border-radius: 8px;
}
.pcn-view-action-btns a.delete-btn {
  border-radius: 10px;
  background: #f41010;
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 auto;
}
.pcn-view-action-btns a.save-btn {
  border-radius: 10px;
  background: #4a068f;
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 auto;
  margin-left: 13px;
}

/* invoice new pages start */

.invoice-tabs .nav {
  border-bottom: 0px !important;
  gap: 14px;
}

.invoice-tabs .nav button {
  background: transparent !important;
  border: none;
  padding: 10px;
}

.invoice-tabs .nav button.active {
  border-bottom: 1px solid #fff !important;
}

.invoice-tabs .nav button h5 {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.invoice-tabs .nav button.active h5 {
  color: #fff;
  font-weight: 600;
}

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

.retryPayment-btn {
  color: #fff !important;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  padding: 12px 16.5px 12px 15.5px;
  border-radius: 8px;
  background: #4a068f;
  text-decoration: none;
}

.invoice-tabs .invoice-topbar-wrap {
  gap: 16px;
  align-items: center;
}
.invoice-topbar-wrap.invoice_sear {
  display: flex;
  margin-bottom: -50px;
  justify-content: end;
}
/*----- Invoice View -----*/

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

.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 -----*/
/* invoice new pages end */

/**********Admin Financials Invoice Pay Screen CSS***************/
.admin-invoice-pay-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.pay-btn {
  background: #138808;
  border: none;
}
.admin-invoice-pay-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.refund-btn {
  background: #4a068f;
}
.cancellation-disc-table td.big-td {
  text-align: left;
}
.cancellation-disc-table td.big-td a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #fff;
  text-align: center;
}

.admin-invoice-pay-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.cancel-btn,
.admin-invoice-refund-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.cancel-btn {
  display: flex;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.admin-invoice-pay-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.save-btn,
.admin-invoice-refund-card
  .admin-invoice-view-card-btns
  .admin-invoice-main-btn
  a.save-btn {
  display: flex;
  width: 121px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.admin-invoice-refund-card .bal_amnt h3.refundpay {
  color: #f41010;
}

/**********Admin Financials Invoice Pay POP-PUP Screen CSS***************/

.cardpay-popup_bx {
  background: #1a2028;
  box-shadow: 0px 6px 14px 0px rgba(187, 185, 185, 0.07);
  display: flex;
  width: 477px;
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
}
.cardpay-popup_bx .card-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardpay-popup_bx .card-main-head h2 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cardpay-popup_bx .card-innr-blk {
  border-radius: var(--Photo, 16px);
  background: #121418;
  display: flex;
  padding: 16px;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 24px;
  align-self: stretch;
}
.cardpay-popup_bx .card-innr-blk .card-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardpay-popup_bx .card-innr-blk .card-selection h4 {
  margin: 0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
.cardpay-popup_bx .card-innr-blk .card-selection a {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
  display: flex;
  align-items: end;
}
.cardpay-popup_bx .card-bttm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardpay-popup_bx .card-bttm-head h3 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cardpay-popup_bx .card-pay-action-btns {
  display: flex;
  gap: 16px;
}
.cardpay-popup_bx .card-pay-action-btns a.cancel-btn,
.cardpay-popup_bx .card-pay-action-btns a.refund-btn {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
}
.cardpay-popup_bx .card-pay-action-btns a.refund-btn,
.maintenance-table td.status-tagbtns a.rejected-btn {
  background: #f41010;
  border: none;
}
.maintenance-table td a.view-btn {
  display: flex;
  padding: 5px 7px;
  gap: 10px;
  border-radius: 5px;
  background: var(--BG-color-Dark, #1b1f24);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #9a75ec;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/**********Admin Financials Payment Shedule Screen TWO CSS***************/

.payment-schedule-invoice-view-panel .innr-row {
  padding-top: 33px;
}
.payment-schedule-invoice-view-panel .innr-row .invoice-topbar-wrap {
  display: block !important;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .invoice-topbar-wrap
  .search-bar-v1 {
  background: #121418;
  border-radius: 12px;
  display: flex;
  height: 44px;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .invoice-topbar-wrap
  .search-bar-v1
  input {
  background: #121418;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card-main-head
  h4 {
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.payment-schedule-invoice-view-panel .innr-row .payment-schedule-card {
  border-radius: 16px;
  padding: 24px;
  min-height: unset !important;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-details {
  padding: 0;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-details
  p.inv-address {
  color: var(--Gray, #858585);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription,
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription-2 {
  padding: 24px 15px;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription-2 {
  border-top: 1px dashed #667085;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription
  p,
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription-2
  p {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription
  p
  span,
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-card
  .invoice-view-subscription-2
  p
  span {
  opacity: 0.64;
}
.payment-schedule-invoice-view-panel .innr-row .pay-schedule-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
}
.payment-schedule-invoice-view-panel .innr-row .pay-schedule-btns a.cancel-btn {
  display: flex;
  height: 55px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 9px;
  border: 1px solid #4a068f;
  color: var(--base-white, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.payment-schedule-invoice-view-panel .innr-row .pay-schedule-btns a.send-btn {
  text-decoration: none;
  display: flex;
  height: 55px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 9px;
  background: #121418;
  color: #667085;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.payment-schedule-invoice-view-panel .innr-row .payment-schedule-disc {
  border-radius: 12px;
  background: #121418;
  margin-top: 24px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-disc
  .invoice-tab-frm-2
  .form-group
  input,
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-disc
  .invoice-tab-frm-2
  .form-group
  select {
  height: 60px;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-disc
  .invoice-tab-frm-2
  .form-group
  textarea {
  height: 120px;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding: 10px 12px;
  resize: none;
  background: #1d1f22;
  border-radius: 12px;
  border: 1px solid #1d1f22;
}
.payment-schedule-invoice-view-panel
  .innr-row
  .payment-schedule-disc
  .add-pcn-view-comm_head
  a {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/**********Admin Financials Payment Shedule Screen TWO pop-pup CSS***************/
.pay-Sch-PP-one {
  display: flex;
  width: 598px;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  background: #000;
}
.pay-Sch-PP-one .pp-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pay-Sch-PP-one .pp-main-head h2 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pay-Sch-PP-one .pcn-view-action-btns {
  display: block;
  text-align: center;
}
.pay-Sch-PP-one .pcn-view-action-btns a.search-btn {
  display: flex;
  height: 55px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: #4a068f;
  color: var(--base-white, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
  margin: 16px 0;
}
.pay-Sch-PP-one .pcn-view-action-btns a.filter-btn {
  display: flex;
  height: 55px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  color: #f41010;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

/**********Admin Financials Payment Shedule Screen TWO pop-pup-two CSS***************/

.cstmr-bx {
  border-radius: 8px;
  border: 1px solid #282f36;
  background: #121418;
  padding: 12px;
}
.cstmr-bx .cstmr-srchbox {
  height: 168px;
  overflow-y: scroll;
  padding-right: 12px;
}
.cstmr-bx .cstmr-srchbox .cstmr-view-deta-eye a {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #667085;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.cstmr-bx .cstmr-srchbox .drvr_deta.active {
  border-radius: 4px;
  background: #1f2329;
  padding: 4px 8px;
}
.cstmr-bx .cstmr-srchbox .drvr_deta {
  padding: 12px 0;
}
.cstmr-bx .cstmr-srchbox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #667085;
}

.cstmr-bx .cstmr-srchbox::-webkit-scrollbar {
  width: 6px;
  background-color: #667085;
}

.cstmr-bx .cstmr-srchbox::-webkit-scrollbar-thumb {
  background-color: #4a068f;
}

/**********Admin Financials Payment Shedule Screen TWO pop-pup-three CSS***************/

.pay-Sch-PP-three button.close-btn {
  text-align: end;
}
.pay-Sch-PP-three .pp-main-head {
  display: block;
  text-align: center;
}
.pay-Sch-PP-three .pp-main-head p {
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--Grey-400, #98a2b3);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.pay-Sch-PP-three .innr-bx {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  border-radius: var(--Medium, 8px);
  border: 1px solid #1f2329;
  background: #121418;
}
.pay-Sch-PP-three .innr-bx h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1f2329;
  margin: 0;
}
.pay-Sch-PP-three .innr-bx .cstmr-details .frm-inner-row2 .form-group {
  padding-bottom: 32px;
}
.pay-Sch-PP-three .innr-bx .cstmr-details .form-group label {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.pay-Sch-PP-three .innr-bx .cstmr-details .form-group input {
  background: transparent;
  border: none;
  padding: 12px 0;
  border-bottom: 1px solid #1f2329;
}
.pay-Sch-PP-three .innr-bx .cstmr-details .form-group input::placeholder {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.pay-Sch-PP-three .innr-bx img.car-img {
  height: 100%;
}
.pay-Sch-PP-three .innr-bx .drvr_deta .drvrmain {
  align-items: center;
}
.pay-Sch-PP-three .innr-bx .drvrnam a.active-btn {
  text-decoration: none;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #138808;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: fit-content;
}
.pay-Sch-PP-three .innr-bx .drvrnam h6 {
  padding: 8px 0 0;
}
.pay-Sch-PP-three .innr-bx .drvr_deta {
  align-items: flex-start;
}
.pay-Sch-PP-three .innr-bx .drvr_deta span {
  color: #afafaf;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.frmmainbx {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  height: 720px;
  overflow-y: scroll;
  /* padding-right: 16px; */
}

.frmmainbx::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #667085;
}

.frmmainbx::-webkit-scrollbar {
  width: 6px;
  background-color: #667085;
}

.frmmainbx::-webkit-scrollbar-thumb {
  background-color: #4a068f;
}

/**********Admin Financials Payment Shedule Screen THREE CSS***************/

.payment-schedule-two .innr-row .drvr_deta .drvrcar-main {
  display: flex;
  gap: 20px;
}
.payment-schedule-two .innr-row .drvr_deta {
  border-radius: 12px;
  background: #121418;
  display: flex;
  padding: 16px 12px;
  gap: 12px;
}
.payment-schedule-two .innr-row .drvr_deta .drvrmain {
  align-items: center;
}

.frm-inner-row form .form-group textarea {
  background: #121418 !important;
}
/****************USER_VEHICLES SCREEN CSS**************/
.user-vehicles h6.profile-date {
  color: #00803c;
}
.user-vehicles a.change-img-btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #98a2b3 !important;
  border: none;
}

.vehicle-rent-wrapper {
  padding-top: 25px;
}
.vehicle-rent-wrapper .veh-ren h5 {
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin: 0;
}
.user-vehicle-app-wrapper .veh-ren h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.user-vehicle-app-wrapper .veh-ren {
  padding-bottom: 32px;
}
.user-vehicle-app-wrapper .vehicle-rent-main .veh-rent-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.user-vehicle-app-wrapper .vehicle-rent-main .veh-rent-image {
  padding-bottom: 45px;
}
.user-vehicle-app-wrapper .user-vehicle-app {
  background: transparent !important;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 32px;
}
.user-vehicle-app-wrapper .user-vehicle-app .rental-vehicle-dt1 {
  padding-top: 0;
  border-bottom: 1px solid #667085;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.user-vehcle-tble table tr td.file-img {
  text-align: center;
}
.user-vehcle-tble {
  padding-top: 25px;
}

/*****************PAYMENT & INVOICE TABS SCREEN CSS*******************/
.payment-tble-main .payment-tble tr td.Failed-btn a {
  background: #f41010;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 10px 5px 10px;
}
tr td.View-btn a {
  background: #1b1f24;
  color: #9a75ec;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
}
.pay-history .payment-tble td.Incoming-btn a {
  background: #138808;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 10px 3px 10px;
}
.pay-history .payment-tble td.Hold-btn a {
  background: #667085;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 12px 3px 12px;
}
.pay-history .payment-tble td.Scheduled-btn a {
  background: #ff9933;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 10px 3px 10px;
}
.pay-history .payment-tble-head {
  border-bottom: 1px solid #1f2329;
  padding-bottom: 20px;
}
.pay-history {
  padding-top: 0;
}
.payment-bx .outstanding-bx {
  background: #1b1f24;
  color: #fff;
}
.pcns-main {
  padding-top: 0;
}
.pcn-tble td.View-btn a {
  background: #000;
}
.pro-doc .back-hme h5 a {
  color: #fff;
  text-decoration: none;
}

/**************VIEW APPLICATION SCREEN TAB CSS***********/
.app-col-1 .app-personal-head h5 {
  margin: 0;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins";
}
.app-col-1 .app-personal-head {
  padding-bottom: 30px;
  padding-top: 40px;
}
.app-col-1 .form-personal form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px;
}
.app-col-1 .form-personal form .form-group input {
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #1d1f22 !important;
  height: 32px !important;
  width: 100%;
  margin-bottom: 20px !important;
  color: #667085;
  padding-left: 30px;
  border: none;
  padding-bottom: 10px;
  font-size: 14px;
}
.pro-license-txt {
  display: flex;
  justify-content: space-between;
}
.pro-license-txt .pro-pera p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #ffff;
  font-weight: 400;
  width: 70%;
}
.pro-license-txt .pro-yes span {
  font-weight: 700;
  color: #90a3bf;
  font-size: 16px;
  line-height: 20px;
}
.pro-license-txt {
  padding-bottom: 20px;
}
.app-col-1 .app-personal-head:first-child {
  padding-top: 0;
}
.app-col-1 .contract-doc ul.rental-files a.View-btn {
  background: #000;
  color: #9a75ec;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
.app-col-2 {
  background: #000;
  padding: 34px;
  border-radius: 10px;
  color: #fff;
}
.app-col-2 a.delete-img img {
  width: 25px !important;
  height: 25px !important;
}
.app-col-1 .app-accident-head {
  border-bottom: 1px solid #667085;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.app-col-1 .app-accident-head h5 {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.app-col-1 .deails-pera span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #667085;
}
.app-col-1 .deails-pera p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  width: 70%;
  margin-bottom: 0;
}

.view-app-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-app-btn .view-app-buttons a.Amend-cancel-btn {
  background: #1b1f24;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 52px 11px 52px;
  color: #9a75ec !important;
  text-decoration: none;
}
.view-app-btn .view-app-buttons a.Rejected-cancel-btn {
  background: #f41010;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #1b1f24;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 52px 11px 52px;
  color: #fff !important;
  text-decoration: none;
  margin-right: 12px;
  margin-left: 12px;
}
.view-app-btn .view-app-buttons a.Approved-cancel-btn {
  background: #00803c;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #1b1f24;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 52px 11px 52px;
  color: #fff !important;
  text-decoration: none;
}
.view-app-btn .view-app-buttons a.Save-cancel-btn {
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 52px 11px 52px;
  color: #fff !important;
  text-decoration: none;
}

/***************VIEW APPLICATION AMEND SCREEN CSS********/
.amend-col .form-personal form .form-group input {
  background: #1f2329 !important;
  border-radius: 12px !important;
  height: 56px !important;
  padding-left: 20px;
  padding-top: 10px;
  width: 100%;
}
.amend-col .upload-file form input {
  display: none;
}
.amend-col .upload-file form a.upld-file {
  display: block;
  background: transparent !important;
  color: #fff;
  font-weight: 600;
}
.amend-col-2 .form-personal form .form-group input.message-area {
  height: 120px !important;
}
.amend-col-2 .form-personal form .form-group input.message-area:focus {
  outline: none;
}

.amend-col-2 .on-off-button .checkbox {
  display: none;
}
.amend-col-2 .on-off-button .switch {
  align-items: center;
  background-color: gray;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  user-select: none;
  width: 40px;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch {
  background-color: blue;
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch {
  background-color: #4a068f;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch {
  background-color: #1b1f24;
}
.on-off-button .switch__left,
.on-off-button .switch__right {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0 !important;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch .switch__left {
  visibility: hidden;
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch .switch__right {
  visibility: hidden;
}
.on-off-button .switch__circle {
  height: 30px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 40px;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 40px);
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 26px);
  right: 0;
}
.amend-col-2 .on-off-button .switch__circle-inner {
  background-color: white;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
}
.amend-col-2 .pro-yes {
  display: flex;
  align-items: center;
}
.amend-col-2 .on-off-button {
  margin-left: 15px;
}

/***********POPUP CSS**********/
.user-app-popup {
  width: 584px;
  height: 539px;
  padding: 24px 24px 24px 24px;
  border-radius: 12px;
  background: #1b1f24;
  box-shadow: 0px 6px 4px 0px rgba(187, 185, 185, 0.07);
}
.user-app-popup .userr-pop-txt-head h5 {
  margin: 0;
  font-size: 16px;
  line-height: 155%;
  font-weight: 600;
  padding-top: 24px;
  text-align: center;
}
.user-app-popup .userr-pop-txt-head p {
  color: #667085;
  font-size: 16px;
  line-height: 155%;
  margin-bottom: 0;
  padding-top: 24px;
}
.user-app-popup .userr-pop-txt-form .form-personal form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 16px;
}
.user-app-popup .userr-pop-txt-head {
  text-align: center;
}
.user-app-popup .userr-pop-txt-form .form-personal form .form-group input {
  background: #121418 !important;
  border-bottom: 1px solid #1f2329 !important;
  border: none;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 12px;
  width: 100%;
  outline: none;
  margin-bottom: 32px;
  height: 56px;
  border-radius: 12px;
  padding-left: 20px;
  padding-top: 11px;
}
.user-app-popup
  .userr-pop-txt-form
  .form-personal
  form
  .form-group
  input.popup-massage {
  height: 112px;
  padding-left: 10px;
}

.user-app-popup .warning-img {
  text-align: center;
}
.userr-pop-txt-btns a.chng-otp-ver {
  color: #fff !important;
  background: transparent !important;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #667085;
  font-weight: 500 !important;
  font-size: 16px;
  width: 260px;
  display: inline-block;
  height: 44px;
  text-align: center;
  padding: 9px 0 0 0;
  border-radius: 8px;
  text-decoration: none;
}
.userr-pop-txt-btns a.succes-return {
  color: #fff !important;
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #4a068f;
  font-weight: 500 !important;
  font-size: 16px;
  width: 260px;
  display: inline-block;
  height: 44px;
  text-align: center;
  padding: 9px 0 0 0;
  border-radius: 8px;
  text-decoration: none;
}

/*****************SUPPORT SCREEN ONE CSS*************/
.support-num-perctgre {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-num-perctgre .suprt-percantage h3 {
  color: #138808;
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  font-weight: 400;
  font-family: poppins;
}
.support-num-perctgre .suprt-percantage h3 i {
  color: #8d98af;
  margin-left: 7px;
}
.support-main {
  padding: 32px;
}
.support-issue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-issue-head h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  color: #fcfcfc;
}
.support-issue-head .issue-btns a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #676d7c;
  text-decoration: none;
  margin-right: 20px;
}
.support-issue-head .issue-btns {
  background: #1b1f24;
  border-radius: 4px;
  height: 39px;
  padding: 4px 0px 0 20px;
}
.support-issue-head .issue-btns a.active {
  background: #4a068f;
  color: #fff;
  padding: 2px 10px 5px 10px;
  border-radius: 4px;
}
.support-issue-head .time-frame span {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #6e7074;
}
.support-issue-head .time-frame span input {
  margin-left: 10px;
  background: #1b1f24;
  border: 1px solid #1b1f24;
  border-radius: 4px;
  padding: 0px 20px 0 20px;
  height: 39px;
  font-size: 15px;
  color: #6e7074;
}
.support-issue-head .tivcket-btn a {
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 16px 10px 16px;
  color: #fff !important;
  text-decoration: none;
}
.support-issue-main-bx {
  background: #121418;
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
}
.support-issue-head .view-support {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #676d7c;
  text-decoration: none;
  position: relative;
  left: 8%;
}
.support-issue-head .tivcket-btn a i {
  margin-right: 10px;
}
.support-issue-tabs ul li a {
  margin-right: 10px;
}
.support-issue-tabs ul li a.nav-link.active {
  margin-right: 10px;
}
table.adm-user-tble tr td.Open-btn a {
  background: #667085;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 14px 5px 14px;
}
table.adm-user-tble tr td.New-btn a {
  background: #1f2329;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 3px 14px 5px 13px;
}
table.adm-user-tble tr td.Resolved-btn a {
  background: #138808;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 5px 13px 5px 14px;
}
table.adm-user-tble tr td.High-btn a {
  color: #f41010;
  text-decoration: none;
}
table.adm-user-tble tr td.Low-btn a {
  color: #667085;
  text-decoration: none;
}
table.adm-user-tble tr td.Medium-btn a {
  text-decoration: none;
  color: #ff9933;
}
table.supp-issue {
  margin-top: 34px;
}
.support-issue-tabs {
  padding-top: 45px;
}
.invoice-view-card.db-default-wrapper.admin-invoice-view-card.admin-invoice-refund-card {
  color: #fff;
}
.dashboard-panel.invoice-view-panel.payment-schedule-invoice-view-panel.payment-schedule-two
  textarea {
  background: #1d1f22 !important;
}
.view-app-btn.reject_btn {
  position: absolute;
  top: 34px;
  right: 50px;
}
.reject_user_application .user-app-popup {
  width: 60%;
}

.reject_user_application
  .user-app-popup
  .succes-return-btn.Confirm-alert-btns.userr-pop-txt-btns {
  display: flex;
  justify-content: center;
}

.reject_user_application
  .user-app-popup
  .succes-return-btn.Confirm-alert-btns.userr-pop-txt-btns
  a {
  margin: 0 10px;
}
.user-app-popup .userr-pop-txt-head {
  color: #fff;
}
div#user-pro-application .form-personal input {
  color: #fff !important;
  /* background: #0000 !important; */
  font-family: "Poppins";
  font-size: 16px;
  padding-left: 10px;
}

/***************VIEW APPLICATION AMEND SCREEN CSS********/
.amend-col .form-personal form .form-group input {
  background: #1f2329 !important;
  border-radius: 12px !important;
  height: 56px !important;
  padding-left: 20px;
  padding-top: 10px;
  width: 100%;
}
.amend-col .upload-file form input {
  display: none;
}
.amend-col .upload-file form a.upld-file {
  display: block;
  background: transparent !important;
  color: #fff;
  font-weight: 600;
}
.amend-col-2 .form-personal form .form-group input.message-area {
  height: 120px !important;
}
.amend-col-2 .form-personal form .form-group input.message-area:focus {
  outline: none;
}

.amend-col-2 .on-off-button .checkbox {
  display: none;
}
.amend-col-2 .on-off-button .switch {
  align-items: center;
  background-color: gray;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  user-select: none;
  width: 40px;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch {
  background-color: blue;
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch {
  background-color: #4a068f;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch {
  background-color: #1b1f24;
}
.on-off-button .switch__left,
.on-off-button .switch__right {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0 !important;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch .switch__left {
  visibility: hidden;
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch .switch__right {
  visibility: hidden;
}
.on-off-button .switch__circle {
  height: 30px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 40px;
}
.amend-col-2 .on-off-button .checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 40px);
}
.amend-col-2 .on-off-button .checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 26px);
  right: 0;
}
.amend-col-2 .on-off-button .switch__circle-inner {
  background-color: white;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
}
.amend-col-2 .pro-yes {
  display: flex;
  align-items: center;
}
.amend-col-2 .on-off-button {
  margin-left: 15px;
}

/************ADMIN MESSAGE SCREEN CSS**********/
.details-colmn {
  border-left: 1px solid #1f2329;
  padding-left: 30px;
}
.details-colmn h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  border-bottom: 1px solid #1f2329;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.details-colmn .details-column-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-colmn .details-column-txt .tckt-txt p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.details-colmn .details-column-txt .code-id p {
  color: #667085;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.details-colmn .details-column-txt .code-id p a.Open-btn {
  background: #667085;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 14px 5px 14px;
}
.details-colmn .details-column-txt .code-id p a.High-btn {
  color: #f41010;
  text-decoration: none;
}
.user-head-text {
  padding-top: 20px;
}
.user-head-text p {
  color: #90a3bf;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
.message-resolved-btn a.msg-resolve-btn {
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 16px 10px 14px;
  transition: all 0.3s;
  color: #fff !important;
  display: block;
  text-align: center;
  background: #4a068f;
}
.support-msg {
  padding-top: 0 !important;
}

/**************ADMIN CREATE TICKET SCREEN CSS***********/
.ticket-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1f2329;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ticket-main .create-ticket-top-btns a.ticket-cancel-btn {
  background: #1b1f24;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #4a068f;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 37px 11px 37px;
  color: #fff !important;
  text-decoration: none;
}
.ticket-main .create-ticket-top-btns a.ticket-btn {
  background: #4a068f;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000;
  font-weight: 400 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 14px 11px 14px;
  color: #fff !important;
  text-decoration: none;
}
.ticket-col-one form .form-group input {
  background: #000 !important;
  border-radius: 12px !important;
  height: 56px !important;
  padding-left: 20px;
  width: 100%;
  border: 1px solid #000000 !important;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.ticket-col-one form .form-group input:focus {
  outline: none;
}
.ticket-col-one form .form-group label {
  color: #667085;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
.ticket-col-one form .form-group select#cars {
  background: #000;
  border-radius: 12px;
  border: 1px solid #000;
  height: 60px;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
}
.ticket-col-one form .form-group {
  position: relative;
}
.ticket-col-one form .form-group i {
  position: absolute;
  top: 54px;
  left: 20px;
  color: #667085;
}

.ticket-col-one form .form-group select#cars:focus {
  outline: none;
}
.ticket-sec .message-card {
  padding-left: 40px;
  padding-right: 40px;
}
.ticket-col-one {
  padding-top: 32px;
}
.ticket-main .invoice-view-topbar {
  border: none;
}
.ticket-col-one form .form-group {
  position: relative;
}
.ticket-bx-scrll {
  margin-bottom: 24px;
}
.ticket-bx-scrll .cstmr-srchbox {
  height: 240px;
}
.ticket-col-two
  .pay-Sch-PP-three
  .innr-bx
  .cstmr-details
  .form-group
  input:focus {
  outline: none;
}
.ticket-col-two .pay-Sch-PP-three .innr-bx .cstmr-details .form-group input {
  padding-left: 20px;
  color: #fff;
}
.ticket-col-two .frmmainbx {
  overflow: hidden;
  height: auto;
}
.ticket-col-two h6 {
  color: var(--Text-color-Dark, #fcfcfc);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ticket-col-two .pay-Sch-PP-three .innr-bx .cstmr-details .form-group .t-flag {
  position: relative;
}

.ticket-col-two
  .pay-Sch-PP-three
  .innr-bx
  .cstmr-details
  .form-group
  .t-flag
  input[type="tel"] {
  padding-left: 40px;
}

.ticket-col-two
  .pay-Sch-PP-three
  .innr-bx
  .cstmr-details
  .form-group
  .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 18px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ticket-col-two
  .pay-Sch-PP-three
  .innr-bx
  .cstmr-details
  .form-group
  input.mg0 {
  padding-left: 40px;
}

/*************ADMIN DEPOSIT SCREEN CSS******/
.deposit-main .deposit-rw form .col-lg-3.col-md-3 {
  width: 25%;
}
.deposit-main form .form-group input {
  height: 36px !important;
  background: #1d1f22 !important;
  font-size: 16px;
}
.deposit-main .deposit-rw-two form select#Approved-fld {
  background: #1d1f22 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 36px !important;
  width: 100%;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 6px;
  font-size: 16px;
}
.deposit-table table tr th i {
  margin-left: 10px;
}
.deposit-table table tr td a.Signed-btn {
  background: #138808;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 13px 4px 14px;
}
.deposit-table table tr td a.Not-Signed-btn {
  background: #667085;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 13px 4px 13px;
}

/**************ADMIN CALENDER ALL SCREEN CSS*************/
.admin-calender-top .create-ticket-top-btns i {
  color: #fff;
  text-decoration: none;
}
.admin-calender-top {
  padding-bottom: 0;
}
.calender-top-form form .form-group select#Oil-Changes-fld {
  background: #1d1f22 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 36px !important;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}
.calender-top-form form .form-group input {
  height: 36px !important;
  background: #1d1f22 !important;
}
.picker-col-1 .claneder-date-picker-image img {
  width: 100%;
  height: 494px;
}
.picker-col-2 .fleet-calender-txt h4 {
  padding-top: 0;
}
.picker-col-2 .calender-txt-box {
  margin-bottom: 12px;
  color: #fff;
}
.picker-col-2 {
  height: 492px;
  overflow-y: scroll;
  padding-right: 12px;
}
.picker-col-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #667085;
}
.picker-col-2::-webkit-scrollbar {
  width: 6px;
  background-color: #667085;
}
.picker-col-2::-webkit-scrollbar-thumb {
  background-color: #4a068f;
}

/**********************Admin Financials Amended Invoice Screen One CSS******************************/

.admin-amended-invoice-pay-card .inner-amend-box {
  justify-content: center;
  padding-top: 32px;
}
.admin-amended-invoice-pay-card .inner-amend-box .amend-bx {
  background-color: #000;
}
.admin-amended-invoice-pay-card .inner-amend-box .amend-bx {
  border-radius: 16px;
  padding: 24px;
  min-height: unset !important;
}
.amend-bx .admin-invoice-view-details {
  padding: 0;
}
.amend-bx .admin-invoice-view-details p.inv-address {
  color: var(--Gray, #858585);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.amend-bx .invoice-view-subscription,
.amend-bx .invoice-view-subscription-2 {
  padding: 24px 64px;
}
.amend-bx .invoice-view-subscription-2 {
  border-top: 1px dashed #667085;
}
.amend-bx .invoice-view-subscription p span,
.amend-bx .invoice-view-subscription-2 p span {
  opacity: 0.64;
}
.amend-bx .invoice-view-subscription p,
.amend-bx .invoice-view-subscription-2 p {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.amend-bx .cancellation-disc-table th {
  background: #000;
}
.admin-amended-invoice-pay-card .admin-invoice-view-card-btns {
  width: 30%;
  display: block;
}
.admin-amended-invoice-pay-card .admin-invoice-main-btn {
  margin-left: 0 !important;
}
.admin-amended-invoice-pay-card .admin-invoice-main-btn a.reamand-btn {
  display: flex;
  padding: 12px 48.5px 12px 47.5px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.admin-amended-invoice-pay-card .invoice-view-topbar {
  padding: 0;
  padding-bottom: 20px;
}
.admin-amended-invoice-pay-card .admin-invoice-main-btn a.send-email-btn {
  display: flex;
  padding: 12px 44px 12px 43px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.amend-bx .amend-bx-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  padding-top: 24px;
}
.amend-bx .amend-bx-btns a {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
}
.amend-bx .amend-bx-btns a.download-btn {
  border: 1px solid #4a068f;
}
.amend-bx .amend-bx-btns a.refund-btn {
  background: #f41010;
}

/**********************Admin Financials Amended Invoice Screen Two CSS******************************/

.amend-bx .amend-bx-btns a.save-btn {
  border: 1px solid #4a068f;
}
.amend-bx tr.no-brdr {
  border: none;
}

/**********************Admin Financials Amended Invoice Retry Payment Screen One CSS******************************/

.admin-amended-invoice-retry .admin-invoice-main-btn a {
  display: flex;
  padding: 12px 41.667px 12px 40px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.admin-amended-invoice-retry .admin-invoice-main-btn a.re-send-email-btn,
.admin-amended-invoice-retry .admin-invoice-main-btn a.amand-btn {
  border: 1px solid #4a068f;
}
.admin-amended-invoice-retry .admin-invoice-main-btn a.retry-pay-btn {
  background: #4a068f;
}
.admin-amended-invoice-retry .admin-invoice-view-card-btns {
  width: 50%;
}

/**********************Admin Financials Amended Invoice Retry Payment Screen Two CSS******************************/

.amend-retry-bx .amend-bx-btns a.cancel-btn {
  border: 1px solid #4a068f;
}
.amend-retry-bx .amend-bx-btns a.retry-pay-btn {
  background: #f41010;
}

/**********************Admin Financials Invoice Revenuw Screen One CSS******************************/

.admin-financial-revenue .support-issue-head {
  padding-top: 24px;
}
.admin-financial-revenue .file-dow-btn a {
  border-radius: 100px;
  background: #4a068f;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 12px;
}
.admin-financial-revenue .viewbyd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-financial-revenue .viewbyd a.view-support {
  position: unset;
  margin-right: 12px;
}
.admin-financial-revenue .revenue-main-btns {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.frm-inner-row .form-group select {
  background: #121418 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
}
.revenue-tab-frm2 {
  padding-top: 0;
}
.admin-financial-revenue .maintenance-table a.income-btn {
  display: flex;
  padding: 5px 6px;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background: var(--BG-color-Dark, #1b1f24);
  text-decoration: none;
  color: #667085;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
}
.admin-financial-revenue .maintenance-table a.asset-btn {
  display: flex;
  padding: 5px 6px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 5px;
  background: var(--BG-color-Dark, #1b1f24);
  text-decoration: none;
  justify-content: center;
  color: #667085;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.maintenance-table td.status-tagbtns a.liability-btn,
.maintenance-table td.status-tagbtns a.cat-asset-btn {
  background: #667085;
}
.maintenance-table td.status-tagbtns a.expense-btn {
  background: #f41010;
}
.admin-financial-revenue .tivcket-btn a {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  gap: 12px;
}
.admin-financial-revenue .tivcket-btn a i {
  margin: 0;
  font-size: 14px;
}
.admin-financial-revenue .frm-inner-row .form-group input,
.admin-financial-revenue .frm-inner-row .form-group select {
  border-radius: 12px;
  background: #1d1f22 !important;
  padding: 6px 16px;
  height: 40px !important;
}

.outstanding-bx {
  color: #fff;
}
.show-paginaion.adm-user-nxt-btn a.previous-btn {
  margin-right: 10px;
}
.create-ticket-top-btns a {
  margin: 0 5px;
}

/*********MOT CERTIFICATION POPUP CSS************/
.Mot-certificate-body {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 42px 32px 42px 32px;
  margin-top: 40px;
  width: 771px;
  /* height: 650px; */
}
.Mot-certificate-body .chng-psd h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.Mot-certificate-body .mot-pera p {
  color: #fff;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Mot-certificate-body form .form-group input {
  background: transparent;
  border-radius: 12px;
  border: 0px solid #000;
  height: 32px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffff;
  padding-left: 30px;
  border-bottom: 2px solid #1f2329;
  border-radius: 0;
  padding-bottom: 10px;
}
.Mot-certificate-body form .form-group label {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}
.Mot-certificate-body form .form-group input:focus {
  outline: none;
}
.Mot-certificate-body .change-pass-btn {
  text-align: right;
  padding-top: 0px;
  margin-top: -10px;
}
.Mot-certificate-body .change-pass-btn a.psd-cancel {
  color: #667085 !important;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 48px 9px 48px;
  border: 1px solid #667085;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.Mot-certificate-body .change-pass-btn a.psd-change {
  color: #fff !important;
  background: #4a068f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 48px 9px 48px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #4a068f;
}
.Mot-certificate-body
  form
  .form-group
  .file_cont
  input[type="file"]::file-selector-button {
  font-size: 0px;
  display: none;
}
.Mot-certificate-body form .form-group .file_cont input[type="file"] {
  font-size: 0px !important;
  position: relative;
  border: 1px dashed #121418 !important;
  background: #121418 !important;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 0;
}
.Mot-certificate-body form .form-group .file_cont input[type="file"]::before {
  content: "";
  width: 65px;
  height: 48px;
  background: url(../images/dashboard/file-upload.webp);
  position: absolute;
  right: 0;
  top: 30px;
  left: 0;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}
.Mot-certificate-body form .form-group .file_cont input[type="file"]::after {
  content: "Click to upload or drag and drop Maximum file size 50 MB.";
  position: absolute;
}
.Mot-certificate-body form .form-group span.file_cont span {
  top: -70px;
}
.Mot-certificate-body .chng-psd {
  padding-bottom: 40px;
}

/********PRIVATE HIRE LICENSE POPUP CSS***********/
.privte-hire {
  /* height: 742px; */
}
.privte-hire form .form-group input.num {
  background: #121418 !important;
  height: 60px;
  border-radius: 8px;
  padding-bottom: 0;
}
/*************Vehicle-Pick-Up POPUP CSS*************/

.Vehicle-Pick-Up {
  height: 1080px;
}
.Vehicle-Pick-Up .pick-up-txt-one p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  border-bottom: 1px solid #667085;
}
.Vehicle-Pick-Up span {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  padding-bottom: 20px;
}
.Vehicle-Pick-Up .change-pass-btn {
  margin-top: 45px;
}

/*********Confirm-Pick-Up POPUP CSS*********/

.Confirm-Pick-Up .chng-psd a.cross-icon i.fas.fa-envelope {
  background: #4a068f;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100%;
}
.Confirm-Pick-Up .chng-psd a.cross-icon i.fas.fa-phone-alt {
  background: #4a068f;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100%;
  rotate: 90deg;
}
.Confirm-Pick-Up .chng-psd a.cross-icon i {
  margin-right: 10px;
}
.Confirm-Pick-Up a.cross-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Confirm-Pick-Up .change-pass-btn a.mark-complete {
  color: #fff !important;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 48px 9px 48px;
  border: 1px solid #4a068f;
  margin-right: 13px;
  transition: all 0.5s ease-in-out;
}
.Confirm-Pick-Up {
  height: 1020px;
}
.Confirm-Pick-Up form .form-group input[type="textarea"] {
  position: relative;
  border: 1px dashed #121418 !important;
  background: #121418 !important;
  height: 120px;
  border-radius: 8px;
  margin-bottom: 0;
  color: #fff;
}
.Vehicle-Pick-Up img {
  padding-bottom: 10px;
}

/***********CREATE CALENDER POPUP SCREEN CSS********/
.crate-cal form .form-group select#Oil-Changes-fld {
  background: #121418 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 60px !important;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}
.crate-cal form .form-group input {
  background: #121418 !important;
  height: 60px !important;
  border-radius: 8px;
}
.crate-cal form .form-group select#Oil-Changes-fld:focus {
  outline: none;
}
.crate-cal form .form-group input[type="file"] {
  height: 160px !important;
}
.crate-cal-main {
  height: 768px;
  margin: 0 auto;
}
.crate-cal-main .change-pass-btn {
  margin-top: -20px;
}

/**********************Admin Financials Invoice Revenue ADD Popup CSS******************************/

.revenue-PP-one {
  width: 771px;
  padding: 32px;
  border-radius: 16px;
  background: #1b1f24;
}
.pp-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pp-main-head h2 {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.Popup-inner-row {
  padding-top: 32px;
}
.Popup-inner-row .cstmr-bx {
  margin-bottom: 32px;
}
.Popup-inner-row .form-group input::placeholder {
  color: #fff;
}
.Popup-inner-row .rental-vehicle-docs-wrap {
  margin-top: 0;
  background: transparent;
  padding: 0;
}
.Popup-inner-row h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #64748b;
}
.Popup-inner-row .pdf_upl-bx {
  position: relative;
  background: #121418;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}
.Popup-inner-row .pdf_upl-bx input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
.Popup-inner-row .pdf_upl-bx img {
  width: 68px;
  height: 65px;
}
.Popup-inner-row .pdf_upl-bx .filedetails {
  width: 37%;
  margin: 0 auto;
}
.Popup-inner-row .pdf_upl-bx .filedetails span:first-child {
  text-decoration: underline;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.Popup-inner-row .pdf_upl-bx .filedetails span:last-child {
  color: var(--Primary-Gray, #7f8596);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.Popup-inner-row .revenue-add-action-btns {
  display: flex;
  padding: 32px 0px 0;
  align-items: center;
  gap: 13px;
  justify-content: end;
}
.Popup-inner-row .revenue-add-action-btns a {
  text-decoration: none;
}
.Popup-inner-row .revenue-add-action-btns a.delete-btn {
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #667085;
  background: #f41010;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Popup-inner-row .revenue-add-action-btns a.cancel-btn {
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #667085;
  color: #667085;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Popup-inner-row .revenue-add-action-btns a.submit-btn {
  display: flex;
  width: 189px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #4a068f;
  color: #fff;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/**********************Admin Financials Invoice Revenue View Popup CSS******************************/

.revenue-PP-two {
  width: 771px;
  padding: 32px;
  border-radius: 16px;
  background: #1b1f24;
  height: fit-content;
}
.revenue-PP-two .form-group .drvr_deta {
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 32px;
  background: #1f2329;
}
.drvr_deta .cstmr-view-deta-eye a.uploaded-btn {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #667085;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.revenue-PP-two .form-group .drvr_deta .drvrmain {
  align-items: center;
}
section.user-dashboard .revenue-PP-two .form-group input {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #667085 !important;
}
.revenue-PP-two .chngs-pdf-ppr {
  display: flex;
  align-items: center;
}
.revenue-PP-two .chngs-pdf-ppr img.paper-pdf-img {
  border-radius: 2.333px;
  background: #2e3446;
  width: 42px;
  height: 42px;
  padding: 8.75px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.revenue-PP-two .chngs-pdf-ppr .pdfdetail {
  margin-left: 12px;
}
.revenue-PP-two .chngs-pdf-ppr .pdfdetail h6 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 12px;
}
.revenue-PP-two .chngs-pdf-ppr .pdfdetail p {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.revenue-PP-two .pdf-chng-btns {
  display: flex;
  justify-content: end;
  gap: 12px;
}
.revenue-PP-two .pdf-chng-btns a {
  text-decoration: none;
}
.revenue-PP-two .pdf-chng-btns a.view-btn {
  display: flex;
  padding: 5px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: #000;
  color: #9a75ec;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.revenue-PP-two .pdf-chng-btns a.download-btn {
  display: flex;
  padding: 5px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: #000;
  color: #9a75ec;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/**********************Admin Financials Invoice Revenue/Expense Remove Popup CSS******************************/
.remove-alert-pop-up {
  display: flex;
  width: 360px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #1b1f24;
  height: fit-content;
}
.remove-alert-pop-up .alrt-deta {
  text-align: center;
}
.remove-alert-pop-up .alrt-deta h6 {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  padding-bottom: 24px;
}
.remove-alert-pop-up .alrt-deta p {
  color: #667085;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin: 0;
  padding-bottom: 24px;
}
.remove-alert-pop-up .alrt-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.remove-alert-pop-up .alrt-btns a {
  text-decoration: none;
}
.remove-alert-pop-up .alrt-btns a.cancel-btn {
  display: flex;
  padding: 12px 49px 12px 48px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.remove-alert-pop-up .alrt-btns a.yes-btn {
  display: flex;
  padding: 12px 49px 12px 48px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #f41010;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/**********************Admin Financials Invoice Revenue/Expense EDIT SETTING CSS******************************/

.hidden-content {
  display: none;
}

.hidden-content.visible {
  display: block;
  transition: all 0.3s ease;
}
.maintenance-table td.pdfs-td,
.maintenance-table td.dot-td {
  position: relative;
}
.pdf-content.visible {
  position: absolute;
  width: 159px;
  padding: 12px;
  top: 15%;
  left: -200%;
  border-radius: 8px;
  background: #1b1f24;
  box-shadow: 0px 1px 7.8px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9998;
}
.dots-content.dropdown-menu.show {
  position: absolute;
  width: 159px;
  padding: 12px;
  top: 15%;
  left: -150%;
  border-radius: 8px;
  background: #1b1f24;
  box-shadow: 0px 1px 7.8px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}
.pdf-content.visible .pdfs-pp-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.pdf-content.visible .pdfs-pp-btns a.pdf-view-btn {
  border-radius: 6px;
  background: #667085;
  color: var(--Primary-Black, #191c20);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pdf-content.visible .pdfs-pp-btns a {
  text-decoration: none;
  display: flex;
  padding: 6px 8px 6px 8px;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}
.pdf-content.visible .pdfs-pp-btns a {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pdf-content.visible .pdfs-pp-btns a.pdf-delete-btn {
  color: #f41010;
}
.dots-content .dot-pp-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dots-content .dot-pp-btns a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tb-btn2 .show.dropdown .dot-pp-btns a.dot-delete-btn {
  display: flex;
  padding: 6px 8px 6px 8px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  /* background: #667085; */
  color: var(--Primary-Black, #191c20);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
td.tb-btn2 .dropdown-menu.show .dot-brng-btn {
  display: flex;
  padding: 6px 8px 6px 8px;
  align-items: center;
  border-radius: 6px;
  background: #667085;
  color: var(--Primary-Black, #191c20) !important;
  font-family: Poppins !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}
td.tb-btn2 .dropdown-menu.show {
  padding: 12px;
}
td.tb-btn2 .dropdown-menu.show a img {
  margin-right: 5px;
}

td.tb-btn2 .dropdown-menu.show .dot-delete-btn {
  color: #f41010 !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-top: 6px !important;
  padding: 6px 8px 6px 8px;
}

td.tb-btn2 .dropdown-basic {
  background: none !important;
  color: #fff !important;
  font-size: 14px !important;
}

td.tb-btn2 .dropdown-basic::after {
  display: none !important;
  opacity: 0;
}

.tb-btn2 .show.dropdown .dot-pp-btns a.dot-delete-btn {
  color: #f41010;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tb-btn2 .show.dropdown a.dot-delete-btn {
  color: #f41010;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.maintenance-table td .dropdown button {
  display: flex;
  padding: 5px 6px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 5px;
  background: var(--BG-color-Dark, #1b1f24);
  border: none;
  align-items: center;
  color: #667085;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.maintenance-table td .dropdown .dropdown-menu.show {
  background: #1b1f24;
  box-shadow: 0px 1px 7.8px 0px rgba(0, 0, 0, 0.05);
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.maintenance-table td .dropdown .dropdown-menu.show a {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.maintenance-table td.dot-td .dropdown .dropdown-toggle::after {
  display: none;
}

.maintenance-table td.dot-td .dropdown button#dropdown-basic {
  background: none;
}

/*********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;
}

/********SUCCESSFULL REQUEST POPUP CSS*********/
.resqt-body {
  height: 346px;
}
.resqt-body .resqt-body-btn a.succes-return {
  padding: 11px 81px 11px 81px;
}

/**********************Admin Dashboard Main CSS******************************/

section.admin-dashboard-main .dashboard-panel-topbar h2 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
section.admin-dashboard-main .dashboard-panel-topbar {
  padding: 20px 42px;
}
.unpd-inv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.unpd-inv .unpd-inv-deta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.unpd-inv .unpd-inv-deta h1 {
  margin: 0;
  color: var(--Text-color-Dark, #fcfcfc);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.unpd-inv .unpd-inv-deta span {
  display: flex;
  height: 28px;
  padding: 3px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #4a068f;
  color: var(--white-white, #fff);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.unpd-inv .unpd-inv-deta button {
  display: flex;
  padding: 5px 7px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: var(--BG-color-Dark, #1b1f24);
  border: none;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #9a75ec;
}
.unpd-inv .unpd-inv-v-btn a,
.unpd-inv .unpd-inv-cal-btn a {
  text-decoration: none;
  display: flex;
  padding: 9px 13px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--Divider-color-Dark, #1f2329);
  background: var(--Black-color-Dark, #121418);
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  color: var(--2nd-text-dark, #6e7074);
}
section.admin-dashboard-main .admin-dash-frm .form-group input {
  border-radius: 8px;
  background: #1d1f22 !important;
  height: 36px !important;
  padding: 6px 16px;
  margin-bottom: 0;
}
section.admin-dashboard-main .admin-dash-frm .brdr-r {
  border-right: 1px solid #1f2329;
}
.rigistration-tabl table tr:last-child {
  border: none;
}
section.admin-dashboard-main .admin-dash-frm table.adm-user-tble {
  margin-bottom: 0;
  border-bottom: 1px solid #1f2329;
}
section.admin-dashboard-main table.adm-user-tble tr th {
  padding: 12px 16px !important;
}
section.admin-dashboard-main .overview-card {
  padding: 24px;
}
.nopd-col .unpd-inv {
  padding-bottom: 0;
}
.viewbyd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.viewbyd a.view-support {
  position: unset;
  margin-right: 12px;
}
section.admin-dashboard-main .support-issue-head {
  padding: 44px 20px 25px;
}
section.admin-dashboard-main .vehicle-tabs .nav-tabs .nav-item .nav-link {
  margin-right: 14px !important;
  padding: 10px;
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.admin-dash-stats {
  padding: 25px 0;
  position: relative;
}
.admin-dash-stats::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 0.1px;
  background-color: #464849;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.admin-dash-stats span.red-clr {
  color: var(--2nd-color, #fc5a5a);
}
.admin-dash-stats .vehicle-average-wrap {
  padding-right: 30px;
}
.admin-dash-stats .average-score {
  justify-content: space-between;
}
.brdrnn {
  border: none !important;
}
.brdrnn::before {
  display: none;
}
.main-stats-box {
  border-radius: 12px;
  background: #010202;
  padding: 15px 29px 15px 25px;
}
.stats-graph {
  padding-top: 24px;
}
.stats-graph img {
  width: 100%;
}
.statshead-cal {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

/**********************Admin Dashboard Main Unpaid Pop-up CSS******************************/
.unpaid-pp {
  width: 1080px;
  padding: 32px 24px;
  border-radius: 12px;
  background: #000;
}
.unpaid-inv-card {
  padding: 24px;
}
.unpaid-inv-card .invoice-view-details {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.unpaid-inv-card .invoice-view-details p.inv-address {
  color: var(--Gray, #858585);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.unpaid-inv-card .invoice-view-details .col-lg-6:nth-child(2) {
  padding-left: 45px;
}
.unpaid-inv-card .invoice-view-details h5 {
  padding-bottom: 32px;
}
.unpaid-inv-card .invoice-view-subscription,
.unpaid-inv-card .invoice-view-subscription-2 {
  padding: 24px 15px;
}
.unpaid-inv-card .invoice-view-subscription-2 {
  border-top: 1px dashed #667085;
}
.unpaid-inv-card .invoice-view-subscription p span,
.unpaid-inv-card .invoice-view-subscription-2 p span {
  opacity: 0.64;
}
.unpaid-inv-card .invoice-view-subscription p,
.unpaid-inv-card .invoice-view-subscription-2 p {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.unpaid-pp-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
  padding-top: 16px;
}
.unpaid-pp-btns a {
  text-decoration: none;
}
.unpaid-pp-btns a.amend-btn {
  display: flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #000;
  background: var(--BG-color-Dark, #1b1f24);
  color: #9a75ec;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.unpaid-pp-btns a.delete-btn {
  display: flex;
  height: 44px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #f41010;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.unpaid-pp-btns a.try-payment-btn {
  display: flex;
  height: 44px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #00803c;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.unpaid-pp .cstmr-bx {
  border-radius: var(--Medium, 8px);
  border: 1px solid #1f2329;
  background: #121418;
  width: 324px;
  padding: 16px;
  margin-bottom: 16px;
}
.cstmr-bx .cstmr-mn-deta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cstmr-bx .cstmr-details {
  padding-top: 24px;
}
.cstmr-bx .cstmr-mn-deta .c_nm h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding-bottom: 8px;
}
.cstmr-bx .cstmr-mn-deta .c_nm p {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--Grey-400, #98a2b3);
}
.cstmr-bx .cstmr-mn-deta img {
  width: 54px;
  height: 54px;
}
.cstmr-bx .cstmr-details .form-group {
  margin-bottom: 16px;
}
.cstmr-bx .cstmr-details .form-group label {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}
.cstmr-bx .cstmr-details .form-group input {
  background: transparent;
  border: none;
  width: 100%;
  padding-bottom: 12px;
}
.cstmr-bx .cstmr-details .form-group:last-child {
  margin: 0;
}
.cstmr-bx .cstmr-details .form-group input::placeholder {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.unpaid-pp .vehical-bx {
  width: 324px;
  padding: 16px;
  border-radius: var(--Medium, 8px);
  border: 1px solid #1f2329;
  background: #121418;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vehical-bx .veh-head {
  display: flex;
  padding-bottom: 16px;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #1f2329;
  justify-content: space-between;
}
.vehical-bx .veh-head h4 {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.vehical-bx .veh-head a.active-btn {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #138808;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
.vehical-bx .vehicle-img {
  text-align: center;
}
.vehical-bx .vehicle-img img {
  width: 104px;
}
.vehical-bx .car-details h6 {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.vehical-bx .car-details p {
  margin: 0;
  color: #667085;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vehical-bx .car-details span {
  color: #afafaf;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vehical-bx .car-details svg {
  margin: 0 6px;
}
.unpaid-pp button.close-btn {
  width: 100%;
  text-align: end;
}

.unpaid-inv-card {
  padding: 24px !important;
}

/**********************Admin Dashboard Main Amend Pop-up CSS******************************/

.amend-pp-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
}
.amend-pp-btns a {
  text-decoration: none;
}
.amend-pp-btns a.cancel-btn {
  display: flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #4a068f;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.amend-pp-btns a.save-btn {
  display: flex;
  height: 44px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  background: #4a068f;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/**********************Admin Dashboard Main Deleted Pop-up CSS******************************/

.delete-alert-pop-up {
  display: flex;
  width: 531px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #1b1f24;
}
.delete-alert-pop-up .alrt-deta h6 {
  margin: 0;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  color: #fff;
  padding-bottom: 24px;
}
.delete-alert-pop-up .alrt-deta p {
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #667085;
  text-align: center;
  padding-bottom: 24px;
}
.delete-alert-pop-up .alrt-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.delete-alert-pop-up .alrt-btns a.cancel-btn {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #667085;
}
.delete-alert-pop-up .alrt-btns a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.delete-alert-pop-up .alrt-btns a.yes-btn {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #4a068f;
}

/**********************Admin Dashboard Main Try Payment Pop-up CSS******************************/

.cardpay-popup_bx .card-pay-action-btns a.payment-btn {
  text-decoration: none;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #138808;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.cardpay-popup_bx .card-pay-action-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.cardpay-popup_bx .card-pay-action-btns a.cancel-btn,
.cardpay-popup_bx .card-pay-action-btns a.refund-btn {
  width: 207px;
}

/**********************Admin Dashboard Main Try Payment Confirmation Pop-up CSS******************************/

.cardpay-popup_bx .card-innr-blk .payment-card-wrapper {
  padding: 0;
}
.cardpay-popup_bx .card-innr-blk form {
  padding: 0;
}
.cardpay-popup_bx .card-innr-blk .debit-card-wrap {
  margin: 0;
}

/********************** Admin Dashboard Main Payment Processing Pop-up ******************************/

.pyment-procesw-pop-up {
  width: 531px;
  padding: 24px;
  border-radius: 10px;
  background: #1b1f24;
  text-align: center;
}
.pyment-procesw-pop-up h6 {
  margin-bottom: 0;
  margin-top: 24px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%; /* 24.8px */
}
.pyment-procesw-pop-up table {
  width: 100%;
}
.pyment-procesw-pop-up table td.td-1 {
  text-align: left;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pyment-procesw-pop-up table tr td {
  padding-bottom: 16px;
}
.pyment-procesw-pop-up table td.td-2 {
  text-align: end;
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}
.pyment-procesw-pop-up table tr td.status-tagbtns {
  text-align: end;
}
.pyment-procesw-pop-up table tr td.status-tagbtns a.completed-btn {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #138808;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  width: fit-content;
  margin: 0 0 0 auto;
}
.pyment-procesw-pop-up .alrt-btns {
  padding-top: 24px;
}
.pyment-procesw-pop-up .alrt-btns a.back-btn {
  text-decoration: none;
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #667085;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

/********************** Admin Dashboard Main Payment Processing Failed Pop-up ******************************/

.failed-alert {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 12px 16px;
  border-radius: 8px;
  background: #121418;
}
.failed-alert .error-data h6 {
  margin: 0;
  color: var(--Error-500, #f04438);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  margin-bottom: 6px;
}
.failed-alert .error-data p {
  margin: 0;
  color: #667085;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.pyment-procesw-pop-up table tr td.status-tagbtns a.failed-btn {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 16px;
  background: #f41010;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 180% */
  text-decoration: none;
  width: fit-content;
  margin: 0 0 0 auto;
}

/*******************SETTING USER BACKOFFICE SCREEN CSS*************/
.permission-mian .permission-btn a.profile-cancel-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 !important;
  overflow: hidden;
  transition: all 0.3s;
}
.permission-mian .set-permission {
  border-bottom: 1px solid #667085;
  border-radius: 0;
}
.permission-mian .serch-filter-dv {
  display: flex;
  align-items: center;
  justify-content: end;
  /* padding-top: 60px; */
}

.permission-mian .serch-filter-dv .search-bar-v1 {
  margin-right: 30px;
}
.permission-mian .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.permission-mian .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.permission-mian .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  border-radius: 25px;
  transition: 0.4s;
}
.permission-mian .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
.permission-mian span.status {
  margin-right: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}
.permission-mian input:checked + .slider {
  background-color: #6c2fb8;
}
.permission-mian input:checked + .slider:before {
  transform: translateX(24px);
  /*    background-color: #ffffff;*/
}
.permission-mianinput:not(:checked) + .slider:before {
  background-color: #6c2fb8;
}
.permission-table tr {
  border: 1px solid #1f2329;
}
.permission-mian table.permission-table tr th {
  background: #0f1013;
}
.permission-table tr:last-child {
  border: 1px solid #1f2329 !important;
}
.permission-mian div#v-pills-tabContent {
  border-left: 1px solid #1f2329;
  padding-left: 44px;
  margin-left: -20px;
}
.permission-mian .Profile-password-tabs-v1 .nav {
  border: none;
}

/****************SETTING PERMISSION CSS********/
.set-permi .serch-filter-dv {
  padding-top: 30px;
}
.set-permi .per-table tr th {
  width: 100%;
}
.permission-mian tr td.td-clr {
  color: #fff;
}
.permission-mian.set-permi a.view-btn {
  width: fit-content;
}

/***************BACK TO ADMIN ONE CONTROL SCREEN CSS******/
.control-form-main {
  padding-top: 100px;
}
.control-form-main .permission-btn a.control-cancel-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: 249px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: transparent !important;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #4a068f !important;
}
.control-form-main .permission-btn a.control-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: 249px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: #4a068f !important;
  overflow: hidden;
  transition: all 0.3s;
}
.control-form-main .set-permission h5 {
  margin: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.control-form-main .set-permission h5 i {
  margin-right: 20px;
}
.admin-control-form {
  background-color: #1b1f24 !important;
  border-radius: 16px;
  padding: 42px 32px 42px 32px;
  margin-top: 40px !important;
  width: 590px;
  height: 560px;
  margin: 0 auto;
}
.admin-control-form form .form-group label {
  color: #64748b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 11px;
}
.admin-control-form form .form-group input {
  background: #363b43 !important;
  height: 60px !important;
  width: 100%;
  border: 1px solid #363b43 !important;
  border-radius: 12px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 32px;
}
.admin-control-form form .form-group select#Admin-fld {
  background: #363b43 !important;
  border-radius: 12px;
  border: 1px solid #1d1f22;
  height: 60px !important;
  width: 100%;
  margin-bottom: 30px;
  color: #ffff;
  padding-left: 30px;
}
.admin-control-form form .form-group input:focus {
  outline: none;
}
.admin-control-form form .form-group select#Admin-fld:focus {
  outline: none;
}

/***************BACK TO ADMIN TWO CONTROL SCREEN CSS******/

.admin-control-form-two {
  padding-top: 50px;
}
.admin-control-form-two form .form-group label {
  color: #64748b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 11px;
}
.admin-control-form-two form .form-group input {
  background: #363b43 !important;
  height: 60px !important;
  width: 100%;
  border: 1px solid #363b43 !important;
  border-radius: 12px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 32px;
}
.admin-control-form-two form .form-group input::placeholder {
  color: #fff;
}
.admin-control-form-two form .form-group input:focus {
  outline: none;
}
.checkboxes-columns h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin-bottom: 20px;
}
.checkboxes-columns span {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  padding-left: 10px;
}
.checkboxes-columns ul {
  padding-left: 0;
  margin-bottom: 0;
}
.checkboxes-columns ul li {
  list-style: none;
  padding-bottom: 10px;
}
.checkboxes-columns input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #4c008b;
}
.checkboxes-columns input {
  background: #4c008b;
  color: #fff;
  width: 27px;
  height: 27px;
  border: 2px solid #98a2b3a8;
}
.checkboxes-columns input:checked {
  background-color: #4d0088 !important;
  border: 2px solid #4d0088 !important;
}
.rw-two-check {
  padding-top: 50px;
}
.checkboxes-columns-two {
  padding-top: 40px;
}

.checkboxes-columns .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
/* When checkbox is unchecked */
.checkboxes-columns .form-check-input:not(:checked) {
  background-color: transparent;
}
.control-form-main .set-permission a {
  text-decoration: none;
}

/***************MAIN DASHBOARD PCO POPUP CSS***********/
.pco-pop-up {
  width: 60%;
  padding: 24px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.pco-pop-up .pco-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pco-pop-up .pco-head a {
  text-decoration: none;
}
.pco-pop-up .pco-head a h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.pco-pop-up .pco-head a h5 i {
  margin-right: 10px;
}
.pco-pop-up .pco-update a.update-btn {
  display: flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #000;
  background: #1b1f24 !important;
  color: #9a75ec;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 133px;
  height: 34px;
}
.pco-pop-up .pco-img-txt {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.pco-pop-up .pco-img-txt .image-text img {
  width: 95px;
  height: 51px;
  border-radius: 4px;
}
.pco-pop-up .pco-img-txt .image-tag p {
  margin-bottom: 0;
  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;
}
.pco-pop-up .pco-img-txt .img-text-head h4 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pco-pop-up .pco-img-txt .img-text-head {
  margin-left: -50px;
}
.pco-pop-up .pco-img-txt .img-text-head h6 {
  color: #90a3bf;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.date-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.date-main p {
  color: #667085;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.date-main h6 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.date-main .expired-date a.yellow-expired-btn {
  color: #edf410;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.date-main .expired-date {
  background: #1b1f24;
  padding: 0 10px 3px 10px;
  border-radius: 5px;
  color: #edf410;
}
.pco-licens {
  padding-top: 40px;
  padding-bottom: 30px;
}
.pco-update
  form
  .form-group
  .file_cont
  input[type="file"]::file-selector-button {
  font-size: 0px;
  display: none;
}
.pco-update form .form-group .file_cont input[type="file"] {
  font-size: 0px !important;
  position: relative;
  border: 1px dashed #121418 !important;
  background: #121418 !important;
  height: 160px !important;
  border-radius: 8px;
  margin-bottom: 0;
}
.pco-update form .form-group .file_cont input[type="file"]::before {
  content: "";
  width: 65px;
  height: 48px;
  background: url(../images/dashboard/file-upload.webp);
  position: absolute;
  right: 0;
  top: 30px;
  left: 0;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}
.pco-update form .form-group .file_cont input[type="file"]::after {
  content: "Click to upload or drag and drop Maximum file size 50 MB.";
  position: absolute;
}
.pco-update form .form-group span.file_cont span {
  top: -70px;
}
.pco-update form .form-group input {
  border: 1px solid #121418 !important;
  width: 100%;
  margin-bottom: 15px;
  color: #ffff;
  padding-left: 30px;
  padding-bottom: 0px;
  background: #121418 !important;
  height: 60px !important;
  border-radius: 8px;
}
.pco-update form .form-group label {
  color: #667085;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 11px;
}
.pco-update form {
  padding-top: 30px;
}
.pco-update form .form-group span.warning-pera {
  font-size: 13px;
  line-height: 20px;
  color: #f04438;
}
.pco-update form .form-group img {
  padding-right: 10px;
}
.pco-update form .up-bx {
  padding-top: 30px;
}
.Amend-mot-buttons a.control-cancel-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: 235px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: transparent;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #4a068f !important;
}
.Amend-mot-buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.Amend-mot-buttons a.control-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: 235px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: #4a068f !important;
  overflow: hidden;
  transition: all 0.3s;
}

.control-form-main.add_admin_control {
  padding-top: 10px;
  padding-bottom: 50px;
}

.control-form-main.add_admin_control .admin-control-form {
  width: 60%;
  padding: 20px 30px;
}
.checkboxes-columns ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/**********************Admin SERVICING AND MAINTENANCE Screens CSS******************************/

.servicing-and-maintenance .calender-txt-box .calendr-btn a {
  display: flex;
  padding: 5px 8px 5px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 16px;
  text-decoration: none;
  width: fit-content;
}
.servicing-and-maintenance .calender-txt-box .calendr-btn a.incoming-btn {
  background-color: #ff9933;
}
.servicing-and-maintenance .calender-txt-box .calendr-btn a.document-btn {
  background: #f41010;
}
.servicing-and-maintenance .calender-txt-box .calendr-btn a.PHV-btn {
  background: #138808;
}
.servicing-and-maintenance .calender-txt-box .calendr-btn a.pick-up-btn {
  background: #138808;
}
.servicing-and-maintenance .maintenance-table td.status-tagbtns a.available-btn,
.servicing-and-maintenance .maintenance-table td.status-tagbtns a.viewings-btn {
  background: #138808;
}
.servicing-and-maintenance .maintenance-table td.status-tagbtns a.return-btn,
.servicing-and-maintenance
  .maintenance-table
  td.status-tagbtns
  a.test-drive-btn {
  background: #f93;
}

/**********************ADMIN RENTAL HISTORY Screens CSS******************************/

.rental-history-card a.back-to {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.rental-history-card a.back-to .profile-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-meta .profile-nm-d h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.profile-meta .profile-nm-d h6 {
  color: #667085;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.rental-history-card a.back-to .profile-meta img {
  width: 44px;
  height: 44px;
}

/**********************ADMIN USER BOOKING RENTAL APPLICATION Screens CSS******************************/

.admin-user-application {
  padding-top: 32px;
}
.admin-user-application .user-profile .form-group input {
  padding-left: 0 !important;
  height: 40px !important;
  color: #fff !important;
  font-size: 16px !important;
}
.admin-user-application .user-profile .form-group input::placeholder {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.vehical-detail-box {
  border-radius: 8px;
  border: 1px solid #1f2329;
  padding: 16px;
  margin-bottom: 16px;
}
.vehical-detail-box .bx-row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.vehical-detail-box .bx-row .box-deta h6 {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.vehical-detail-box .bx-row .box-deta h5 {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.vehical-detail-box .bx-row .box-deta {
  width: 100%;
}
.vehical-detail-box .bx-row .box-deta a {
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #9a75ec;
  margin-left: 10px;
}

/***************MAIN DASHBOARD DRIVER LICENSE POPUP CSS******************/
.Driver-pops .pco-txt {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.Driver-pops .pco-txt .driver-update-btn a.update-button {
  color: #9a75ec !important;
  text-overflow: ellipsis;
  font-family: "poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  width: 133px;
  height: 34px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: var(--Medium, 8px);
  border-radius: 4px;
  background: #1b1f24 !important;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #000000 !important;
}
.driver a.Approved-btn {
  position: relative;
  bottom: 70px;
  left: 85%;
}
.driver-main .driver {
  display: block;
}

.driver-main .up-bx {
  padding-top: 0 !important;
}

.driver .approved-btnss {
}

.driver-main .driver form {
  padding-top: 0;
}

.driver-main .driver form .form-group input {
  background: transparent;
  padding: 12px 0;
  border-bottom: 1px solid #1f2329 !important;
  margin-bottom: 0;
  border-radius: 0;
  height: 36px !important;
}

.driver-main .driver form .form-group input:focus {
  outline: none;
}

.driver-main .driver form .form-group .t-flag {
  position: relative;
}

.driver-main .driver form .t-flag input[type="tel"] {
  padding-left: 40px;
}

.driver-main .driver form .t-flag:after {
  content: "";
  width: 30px;
  height: 18px;
  background-image: url(../images/dashboard/Image653.webp);
  position: absolute;
  top: 11px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.driver-main .driver form input.mg0 {
  padding-left: 40px;
}
.driver-main .dr-license-head h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.driver-main .dr-license-head {
  padding-top: 22px;
}
.driver-main .dr-license-head form .form-group input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #1f2329 !important;
  height: 32px !important;
  padding-left: 0 !important;
}
.Driver-pops a.View-btn {
  background: #000 !important;
}
.pco-pop-up ul.rental-files {
  margin-bottom: 10px;
}
.Driver-pops .expired-date {
  background: #1b1f24;
  padding: 0 10px 3px 10px;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  position: relative;
  right: 0;
  bottom: 50px;
  left: auto;
  margin-right: 0;
  margin-left: auto;
}
.Driver-pops .expired-date a.yellow-expired-btn {
  color: #f93;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.driver-main .dr-license-head form .form-group input:focus {
  outline: none;
}
.driver-main ul.rental-files li {
  margin-top: 0 !important;
}

.benefit-icon {
  background: #141414;
  padding: 10px;
  border-radius: 100%;
  width: 50px;
  border: 0.25px solid #4a068e;
  border-top: 0.5px solid #4a068e;
  border-bottom: 0px;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 50px !important;
  width: 50px !important;
}

.learn-more-btn {
  border-radius: 5px;
  background: #141414;
  padding: 15px;
  margin-top: -10px;
}
.learn-more-btn i {
  margin-left: 5px;
}

.text-white-grey {
  color: #d2d2d2 !important;
}

.stock-dis span.able {
  color: white;
}

.ql-toolbar.ql-snow {
  border: none !important;
}

.ql-container.ql-snow {
  border: none !important;
}

.ql-snow .ql-picker-label {
  color: #fff !important;
}

.ql-snow .ql-stroke {
  stroke: #fff !important;
}

#subscribeInput::placeholder {
  color: white !important;
}

.blog-content img {
  width: 100%;
}

@media (min-width: 576px) {
  .blog-content .container,
  .blog-content .container-sm {
    max-width: 100% !important;
  }
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: black !important;
}

.ql-snow .ql-picker-options .ql-picker-item {
  color: white !important;
}

#passwordInput::placeholder {
  color: white !important;
}

.main-veh-txt h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: aliceblue;
  font-family: poppins;
}

.vehicle-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background: transparent !important;
  border: none;
  color: white !important;
}
