@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*,
.authBox h2.title,
.authBox h4,
.bg-blue h1,
.bg-blue p,
.report_cta_link a,
.vdi-dashboard-nav-make-model,
header nav ul {
    font-family: Poppins, sans-serif;
}
.authForm .form-group,
.whyus .card p,
header nav ul {
    margin-top: 10px;
}
.authBtn,
.authForm .form-group label {
    font-weight: 600;
    font-size: 15px;
}
#preview-frame,
.bg-blue {
    height: 100vh;
}
.authFooter a,
a,
header nav ul li a {
    text-decoration: none;
}
.authBox form .forgot_link:hover,
.report_cta_link a,
footer ul.menu li a {
    text-decoration: underline;
}
.sidebar,
body {
    overflow-x: hidden;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
header {
    padding: 10px 0;
}
header .logo {
    width: 100%;
    max-width: 150px;
}
header nav ul li {
    display: inline-block;
    margin-right: 20px;
}
.benefits ul li strong,
footer .bottomBar ul li a,
header nav ul li a {
    color: #000;
    font-weight: 600;
}
.authBtn {
    color: #0945c2;
    border: 1px solid #0945c2;
    border-radius: 100px;
    padding: 8px 20px;
}
.authBtn.filled {
    background: #0945c2;
    color: #fff;
}
.authBtn.homeBanner {
    padding: 12px 40px;
}
.hidden {
    display: none;
}
.authForm {
    border: 1px solid #f7f7f7 !important;
    box-shadow: 0 0 5px 2px rgba(245, 245, 245, 0.5);
    padding: 15px 10px;
    border-radius: 15px;
}
.authForm .form-group input {
    margin-top: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    outline: 0;
    font-weight: 500;
}
.accordion-item input.uri,
.accordion-item input.uri:active,
.accordion-item input.uri:focus,
.blxTabs .nav-tabs .nav-item button,
.dateInput select,
.faqs .accordion-button {
    box-shadow: none !important;
    outline: 0 !important;
}
.authForm .card-footer {
    background: 0 0 !important;
    border: none;
}
.authForm .card-footer button {
    background-color: #0b66fa;
    border-color: #0b66fa;
    transition: background-color 0.1s linear;
    font-size: 17px;
    margin: 0 !important;
    padding: 7px 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    width: 100%;
}
.authBox h2.title,
.authBox h4 {
    color: #101828;
    font-style: normal;
}
.authBox h2.title,
.bg-blue h1 {
    font-weight: 600;
}
.bg-blue {
    position: relative;
    width: 100%;
    background: linear-gradient(45deg, #3549eb 0, #4b7df5 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
}
.bg-blue h1 {
    font-size: 60px;
    line-height: 72px;
}
.bg-blue p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}
.authBox {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.authBox h2.title {
    font-size: 30px;
    line-height: 38px;
}
.authBox h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}
.authFooter a,
.authFooter p {
    color: #344054;
    font-weight: 400;
    font-size: 14px;
}
.authBox form label {
    font-weight: 500;
    margin-bottom: 4px;
    color: #334054;
    font-size: 14px;
}
.authBox form input[type="email"],
.authBox form input[type="password"],
.authBox form input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    outline: 0 !important;
    box-shadow: none !important;
}
.authBox form .forgot_link {
    color: #3538cd;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}
.authBox .authBtn {
    cursor: pointer;
    background-color: #444ce7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 13px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #444ce7;
    border-radius: 8px;
    line-height: 24px;
}
.authFooter {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: -1;
}
p.error {
    font-size: 14px;
    color: red;
    margin-top: 5px;
}
.benefits p,
.welcome .price_grid .price_box .price span {
    font-size: 16px;
}
.welcome {
    padding-top: 30px;
}
.home_banner {
    padding: 50px 10px;
}
.home_banner .image-container {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.quiz_backBtn,
.quiz_card_icon {
    display: flex;
    align-items: center;
    text-align: center;
}
.home_banner .image-container img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.home_banner .image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.home_banner .tagline {
    font-size: 11pt;
    font-weight: 600;
    color: #000;
}
.home_banner .title {
    font-size: 36px;
    line-height: 55px;
    margin-top: 20px;
    font-weight: 600;
    max-width: 700px;
    color: #000;
}
.home_banner p.desc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 15px;
    color: #000;
    margin-bottom: 15px;
    max-width: 640px;
}
@keyframes movingGradient {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.dashboard-btn,
.home_banner a.action_btn,
.pricing-btn,
.signin-btn,
.signup-btn {
    border: 2px solid #000;
    color: #000;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.header-menus.active,
.header-menus:hover,
.home_banner a.action_btn.active,
.signup-btn.active {
    background: #000;
    color: #fff;
}
.dashboard-btn:hover,
.home_banner a.action_btn:hover,
.pricing-btn:hover,
.signin-btn:hover,
.signup-btn.active:hover {
    background: linear-gradient(45deg, #000, #222, #444, #222, #000);
    background-size: 300% 300%;
    animation: 3s linear infinite movingGradient;
    color: #fff;
}
.home_banner small,
.payment_table td.price,
.singleRequest .metadata span.method {
    font-weight: 500;
}
.home_banner .iconbox p {
    font-size: 0.875rem;
}
.benefits .tagline {
    text-transform: uppercase;
    font-size: 9pt;
    color: #000;
    background: #07d1ff;
    border-radius: 5px;
    padding: 5px 8px;
    display: inline-block;
}
.base_title,
.benefits .title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.benefits p {
    font-weight: 400;
    line-height: 30px;
    color: #000;
}
.benefits ul {
    padding: 0;
}
.benefits ul li {
    list-style: none;
    line-height: 30px;
}
.benefits .main_image {
    border-radius: 20px;
    object-fit: cover;
}
.faqs .accordion-item {
    margin: 0;
    border: 1px solid #e9e9e9 !important;
    border-bottom: none !important;
}
.faqs .accordion-item .accordion-header {
    border-radius: 0;
}
.faqs .accordion .accordion-item:first-of-type {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.faqs .accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
.faqs .accordion .accordion-item:last-of-type .accordion-header {
    border-bottom: none !important;
}
.faqs .accordion .accordion-header {
    border: none !important;
    border-bottom: 1px solid #e9e9e9 !important;
}
.faqs .accordion-button:not(.collapsed) {
    color: #222;
    background: 0 0 !important;
}
.faqs .accordion-button {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
    background: 0 0 !important;
    border: none !important;
}
.welcome1 {
    padding: 0 !important;
}
.welcome1 .banner {
    width: 100%;
    background: url("../images/background.webp") top center/105%;
    padding: 80px 10px;
}
@media screen and (max-width: 1300px) {
    .welcome1 .banner {
        background-size: cover;
    }
}
.welcome1 h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.25rem;
}
.welcome1 .subtitle {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.welcome section.pricing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.welcome section.pricing .base_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.welcome section.pricing .base_description {
    font-size: 18px;
}
.welcome .price_box {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    min-height: 230px;
}
.welcome .price_grid .price_box .title {
    font-size: 1.125rem;
    font-weight: 600;
}
.welcome .price_grid .price_box .price {
    font-size: 2.25rem;
    font-weight: 600;
}
.welcome .price_grid .price_box ul,
footer .bottomBar ul {
    padding: 0;
    margin: 0;
}
.welcome .price_grid .price_box ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
}
.welcome .price_grid .price_box ul li svg {
    color: #0b66fa !important;
    margin-right: 7px;
}
.welcome .price_grid .price_box button.buy {
    border: 1px solid #0b66fa;
    color: #0b66fa;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    padding: 0.3rem 0.75rem;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.quiz_card_title h3,
.single_quiz_card {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
}
.welcome .price_grid .price_box button.active,
.welcome .price_grid .price_box button.buy:hover {
    background: #0b66fa !important;
    color: #fff;
}
.remport_dates li:last-child,
.singleRequest .metadata {
    margin-left: 15px;
}
.api_tabs .blx .content,
.fs-14,
.jsonTextArea,
.singleRequest .metadata span {
    font-size: 14px;
}
.singleRequest .requestDate {
    font-size: 14px;
    margin-right: 14px;
}
#accordionFlushExample .accordion-button {
    padding: 10px !important;
    box-shadow: none !important;
}
.accordion-header {
    border: 1px solid #cfcfcf !important;
    border-radius: 4px;
}
.accordion-item {
    border: none !important;
    margin-bottom: 15px;
}
.accordion-item input.uri,
.dropdown-item:active,
.dropdown-item:focus,
.headerDrop li:hover,
button.no-bg {
    background: 0 0 !important;
}
.api_tabs,
.hidden-nav .menu {
    margin-top: 30px;
}
.api_tabs .blx .icon {
    font-size: 15px;
    color: #334054;
}
.blxTabs .nav-tabs .nav-item button {
    font-size: 15px;
    font-weight: 300;
    color: #777;
}
.headerstable tr td {
    font-size: 14px;
    line-height: 18px;
}
.accordion-button:not(.collapsed),
.economic-table tbody tr td,
.text-black {
    color: #000 !important;
}
.maccords {
    margin-top: 20px;
}
.maccords .accord_header {
    margin-bottom: 30px;
}
.maccords .title {
    font-size: 22px;
    font-weight: 600;
}
.dateInput select {
    border: none !important;
    font-size: 14px;
    padding: 0 0 0 7px;
}
.dateInput span {
    background: 0 0;
    border: none;
    padding: 0;
}
.dateInput {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    color: #777;
    padding: 5px 10px;
}
.payment_table {
    margin-top: 60px;
    border-radius: 10px;
}
.payment_table th {
    font-weight: 500 !important;
}
.payment_table td.status {
    text-align: right;
}
.quiz_card_area {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single_quiz_card {
    border: 1px solid #efefef;
    border-radius: 10px;
    -khtml-transition: all 0.3s linear;
    transition: 0.3s linear;
}
.quiz_card_title h3,
.quiz_icon {
    -khtml-transition: all 0.3s linear;
}
.quiz_card_title {
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
}
.quiz_card_title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #292d3f;
    margin-bottom: 0;
    transition: 0.3s linear;
}
.quiz_card_title h3 i {
    opacity: 0;
}
.quiz_card_icon {
    max-width: 100%;
    min-height: 60px;
    justify-content: center;
    font-size: 50px;
    color: #000;
}
.quiz_icon {
    width: 70px;
    height: 75px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
}
.quiz_card_icon h2 {
    font-size: 30px;
}
.quiz_icon1 {
    background-image: url("https://img.icons8.com/ios-filled/32/000000/maxcdn.png");
}
.quiz_icon2 {
    background-image: url("https://img.icons8.com/ios-filled/48/000000/download-2.png");
}
.quiz_icon3 {
    background-image: url("https://img.icons8.com/ios/50/000000/cloudflare.png");
}
.quiz_icon4 {
    background-image: url("https://img.icons8.com/dotty/80/000000/download-2.png");
}
.quiz_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
.quiz_checkbox:checked:hover ~ .quiz_card_title,
.quiz_checkbox:checked:hover ~ .single_quiz_card,
.quiz_checkbox:checked ~ .single_quiz_card {
    border: 1px solid #2575fc;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title {
    background-color: #2575fc;
    color: #fff;
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_title
    h3 {
    color: #fff;
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_title
    h3
    i {
    opacity: 1;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {
    color: #2575fc;
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_icon
    .quiz_icon1 {
    background-image: url("https://img.icons8.com/nolan/32/000000/maxcdn.png");
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_icon
    .quiz_icon2 {
    background-image: url("https://img.icons8.com/color/48/000000/download-2.png");
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_icon
    .quiz_icon3 {
    background-image: url("https://img.icons8.com/color/48/000000/cloudflare.png");
}
.quiz_checkbox:checked
    ~ .single_quiz_card
    .quiz_card_content
    .quiz_card_icon
    .quiz_icon4 {
    background-image: url("https://img.icons8.com/material-outlined/80/000000/download-2.png");
}
.quiz_backBtn_progressBar {
    position: relative;
    margin-bottom: 60px;
}
.quiz_backBtn {
    background-color: transparent;
    border: 1px solid #d2d2d3;
    color: #8e8e8e;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none !important;
}
.quiz_backBtn_progressBar .progress-bar,
.quiz_continueBtn {
    background-color: #2575fc;
}
.quiz_backBtn:hover {
    color: #a9559b;
    border: 1px solid #2575fc;
}
.quiz_backBtn_progressBar .progress {
    margin-left: 50px;
    margin-top: 50px;
    height: 6px;
}
.quiz_next {
    text-align: center;
    margin-top: 50px;
}
.quiz_continueBtn {
    max-width: 315px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 125px;
    border: 0;
}
#topupModal .btn-close,
.side_btn:focus {
    outline: 0;
    box-shadow: none;
}
.profileForm input,
.vin-input:focus,
button.no-bg {
    box-shadow: none !important;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #818181 !important;
    border-color: unset !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: unset !important;
    isolation: isolate;
    background: #818181 !important;
    color: #fff !important;
}
.nav-tabs {
    border-bottom: unset !important;
}
.nav-tabs .nav-link {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.critical-check-table-1 tbody tr td:nth-child(2),
.critical-check-table-2 tbody tr td:nth-child(2),
.important-checks-table-1 tbody tr td:nth-child(2),
.previous-keeper-history-2 tbody tr td:nth-child(2) {
    text-align: end;
}
.header-menus {
    border: 2px solid #000;
    color: #000;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
}
.vehicle_name,
.vehicle_vin_name {
    margin-bottom: 5px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
}
.sign-up-btn {
    background: #ff7800 !important;
}
.vehicle_name {
    font-size: 16px;
    background: #f2cf53;
}
.vehicle_vin_name {
    font-size: 16px;
    background: #dee2e6;
}
.fs-12,
.nav-item .fa-chevron-down {
    font-size: 12px;
}
.grey-vehicle-heading {
    background-color: #00d2ff;
    color: #000;
    border-radius: 3px 3px 0 0;
}
.custom-bg-blue-color,
.custom-bg-color-green {
    background-color: #dfd !important;
}
.custom-bg-color-pink,
.custom-bg-pink-color {
    background-color: #f8d7da !important;
}
.bg_pink {
    background: #fad5d2;
    min-height: auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0;
}
.custom-bg-blue p,
.custom-bg-pink p,
.no-record-found {
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    text-align: left;
}
.vehicle_table.finance_management .bg_pink h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #c00000;
    font-weight: 400;
}
table tbody tr td {
    padding: 15px !important;
    vertical-align: top;
}
.no-record-found {
    background-color: #dfd;
}
.custom-bg-pink p {
    background: #f8d7da;
}
.custom-bg-blue p {
    background: #dfd;
}
.card-border-radius {
    border-top-left-radius: 0 !important;
}
.table-values-bold tbody tr td:nth-child(2) {
    font-weight: 600;
    color: #000 !important;
}
.table-values-bold tbody tr td:first-child {
    text-align: start;
}
.finance_management .green {
    background: #c5e0b4;
    padding: 10px;
    border-radius: 3px;
    color: #222;
}
.vehicle_table.finance_management .green h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    color: #000;
    font-weight: 400;
}
.critical-check-table-1 tbody tr td svg,
.important-checks-table-1 tbody tr td:nth-child(2) svg {
    margin-left: 10px;
}
html {
    scroll-padding-top: 100px;
}
.critical-check-table-1 tbody tr td a,
.important-checks-table-1 tbody tr td:nth-child(2) a,
a tbody tr td:nth-child(2) {
    color: #000;
}
.ca-clr-pass {
    color: #2d842e;
}
.ca-clr-fail {
    color: #b94a48;
}
.vdi-dashboard-nav-make-model {
    text-align: center;
    color: var(--vdi-font-primary-color);
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    width: 90%;
    margin: 0 auto;
}
.custom-sidebar,
.customer-header {
    box-shadow: 0 0 5px 0 #c9c9c9;
}
.customer-header ul.primary li.nav-item a {
    font-size: 15px;
}
.customer-header ul.primary li.nav-item a.black {
    color: #222;
}
.vichles_table_graph {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.vichles_table_graph h3 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.vichles_table_graph img {
    width: 95%;
}
.direction_arrow {
    display: inline-block;
    width: 45%;
    padding-left: 15px;
    margin-left: 10px;
}
.direction_arrow h3 {
    background: #383838;
    position: relative;
    padding: 5.5px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}
.red_greenbt .green_btn,
.red_greenbt .red_btn {
    text-align: center;
    width: 100%;
    border-radius: 3px;
}
.green_btn,
.red_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    width: 70%;
}
.green_btn {
    background: #64b362;
}
.red_btn {
    background: #eb4e3f;
}
#sidebarTabs .active {
    background-color: #444 !important;
    color: #fff !important;
    border-radius: 0.25rem;
}
.sidebar::-webkit-scrollbar {
    width: 8px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #0056b3;
    border-radius: 10px;
}
.sidebar::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
.direction_arrow h3::after {
    border-top: 14px solid transparent;
    border-right: 15px solid #383838;
    border-bottom: 14px solid transparent;
    content: "";
    left: -15px;
    top: 0;
    position: absolute;
}
.direction_arrow h3 span {
    display: inline-block;
    float: left;
    padding-left: 7px;
}
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    width: 22%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}
.report_cta_link a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.report_cta_link a:hover {
    color: #00d2ff !important;
}
table thead {
    border-bottom: 2px solid #fff;
}
.progress,
.progress-bar {
    border-radius: 25px;
}
.bg-dark-green-bar {
    background: #02a64f;
    color: #fff;
}
.bg-light-green-bar {
    background: #4eb748;
    color: #fff;
}
.bg-greenish-bar {
    background: #a6ce39;
    color: #fff;
}
.bg-yellowish-bar {
    background: #d1c51c;
    color: #fff;
}
.bg-orange-bar {
    background: #fcb916;
    color: #fff;
}
.bg-dark-orange-bar {
    background: #f58320;
    color: #fff;
}
.bg-red-bar {
    background: #d90000;
    color: #fff;
}
.co2active {
    font-weight: 700;
}
.make-model-title {
    font-size: 25px;
}
.co2-text {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.sidebar-custom {
    width: 250px;
    background-color: #f8f9fa;
    font-size: 14px;
    position: relative;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}
.plateVRM,
.plateVRMBoxx {
    background-color: #ffe250;
    width: 145px;
    float: none;
    text-align: center;
    color: #393939;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar-custom .sidebars {
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    width: 240px;
    padding-top: 30px;
    padding-bottom: 100px;
    border-right: 1px solid #f2f2f2;
}
.sidebar-custom .sidebars::-webkit-scrollbar {
    display: none;
}
.sidebar-custom .nav-link {
    color: #66676b;
    font-weight: 400;
    padding: 10px;
}
.sidebar-custom .nav-link.active,
.sidebar-custom .nav-link:active,
.sidebar-custom .nav-link:focus,
.sidebar-custom .nav-link:hover {
    color: #297dc5 !important;
}
.sidebar-custom .submenu {
    list-style: none;
    padding-left: 20px;
    display: none;
}
.sidebar-custom .nav-link i {
    margin-right: 10px;
}
.submenu a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    color: #333;
    font-weight: 300;
}
.submenu li {
    padding: 0 5px;
}
.submenu li:hover {
    background: rgba(41, 125, 197, 0.11);
}
.submenu li a span {
    font-size: 20px;
}
.sidebar-custom hr {
    border-top: 1px solid #ddd;
}
.nav-item .countBadge {
    font-size: 11px;
    border-radius: 100%;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plateVRMBoxx {
    border: 2px solid rgba(163, 147, 134, 0.4);
    border-radius: 9px;
    height: 45px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plateVRM {
    border: 2px solid rgba(163, 147, 134, 0.4);
    border-radius: 9px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-gray-500 {
    background: #f7f7f7 !important;
}
.remport_dates li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.iheaderChecks .title {
    color: #fefefe !important;
    font-size: 18px;
}
#checkModal button.check,
.verifyPage .confirm {
    background: #0945c2;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
#checkModal input {
    width: 100%;
    height: 50px;
    font-size: 22px;
    background: #ffe250;
    border: 1px solid #ffe250;
    border-radius: 8px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}
#checkModal input:active,
#checkModal input:focus {
    outline: #edcf36 solid 3px;
}
#checkModal button.check {
    font-size: 18px;
    width: 100% !important;
    height: 45px;
    border: 1px solid #0945c2;
    border-radius: 5px;
}
.whyus .card h3,
s .verifyPage .title {
    font-size: 20px;
    font-weight: 500;
}
.verifyPage .confirm {
    font-size: 18px;
    border: 1px solid #0945c2;
    border-radius: 5px;
    padding: 10px 60px;
}
.verifyPage .cancel {
    background: #c9c9c9;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 10px 60px;
}
.headerDrop {
    right: 0 !important;
    left: auto !important;
    width: 200px;
}
.headerDrop li a:hover {
    color: #0056b3 !important;
}
.reportCards .card {
    border: none !important;
}
.motAccord .accordion-button {
    box-shadow: none !important;
    outline: 0 !important;
    background: #fff;
}
.motAccord .accordion-header {
    border-radius: 8px !important;
    padding: 3px;
}
.motAccord .accordion-item {
    margin-bottom: 4px !important;
}
.balance_btns {
    background-color: #fff;
    border: 1px solid rgba(10, 109, 195, 0.621);
    border-radius: 100px;
    padding: 2px 5px 2px 15px;
}
.balance_btns .amount {
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}
.balance_btns .desc {
    font-size: 12px;
    font-weight: 400;
    color: gray;
    text-align: right;
}
.balance_btns .pop {
    background: #dfe9f9;
    border: 1px solid #dfe9f9;
    border-radius: 100px;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
}
.balance_btns.default {
    padding: 12px 15px;
    text-align: center;
    font-weight: 500;
    color: #0a6dc3;
    border: none;
}
footer .care ul.prime li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
footer .care .social,
footer .care ul.prime,
footer ul.menu {
    margin: 0;
    padding: 0;
}
footer .care .social li {
    display: inline-block;
    margin-right: 13px;
}
footer ul.menu li {
    list-style: none;
    margin-bottom: 10px;
}
footer ul.menu li a {
    color: rgba(0, 0, 0, 0.87) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
footer .weAccept p.heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
footer .accepted_cards div img {
    max-width: 50px !important;
    margin-right: 10px;
}
footer .bottomBar {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 10px;
}
footer .bottomBar p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}
footer .bottomBar ul li {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
footer .footerSectionHeading {
    font-size: 18px;
    font-weight: 600;
}
.whyus {
    background-image: linear-gradient(to bottom right, #ebf8ff, #fff, #ebf4ff);
}
.whyus .base_title {
    margin-top: 20px;
    font-weight: 700;
}
.whyus .card {
    border: 1px solid #f3f3f3;
    background-color: #fff !important;
    border-radius: 0.5rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 1.5rem;
}
.whyus .spans {
    margin-top: 60px;
}
button:disabled {
    opacity: 0.6;
}
.authmargins {
    margin-top: 80px;
}
@media screen and (max-width: 500px) {
    footer .col-md-3 {
        margin-bottom: 20px;
    }
    footer .mx-auto {
        margin-left: 0 !important;
        margin-right: 1px !important;
    }
    footer .bottomBar .col1 p {
        margin: 0;
        padding: 0;
    }
    footer .bottomBar .col2 .d-end {
        justify-content: start !important;
        margin-bottom: 20px;
    }
}
#topupModal .modal-title {
    font-size: 25px;
    font-weight: 600;
}
.packageCard {
    border: 1px dotted #2174fa;
    border-radius: 7px;
    padding: 15px 10px;
    color: #212c3f;
    font-weight: 600;
    cursor: pointer;
}
.packageCard [type="radio"]:checked,
.packageCard [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.packageCard [type="radio"]:checked + label,
.packageCard [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.packageCard [type="radio"]:checked + label:before,
.packageCard [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #0a6dc3;
    border-radius: 100%;
    background: #fff;
}
.packageCard [type="radio"]:checked + label {
    color: #0a6dc3;
}
.packageCard [type="radio"]:checked + label:after,
.packageCard [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #0a6dc3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.packageCard [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.packageCard [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.profileForm label {
    font-size: 15px;
    font-weight: 500;
}
.profileForm input {
    height: 50px;
}
form p.formError {
    font-size: 14px;
    color: #f53d3d;
}
.tax-mot-table {
    table-layout: fixed;
    width: 100%;
}
.tax-mot-table td {
    word-wrap: break-word;
}
.tax-mot-table td:first-child {
    width: 30%;
}
.tax-mot-table td.text-right {
    width: 70%;
    text-align: right;
}
.table tbody tr:last-child,
.table thead {
    border-bottom: 1px solid #ddd !important;
}
.ca-vehicle-number {
    width: 100% !important;
    max-width: 200px !important;
}
@media (max-width: 767px) {
    .make-model-title {
        font-size: 20px;
    }
    .ca-make-model {
        font-size: 14px !important;
    }
}
.ca-make-model {
    font-size: 25px;
    color: #000 !important;
    font-weight: 600 !important;
}
.vehicle-spec {
    display: flex;
    list-style-type: none;
    padding: 0;
}
.vehicle-spec li {
    position: relative;
    margin-right: 20px;
    color: #000;
}
.vehicle-spec li:not(:last-child)::after {
    content: "•";
    position: absolute;
    left: 100%;
    top: 45%;
    transform: translateY(-50%);
    margin-left: 8px;
    font-size: 18px;
    color: #000;
}
.free-report-vrm {
    background: #fdcb2b;
    padding: 4px 12px;
    border-radius: 5px;
    color: #000;
    width: 115px;
    font-size: 18px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.hidden-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
}
.hidden-nav .menu li {
    list-style: none;
    text-indent: 0;
    margin-bottom: 15px;
}
.hidden-nav .menu li a {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
@media (min-width: 767px) {
    .free-report-vrm {
        padding: 5px 12px;
        width: 115px;
        font-size: 18px;
    }
    .report-header-margin-top {
        margin-top: 100px !important;
    }
    .home_banner {
        height: 680px !important;
    }
}
button.no-bg {
    border: none !important;
    outline: 0 !important;
}
@media screen and (max-width: 767px) {
    .home_banner {
        padding: 50px 10px 15px !important;
    }
    .benefits,
    .m-pt-0 {
        padding-top: 0 !important;
    }
    .home_banner .main .title {
        font-size: 35px !important;
        line-height: 1.2;
        margin-top: 10px;
    }
    .home_banner .main .tagline {
        background: #e9f0fe;
        color: #000;
        padding: 3px;
        border-radius: 5px;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }
    .home_banner .src img {
        width: 100%;
        max-width: 100% !important;
    }
    .benefits {
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
    }
    .benefits img {
        margin-bottom: 20px;
    }
    .benefits .tagline {
        margin-top: 10px;
    }
    .benefits .title {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .faqs,
    .faqs .accordion {
        margin-top: 20px !important;
    }
    .faqs .accordion-button {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .sm-text-left {
        text-align: left !important;
    }
    .sm-mt-20 {
        margin-top: 20px;
    }
    .sm-justify-start {
        justify-content: start !important;
    }
    footer.main {
        border-top: 1px solid #efefef;
        padding-top: 10px !important;
    }
    .header-nav {
        display: none !important;
    }
    .header-cross {
        display: block !important;
    }
    header .logo {
        max-width: 250px !important;
    }
}
