<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Main style
*/
/*
* datepick-nav
*/
/*
* datepick-cmd
*/
/*
* datepick-ctrl
*/
/*
* datepick-month-header
*/
/*
* datepick-month
*/
/*
* highlight
*/
/*
* today
*/
/*
* available date
*/
/*
* not available date
*/
/*
* check in date
*/
/*
* selectable date
*/
.mphb-calendar .mphb-datepicker-sky-blue.datepick,
.datepick-popup .mphb-datepicker-sky-blue.datepick {
  font-size: 90%;
  border: 0px solid;
  border-radius: 0;
  width: 31.429em;
  max-width: 100%;
  font-family: inherit;
}

.mphb-calendar .mphb-datepicker-sky-blue a,
.datepick-popup .mphb-datepicker-sky-blue a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mphb-calendar .mphb-datepicker-sky-blue *,
.datepick-popup .mphb-datepicker-sky-blue * {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav, .mphb-calendar .mphb-datepicker-sky-blue .datepick-ctrl,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav,
.datepick-popup .mphb-datepicker-sky-blue .datepick-ctrl {
  font-size: inherit;
  font-weight: normal;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav a,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav a {
  color: #748295;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav a:hover,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav a:hover {
  background-color: #effaff;
  color: #666767;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav a.datepick-disabled,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav a.datepick-disabled {
  cursor: not-allowed;
  color: #aab8ca;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-nav a.datepick-disabled:hover,
.datepick-popup .mphb-datepicker-sky-blue .datepick-nav a.datepick-disabled:hover {
  background-color: #fff;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-ctrl,
.datepick-popup .mphb-datepicker-sky-blue .datepick-ctrl {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-ctrl a,
.datepick-popup .mphb-datepicker-sky-blue .datepick-ctrl a {
  color: #3ac4fa;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-ctrl .datepick-cmd:hover,
.datepick-popup .mphb-datepicker-sky-blue .datepick-ctrl .datepick-cmd:hover {
  background-color: #effaff;
  color: #3ac4fa;
}
.mphb-calendar .mphb-datepicker-sky-blue a.datepick-cmd,
.datepick-popup .mphb-datepicker-sky-blue a.datepick-cmd {
  height: auto;
  line-height: 2.1em;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month-header, .mphb-calendar .mphb-datepicker-sky-blue .datepick-month-header select, .mphb-calendar .mphb-datepicker-sky-blue .datepick-month-header input,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month-header,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month-header select,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month-header input {
  height: auto;
  background-color: #fff;
  color: #676767;
  font-weight: normal;
  line-height: 2.1em;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month.last,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month.last {
  border-top: 0px solid #e3e3e3;
}
@media screen and (min-width: 48em) {
  .mphb-calendar .mphb-datepicker-sky-blue .datepick-month,
  .datepick-popup .mphb-datepicker-sky-blue .datepick-month {
    width: 50%;
    padding-right: 1px;
  }
  .mphb-calendar .mphb-datepicker-sky-blue .datepick-month.last,
  .datepick-popup .mphb-datepicker-sky-blue .datepick-month.last {
    border-top: 1px solid #e3e3e3;
    border-left: 0px solid;
    padding-right: 0;
    padding-left: 1px;
  }
  .mphb-calendar .mphb-datepicker-sky-blue .datepick-month.first,
  .datepick-popup .mphb-datepicker-sky-blue .datepick-month.first {
    border-right: 0px solid;
  }
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month table,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month table {
  margin: 0 auto;
  width: 100%;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month tbody,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month tbody {
  line-height: 2.1em;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month th,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month th {
  border: 1px solid #fff;
  font-size: 80%;
  font-weight: bold;
  padding: 0.5em 0;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month th,
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month th a,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month th,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month th a {
  background-color: #fff;
  color: #676767;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month td,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month td {
  background-color: #fff;
  border: 1px solid #fff;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month a,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month a {
  padding: 0;
  background-color: #fff;
  color: #748295;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month span,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month span {
  padding: 0;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month td span,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month td span {
  color: #aab8ca;
}
.mphb-calendar .mphb-datepicker-sky-blue .datepick-month td .datepick-weekend,
.datepick-popup .mphb-datepicker-sky-blue .datepick-month td .datepick-weekend {
  background-color: #fff;
}
.mphb-calendar .mphb-datepicker-sky-blue a,
.datepick-popup .mphb-datepicker-sky-blue a {
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-available-date {
  background-color: #c6f6c9;
  color: #748295;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-available-date.mphb-date-check-out {
  background: linear-gradient(to bottom right, #ffdbdd 0%, #ffdbdd 50%, #c6f6c9 50%, #c6f6c9 100%);
}

.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-not-available-date,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-not-available-date {
  background-color: #fff;
  color: #aab8ca;
  text-decoration: line-through;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-past-date,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 1;
  background-color: #fff;
  color: #aab8ca;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-later-max-date,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  background-color: #fff;
  color: #aab8ca;
  text-decoration: line-through;
  opacity: 1;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .datepick-selected,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .datepick-selected {
  background-color: #3ac4fa;
  color: #fff;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-booked-date,
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-booked-date {
  opacity: 1;
}

.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .datepick-today {
  background-color: #fff;
  font-weight: bold;
  color: #3ac4fa;
}
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
  background-color: #fff;
  color: #aab8ca;
  text-decoration: line-through;
}
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup .datepick-month td a.datepick-highlight {
  background-color: #3ac4fa;
  color: #fff;
}
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date) {
  background-color: #fff;
  color: #aab8ca;
  text-decoration: line-through;
}
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-not-check-out-date:not(.mphb-past-date) {
  background-color: #fff;
  color: #aab8ca;
  text-decoration: line-through;
}
.datepick-popup .mphb-datepicker-sky-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td span.mphb-check-in-date:not(.mphb-past-date) {
  background-color: #80dbff;
  color: #fff;
  text-decoration: none;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-booked-date {
  background-color: #ffdbdd;
  color: #676767;
  text-decoration: none;
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-booked-date.mphb-date-check-in {
  background: linear-gradient(to bottom right, #c6f6c9 0%, #c6f6c9 50%, #ffdbdd 50%, #ffdbdd 100%);
}
.mphb-calendar.mphb-datepick .mphb-datepicker-sky-blue .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
  background: #ffdbdd;
}

.datepick-popup {
  max-width: 100%;
  padding: 0 1em;
}
@media screen and (min-width: 48em) {
  .datepick-popup {
    padding: 0;
  }
}
</pre></body></html>