.password-popover {
  .ant-popover-title {
    border-bottom: none;
  }
  .ant-popover-content {
    display: flex;
    flex-direction: column;

    .rule-item {
      display: flex;
      align-items: center;
      line-height: 22px;
      margin-bottom: 4px;
      font-size: 12px;

      .uncheck {
        margin-right: 6px;
        width: 12px;
        height: 12px;
        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #e6e6e6;
      }

      .svg-icon {
        height: 20px;

        svg {
          margin-right: 6px;
          width: 12px;
          height: 12px;
        }
      }
    }
  }
}
