﻿.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #f00;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*Slider*/
.slider-container {
    /*display: flex;*/
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.box-minmax {
    margin-top: 30px;

    width: 608px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #467fcf;
}

    .box-minmax span:first-child {
        margin-left: 10px;
    }

.range-slider {
    /*margin-top: 30vh;*/
}

.rs-range {
    margin-top: 29px;
    width: 100%;
    -webkit-appearance: none;
}

    .rs-range:focus {
        outline: none;
    }

    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #467fcf;
        border-radius: 0px;
        border: 1px solid #467fcf;
    }

    .rs-range::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #467fcf;
        border-radius: 0px;
        border: 0px solid #467fcf;
    }

    .rs-range::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #467fcf;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: #467fcf;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #467fcf;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: #467fcf;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range::-moz-focus-outer {
        border: 0;
    }

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}

    .rs-label::after {
        content: "saat";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }

.rs-label2 {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



.rs-label2::after {
    content: "dakika";
    display: block;
    font-size: 10px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}


.rs-label-nem {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-nem::after {
        content: "%";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }


.rs-label-water {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-water::after {
        content: "m³";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }


.rs-label-waterflow {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-waterflow::after {
        content: "m³/h";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }

.rs-label-temp {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-temp::after {
        content: "°C";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }



.rs-label-pressure {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-pressure::after {
        content: "bar";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }


.rs-label-hz {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    border: 2px solid #467fcf;
    margin-top: 5px;
    margin-left: -21px;
    left: attr(value);
    color: rgb(255, 106, 0);
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 22px;
}



    .rs-label-hz::after {
        content: "hz";
        display: block;
        font-size: 12px;
        letter-spacing: 0.07em;
        margin-top: -2px;
    }