﻿body {
    margin: 0px !important;
}

.right-box .dropdown:before {
    content: "" !important;
}

.bg-theme,
.theme-btn {
    background-color: #020854 !important;
}

.custom-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.custom-btn-bdr {
    color: #ff6a00;
    border: 1px solid #ff6a00;
    background: var(--White, #fff);
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
}

.viewTbl tr td:first-child {
    font-weight: bold;
    background-color: #f7f7f7;
}

.carousel-item img {
    max-height: 100%;
    width: auto;
    margin: auto;
}

.navbar-nav li {
    vertical-align: middle !important;
}

    .navbar-nav li a.nav-link {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .navbar-nav li a {
        font-weight: bold !important;
        font-size: 18px !important;
    }

        .navbar-nav li a.btn {
            margin-left: 10px !important;
        }

.customer-menu-area {
    list-style: none;
    text-align: center;
    background: #0a24bd;
    padding: 10px 0px;
}

    .customer-menu-area li {
        display: inline;
    }

        .customer-menu-area li a {
            color: #fff;
            border-right: 1px solid #f5f5f5;
            padding: 0px 10px;
            text-decoration: none;
        }

            .customer-menu-area li a:hover {
                color: #b0baf7;
            }

        .customer-menu-area li .last-child {
            border-right: 0px solid #f5f5f5;
        }

.inner-box {
    border: 1px solid #808080 !important;
}

.image-cntr .image img {
    height: 150px;
    width: auto;
    object-fit: cover;
}

.car-block-four .inner-box {
    border: 1px solid #c7c7c7 !important;
    border-radius: 15px !important;
}

    .car-block-four .inner-box .content-box {
        border-top: 1px !important;
    }

.imgView .carousel-item img {
    height: 450px;
    width: auto;
    object-fit: cover;
}

.cars-section-four {
    display: flex;
}

.filter-sidebar {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #333;
    margin-right: 20px;
}

.filter-title {
    color: #007bff;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.search-group {
    margin-bottom: 20px;
}

.filter-input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}

.filter-card {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-section {
    margin-bottom: 10px;
}

    .filter-section label {
        font-weight: 600;
        font-size: 0.9rem;
        color: #555;
        margin-bottom: 5px;
        display: block;
    }

.filter-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #333;
    font-size: 0.9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    appearance: none;
}

    .filter-select:focus,
    .filter-input:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        outline: none;
    }

.apply-btn {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .apply-btn:hover {
        background-color: #0056b3;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

.boxcar-container .col-md-9 {
    flex: 1;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.card-header {
    font-size: 1.5rem;
    font-weight: bold;
}

.pricing-price {
    font-size: 2.5rem;
}

.card-body ul li {
    font-size: 1rem;
    color: #6c757d;
}

.featured-plan {
    transform: scale(1.05);
}

Gradient Backgrounds .bg-primary-gradient {
    background: linear-gradient(135deg, #007bff, #0056d2);
}

.bg-success-gradient {
    background: linear-gradient(135deg, #28a745, #218838);
}

.bg-secondary-gradient {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.bg-warning-gradient {
    background: linear-gradient(135deg, #ffc107, #e0a800);
}

Hover Effects .card:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.card-header h3 {
    font-size: 1.8rem;
    margin: 0;
}

.text-muted {
    font-size: 1rem;
    color: #6c757d !important;
}

.img-card {
    width: 100%;
    height: 150px; /* Fixed height for consistent image size */
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
}

    .img-card img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Keeps images contained within each card */
        border-radius: 8px;
    }

.viewTbl td {
    vertical-align: middle;
}

.photos-card-body {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
}

.photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f8f8f8;
}

    .photo-card:hover {
        transform: scale(1.05);
    }

.photo-wrapper {
    width: 100%;
    height: 200px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.photo-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.section-subtitle {
    font-size: 1rem;
    color: #777;
    margin-bottom: 20px;
}

.dealers-section {
    padding: 32px;
    background-color: #f9f9f9;
}



.dealer-card-wrapper {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .dealer-card-wrapper:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

.dealer-card-image-container {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}

.wrapped-img {
    height: 200px;
    border-radius: 8px;
    width: 100%;
}

.dealer-card-body {
    background-color: #020854;
    border-radius: 5px;
    margin-top: 5px;
}

.dealer-card-text {
    font-size: 17px;
    height: 35px;
    margin-top: 13px;
    color: white;
}

/* Modal styling */
/*.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;*/ /* Above all content */
/*left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);*/ /* Semi-transparent background */
/*justify-content: center;
    align-items: center;
}*/

/* Modal Image */
/*.modal-content {
    max-width: 600px;
    max-height: 90%;
    margin: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}*/

/* Close Button */
/*.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close-modal:hover {
        color: #ffcccb;*/ /* Light red on hover */
/*}*/



.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }



.custom-contact-section {
    background-color: #f9f9f9;
}

.custom-section-subtitle {
    font-size: 1.2rem;
    color: #777;
}

.btn-custom-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn-custom-primary:hover {
        background-color: #0056b3;
    }

.custom-map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}







/*.image-box {
    position: relative;
    display: inline-block;
}*/

.overlay-text {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

figure {
    display: table;
    margin: 0rem auto;
}

    figure figcaption {
        color: #999;
        display: block;
        margin-top: 0.25rem;
        text-align: center;
    }

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0.1rem 0.2rem;
}

.mce-content-body:not([dir="rtl"]) blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}

.mce-content-body[dir="rtl"] blockquote {
    border-right: 2px solid #ccc;
    margin-right: 1.5rem;
    padding-right: 1rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-section {
    position: relative;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}







:root {
    --gradient-start: #6a5acd;
    --gradient-end: #8a2be2;
    --texT: #ffffff;
    --card-padding: 20px;
}

.summary-card {
    padding: var(--card-padding);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: var(--texT);
    background-image: linear-gradient( to bottom right, var(--gradient-start), var(--gradient-end) );
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.3s ease;
}

    .summary-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        background-color: rgba(255, 255, 255, 0.1);
    }

.summary-value {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.summary-label {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

    .summary-label .spinner {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 3px solid rgba(255, 255, 255, 0.5);
        border-top: 3px solid var(--texT);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

.summary-change {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.summary-change-up {
    color: #28a745;
}

.summary-change-down {
    color: #dc3545;
}

.summary-status {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    margin-top: 15px;
}

.status-card {
    flex: 1;
    padding: 15px 9px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    box-shadow: 7px 11px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .status-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .status-card.expired {
        background-color: white;
    }

.status-card {
    background-color: white;
}

    .status-card.rejected {
        background-color: white; /* Yellow for rejected */
    }

    .status-card.pending {
        background-color: white; /* Teal for pending */
    }

    .status-card.online {
        background-color: white; /* Green for online */
    }

    .status-card.oFfline {
        background-color: white; /* Grey for offline */
    }

    .status-card.verified {
        background-color: white; /* Blue for verified */
    }

    .status-card.disabled {
        background-color: white; /* Grey for disabled */
    }

.summary-card-blue {
    --gradient-start: #000000;
    --gradient-end: #005bff;
}

.summary-card-purple {
    --gradient-start: #000000;
    --gradient-end: #b83cdb;
}

.summary-card-green {
    --gradient-start: #000000;
    --gradient-end: #20c997;
}

.summary-card-red {
    --gradient-start: #000000;
    --gradient-end: #ff6b6b;
}

.recent {
    margin: 10px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

    .recent:hover {
        background-color: #e9ecef;
    }

    .recent h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        color: #343a40;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 10px;
        line-height: 1;
    }

    .recent table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
    }

    .recent th,
    .recent td {
        border: 1px solid #dee2e6;
        padding: 12px;
        text-align: center;
        transition: background-color 0.3s ease;
    }

    .recent th {
        background-color: #17a2b8;
        color: #ffffff;
        font-weight: bold;
    }

    .recent td {
        color: #495057;
    }

    .recent tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .recent tr:hover {
        background-color: #e9ecef;
    }

    .recent tr td:first-child {
        font-weight: bold;
        color: #007bff;
    }

    .recent tr td:last-child {
        font-weight: bold;
        color: #28a745;
    }

.recent {
    background-color: #f8f9fa; /* Light background for the section */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-title {
    font-size: 2.5rem; /* Larger font size for prominence */
    margin: 20px 0; /* Space above and below the title */
    text-align: center; /* Center align the title */
    color: #343a40; /* Dark text color */
    position: relative; /* For positioning pseudo-elements */
    padding-bottom: 10px; /* Space below the title text */
    font-weight: 700; /* Bold text for emphasis */
    letter-spacing: 1px; /* Slightly increase spacing between letters */
}

    .table-title::after {
        content: ""; /* Empty content for the pseudo-element */
        display: block; /* Make it a block element */
        width: 50%; /* Width of the underline */
        height: 4px; /* Height of the underline */
        background-color: #007bff; /* Primary color for the underline */
        margin: 10px auto; /* Center the underline and space below the title */
        border-radius: 5px; /* Rounded edges for the underline */
        transition: width 0.4s ease; /* Smooth transition for width */
    }

    .table-title:hover::after {
        width: 70%; /* Increase width on hover for effect */
    }

.two-column-tables {
    display: flex; /* Use flexbox to arrange tables in a row */
    justify-content: space-between; /* Space between the two tables */
}

.table-container {
    flex: 1;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .table-container:last-child {
        margin-right: 0; /* Remove right margin from the last container */
    }

.table {
    margin: 0; /* Remove margin */
    border-collapse: collapse; /* Collapse borders */
}

    .table th {
        background-color: #007bff; /* Primary color for the header */
        color: white; /* White text for header */
        padding: 12px; /* Padding for header */
        font-weight: bold; /* Bold font */
    }

    .table td {
        padding: 12px; /* Padding for table data */
        color: #495057; /* Dark text for data */
        border-bottom: 1px solid #dee2e6; /* Light border for rows */
    }

    .table tr:hover {
        background-color: #f1f1f1; /* Highlight on row hover */
    }

.card-body {
    height: 415px;
    width: 415px;
    background: linear-gradient(135deg, #17a2b8, #28a745);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3); /* Light background */
    border-top: 4px solid red; /* Color of the spinner */
    border-radius: 50%;
    width: 24px; /* Size of the spinner */
    height: 24px; /* Size of the spinner */
    animation: spin 1s linear infinite; /* Animation */
    margin: 0 auto; /* Centering */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.charts {
    flex: 1;
    padding-right: 20px;
}

.brand-counts {
    flex: 1;
}

    .brand-counts ul {
        list-style-type: none;
        padding: 0;
    }

#doughnut {
    width: 100%;
    height: auto;
    max-height: 400px;
}

.charts {
    width: 800px;
    position: relative;
}

.mtd {
    display: inline-block;
    margin: 10px 20px;
}

ul.doughnut-legend {
    margin-left: 0;
    height: 40px;
}

.chart-legend {
    margin-top: 40px;
}

    .chart-legend li {
        display: inline-block;
        font-size: 20px;
        text-transform: uppercase;
        margin-right: 20px;
    }

        .chart-legend li span {
            display: inline-block;
            position: relative;
            width: 26px;
            height: 22px;
            top: 4px;
            margin-right: 8px;
        }

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: none;
    color: #ffffff;
    font-size: 40px;
    padding: 3px;
}

    #chartjs-tooltip.below {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        #chartjs-tooltip.below:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(255, 255, 255, 0.8) transparent;
            border-width: 0 8px 8px 8px;
            bottom: 1em;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            z-index: 99;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
        }

    #chartjs-tooltip.above {
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

        #chartjs-tooltip.above:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(255, 255, 255, 0.8) transparent;
            border-width: 8px 8px 0 8px;
            bottom: 1em;
            content: "";
            display: block;
            left: 50%;
            top: 100%;
            position: absolute;
            z-index: 99;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%; /* Ensure full height */
    align-items: center;
    justify-content: center;
    /*background-color:transparent;*/
    position: relative;
}

/* Loader Styles */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; /*rgba(255, 255, 255, 0.8);*/ /* Semi-transparent background */
    display: flex; /* Ensure it's a flex container */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    z-index: 9999; /* Ensures it overlays all content */
    display: none; /* Initially hidden, will be changed to flex when showing */
}


.car {
    position: relative;
    transform: scale(1.3); /* Scale the loader to 150% */
}

/* Body shake animation */
.car__body {
    animation: shake 0.2s ease-in-out infinite alternate;
}

/* Line animations */
.car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    animation: line 0.8s ease-in-out infinite;
    animation-fill-mode: both;
}

.car__line--top {
    animation-delay: 0s;
}

.car__line--middle {
    animation-delay: 0.2s;
}

.car__line--bottom {
    animation-delay: 0.4s;
}

/* Shake animation for car body */
@keyframes shake {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(3%);
    }
}

/* Line dash animation */
@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

/*.visitor-count-container {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0079cd;  Adjust color as needed 
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    font-family: Arial, sans-serif;
}
 
.visitor-icon {
    font-size: 18px;
    margin-right: 8px;
}

 
.visitor-count {
    font-size: 16px;
    font-weight: bold;
}*/

/* Styles for the Sign-in button */
.btn-Signin {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #e63946; /* Red color */
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .btn-Signin:hover {
        background-color: #d62828; /* Darker red on hover */
    }

    .btn-Signin .icon {
        margin-right: 8px;
        display: flex;
        align-items: center;
    }

        .btn-Signin .icon svg {
            fill: #ffffff; /* White icon color */
        }

.wrappo {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
    gap: 20px; /* Space between columns */
}

ul.equal-width-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; /* Align list items horizontally */
}

    ul.equal-width-list li {
        flex: 1; /* Each <li> takes equal width */
        text-align: center; /* Optional: centers text inside the <li> */
        display: flex;
        justify-content: center;
        padding: 5px;
        align-items: center;
        margin: 0px !important;
    }

        ul.equal-width-list li i {
            margin-right: 5px; /* Add some space between the icon and text */
        }

.myPane select.form-select {
    position: relative;
    z-index: 10000000; /* Ensure it's above other elements */
}

.searchArea {
    background: #EEF1FB;
}

    .searchArea h1 {
        font-weight: 700;
    }
