@import "./imports.scss";

.empty-container {
  width: 100%;
  margin-top: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: $font-family;

  svg {
    align-self: center;
  }

  .empty-text {
    align-self: center;

    .title {
      font-size: 16px;
      color: $text;
      font-weight: 500;
      text-align: center;
      margin: 0;
    }

    .description {
      font-size: 14px;
      line-height: 20px;
      color: $text-lighter;
      font-weight: 400;
      text-align: center;
    }
  }
}
