:global {
  .listViewPaging {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;

    .refresh-count {
      flex: 0;
    }

    .am-list {
      flex: 1;

      .am-list-body {
        background-color: #f7f7f7;
      }

      .am-list-body::after {
        display: none;
      }

      .am-list-body:before {
        display: none;
      }

      .am-list-line {
        padding: 0;
      }

      .am-list-line::after {
        transform: scaleY(0) !important;
      }

      .am-list-footer {
        padding-bottom: 9px;

        .list-footer {
          text-align: center;

          .list-footer-loading {
            display: flex;
            justify-content: center;
            align-items: center;

            .icon {
              width: 13px;
            }

            .text {
              margin-left: 7px;
            }
          }
        }
      }
    }
  }
}
