.form-tradein {
    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-tradein::placeholder {
    font-size: 14px !important;
}

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

/* custom select2 */

.select-bar {
    width: 100%;
    border-radius: 8px;
    float: left;
    border-width: 1px;
    border-style: solid;
}

.select-bar {
    background: #1B2A41;
}

.select-bar .select2-container .select2-selection--single {
    background: transparent;
    border: 1px solid #616161;
    height: 53px !important;
}

.select-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #F4F4F4 !important;
}

.select2-container .select2-selection--single {
    border-radius: 8px;
    padding: 18px 16px 16px 16px !important;
    height: fit-content !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #F4F4F4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 35% !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

/* end custom select2 */

.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 */

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

.sec-inspeksi {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
}

/* start modal tradein */
#modalSuccessTradeIn {
    width: 428px;
    height: 183px;
    position: fixed !important;
    top: 40%;
    left: 35%;
    z-index: 1002;
    display: none;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

#modal-content {
    font-size: 15pt;
    padding: 20px;
    height: 100%;
    padding: 17px 20px 0px 20px;
    border-radius: 10px;
}

#close-testdrive1 {
    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-testdrive {
    color: white;
    border: 0px;
    background: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
}

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

.img-modal {
    height: 135px;
}

#img-banner-tradein {
    position: relative;
    transition: all 600ms linear 0s;
    top: 0px;
    height: 443px;
}

@media (max-width:576px) {
    .sec-inspeksi {
        height: 445px;
    }

    .form-tradein {
        padding-left: 75px;
        font-size: 12px;
    }

    .tradeinpage-desc p {
        font-size: 12px;
    }

    .wrapper-logo-brand {
        flex-basis: 31%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #modalSuccessTradeIn {
        width: 100%;
        margin: 0;
        left: 0px;
    }
}
