.check .custom-control-label {
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: 0.5px;
    color: black;
    margin-bottom: 3px;
}

/**
Slider
*/

.slider-value {
    text-align: center;
    font: normal normal bold 20px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 1em;
    margin-left: -10px;
    font-weight: bold;
}

.slider-tick-label-container {
    display: none
}

.slider.slider-horizontal {
    width: 100% !important;
}


.slider-tick {
    width: 0 !important;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    /*background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 6px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-left: -22px !important;
    margin-top: -2px;
    background: #34870B;
}

.slider.slider-horizontal .slider-track {
    height: 5px !important;
    margin-top: -1px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewbox='0 0 8 8'%3e%3cpath fill='%2354b049' d='m6.564.75l-3.59 3.612-1.538-1.55l0 4.26l2.974 2.99l8 2.193z'/%3e%3c/svg%3e") !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #54B049;
    background-color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-checkbox .custom-control-label::before {
    height: 21px;
    width: 21px;
    background-color: #F6F6F6;
    top: .1rem;
    left: -1.6rem;
}

#slider .slider-selection {
    background: #34870B !important;
}


input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.1em;
    height: .6em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #34870B;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background: #4D5C4E;
    -webkit-box-shadow: 0 0 0.25em rgb(0 0 0 / 30%);
    box-shadow: 0 0 0.25em rgb(0 0 0 / 30%);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: -10px;
    top: -8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 0.5em);
}


#sliderValLabel {
    color: black;
}

.slider-track {
    background-color: #E6E8E6 !important;
}

.slider-selection {
    background-color: #34870B !important;
}