
.loading-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;

  .loading-text {
    color:#666;
    font-size: 30px;
    margin-left: 15px;
  }

  .noMore-text {
    color:#666;
    font-size: 25px;
  }

  .empty-container {
    align-items: center;
    width:100%;
    display: flex;
    flex:1;
    flex-direction: row;
    position: relative;
    margin: 20px 0px;
  }

  .empty-text {
    color:#666;
    font-size: 30px;
  }

  .flex {
    display: flex;
  }

  .flex-row {
    flex-direction: row;
  }

  .items-center {
    align-items: center;
  }
}
