#wrapper_mortgage_calculator {
    display: flex;
    justify-content: space-between;
}

.half_width {
    margin-top: 1.5rem;
}

.wrapper-amount-interest input{
    font-size: 2em;
}

.irs--flat .irs-handle > i:first-child,
.color_repayment_button{
    background: #02b6ae !important;
}

.clicked.color_repayment_button {
    background: #272626 !important;
}

.irs--round .irs-single {
    font-size: 18px !important;
    background-color: #02b6ae !important;
}

.irs--round .irs-bar {
    background-color: #02b6ae !important;
}

.irs--round .irs-handle {
    border: 4px solid #02b6ae !important;
}

.irs--round .irs-single:before {
    border-top-color: #02b6ae !important;
}

.irs-min,
.irs-max,
.irs-single,
#amount{
    font-family: "Merriweather, Georgia";
}

.container-repayment {
    display: flex;
    margin-top: 1.7rem;
    width: 100%;
    justify-content: flex-start;
}

#repayment{
    color: #02b6ae
}

@media screen and (max-width: 480px) {
    select[name='type_repayment']{
        width: 100% !important;
    }

    #wrapper_mortgage_calculator{
        display: block;
    }

    .wrapper-amount-interest input{
        font-size: 1em;
        width: 100%;
    }

    .range-slider.half_width{
        width: 85%;
        margin: 0 auto;
    }

    .wrapper-amount-interest{
        margin-top: 2em;
    }
}
