body .datepick-inline {
  border: 0;
  box-shadow: none;
}

body .booking_form_div .bk_calendar_frame {
  max-width: 100% !important;
}

body .datepick-inline .datepick-header {
  background-color: #1d1752;
  line-height: 0;
  padding: 16px 16px 10px 53px;
  text-align: start;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px !important;
}

body .datepick-inline .calendar-links {
  height: auto;
  width: 65px;
  position: relative;
  bottom: -8px;
  left: -50px;
}

body .datepick-inline .calendar-links div {
  height: 20px;
}

body .datepick-inline .calendar-links div a {
  background-color: #fff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1752 !important;
  z-index: 1 !important;
}

body table.datepick {
  background-color: #e5f3f9 !important;
}

body .datepick-title-row {
  background-color: #008bc4;
  display: table;
  width: 100%;
  margin-bottom: 30px !important;
}

body table.datepick .datepick-title-row th {
  border: 0 !important;
  font-weight: 300 !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 47px !important;
}

body table .datepick-days-row {
  text-align: center;
  width: 100%;
  display: table;
  vertical-align: middle;
}

body table .datepick-days-row td.datepick-days-cell {
  background-color: #fff !important;
  width: 68px !important;
  height: 68px !important;
  vertical-align: middle !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-right: 8px;
  margin-left: 8px;
  border: none !important;
  position: relative !important;
}

/* body table .datepick-days-row td.datepick-days-cell:last-child {
  margin-right: 0;
} */

body table .datepick-days-row td.datepick-days-cell a {
  color: #1d1752;
  font-weight: 300;
  font-size: 16px;
}

body .datepick-inline .datepick-one-month .datepick .datepick-current-day::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #008bc4;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

body .booking_form_div .bk_calendar_frame div {
  visibility: visible;
}
.wpbc_change_over_triangle div:nth-child(2) {
  visibility: hidden;
}
.wpbc_structure_form {
  display: none !important;
}

.data-footer {
  margin-top: -40px;
}

.booking-thank_you {
  padding: 100px 0;
  text-align: center;
  font-size: 50px;
}

.data-selection__wrapper {
  justify-content: flex-start;
}

.data-main {
  width: 59%;
  flex-basis: unset;
  margin-left: 24px;
  min-width: 606px;
}

@media (max-width: 895px) {
  .data-main {
    min-width: 500px;
  }
  body table .datepick-days-row td.datepick-days-cell {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  body .datepick-inline .calendar-links {
    left: auto;
    right: -100px;
  }
  body .wpbc_change_over_triangle {
    width: 100%;
  }
  .data-selection__wrapper {
    justify-content: center;
  }
}

@media (max-width: 577px) {
  .data-main {
    min-width: 100%;
    margin-left: 0;
  }
  body table .datepick-days-row td.datepick-days-cell {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  body .datepick-inline .calendar-links {
    left: auto;
    right: -100px;
  }
}

.modal {
align-items: flex-start;
    overflow-y: auto;
}


.selectric-open {
    z-index: unset;
}

.modal-form .selectric-items {
	visibility: hidden;
    z-index: 1;
}

.selectric-open .selectric-items {
	visibility: visible;
}