.booking_container {
  margin-top: -60px;
  margin-bottom: -1px;
}
.booking_container.visible {
  position: fixed;
  width: 100%;
  max-height: fit-content;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7) !important;
  padding-top: 50px;
  margin-top: 0px;
  padding-bottom: 20px;
  z-index: 999;
  backface-visibility: hidden;
}
.booking_widget {
  max-height: 120px !important;
  overflow: hidden !important;
}
.booking_widget.visible {
  max-height: 100vh !important;
  height: calc(100vh - 50px);
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.booking_widget.visible .booking_widget_button {
  display: none !important;
}
@media (max-width: 1024px) {
  .booking_widget.visible {
    height: 80vh !important;
  }
  .booking_container.visible {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
}
.booking_container_content {
  left: 0;
  top: 0;
}
.booking_widget_button {
  position: absolute !important;
  top: 0;
  height: 120px;
  left: 0;
  display: block;
}

.booking_widget_button:hover,
.booking_container_close:hover {
  cursor: pointer;
}
.booking_container_close {
  display: none;
}
