@import "animate.min.css";
.seedings-container {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 280px;
  z-index: 101;
}
.seedings-container .seeding-item {
  margin-bottom: 10px;
  background-color: rgba(163, 237, 245, 0.8);
  display: none;
  line-height: 1.3;
  padding: 5px;
  border-radius: 30px;
  transition: all 1s linear;
}
.seedings-container .seeding-item.active {
  display: flex;
  animation: backInDown;
  animation-duration: 0.5s;
}
.seedings-container .seeding-item .image {
  margin-right: 10px;
  padding-top: 2px;
}
.seedings-container .seeding-item .content {
  flex-basis: 0%;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 300;
  font-size: 13px;
}
.seedings-container .seeding-item .content .title {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 1.3;
}
.seedings-container .seeding-item .content .description {
  font-size: 12px;
}

/*# sourceMappingURL=seedings.css.map */
