.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
.dropdown-menu{
    border-top: 2px solid rgb(38, 67, 231);
    border-radius: 0%;
}
.dropdown-item{
    padding: 10px 20px;

}
