.embedsocial-hashtag {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 540px;
}

.hidden {
    display: none !important;
}

.hm-200 {
    max-height: 200px !important;
}


.counter-wrapper .counter,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.post-title {
    font-family: Arial, Helvetica, sans-serif !important;
}

/*
Hello peete widget
*/
#hp-widget-vertical_feed {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 15px;
}

#hp-widget-vertical_feed #hp-widget-vertical-feed-widget {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgb(214 218 228) !important;
}

#hp-widget-vertical_feed #hp-widget-vertical-feed-widget #hp-widget-v_feed_rating_metrix {
    padding-top: 15px;
    padding-bottom: 15px;
}

.swiper-main .swiper {
    width: 100%;
    height: 500px;
    /* Static height for Swiper container */
}

.item figure,
.swiper-slide figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.swiper-main .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-main .swiper .swiper-slide img {
    height: 100%;
    /* Image fits the swiper height */
    object-fit: cover;
    /* Adjust this to 'contain' if you don't want cropping */
}

.swiper-thumbs {
    width: 100%;
    height: 120px;
}

.swiper-thumbs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-thumbs .swiper-slide img {
    height: 100%;
    /* Image fits the swiper height */
    object-fit: cover;
    /* Adjust this to 'contain' if you don't want cropping */
}

#hp-widget-vertical_feed #hp-widget-vertical-feed-widget .swiper-button-prev,
#hp-widget-vertical_feed #hp-widget-vertical-feed-widget .swiper-button-next {
    color: #f0f0f0 !important;
}

#hp-widget-vertical_feed #hp-widget-vertical-feed-widget .hp-widget-short-text {
    color: #60697b !important;
    font-size: 12px;
    line-height: 22px;
}

.car-list figure img {
    height: 250px !important;
}

.font-bold {
    font-weight: bold;
}

.hellopiter-section {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cars-list .project {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.vehicle-shop-list .project {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    transition: transform 0.2s ease-in-out;
}

.vehicle-shop-list .project:hover {
    transform: scale(1.03);
}

.vehicle-shop-list {
    display: block;
    width: 100%;
    max-width: 100%;
}

.vehicle-shop-list .row .empty {
    text-align: center;
    padding: 100px;
    font-size: 21px;
    font-weight: bold;
}

.cars-list.vehicle-shop-list .project article .card-body {
    padding: 16px 12px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.cars-list .project article .card-body {
    padding: 1rem 1rem 1rem 1rem !important;
}

.cars-list .project article .card-footer {
    padding: 1rem 1rem 1rem 1rem !important;
}

.cars-list-item {
    position: relative;
}

.cars-list-item .card-body {
    position: relative;
}

.cars-list-item .price-details {
    position: absolute;
    top: -4.4rem;
    left: 0;
}

.cars-list-item .card {
    box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.25);
}

.cars-list-item .card-body {
    position: relative;
}

.cars-list-item h3.post-title {
    max-height: 70px;
    min-height: 70px;
}

.cars-list-item .price-details .rent-details {
    display: block;
    position: relative;
    padding: 0.8rem;
    background: #28ccff;
    width: 130%;
}

.cars-list-item .price-details .deposit-details {
    display: block;
    position: relative;
    padding: 0.6rem;
    background: #ffc74e;
}

.cars-list-item .price-details .rent-details p,
.cars-list-item .price-details .deposit-details p {
    margin: 0;
    color: #fff;
}

.cars-list-item .price-details .rent-details p {
    font-size: 22px;
    font-weight: bold;
}

.cars-list-item .price-details .deposit-details p {
    font-weight: bold;
}

.cars-list-item .card-footer.car-details {
    background: #f1f1f1;
}

.cars-list-item .card-footer.car-details li {
    padding-left: 10px;
    color: #565656;
    font-weight: bold;
}

.cars-list-item .card-footer.car-details li a {
    color: #565656;
    font-weight: bold;
}

.cars-list-item .card-footer.car-details li:before {
    margin: 0rem 0.8rem 0rem 0rem;
}

.btn .checked {
    display: none;
    width: 1rem;
    height: 1rem;
}

.btn .loader {
    display: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}


.btn-black {
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: var(--bs-btn-box-shadow);
    --bs-btn-color: #000;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 251, 194, 113;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
    color: white;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.vehicle-shop-list .cars-list-item .card-footer.car-details li:before {
    margin: 0 .6rem 0;
}

.vehicle-shop-list .cars-list-item .post-meta {
    font-size: .6rem;
}

.vehicle-shop-list .post-meta li:before {
    display: none;
}

.vehicle-shop-list .cars-list-item h3.post-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    min-height: 100%;
}

.vehicle-shop-list .cars-list-item p.post-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vehicle-shop-list .cars-list-item .car-location {
    z-index: 10;
    top: .8rem;
    right: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.vehicle-shop-list .cars-list-item .car-rental {
    z-index: 11;
    bottom: .8rem;
    left: 0;
}


/* Custom Multi Select */
.sd-multi-select {
    position: relative;
}

.sd-multi-select .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}


.sd-multi-select .ms-choice {
    position: relative;
    text-align: left !important;
    width: 10rem;
    background: #ffff;
    font-size: 14px;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide overflowing content */
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 24px;
    height: 35px;
    vertical-align: text-bottom;
    color: #343f52;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0rem 2rem 0rem 2rem;
    -moz-padding-start: calc(1rem - 3px);
}

.sd-multi-select .ms-choice.disabled {
    background: #ebebeb !important;
    border-radius: .4rem !important;
}

.sd-multi-select .make .ms-choice:before {
    content: "\e9c3";
    font-family: Unicons !important;
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMyAxMEw1IDUuNUM1LjU4IDQuMjYgNi43NiAzLjUgOCAzLjVIMTZDMTcuMjQgMy41IDE4LjQyIDQuMjYgMTkgNS41TDIxIDEwVjE3QzIxIDE3LjU1IDIwLjU1IDE4IDIwIDE4SDE5QzE5IDE5LjEgMTguMSAyMCAxNyAyMEMxNS45IDIwIDE1IDE5LjEgMTUgMThIOUM5IDE5LjEgOC4xIDIwIDcgMjBDNS45IDIwIDUgMTkuMSA1IDE4SDRDMy40NSAxOCAzIDE3LjU1IDMgMTdWMTBaTTYuODUgNS45OUw1LjI0IDEwSDE4Ljc2TDE3LjE1IDUuOTlDMTYuOTUgNS41MyAxNi41IDUuMjUgMTYgNS4yNUg4QzcuNSA1LjI1IDcuMDUgNS41MyA2Ljg1IDUuOTlaTTUgMTRIMTlWMTJINSIgZmlsbD0iYmxhY2siLz4KICA8cGF0aCBkPSJNNyAxNi41QzYuNDUgMTYuNSA2IDE2Ljk1IDYgMTcuNUM2IDE4LjA1IDYuNDUgMTguNSA3IDE4LjVDNy41NSAxOC41IDggMTguMDUgOCAxNy41QzggMTYuOTUgNy41NSAxNi41IDcgMTYuNVpNMTYgMTcuNUMxNiAxNi45NSAxNi40NSAxNi41IDE3IDE2LjVDMTcuNTUgMTYuNSAxOCAxNi45NSAxOCAxNy41QzE4IDE4LjA1IDE3LjU1IDE4LjUgMTcgMTguNUMxNi40NSAxOC41IDE2IDE4LjA1IDE2IDE3LjVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=');*/
}

.sd-multi-select .model .ms-choice:before {
    content: "\ec40";
    font-family: Unicons !important;
}

.sd-multi-select .body_type .ms-choice:before {
    content: "\e9a7";
    font-family: Unicons !important;
}

.sd-multi-select .location .ms-choice:before {
    content: "\ebe3";
    font-family: Unicons !important;
}

.sd-multi-select .ms-choice:before {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.4rem;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sd-multi-select .ms-choice:after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.sd-multi-select .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    padding: 10px 15px 10px 15px;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100000;
    width: 300px;
}

.sd-multi-select .ms-drop ul {
    list-style: none;
    padding: 0px;
}

.sd-multi-select .ms-drop li {
    position: relative;
    margin-bottom: 10px;
}

.sd-multi-select .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

.sd-multi-select .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multi-select .ms-drop li label span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

.sd-multi-select .placeholder {
    color: #343f52;
    background: none;
    opacity: 1;
    cursor: pointer;
}


.cta-button {
    padding: 15px 30px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
}

.cta-button:hover {
    background-color: #0056b3;
}

.form-section {
    display: none;
    /* Initially hidden */
    margin-top: 20px;
}

h2 {
    text-align: center;
}

label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

input {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.vehicles-shop-filters {
    padding: 10px;
}

button.submit-button {
    background-color: #28a745;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button.submit-button:hover {
    background-color: #218838;
}

.order-select {
    z-index: 1000;
    font-size: 14px;
    color: #60697b;
    width: 10rem;
}

.order-select a {
    color: #60697b;
    padding: 10px 20px 10px 20px;
}

.order-select a:hover {
    background: #ebebeb;
}

.cursor-pointer {
    cursor: pointer;
}

.mobile-filters-cta {
    position: fixed;
    bottom: 5%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

.mobile-filters-cta:not(.btn-link):hover {
    transform: translateX(-50%);
}

.price-cta {
    border: 0;
    background: #fff;
    color: #343f52;
    font-size: 14px;
    font-weight: 500;
}

.price-cta i {
    font-size: 1.2rem;
    color: #343f52;
    vertical-align: middle;
}

#price-content {
    width: 250px;
}

#price-content .currency {
    display: inline-block;
    padding-bottom: 8px;
    padding-right: 5px;
    font-weight: bold;
}

#price-content .divider-price {
    padding-bottom: 8px;
}

.tooltip {
    position-area: top;
    inset: unset;
    margin: unset;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
    background-color: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
}

.menu {
    position-area: bottom span-right;
    inset: unset;
    margin: unset;
    margin-top: 10px;
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    padding: 10px 15px 10px 15px;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-option {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-color: hsl(0, 0%, 100%);
    text-align: left;
}

.menu-option:hover {
    background-color: hsl(216, 12%, 92%);
}

[popovertarget="price-content"] {
    anchor-name: --button-1;
}

#price-content,
#tooltip-1 {
    position-anchor: --button-1;
}

.submenu {
    position-area: right span-bottom;
    margin-left: 15px;
    margin-top: 0;
}

.tooltip-left {
    position-area: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.filter-section .modal-body {
    border-radius: 0;
    border: none;
    padding: 0;
}

.sort-by-filter {
    color: #343f52;
    font-weight: 500;
}

.sort-by-filter i {
    font-size: 1.2rem;
    color: #343f52;
    vertical-align: middle;
    font-weight: 500;
}

.filter-section.modal.fade.modal-bottom-center .modal-dialog {
    width: 100% !important;
}

has-success .mask-container:before {
    margin-left: -3px;
    margin-top: -10px;
}

.has-success .select2-container .select2-selection--single .select2-selection__rendered:before,
.has-success .mask-container:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 12px;
    margin-left: 5px;
    border-bottom: 5px solid #78b13f;
    border-right: 5px solid #78b13f;
    margin-right: 10px;
}

.has-success .select2-container .select2-selection--single .select2-selection__rendered:before {
    margin-left: 17px;
}

.has-success .mask-container,
.has-success .select2-container .select2-selection--single {
    border-color: #78b13f;
}

.navbar-clone .container-action-apply-step-one,
.navbar-clone .container-action-apply-step-two {
    display: none !important;
}

.navbar-brand.action-apply-step-one,
.navbar-brand.action-apply-step-two {
    padding: 12px;
}

.navbar-collapse.action-apply-step-one,
.navbar-other.action-apply-step-one,
.navbar-collapse.action-apply-step-two,
.navbar-other.action-apply-step-two {
    display: none !important;
}

.footer-apply-step-one,
.footer-apply-step-two {
    display: none;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.6);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.loader-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #343a40;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {

    .filter-section .modal-dialog {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .filter-section .filter-field-row {
        display: block !important;
        width: 100%;
        margin-bottom: 25px;
    }

    .filter-main-block {
        margin-top: 25px;
        display: block !important;
    }

    .filter-option {
        margin-bottom: 25px;
        padding: 15px;
    }

    details summary {
        list-style: none;
        /* Remove default triangle */
    }

    details summary::-webkit-details-marker {
        display: none;
        /* Hide marker for WebKit browsers */
    }

    .mobile-filters-cta {
        display: block !important;
    }
}


/* Fullscreen Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Fullscreen Loader */
#loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* HTML: <div class="loader"></div> */
.loader {
    display: inline-block;
    float: right;
    margin-top: -10px;
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#ffc74c 0 0);
    background: var(--c) 0% 50%,
        var(--c) 50% 50%,
        var(--c) 100% 50%;
    background-size: 20% 100%;
    animation: l1 1s infinite linear;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

@keyframes l1 {
    0% {
        background-size: 20% 100%, 20% 100%, 20% 100%
    }

    33% {
        background-size: 20% 10%, 20% 100%, 20% 100%
    }

    50% {
        background-size: 20% 100%, 20% 10%, 20% 100%
    }

    66% {
        background-size: 20% 100%, 20% 100%, 20% 10%
    }

    100% {
        background-size: 20% 100%, 20% 100%, 20% 100%
    }
}


/* Spinner Animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-left-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.sticky-top {
    top: 90px !important;
}

.car-details-sticky {
    z-index: 100;
}


.slider.slider-horizontal {
    width: 94%;
    margin: 0 auto;
    display: block;
}

.slider-handle {
    background-image: none;
    background-color: #fcc500;
    top: -5px;
    width: 30px;
    height: 30px;
    animation: pulse 1.6s infinite ease-in-out;
}

.step-two-form .max-depost .mask-container {
    background: #ebebeb;
}

.step-two-form .max-depost #signupthreeform-deposit {
    background: #ebebeb;
}

.special-offer-card .card {
    background-color: #f8f9fa;
    border: 2px dashed #000;
}

@keyframes pulse {

    0%,
    100% {
        width: 30px;
        height: 30px;
    }

    75% {
        width: 31px;
        height: 31px;
    }

    50% {
        width: 32px;
        height: 32px;
    }

    25% {
        width: 31px;
        height: 31px;
    }
}

.slider-selection {
    background-image: none;
    background-color: #fcc5005e;
    box-shadow: none;
}

button#search-container-button.tree-button {
    border-radius: 8px;
    position: relative;
    right: 5px;
}

.step-one-form-container button.select2-selection__clear {
    display: none;
}

.step-one-form-container span#select2-applysteponeform-license_duration-container {
    color: #999;
}

.step-two-form .text-heder-step-two {
    font-size: 18px;
    font-weight: 300;
}

.select2-container--default .select2-selection--single {
    /*transform: translateX(50px);*/
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
}

/*.form-group {*/
/*    overflow: hidden;*/
/*}*/

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 10px;
}

/* Keyframe Animation */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 1800px) {
    .container-xl {
        max-width: 1620px;
    }
}

@media (min-width: 640px) {
    sm\:w-full {
        width: 100% !important;
    }
}

.auth-forms .form-floating>label {
    padding: 0 1rem !important;
}

.auth-forms .help-block {
    font-size: 0.7rem;
    color: #dc3545;
    text-align: left;
}

.mask-container {
    display: flex;
    align-items: center;
    width: auto;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}

.mask-input {
    padding: 0;
    margin: 0;
}

.prefix-symbol {
    font-weight: bold;
    color: #888;
    margin-right: 5px;
}

.mask-input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 1em;
}

.step-wizard {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.step-wizard-list {
    color: #333;
    list-style-type: none;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item {
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 100px;
    position: relative;
}

.step-wizard-item+.step-wizard-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #ffc74c;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.progress-count:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #ffc74c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count:before {
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item~.step-wizard-item .progress-count:before {
    display: none;
}


.current-item~.step-wizard-item .progress-label {
    opacity: 0.5;
}

.current-item .progress-count:after {
    background: #fff;
    border: 2px solid #ffc74c;
}

.current-item .progress-count {
    color: #ffc74c;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.slide-in {
    z-index: 10;
    /* to position it in front of the other content */
    overflow: hidden;
    /* to prevent scrollbar appearing */
    opacity: 0;
    transition: visibility 0s, opacity 1.5s linear;
}

.slide-in.from-left {
    left: 0;
}

.slide-in.from-right {
    right: 0;
}

.slide-in-content {
    transition: transform 2s ease;
    /* our nice transition */
}

.slide-in.from-left .slide-in-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.slide-in.from-right .slide-in-content {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.slide-in.show {
    visibility: visible;
    opacity: 1;
}

.slide-in.show .slide-in-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);

}

#cars-filter-section .filter-container {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    font-family: Arial, sans-serif;
    position: relative;
}

#cars-filter-section .filter-group {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

#cars-filter-section .filter-label {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -8px;
    left: 20px;
    background: #fff;
    padding: 0 5px;
    z-index: 1;
}

#cars-filter-section .dropdown-options::-webkit-scrollbar {
    width: 8px;

}

#cars-filter-section .dropdown-options::-webkit-scrollbar-track {
    background: #f1f1f1;


}

#cars-filter-section .dropdown-options::-webkit-scrollbar-thumb {
    background: #888;


}

#cars-filter-section .dropdown-options::-webkit-scrollbar-thumb:hover {
    background: #555;

}

/* Firefox (limited support) */
#cars-filter-section .dropdown-options {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

#cars-filter-section .filter-input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solidrgb(46, 97, 141);
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

#cars-filter-section .dropdown-options {
    display: none;
    position: absolute;
    top: 80%;
    left: 30px;
    width: 80%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    font-size: 14px;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;

}

.filter-item-badge {
    margin-right: 40px !important;
}

@media (max-width: 3300px) {
    #cars-filter-section .dropdown-options {
        width: 81.5%;
        left: 10.5%;
    }

    #top-bar-car-filters #header-top-bar-id .tab {
        width: 30%;
        font-size: 14px;
        align-items: center;
        padding-left: 110px;
    }

    #top-bar-car-filters #outer-top-bar .header {
        padding: 8px;
    }

    #top-bar-car-filters #outer-top-bar-search-container .search-container {
        margin: 0%;
    }

    #top-bar-car-filters #top-bar-upper-item .top-bar-nav-item {

        margin-bottom: 0.1rem;

    }
}

@media (max-width: 1100px) {
    #cars-filter-section .dropdown-options {
        width: 77.5%;
        left: 13.5%;
    }
}

@media (max-width: 819px) {
    #cars-filter-section .filter-button-section {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    #cars-filter-section .filter-button-wrapper {
        display: block;
        width: 100%;
    }

    #cars-order-by-section.order-by-mobile-styles {
        margin-left: -15px;
        padding: 1rem;
    }

    #cars-filter-section .accordion-wrapper .card-header {
        padding: .4rem .9rem .4rem !important;
    }
}

@media (min-width: 992px) {
    .lg\:hidden {
        display: none;
    }

    .lg\:pt-0 {
        padding: 0 !important;
    }
}

@media (max-width: 992px) {
    #search-container-input {
        padding: 5px;
    }

    .sm\:pt-0 {
        padding: 0 !important;
    }

    .sm\:pt-2 {
        padding-top: .5rem !important;
    }

    .sm\:pt-4 {
        padding-top: 1rem !important;
    }

    .sm\:pt-8 {
        padding-top: 2rem !important;
    }

    .sm\:mt-4 {
        padding-top: 1rem !important;
    }

    .sm\:pb-2 {
        padding-bottom: .5rem !important;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:block {
        display: block !important;
    }

    #top-bar-car-filters {
        margin: 0rem 1rem;
    }

    #search-container-button {
        max-height: 1.9rem;
        padding: 0rem !important;
        margin-top: 0.4rem;
        font-size: 14px;
    }
}

#top-bar-car-filters#top-bar-upper-item.top-bar-nav-item {
    flex-direction: row;
}

.custom-tab-nav .nav-link {
    width: 150px;
    /* Default size for medium to large screens */
}

.step-one-form-container .st-one-description {
    font-size: 15px;

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #top-bar-car-filters.custom-tab-nav {
        flex-direction: column;
        gap: 0.5rem;
    }

    #top-bar-car-filters.custom-tab-nav .nav-link {
        width: 100%;
        text-align: center;
    }

    .step-one-form-container {
        width: 75% !important;
    }

    .container.container-action-apply-step-one,
    .container.container-action-apply-step-two {
        display: block;
    }

    .navbar-brand.action-apply-step-one,
    .navbar-brand.action-apply-step-two {
        text-align: center !important;
    }


    .step-one-form-container .st-one-description {
        font-size: 15px;
    }
}

/* Small devices (phones, <576px) */
@media (max-width: 576px) {
    #top-bar-car-filters.custom-tab-nav .nav-link {
        font-size: 12px;
        padding: 0.5rem;
    }
}

#cars-filter-section .dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
}

#cars-filter-section .dropdown-item:hover {
    background-color: #f0f0f0;
}

#cars-filter-section .no-border-radius-filter-section {
    border-radius: 0 !important;
}

#cars-filter-section .static-scroll-filter-container {
    max-height: 230px;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

#cars-filter-section .static-outer-scroll-filter-container {
    width: 100%;
    z-index: 10;
    overflow-x: hidden;
    border-radius: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

#cars-order-by-section .static-scroll-order-by-container {
    max-height: 700px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

#cars-filter-section .accordion-wrapper .card-header button {
    padding: 0;
    font-size: .70rem;
}

#cars-filter-section .accordion-wrapper .card-header button:before {
    right: 1.3rem;
    left: auto;
    padding: 0;
}

#cars-filter-section .accordion-wrapper .card-header {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    padding: .4rem .4rem .4rem;
}

#cars-filter-section .filter-section {
    padding: 0 1rem 0 1rem;
}



#cars-filter-section .thin-search-input {
    /*padding: 0.4rem 0.75rem;*/
    font-size: 14px;
    height: 34px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

#cars-filter-section .thin-search-input:focus {
    border-color: #5c9ded;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(92, 157, 237, 0.2);
}

#cars-filter-section .filter-group.with-padding {
    padding-left: 1.5rem;
    padding-right: 1rem;
}

#cars-filter-section.filter-mobile-styles {
    display: block !important;
    position: absolute;
    margin-left: -15px;
    width: 100%;
    z-index: 1400;
    height: 100%;
    top: 5rem;
    overflow-y: auto;
    /* Enables vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    background-color: #fff;
    overflow-x: hidden;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

#cars-filter-section #filter-section-accordion {
    display: block;
    /*height: calc(100vh - 50px);*/
    /*margin-bottom: 270px;*/
}

#cars-order-by-section.order-by-mobile-styles {
    display: block !important;
    position: absolute;
    top: 5rem;
    width: 100%;
    z-index: 1300;
    height: 100%;
    overflow-y: auto;
    /* Enables vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
    background-color: #fff;
    overflow-x: hidden;
    scrollbar-width: none;
    scrollbar-color: #888 #f1f1f1;
}

#cars-order-by-section #o-section-accordion {
    display: block;
    margin-bottom: 270px;
}


#cars-filter-section.fixed-bottom {
    color: #a1a1a7;
    background-color: transparent;
    border: 1px solid #a1a1a7;
    border-radius: 8px;
    font-size: 14px;
    display: block !important;
    position: fixed;
    z-index: 9999;
}

#cars-filter-section.clear-button {
    color: #a1a1a7;
    background-color: black;
    border: 1px solid #a1a1a7;
    border-radius: 8px;
    font-size: 14px;
}


.filter-toolbar {
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1550;
}

.filter-clear-btn {
    color: #a1a1a7;
    background-color: transparent;
    border: 1px solid #a1a1a7;
    border-radius: 8px;
    font-size: 14px;
}

.filter-close-btn {
    color: #a1a1a7;
    background-color: black;
    border: 1px solid #a1a1a7;
    border-radius: 8px;
    font-size: 14px;
}

.x-filter-close-btn {
    background: none;
    border: none;
    color: #000;
    /* Or adjust to match the icon's color */
    font-size: 16px;
    /* Adjust size to match */
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

@media (min-width: 1001px) {
    .app-bar-close {
        display: none !important;
    }
}

.body-no-scroll {
    overflow: hidden;
}

#top-bar-car-filters .header {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#top-bar-car-filters #header-top-bar-id .tab {
    background: #0f0f1f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

#top-bar-car-filters .tab img {
    width: 32px;
    height: 32px;
}

#top-bar-car-filters .search-container {
    margin: 2px 0;
    margin-top: 15px;
    margin-bottom: 0%;
    display: flex;
    gap: 10px;
    align-items: center;
}

#top-bar-car-filters .search-box {
    flex-grow: 1;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #ccc;
}

#top-bar-car-filters .search-btn {
    margin-top: -1%;
}

#top-bar-car-filters .filter-btn {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
}

/* #top-bar-car-filters .top-bar {
  background: #f0f0f0;
  padding: 8px;
  margin-bottom: 15px;
} */
/* #top-bar-car-filters .upper-tab-text {
  width: 9.5%;
  text-align: center;
  font-weight: bold;
  align-items: center;
} */
/* #top-bar-car-filters .top-bar-type-item {
  background-color: var(--wbc-white);
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
} */
/* #top-bar-car-filters .top-bar-type-item .icon {
  color: var(--wbc-orange);
  margin-right: 8px;
}
#top-bar-car-filters .top-bar-type-item:hover {
  background-color: #f5f5f5;
} */

#right-position-order-botton.right-position-botton {
    margin-left: auto;
    margin-right: -18%;
}

.dropdown-search {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 8px;
    z-index: 11;
    border-bottom: 1px solid #ccc;
}

#filter-section-accordion .dropdown-search-input {
    width: 100%;
    padding: 5px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0;
}

/* new search styles */

#top-bar-cars-filters.url-input {
    background-color: #ffffff !important;
    /* Stay white always */
    color: #130f0a !important;
    /* Dark text */
    border: 1px solid #ccc;
    /* Optional: fallback border */
    border-radius: 8px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.custom-margin-search-filters {
    margin-top: 0.4rem;
    font-size: 0.83rem;
}

/* When input is focused (including after selecting suggestion) */
#top-bar-cars-filters.url-input:focus {
    background-color: #ffffff !important;
    border-color: #fab758;
    box-shadow: 0 0 0 2px rgba(250, 183, 88, 0.2);
    color: #130f0a !important;
    outline: none;
}

/* Optional: when value is present (after selecting suggestion) */
#top-bar-cars-filters.url-input:not(:placeholder-shown) {
    background-color: #ffffff !important;
    color: #130f0a !important;
}

#top-bar-car-filters .url-check-btn {
    padding: 0.35rem 1.2rem;
    /* py-3 px-6 */
    margin-top: 0.4rem;
}

/*html, body {*/
/*    overflow-x: hidden;*/
/*    width: 100%;*/
/*}*/

/** {*/
/*    box-sizing: border-box;*/
/*}*/

/*.container, .section, .row {*/
/*    overflow-x: hidden;*/
/*}*/

/*pre, code {*/
/*    white-space: pre-wrap;*/
/*    word-break: break-word;*/
/*}*/

/*.table-wrapper {*/
/*    overflow-x: auto;*/
/*}*/

#cars-filter-section .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.2rem;
    font-family: sans-serif;
    background-color: #fff;
}

#cars-filter-section .filter-title {
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    color: #0d1b2a;
}

.x-filter-close {
    font-size: 1rem;
    font-weight: bold;
    color: #0d1b2a;
    cursor: pointer;
}

#cars-filter-section .filter-close:hover {
    color: #ff4d4f;
}


#cars-order-by-section .order-by-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0.1rem;
    padding-left: 0rem;

    font-family: sans-serif;
    background-color: #fff;
}

#cars-order-by-section .order-by-title {
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    color: #0d1b2a;
}

.x-order-by-close {
    font-size: 1rem;
    font-weight: bold;
    color: #0d1b2a;
    cursor: pointer;
}

#cars-order-by-section .order-by-close:hover {
    color: #ff4d4f;
}


/* Base nav-link style */
#top-bar-car-filters .nav-tabs.nav-pills .nav-link {
    position: relative;
    border: none;
    border-radius: 8px 8px 0 0;
    /* Rounded top corners */
    transition: color 0.3s ease;
    color: #130f0a;
    padding: 0.5rem 1rem;
}

/* Pseudo-element for bottom border */
#top-bar-car-filters .nav-tabs.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #fab758;
    transition: width 0.3s ease;
    border-radius: 2px;
}

/* When tab is active, underline expands left to right */
#top-bar-car-filters .nav-tabs.nav-pills .nav-link.active::after {
    width: 100%;
}

.slider {
    width: 100%;
    margin: auto;
}

.slider img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}

.image-section {
    position: relative;
}

.image-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #9191912b;
    /* Adjust the last value for transparency */
    pointer-events: none;
    /* Ensures the overlay does not interfere with interactions */
}

.slick-next,
.slick-prev {
    z-index: 1000;
}

.slick-prev {
    height: 100%;
    width: 40px;
    left: 0;
}

.slick-next {
    height: 100%;
    width: 40px;
    right: 0px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.slick-next:before,
.slick-prev:before {
    color: #2c2b2b;
}

.sd-custom-select {
    width: auto !important;
    max-width: 320px;
}