@-webkit-keyframes shine-lines {
  0% {
    background-position: -100px;
  }

  40%,
  to {
    background-position: 140px;
  }
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }

  40%,
  to {
    background-position: 140px;
  }
}

@-webkit-keyframes shine-avatar {
  0% {
    background-position: -32px;
  }

  40%,
  to {
    background-position: 208px;
  }
}

@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }

  40%,
  to {
    background-position: 208px;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -450px 0;
  }

  to {
    background-position: 450px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -450px 0;
  }

  to {
    background-position: 450px 0;
  }
}

@font-face {
  font-family: "MetropolisRegular";
  src: url("../layout-optim/new-car-challans/fonts/MetropolisRegular.eot");
  src: url("../layout-optim/new-car-challans/fonts/MetropolisRegular.eot")
      format("embedded-opentype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisRegular.woff2")
      format("woff2"),
    url("../layout-optim/new-car-challans/fonts/MetropolisRegular.woff")
      format("woff"),
    url("../layout-optim/new-car-challans/fonts/MetropolisRegular.ttf")
      format("truetype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisRegular.svg#MetropolisRegular")
      format("svg");
}

@font-face {
  font-family: "MetropolisMedium";
  src: url("../layout-optim/new-car-challans/fonts/MetropolisMedium.eot");
  src: url("../layout-optim/new-car-challans/fonts/MetropolisMedium.eot")
      format("embedded-opentype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisMedium.woff2")
      format("woff2"),
    url("../layout-optim/new-car-challans/fonts/MetropolisMedium.woff")
      format("woff"),
    url("../layout-optim/new-car-challans/fonts/MetropolisMedium.ttf")
      format("truetype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisMedium.svg#MetropolisMedium")
      format("svg");
}

@font-face {
  font-family: "MetropolisSemiBold";
  src: url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.eot");
  src: url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.eot")
      format("embedded-opentype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.woff2")
      format("woff2"),
    url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.woff")
      format("woff"),
    url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.ttf")
      format("truetype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisSemiBold.svg#MetropolisSemiBold")
      format("svg");
}

@font-face {
  font-family: "MetropolisBold";
  src: url("../layout-optim/new-car-challans/fonts/MetropolisBold.eot");
  src: url("../layout-optim/new-car-challans/fonts/MetropolisBold.eot")
      format("embedded-opentype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisBold.woff2")
      format("woff2"),
    url("../layout-optim/new-car-challans/fonts/MetropolisBold.woff")
      format("woff"),
    url("../layout-optim/new-car-challans/fonts/MetropolisBold.ttf")
      format("truetype"),
    url("../layout-optim/new-car-challans/fonts/MetropolisBold.svg#MetropolisBold")
      format("svg");
}

.medium {
  font-family: "MetropolisMedium";
}

.semibold {
  font-family: "MetropolisSemiBold";
}

.bold {
  font-family: "MetropolisBold";
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Metropolis", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  color: #121127;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

details {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

.accordion-item hr,
.radio-box-tile input[type="radio"],
[hidden],
template {
  display: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  font-weight: 400;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img[data-aload] {
  font-size: 0 !important;
  opacity: 0 !important;
  height: 0 !important;
  display: none !important;
}

.d-inline {
  display: inline;
}

.challan-listing .accordion-item.active hr,
.d-block,
.lawyer-card .ask-lawyer,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-flex,
.media {
  display: flex;
}

.media {
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-space {
  justify-content: space-between;
}

.flex-dir-column {
  flex-direction: column;
}

.font-italic {
  font-style: italic;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-36,
.font-37 {
  font-size: 36px;
}

.font-38 {
  font-size: 38px;
}

.font-40,
.font-42 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 50px;
}

.font-54 {
  font-size: 54px;
}

.font-56 {
  font-size: 56px;
}

.font-60 {
  font-size: 60px;
}

.font-73 {
  font-size: 73px;
}

.lh-1 {
  line-height: 1;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-48 {
  line-height: 48px;
}

.lh-56 {
  line-height: 56px;
}

.lh-65 {
  line-height: 65px;
}

.lh-74 {
  line-height: 74px;
}

.box-skeleton,
.line-skeleton {
  background-image: linear-gradient(
    90deg,
    #f4f4f4,
    #e5e5e5cc 40px,
    #f4f4f4 80px
  );
  background-size: 600px;
}

.box-skeleton {
  background-color: #ccc;
  animation: shine-avatar 1s ease-out infinite;
  -webkit-animation: shine-avatar 1s ease-out infinite;
}

.line-skeleton {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  animation: shine-lines 1s ease-out infinite;
  -webkit-animation: shine-lines 1s ease-out infinite;
}

.shimmer-anim {
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

.shimmer-anim:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    #f4f4f4 0,
    #0000000d 20%,
    #f4f4f4 40%,
    #f4f4f4
  );
  background-repeat: no-repeat;
  background-size: 450px 400px;
  -webkit-animation: shimmer 1s linear infinite;
  animation: shimmer 1s linear infinite;
}

.font-style-italic {
  font-style: italic;
}

.line-through {
  text-decoration: line-through;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.list-unstyled {
  list-style-type: none;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.width-100p {
  width: 100%;
}

.height-100p {
  height: 100%;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.vertical-line {
  background: #d1d2df;
  width: 2px;
  height: 45px;
}

.text-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  clear: both;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.border-radius-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.border-radius-8 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.border-radius-15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.common-border {
  border: 1px solid #f0f0f0;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.main-footer-revamp .footer-top .foot-navs li,
.text-color-1 {
  color: #192045;
}

.text-color-2 {
  color: #3ca745;
}

.text-color-3 {
  color: #dc3545;
}

.text-color-4 {
  color: #637381;
}

.text-color-5 {
  color: rgba(0, 0, 0, 0.88);
}

.text-color-6 {
  color: #121127cc;
}

.text-color-23 {
  color: #3f43c8;
}

.text-color-24 {
  color: #2d2d2d;
}

.all-content-wrap .content-tile-wrap a:active,
.all-content-wrap .content-tile-wrap a:hover,
.color4 {
  color: #3237cf;
}

.color5 {
  color: #121127e6;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-color-7 {
  color: rgba(18, 17, 39, 0.6);
}

.text-color-8 {
  color: rgba(18, 17, 39, 0.7);
}

.text-color-9 {
  color: rgba(18, 17, 39, 0.9);
}

.text-color-10 {
  color: #48aa52;
}

.text-color-11 {
  color: #5f00d7;
}

.text-color-12 {
  color: #00000099;
}

.w-100 {
  width: 100% !important;
}

.border-0 {
  border: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-decoration-underline {
  text-decoration: underline;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-thin {
  font-weight: 300 !important;
}

.font-weight-semi {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.letter-spacing1 {
  letter-spacing: -0.36px;
}

.letter-spacing2 {
  letter-spacing: -0.3px;
}

.border-bottom-none {
  border-bottom: 0 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

a,
a:active a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.align-middle,
.breadcrumbs-sec svg {
  vertical-align: middle;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.m-0 {
  margin: 0;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-12 {
  margin-top: 12px;
}

.m-t-15,
.no-record-found p {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.lk-check-status-sec .check-status-wrap .car-details-block h2,
.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-46 {
  margin-bottom: 46px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-2 {
  margin-left: 2px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-10,
.pay-securely-box .securely-tile img,
.status-sec p strong {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-45 {
  margin-right: 45px;
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-10,
.terms-wrap p strong {
  padding-right: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.flex-block {
  flex: 1;
}

.color-light-50 {
  color: rgba(49, 49, 49, 0.5);
}

.color-light-60 {
  color: rgba(49, 49, 49, 0.6);
}

.color-light-80 {
  color: rgba(49, 49, 49, 0.8);
}

.m-r-2 {
  margin-right: 2px;
}

.ml-auto {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.error {
  display: block;
  margin: 8px 0 0 !important;
  font-size: 12px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

header.main-header .container {
  margin: 0 auto;
}

.challan-all-details {
  /* background-color: #f8f8fc */
}

.pay-securely-box {
  padding: 28px 0;
}

.pay-securely-box .securely-tile {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #17172c;
  padding: 8px 8px 8px 16px;
  width: 100%;
}

.pay-securely-box .securely-tile h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}

.pay-securely-box .securely-tile .right-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pay-securely-box .securely-tile .right-panel ul li {
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  padding: 8px 32px;
  display: inline-flex;
}

.pay-securely-box .securely-tile .right-panel ul li img {
  margin-right: 4px;
}

.pay-securely-box .securely-tile .right-panel,
.registration-box {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pay-securely-box .securely-tile .right-panel {
  padding: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(241, 248, 255, 0.16)),
    to(rgba(241, 248, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(241, 248, 255, 0.16),
    rgba(241, 248, 255, 0)
  );
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  max-width: 598px;
  margin-left: auto;
}

.registration-box {
  background-color: #fff;
  padding: 12px 16px;
  margin-top: 20px;
}

.registration-box .sec-part-tiles {
  padding: 12px 16px;
}

.registration-box .bottom-sec .whatsApp-box p,
.registration-box .left-side span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #7e8594;
}

.registration-box .left-side h4 {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #121127;
}

.challan-details-wrap .challan-top-sec .d-flex,
.registration-box .bottom-sec .d-flex,
.registration-box .d-flex {
  justify-content: space-between;
}

.registration-box .right-side span a {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #ff9819;
}

.registration-box .right-side span a span {
  font-weight: 600;
}

.registration-box .bottom-sec {
  border-top: 0.5px solid #dde5eb;
  padding: 24px 32px 0;
  margin: 0-16px;
}

.registration-box .bottom-sec .whatsApp-box p {
  margin: 0 0 0 4px;
  letter-spacing: 0.14px;
}

.registration-box .bottom-sec .toggle-box .tgl {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0;
}

.registration-box .bottom-sec .toggle-box .tgl input {
  opacity: 0;
  width: 0;
  height: 0;
}

.registration-box .bottom-sec .toggle-box input[type="checkbox"] {
  display: none;
}

.registration-box .bottom-sec .toggle-box .tgl input:checked + .tgl-click {
  background-color: #5d5fef;
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.registration-box .bottom-sec .toggle-box .tgl-click {
  cursor: pointer;
  left: 0;
  right: 0;
  background-color: hwb(210 54% 44%);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.16);
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.registration-box .bottom-sec .toggle-box .tgl-click:before {
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.registration-box .bottom-sec .toggle-box .tgl-click,
.tgl-click:before {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.registration-box
  .bottom-sec
  .toggle-box
  .tgl
  input:checked
  + .tgl-click:before {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
}

.toggle-click.open img {
  transform: rotate(180deg);
}

.pending-online-box .headings {
  margin-top: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.challan-details-wrap .challan-midle-sec h3 {
  font-size: 14px;
  line-height: 22px;
  color: #6a6b6f;
}

.challan-details-wrap .challan-midle-sec:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #d7d7d7;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.pending-online-box .headings h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #121127;
}

.challan-details-wrap,
.pending-online-box .pophover-text {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.pending-online-box .pophover-text {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1;
  background-color: #fff0d4;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.12px;
  color: #465166;
  text-align: center;
  width: 320px;
}

.pophover-text:before {
  position: absolute;
  right: 0;
}

.pending-online-box .pophover-text:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff0d4;
  left: -46px;
  margin: auto;
  top: -10px;
}

.pending-online-box .info-box {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  cursor: pointer;
}

.challan-details-wrap {
  /* background-color: #fff; */
  padding: 0;
  margin-top: 15px;
  /* border: 1px solid transparent; */
  width: 100%;
  position: relative;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: #fdfdfd;
  border: 1px solid #dedede;
  overflow: hidden;
}

.challan-details-wrap .challan-top-sec {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
}

.challan-details-wrap .challan-top-sec .left-box input {
  align-self: flex-start;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.textColor1 {
  color: #6c737d;
}

.textColor2 {
  color: #192045;
}

.common-challan-tile {
  background: #fdfdfd;
  border: 1px solid #d7d7d7;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  padding: 20px;
}

.challan-box {
  border-bottom: 1px solid #d7d7d7;
}

.chaln-text-box span {
  font-size: 14px;
}

.chln-no {
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px 5px 0px;
  gap: 8px;
  display: inline-flex;
}

.challan-type-badge {
  margin-left: auto;
  display: inline-flex;
}

.challan-type-badge .badge-tile {
  background: #e1ffe3;
  border: 1px solid #388e3c;
  color: #388e3c;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 13px;
  min-width: 52px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challan-type-badge .badge-tile p {
  line-height: 15px;
}

/* .chln-no > p {
  line-height: 20px;
  font-size: 12px;
} */

.chln-no img {
  width: 17px;
  /* align-self: flex-start; */
}

.right-wrap {
  margin-left: auto;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #5d5fef;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  top: 1px;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background-color: #5d5fef;
  border-color: #5d5fef;
}

.custom-checkbox input[type="checkbox"]:checked + span::before {
  content: url(../../client_base_web/layout-optim/new-car-challans/white-tick-icon.png);
  color: #fff;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.challan-details-wrap .challan-top-sec .left span {
  display: block;
  color: rgba(18, 17, 34, 0.7);
}

.challan-details-wrap .challan-top-sec .right {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #fafafa;
  padding: 4px 8px;
}

.challan-details-wrap .challan-top-sec .right span {
  display: block;
  color: rgba(18, 17, 34, 0.7);
  text-align: right;
}

.challan-details-wrap .challan-midle-sec {
  margin-top: 0;
  padding: 12px 0;
  border-top: 1px solid #d7d7d7;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
}

.challan-details-wrap .challan-midle-sec h3 {
  margin: 0;
}

.challan-details-wrap .challan-midle-sec span {
  font-size: 16px;
  line-height: 18px;
  color: #fd1515;
}

.challan-details-wrap .challan-midle-sec span.sans-sarif {
  font-size: 15px;
}

.sans-sarif {
  font-family: sans-serif;
}

.challan-details-wrap .challan-midle-sec .d-flex,
.challan-details-wrap .challan-pay-now-sec .d-flex {
  justify-content: space-between;
}

.challan-details-wrap .challan-bottom-sec {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #121127;
  padding: 15px 18px 6px;
  min-height: 100px;
}

.challan-details-wrap .challan-bottom-sec span {
  overflow: hidden;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal !important;
}

.challan-details-wrap .challan-bottom-sec span + span {
  display: inline-block;
  font-size: 14px;
  color: #6a6b6f;
}

.challan-details-wrap .challan-pay-now-sec {
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
  margin-left: 18px;
  margin-right: 18px;
}

.challan-details-wrap .challan-pay-now-sec .more {
  color: #5d5fef;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  position: relative;
}

.challan-details-wrap .challan-pay-now-sec .more-info-btn img {
  display: inline-block;
  margin-left: 4px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

.challan-details-wrap .challan-pay-now-sec .more-info-btn .open span {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 24px;
  padding-left: 6px;
  position: relative;
  top: 6px;
}

.pending-online-box .get-details {
  min-width: 300px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  transition: all 0.5s linear 0s;
  text-transform: uppercase;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: linear-gradient(
    100.42deg,
    #5d5fef 31.12%,
    #898bfa 47.76%,
    #5d5fef 69.76%
  );
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.vehicle-number-modal {
  background: #fff !important;
  padding: 28px 20px !important;
  width: 100% !important;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
}

.vehicle-number-modal .check-status-wrap .col-12 {
  margin-bottom: 25px;
}

.vehicle-number-modal .check-status-wrap .input-tile {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  height: 55px;
  position: relative;
}

.vehicle-number-modal .check-status-wrap .input-tile .india-flag {
  position: absolute;
  height: 54px;
  left: 6px;
  top: 6px;
}

.vehicle-number-modal .check-status-wrap .input-tile .india-flag img {
  border-top-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-top-left-radius: 7px;
  -ms-border-top-left-radius: 7px;
  -o-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-bottom-left-radius: 7px;
  -ms-border-bottom-left-radius: 7px;
  -o-border-bottom-left-radius: 7px;
}

.vehicle-number-modal .check-status-wrap .input-tile input {
  width: 100%;
  padding: 10px 62px 8px;
  height: 65px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  font-size: 18px;
  text-align: left;
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
}

.vehicle-number-modal .check-status-wrap .cta-wrap .get-details {
  width: 100%;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #5d5fef;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  transition: all 0.5s linear 0s;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  /* text-transform: uppercase */
}

.vehicle-number-modal .check-status-wrap .cta-wrap .get-details:disabled,
.vehicle-number-modal .check-status-wrap .cta-wrap .get-details[disabled] {
  /* border: 1px solid #999; */
  background: #929292;
  color: #fff;
  cursor: auto;
}

.non-otp-challan .resend-text {
  background: #ffefe6;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.non-otp-challan .receive-text {
  background: #ffefe6;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.timer-wrap p a {
  text-decoration: underline;
  color: #5d5fef;
}

.nonOtpChallanModal a.close-modal,
.thankYouModal a.close-modal {
  background-image: url(../../client_base_web/layout-optim/new-car-challans/close-icon.png) !important;
  top: 15px !important;
  right: 15px !important;
  background-color: #ffffff;
  width: 28px !important;
  height: 28px !important;
}

.modal {
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}

.verificationmodal-wrap .final-otp .input-tile .d-flex {
  gap: 13px;
}

.non-otp-challan .check-status-wrap .input-tile .input-wraps {
  gap: 13px;
}

.non-otp-challan h2 + p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #6d7172;
}

.non-otp-challan h2 + p + span {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #dc3545;
}

.non-otp-challan h2 + p + span br {
  display: none;
}

.non-otp-challan .check-status-wrap .input-tile {
  margin-top: 25px;
}

.nonOtpChallanModal h2 {
  color: #24272c;
}

.non-otp-challan .check-status-wrap .input-tile input {
  width: 45px;
  height: 45px;
  border: 0;
  background: #fbfbfb;
  padding: 5px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  text-align: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  border-bottom: 1px solid #838383;
  border: 2.07449px solid #dfe4eb;
}

.non-otp-challan .check-status-wrap .input-tile input:focus {
  /* background-color: #f5ecff;
    border: 1px solid #5f00d7; */
  outline: 0;
  box-shadow: none;
}

.personal-details-box {
  padding: 0;
  /* border-top: 1px dashed #d7d7d7; */
  margin-left: 18px;
  margin-right: 18px;
}

.personal-details-box .col-12 {
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 0;
  margin-bottom: 12px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.personal-details-box .col-12:last-child {
  border-top: 1px solid #d7d7d7;
  padding: 12px 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.personal-details-box .text-wrap p {
  word-break: break-all;
  color: #292b2c;
  /* font-size: 16px; */
}

.personal-details-box .text-wrap p + p {
  color: #6a6b6f;
  /* font-size: 16px; */
}

.personal-details-box .col-6 {
  margin-bottom: 12px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.personal-details-box .row {
  padding: 0 18px;
}

.termsModal ol li {
  margin-bottom: 15px;
}

.no-record-found {
  min-height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin: 16px auto 0;
  padding: 30px;
}

.termsModal {
  width: 100% !important;
  max-width: 800px !important;
}

.termsModal .terms-wrap p:last-child,
.termsModal ol li:last-child {
  margin-bottom: 0;
}

.termsModal ol {
  padding-left: 25px;
}

.contact-footer p:hover {
  color: #82b440;
}

.main-heading-tile {
  margin-bottom: 20px;
}

.express-challans {
  margin-top: 45px;
}

.verificationmodal-wrap .final-otp {
  margin-top: 25px;
}

.verificationmodal-wrap span {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.verificationmodal-wrap .final-otp .input-tile input {
  width: 35px;
  height: 35px;
  border: 0;
  background: #f9f5ff;
  padding: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  appearance: none;
}

.verificationmodal-wrap
  .final-otp
  .input-tile
  input[type="number"]::-webkit-inner-spin-button,
.verificationmodal-wrap
  .final-otp
  .input-tile
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.verificationmodal-wrap .final-otp .input-tile input[type="number"] {
  -moz-appearance: textfield;
}

.verificationmodal-wrap .final-otp .input-tile input:focus {
  background-color: #f5ecff;
  border: 1px solid #5f00d7;
  outline: 0;
  box-shadow: none;
}

.challan-details-wrap.active .challan-bottom-sec span,
.challan-details-wrap.active .challan-midle-sec span,
.challan-details-wrap.active .challan-top-sec .left-box .left span:last-child,
.challan-details-wrap.active .challan-top-sec .right-box span:last-child,
.challan-details-wrap.active .personal-details-box .text-wrap p:first-child,
.challan-details-wrap.active .challan-midle-sec .date-time p:first-child {
  margin-bottom: 5px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  word-break: break-all;
}

img.lk-logo {
  width: 45px;
  height: auto;
  margin-top: 3px;
}

.main-heading-tile > .d-flex {
  gap: 15px;
}

.chln-top-details {
  background: linear-gradient(
    180deg,
    #edfdff 0%,
    rgba(255, 255, 255, 0) 115.48%
  );
  border: 1px solid #93c8d1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  padding: 18px;
}

.chln-top-details .reg-number {
  background: #ffffff;
  border: 1.88089px solid #d3e1eb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 25px;
  display: inline-block;
  position: relative;
}

.chln-top-details .reg-number span {
  color: #292b2c;
  font-size: 14px;
  line-height: 18px;
}

.chln-top-details .right-panel {
  margin-left: auto;
}

.chln-top-details .right-panel .edit-challans {
  background: #cbf6ff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  min-width: 75px;
  min-height: 30px;
  cursor: pointer;
}

.chln-top-details .right-panel .edit-challans > p {
  color: #24272c;
  margin: 0;
  text-transform: initial;
  font-size: 14px;
}

.chln-top-details p {
  color: #6d7172;
  font-size: 14px;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 20px;
  max-width: 220px;
}

.chln-top-details .reg-number span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #373b40;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 10px;
  right: 10px;
}

.chln-top-details .reg-number span:before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #373b40;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 10px;
  left: 10px;
}

.first-sec {
  background: #f8f8f8;
  border-bottom: 1px solid #dedede;
  padding: 10px 18px;
}

.challan-all-details .header-tiles .d-flex {
  gap: 8px;
}

.challan-all-details .header-tiles img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

.challan-all-details .header-tiles h3 {
  color: #222d3e;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

.textcolor3 {
  color: #6a6b6f;
}

.swal-modal {
  border-radius: 20px;
}

.swal-modal .swal-icon {
  width: 80px;
  height: 80px;
  background: #ee3140;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: #ffffff;
  left: 49%;
}

.swal-icon--warning__body {
  width: 10px;
  height: 37px;
  top: 15px;
  border-radius: 25px;
  margin-left: -4px;
}

.swal-title {
  font-family: "MetropolisBold";
  color: #192045;
  padding: 0 16px;
}

.swal-text {
  color: #6a6b6f;
  font-family: "Metropolis", sans-serif;
}

.swal-icon--warning__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -5px;
  bottom: -15px;
}

.swal-footer {
  text-align: center;
  padding-bottom: 18px;
}

.swal-button-container {
  margin: 0;
  display: block;
}

.swal-button {
  background-color: #5d5fef;
  border-radius: 15px;
  padding: 16px 24px;
  width: 100%;
}

.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-icon--warning {
  border-color: #ee3140 !important;
}

.swal-button:not([disabled]):hover,
.swal-button:active {
  background-color: #5d5fef;
}

.copy-text {
  border: 1px solid #00acc1;
  color: #00acc1;
  background: #ffffff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  /* align-self: flex-start; */
  position: relative;
  top: -1px;
}

.personal-details-box .row .col-6 {
  position: relative;
}

.personal-details-box .row .col-6:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  left: -7%;
  top: 0;
  bottom: 0;
}

.vehicle-number-modal label {
  margin-top: 20px !important;
}

/*NEW DESIGN*/
.left-panel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.brdcmb ul {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.brdcmb ul li {
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: #456dff;
}
.brdcmb li a {
  color: #6c737d;
  font-weight: 500;
}
button.share-btn {
  border: 0;
  background: #232323;
  color: #fff;
  font-size: 11px;
  height: 26px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
button.share-btn span {
  display: flex;
  align-items: center;
  gap: 4px;
}
button.share-btn:hover {
  background: #474747;
}
button.share-btn img {
  width: 11px;
}
.brdcmb ul li img {
  width: 7px;
}
.brdcmb,
.main-heading-tile h2 {
  position: relative;
  padding-left: 15px;
}
.brdcmb:before,
.main-heading-tile h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  background: url(../../client_base_web/layout-optim/new-car-challans/line-head.png)
    no-repeat;
  width: 5px;
  height: 17px;
  background-size: contain;
}
.main-heading-tile h2:before {
  width: 7px;
  height: 22px;
}
.common-part {
  background: #f7faff;
  border-radius: 12px;
  padding: 12px 15px;
}
.challan-bottom-main {
  display: flex;
  justify-content: space-between;
}
.challan-bottom-left,
.challan-bottom-right {
  width: 50%;
}
.challan-bottom-right {
  display: flex;
  justify-content: space-between;
}
.right-single {
  width: 50%;
}
.challan-bottom-main p,
.info-single p {
  color: #24272c;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.challan-bottom-main p span {
  line-height: inherit !important;
  display: inline !important;
}
.challan-bottom-main p.green-text {
  color: #388e3c;
}
.challan-bottom-main p.red-text {
  color: #fd1515;
}
.more-info-btm {
  padding: 15px 0;
}
.more-info-btm {
  padding: 0 0 15px;
  display: flex;
  justify-content: space-between;
}
.info-single {
  width: 25%;
}
.get-details {
  min-width: 300px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  transition: all 0.5s linear 0s;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: linear-gradient(
    100.42deg,
    #5d5fef 31.12%,
    #898bfa 47.76%,
    #5d5fef 69.76%
  );
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
h2.verify {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.vehicle-no-sec figure {
  margin: 0;
  border: 1px solid #dfe4eb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 56px;
  border-radius: 50px;
  box-shadow: 0px 0.508161px 3.04897px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
}
.vehicle-no-sec label {
  color: #6c737d;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.vehicle-no-sec {
  text-align: left;
  margin-bottom: 28px;
}
.vehicle-no-sec .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 44px;
}
.vehicle-no-sec figure h5 {
  color: #193a45;
  font-size: 18px;
  text-transform: uppercase;
}

.modal.thankYouModal {
  max-width: 473px;
  padding: 35px;
}
.thankYou-in img {
  width: 170px;
  margin-bottom: 12px;
}
.thankYou-in h3 {
  font-size: 22px;
  color: #192045;
  margin-bottom: 8px;
}
.thankYou-in p {
  font-size: 14px;
  color: #6d7172;
  max-width: 405px;
}
.thankYou-in a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  display: block;
  background: #5d5fef;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  margin-top: 50px;
}
img.share-icon {
  display: none;
}
.paid-list-group span + span {
  display: block !important;
}
.paid-list-group {
  margin-bottom: 12px;
}
.verify_sec {
  display: flex;
  gap: 4px;
  align-items: center;
}
.copy-text {
  position: static;
  height: 25px;
}
button.challanVerifyBtn {
  border: 0;
  background: #5d5fef;
  color: #fff;
  height: 25px;
  border-radius: 6px;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}

.challanVerifyBtn:disabled {
  background: #929292 !important;
  pointer-events: none;
}

.challan-bottom-sec span:first-child {
  min-height: 90px;
}

.challan-head.semibold {
  font-size: 24px;
}

.pageLoader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(/frontend/client_base_web/layout-optim/search-lawyers-all-cities/loader-spinner2.gif)50% 50%no-repeat rgb(249, 249, 249, .7);
}
@media screen and (max-width: 1096px) {
  .pay-securely-box .securely-tile .col-7 {
    display: none;
  }
}

@media screen and (max-width: 991px) {

  .challan-bottom-sec span:first-child {
    min-height: auto;
  }

  button.challanVerifyBtn span {
    display: none;
  }
  .challan-all-details {
    padding: 0 0 90px !important;
  }

  .chln-no {
    padding: 5px 0 0 0px;
  }

  header.main-header .user-profile {
    right: 50px;
  }

  .personal-details-box .text-wrap p {
    font-size: 14px;
  }

  .personal-details-box .text-wrap p + p {
    font-size: 14px;
  }

  .challan-details-wrap .challan-midle-sec span.sans-sarif {
    font-size: 15px;
  }

  .dispose-off-div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: auto;
    border-top: 1.5px solid #d7d7d7;
    background-color: #fff;
    padding-bottom: 10px;
    width: 100%;
  }

  .col-100p {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .order-2 {
    order: 2;
  }

  .order-1 {
    order: 1;
  }

  .pay-securely-box {
    padding: 20px 0;
  }

  .pay-securely-box .securely-tile .col-5 {
    margin-bottom: 0;
  }

  .pay-securely-box .securely-tile .right-panel ul li {
    padding: 8px 10px;
  }

  .registration-box .right-side span a span {
    display: none;
  }

  .registration-box .sec-part-tiles {
    padding: 12px 0;
  }

  .registration-box .bottom-sec {
    padding: 24px 0 0;
    margin: 0;
  }

  .registration-box .bottom-sec .whatsApp-box p {
    font-size: 12px;
    max-width: 180px;
    line-height: 16px;
  }

  .registration-box .bottom-sec .whatsApp-box img {
    align-self: flex-start;
  }

  .pending-online-box .headings {
    margin-top: 0;
  }

  .vehicle-number-modal {
    padding: 20px !important;
    width: 100% !important;
  }

  .challan-details-wrap {
    padding: 0;
  }

  .challan-details-wrap .challan-top-sec {
    padding: 0;
  }

  .challan-details-wrap .challan-top-sec .left-box input {
    margin-right: 6px;
  }

  .challan-details-wrap .challan-midle-sec {
    /* padding: 0;
        margin-top: 15px */
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .challan-details-wrap .challan-bottom-sec {
    padding: 16px 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .challan-details-wrap .challan-pay-now-sec {
    padding: 16px 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .personal-details-box {
    margin-left: 12px;
    margin-right: 12px;
    /* padding-left: 12px;
        padding-right: 12px; */
  }

  .first-sec .chln-no p span {
    font-size: 14px;
  }

  .pending-online-box .get-details {
    min-width: initial;
    width: 94%;
    margin-top: 10px;
  }

  .personal-details-box .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lk-challan-details-footer {
    padding: 10px 80px 10px 0 !important;
  }

  .challan-all-details .header-tiles h3 {
    text-align: center;
    width: 80%;
  }
  .get-details {
    min-width: 94%;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .challan-head.semibold {
    font-size: 20px;
  }
  .challan-details-wrap {
    margin-top: 12px;
  }
  .personal-details-box .text-wrap p {
    font-size: 13px;
  }
  .personal-details-box .col-12 {
    padding: 8px 0;
  }
  .left-panel {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
  .main-menu-btn {
    right: 0 !important;
    left: auto !important;
  }
  .challan-bottom-left {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
  }
  .challan-bottom-main {
    display: block;
  }
  .challan-bottom-left,
  .challan-bottom-right {
    width: 100%;
  }
  .mob-icon-nav {
    right: 50px !important;
    display: block !important;
  }
  .info-single {
    width: 48%;
  }
  .more-info-btm {
    flex-wrap: wrap;
    gap: 25px;
  }
  .main-header .logo img,
  .nav-brand {
    margin-left: 0 !important;
  }

  #main-menu-state {
    right: 17px;
  }

  .main-footer-revamp .footer-bottom {
    padding: 15px 0 !important;
  }

  .registration-box.skeleton
    .bottom-sec
    .whatsApp-box
    span.line-skeleton.d-block,
  .registration-box.skeleton .sec-part-tiles .right-side .line-skeleton {
    width: 150px !important;
  }

  .challan-all-details .header-tiles h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 535px) {
  button.challanVerifyBtn {
    text-transform: capitalize;
  }
  .challan-type-badge {
    position: relative;
    top: -2px;
  }
  .chln-no {
    gap: 6px;
  }
  button.challanVerifyBtn {
    height: 23px;
    padding: 0 8px;
  }
  .copy-text {
    min-width: 50px;
    font-size: 12px !important;
    height: 23px;
  }
  button.share-btn span {
    display: none;
  }
  img.share-icon {
    display: block;
    width: 24px !important;
  }
  button.share-btn {
    background: #fff;
    height: auto;
    width: auto;
    display: block;
    padding: 0;
  }
  .thankYou-in img {
    width: 145px;
    margin-bottom: 10px;
  }
  .thankYou-in h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .thankYou-in a {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin-top: 42px;
  }
  .vehicle-no-sec figure {
    height: 48px;
    line-height: 48px;
  }
  .challan-bottom-main p {
    margin-bottom: 5px;
  }
  .right-single {
    width: 100%;
  }
  .more-info-btm {
    display: block;
  }
  .info-single {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .info-single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .challan-bottom-right {
    display: block;
    justify-content: space-between;
  }
  .challan-bottom-right .right-single:first-child,
  .challan-bottom-left {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .get-details {
    height: 48px;
    font-size: 16px;
  }
  .vehicle-no-sec figure h5 {
    font-size: 16px;
  }
  .vehicle-number-modal .check-status-wrap .cta-wrap .get-details {
    height: 48px;
  }
  .non-otp-challan .receive-text {
    border-radius: 12px;
    padding: 12px;
    margin-top: 18px;
  }
  .type-challans {
    top: -23px !important;
    left: 0 !important;
  }

  .challan-details-wrap .challan-top-sec .right span {
    text-align: left;
  }

  .challan-details-wrap .challan-top-sec .right {
    margin-left: 21px;
  }

  .footer-bottom span {
    max-width: 300px;
    margin: 0 auto;
  }

  .chln-no > p {
    font-size: 0;
  }

  .first-sec .chln-no p span {
    font-size: 13px;
  }

  .challan-type-badge .badge-tile {
    font-size: 12px;
    min-height: 23px;
  }

  .copy-text {
    top: -3px;
  }

  .nonOtpChallanModal {
    padding: 15px 20px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 530px) {
  .main-header .logo img {
    margin-left: 0;
  }

  .challan-details-wrap .challan-midle-sec:before {
    display: block;
  }

  .date-time {
  }

  .date-time:before {
  }
}

@media screen and (max-width: 440px) {
  .challan-type-badge .badge-tile {
    min-width: 40px;
  }
}

@media screen and (max-width: 400px) {
  .challan-details-wrap .challan-top-sec > .d-flex {
  }

  .non-otp-challan .check-status-wrap .input-tile input {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 371px) {
  .main-heading-tile > .d-flex {
    gap: 8px;
  }

  .pay-securely-box .securely-tile img {
    margin-right: 5px;
  }

  .pay-securely-box .securely-tile h3 {
    font-size: 11px;
  }

  .custom-checkbox span {
    width: 20px;
    height: 20px;
  }

  .custom-checkbox input[type="checkbox"]:checked + span::before {
    top: 28%;
  }

  .first-sec {
    padding: 10px;
  }

  .challan-type-badge .badge-tile {
    margin-left: 2px;
  }

  .non-otp-challan .resend-text p,
  .receive-text p {
    font-size: 12px;
  }

  .nonOtpChallanModal .cta-wrap .get-details {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 350px) {
  .challan-details-wrap .challan-top-sec .left-box input {
    width: 14px;
    height: 14px;
  }

  .challan-details-wrap .challan-top-sec {
    font-size: 11px;
  }

  .non-otp-challan .input-tile input {
    width: 25px;
    height: 25px;
  }

  .non-otp-challan .check-status-wrap .input-tile .d-flex {
    gap: 8px;
  }
}
