.navigation-time-range {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 24px;
}

.navigation-view-type .btn {
  padding: 7px 9px;
  font-weight: 500;
  line-height: 21px;
}
.navigation-view-type .btn[data-calendar-view=day] {
  padding-left: 18px;
}
.navigation-view-type .btn[data-calendar-view=month] {
  padding-right: 18px;
}

.navigation-switchers .btn {
  padding: 5.5px 9px;
}
.navigation-switchers [data-action=move-today] {
  font-weight: 500;
  line-height: 21px;
}
.navigation-switchers [data-action=move-prev],
.navigation-switchers [data-action=move-next] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
}
.navigation-switchers [data-action=move-prev] svg,
.navigation-switchers [data-action=move-next] svg {
  font-size: 20px;
  fill: #fff;
}
.navigation-switchers [data-action=move-prev] svg {
  transform: rotate(-90deg);
}
.navigation-switchers [data-action=move-next] svg {
  transform: rotate(90deg);
}

.tui-full-calendar-week-container {
  min-height: 400px;
}

.week-view .tui-full-calendar-month {
  min-height: 250px;
}

.day-view .navigation .navigation-switchers,
.week-view .navigation .navigation-switchers,
.month-view .navigation .navigation-switchers {
  display: flex;
  align-items: normal;
}

.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  color: #343434;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
  padding: 0;
  min-width: 600px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate {
  margin-top: 0;
}
.tui-full-calendar-popup-detail .tui-full-calendar-section-header {
  height: 0;
  min-height: initial;
  visibility: hidden;
  margin-bottom: 0;
}
.tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
  margin-bottom: 0;
}
.tui-full-calendar-popup-detail .teaser, .tui-full-calendar-popup-detail .teaser__image {
  height: auto;
  min-height: 220px;
}
.tui-full-calendar-popup-detail .teaser__image img {
  height: 100%;
  object-fit: cover;
}
.tui-full-calendar-popup-detail .teaser__content .body-text {
  font-size: 0.875rem;
  line-height: 21px;
}
.tui-full-calendar-popup-detail .teaser .card__actionbar {
  margin-top: 0;
  padding-top: 0.5rem;
}
.tui-full-calendar-popup-detail .teaser .tagging-wrapper {
  position: relative;
  margin: 0 -3px;
  padding: 0.75rem 1.75rem 0 0;
}
.tui-full-calendar-popup-detail .teaser .tagging-wrapper .badge {
  margin: 0 3px 0.5rem;
}
.tui-full-calendar-popup-detail .teaser .tagging-wrapper .btn-collapse {
  position: absolute;
  display: none;
  top: 11px;
  right: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
.tui-full-calendar-popup-detail .teaser .tagging-wrapper .btn-collapse svg {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(0);
}
.tui-full-calendar-popup-detail .teaser .tagging-wrapper .btn-collapse.open svg {
  transform: rotate(180deg);
}
.tui-full-calendar-popup-detail .online {
  font-size: 0.875rem;
}

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