/* 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;
}

.navbar {
  --bulma-navbar-burger-color: var(--bulma-white);
  --bulma-navbar-dropdown-border-color: var(--bulma-white);
}

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

.transparent-box {
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid #f1f1f1;
}

.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;
}

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