.empty-message {
  height: 248px;
  flex-shrink: 0;
  align-self: stretch;
  background:
    linear-gradient(174deg, #024804 52.46%, #010101 120.79%),
    rgba(19, 22, 32, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.empty-message img {
    height: 76px;
}

.empty-message p {
  color: #eefbff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 12.626px; /* 84.175% */
  letter-spacing: 0.15px;
}
