.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 {
  content: " ";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: black;
}
.webxSeekda .calendar .month-text {
  width: 100%;
  text-align: center;
}
.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: lightgreen;
  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 {
  background-color: white;
  color: black;
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.before {
  color: black;
  background-color: white;
  opacity: 0;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.marked {
  background-color: deepskyblue;
  border: 5px solid lightgreen;
  transform: scale(1.05);
}
.webxSeekda .calendar .month .week .day.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.available {
  background-color: darkolivegreen;
  cursor: pointer;
}
.webxSeekda .calendar .month .week .day.notmin {
  opacity: 0.5;
  cursor: not-allowed;
}
.webxSeekda .calendar .month .week .day.notmin-first {
  opacity: 1;
}
.webxSeekda .buttons {
  display: flex;
  gap: 5px;
  align-content: stretch;
}
.webxSeekda .buttons .btn {
  width: calc(50% - 2.5px);
}
.webxSeekda .price {
  display: flex;
  align-items: center;
  gap: 5px;
}

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