.calc-form {
    background-color: #fff;
    /*max-height: calc(100vh - 150px);*/
    /*overflow: auto;*/
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    top: 0;
    -webkit-transition: all .2s cubic-bezier(0,.8,.25,1);
    -o-transition: all .2s cubic-bezier(0,.8,.25,1);
    transition: all .2s cubic-bezier(0,.8,.25,1);
    z-index: 111;
    padding: 15px;
}

.calc-form .form-control, .calc-form .custom-select {
    border-radius: 0;
    padding: 10px!important; height: auto!important;
}



.calc-form::-webkit-scrollbar {
    width: 5px;
}

.calc-form::-webkit-scrollbar-track {
    background: #12326e;
}

.calc-form::-webkit-scrollbar-thumb {
    background: #0874d0;
}

.calc-form::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 1199.98px) {
    .calc-form {
        margin: 0 !important;
        max-height: -webkit-fill-available !important;
        top: 0 !important;
    }
}

.calc-form h3, .calc-form label {
    color: #0765ad;
    margin-bottom: 0;
    /*width: 100%;*/
}
.calc-form label {width: 100%;}

.calc-form #zeroAnticipo, .calc-form p {
    color: #0874d0;
}

.offerta-container {
    background: #fff;
    padding: 0;
    margin-top: 15px;
}

.offerta-container .rata-value {
    color: #0874d0;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width:1359.98px) {
    .offerta-container .rata-value {
        font-size:2rem;
    }
}

#euro-symbol, #euro-symbol_immobile {
    background: #0874d0;
    border: none;
    border-radius: 0;
    color: #fff;
}

.dettagli-offerta {
    font-size: 12px;
    min-height: 30px;
}

.dettagli-offerta span {
    font-weight: bold;
}

.form-info {
    color: #aaa !important; font-size: 13px; font-style: normal; line-height: 1.2; margin-top: 10px;
}

.calc-form .form-group .input-group-text {
    padding-top: 10px;
}

button.close-map-form {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 10px;
}


.simulatore-rata-container .clearfix:before, .simulatore-rata-container .clearfix:after {display: none;}

.calc-form .result-show {display: none;}

.trigger-calculator {padding: 19px; height: auto; background: #0874d0; color: #fff; display: inline-block; border-radius: 10px; text-transform: uppercase; font-weight: 500;}
.trigger-calculator:hover {background: #333; color: #fff; text-decoration: none;}