.au-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;

  &-sm {
    .au-empty-img {
      img {
        width: 65px;
      }
    }
  }

  &-md {
    .au-empty-img {
      img {
        width: 80px;
      }
    }
  }

  &-lg {
    .au-empty-img {
      img {
        width: 100px;
      }
    }
  }

  &-extra-des {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #ccc;
  }

  &-extra-title {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    color: #aaa;
  }
}
