.dropdown-item.active{
  background-color:#c8dcec;
}

.dropdown-item a{
  text-decoration:none;
}

.dropdown-item:hover{
   background-color:#d8ecfc;
}