  @charset "utf-8";
/* CSS Document */

.range-teeslider {
    margin-bottom: -0.5em;
}
.ramslider {
    padding: 0;
    /* margin-top: -8px; */
    margin-bottom: -4px;
}

.ramslidelabel {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

.ramslider {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 82%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
}
/* Override - set width for Mod and Vig (in minutes) */
.rammin {
    width: 58%;
}

.ramslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #031a6b;
    background: #3071a9;
    margin-top: 4px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
.ramslider::-webkit-slider-thumb:active {
    background-color: white;
}
.ramslider::-webkit-slider-thumb:hover {
    background-color: white;
}

/* All the same stuff for Firefox */
.ramslider::-moz-range-thumb {
    /* border: 1px solid #000000; */
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #031a6b;
    background: #3071a9;
    cursor: pointer;
}
.ramslider::-moz-range-thumb:active {
    background-color: white;
}
.ramslider::-moz-range-thumb:hover {
    background-color: white;
}

/* All the same stuff for IE */
.ramslider::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #031a6b;
    background: #3071a9;
    cursor: pointer;
}
.ramslider::-ms-thumb:active {
    background-color: white;
}
.ramslider::-ms-thumb:hover {
    background-color: white;
}


.ramslider:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

/* The TRACK */

/* Chrome */
.ramslider::-webkit-slider-runnable-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    /* background: #3071a9; */
    border-radius: 15px;
    border: 1px solid #010101;
}

/* Firefox */
.ramslider::-moz-range-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    /* background: #3071a9; */
    border-radius: 15px;
    border: 1px solid #010101;
    outline: none;
}

/* IE */
.ramslider::-ms-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    /* border-width: 16px 0; */
    color: transparent;
}

.ramslider::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 15px;
}
.ramslider:focus::-ms-fill-lower {
    background: #3071a9;
}

.ramslider::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 15px;
}

.ramslider:focus::-ms-fill-upper {
    background: #367ebd;
}


// Reset
* {
    &,
    &:before,
    &:after {
        box-sizing: border-box;
    }
}

/* Range Label */
.ramslider-value , .sedramslider-value, .fitslider-value {
    display: inline-block;
    position: relative;
    width: 40px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    background: #031a6b;
    padding: 5px 10px;
    margin-left: 8px;
    float: right;

    /* &:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #2c3e50;
        border-bottom: 7px solid transparent;
        content: '';
    } */
}

.fitslider-value {
    margin-top: -72px;
    line-height: 14px;
    display: none;
}

.minute-value {
    display: inline-block;
    position: relative;
    width: 40px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;

    padding: 5px 10px;
    margin-left: 8px;
    float: right;
    background: #4f2b4f;
}

.ramtimetitle {
    float: right;
}

.teeslider-value {
    display: inline-block;
    position: relative;
    width: 40px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    /* background: #000; */
    background: #cc0000;
    padding: 5px 10px;
    margin-left: 8px;
    font-weight: bold;
    float: right;
}


/ TEE slider /

#TEE {
    opacity: 1.0;
}

#TEE {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 82%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
}

#TEE::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 22px;
    width: 20px;
    border-radius: 3px;
    background: #031a6b;
    cursor: default;
    margin-top: 4px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
#TEE::-moz-range-thumb {
    border: 1px solid #000000;
    height: 22px;
    width: 20px;
    border-radius: 3px;
    background: #031a6b;
    cursor: default;
}

/* All the same stuff for IE */
#TEE::-ms-thumb {
    border: 1px solid #000000;
    height: 22px;
    width: 20px;
    border-radius: 3px;
    background: #031a6b;
    cursor: default;
}

#TEE:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

/* The TRACK */

/* Chrome */
/* #TEE::-webkit-slider-runnable-track {
    cursor: default;
    background: #3071a9;
    border-radius: 3px;
} */

#TEE::-webkit-slider-runnable-track {
    cursor: default;
    border-radius: 3px;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
    -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.3, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(1, #00ff00));
}


/** In case we want somethng to change when the slider has focus
#TEE:focus::-webkit-slider-runnable-track {
    background: #3071a9;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.35, #00ff00),
            color-stop(0.65, #00ff00),
            color-stop(0.75, #ffff00),
            color-stop(1, #ee0e00));
} **/

/* Firefox */
#TEE::-moz-range-track {
    cursor: default;
    border-radius: 3px;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
    -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.3, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(1, #00ff00));
}

/* IE */
#TEE::-ms-track {
    cursor: default;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
    -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.3, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(1, #00ff00));
}

#TEE::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 3px;
}

#TEE:focus::-ms-fill-lower {
    background: #3071a9;
}

#TEE::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 3px;
}

#TEE:focus::-ms-fill-upper {
    background: #367ebd;
}


/ SLEEP slider /

/* The TRACK */

/* Chrome */
#SLEEP::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.35, #ee0e00),
            color-stop(0.5, #ffff00),
            color-stop(0.6, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#SLEEP::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.35, #ee0e00),
            color-stop(0.5, #ffff00),
            color-stop(0.6, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#SLEEP::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.35, #ee0e00),
            color-stop(0.5, #ffff00),
            color-stop(0.6, #00ff00),
            color-stop(1, #00ff00));
}

#SLEEP {
    opacity: 0.6;
}


/ SEDENTARY slider /

#SED {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 82%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
}

#SED::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 22px;
    width: 3px;
    border-radius: 2px;
    background: #031a6b;
    cursor: default;
    margin-top: 4px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
#SED::-moz-range-thumb {
    border: 1px solid #000000;
    height: 22px;
    width: 3px;
    border-radius: 2px;
    background: #031a6b;
    cursor: default;
}

/* All the same stuff for IE */
#SED::-ms-thumb {
    border: 1px solid #000000;
    height: 22px;
    width: 20px;
    border-radius: 3px;
    background: #031a6b;
    cursor: default;
}

/* The TRACK */

/* Chrome */
#SED::-webkit-slider-runnable-track {
    cursor: default;
    border-radius: 3px;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #00ff00),
            color-stop(0.05, #00ff00),
            color-stop(0.30, #ffff00),
            color-stop(0.95, #ee0e00),
            color-stop(1, #ee0e00));
}

/* Firefox */
#SED::-moz-range-track {
    cursor: default;
    border-radius: 3px;
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #00ff00),
            color-stop(0.05, #00ff00),
            color-stop(0.30, #ffff00),
            color-stop(0.95, #ee0e00),
            color-stop(1, #ee0e00));
}

/* IE */
#SED::-ms-track {
    cursor: default;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #00ff00),
            color-stop(0.05, #00ff00),
            color-stop(0.30, #ffff00),
            color-stop(0.95, #ee0e00),
            color-stop(1, #ee0e00));
}

#SED::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 3px;
}

#SED:focus::-ms-fill-lower {
    background: #3071a9;
}

#SED::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 3px;
}

#SED:focus::-ms-fill-upper {
    background: #367ebd;
}

#SED {
    opacity: 1.0;
}


/ LIGHT slider /

/* The TRACK */

/* Chrome */
#LITE::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#LITE::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#LITE::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

#LITE::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#LITE:focus::-ms-fill-lower {
    background: #3071a9;
}

#LITE::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#LITE:focus::-ms-fill-upper {
    background: #367ebd;
}

#LITE {
    opacity: 0.6;
}


/ MODERATE slider /

/* The TRACK */

/* Chrome */
#MOD::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#MOD::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#MOD::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

#MOD::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#MOD:focus::-ms-fill-lower {
    background: #3071a9;
}

#MOD::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#MOD:focus::-ms-fill-upper {
    background: #367ebd;
}

#MOD {
    opacity: 0.6;
}


/ VIGOROUS slider /

/* The TRACK */

/* Chrome */
#VIG::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#VIG::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#VIG::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.05, #ee0e00),
            color-stop(0.2, #ffff00),
            color-stop(0.25, #00ff00),
            color-stop(1, #00ff00));
}

#VIG::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#VIG:focus::-ms-fill-lower {
    background: #3071a9;
}

#VIG::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#VIG:focus::-ms-fill-upper {
    background: #367ebd;
}

#VIG {
    opacity: 0.6;
}

/* FITNESS SECTION */

#fitsliders {
    margin-top:3rem;
}

/ TIME slider /

/* The TRACK */

/* Chrome */
#FITTIME::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#FITTIME::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#FITTIME::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

#FITTIME::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITTIME:focus::-ms-fill-lower {
    background: #3071a9;
}

#FITTIME::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITTIME:focus::-ms-fill-upper {
    background: #367ebd;
}

#FITTIME {
    opacity: 0.6;
    width: 96%;
}


/ INTENSITY slider /

/* The TRACK */

/* Chrome */
#FITINT::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#FITINT::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#FITINT::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

#FITINT::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITINT:focus::-ms-fill-lower {
    background: #3071a9;
}

#FITINT::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITINT:focus::-ms-fill-upper {
    background: #367ebd;
}

#FITINT {
    opacity: 0.6;
    width: 96%;
}


/ DAYS PER WEEK slider /

/* The TRACK */

/* Chrome */
#FITDAYS::-webkit-slider-runnable-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* Firefox */
#FITDAYS::-moz-range-track {
    background-image: url('https://www.w3schools.com/html/putImageHere.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

/* IE */
#FITDAYS::-ms-track {
    background-image: url('https://www.w3schools.com/html/pic_trullix.jpg'),
        -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0, #ee0e00),
            color-stop(0.25, #ffff00),
            color-stop(0.4, #ffff00),
            color-stop(0.9, #00ff00),
            color-stop(1, #00ff00));
}

#FITDAYS::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITDAYS:focus::-ms-fill-lower {
    background: #3071a9;
}

#FITDAYS::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

#FITDAYS:focus::-ms-fill-upper {
    background: #367ebd;
}

#FITDAYS {
    opacity: 0.6;
    width: 96%;
}

/* --- */

.fitslidehead {
    position: relative;
/*    margin-bottom: -5px;*/
    z-index: 100;
    /* font-weight: 600; */
}

#fitlist {
    list-style-type: none;
    position: absolute;
    margin: -0.6em 0 0 -4.9em;
    font-size: small;
}

#fitlist li {
    padding-bottom: 3em;
}


/*/

.slider-wrapper {
  display: inline-block;
  width: 40px;
  height: 210px;
  padding: 0;
/*
    float: left;
    margin-right: 1em;
*/
}
.slider-wrapper input {
  width: 200px;
  height: 40px;
  margin: 0;
  transform-origin: 100px 100px;
  transform: rotate(-90deg);
}

.slider-bundle {
/*
    float: left;
    margin-right: 2.5em;
    width: 33%;
*/
    margin-bottom: 3em;
}



.range-wrapper {
  position: relative;
  margin: 1rem;
}

input[type='range'] {
    -webkit-appearance: none;
/*
    max-width: 7rem;
    width: 100%;
*/
    background: transparent;
}


.fitslider:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.fitslider::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #565656;
  -webkit-appearance: none;
    border-radius: 0.75rem 0.25rem 0.25rem 0.75rem;
}

.fitslider::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #565656;
    border-radius: 0.75rem 0.25rem 0.25rem 0.75rem;
}

.fitslider::-moz-range-progress {
  background: orange;
  height: 0.9rem;
  border-radius: 0.75rem 0 0 0.75rem;
}

.fitslider::-ms-track {
  -webkit-appearance: none;
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
    border: 0;
}

.fitslider::-ms-fill-lower {
  background-color: orange;
  border-radius: 0.75rem 0 0 0.75rem;
}

.fitslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: -5px;
  border-radius: 3px;
  cursor: pointer;
}

.fitslider::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}

.fitslider::-ms-thumb {
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}


#PLAYFREQ::-moz-range-progress {
  background: orange;
}
#SPORTFREQ::-moz-range-progress {
  background: blue;
}
#EXERFREQ::-moz-range-progress {
  background: green;
}

#PLAYFREQ::-webkit-slider-runnable-track {
  background: orange;
}
#SPORTFREQ::-webkit-slider-runnable-track {
  background: blue;
}
#EXERFREQ::-webkit-slider-runnable-track {
  background: green;
}


#PLAYINT::-moz-range-progress {
  background: orange;
}
#SPORTINT::-moz-range-progress {
  background: blue;
}
#EXERINT::-moz-range-progress {
  background: green;
}

#PLAYINT::-webkit-slider-runnable-track {
  background: orange;
}
#SPORTINT::-webkit-slider-runnable-track {
  background: blue;
}
#EXERINT::-webkit-slider-runnable-track {
  background: green;
}


#PLAYTIME::-moz-range-progress {
  background: orange;
}
#SPORTTIME::-moz-range-progress {
  background: blue;
}
#EXERTIME::-moz-range-progress {
  background: green;
}

#PLAYTIME::-webkit-slider-runnable-track {
  background: orange;
}
#SPORTTIME::-webkit-slider-runnable-track {
  background: blue;
}
#EXERTIME::-webkit-slider-runnable-track {
  background: green;
}

datalist {
  display: flex;
  justify-content: space-between;
  width: 98%; /* Adjust as needed */
}

datalist option {
  text-align: center;
  /* Further styling for individual labels */
}

datalist#fitdaysticks {
    width: 96%; /* Adjust as needed */
}

datalist#fittimeticks {
    width: 100%; /* Adjust as needed */
}













/*
#PLAYFREQ::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #565656;
     -webkit-appearance: none;
}

#PLAYFREQ::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #565656;
}

#PLAYFREQ::-moz-range-progress {
  background: orange;
  height: 0.9rem;
  border-radius: 0.75rem 0 0 0.75rem;
}

#PLAYFREQ::-ms-track {
    -webkit-appearance: none;
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
  background: #565656;
    border: 0;
}

#PLAYFREQ::-ms-fill-lower {
  background-color: orange;
  border-radius: 0.75rem 0 0 0.75rem;
}

#PLAYFREQ::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: -5px;
  border-radius: 3px;
  cursor: pointer;
}

#PLAYFREQ::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}

#PLAYFREQ::-ms-thumb {
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.5rem;
  background: #ffffff;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}
*/



