/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  cursor: pointer;
  display: inline-block;
  transition: all .3s;
}
:host ::ng-deep i {
  font-size: 18px;
  line-height: 100%;
}
::ng-deep .notice-icon-popover {
  width: 336px;
}
::ng-deep .notice-icon-popover .ant-popover-inner-content {
  padding: 0;
}
::ng-deep .notice-icon-popover .ant-tabs-bar {
  margin-bottom: 4px;
}
::ng-deep .notice-icon-popover .ant-tabs-nav-scroll {
  text-align: center;
}
::ng-deep .notice-icon-popover .ant-tabs-nav .ant-tabs-tab {
  margin-right: 32px;
  padding: 12px 16px;
}
::ng-deep .notice-icon-popover .not-found {
  text-align: center;
  padding: 73px 0 88px;
  color: rgba(0, 0, 0, 0.43);
}
::ng-deep .notice-icon-popover .not-found img {
  display: inline-block;
  margin-bottom: 16px;
  height: 76px;
}
::ng-deep .notice-icon-popover .clear {
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e9e9e9;
  transition: all 0.3s;
  cursor: pointer;
}
::ng-deep .notice-icon-popover .clear:hover {
  color: rgba(0, 0, 0, 0.85);
}
::ng-deep .notice-icon-popover .ant-list {
  max-height: 400px;
  overflow: auto;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item {
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .ant-list-item-meta {
  width: 100%;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .ant-avatar {
  background: #fff;
  margin-top: 4px;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item.read {
  opacity: 0.4;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item:last-child {
  border-bottom: 0;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item:hover {
  background: #ecf6fd;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .ant-list-item-meta-title {
  font-weight: normal;
  margin-bottom: 8px;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .description {
  font-size: 12px;
  line-height: 1.5;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .datetime {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
}
::ng-deep .notice-icon-popover .ant-list .ant-list-item .extra {
  float: right;
  color: rgba(0, 0, 0, 0.43);
  font-weight: normal;
  margin-right: 0;
  margin-top: -1.5px;
}
