@-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
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: .4px
}

body {
    margin: 0;
    font-family: "Poppins", 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: #121127
}

.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
}

.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
}

.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 {
    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 {
    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 {
    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
}

#accordian::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

#accordian::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #f6f6f6;
}

#accordian::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

#accordian::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.left-sidebar {}

#accordian {
    z-index: 1;
    background: #fff;
    border-right: 1px solid #e6ebf3;
    width: 300px;
    height: 100%;
    top: 68px;
    position: fixed;
    padding-top: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
    /* -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    transform: translateX(-300px); */
    
}

/* .acc-translatex-close {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    transform: translateX(-300px);
} */




#accordian a {}

#accordian li {
	list-style-type: none;
}

#accordian ul li a {
	color: #121127;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	position: relative;
}

#accordian>ul>li:first-child>a {
    color: #121127 !important;
    font-weight: 600 !important;
}

#accordian>ul>li:nth-child(2)>a,
#accordian>ul>li:nth-child(3)>a,
#accordian>ul>li:nth-child(4)>a,
#accordian>ul>li:nth-child(5)>a {
    color: #121127 !important;
    font-weight: 600 !important;
}

#accordian ul {
    padding-left: 10px;
}

#accordian>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a{
	background-color: transparent;
    color: #3056d3;
    font-weight: 400;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
	display: none;
}


#accordian>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
	display: block;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
	padding-left: 10px;
}

#accordian a:not(:only-child):after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../../client_base_web/layout-optim/new-talk-to-lw-revamp/frequently-up-arow.png);
    background-position: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
}

#accordian .active>a:not(:only-child):after {
	transform: rotate(180deg);
}

.main-content {
    margin-left: 300px;
    padding: 10px 30px;
    margin-top: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    min-height: -ms-calc(100vh - 125px);
    min-height: -o-calc(100vh - 125px);
    min-height: calc(100vh - 125px);
}

.content-main {
    width: 100%;
}

.badge-wrap {
    background: #ebf4ff;
    padding: 5px 12px;
    color: #383ddb;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

.common-wrap {
    margin: 20px 0 10px;
}

.common-wrap p {
    font-size: 14px;
    line-height: 20px;
}

.common-wrap h2 {
    border-bottom: 1px solid #e6ebf3;
    padding-bottom: 10px;
}

.data-cells {
    padding: 10px 10px 10px 0;
    word-break: break-word;
}

.heading-style {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
    color: #121127;
    font-size: 14px;
}

.all-content-tile table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
}

.all-content-tile table thead tr th {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #e6ebf3;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.loop-site ol {
    counter-reset: listitem;
}

.loop-site ol li {
    position: relative;
    margin: 16px 0;
    padding-left: 30px;
}

.loop-site ol li:before {
    counter-increment: listitem;
    content: counter(listitem);
    background: #939da3;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 4px 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    counter-reset: listitem -moz-calc(var(--s) - 1);
    counter-reset: listitem calc(var(--s) - 1);
}

.right-panel {
    width: 480px;
    display: inline-block;
    top: 64px;
    position: fixed;
    right: -480px;
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.right-panel.open {
    right: 0;
}

.arrow-btn {
    background-color: #3f43c8;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding-bottom: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: fixed;
    right: 3px;
    top: 70px;
    z-index: 1;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
}

.right-panel .arrow-btn span {}

.all-content-tile.new td {
    border-bottom: 1px solid #e6ebf3;
    padding: 7px 0;
}

.main-side-box {
    height: 100%;
    background: #000000;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 15px 20px 50px;
}

.tabs {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
    overflow: auto;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    text-align: center;
    border-bottom: 2px solid grey;
}

ul#tabs-nav li.active {
    background-color: transparent;
    border-bottom-color: #ff9819;
}

ul#tabs-nav li.active a {
    color: #ff9819;
}

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    line-height: 36px;
}

.tab-content {
    padding: 10px;
}

.link-copy .copy-tile {
    background: rgb(33 33 33);
    color: #fff;
    font-size: 12px;
    margin: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: copy;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link-copy .copy-tile:hover {
    background: #ff9819;
}

.link-copy p {
    word-break: break-all;
    font-size: 12px;
    font-weight: 400;
    flex: 1;
}

.tgl-wrap .toggle {}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}
  
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3056d3;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
  
input:checked + .slider {
    background-color: #3056d3;
}
  
input:checked + .slider:before {
    transform: translateX(22px);
}

.text-type {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
}

.tgl-wrap {
    border-bottom: 1px solid #4f585a;
    border-top: 1px solid #4f585a;
    padding: 7px 0;
    margin: 10px -30px;
}

.tgl-wrap .toggle {
    height: 22px;
    margin: 0 15px;
}

.tabs-content-wrap {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 55px;
}

.tabs-content-wrap pre,
.tabs-content-wrap code {
    display: block;
    font-family: monospace;
    unicode-bidi: isolate;
    white-space: pre;   
}

.tabs-content-wrap pre code {
    overflow: hidden;
}

.tabs-content-wrap pre code .hljs {
    color: #bed6ff;
    display: block;
    overflow-x: auto;
    background: #272b2d;
    padding: .5em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 10px solid #272b2d;
}

.tabs-content-wrap .inner-box {
    max-height: 350px;
}

span.hljs-keyword {
    display: block;
}

.hljs {
    color: #bed6ff;
    display: block;
    overflow-x: auto;
    background: #272b2d;
    padding: .5em;
    border-radius: 10px;
    border: 10px solid #272b2d;
}

.hljs-built_in, .hljs-deletion {
    color: #dc322f;
    display: block;
}

.hljs-addition, 
.hljs-keyword, 
.hljs-selector-tag {
    color: #859900;
    display: block;
}

.hljs-doctag, .hljs-literal, .hljs-meta .hljs-meta-string, .hljs-number, .hljs-regexp, .hljs-string {
    color: #2aa198;
    display: block;
}

.hljs p, .hljs pre {
    color: inherit;
}

.header-tabs {
    margin: 0 -20px;
    background-color: #242729;
    padding: 10px 0 10px 10px;
}

.header-tabs ul li {
    border: none;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    margin-right: 4px;
    text-transform: uppercase;
    background: #ff9819;
    display: inline-block;
}

.tabs-content-wrap::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
.tabs-content-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #000;
}
.tabs-content-wrap::-webkit-scrollbar-thumb {
    background: rgb(33 33 33);
    border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.tabs-content-wrap::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.tab-contents pre {
    margin-top: 0;
}

.tabs-content-wrap .link-copy {
    position: absolute;
    right: 0;
    top: 0px;
}

.shift-content {
    width: -moz-calc(100% - 480px);
    width: calc(100% - 765px);
}

.right-panel .arrow-btn {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.right-panel.open .arrow-btn {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.tab-block {
    width: 100%;
}

.tab-block .tab-mnu {
    margin: 0 -30px;
    background-color: #242729;
    padding: 10px 0 10px 10px;
}

.tab-block .tab-mnu:after {
    content: '';
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    border: none;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 14px;
    cursor: pointer;
    margin-right: 4px;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
}

.tab-block .tab-mnu .active {
    background: #ff9819;
    color: #FFFFFF;
}

.tab-block .tab-cont {
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
    height: 350px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 55px;
}

.tab-block .tab-mnu a {
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px 14px;
    cursor: pointer;
}

.tab-block .tab-cont::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.tab-block .tab-cont::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #000;
}

.tab-block .tab-cont::-webkit-scrollbar-thumb {
    background: rgb(33 33 33);
    border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.tab-block .tab-cont::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.tab-block .tab-cont .link-copy {
    position: absolute;
    right: 0;
    top: 0px;
}

.footer-disclaimer {
    padding-left: 250px;
}

.all-content-tile.new {
    overflow: hidden;
}

.all-content-tile.new td:last-child {
    word-break: break-all;
}

.nav-icon {
    display: none;
}

.loop-site h3.border {
    border-bottom: 1px solid #e6ebf3;
    padding-bottom: 10px;
}


@media screen and (max-width:991px) {
    header.main-header .user-profile {
        right: 50px
    }

    .col-100p {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

}

@media screen and (max-width:767px) {
    #main-menu-state:not(:checked)~#main-menu {
        padding: 20px 20px 60px !important;
    }

    #main-menu-state:checked~#main-menu {
        padding: 20px 20px 60px !important;
    }

    .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
    }

    .nav-icon {
        display: block;
    }

    .header-tile .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    #res-menu {
        position: fixed;
        top: 60px;
        left: 5px;
        padding: 0;
        background-color: transparent;
        color: #121127;
        border: none;
        cursor: pointer;
        font-size: 24px;
        z-index: 111;
    }
    .nav-icon::before {
        content: '☰'; /* Unicode character for nav icon */
    }
    .close-icon::before {
        content: '✖'; /* Unicode character for close icon */
    }

    #accordian {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        transform: translateX(-300px);
        padding-top: 45px;
        top: 49px;
    }

    .acc-translatex-open {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .main-content {
        margin-left: 0;
        padding: 0;
        margin-top: 0;
        padding-top: 35px;
    }

    .content-main {
        padding: 15px 30px;
    }

    .shift-content {
        width: 100%;
    }

    .right-panel.open .arrow-btn {
        display: none;
    }

    .right-panel.open {
        width: 100% !important;
        display: block;
        position: static;
        margin: 0 auto 20px;
    }

    .main-footer-revamp .footer-bottom {
        padding: 15px 0 !important
    }

    .footer-disclaimer {
        padding-left: 0;
    }

}

@media screen and (max-width:535px) {
    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (max-width:530px) {
    .main-header .logo img {
        margin-left: 0
    }
}

@media screen and (max-width:350px) {
    
}