/*------------------------*\
    Leasing styles
    adatpted for v2 project
    ver: 2024-07-15
\*------------------------*/
.calcPageContainer .calcTitle .titleWithImage .formHeader_content--h1{
    float: none;
}
.header_content--p, .formHeader_content--h1{
    text-align: center;
    margin-top: 20px;
}
.calcPageContainer .calcTitle .titleWithImage{
    text-align: center;
}
.calcTitle{
    margin-top: 100px;
}
.hidden{
    display: none !important;
}
.slider{
    width: 95% !important;
    margin: 0 auto !important;
}
.ui-slider-line{
    margin-right: 1em !important;
    background-color: white !important;
    height: 25px !important;
    top: -26px !important;
    border: 1px solid #e50000 !important;
    width: 26px !important;
}
.ui-slider-pips .ui-slider-line{
    left: 10% !important;
}
.slider_box .slider .ui-slider-handle{
    background-image: url(../images/toyota_slider_2.png) !important;
    background-color: #e50000 !important;
    background-position: center !important;
    background-size: cover !important;
    transform: scale(1.1)!important;
    border-radius: 0 !important;
    border: none !important;
}
.ui-slider-label{
    color: black !important;
    font-weight: 400;
    margin-top: 10px;
}
.ui-slider-horizontal .ui-slider-pips{
    background-color: #f0f0f0 !important;
}
ui-slider-pip-label{
    position: relative !important;
}

.ui-slider-range{
    background-color: #e50000 !important;
}
.ui-slider-tip{
    display: none !important;
}
#carImage{
    float: left;
   width: 400px;
    height: auto;
}
#modelSelect, #trimSelect, input, textArea, #carSelectBox{
    background-color: #f0f0f0;
}
.tableBox .tableBox_table{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    
}
.tableBox .tableBox_table thead{
    color: white;
       background-color: #e50000;
    border: 5px solid #e50000;
}
.form-section{
    margin-top: 50px;
}
.tableBox .tableBox_table th{
    border: none;
    font-size: 12px;
    padding: 3px;
}
.tableBox .tableBox_table td{
    border: 5px solid #e50000;
    font-size: 24px;
    color: #e50000;
    font-weight: bold;
    padding: 5px 25px;
}
.priceBox_text{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.form-header{
    text-align: center;
        margin-bottom: 15px;
}
#carAdvance{
    float: left;
}
.forms .rowCell input[type="submit"]{
    background-color: #282830;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 30px;
}
.forms label{
    font-weight: 400;
}
.scrollerBox_question{
    text-align: center;
    padding-bottom: 20px;
    width: 96%;
}
#carPriceSection{
    text-align: right;
}
#rightHolder{
    border: none;
    margin: 0 auto;
    float: none;
}
.required{
    color: red;
}
.price{
    display:flex;
    justify-content: space-between;
    margin-top: 20px;
}
.price h4, .price span{
    font-size: 26px;
    font-weight: bold;
}
.message{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: yellowgreen;
    height: 70px;
}
.message h1{
    transform: translateY(50%);
}
.row, .slider div, .slider span{
    position: absolute;
}

/* Updated KM slider */
fieldset {
    border: none;
}
.radio_btns {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -12px;
    z-index: 1;
}
.chosen_car__details_kilometers {
    width:50%;
    margin: 40px auto 0;
    /* margin-top: 50px; */
}
.chosen_car__details_slider {
    margin: 30px auto 60px;
    /* margin-bottom:70px; */
    position: relative;
}

.chosen_car__details_slider__line {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: #f4f4f4;
    border: 1px solid #dbddde;
}
.chosen_car__details_slider__radio .container {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 40px;
    cursor: pointer;
    width: 30px;
}

.chosen_car__details_slider__radio .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.chosen_car__details_slider__radio .radio-checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    height: 25px !important;
    width: 25px !important;
    background-color: white;
    /* border: 1px solid #f92335; */
    border: 1px solid #ccc;
    box-shadow: -1px 3px 5px 0 rgba(75, 81, 91, .3);
    transform: translateX(-50%);
}

.chosen_car__details_slider__radio .container:hover input ~ .radio-checkmark {
    box-shadow: -1px 3px 8px 0 rgba(75, 81, 91, .4);
}

.chosen_car__details_slider__radio .container input:checked ~ .radio-checkmark {
    background-color: white;
}

.chosen_car__details_slider__radio .container input:focus ~ .radio-checkmark {
    border: 2px solid #161414;
    /* box-shadow: inset 0px 0px 5px 2px rgb(14, 13, 13) !important;
    outline: none !important; */
    /* box-shadow: 0px 2px 5px 5px rgba(219, 27, 27, 0.2); */
}

.chosen_car__details_slider__radio .container input:focus ~ .radio-checkmark:after {
    width: 21px;
    height: 21px;
}

.chosen_car__details_slider__radio .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chosen_car__details_slider__radio .container input:checked ~ .radio-checkmark:after {
    display: block;
}

.chosen_car__details_slider__radio .container .radio-checkmark:after {
    top: 0px;
    left: 0px;
    width: 23px;
    height: 23px;
    background: #f92335;
    border: none !important;
}

@media only screen and (max-width : 980px){
    #carImage{
        margin: 0 auto;
        width: 400px;
        float: none;
    }
    #carPriceSection{
        text-align: center;
    }
    .price{
        text-align: center;
    }
    .slider_box{
        margin: 0 auto;
        width: 90%;
    }
    .tableBox .tableBox_table td{
            padding: 5px 15px;
    }
}