.empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 100px;
  p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.65);
  }
  & > span {
    display: block;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 24px;
  }
}
