/* [project]/components/skeletons.module.css [app-client] (css) */
.skeletons-module__0Emqsa__item-skeleton {
  margin: 5px 0;
  overflow: hidden;
  flex: 100;
}

.skeletons-module__0Emqsa__item-skeleton:before, .skeletons-module__0Emqsa__item-skeleton:after {
  content: "";
  display: block;
  width: 350px;
  max-width: 100%;
  height: 16px;
  background: #eee;
  margin: 6px 0 2px;
  background-image: linear-gradient(270deg, #ccc, #eee, #eee, #ccc);
  background-size: 400% 100%;
  animation: 8s infinite skeletons-module__0Emqsa__highlight-rotating;
}

.skeletons-module__0Emqsa__item-skeleton:after {
  width: 250px;
  height: 10px;
  margin: 5px 0;
}

@keyframes skeletons-module__0Emqsa__highlight-rotating {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}


/*# sourceMappingURL=components_skeletons_module_122630.css.map*/
