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

.form-jual-mobil {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: 100%;
    height: 53px;
    border-radius: 8px;
    border: 0.5px solid var(--dark-text-dark, #616161);
    background: var(--dark-background-value, #1b2a41);
    border: none;
    color: #f4f4f4;
    font-size: 14px;
    padding-left: 95px;
    border: 1px solid var(--dark-text-dark, #616161);
}

.form-jual-mobil::placeholder {
    font-size: 14px !important;
}

.wrapper-icon-form {
    left: 20px;
    top: 35%;
    width: 11%;
    border-right: 2px solid white;
    height: 24px;
    align-items: center;
}

.field-disabled {
    pointer-events: none;
    cursor: none;
    opacity: 0.5;
}

.field-active {
    border: 1px solid var(--colorful-green-1, #b1ff82) !important;
    background: #1b4126;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"]::placeholder {
    font-size: 14px !important;
    color: #616161 !important;
}

/* start custom checkbox */

.container {
    display: block;
    position: relative;
    /* padding: 4px 6px 12px 10px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    width: 0px;
    padding-left: 5px;
}

.customCheckbox {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: #eaeaea;
    border-radius: 6px;
    background-color: transparent !important;
    background: transparent !important;
    border: 1px solid white;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    overflow: hidden;
}

.customCheckbox.customCheckboxChecked {
    background-color: rgb(254, 200, 52, 0.5) !important;
    border: 1px solid #febd11;
}

.customCheckbox input {
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.customCheckbox span {
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 60%;
    color: white;
}

.customCheckbox.customCheckboxChecked span {
    display: block;
}

/* end custom checkbox */

.harga-coret {
    text-decoration: line-through;
    color: white !important;
}

.box-diskon {
    background-color: #fabe1b;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
}

/* start masonry layout css */

/* clear fix */
/* .grid:after {
    content: '';
    display: block;
    clear: both;
} */

.grid-sizer,
.grid-item {
    width: 32.7%;
}

.grid-item {
    float: left;
    margin-bottom: 10px;
}

/* end masonry layout css */

.line-dotted {
    width: 100%;
    height: 2px;
    border: 2px solid;
    border-style: dashed;
}

.disabled-btn-jual-mobil {
    cursor: none !important;
    pointer-events: none;
    background-color: #b3b3b3 !important;
}

.desc-faq p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0px;
}

/* start vertical carousel */

.vs-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vs-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 330px; */
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.vs-carousel {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.vs-carousel__item {
    position: relative;
    width: 100%;
    display: none;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    /* padding: 0 12px; */
}

.vs-carousel__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: -45px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #d7f7fc;
}

.vs-carousel__item-body {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /* margin-left: 25px; */
    padding-bottom: 0.5rem;
    padding: 0 0px 0 0px;
    /* border-radius: 8px; */
    /* background-color: #fff; */
    line-height: 1;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: 8px solid rgba(255, 255, 255, 0.2);
    /* background: rgba(255, 255, 255, 0.20); */
    overflow: hidden;
}

.vs-carousel__item-body-inner {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    /* margin-left: 25px; */
    /* padding-bottom: 0.5rem; */
    padding: 20px;
    /* border-radius: 8px; */
    /* background-color: #fff; */
    /* line-height: 1; */
    /* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09); */
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    gap: 10px;
}

.vs-carousel__item-title {
    font-size: 16px;
    font-weight: bold;
}

.vs-carousel__item-description {
    font-size: 14px;
    color: var(--colorful-purple-3, #624aff);
    font-weight: bold;
}

.vs-previous:nth-child(1) {
    display: flex;
    align-items: center;
    transform: scale(0.9);
    visibility: visible;
    opacity: 0.2;
    will-change: transform, opacity;
    /* animation: vs-carousel-animate-vertical-previous 0.5s linear; */
    animation-name: vs-carousel-animate-vertical-previous,
        vs-carousel-animate-vertical-remove;
    animation-delay: 0s, 0.5s;
    animation-duration: 0.7s, 4s;
    animation-timing-function: linear;
    margin-bottom: -27px;
}

.vs-previous:nth-child(2) {
    display: flex;
    align-items: center;
    transform: scale(0.95);
    visibility: visible;
    opacity: 0.4;
    will-change: transform, opacity;
    /* animation: vs-carousel-animate-vertical-previous 0.5s linear; */
    animation-name: vs-carousel-animate-vertical-previous,
        vs-carousel-animate-vertical-remove;
    animation-delay: 0s, 0.5s;
    animation-duration: 0.6s, 3s;
    animation-timing-function: linear;
}

@keyframes vs-carousel-animate-vertical-previous {
    0% {
        transform: translateY(100%) scale(1);
        opacity: 1;
    }

    40% {
        transform: translateY(80%) scale(0.9);
        opacity: 0.8;
    }

    80% {
        transform: translateY(40%) scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: translateY(0) scale(0.7);
        opacity: 0.4;
    }
}

@keyframes vs-carousel-animate-vertical-remove {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
    }
}

.vs-active {
    display: flex;
    align-items: center;
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    will-change: transform, opacity;
    animation: vs-carousel-animate-vertical-active 0.5s linear;
}

@keyframes vs-carousel-animate-vertical-active {
    0% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.vs-next:nth-child(4) {
    display: flex;
    align-items: center;
    transform: scale(0.95);
    visibility: visible;
    opacity: 0.4;
    will-change: transform, opacity;
    animation: vs-carousel-animate-vertical-next 0.5s linear;
    /* animation-name: vs-carousel-animate-vertical-next, vs-carousel-animate-vertical-remove;
    animation-delay: 0s, 0.5s;
    animation-duration: 0.5s, 4s;
    animation-timing-function: linear; */
}

.vs-next:nth-child(5) {
    display: flex;
    align-items: center;
    transform: scale(0.9);
    visibility: visible;
    opacity: 0.2;
    will-change: transform, opacity;
    animation: vs-carousel-animate-vertical-next 0.5s linear;
    /* animation-name: vs-carousel-animate-vertical-next, vs-carousel-animate-vertical-remove;
    animation-delay: 0s, 0.5s;
    animation-duration: 0.5s, 3s;
    animation-timing-function: linear; */
    margin-top: -27px;
}

@keyframes vs-carousel-animate-vertical-next {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
    }

    30% {
        transform: translateY(70%) scale(0.7);
        opacity: 0.8;
    }

    50% {
        transform: translateY(50%) scale(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0) scale(0.7);
        opacity: 0.4;
    }
}

/* end vertical carousel */

@media (max-width: 576px) {
    .btn-read-more {
        padding: 12px 16px;
        width: 132px;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 20px;
    }

    .line-dotted {
        width: 100%;
        height: 2px;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }
}
