.not-found-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;

  //width: 332px;
  width: 100%;
  height: 100px;

  background: var(--main-background);

  &__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;

    width: 60px;
    height: 60px;
  }

  &__message {
    width: 164px;
    height: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;
    letter-spacing: 0.15px;
    color: var(--caption);
  }
}
