/* Bulma config */
:root {
  --bulma-family-primary:
    Atkinson Hyperlegible Next, Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --bulma-family-secondary:
    Atkinson Hyperlegible Next, Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --bulma-family-code:
    Atkinson Hyperlegible Next, Inconsolata, Hack, SF Mono, Roboto Mono,
    Source Code Pro, Ubuntu Mono, monospace;
  scroll-padding: 108px;
}

/* CALENDAR */
.month-section,
.month-title {
  display: none;
}
.month-section.active,
.month-title.active {
  display: inherit;
}
.calendar-list {
  overflow-y: auto;
  max-height: 60vh;
}

.swiper-slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  margin: 0;
}

:root {
  --swiper-navigation-color: var(--bulma-primary);
  --swiper-navigation-size: 3rem;
  --swiper-pagination-color: var(--bulma-primary);
  --swiper-pagination-bullet-size: 0.5rem;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}

.navbar-item {
  font-weight: initial;
  text-decoration: initial;
  &.is-current {
    font-weight: bold;
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  .navbar-dropdown {
    margin-left: 1rem;
    border-left: 0.25rem solid var(--bulma-primary);
  }
}

.topButton {
  display: none;
  gap: 0.5rem;
  bottom: 1rem;
  right: 1rem;
  position: fixed;
}

.icon-big {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0.8rem;
  color: var(--bulma-primary);
  background-color: hsla(
    var(--bulma-primary-h),
    var(--bulma-primary-s),
    var(--bulma-primary-l),
    0.25
  );
}
