.event-sorting, .ui.selection.active.dropdown .menu{
    border-color: #7FC349 !important;
 }
 .ui.dropdown .menu>.item:first-child {
      border-top: 1px solid #7FC349 !important;
   }
   .ui.dropdown .menu .selected.item, .ui.dropdown.selected{
       color: #000;
       background: #fff;
   }
   .ui.dropdown .menu>.item:hover{
       background: #fff;
   }
   .ui.dropdown .menu .active.item{
       font-weight: normal;
   }
   .ui.selection.dropdown{
       min-width: 11em;
   }
.ui.selection.active.dropdown:hover .menu {
    border-color: #96c8da;
    -webkit-box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
    box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
}
.ui.selection.active.dropdown .menu {
    max-height: none;
    overflow: visible;
}

@media (max-width: 480px) and (min-width: 320px) {
    .ui.selection.dropdown{
        min-width: 5em;
    }
  }