﻿

.form-finanziamento .risultati {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 25px 0px 25px;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
    padding-top: 25px;
}

    .form-finanziamento .risultati .elemento {
        flex: 0 0 30%;
        margin-bottom: 25px;
        font-size: 24px;
    }

        .form-finanziamento .risultati .elemento > label {
            display: block;
            color: var(--theme-color1);
            font-size: 18px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 15px;
        }


@media screen and (min-width: 1201px) {
    .form-finanziamento .risultati .elemento:first-child {
        position: absolute;
        right: 23px;
        top: 50%;
        transform: translate3d(0, calc(-50%), 0);
    }

        .form-finanziamento .risultati .elemento:first-child span {
            font-size: 62px;
        }

    .price_range_slider_new {
        padding: 3rem !important
    }
}

@media screen and (max-width: 991px) {
    .form-finanziamento .risultati .elemento:first-child {
        flex: 0 0 100%;
    }

    .form-finanziamento .risultati .elemento {
        flex: 0 0 50%;
    }
}


.form-finanziamento .risultati .elemento:first-child span {
    color: #FBD764;
    font-weight: 700;
}

.form-finanziamento .listing_single_description {
    background-color: #263D4C;
}

.form-finanziamento h4 {
    color: white
}

.form-finanziamento .risultati .elemento span {
    color: white;
}

.disclaimer {
    color: white;
    font-size: 12px
}

.contenitore-mesi-finanziamento span {
    border: none !important;
    color: #212529 !important;
}

.contenitore-mesi-finanziamento .active {
    background-color: var(--theme-color1);
    color: white !important
}

.contenitore-finanziamento {
    /*border: 1px solid var(--bordi);*/
    background-color: #263D4C;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.btn-finanziamento {
    margin-top: 10px;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}


.uilayout_range .asRange .asRange-pointer .asRange-tip {
    background-color: #E6E9EC;
    border: 1px solid #E6E9EC;
    border-radius: 3px;
    color: var(--lettere);
    font-size: 14px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 75px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
}

.short_code_title {
    color: white;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    margin-bottom: 12px;
}


.btn.white {
    background-color: #ffffff;
}

.mr40 {
    margin-right: 40px;
}

.contenitore-mesi-finanziamento .active {
    background-color: var(--theme-color1);
    color: white !important
}

.contenitore-mesi-finanziamento, .contenitore-info-spese{
    padding-top:30px;
}

.mb10{
    margin-bottom:10px
}