#custom-nav .tab a {
  color: white; 
}

#custom-nav .tab a.active {
    color: white; 
}

#custom-nav .tab a:hover {
    color: white; 
}

#custom-nav .tab a:focus {
    /* background-color: rgba(255, 255, 255, 0); */
    opacity: 1;
}

#custom-nav .tab a:focus.active {
      /* background-color: rgba(255, 255, 255, 0);  */
      opacity: 1;
}

#custom-nav .indicator {
  background-color: white;
}

.result-tabs .tab{
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: rgb(231, 227, 227);
}

.result-tabs .tab:hover{
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: rgba(211, 211, 211, 0.788);
}


.result-tabs .tab a {
  color: black; 
}

.result-tabs .tab a.active {
    color: black; 
}

.result-tabs .tab a:hover {
  color: gray; 
}

.result-tabs .tab a:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.result-tabs .tab a:focus.active {
      background-color: rgba(255, 255, 255, 0.1); 
}

.result-tabs .indicator {
  background-color: gray;
}

.sidenav-fixed {
  z-index: 999; }

