.dropdown-item{
																																																																																															background-color: #ffffff;
  transition: background-color .3s ease-in-out;
}


.dropdown-item:hover{
background-color: rgba(201, 212, 224, 0.3);
}