.notification-drop {
  .ant-space {
    height: 0;
  }
}
.user-detail {
  .ant-dropdown-menu {
    min-width: 160px;
    max-width: 150px;
  }
}
.ant-dropdown-menu-item:hover {
  background-color: transparent !important;
}
