.progress-bar  {
    background-color: #2F5597 !important; /* Your custom color with !important */
}

.dash-filter input {
    text-align: left !important;
    padding-left: 5px !important;
}

.pagination > li > a
{
    color: grey;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:hover
{
    color: white;
    background-color: grey;
}

.dash-table-container .previous-next-container .page-number .last-page {
	font-family: Avenir;
}


.dash-table-container .previous-next-container .page-number .current-page-container input.current-page {
	font-family: Avenir;
}



