
@font-face {
    font-family: lato-regular;
    src: url("../fonts/lato.regular.ttf");
}


.container-slider {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    
    
}

.range {
    display: block;
    width: 90%;
    
    height: 40px;
    background: none;
    position: relative;
}

.range__slider {
    width: 100%;
}

.range__value {
    width: 35%;
    margin-left: 45px;
    text-align: center;
    border-left: #e6e4e4 1px solid;
}

.form-group-slider-cma {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .form-group-slider-cma label {
        text-transform: uppercase;
        font-size: .7rem;
        color: #222;
        margin-bottom: 5px;
    }

    .form-group-slider-cma span {
        font-size: 2rem;
        font-weight: 600;
        color: #3c3b3b;
    }

.range__slider label {
    margin-bottom: 10px;
}
.range__slider [type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 5px;
    border-radius: 6px;
    background: #999997;
    outline: none;
    padding: 0;
    margin: 0;
    z-index:5;
    
}

    /* custom thumb */
    .range__slider [type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #BFBFBD;
        border: #203566 solid;
        cursor: pointer;
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.6);
    }

        .range__slider [type="range"]::-webkit-slider-thumb:hover {
            
        }

    .range__slider [type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #BFBFBD;
        border: #203566 solid;
        cursor: pointer;
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.6);
    }

        .range__slider [type="range"]::-moz-range-thumb:hover {
            background: #f9ca24;
        }

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}

.vertical-line {
    height: 35px;
    position: absolute;
    display: flex;
    border-left: 3px solid #999997;
    z-index:0;
}

.slider-text {
    font-family: lato-regular;
    color: #203566;
    top: 90%;
    position: absolute;
    display: flex;
}
