.dashboard-date-time-select        { width: 100%; margin-left: auto; margin-right: auto; }
.time-scroll-container             { width: 100%; margin-top: 25px; }
.time-markers                      { display: flex; justify-content: space-between; margin-top: 5px; color: var(--espediter-component-dark); font-size: 0.85em; font-weight: 500; width: 100%; padding: 0;}
#time-slider                       { width: 100%; -webkit-appearance: none; appearance: none; height: 10px; background: var(--espediter-component-light); outline: none; opacity: 0.8; transition: opacity .2s; border-radius: 5px;}
#time-slider:hover                 { opacity: 1; }
#time-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--espediter-primary-blue); cursor: pointer; border: 3px solid var(--espediter-white); box-shadow: 0 0 5px var(--espediter-black);}
#time-slider::-moz-range-thumb     { width: 20px; height: 20px; border-radius: 50%; background: var(--espediter-primary-blue); cursor: pointer; border: 3px solid var(--espediter-white); box-shadow: 0 0 5px var(--espediter-black);}

.dashboard_table td,
.dashboard_table th {background-color: transparent !important;}
/*.dashboard_table    {scroll-snap-type: x mandatory; scroll-behavior: smooth;}*/