.user-preference {
  &-popover {
    z-index: 1500 !important;
    position: absolute !important;
    width: 260px;
    top: 40px !important;
    right: 25px;
    left: auto !important;

    &-content {
      position: relative;
      .popover-title {
        position: absolute;
        left: 65px;
        top: 2px;
        font-size: 13px;
        color: #04173F;
        margin: 12px 0;
      }

      .popover-text {
        position: absolute;
        left: 65px;
        top: 27px;
        font-size: 13px;
        color: rgba(0,0,0,.54);
        line-height: 20px;
        margin-top: 4px;
      }

      .personUlBox {
        margin-top: 10px;
      }
      .personUlBox ul  {
        padding: 0;
      }
      .personUlBox ul li {
        list-style: none;
        font-size: 13px;
        width: 260px;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;

      }

      .personUlBox ul li button {
        width: 260px;
        height: 40px;
        text-align: left;
        margin-left: -20px;

      }

      .personUlBox ul li i {
        list-style: none;
        font-size: 20px;
        color: #04173F;

      }
      .popover-button-wrapper {
        text-align: left;
        button {
          width: 90px;
          height: 32px;
          i{
            list-style: none;
            font-size: 20px;
            color: #565656;

          }
          & + button {
            margin-left: 16px;
          }
        }
      }

      .user-preference-avatar {
        width: 80px;
        height: 80px;
        //line-height: 80px;
        font-size: 40px;
      }
    }
  }

  &-avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    background-color: #c5cbe8;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #2196f3;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
  }
}
.user-preference-popover {
  .ant-popover-content {
    .ant-popover-inner {
      .ant-popover-inner-content {
        padding: 0;
      }
    }
  }
}
