/* Overrides to allow parent scrolling when embedded in iframe */
html, body {
  height: auto !important;
  overflow: visible !important;
  overscroll-behavior: auto !important;
}

.container-reservas, .container-fluid, .container-steps, .dots {
  overflow: visible !important;
  max-height: none !important;
  overscroll-behavior: auto !important;
}

.entries, .tamanyos-container, .duraciones-container, .pagination-container, .pagination-tamanyos-container, .autoComplete_wrapper > ul {
  overflow: visible !important;
  max-height: none !important;
}

.swal2-popup {
  max-height: calc(100vh - 40px) !important;
  overflow-y: auto !important;
}
