.custom-slider .dash-slider-range {
    background-color: #E8A31F !important;}

/* Handles */
.custom-slider .dash-slider-thumb {
    background-color: #E8A31F;
    border-color: #E8A31F;
}

.custom-slider .dash-slider-thumb:hover,
.custom-slider .dash-slider-thumb:focus {
    background-color: #E8A31F !important;
    box-shadow: 0 0 5px #E8A31F;
}

.custom-btn {
    background-color: #E8A31F !important;
    border-color: #E8A31F !important;
    color: white;
}