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

.sec-simulasi-kredit-v2 {
    background-image: url("https://devportal.goodcar.id/storage/resources/1733134282_674d87cab9996.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-leasing-partner {
    object-fit: cover;
    width: 150px;
    height: 80px;
    border-radius: 4px;
}

/* form input */
.form-control {
    padding: 8px !important;
    background-color: #2a3139 !important;
    border: none;
    color: #dcd7c9;
    height: 42px;
    border-radius: 6px;
}

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

.height-70 {
    height: 70.4px;
}

.wrapper-card-goodcar {
    border: 3px solid #93cedc;
    background: #20232a;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.line-yellow {
    height: 3px;
    background-color: #d89216;
    width: 15%;
    border-radius: 4px;
}

.line-white {
    border-bottom: 2px solid #4f4f4f;
    height: 5px;
    width: 100%;
}

.disabled-btn-simulasi {
    pointer-events: none;
    opacity: 0.5;
}

/* modal */
#bg-modal {
    background: black;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}

#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: 576px) {
    .img-leasing-partner {
        height: 60px;
    }

    .wrapper-card-goodcar {
        padding: 20px;
        max-width: 285px;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .wrapper-content {
        max-height: 100%;
        height: 90%;
    }

    #modalSubmitSimulasi {
        width: 100%;
        margin: 0;
        left: 0px;
        height: auto;
    }
}
