@media (min-width: 768px) {
.show-only-mobile[data-v-f5ced292] {
    display: none;
}
}
@media (max-width: 767.98px) {
.hide-on-mobile[data-v-f5ced292] {
    display: none;
}
}
.swiper .swiper-button-next[data-v-f5ced292]:after,
.swiper .swiper-container-rtl .swiper-button-prev[data-v-f5ced292]:after,
.swiper .swiper-button-prev[data-v-f5ced292]:after,
.swiper .swiper-container-rtl .swiper-button-next[data-v-f5ced292]:after {
  font-size: 22px;
  font-weight: bold;
  display: none;
}
@media (min-width: 768px) {
.swiper .swiper-button-next[data-v-f5ced292]:after,
.swiper .swiper-container-rtl .swiper-button-prev[data-v-f5ced292]:after,
.swiper .swiper-button-prev[data-v-f5ced292]:after,
.swiper .swiper-container-rtl .swiper-button-next[data-v-f5ced292]:after {
    display: -webkit-box;
    display: flex;
}
}
.full-bg[data-v-f5ced292] {
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
  width: 98vw;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.days-swiper[data-v-f5ced292] {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1032;
  background: white;
  margin: 0 -15px;
}
@media (min-width: 768px) {
.days-swiper[data-v-f5ced292] {
    margin: 0;
}
}
.template-widget[data-v-f5ced292] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1032;
  background: white;
  margin: 0 -15px;
}
@media (min-width: 768px) {
.template-widget[data-v-f5ced292] {
    margin: 0;
}
}
.header[data-v-f5ced292] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
}
.header-title[data-v-f5ced292] {
  font-size: 20px;
  color: white;
}
.week[data-v-f5ced292] {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) {
.week[data-v-f5ced292] {
    margin: 0 50px;
}
}
.day[data-v-f5ced292] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  max-width: 80px;
  margin: 10px 5px;
  -webkit-box-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
.day[data-v-f5ced292] {
    margin: 10px 15px;
}
}
.day--active .day-day[data-v-f5ced292] {
  color: white;
  background-color: var(--brand-color);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.day--enabled[data-v-f5ced292] {
  cursor: pointer;
}
.day--enabled:hover .day-day[data-v-f5ced292] {
  color: white;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.day--disabled[data-v-f5ced292] {
  opacity: 0.5;
}
.day-week-day[data-v-f5ced292] {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}
.day-day[data-v-f5ced292] {
  font-size: 18px;
  font-weight: 500;
}
.events-list-day-scroll-el[data-v-f5ced292] {
  -webkit-transform: translateY(-210px);
          transform: translateY(-210px);
}
.events-list-header[data-v-f5ced292] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  height: 65px;
  border-bottom: 1px solid #d6d4d7;
  padding-bottom: 10px;
}
.show-more-container[data-v-f5ced292] {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.list-end-space[data-v-f5ced292] {
  padding-top: calc(100vh - 440px);
}
.calendar-navigation-btn[data-v-f5ced292] {
  border-radius: 6px;
  border: 1px solid #b7bcc2;
  padding: 6px 14px;
  background-color: white;
  position: absolute;
  top: 50%;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
.calendar-navigation-btn[data-v-f5ced292] {
    display: none;
}
}
.calendar-navigation-btn.prev[data-v-f5ced292] {
  left: 1px;
  right: auto;
}
.calendar-navigation-btn.next[data-v-f5ced292] {
  right: 1px;
  left: auto;
}
.calendar-navigation-btn[data-v-f5ced292]:hover {
  color: var(--brand-color, #f26c67);
  border-color: var(--brand-color, #f26c67);
  box-shadow: 0px 0px 1px 1px var(--brand-color, #f26c67);
  background-color: #ffffff;
}
