.top-bar {border-bottom: 3px solid #FFC20E;}
body.dark-theme .dashboards .dashboard-list-container .show-hide-toggle.bar {
    background-color: #FFC20E;
}
body.dark-theme .dashboard-list ul.list-items > li.list-item {
    border-color: #FFC20E;
}
body.dark-theme .dashboard-list ul.list-items > li.list-item.active {
    border-color: #a87f06;
    background-color: #a87f06;
}
body.dark-theme .dashboard-list ul.list-items > li.list-item:hover {
    border-color: #FFC20E;
    background-color: #FFC20E;
}
body.dark-theme .dashboard-list ul.list-items > li.list-item.active:hover {
    border-color: #a87f06;
    background-color: #a87f06;
}