select {
  display: initial;
  margin-right: 10px;
  border: 1px#c4c4c4 solid !important;
  border-radius: 3px !important;
  padding: 5px !important;
  text-align: left !important;
}
.spinner-yellow-only{
	border-color: #00498c;
}

html {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

/* #mainSidenav */
#Dashboards
{
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
  overflow-y:auto;
  scrollbar-gutter: stable;
  height:1000px; 
}