/* zabuto base (a82c2bf0 fonts-eee656b423c4.css), then Hubber overrides
   (d06c7e27 bootstrap-c60de4d59eae.css) — same cascade as the live theme. */

div.zabuto_calendar {
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
  padding: 4px 2px;
  text-align: center;
}

div.zabuto_calendar .table tr.calendar-month-header td {
  background-color: #fafafa;
  padding-top: 12px;
  padding-bottom: 4px;
}

div.zabuto_calendar .table tr.calendar-month-header td span {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
}

div.zabuto_calendar div.calendar-month-navigation {
  margin: 0;
  padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
}

div.zabuto_calendar .table tr td div.day {
  padding-top: 7px;
  padding-bottom: 7px;
}

div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right;
}

@media (max-width: 979px) {
  div.zabuto_calendar .table th,
  div.zabuto_calendar .table td {
    padding: 2px 1px;
  }
}

.hubber-calendar .zabuto_calendar {
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.hubber-calendar .zabuto_calendar .table {
  display: block;
}

.hubber-calendar .zabuto_calendar .table tr,
.hubber-calendar .zabuto_calendar .table th {
  display: flex;
  justify-content: center;
}

.hubber-calendar .zabuto_calendar .table tr td {
  vertical-align: middle;
  color: #b4bbc2;
  width: auto !important;
  flex: 1;
  cursor: default !important;
}

.hubber-calendar .zabuto_calendar .table tr:last-child {
  border-bottom: 0;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-month-header td {
  background: rgba(0, 0, 0, 0);
  color: #76818d;
  font-weight: 600;
  font-size: 1.125rem;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-month-header td[colspan="5"] {
  flex: 1;
  color: initial;
  font-weight: normal;
  font-size: 1rem;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-month-header td[colspan="5"] span {
  padding-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-month-header td:first-child {
  text-align: left;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-month-header td:last-child {
  text-align: right;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-dow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.hubber-calendar .zabuto_calendar .table tr.calendar-dow-header th {
  color: #76818d;
  font-weight: normal;
  flex: 1;
  padding: 0.5rem 0;
  background-color: transparent;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-dow-header th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-dow-header th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-dow td:not(.event) {
  background-color: transparent;
}

.hubber-calendar .zabuto_calendar .table tr td.dow-clickable div.day {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .hubber-calendar .zabuto_calendar .table tr td.dow-clickable div.day {
    height: 2.5rem;
  }
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day {
  height: 3.5rem;
  width: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .hubber-calendar .zabuto_calendar .table tr td.event-styled div.day {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .hubber-calendar .zabuto_calendar .table tr td.event-styled div.day {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled,
.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day {
  color: var(--hb-text);
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day.sale {
  cursor: pointer;
  font-weight: 600;
  color: #ff154d;
  border: 2px solid transparent;
  padding: inherit;
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day:hover {
  border: 2px solid;
  border-color: #ff154d;
  border-radius: 3rem;
  background-color: transparent;
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day.active {
  background-color: var(--hb-cta-primary) !important;
  border-color: var(--hb-cta-primary) !important;
  color: var(--hb-cta-primary-text) !important;
}

.hubber-calendar .zabuto_calendar .table tr td.event-styled div.day.sale.active {
  padding: inherit;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation {
  cursor: pointer;
  text-transform: none;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  width: 2.375rem;
  border-radius: 50% !important;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation.btn-push {
  padding: 0;
  height: 2.375rem;
  display: inline-block;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation.btn-push .layer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation.btn-push .layer > span,
.hubber-calendar .zabuto_calendar .calendar-month-navigation.btn-push .layer > span > span,
.hubber-calendar .zabuto_calendar .calendar-month-navigation .glyphicon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation .glyphicon::before {
  line-height: 1;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation .layer {
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  inset: 0 !important;
}

.hubber-calendar .zabuto_calendar .calendar-month-navigation:hover,
.reservation-step-wrapper:not(.disabled) legend {
  color: var(--hb-site-color) !important;
}

.reservation-step-wrapper .hubber-calendar {
  padding: 0;
  border: 0;
}

.reservation-step-wrapper .calendar-info-summary {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  background-color: #f6f8f9;
}

.reservation-step-wrapper.step2 .calendar-info-summary {
  background-color: #ffffff;
}

.reservation-step-wrapper .calendar-info-summary.js-infos-on .calendar-info-summary-container {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reservation-step-wrapper .calendar-info-summary.js-infos-on .is-h3 {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.reservation-step-wrapper .calendar-info-summary.js-infos-on .selected-offer {
  font-size: 0.75rem;
  color: #76818d;
}

.reservation-step-wrapper .calendar-info-summary.js-infos-on .selected-time {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hb-site-color) !important;
}

/* Time chips. Homepage bootstrap tree-shook the layout because sfref
   snapshots only had empty `tr.calendar-time{display:none}` rows.
   Hover/checked colors stay in theme CSS; this restores the pink bar
   and hides the native radio circle. */

.hubber-calendar .zabuto_calendar .table tr.calendar-time,
.hubber-calendar .zabuto_calendar .table tr.calendar-time.date-line {
  display: block;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time td {
  display: block;
  width: 100% !important;
  flex: none;
  padding: 0.25rem 0 0.5rem;
  cursor: default !important;
  color: inherit;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  background-color: var(--hb-cta-primary);
  border-radius: 0.5rem;
  padding: 0.25rem;
  color: var(--hb-cta-primary-text);
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content > span {
  display: inline-flex;
  align-items: center;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content input,
.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content input::before,
.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content input::after {
  content: none !important;
  display: none !important;
}

.hubber-calendar .zabuto_calendar .table tr.calendar-time .calendar-time-content label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 0.375rem 0.875rem;
  border-radius: 0.375rem;
  color: var(--hb-cta-primary-text);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  background-color: transparent;
}
