::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.w-160 {
    width: 160px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.border-1-right {
    border-right: 1px solid whitesmoke;
}

.header {
    filter: drop-shadow(0px 10px 31px rgba(0, 0, 0, 0.5));
}

.summary-header {
    top: 70px;
    position: fixed;
    z-index: 999;
    transition: 0.5s;
    transition-timing-function: ease;
}

.card-whatsapp img {
    margin-top: -8px !important;
}

button {
    border: none;
    background: transparent;
}

.sec-social-share {
    border-radius: 4px;
    margin-top: -100px;
    padding: 10px 5px;
    position: absolute;
    z-index: 9;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #fabe1b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #fabe1b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.no-pointer {
    pointer-events: none;
    cursor: none;
}

.secBtnHeaderKendaraan {
    position: absolute;
    bottom: 2.5%;
    padding: 0px 12px;
    z-index: 5;
}

.slide-image {
    height: 585px;
    /* height: 100%; */
}

.img-box {
    width: 100%;
    padding-bottom: 90%;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.2;
    cursor: pointer;
    float: left;
}

.img-box.active,
.img-box:hover {
    opacity: 1;
}

.badge-ic-soldout{
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 99;
}

.vehicle-image-soldout{
    filter:grayscale(100%) brightness(40%)
}

.slideshow-container{
    height: 615px;
}

.img-box-big {
    width: 100%;
    height: 615px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    flex-shrink: 0;
}

/* start slick carousel foto kendaraan */
.btn-prev-slider-kendaraan {
    width: 35px !important;
    height: 35px !important;
    left: 53% !important;
    top: 30% !important;
    z-index: 5;
    background: transparent;
    position: absolute;
}

.btn-next-slider-kendaraan {
    width: 35px !important;
    height: 35px !important;
    right: 36% !important;
    top: 30% !important;
    z-index: 5;
    background: transparent;
    position: absolute;
}

.btn-next-slide-image:hover,
.btn-prev-slide-image:hover {
    background: transparent !important;
}

.wrapper-next-slide-image {
    width: 70px;
    height: 70px;
    background-color: #797a7e;
    position: absolute;
    top: 40% !important;
    right: -35px;
    border-radius: 100%;
}

.wrapper-prev-slide-image {
    width: 70px;
    height: 70px;
    background-color: #797a7e;
    position: absolute;
    top: 40% !important;
    left: -35px;
    border-radius: 100%;
    z-index: 5;
}

/* .image-slider-kendaraan {
    display: block;
} */

.img-slider-kendaraan {
    height: 615px;
    width: 100%;
    object-fit: cover;
    /* transition: opacity 0.3s linear 2s; */
    /* transition: opacity .5s ease; */
}

/* end slick carousel foto kendaraan */

/* start video vehicle detail */

.wrapper-sec-vehice-image {
    max-width: 1230px;
    margin: 0 auto;
}

.wrapper-dot-video-vehicle {
    display: block;
    position: absolute;
    height: 1em;
    width: 1em;
}

.dot-video-vehicle {
    width: 20px;
    height: 20px;
    background-color: #1a1c23;
    border: 3px solid #d89216;
    border-radius: 50%;
    transition: 0.3s ease;
    animation: pulse-yellow 2s ease-out infinite;

    -moz-transition: all 0.2s ease-out 0;
    -o-transition: all 0.2s ease-out 0;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-out 0;
}

.dot-video-vehicle:hover {
    border: 6px solid #d89216 !important;
    cursor: url("https://devportal.goodcar.id/storage/resources/1708933534_65dc419e7c0b9.png"),
        auto;
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 #d89216;
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 0 8px transparent;
        transform: scale(1.1);
    }

    100% {
        box-shadow: 0 0 transparent;
        transform: scale(1);
    }
}

.content-dot-video-vehicle {
    width: 250px;
    background: #1a1c23;
    border-radius: 4px;
    margin-top: 3px;
    z-index: 9;
    position: relative;
}

.close-dot-video-vehicle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}

.close-dot-video-vehicle img {
    width: 15px !important;
}

@media (max-width: 1397px) {
    .wrapper-sec-vehice-image {
        max-width: 1115px;
    }

    .img-slider-kendaraan {
        width: 727px;
        height: 622px;
    }
}

@media (max-width: 1230px) {
    .img-slider-kendaraan {
        width: 645px;
        height: 627px;
    }
}

@media (max-width: 576px) {
    .dot-video-vehicle {
        width: 10px;
        height: 10px;
    }

    .content-dot-video-vehicle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dot-video-vehicle:hover {
        border: 2px solid #d89216;
    }

    .wrapper-video-dot-video-vehicle video {
        max-height: 165px;
        width: 250px;
    }

    .badge-ic-soldout{
        position:relative;
        z-index: 9;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / .5);
    }

    .badge-ic-soldout img{
        position: absolute;
        top: 33%;
    left: 40%;
    }
}

/* end video vehicle detail */

.btn-view-more {
    cursor: pointer;
    padding: 10px;
    border-radius: 24px;
    gap: 5px;
    display: flex;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.modal.inpection-image-popup{
    padding-top: 0px;
}

.modal-content.inspection-image-popup-content {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.imageVehicleDetail {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    background-color: #febd11;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.prev {
    background-color: #febd11;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  } */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* img {
    margin-bottom: -4px;
} */

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.5;
    transition: 0.2s;
    transition-timing-function: ease;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

.active-popup {
    opacity: 1;
    /* transform: scale(1.1); */
    /* margin: 0px 5px; */
}

.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-top {
    padding: 8px 16px;
    border-radius: 4px;
}

.btn-count-tenor,
.btn-count-tenor-header {
    padding: 8px 10px;
    border-radius: 4px;
    gap: 5px;
}

.img-arrow-kredit {
    margin-top: -3px !important;
}

@media (max-width: 320px) {
    .btn-count-tenor {
        padding: 12px 5px;
    }
}

@media (min-width: 769px) and (max-width: 1397px) {
    .btn-count-tenor {
        padding: 12px 0px !important;
    }
}

.harga-coret {
    text-decoration: line-through;
    color: #5f5f5f !important;
}

.box-diskon {
    background-color: #d89216;
    text-align: center;
    padding: 4px 4px;
    border-radius: 2px;
    color:#0e0f13 !important
}

.vehicle-info-box {
    padding: 24px;
    border-radius: 8px;
}

.modal-dealer-location {
    border-radius: 4px;
    margin-top: 145px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    margin-left: 20px;
}

@media (max-width: 576px) {
    .modal-dealer-location {
        margin-top: 105px;
    }

    .wrapper-foto-kendaraan {
        height: 233px;
        /* width: 330px; */
    }

    .secBtnHeaderKendaraan {
        bottom: 5%;
    }

    .secBtnHeaderKendaraanActive {
        bottom: 7.3%;
    }
}

@media (max-width: 320px) {
    .wrapper-foto-kendaraan {
        height: 233px;
        width: 315px;
    }
}

.btn-check-unit,
.btn-testdrive {
    /* padding: 24px 16px;
    border-radius: 8px; */
    float: left;
    text-align: center;
    /* letter-spacing: 0.055em; */
    padding: 8px 12px;
    /* width: 125px; */
    border-radius: 4px;
}

/* section benefits */

.card-benefits {
    width: 49%;
    background-size: cover;
}

.btn-special-benefits {
    /* padding: 5px;
    border-radius: 5px;
    background-color: #1B2A41;
    border: 0;
    display: flex;
    align-items: center; */
    padding: 0px;
    cursor: pointer !important;
}

.btn-special-benefits .ic-special-benefits {
    margin-right: 5px;
}

.ic-special-benefits {
    height: 24px;
}

.img-grayscale {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.content-special-benefits {
    left: 0px;
    position: absolute;
    bottom: 0px;
}

.detail-tab {
    /* border-radius: 8px;
    padding: 16px;
    text-align: center;
    float: left;
    cursor: pointer; */

    border-radius: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: center;
}

.border-y {
    background-color: #1a1c23 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    height: 90%;
    margin-left: 0px;
    padding: 12px 10px;
    border-radius: 32px 32px;
}

.border-circle-active {
    width: 45px;
    height: 45px;
}

.border-circle {
    width: 45px;
    height: 45px;
}

.content-tab-first {
    display: flex !important;
    border-radius: 8px;
    padding: 24px 0px;
    border-width: 1px;
    /* border: none !important; */
    border-style: solid;
}

.wrapper-banner-benefit {
    position: relative;
    /* position: absolute;
    width: 100%;
    display: flex;
    max-width: 56%;
    top: 20px;
    height: 100% */
}

.wrapper-slide-benefit-1 {
    padding: 16px;
    /* overflow: unset; */
    overflow: hidden;
    background-color: #1a1c23;

    /* overflow-x: scroll;
    width: 100% !important; */
    width: 100% !important;
    /* width: 93% !important; */
    /* overflow-x: scroll; */
    display: flex;
    flex-direction: row;
    position: absolute;
    /* margin left disable karna make slick carousel */
    /* margin-left: 50px; */
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    overflow: unset !important;
}

.title-tabmenu {
    left: 87%;
    top: 23%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 5;
}

@media (max-width: 576px) {
    .tabMenu {
        position: fixed;
        top: 64px;
        z-index: 100 !important;
        padding-top: 12px;
        padding-bottom: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

.wrapper-slide-benefit {
    position: absolute;
    display: flex;
    max-width: 58.5%;
    top: 20px;

    width: 100% !important;
    overflow-x: scroll;
    flex-direction: row;

    /* width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    margin-left: 50px; */
}

.slick-slide {
    margin: 0px 10px;
}

.slick-dots {
    bottom: 0px !important;
    text-align: center;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0px 2px !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
    width: 13px !important;
    height: 13px !important;
}

.slick-dots li.slick-active button:before {
    color: #2a2438 !important;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 20px;
    content: "";
    height: 8px;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #febd11;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    width: 22px;
    border-radius: 30px;
}

.img-slide-benefit {
    border-radius: 10px;
    height: 230px;
    object-fit: cover;
}

.content-tab {
    display: none !important;
    border-radius: 8px;
    padding: 24px 0px;
    border-width: 1px;
    /* border: none !important; */
    border-style: solid;
}

.no-border {
    border: none !important;
}

.content-tab.active {
    display: flex !important;
}

.content-tab .detail-tab-inspeksi .wrapper-detail-inspeksi-image {
    overflow-x: scroll;
    max-width: 900px;
}

.wrapper-detail-inspeksi-image {
    overflow: unset !important;
}

.detail-tab-inspeksi.active {
    display: flex !important;
}

.btn-detail-tab-benefit-1 {
    background-color: #d9d9d9;
    position: absolute !important;
    padding: 3px 10px;
    border-radius: 15px;
    left: 53px;
    bottom: 3px;
}

.btn-detail-tab-benefit {
    background-color: #d9d9d9;
    position: absolute !important;
    padding: 3px 10px;
    border-radius: 15px;
    left: 53px;
    bottom: 3px;
}

.desc-benefits p{
    height:54px;
}

@media (max-width: 576px) {
    .card-benefits {
        width: 90%;
        flex-shrink: 0;
        background-position: right;
    }

    .desc-benefits p{
        height:44px;
    }
}

/* section feature */
.sec-all-feature {
    max-height: 115px;
    overflow: hidden;
    transition: max-height 0.5s, overflow 0s;
}

.border-bottom-item {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.card-item-document {
    padding: 16px;
    border-radius: 8px;
}

/* .card-item-inspeksi {
    background: #15539A;
    border-radius: 8px;
    padding: 10px 15px 140px 15px;
    position: relative;
    margin: 0px 10px;
} */

.bg-card-item-inspeksi {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 0px;
}

.img-item-inspeksi {
    position: absolute;
    z-index: 9;
    bottom: 0px;
}

.wrapper-banner-inspeksi {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 58%;
    width: 100%;
    overflow-x: hidden;
}

.banner-inspeksi {
    width: 93% !important;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    position: absolute;
    margin-left: 50px;
}

.btn-arrow-inspeksi {
    position: absolute;
    /* bottom: -40px; */
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    z-index: 9;
    top: 32%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

/* .btn-arrow-inspeksi-left {
    left: 50%;
} */

.btn-arrow-inspeksi-right {
    /* margin-left: 50px; */
    right: 10px;
}

.btn-arrow-inspeksi-left img,
.btn-arrow-inspeksi-right img {
    padding: 6px 1px;
}

.btn-arrow-benefit {
    position: absolute;
    /* bottom: -40px; */
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid white;
    border-radius: 100%;
    z-index: 9;
    top: 45%;
    align-items: baseline;
    display: flex;
    justify-content: center;
    padding: 7px 7px;
}

.banner-inspeksi .slick-prev {
    background-color: transparent;
    background-image: url(https://devportal.goodcar.id/storage/resources/1670394504_63903288202c1.png);
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-position: center;
    position: absolute;
    top: 220px !important;
    z-index: 99;
    margin-top: 10px;
    margin-left: 10px;
}

.banner-inspeksi .slick-next {
    background-color: transparent;
    background-image: url(https://devportal.goodcar.id/storage/resources/1670394460_6390325c55420.png);
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-position: center;
    /* bottom: 0px !important; */
    top: 220px !important;
    position: absolute;
    left: 30px;
    margin-left: 30px;
    margin-top: 10px;
}

/* start new section inspeksi */

.w-300 {
    width: 300px;
}

.card-grade {
    width: 150px;
}

.card-item-inspeksi {
    /* width: 215px; */
    flex: 45%;
}

.other-promo-slide {
    overflow: hidden;
    height: 173.5px;
}

/* end new section inspeksi */

.check-unit-mobile {
    position: fixed;
    bottom: 0;
    /* padding-top: 20px; */
    z-index: 9999;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.ic-right {
    width: 20px;
    height: 18px;
    margin-top: -4px;
}

hr {
    border: 1px solid #dbdbdb;
}

.rounded-3 {
    border-radius: 10px !important;
}

.btn-light {
    background-color: #f6f6f6;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #2a1b6a;
    background-color: #fefefe;
    border: 1px solid #2a1b6a !important;
}

.nav-pills .nav-link {
    border: 1px solid #95a2ad !important;
    color: #95a2ad;
}

.card-nav {
    background-color: #f6f6f6;
}

.card-note {
    background-color: rgba(248, 201, 0, 0.07);
}

.hargamobil-placeholder {
    position: absolute;
    top: 50% !important;
    color: #d9e0e3;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5% !important;
}

.input {
    padding-left: 12% !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #546183;
    background: #f2f2f2;
}

.input::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #95a2ad;
}

.input:active {
    box-shadow: none;
    border: 1px solid #2a1b6a;
}

.small .subtitle-text {
    letter-spacing: -0.002em !important;
}

.btn-calc,
.btn-calc:hover {
    background-color: #00cd8c;
    color: #fefefe;
    padding: 0.8rem 1rem;
}

.card-dp {
    background-color: rgba(0, 205, 140, 0.04);
}

.slider-item {
    padding-bottom: 12px;
}

.car-gallery {
    width: 77%;
}

.car-gallery-mobile {
    width: 100%;
}

.car-detail {
    width: 100%;
}

.slick-prev {
    width: 180px;
    height: 100px;
    left: 0;
    top: 93%;
}

.bg-stroke2 {
    background-color: #f6f6f6 !important;
}

.ic-verified {
    width: 40px;
}

.regular-semibold {
    color: white;
}

.via {
    color: white;
}

.dark {
    color: #100a27 !important;
}

.select-bar .input-select {
    border-radius: 6px;
    padding: 12px 12px 10px 12px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #2a3139;
    width: 100%;
    background-image: url("../../assets/images/icon_arrow_down_white.png") !important;
    background-position: right 10px top 50% !important;
    background-repeat: no-repeat !important;
    content: "";
    background-size: 15px !important;
    color: #dcd7c9;
    border: none;
}

.select-bar .input-select option {
    color: white !important;
}

.select-bar #filter-tenor option {
    color: white !important;
}

/* accordion */
.accordions {
    border-radius: 8px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
}

.acc-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
}

/* .acc-label::after {
    content: "";
    background-image: url('../images/icon_arrow_right_white.png');
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.5s ease;
  color:white;
} */

.acc-content {
    max-height: 0;
    padding: 0px 50px 0px 17px;
    /* padding: 0 1em; */
    transition: all 0.7s;
}

/* input {
    position: absolute;
    opacity: 0;
    z-index: -1;
} */

/* input:checked+.acc-label::after { */
input:checked + .acc-label .arrow {
    transform: rotate(-90deg);
}

input:checked ~ .acc-content {
    max-height: 100vh;
    padding: 10px 50px 10px 17px;
}

.para-hide {
    display: none;
}

button {
    background: transparent;
    outline: none;
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.badge-discount {
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
}

.badge-count-images {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 3px 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
    right: 3%;
    bottom: 3%;
}

.badge-count-image-inspection {
    background: rgba(26, 28, 35, 0.45);
    border-radius: 8px;
    padding: 3px 5px;
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    left: 8px;
    top: 8px;
    width: fit-content;
    /* bottom: 3%;
}

button i {
    font-size: 1rem;
    transition: 0.3s ease;
}

.arrow-accordion {
    transition: 0.3s ease;
}

.arrow-benefit-right {
    /* left: 55%;
    margin-left: 50px; */
    right: -13%;
}

/* .arrow-benefit-left {
    left: 50%;
} */

.rotate {
    transform: rotate(180deg);
}

.accordion {
    margin-bottom: 0.5rem;
    transition: 0.3s ease;
    padding: 10px 0px;
}

button.btn-toggle-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s ease;
    /* padding: 0px !important; */
    /* padding: 12px 0px !important; */
}

/* button.btn-toggle-show:hover {
  background: #c3c3c3;
} */

/* button.btn-toggle-show span {
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
} */

.p-1 {
    padding: 1rem;
}

.accordion:last-child {
    margin: 0;
}

.card-hasil-hitung {
    padding: 24px 32px;
    gap: 24px;
    border-radius: 8px;
}

.card-detail-hasil {
    padding-left: 25px;
    border-left: 1px solid white;
    display: grid;
}

.btn-detail-benefit {
    /* position: absolute;
    bottom: 15px; */
    /* left: 55px; */
    padding: 5px 15px;
    font-size: 12px;
    /* margin-left: 20px; */
    border-radius: 15px;
    background-color: white;
}

.pl-45 {
    padding-left: 45px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-125 {
    padding-left: 125px;
}

.plr-100 {
    /* padding: 50px 100px; */
    padding: 50px 0px;
}

.card-estimasi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    background: #2a3139;
    border-radius: 8px;
}

.radio label input {
    accent-color: #3a7683 !important;
}

.form-control {
    padding: 8px !important;
    background-color: #2a3139 !important;
    border: none;
    color: #dcd7c9;
}

.form-control-disabled {
    padding: 8px !important;
    background-color: #1a1c23 !important;
    border: none;
    color: #dcd7c9;
    border-radius: 6px;
}

.form-control:focus {
    color: white !important;
}

#rangeInputDownpayment,
#rangeInputCicilan,
#rangeInputProgram {
    background: linear-gradient(
        to right,
        #3a7683 0%,
        #3a7683 0%,
        #2a3139 0%,
        #2a3139 100%
    );
    border: none;
    border-radius: 8px;
    height: 10px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0px 0px 2px #000000;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
}

.card-promo {
    background-color: #c83349;
    border-radius: 4px;
    padding: 2px 5px;
}

.card-promo-btn {
    background-color: #c83349;
    border-radius: 4px;
    padding: 1px 5px;
}

.input-bar {
    padding: 16px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    float: left;
}

.input-bar input {
    background: none;
    padding: 0;
    border: 0;
    float: left;
}

.form-control input:focus {
    outline: none !important;
    border: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.contentDesc p {
    line-height: 25px !important;
}

.icon-inspeksi {
    margin-left: -23px;
    position: absolute;
    margin-top: -47px;
    z-index: 5;
    width: 45px;
}

.label-inspeksi {
    position: absolute;
    background: white;
    border-radius: 20px;
    margin-top: -50px;
    padding: 15px 30px 15px 60px;
    margin-left: -26px;
}

.box-grade-inspeksi {
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    border-radius: 8px;
}

.text-grade-inspeksi {
    font-family: "Grade", sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.radius-20 {
    border-radius: 20px;
}

.border-left {
    border-left: 0.2px #5f5f5f solid !important;
}

.border-right {
    border-right: 0.2px #5f5f5f solid !important;
}

.border-top {
    border-top: 0.2px #5f5f5f solid !important;
}

.border-bottom {
    border-bottom: 0.2px #5f5f5f solid !important;
}

.wrapper-desc-inspeksi {
    width: 370px;
    display: block;
    margin: auto;
}

.img-inspeksi {
    width: 65%;
}

.badge-new {
    position: absolute;
    right: 0%;
    bottom: 70%;
}

@media (max-width: 320px) {
    .wrapper-btn-simulasi-kredit{
        flex-direction: column !important;
        gap: 15px !important;
    }
}

/* start modal error downpayment credit simulasi */
#modalErrorDownpayment,
#modalSuccessTestDrive {
    /* margin: 5% 30% 30% 30%; */
    width: 428px;
    height: 183px;
    position: fixed !important;
    top: 40%;
    left: 35%;
    z-index: 1002;
    display: none;
    /* display: block; */
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

#modalTestDrive {
    /* margin: 5% 30% 30% 30%; */
    width: 428px;
    /* height: 530px; */
    position: fixed !important;
    /* top: 15%;
    left: 35%; */
    top: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 1002;
    display: none;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 10px solid whitesmoke;
}

#modal-content {
    font-size: 15pt;
    padding: 20px;
    padding: 17px 20px 0px 20px;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: scroll;
}

@media (max-width: 1229px) {
    #modal-content,
    .modal-content-detail-safety {
        max-height: 400px;
    }
}

@media (max-width: 1024px) {
    #modal-content,
    .modal-content-detail-safety {
        max-height: 330px;
    }
}

@media (max-width: 576px) {
    #modalErrorDownpayment,#modalSuccessTestDrive{
        width:100%;
        left:0px;
    }
}

#close,
#close-testdrive1 {
    /* background: #fff;
    position: absolute;
    top: 0px;
    right: 0px; */

    border-radius: 25px;
    background: black;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

#close-testdrive {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    background: black;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 5px;
}

#btn-close,
#btn-close-testdrive,
#tombol {
    color: white;
    border: 0px;
    background: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
}

#bg-modal {
    opacity: 0.8;
    position: absolute;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    opacity: 0.8;
}

#bg-modal-testdrive,
#bg-modal-detail-safety {
    opacity: 0.8;
    position: absolute;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    opacity: 0.8;
}

#tombol {
    background: #e74c3c;
}

.img-modal {
    height: 135px;
}

.pl-20 {
    padding-left: 20px;
}

.w-110 {
    width: 110px;
}

.form-testdrive {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: 100%;
    height: 53px;
    background: #013168;
    border-radius: 8px;
    border: none;
    color: #f4f4f4;
    font-size: 14px;
    padding-left: 95px;
}

.error {
    color: white;
    font-size: 12px;
    padding-top: 10px;
}

.form-testdrive::-webkit-calendar-picker-indicator {
    display: none;
}

.form-testdrive[type="date"]::-webkit-inner-spin-button,
.form-testdrive[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-testdrive::-webkit-calendar-picker-indicator {
    display: none;
}

.form-testdrive[type="date"]::-webkit-inner-spin-button,
.form-testdrive[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 0.75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.form-testdrive::placeholder {
    margin-left: 50px !important;
    font-size: 12px !important;
    width: 100%;
    text-overflow: ellipsis !important;
}

.ic_date_line_white {
    position: absolute;
    margin-top: 15px;
    width: 55px;
    margin-left: 15px;
}

.ic_62_white {
    position: absolute;
    width: 55px;
    margin-top: 37px;
    left: 10px;
}

.disabled-btn-testdrive {
    cursor: none;
    pointer-events: none;
    color: white;
    background-color: #c4c4c4 !important;
}

.disabled-recaptcha {
    cursor: none;
    pointer-events: none;
}

/* end modal error downpayment credit simulasi*/

/* start modal banner kredit */
.disabled-btn-simulasi {
    pointer-events: none;
    opacity: 0.5;
}

#modalSubmitSimulasi {
    width: 428px;
    height: 183px;
    position: fixed !important;
    top: 40%;
    left: 35%;
    z-index: 1002;
    display: none;
    background: #0e0f13;
    border-radius: 8px;
    overflow: hidden;
    z-index: 999999;
}

#modalSubmitSimulasi #modal-content{
    padding:24px !important;
}

#close-content {
    border-radius: 25px;
    background: black;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

#btn-close-simulasi {
    color: black;
    border: 0px;
    background: transparent;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.img-modal {
    height: 135px;
}

@media (max-width: 520px) {
    #modalSubmitSimulasi {
        width: 100%;
        margin: 0;
        left: 0px;
        top:30%;
        height:275px;
    }

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

    .vehicle-image img {
        height: 170px;
        object-fit: cover;
        width: 100%;
    }
}
/* end modal banner kredit*/

/* start feature tour */
#tg-dialog-next-btn{
    background-color:#d89216;
    color:#0e0f13;
    font-weight:600;
    border:none;
}

#tg-dialog-next-btn:hover{
    background-color:#d8ad16;
}

#tg-dialog-prev-btn{
    background-color:white;
    border:1px solid #0e0f13;
    font-weight:500;
    color:#0e0f13;
}
/* end feature tour */

/* start section pengiriman */
.sec-pengiriman {
    background: linear-gradient(
            0deg,
            rgba(32, 35, 42, 0.5) 0%,
            rgba(32, 35, 42, 0.5) 100%
        ),
        url(<path-to-image>), lightgray 0px -189.637px / 100% 169.444% no-repeat;
    background-blend-mode: normal, overlay;
}

/* end section pengiriman */

/* start section social reference */

.sec-social-reference {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.wrapper-outer-social-reference {
    overflow: hidden;
    border: 2px solid #dbdcdb;
    border-radius: 16px;
    /* width: 100%; */
    height: fit-content;
    flex-shrink: 0;
}

.wrapper-inner-social-reference {
    background-color: #1a1c23;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.wrapper-inner-social-reference img {
    width: 190px;
    height: 276px;
    object-fit: cover;
}

.wrapper-inner-social-reference iframe {
    width: 100% !important;
    min-width: 175px !important;
    border-radius: 10px !important;
    margin-bottom: 0px !important;
}

.tiktok-embed {
    margin: 0px auto !important;
    border-radius: 10px;
}

.css-g03djc {
    background-color: #1a1c23 !important;
}

.instagram-media {
    border-radius: 10px !important;
}

.twitter-tweet {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 576px) {
    .wrapper-outer-social-reference {
        flex-shrink: 0;
        width: 100%;
    }
}

/* end section social reference */

/* custom datepicker */
.ui-widget {
    background: #2947c3 !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0 2px 4px whitesmoke;
}

.ui-datepicker {
    padding: 0;
    width: 20rem;
    z-index: 1030 !important;
}

.ui-datepicker-header {
    border: none;
    background: transparent;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 1.7em;
    border: none;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    top: 52% !important;
}

.ui-datepicker-next:hover {
    background-color: white !important;
    border: none !important;
    border-radius: 4px;
    width: 19.8px !important;
    height: 20px !important;
    margin-top: 1px !important;
    margin-left: -50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-datepicker-prev:hover {
    background-color: white !important;
    border: none !important;
    border-radius: 4px;
    width: 19.8px !important;
    height: 20px !important;
    margin-left: 1px;
    margin-top: 1px;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px -32px;
}

.ui-datepicker .ui-datepicker-prev-hover span {
    background-position: -96px -48px;
}

.ui-datepicker .ui-datepicker-next-hover span {
    background-position: -32px -48px;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: 3em 0;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
}

.ui-datepicker td {
    border: none;
    padding: 0;
    text-align: center;
    color: #efefef;
}

td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: 1em 0;
    margin: 0;
    font-weight: normal;
    color: #efefef;
    font-size: 12px;
}

td .ui-state-active,
td .ui-state-hover {
    background: #27a2cf !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #013168 !important;
    border: none !important;
    border-radius: 0px;
    text-align: center;
    color: white !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #2947c3 !important;
    border: none;
    box-shadow: none;
}

.ui-widget-content,
.ui-widget.ui-widget-content {
    border: none !important;
    z-index: 99999999 !important;
}

@media (max-width: 576.5px) {
    .ui-datepicker {
        z-index: 5001 !important;
    }

    #modalTestDrive {
        width: 100%;
    }

    #modal-content {
        padding: 17px 25px 0px 25px;
    }

    .form-testdrive {
        height: 40px;
        padding-left: 80px;
    }

    .ic_date_line_white {
        position: absolute;
        margin-top: 12px;
        width: 45px;
        margin-left: 15px;
    }

    .ic_62_white {
        position: absolute;
        width: 45px;
        margin-top: 34px;
    }
}

/* end custom datepicker */

/* start section vehicle related */

/* new card recomendation design */
.wrapper-card-recomendation {
    margin-bottom: 16px;
    padding: 0px 50px;
}

.card-recomendation {
    background: radial-gradient(
        49.89% 26.4% at 50.11% 63.57%,
        #243b55 2.18%,
        #0e0f13 100%
    );
    box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 32px;
    width: 300px;
}

.vehicle-image {
    height: unset;
}

@media (max-width: 576px) {
    .container > div {
        flex: 50%;
        box-shadow: 0 0 0 1px black;
        margin-bottom: 10px;
    }

    .sec-logo-brand {
        display: flex;
        flex-wrap: wrap;
    }

    .card-brand {
        flex: 1 0 30%;
        margin: 5px;
    }

    .card-other-brand {
        width: 100%;
    }

    .card-recomendation {
        padding: 32px 55px;
    }

    .wrapper-card-recomendation-mobile {
        display: flex !important;
        flex-wrap: unset !important;
    }

    .detail-inspeksi{
        border-radius: 0 0 4px 4px;
    }
}

.img-new-vehicle-card {
    /* width: 268px; */
    height: 200px;
    object-fit: cover;
}

.badge-discount {
    border-radius: 8px;
    padding: 4px 8px;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 5;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
}

.line-card {
    border-bottom: 1px solid #282b36;
    height: 5px;
    width: 100%;
}

.recommendation-car-box {
    width: 300px;
    padding: 16px 16px 16px 16px;
    background: #f7fbff;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.recommendation-car-title {
    height: 50px;
    margin-bottom: 10px;
}

.recommendation-car-price {
    padding: 16px;
    border-radius: 16px;
    float: left;
}

.harga-coret {
    text-decoration: line-through;
    color: #5f5f5f !important;
}

.box-diskon {
    background-color: #d89216;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    color:#0e0f13 !important
}

.sec-badge-benefit {
    max-width: 230px;
    display: flex;
}

.wrapper-badge-benefit {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 3px;
}

.wrapper-badge-benefit-null {
    margin-top: 10px;
}

.wrapper-badge-benefit .btn-special-benefits:first-child {
    margin-left: auto;
}

.wrapper-badge-benefit .btn-special-benefits:last-child {
    margin-right: auto;
}

.btn-special-benefits {
    margin: 5px;
    height: 16px;
    margin-top: 10px;
}

.btn-special-benefits .ic-special-benefits {
    margin-right: 3px;
}

.content-special-benefits {
    left: 0px;
    position: absolute !important;
    bottom: 0px;
}

.content-special-benefits .img-benefit-item {
    height: 170px;
    object-fit: cover;
}

.badge-other-benefit {
    padding: 0px 8px !important;
    height: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 5px;
}

@media (max-width: 576px) {
    .recommendation-car-box {
        flex-shrink: 0 !important;
        height: unset;
    }
}

/* end section vehicle related */

/* livechat */

@media (max-width: 576.5px) {
    .qcw-trigger-btn.svelte-1xkyjie.svelte-1xkyjie {
        bottom: 59px !important;
    }

    .qcw-trigger-btn.svelte-1xkyjie > div.svelte-1xkyjie {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .qcw-trigger-btn.svelte-1xkyjie.svelte-1xkyjie {
        bottom: 57px !important;
    }
}

/* end livechat */

/* start section authorized delaer */
.sec-authorized-dealer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* end section authorized delaer */

/* start modal detail safety */

#modalDetailSafety {
    width: 500px;
    /* height: 100%; */
    /* max-height: 500px; */
    position: fixed !important;
    top: 10%;
    left: 50%;
    z-index: 1002;
    display: none;
    border-radius: 20px;
    transform: translate(-50%, 10%);
    /* overflow: hidden; */
    background: #b9bdc4;
    padding: 10px;
    border: 2px solid white;
    /* overflow-y: scroll; */
}

.modal-content-detail-safety {
    padding: 55px 20px 0px 20px;
    max-height: 500px;
    overflow-y: scroll;
}

#close-detail-safety {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    background: white;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px;
}

#btn-close-detail-safety {
    color: black;
    border: 0px;
    background: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
}

/* start img-360 */
.img-vehicle-360 {
    height: 500px;
    position: absolute !important;
    top: 0px;
}

.cloudimage-360-inner-box canvas {
    height: 615px !important;
    object-fit: cover;
}

.inspection-image{
    height : 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.btn-inspection-arrow-container{
    position: relative;
    margin-top: -100px;
    margin-bottom: 75px;
}

.btn-inspection-arrow{
    display: flex;
    padding: 4px;
    cursor: pointer;
}

.btn-inspection-arrow.left{border-radius: 0 2px 2px 0;}
.btn-inspection-arrow.right{border-radius: 2px 0 0 2px;}

/* .inspection-image-popup-list{height: 80%;} */
.inspection-image-popup-list-image{height: 95%; max-height: max-content;}

@media (max-width: 576px) {
    .img-vehicle-360 {
        position: unset !important;
        height: 100%;
    }

    .cloudimage-360-inner-box canvas {
        height: 230px !important;
        width: 326px !important;
        border-radius: 2px;
        object-fit: cover;
    }
}

/* end img-360 */

/* start list other simulation carousel */

/* #list-other-simulation .slick-list {
    display: flex;
} */

/* #list-other-simulation .slick-track {
    height: 360px;
    width: unset !important;
    transform: unset !important;
    overflow: hidden;
}

#list-other-simulation .card-other-simulation {
    width: unset !important;
} */

/* Slideshow container */
/* .slideshow-other-simulation {
    max-width: 1000px;
    position: relative;
    margin: auto;
} */

/* Next & previous buttons */
.prev-other-simulation,
.next-other-simulation {
    cursor: pointer;
    position: absolute;
    top: 2%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    right: -3%;
}

/* Position the "next button" to the right */
.prev-other-simulation {
    right: 6%;
    border-radius: 3px 0 0 3px;
}

.prev-other-simulation .wrapper-arrow-other-simulation,
.next-other-simulation .wrapper-arrow-other-simulation {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
}

/* slick other simulation */
.wrapper-out-slideshow-other-simulation {
    overflow: hidden;
}

.wrapper-slideshow-other-simulation {
    overflow: scroll;
}

.slideshow-other-simulation .slick-track {
    display: flex;
    align-items: center;
}

.slide-other-simulation {
    width: 100%;
}

@media (max-width: 576px) {
    .wrapper-out-slideshow-other-simulation{
        height: 305px;
        display: flex;
        align-items: center;
    }
    .slide-other-simulation{
        display: flex !important;
        align-items: center;
    }
}

/* end slick other simulation */

@media (max-width: 576px) {
    .prev-other-simulation,
    .next-other-simulation {
        top: 0.6%;
    }

    .prev-other-simulation {
        right: 9%;
    }
}

/* end list other simulation carousel */

/* start section price plus */

.wrapper-include-item{
    height:80px;
    overflow-y: scroll;
}

/* end section price plus */


@media (max-width: 576px) {
    #modalDetailSafety {
        max-height: 570px;
        overflow-y: scroll;
        width: 100%;
        left: 0px;
        top: 10%;
        transform: none;
        position: fixed !important;
        z-index: 5000 !important;
    }

    #modal-content {
        padding: 17px 25px 0px 25px;
    }

    /* .modal-content-detail-safety {
        padding: 17px 15px 0px 15px !important;
    } */
}

/* end modal detail safety */

/* .slick-slide img {
    height: 250px !important;
} */

/* @media (min-width: 769px) and (max-width: 1025px) {
    .select-bar .input-select {
        background-position: 250px !important;
    }
} */

@media (min-width: 576px) and (max-width: 992px) {
    h2 {
        margin-top: 4px;
        font-size: 28px;
    }
}

@media (max-width: 576.5px) {
    .line-through {
        text-decoration: line-through;
    }

    .img-box-big {
        height: 230px !important;
        /* width: 10% !important; */
    }

    .slick-slide{
        margin:0px;
    }

    .detail-tab {
        width: 100%;
        height: unset !important;
        border-radius: 32px;
        padding: 8px 12px;
    }

    .content-tab {
        /* padding: 16px; */
        padding: 0px;
    }

    .content-tab-first {
        display: flex !important;
        border-radius: 8px;
        padding: 0px 0px;
        border-width: 1px;
        /* border: none !important; */
        border-style: solid;
    }

    .wrapper-detail-inspeksi-image {
        margin-top: -20px;
    }

    .btn-top {
        padding: 8px;
    }

    .slick-dots {
        bottom: -30px !important;
        text-align: center;
    }

    .slick-dots li {
        width: 10px !important;
        height: 10px !important;
        margin: 0px 2px !important;
    }

    /* .slick-dots li button:before {
        font-size: 10px !important;
        width: 13px !important;
        height: 13px !important;
    } */

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots li.slick-active button:before {
        color: #2a2438 !important;
    }

    .slick-dots li button:before {
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 8px !important;
        /* height: 20px; */
        content: "";
        height: 8px !important;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #febd11;
        border-radius: 100%;
    }

    .slick-list {
        padding: 0px !important;
    }

    .slick-dots li.slick-active button:before {
        width: 22px !important;
        border-radius: 30px;
    }

    /* .slick-slide {
        margin: 0px 2px 0px 1px;
    }

    .slick-slide img {
        object-fit: contain;
        width: 315px;
        border-radius: 10px;
        /* height: 175px; 
        height: auto !important;
    } */

    .btn-check-unit {
        padding: 10px 12px;
        border-radius: 0px;
    }

    h2 {
        margin-top: 4px;
        font-size: 20px;
    }

    .ic-verified {
        width: 24px;
        height: 24px;
    }

    .feature {
        font-size: 14px !important;
    }

    .description-sku {
        line-height: 28px;
    }

    .text-end2 {
        text-align: right !important;
    }

    .btn-cicilan {
        border: none;
        padding: 10px;
        border-radius: 8px;
    }

    .arrow-accordion {
        margin-top: -3px;
    }

    .img-item-inspeksi {
        left: 0px;
    }

    .w-110 {
        width: 110px;
    }

    .nav {
        white-space: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    /* .nav li {
        display: inline-block
    } */
    .plr-100 {
        padding: 0px;
    }

    .pl-60 {
        padding: 0px;
    }

    .pl-125 {
        padding: 0px;
    }

    .ic-special-benefits {
        margin-bottom: 15px;
    }

    .label-inspeksi {
        margin-top: -32px;
        padding: 5px 13px 5px 32px;
        margin-left: -18px;
        border-radius: 12px;
    }

    .icon-inspeksi {
        margin-left: -15px;
        position: absolute;
        margin-top: -32px;
        z-index: 5;
        width: 27px;
    }

    .img-inspeksi {
        width: 75%;
        display: block;
        margin: auto;
    }

    .wrapper-desc-inspeksi {
        width: 100%;
    }

    /* #modalErrorDownpayment,
    #modalSuccessTestDrive {
        width: 100%;
        margin: 0;
        left: 0px;
    } */

    /* #modalTestDrive {
        width: 100%;
        margin: 0px;
        left: 0px;
        top: 10%;
        position: fixed !important;
        z-index: 99999 !important;
        transform: none;
    } */

    .modal-content-testdrive,
    .modal-content-detail-safety {
        max-height: 500px !important;
    }

    /* .slick-cloned {
        display: none !important;
    } */

    /* .select-bar .input-select {
        background-position: 350px !important;
    } */
}

/* @media (max-width: 375px) {
    .select-bar .input-select {
        background-position: 305px !important;
    }
} */

/* @media (max-width: 320px) {
    .select-bar .input-select {
        background-position: 260px !important;
    }
} */
