.webxSeekda .swiper-button-prev, .webxSeekda .swiper-button-next {
  color: #8AC1B8;
  top: 22px;
  border: 1px solid #8AC1B8;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webxSeekda .swiper-button-prev:after, .webxSeekda .swiper-button-next:after {
  font-size: 15px;
}
.webxSeekda .swiper-button-prev {
  left: 15px;
  top: 25px;
}
.webxSeekda .swiper-button-next {
  right: 15px;
  top: 25px;
}
.webxSeekda .calendar-swiper {
  overflow: hidden;
}
.webxSeekda .calendar .month {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  position: relative;
}
.webxSeekda .calendar .month:after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: black;
}
.webxSeekda .calendar .month-text {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}
.webxSeekda .calendar .month .week {
  display: flex;
  gap: 5px;
  row-gap: 5px;
}
.webxSeekda .calendar .month .week.firstweek {
  justify-content: flex-end;
}
.webxSeekda .calendar .month .week.lastweek {
  justify-content: flex-start;
}
.webxSeekda .calendar .month .week .day {
  width: calc(14.2857142857% - 4.2857142857px);
  background-color: #8AC1B8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.webxSeekda .calendar .month .week .day.notavailable {
  color: #6F6663;
  background-color: white;
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.nobooking {
  color: #6F6663;
  background-color: rgba(111, 102, 99, 0.48);
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.before {
  color: #6F6663;
  background-color: white;
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.marked {
  border: 5px solid #8AC1B8;
  transform: scale(1.05);
  background:#162132 !important;
}
.webxSeekda .calendar .month .week .day.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.available {
  background-color: #6F6663;
  cursor: pointer;
}
.webxSeekda .calendar .month .week .day.notmin {
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.notmin-first {
  opacity: 1;
}
.webxSeekda .guests {
  margin-bottom: 35px;
  text-align: center;
}
.webxSeekda .guests-title {
  font-weight: bold;
}
.webxSeekda .guests-subtitle {
  margin-bottom: 10px;
}
.webxSeekda .legend {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.webxSeekda .legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.webxSeekda .legend-item:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
}
.webxSeekda .legend-available:before {
  background-color: #8AC1B8;
}
.webxSeekda .legend-notavailable:before {
  background-color: white;
}
.webxSeekda .legend-booking:before {
  background-color: #6F6663;
}
.webxSeekda .price {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.webxSeekda .price-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 35px;
}
.webxSeekda .buttons {
  justify-content: center;
}

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