.tavo-calendar {
  text-align: center;
  font-size: 15px;
  width: 100%;
  font-family: "Poppins";
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
}

.tavo-calendar__info {
  display: none;
  text-align: left;
  margin-bottom: 8px;
  font-size: 12px;
}

.tavo-calendar__info span {
  font-weight: bold;
  background-color: #f1f1f1;
}

.tavo-calendar__info:after {
  content: '';
  display: block;
  clear: both;
}

.tavo-calendar__header {
  display: flex;
  justify-content: space-between;
  /* background-color: green; */
  color: #8a9bb2;
  align-items: center;
  padding: 4px 8px;
}

.tavo-calendar__nav {
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  padding: 0;
  cursor: pointer;
  fill: #8a9bb2;
  line-height: 0px;
}

.tavo-calendar__month-label {
  background-color: #222B45;
  color: white;
  padding: 2px 20px;
  border-radius: 20px;
}


.tavo-calendar__nav_prev,
.tavo-calendar__nav_next {
  text-align: left;
}

.tavo-calendar__nav_prev svg,
.tavo-calendar__nav_next svg {
  width: 16px;
  height: 16px;
}

.tavo-calendar__code_lock {
  opacity: 0.7;
}

.tavo-calendar__code_lock:hover {
  opacity: 1;
}

.tavo-calendar__code_lock .tavo-calendar__days {
  pointer-events: none;
}

.tavo-calendar__week-names {
  display: flex;
  background-color: none;
  font-size: 12px;
  /* padding: 4px;  */
}

.tavo-calendar__days {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  flex: 1;
  gap: 0px;
  border: none;
  /* justify-content: space-between; */
}

.tavo-calendar__reset {
  float: right;
}

.tavo-calendar__reset svg {
  height: 16px;
  width: 16px;
}

.tavo-calendar__weekday {
  flex: 1;
  text-align: center;
}

.tavo-calendar__day {
  position: relative;
  flex: 1;
  display: flex;
  min-width: calc(100%/7);
  max-width: 0%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 2px;
}

.tavo-calendar__day span {
  /* width: 70px;
  height: 70px; */
  /* border-radius: 50%; */
  /* display: inline-block; */
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 35px;
  font-size: 15px;
}

.tavo-calendar__day span:hover {
  background-color: lightblue;
}

.tavo-calendar__day_highlight {
  color: red !important;
}

.tavo-calendar__day_abs-today {
  /* background-color: lightgoldenrodyellow; */
  border-radius: unset;
}

.tavo-calendar__day_today:hover span {
  border-radius: 50%;
}

.tavo-calendar__day_off,
.tavo-calendar__day_exp,
.tavo-calendar__day_different-month,
.tavo-calendar__day_lock {
  cursor: default;
  color: grey;
  background-color: unset;
}

.tavo-calendar__day_off day,
.tavo-calendar__day_off day:hover,
.tavo-calendar__day_exp day,
.tavo-calendar__day_exp day:hover,
.tavo-calendar__day_different-month day,
.tavo-calendar__day_different-month day:hover,
.tavo-calendar__day_lock day,
.tavo-calendar__day_lock day:hover {
  background: unset;
}

.tavo-calendar__day_off span {
  text-decoration: line-through;
}

.tavo-calendar__day_select span {
  background-color: unset;
}

.tavo-calendar__day_select span {
  background-color: lightblue;
  border-radius: unset;
}

.tavo-calendar__day_select day:hover {
  background-color: lightblue;
}

.tavo-calendar__day_range-select {
  background-color: lightblue;
}

.tavo-calendar__day_select-lock {
  pointer-events: none;
  color: grey;
}

.tavo-calendar__day .tavo-calendar__day-inner {
  /* color: rgba(51, 51, 51, 0.6); */
  background-color: none;
  flex: 1;
  /* margin: 3px 0px; */
}

.tavo-calendar__day_rel-today .tavo-calendar__day-inner {
  color: rgba(51, 51, 51, 0.794);
}

.wn_tavo_calendar_aqua_background {
  background-color: #97FFFF;
}

.wn_tavo_calendar_blue_background {
  background-color: #97CDFF;
}

.wn_tavo_calendar_green_background {
  background-color: #D1FF97;
}

.wn_tavo_calendar_pink_background {
  background-color: #ffb9f0;
}

.wn_tavo_calendar_yellow_background {
  background-color: #ecffb9;
}

.wn_tavo_calendar_orange_background {
  background-color: #ffc697;
}

.wn_tavo_calendar_red_background {
  background-color: #ff9797;
}

.tavo-calendar__day_different-month {
  opacity: 0;
  pointer-events: none;
}

.wn_bpip_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wn_bpip_wrapper * {
  font-family: "Poppins";
}

.wn_bpip_calendar_section {
  width: 100%;
  min-width: 500px;
}

.wn_bpip_heading {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 0px 10px 0px 10px;
}

.wn_bpip_legend_wrapper {
  width: 100%;
  margin-top: 30px;
}

.wn_bpip_legend_row {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}



.wn_bpip_legend_left_column {
  display: flex;
  width: 50%;
  justify-content: left;
  align-items: center;
}

.wn_bpip_legend_right_column {
  display: flex;
  width: 50%;
  justify-content: right;
  align-items: center;
}

.wn_bpip_legend_sub_one {
  border: 1px solid #222B45;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 36px;
}

.wn_bpip_circle_one {
  background-color: #D1FF97;
}

.wn_bpip_circle_two {
  background-color: #97CDFF;
}

.wn_bpip_circle_three {
  background-color: #97FFFF;
}

.wn_bpip_legend_sub_two {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.wn_bpip_legend_sub_two span {
  display: block;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #0F1E57;
}

.wn_bpip_legend_sub_three {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  position: relative;
}

.wn_bpip_legend_sub_three::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background-color: #0F1E57;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.wn_bpip_legend_sub_three span {
  display: block;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #0F1E57;
}

.wn_bpip_details_section {
  width: 100%;
  min-width: 200px;
}

.wn_bpip_details_block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.wn_bpip_details_block__active {
  opacity: 1;
  pointer-events: auto;
}

.wn_bpip_details_block_default {
  background-color: #97FFFF;
}

.wn_bpip_details_block {
  color: black;
}

.wn_bpip_details_block a {
  width: 100%;
}

.wn_bpip_date_wrapper {
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.wn_bpip_details_columns_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.wn_bpip_details_columns {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wn_bpip_details_columns span {
  margin: 5px 0px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.wn_bpip_details_adults_price,
.wn_bpip_details_juniors_price {
  margin-bottom: 20px !important;
}

.wn_bpip_details_cta {
  margin-top: 30px;
  width: 100%;
  height: 48px;
  background-color: #FF00B8;
  color: white;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.wn_bpip_details_cta:hover {
  transition: 0.3s ease;
}



.wn_bpip_details_cta i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.wn_bpip_details_cta:hover i {
  transform: translateY(-50%) translateX(7px);
  transition: 0.5s ease;
}

.tavo-calendar__day_rel-past .tavo-calendar__day-inner {
  background-color: rgb(246, 246, 246);
}

.tavo-calendar__day_rel-past:hover .tavo-calendar__day-inner {
  background-color: rgb(246, 246, 246);
  pointer-events: none;
}

@media only screen and (max-width: 900px) {
  .wn_bpip_wrapper {
    align-items: center;
    flex-direction: column;
  }

  .wn_bpip_calendar_section {
    width: 100%;
    min-width: auto;
  }

  .wn_bpip_details_section {
    width: 100%;
  }

  .wn_bpip_details_section {
    margin-top: 50px;
  }

  .wn_bp_calendar_price {
    font-size: 0.8rem;
  }

  .wn_bpip_heading {
    text-align: center;
  }
}

.wn_bpip_legend_row_clones {
  display: flex;
}

.wn_bpip_hide {
  opacity: 0;
  display: none;
}

.wn_bp_calendar_price {
  /* font-size: 1rem; */
  font-weight: 500;
  line-height: 18px;
  color: #0F1E57;
  text-align: center;
  margin: 0px;
  padding: 5px;
}

.wn_bp_calendar_active_today {
  background-color: #FF00BD !important;
  color: white;
}

.wn_bp_calendar_active_today > p{
  color: white;
}

.key-contianer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cheapest-container {
  margin: 10px;
  display: flex;
  align-items: center;
}
.cheapest-key {
  width: 30px;        /* Size of the square */
  height: 30px;       /* Size of the square */
  background-color: #c0e6c1; /* Color of the square */
  margin-right: 10px; /* Space between the square and text */
}

.cheapest-color {
  background-color: #c0e6c1;
}

.event-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 16px;
  color: red;
}

.event_title {
  font-size: 18px;
  font-weight: 500;
}

.event_info_panel {
  margin-top: 20px;
  font-family: "Montserrat", Sans-serif;
}

.event_link {
  color: #FF00B8 !important;
  text-decoration: underline #FF00B8 !important;
}

.legend-event-title {
  color: #333333;
}

/* span:has(div.event-icon) {
  box-shadow: inset 0px 0px 0px 2px #FF00B8;
} */