
.dropdown-menu.show {
  background-color: #F5F5F5;
  /*border-color: #F5F5F5;*/
  width: 288px !important;
  margin-top: 0px;
  position: relative;
  margin-bottom: 20px;
  top: 0px;
  /*transform: translate3d(-253px, 50px, 0px) !important;*/
  border-radius: 5px !important;
}

a.dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: .25rem 1.5rem !important;
  clear: both !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: inherit !important;
  background-color: transparent !important;
  white-space: normal !important;
  border: 0 !important;
  font-size: 13px !important;
}

.dropdown-menu show .dropdown-menu .dropdown-item:hover {
  color: red;
}

    .dropdown-menu show .dropdown-menu .dropdown-item:active {
      background-color: transparent;
    }

