

/* Start:/local/components/summit/calendar.list/templates/.default/style.css?1776146724975*/
.skeleton {
  position: relative;
  overflow: hidden;
  background: #eee;
  border-radius: 8px;
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* размеры */
.skeleton-tab {
  width: 120px !important;
  height: 36px;
}

.skeleton-dropdown {
  width: 120px;
  height: 36px;
  margin-right: 10px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.skeleton-day {
  height: 60px !important;
}

.calendar-right {
  margin-top: 20px;
}

.skeleton-title {
  width: 200px;
  height: 20px;
  margin-bottom: 10px;
}

.skeleton-text {
  width: 100%;
  height: 14px;
  margin-bottom: 8px;
}

.skeleton-button {
  width: 180px;
  height: 40px;
}

/* End */
/* /local/components/summit/calendar.list/templates/.default/style.css?1776146724975 */
