.header-font {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #000000;
}

.chat-cs {
    background: linear-gradient(180deg, #30B03C 0.89%, #017C38 101.38%);
    padding: 11px 20px;
    margin-top: auto;
}

.t-cs {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
}

.border-line {
    margin-top: 0px;
    border-top: 1px solid #DFE3E8;
    border-bottom: 1px solid #DFE3E8;
    background-color: #f7f8f9;
}

.wishlist-banner {
    padding-top: 32px;
    border-radius: 10px;
    cursor: pointer;
}

.wishlist-banner img {
    height: auto;
    width: 100%;
    border-radius: unset !important;
}

.wishlist-banner-list-motor {
    margin-top: -24px;
    padding-bottom: 27px;
    display: none;
}

.product-downpayment {
    width: fit-content;
    background: #E1251B;
    padding: 0px 7px;
    border-radius: 4px;
    color: var(--Neutral-White, #FFF);
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.01em;

}

.sold-product-downpayment {
    gap: 4px;
    border-radius: 6px;
    padding: 4px 8px;
    background-color: #BCC0C4;
    color: #FFFFFF;
    margin-top: 4px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    width: fit-content;

}

.product-downpayment__amount {
    color: #005A29;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    line-height: 14.06px;
    letter-spacing: 0.01em;
}

.buyusedmc-mobile-container {
    padding-top: 12rem !important;
}

.list-image-gallery-arrow-left {
    z-index: 98;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -100%);
}

.list-image-gallery-arrow-right {
    z-index: 98;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -100%);
}

.list-image-gallery-arrow-left.disabled,
.list-image-gallery-arrow-right.disabled {
    opacity: 0.5;
    cursor: default;
}

.dropdown .dropdown-start-year-menu,
.dropdown .dropdown-end-year-menu {
    position: absolute;
    width: 100%;
    max-height: 200px;
    z-index: 10;
    background: #FFFFFF;
    list-style-type: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    border-radius: 8px;
    overflow-y: auto;
    border: 1px solid #E6E7E8;
}


.dropdown .dropdown-start-year-menu li,
.dropdown .dropdown-end-year-menu li {
    padding: 20px;
    transition: all .1s ease-in-out;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #596266;
}

.dropdown .dropdown-start-year-menu li:hover:not(.header),
.dropdown .dropdown-end-year-menu li:hover:not(.header) {
    background-color: #eee;
}

.clear-padding {
    padding: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.wishlist-mobile {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}


.body-color {
    margin-top: -60px;
}

.filter-modal-body {
    padding: 24px;
}

.filter-modal-body-title {
    color: #020202;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.21px;
}

.product-detail-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}


@media (max-width: 992px) {
    .body-color {
        margin-top: 3px;
    }

    .wishlist-banner {
        padding-top: 26px;
        width: 100%;
    }

    .buyusedmc-mobile-container {
        padding-top: 6rem !important;
    }

    .border-line {
        margin-top: 60px;
    }

    #container-not-found {
        margin-bottom: 24px !important;
    }

    #btn-load {
        margin-top: -25px !important;
    }
}


/** Product **/
.body-color {
    background-color: #F7F8F9;
}

/** Product **/
.product-grid {
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;
    column-gap: 2%;
    grid-template-columns: repeat(3, minmax(32%, 385px));

}

#select-year-start>option:nth-child(1),
#select-year-end>option:nth-child(1) {
    display: none;
}

.select-kilometer-column,
.select-year-column {
    padding-left: 0px;
}

/* #start-year-label,
#end-year-label {
    top: 15px;
} */
@media (max-width: 991px) {
    .modal-year-container {
        margin-top: -1vh;
    }
}

@media (max-width: 992px) {
    .product-grid {
        margin: 0px !important;
        grid-template-columns: repeat(2, minmax(49%, 385px));
    }

    .grid-col-3 {
        grid-column: 1/span 2;
    }

    .modal-footer {
        position: fixed;
        bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .product-item {
        margin-bottom: 24px;
    }

    .product-name-mobile {
        display: none !important;
    }

    .product-get {
        display: unset !important;
    }

    .product-get>:nth-child(1) {
        margin-top: -180px;
        margin-bottom: 5px;
    }

    .modal-dialog {
        height: fit-content;
    }

    /* .modal-dialog {
        max-height: 600px;
    } */
    .modal-year-container {
        margin-top: -3vh;
    }

    .filter-modal-body {
        margin-top: 30px;
    }
}

.modal-price-container {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .product-item {
        width: 100%;
        margin-bottom: 24px;
    }

    .form-price-filter {
        display: unset !important;
    }

    .inspection-custom-col-12 {
        margin-top: 20px;
    }

    .filter-sticky {
        z-index: 999998;
    }

    .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .modal-header {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .modal-content {
        border-radius: 0px !important;
    }

    .product-name-desktop {
        display: none !important;
    }

    .product-get {
        margin-top: -175px;
    }
}

.product-image-recommended {
    z-index: 2;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    /* padding: 7px; */
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    /* background: #FFF;
    box-shadow: 0px 267px 75px 0px rgba(0, 0, 0, 0.00), 0px 171px 68px 0px rgba(0, 0, 0, 0.01), 0px 96px 58px 0px rgba(0, 0, 0, 0.02), 0px 43px 43px 0px rgba(0, 0, 0, 0.03), 0px 11px 24px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 0px rgba(0, 0, 0, 0.04); */
}

.product-item-sold .img-box {
    position: relative;
}

.sold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sold-overlay-text {
    display: flex;
    align-items: center;
    color: white;
    background-color: #E1251B;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 8px 1px 8px;
    max-width: 120px;
    height: 24px;
    border-radius: 8px;
    width: 120px;
    margin-top: 5px;
    position: relative;
    top: 10px;
}

.product-item .img-box {
    position: relative;
    cursor: pointer;
    background-color: white !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.product-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E7E8;
    border-radius: 10px;
    background-color: white !important;
    min-height: 343px;
    cursor: pointer;
    overflow: hidden;
}

.product-description {
    padding: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.product-item .img-box .img-vehicle {
    pointer-events: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 200px;
    width: 100%;
    background-color: white !important;
}

.product-item .img-box .no-motor {
    pointer-events: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    width: 100%;
    padding: 5%;
    object-fit: contain;
}

#pagination {
    display: none !important;
}

.loading-text {
    display: none;
}

#btn-load {
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 20px;
    border-radius: 50px;
    border: 1px;
    gap: 10px;
    background: #004FD0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.025em;
    text-align: center;
    color: white;
    margin-top: -90px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#btn-load:hover {
    opacity: 0.9;
}

#btn-load>span {
    margin: 0 auto;
}

.product-name {
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.01em;
    text-align: left;
    text-overflow: ellipsis;
    margin-top: 10px;
    white-space: nowrap;
}

.product-price {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #0047BA;
    position: relative;

}

@media (min-width:0) and (max-width: 375px) {
    .product-grid {
        margin: 1rem auto;
    }

    .product-name {
        font-size: 14px;
    }

    .wishlist-banner img {
        height: auto;
    }
}

@media (min-width:375px) and (max-width: 575px) {
    .product-grid {
        margin: 1rem auto;
        margin-bottom: 0;
    }

    .product-name {
        font-size: 14px;
    }
}

@media (min-width:410px) and (max-width: 455px) {
    .wishlist-banner img {
        height: auto;
    }
}

@media (min-width:575px) and (max-width: 1200px) {
    .product-grid {
        margin: 1rem auto;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .search-name-container {
        max-width: 95%;
    }

    .icon-search {
        right: 35px;
    }

    .icon-cancel {
        right: 73px !important;
    }
}

.empty-col {
    max-width: 100px;
}

/* Header Filter */
/* Search Component */
.col-search {
    padding: 0px;
}

.input-search {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 8px;
}

.input-search::placeholder {
    color: #C4CDD5;
}

.input-search:focus {
    outline: none;
}

.font-search {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #C4CDD5;
}

.icon-search {
    cursor: pointer;
    position: absolute;
    top: 7px;

    padding: 7px;
    border-radius: 100%;
    /* background: #DFE3E8; */

    font-size: 12px;
    color: #919EAB;
}

.icon-cancel {
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    right: 48px;
    top: 11px;

    padding: 4px;
    border-radius: 100%;
    background: #919EAB;

    font-size: 9px;
    transform: scale(1.24, 1);
    color: #FFFFFF;
}

/* Filter Component */
.absolute-right {
    right: 0px !important;
}

.absolute-left {
    left: 0px !important;
}

@media (max-width: 991px) {
    .col-filter {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

.col-filter {
    padding: 0px;
}

#sticky-filter-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
}

#static-filter-container{
    margin-bottom: 30px;
}

#static-filter-container{
    gap:10px;
}

.filter-sticky {
    position: fixed;
    margin-top: 0px !important;
    top: 0px;
    left: 0px;
    /*height: 120px;*/
    background-color: white;
    width: 100%;
    box-shadow: 0px 11px 24px 0px #0000000A;
    align-items: center;
    z-index: 999998;
    padding-top: 20px;
    padding-bottom: 5px;
}
/* Wrapper to align buttons, fade effect & filter row */
.filter-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.additionalFilterContainer{
    flex: 1;
}

/* Scrollable Filter Row */
.filterContainer {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping */
    overflow-x: auto; /* Enables horizontal scrolling */
    scroll-behavior: smooth;
    white-space: nowrap; /* Ensures elements stay in one line */
    gap: 10px;
    scrollbar-width: none; /* Hides scrollbar */

    position: relative;
    padding-right: 60px;
}

/* Hide default scrollbar */
.filterContainer::-webkit-scrollbar {
    display: none;
}

/* Scroll Buttons */
.scroll-btn {
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    height: 30px;
    width: 30px;
    align-items: center;
}

/* "Hapus Semua" Button */
.hapus-semua {
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

/* Fade Effect */
.fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 5;
    pointer-events: none; /* Allows clicks to pass through */
}

/* Left Fade */
.fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

/* Right Fade */
.fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.filter-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}
.filter {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #E7F0FF;
    border-radius: 10px;
    padding: 6px 9px;
    font-size: 12px;
    border: 1px solid #B0C4DE;
}

.filter .icon {
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
}

.filter.blue {
    background-color: #EFF5FF;
    color: black;
    border-color: #99BFFF;
}

.filter:hover {
    background-color: #498FFF !important; /* Change to blue on hover */
    color: white;
    border-color: #498FFF;
}

.clear-all {
    color: #0D68FD;
    cursor: pointer;
    font-size: 14px;
    align-self: center;
}

.container-product {
    position: relative;
    top: 100px;
    left: 0px;
    width: 100%;
}

.col-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.div-filter {
    cursor: pointer;
    text-align: center;
    padding: 6px;
    width: 48%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 8px;
    color: #91989E;
}

.clicked {
    border: 1px solid #1B51A4;
    box-shadow: 0px 0px 4px rgba(0, 49, 124, 0.3);
}

.button-filter {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;

    position: fixed;
    z-index: 1000;
    min-width: 98px;
    max-width: 132px;
    height: 40px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);

    background: #FFFFFF;
    box-shadow: 3px 23px 9px rgba(33, 42, 51, 0.01), 2px 13px 8px rgba(33, 42, 51, 0.05), 1px 6px 6px rgba(33, 42, 51, 0.09), 0px 1px 3px rgba(33, 42, 51, 0.1), 0px 0px 0px rgba(33, 42, 51, 0.1);
    border-radius: 40px;
}

.filter-icon-grey,
.sort-icon-grey {
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: -5px;
}

.font-filter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}

.font-button-filter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
}

.icon-filter {
    font-size: 8px;
    color: #91989E;
    transform: rotate(90deg);
}

.icon-setting {
    font-size: 14px;
    margin-right: 16px;
}

.filter-count-container {
    display: none;
    background: #BF1D08;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-left: 5px;
    line-height: 13px;
}

.filter-count-container.mobile-flag {
    margin-left: 16px;
}

.mark-sort {
    color: #BF1D08;
    font-size: 20px;
    margin-left: 2px;
    display: none;
}

.filter-count-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
}

.form-filter {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 50px;

    overflow-y: auto;
    overflow-x: hidden;
    width: 161px;
    max-height: 500px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 14px 33px 15px rgba(0, 0, 0, 0.02), 8px 19px 12px rgba(0, 0, 0, 0.06), 4px 8px 9px rgba(0, 0, 0, 0.1), 1px 2px 5px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.12);
    border-radius: 14px;
}

.form-title-filter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #171717;
}

.form-checklist-filter {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A1A1A1;
}

.select-year-column,
.select-kilometer-column {
    margin-top: 0px;
    margin-bottom: 0px;
}

.left-info {
    padding-left: 50px;
}

.left-info-label {
    left: 55px;
}

input:focus~.left-info-label,
input:not(:focus):valid~.left-info-label {
    left: 50px;
}

.form-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-row .input-left-info {
    padding: 10px;
    font-weight: 600;
}

.form-row .input-right-info {
    padding: 10px;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 1.45;
}

.form-checklist-filter-checked {
    font-weight: 700;
    color: #171717;
}

.form-reset-filter {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #91989E;
    margin-right: 40px;
    cursor: pointer;
}

.form-reset-filter:hover {
    opacity: 0.9;
}

.input-checklist-filter {
    margin-right: 8px;
}

.form-input-price {
    margin-left: 0px !important;
    margin-right: 20px !important;
}

.form-input-price .input-box {
    margin-right: 15px;
    height: 50px;
}

#input-price-start,
#input-price-end {
    height: 100%;
}

.input-checklist-filter:checked {
    /* accent-color: #19A350;
    border: 1px solid #0F833D; */
}

.filter-modal-checkbox-container {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.label-checklist-filter {
    color: #596266;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.14px;
}

label {
    margin-bottom: 0px;
}

.filter-modal-header-text {
    color: #91989E;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.14px;
}

.filter-modal-reset {
    cursor: pointer;
}

.filter-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #DFE3E8;
    background: #FFF;
    backdrop-filter: blur(2px);
}

.filter-modal-header-title {
    color: #020202;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.09px;
}

.filter-modal-header-text {
    color: #91989E;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.14px;
}

.filter-modal-footer-button {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 10px 15px 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #004FD0;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.input-sort {
    margin-right: 8px;
}

.input-sort:checked+label {
    font-weight: 700;
}

.label-sort {
    margin-bottom: 8px;
    color: #596266;
    margin-top: 6.7px;
}


/* Filter Modal */
/* .vertical-center {
    display: flex;
    align-items: center;
} */
.zero-margin {
    margin: 0px !important;
}

.modal-content {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
}

#sort-modal .modal-dialog {
    max-width: 500px;
}

#filter-modal .modal-dialog {
    max-width: 700px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 1px solid #DFE3E8;
    backdrop-filter: blur(2px);
    padding: 20px;
    height: 65px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.icon-close {
    font-size: 22px;
    color: #111111;
    cursor: pointer;
    position: absolute;
    right: 30px;
    margin-top: 5px;
}

.modal-filter-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #000000;
}

.modal-body {
    padding: 24px;
    margin-bottom: 104px;
    overflow-y: scroll;
}

.modal-filter-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #171717;
}

.modal-footer {
    /* position: fixed;
    bottom: 0px; */

    padding: 0px;
    padding-bottom: 24px;

    width: 100%;
    height: 80px;
    padding: 16px 24px;
    background: #FFF;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.12);

    border-top: none;
}

.modal-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px 10px 20px;
    width: 100%;
    background: #004FD0;
    border-radius: 50px;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Not Found */
#container-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.vehicle-not-found {
    border-radius: 100%;
    margin-bottom: 16px;
}

.vehicle-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.container .container-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swiper-pagination {
    height: 20px !important;
    border-radius: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    top: 37%;
    background: #E1251B !important;
}

.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-next {
    background-color: #fff !important;
    opacity: 1 !important;
    top: 37%;
}

.swiper-button-prev {
    background-image: url('../img/banner-arrow-left.png') !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next {
    background-image: url('../img/banner-arrow-right.png') !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

@media (min-width: 992px) {
    .vehicle-not-found {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .vehicle-not-found {
        width: 50%;
    }

    .container .container-filter {
        display: unset !important;
    }

    .filter-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Aligns to left */
    }

    .filterContainer {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .hapus-semua-container {
        width: 100%;
        text-align: left; /* Align text to the left */
    }

    .hapus-semua {
        display: inline-block;
        background: none;
        color: #007bff;
        border: none;
        cursor: pointer;
        font-size: 14px;
    }
    .scroll-btn {
        display: none !important;
    }
}

.not-found-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
}

.not-found-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #919EAB;
    text-align: center;
}

.product-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    width: fit-content;
    height: 24px;
    margin-right: 5px;
}

.product-get {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-get-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    width: fit-content;
    height: 24px;
    margin-right: 10px;
}

.product-get-img {
    width: 130px;
    height: 30px;
}


.product-detail-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #91989E;
}

.filter-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #FFF;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.12);
}

.filter-modal-footer-button {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 10px 15px 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #004FD0;

    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 767px) {
    #filter-modal {
        border-radius: 0px !important;
    }

    .modal-dialog {
        margin: 0 !important;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .modal-content {
        height: fit-content !important;
        border-radius: 0px;
        padding-bottom: 69px;
    }

    .filter-modal-header {
        height: fit-content !important;
    }

    .filter-modal-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .product-grid {
        margin: 0px !important;
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .grid-col-3 {
        grid-column: 1;
    }
}
