.dropdown-service {
  position: fixed;
  z-index: 999;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.15);
  transition: opacity 150ms linear;
}

.dropdown-item {
  padding: 5px 12px;
  color: #314659;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  transition: background-color linear 0.2s;

  &:hover {
    background-color: #f2f2f2;
    cursor: pointer;
  }

  & > .iconfont {
    margin-right: 4px;
  }
}
