#futureblink-booking-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  background-color: #0003;
}
#futureblink-booking-modal button {
  all: initial;
}
#futureblink-booking-modal #futureblink-modal-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
}

#futureblink-booking-modal #futureblink-booking-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 20px; */
  width: 100%;
  height: 90vh;
  max-height: 750px;
  border-radius: 8px;
  max-width: 1400px;
  background-color: #e4e7ec;
}

#futureblink-booking-modal
  #futureblink-booking-modal-body
  #futureblink-close-modal {
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.futureblink-booking-button {
  pointer-events: all !important;
}

.futureblink-booking-button.hide-btn {
  display: none !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  #futureblink-booking-modal #futureblink-modal-wrapper {
    padding: 0;
  }

  #futureblink-booking-modal #futureblink-booking-modal-body {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: none;
    transform: none;
  }
}
