body.path-ipad .container-reservation {
  width: 100%;
}
.container-reservation .left-form {
  float: left;
  width: 55%;
  padding: 24px 36px;
}
@media only screen and (max-width: 1024px) {
  .container-reservation .left-form {
    max-height: 768px;
    overflow: auto;
  }
}
.container-reservation .left-form .form-error {
  font-family: "J&JCircular-Light";
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #c8102e;
}
.container-reservation .left-form .date {
  display: block;
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
}
.container-reservation .left-form .time {
  display: block;
  font-family: "J&JCircular-Light";
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #212121;
}

.container-reservation .left-form h2 {
  margin: 24px 0;
  font-family: "J&JCircular-Light";
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #212121;
}
.form-section label {
  font-family: "J&JCircular-Light";
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #888b8d;
}
.form-section label.label-error {
  color: #c8102e;
}
.form-section .error {
  color: #c8102e;
  display: block;
  margin-bottom: 20px;
}
.form-section .react-dropdown-select {
  outline: none;
  height: 45px;
  border: 0;
  border-bottom: 1px solid #212121;
  border-radius: 0;
  box-sizing: unset;
  box-shadow: none !important;
  padding: 0;
  margin-bottom: 20px;
  border-color: #212121 !important;
}
.form-section .react-dropdown-select.val-error {
  border-bottom: 1px solid #c8102e !important;
}
.form-section .react-dropdown-select .react-dropdown-select-content span {
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
}
.form-section .react-dropdown-select .react-dropdown-select-content input {
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
  margin: 0;
}
.form-section
  .react-dropdown-select.val-error
  .react-dropdown-select-content
  input::placeholder {
  color: #c8102e;
}
.form-section
  .react-dropdown-select.val-error
  .react-dropdown-select-content
  input:-ms-input-placeholder {
  color: #c8102e;
}
.form-section
  .react-dropdown-select.val-error
  .react-dropdown-select-content
  input::-ms-input-placeholder {
  color: #c8102e;
}
.form-section .react-dropdown-select .react-dropdown-select-dropdown-handle {
  width: 15px;
  height: 10px;
  background: url("../assets/icons/chevron-up-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form-section
  .react-dropdown-select.val-error
  .react-dropdown-select-dropdown-handle {
  background: url("../assets/icons/chevron-up-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form-section .start .react-dropdown-select .react-dropdown-select-content,
.form-section .end .react-dropdown-select .react-dropdown-select-content {
  padding-left: 25px;
}
.form-section
  .start
  .react-dropdown-select
  .react-dropdown-select-content::before,
.form-section
  .end
  .react-dropdown-select
  .react-dropdown-select-content::before {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../assets/icons/clock-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 12px;
}
.form-section .react-dropdown-select .react-dropdown-select-item {
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
  background: transparent;
}
.form-section
  .react-dropdown-select
  .react-dropdown-select-item.react-dropdown-select-item-disabled {
  color: #212121;
  background: transparent;
  text-decoration: line-through;
}
.form-section
  .react-dropdown-select
  .react-dropdown-select-item.react-dropdown-select-item-disabled
  ins {
  display: none;
}
.form-section
  .start
  .react-dropdown-select.val-error
  .react-dropdown-select-content::before,
.form-section
  .end
  .react-dropdown-select.val-error
  .react-dropdown-select-content::before {
  background: url("../assets/icons/clock-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-section
  .react-dropdown-select
  .react-dropdown-select-dropdown-handle
  svg {
  display: none;
}
.form-section .end {
  margin-bottom: 40px;
}
.form-section .buttons .cancel {
  border-radius: 24px;
  background-color: #f5f7fa;
  border: 0;
  width: 211px;
  height: 48px;
  margin-right: 18px;
}
.form-section .buttons .cancel span {
  font-family: "J&JCircular-Light";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.25px;
  color: #212121;
}
.form-section .buttons .book-room {
  border-radius: 24px;
  background-color: #212121;
  border: 0;
  width: 211px;
  height: 48px;
}
.form-section .buttons .book-room span {
  font-family: "J&JCircular-Light";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.25px;
  text-align: center;
  color: #ffffff;
  display: block;
  position: relative;
}
.form-section .buttons .book-room span::after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../assets/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 25px;
}
.container-reservation .left-form .date-selector {
  display: block;
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
  border-bottom: 1px solid #212121;
  margin-bottom: 20px;
  position: relative;
}
.form-section .date-selector .datepicker {
  width: 100%;
  border: 0;
  padding: 6px 0;
  outline: none;
  box-sizing: unset;
  box-shadow: none;
  margin-left: 25px;
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
}
.form-section .date-selector::before {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../assets/icons/icons-booking-day-view-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.form-section .date-selector::after {
  content: " ";
  display: block;
  width: 15px;
  height: 10px;
  background: url("../assets/icons/chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.container-reservation .right {
  float: right;
  width: 45%;
  max-height: 1024px;
  overflow: auto;
  border-left: 1px solid #d8d8d8;
}
@media only screen and (max-width: 1024px) {
  .container-reservation .right {
    max-height: 768px;
  }
}
.container-reservation .right ul {
  padding: 0;
}
.container-reservation .right ul li {
  list-style-type: none;
  height: 90px;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  position: relative;
}
.container-reservation .right ul li.has-reservation {
  background: rgba(8, 188, 241, 0.1);
}
.container-reservation .right ul li .reservation-box {
  background: rgba(8, 188, 241, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.container-reservation .right ul li .reservation-box.reservation-over {
  background: #f5f7fa;
}
.container-reservation .right ul li .time {
  font-family: "J&JCircular-Light";
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #212121;
  display: block;
  margin: 0 18px 5px;
  padding-top: 6px;
}
.container-reservation .right ul li.current-time {
  border-top: 1px solid #08bcf1;
}
.container-reservation .right ul li.current-time .time {
  color: #08bcf1;
  position: relative;
}
.container-reservation .right ul li.current-time .time::before {
  content: ".";
  color: #08bcf1;
  display: block;
  position: absolute;
  left: -6px;
  top: -2px;
  font-size: 20px;
}
.container-reservation .right ul li .company {
  font-family: "J&JCircular-Light";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #08bcf1;
  display: block;
  margin: 12px 0 0 100px;
}
.container-reservation .right ul li .reservation-box.reservation-over .company {
  color: #888b8d;
}
.datepicker.datepicker-dropdown {
  font-family: "J&JCircular-Light";
  font-size: 14px;
}
.datepicker.datepicker-dropdown .table-condensed {
  min-width: 360px;
  min-height: 420px;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.datepicker-switch {
  padding: 30px 0;
  font-family: "J&JCircular-Medium", Arial, serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.29px;
  color: #212121;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.prev {
  color: transparent;
  background-image: url("../assets/icons/arrow-left-blue.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.next {
  color: transparent;
  background-image: url("../assets/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50%;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td {
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day {
  font-family: "J&JCircular-Medium", Arial, serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.29px;
  color: #212121;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day:hover {
  background-color: #b6e6f3;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.disabled.day {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #888b8d;
}
.datepicker.datepicker-dropdown
  .table-condensed
  tbody
  tr
  td.disabled.day:hover {
  background-color: transparent;
}
.datepicker.datepicker-dropdown .table-condensed tbody tr td.day.active {
  background: #08bcf1;
  border-radius: 50%;
  font-family: "J&JCircular-Medium", Arial, serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
}
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.month,
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.year {
  font-family: "J&JCircular-Medium", Arial, serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.29px;
  color: #212121;
}
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.month.disabled,
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.year.disabled {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #888b8d;
}
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.month.active,
.datepicker.datepicker-dropdown
  .datepicker-months
  .table-condensed
  tbody
  tr
  td
  span.year.active {
  background: #08bcf1;
  font-family: "J&JCircular-Medium", Arial, serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
}
/* Modal Style for Bookings  */
.ReactModalPortal .ReactModal__Overlay {
  background-color: #d8d8d8b0 !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#bookings-modal {
  width: 548px;
  height: 360px;
  left: 50% !important;
  top: 50% !important;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 72px !important;
  border-radius: 3px !important;
  background-color: var(--white-ffffff);
}
#bookings-modal .booking-modal h4 {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #212121;
  margin-bottom: 24px;
  margin-top: 0;
}
#bookings-modal .booking-modal p {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.25px;
  color: #888b8d;
}
#bookings-modal .booking-modal .button-section {
  margin-top: 46px;
}
#bookings-modal .booking-modal .button-section button.cancel {
  width: 169px;
  height: 48px;
  padding: 16px 60px;
  border-radius: 24px;
  background-color: #f5f7fa;
  border: none;
  outline: none;
}
#bookings-modal .booking-modal .button-section button.cancel span {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.25px;
  color: #212121;
}
#bookings-modal .booking-modal .button-section button.book-room-confirm {
  width: 169px;
  height: 48px;
  border-radius: 24px;
  background-color: #212121;
  margin-left: 24px;
  border: none;
  outline: none;
}
#bookings-modal .booking-modal .button-section button.book-room-confirm span {
  font-family: "J&JCircular-Light", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.25px;
  text-align: center;
  color: #ffffff;
}
/* Loader */
#bookings-modal .booking-modal .loader-wrapper {
  padding-top: 30px;
}
#bookings-modal .booking-modal .loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #08bcf1;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  float: left;
  margin-right: 20px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bookings-modal .booking-modal .wait {
  padding-top: 10px;
}
