.uif-popper-popper
  position absolute
  z-index 10

.uif-drop-menu-items
  background-color #f1f3f5
  border 1px solid $border-color
  padding 4px 0
  border-radius 4px
  box-shadow 4px 4px 16px rgba(0,0,0,.1)
  min-width 124px
  &-text
    padding 4px 11px
    font-size 12px
    line-height 20px
    cursor pointer
    white-space nowrap
    &:hover
      background-color #e1edfa

.uif-dm-item.disabled .uif-drop-menu-items-text
  cursor not-allowed
  color #d9dfe5
  &:hover
    background-color unset
