#scrollingNav {
  background-color: #1a73e8 !important;
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%) !important;
}

.sidenav-search input {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #202124 !important;
}

.sidenav-search input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.sidenav-search input:focus {
  background-color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
}

.sidenav .nav-list-item a {
  color: rgba(255, 255, 255, 0.9) !important;
  border-left: 3px solid transparent !important;
}

.sidenav .nav-list-item a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-left-color: #ffffff !important;
}

.sidenav .nav-list-item a.active,
.sidenav .nav-list-item.active a {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-left-color: #ffffff !important;
  font-weight: 600 !important;
}

.sidenav .nav-header a {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.sidenav .nav-header a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.search-reset {
  color: #5f6368 !important;
}
