@-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: -.25em
}

sup {
    top: -.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: .35em .75em .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: .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, .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, .6)
}

.text-color-8 {
    color: rgba(18, 17, 39, .7)
}

.text-color-9 {
    color: rgba(18, 17, 39, .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: -.36px
}

.letter-spacing2 {
    letter-spacing: -.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, .5)
}

.color-light-60 {
    color: rgba(49, 49, 49, .6)
}

.color-light-80 {
    color: rgba(49, 49, 49, .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: .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, .16)), to(rgba(241, 248, 255, 0)));
    background: linear-gradient(180deg, rgba(241, 248, 255, .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: .5px solid #dde5eb;
    padding: 24px 32px 0;
    margin: 0-16px
}

.registration-box .bottom-sec .whatsApp-box p {
    margin: 0 0 0 4px;
    letter-spacing: .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, .25);
    -webkit-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
    -ms-box-shadow: inset 4px 4px 4px rgba(0, 0, 0, .25);
    -o-box-shadow: inset 4px 4px 4px rgba(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, .16);
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .16);
    -moz-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .16);
    -ms-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .16);
    -o-box-shadow: inset 0 4px 4px rgba(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: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .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 {
    margin-top: 27px;
    position: relative
}

.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: .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: 16px;
    /* border: 1px solid transparent; */
    width: 100%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    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: 28px;
    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, .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, .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: 120px;
}

.challan-details-wrap .challan-bottom-sec span {
    overflow: hidden;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    color: #192045;
}

.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 dashed #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: .14px;
    text-transform: uppercase;
    position: relative
}

.challan-details-wrap .challan-pay-now-sec .more-info-btn img {
    display: inline-block;
    margin-left: 4px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .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 .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 .5s linear 0s;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    /* 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
}

#parivahanOtpModal .resend-text {
    background: #FFEFE6;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#parivahanOtpModal .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;
}

.parivahanOtpModal a.close-modal {
    background-image: url(../../client_base_web/layout-optim/new-car-challans/close-icon.png) !important;
    top: 10px !important;
    right: 10px !important;
    background-color: #FFFFFF;
}

.modal {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}


.verificationmodal-wrap .final-otp .input-tile .d-flex {
    gap: 13px
}

#parivahanOtpModal .check-status-wrap .input-tile .input-wraps {
    gap: 13px;
    /* background: #FBFBFB; */
    /* border: 1px solid #D7D7D7; */
    /* border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; */
    /* height: 58px; */
}

#parivahanOtpModal h2+p {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: #6D7172
}

#parivahanOtpModal h2+p+span {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

#parivahanOtpModal h2+p+span br {
    display: none;
}

#parivahanOtpModal .check-status-wrap .input-tile {
    margin-top: 25px
}

.parivahanOtpModal h2 {
    color: #24272C;
}

#parivahanOtpModal .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 .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    border-bottom: 1px solid #838383;
    border: 2.07449px solid #DFE4EB;
}

#parivahanOtpModal .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
}

.court-challans,
.express-challans {
    background: 0 0;
    /* border: 1px solid #e8e8fe;
    padding: 20px 10px;
    border-radius: 15px */
    border-top: 1px solid #D7D7D7;
    padding-top: 15px;
}



.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 .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .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: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    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;
}



@media screen and (max-width:1096px) {
    .pay-securely-box .securely-tile .col-7 {
        display: none
    }
}

@media screen and (max-width:991px) {

    
    .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%;
    }
}

@media screen and (max-width:767px) {
    .main-menu-btn {
        right: 0 !important;
        left: auto !important
    }

    .mob-icon-nav {
        right: 50px !important;
        display: block !important
    }

    .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) {
    .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: 22px;
    }

    .copy-text {
        top: -3px;
    }

    .parivahanOtpModal {
        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;
    }
    
    
    .copy-text {
        min-width: 40px;
        font-size: 10px !important;
        align-self: flex-start;
        position: relative;
        top: -2px;
    }
}


@media screen and (max-width:400px) {
    .challan-details-wrap .challan-top-sec>.d-flex {
        
    }

    #parivahanOtpModal .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;
    }

    #parivahanOtpModal .resend-text p,
    .receive-text p {
        font-size: 12px;
    }

    .parivahanOtpModal .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
    }

    #parivahanOtpModal .input-tile input {
        width: 25px;
        height: 25px
    }

    #parivahanOtpModal .check-status-wrap .input-tile .d-flex {
        gap: 8px
    }
}