/* 
radio
*/

.dash-options-list-option-checkbox {
    accent-color: #0078d4 !important;
    outline-color: #0078d4 !important;
}



/* 
slider 
*/

/* container */
.dash-slider-container {
	padding-bottom: 10px;
}

/* the whole thing */
/*.dash-slider-root {
    background-color: #ade3ff;
}
*/

/* the filled part */
.dash-slider-range {
    background-color: #ade3ff !important;
}

/* the unfilled background part */
/*.dash-slider-track {
    background-color: #214097;
}
*/

/* Handle (the draggable dot) */
.dash-slider-thumb-1 {
    border-color: #ade3ff;
    background-color: #ffffff;
	width: 20px !important;
    height: 20px !important;
	border-width: 3px;
}

/* Mark labels */
.dash-slider-mark {
    border-color: black;
}

/* ticks */
/*
.dash-slider-mark::before {
    background-color: black !important;
}

.dash-slider-mark::after {
    background-color: black !important;
}
*/

