@qite/tide-booking-component 1.4.95 → 1.4.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. package/README.md +24 -24
  2. package/build/build-cjs/index.js +48813 -29709
  3. package/build/build-cjs/src/booking-product/components/age-select.d.ts +3 -3
  4. package/build/build-cjs/src/booking-product/components/amount-input.d.ts +5 -5
  5. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  6. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  7. package/build/build-cjs/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  8. package/build/build-cjs/src/booking-product/components/dates.d.ts +8 -8
  9. package/build/build-cjs/src/booking-product/components/footer.d.ts +5 -5
  10. package/build/build-cjs/src/booking-product/components/header.d.ts +6 -6
  11. package/build/build-cjs/src/booking-product/components/icon.d.ts +5 -5
  12. package/build/build-cjs/src/booking-product/components/list-view.d.ts +2 -2
  13. package/build/build-cjs/src/booking-product/components/product.d.ts +4 -4
  14. package/build/build-cjs/src/booking-product/components/rating.d.ts +1 -1
  15. package/build/build-cjs/src/booking-product/components/rooms.d.ts +4 -4
  16. package/build/build-cjs/src/booking-product/constants.d.ts +1 -1
  17. package/build/build-cjs/src/booking-product/index.d.ts +4 -4
  18. package/build/build-cjs/src/booking-product/settings-context.d.ts +1 -2
  19. package/build/build-cjs/src/booking-product/types.d.ts +21 -21
  20. package/build/build-cjs/src/booking-product/utils/api.d.ts +11 -2
  21. package/build/build-cjs/src/booking-product/utils/price.d.ts +10 -1
  22. package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +3 -2
  23. package/build/build-cjs/src/booking-wizard/components/icon.d.ts +5 -5
  24. package/build/build-cjs/src/booking-wizard/components/labeled-input.d.ts +13 -13
  25. package/build/build-cjs/src/booking-wizard/components/labeled-select.d.ts +16 -16
  26. package/build/build-cjs/src/booking-wizard/components/message.d.ts +4 -4
  27. package/build/build-cjs/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  28. package/build/build-cjs/src/booking-wizard/components/phone-input.d.ts +11 -11
  29. package/build/build-cjs/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  30. package/build/build-cjs/src/booking-wizard/components/product-card.d.ts +3 -3
  31. package/build/build-cjs/src/booking-wizard/components/step-indicator.d.ts +1 -1
  32. package/build/build-cjs/src/booking-wizard/components/step-route.d.ts +3 -3
  33. package/build/build-cjs/src/booking-wizard/features/booking/api.d.ts +26 -7
  34. package/build/build-cjs/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  35. package/build/build-cjs/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  36. package/build/build-cjs/src/booking-wizard/features/booking/booking.d.ts +3 -3
  37. package/build/build-cjs/src/booking-wizard/features/booking/constants.d.ts +8 -1
  38. package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  39. package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  40. package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +1 -2
  41. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  42. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  43. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  44. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  45. package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  46. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  47. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  48. package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  49. package/build/build-cjs/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  50. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  51. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  52. package/build/build-cjs/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  53. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  54. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  55. package/build/build-cjs/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  56. package/build/build-cjs/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  57. package/build/build-cjs/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  58. package/build/build-cjs/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  59. package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +1 -2
  60. package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  61. package/build/build-cjs/src/booking-wizard/features/room-options/room.d.ts +6 -6
  62. package/build/build-cjs/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  63. package/build/build-cjs/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  64. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  65. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  66. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  67. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  68. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  69. package/build/build-cjs/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  70. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  71. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  72. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  73. package/build/build-cjs/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  74. package/build/build-cjs/src/booking-wizard/features/summary/summary.d.ts +1 -2
  75. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  76. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  77. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  78. package/build/build-cjs/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  79. package/build/build-cjs/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  80. package/build/build-cjs/src/booking-wizard/index.d.ts +6 -6
  81. package/build/build-cjs/src/booking-wizard/settings-context.d.ts +1 -2
  82. package/build/build-cjs/src/booking-wizard/store.d.ts +40 -22
  83. package/build/build-cjs/src/booking-wizard/types.d.ts +240 -240
  84. package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +8 -8
  85. package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +5 -5
  86. package/build/build-cjs/src/content/components/accordion.d.ts +4 -4
  87. package/build/build-cjs/src/content/components/breadcrumb.d.ts +7 -7
  88. package/build/build-cjs/src/content/components/faq.d.ts +4 -4
  89. package/build/build-cjs/src/content/components/gallery.d.ts +6 -6
  90. package/build/build-cjs/src/content/components/icon.d.ts +5 -5
  91. package/build/build-cjs/src/content/components/image-with-text.d.ts +18 -18
  92. package/build/build-cjs/src/content/components/slider.d.ts +5 -5
  93. package/build/build-cjs/src/content/featured-trips/types.d.ts +8 -8
  94. package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  95. package/build/build-cjs/src/content/footer/types.d.ts +17 -17
  96. package/build/build-cjs/src/content/header/types.d.ts +23 -20
  97. package/build/build-cjs/src/content/image-card-grid/types.d.ts +8 -8
  98. package/build/build-cjs/src/content/image-with-text-section/types.d.ts +15 -15
  99. package/build/build-cjs/src/content/login/login-services.d.ts +6 -1
  100. package/build/build-cjs/src/content/login/types.d.ts +19 -19
  101. package/build/build-cjs/src/content/navbar/placeholderData.d.ts +2 -2
  102. package/build/build-cjs/src/content/navbar/types.d.ts +22 -22
  103. package/build/build-cjs/src/index.d.ts +17 -1
  104. package/build/build-cjs/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  105. package/build/build-cjs/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  106. package/build/build-cjs/src/qsm/components/date-range-picker/index.d.ts +5 -5
  107. package/build/build-cjs/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  108. package/build/build-cjs/src/qsm/components/icon.d.ts +5 -5
  109. package/build/build-cjs/src/qsm/components/item-picker/index.d.ts +7 -7
  110. package/build/build-cjs/src/qsm/components/search-input/index.d.ts +9 -9
  111. package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +7 -7
  112. package/build/build-cjs/src/qsm/index.d.ts +1 -1
  113. package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +110 -58
  114. package/build/build-cjs/src/qsm/store/qsm-store.d.ts +20 -7
  115. package/build/build-cjs/src/qsm/types.d.ts +59 -59
  116. package/build/build-cjs/src/search-results/components/filters/filters.d.ts +5 -5
  117. package/build/build-cjs/src/search-results/components/filters/flight-filters.d.ts +3 -3
  118. package/build/build-cjs/src/search-results/components/flight/flight-banner.d.ts +2 -2
  119. package/build/build-cjs/src/search-results/components/flight/flight-card.d.ts +1 -1
  120. package/build/build-cjs/src/search-results/components/flight/flight-leg.d.ts +1 -1
  121. package/build/build-cjs/src/search-results/components/flight/flight-path.d.ts +1 -1
  122. package/build/build-cjs/src/search-results/components/flight/flight-results.d.ts +2 -2
  123. package/build/build-cjs/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  124. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  125. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  126. package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  127. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  128. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  129. package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  130. package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  131. package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  132. package/build/build-cjs/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  133. package/build/build-cjs/src/search-results/components/icon.d.ts +6 -6
  134. package/build/build-cjs/src/search-results/components/item-picker/index.d.ts +8 -8
  135. package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +3 -3
  136. package/build/build-cjs/src/search-results/components/multi-range-filter.d.ts +6 -6
  137. package/build/build-cjs/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  138. package/build/build-cjs/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  139. package/build/build-cjs/src/search-results/components/tab-views/index.d.ts +1 -2
  140. package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  141. package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  142. package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  143. package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  144. package/build/build-cjs/src/search-results/index.d.ts +1 -1
  145. package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +63 -26
  146. package/build/build-cjs/src/search-results/store/search-results-store.d.ts +20 -7
  147. package/build/build-cjs/src/search-results/types.d.ts +104 -104
  148. package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +6 -1
  149. package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +10 -2
  150. package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  151. package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  152. package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +7 -7
  153. package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  154. package/build/build-cjs/src/shared/components/icon.d.ts +5 -5
  155. package/build/build-cjs/src/shared/components/loader.d.ts +1 -1
  156. package/build/build-cjs/src/shared/types.d.ts +9 -9
  157. package/build/build-cjs/src/shared/utils/localization-util.d.ts +395 -396
  158. package/build/build-esm/index.js +48531 -29650
  159. package/build/build-esm/src/booking-product/components/age-select.d.ts +3 -3
  160. package/build/build-esm/src/booking-product/components/amount-input.d.ts +5 -5
  161. package/build/build-esm/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  162. package/build/build-esm/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  163. package/build/build-esm/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  164. package/build/build-esm/src/booking-product/components/dates.d.ts +8 -8
  165. package/build/build-esm/src/booking-product/components/footer.d.ts +5 -5
  166. package/build/build-esm/src/booking-product/components/header.d.ts +6 -6
  167. package/build/build-esm/src/booking-product/components/icon.d.ts +5 -5
  168. package/build/build-esm/src/booking-product/components/list-view.d.ts +2 -2
  169. package/build/build-esm/src/booking-product/components/product.d.ts +4 -4
  170. package/build/build-esm/src/booking-product/components/rating.d.ts +1 -1
  171. package/build/build-esm/src/booking-product/components/rooms.d.ts +4 -4
  172. package/build/build-esm/src/booking-product/constants.d.ts +1 -1
  173. package/build/build-esm/src/booking-product/index.d.ts +4 -4
  174. package/build/build-esm/src/booking-product/settings-context.d.ts +1 -2
  175. package/build/build-esm/src/booking-product/types.d.ts +21 -21
  176. package/build/build-esm/src/booking-product/utils/api.d.ts +11 -2
  177. package/build/build-esm/src/booking-product/utils/price.d.ts +10 -1
  178. package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +3 -2
  179. package/build/build-esm/src/booking-wizard/components/icon.d.ts +5 -5
  180. package/build/build-esm/src/booking-wizard/components/labeled-input.d.ts +13 -13
  181. package/build/build-esm/src/booking-wizard/components/labeled-select.d.ts +16 -16
  182. package/build/build-esm/src/booking-wizard/components/message.d.ts +4 -4
  183. package/build/build-esm/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  184. package/build/build-esm/src/booking-wizard/components/phone-input.d.ts +11 -11
  185. package/build/build-esm/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  186. package/build/build-esm/src/booking-wizard/components/product-card.d.ts +3 -3
  187. package/build/build-esm/src/booking-wizard/components/step-indicator.d.ts +1 -1
  188. package/build/build-esm/src/booking-wizard/components/step-route.d.ts +3 -3
  189. package/build/build-esm/src/booking-wizard/features/booking/api.d.ts +26 -7
  190. package/build/build-esm/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  191. package/build/build-esm/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  192. package/build/build-esm/src/booking-wizard/features/booking/booking.d.ts +3 -3
  193. package/build/build-esm/src/booking-wizard/features/booking/constants.d.ts +8 -1
  194. package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  195. package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  196. package/build/build-esm/src/booking-wizard/features/error/error.d.ts +1 -2
  197. package/build/build-esm/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  198. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  199. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  200. package/build/build-esm/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  201. package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  202. package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  203. package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  204. package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  205. package/build/build-esm/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  206. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  207. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  208. package/build/build-esm/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  209. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  210. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  211. package/build/build-esm/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  212. package/build/build-esm/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  213. package/build/build-esm/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  214. package/build/build-esm/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  215. package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +1 -2
  216. package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  217. package/build/build-esm/src/booking-wizard/features/room-options/room.d.ts +6 -6
  218. package/build/build-esm/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  219. package/build/build-esm/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  220. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  221. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  222. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  223. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  224. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  225. package/build/build-esm/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  226. package/build/build-esm/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  227. package/build/build-esm/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  228. package/build/build-esm/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  229. package/build/build-esm/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  230. package/build/build-esm/src/booking-wizard/features/summary/summary.d.ts +1 -2
  231. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  232. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  233. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  234. package/build/build-esm/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  235. package/build/build-esm/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  236. package/build/build-esm/src/booking-wizard/index.d.ts +6 -6
  237. package/build/build-esm/src/booking-wizard/settings-context.d.ts +1 -2
  238. package/build/build-esm/src/booking-wizard/store.d.ts +40 -22
  239. package/build/build-esm/src/booking-wizard/types.d.ts +240 -240
  240. package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +8 -8
  241. package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +5 -5
  242. package/build/build-esm/src/content/components/accordion.d.ts +4 -4
  243. package/build/build-esm/src/content/components/breadcrumb.d.ts +7 -7
  244. package/build/build-esm/src/content/components/faq.d.ts +4 -4
  245. package/build/build-esm/src/content/components/gallery.d.ts +6 -6
  246. package/build/build-esm/src/content/components/icon.d.ts +5 -5
  247. package/build/build-esm/src/content/components/image-with-text.d.ts +18 -18
  248. package/build/build-esm/src/content/components/slider.d.ts +5 -5
  249. package/build/build-esm/src/content/featured-trips/types.d.ts +8 -8
  250. package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  251. package/build/build-esm/src/content/footer/types.d.ts +17 -17
  252. package/build/build-esm/src/content/header/types.d.ts +23 -20
  253. package/build/build-esm/src/content/image-card-grid/types.d.ts +8 -8
  254. package/build/build-esm/src/content/image-with-text-section/types.d.ts +15 -15
  255. package/build/build-esm/src/content/login/login-services.d.ts +6 -1
  256. package/build/build-esm/src/content/login/types.d.ts +19 -19
  257. package/build/build-esm/src/content/navbar/placeholderData.d.ts +2 -2
  258. package/build/build-esm/src/content/navbar/types.d.ts +22 -22
  259. package/build/build-esm/src/index.d.ts +17 -1
  260. package/build/build-esm/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  261. package/build/build-esm/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  262. package/build/build-esm/src/qsm/components/date-range-picker/index.d.ts +5 -5
  263. package/build/build-esm/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  264. package/build/build-esm/src/qsm/components/icon.d.ts +5 -5
  265. package/build/build-esm/src/qsm/components/item-picker/index.d.ts +7 -7
  266. package/build/build-esm/src/qsm/components/search-input/index.d.ts +9 -9
  267. package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +7 -7
  268. package/build/build-esm/src/qsm/index.d.ts +1 -1
  269. package/build/build-esm/src/qsm/store/qsm-slice.d.ts +110 -58
  270. package/build/build-esm/src/qsm/store/qsm-store.d.ts +20 -7
  271. package/build/build-esm/src/qsm/types.d.ts +59 -59
  272. package/build/build-esm/src/search-results/components/filters/filters.d.ts +5 -5
  273. package/build/build-esm/src/search-results/components/filters/flight-filters.d.ts +3 -3
  274. package/build/build-esm/src/search-results/components/flight/flight-banner.d.ts +2 -2
  275. package/build/build-esm/src/search-results/components/flight/flight-card.d.ts +1 -1
  276. package/build/build-esm/src/search-results/components/flight/flight-leg.d.ts +1 -1
  277. package/build/build-esm/src/search-results/components/flight/flight-path.d.ts +1 -1
  278. package/build/build-esm/src/search-results/components/flight/flight-results.d.ts +2 -2
  279. package/build/build-esm/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  280. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  281. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  282. package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  283. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  284. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  285. package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  286. package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  287. package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  288. package/build/build-esm/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  289. package/build/build-esm/src/search-results/components/icon.d.ts +6 -6
  290. package/build/build-esm/src/search-results/components/item-picker/index.d.ts +8 -8
  291. package/build/build-esm/src/search-results/components/itinerary/index.d.ts +3 -3
  292. package/build/build-esm/src/search-results/components/multi-range-filter.d.ts +6 -6
  293. package/build/build-esm/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  294. package/build/build-esm/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  295. package/build/build-esm/src/search-results/components/tab-views/index.d.ts +1 -2
  296. package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  297. package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  298. package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  299. package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  300. package/build/build-esm/src/search-results/index.d.ts +1 -1
  301. package/build/build-esm/src/search-results/store/search-results-slice.d.ts +63 -26
  302. package/build/build-esm/src/search-results/store/search-results-store.d.ts +20 -7
  303. package/build/build-esm/src/search-results/types.d.ts +104 -104
  304. package/build/build-esm/src/search-results/utils/flight-utils.d.ts +6 -1
  305. package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +10 -2
  306. package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  307. package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  308. package/build/build-esm/src/shared/components/flyin/flyin.d.ts +7 -7
  309. package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  310. package/build/build-esm/src/shared/components/icon.d.ts +5 -5
  311. package/build/build-esm/src/shared/components/loader.d.ts +1 -1
  312. package/build/build-esm/src/shared/types.d.ts +9 -9
  313. package/build/build-esm/src/shared/utils/localization-util.d.ts +395 -396
  314. package/package.json +83 -83
  315. package/rollup.config.js +16 -16
  316. package/src/booking-product/components/date-range-picker/calendar-day.tsx +46 -46
  317. package/src/booking-product/components/date-range-picker/index.tsx +185 -185
  318. package/src/booking-product/components/dates.tsx +153 -153
  319. package/src/booking-product/components/product.tsx +379 -379
  320. package/src/booking-wizard/components/step-indicator.tsx +57 -57
  321. package/src/booking-wizard/components/step-route.tsx +26 -26
  322. package/src/booking-wizard/features/booking/api.ts +44 -44
  323. package/src/booking-wizard/features/booking/booking-self-contained.tsx +318 -318
  324. package/src/booking-wizard/features/booking/booking-slice.ts +633 -633
  325. package/src/booking-wizard/features/booking/booking.tsx +342 -342
  326. package/src/booking-wizard/features/booking/constants.ts +16 -16
  327. package/src/booking-wizard/features/booking/selectors.ts +411 -411
  328. package/src/booking-wizard/features/confirmation/confirmation.tsx +90 -90
  329. package/src/booking-wizard/features/error/error.tsx +71 -71
  330. package/src/booking-wizard/features/flight-options/index.tsx +166 -166
  331. package/src/booking-wizard/features/price-details/price-details-slice.ts +79 -79
  332. package/src/booking-wizard/features/price-details/selectors.ts +118 -118
  333. package/src/booking-wizard/features/product-options/option-units-card.tsx +148 -148
  334. package/src/booking-wizard/features/product-options/options-form.tsx +382 -382
  335. package/src/booking-wizard/features/room-options/index.tsx +132 -132
  336. package/src/booking-wizard/features/sidebar/index.tsx +83 -83
  337. package/src/booking-wizard/features/sidebar/sidebar-util.ts +147 -147
  338. package/src/booking-wizard/features/sidebar/sidebar.tsx +344 -332
  339. package/src/booking-wizard/features/summary/summary.tsx +562 -562
  340. package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +60 -60
  341. package/src/booking-wizard/features/travelers-form/travelers-form.tsx +1101 -1101
  342. package/src/booking-wizard/settings-context.ts +64 -64
  343. package/src/booking-wizard/types.ts +332 -332
  344. package/src/content/components/breadcrumb.tsx +67 -67
  345. package/src/content/components/faq.tsx +42 -42
  346. package/src/content/components/gallery.tsx +153 -153
  347. package/src/content/components/icon.tsx +695 -695
  348. package/src/content/components/image-with-text.tsx +120 -120
  349. package/src/content/components/login.tsx +162 -162
  350. package/src/content/components/slider.tsx +237 -237
  351. package/src/content/featured-trips/featured-trip-card.tsx +48 -48
  352. package/src/content/featured-trips/index.tsx +19 -19
  353. package/src/content/featured-trips/types.ts +13 -13
  354. package/src/content/features/content-page/content-page-self-contained.tsx +895 -895
  355. package/src/content/footer/index.tsx +159 -159
  356. package/src/content/footer/types.ts +36 -36
  357. package/src/content/image-card-grid/index.tsx +34 -34
  358. package/src/content/image-card-grid/types.ts +13 -13
  359. package/src/content/image-with-text-section/card.tsx +58 -58
  360. package/src/content/image-with-text-section/index.tsx +22 -22
  361. package/src/content/image-with-text-section/types.ts +20 -20
  362. package/src/content/login/confirm-component.tsx +149 -149
  363. package/src/content/login/index.tsx +70 -70
  364. package/src/content/login/login-component.tsx +159 -159
  365. package/src/content/login/login-services.ts +109 -109
  366. package/src/content/login/reset-password-component.tsx +191 -191
  367. package/src/content/login/types.ts +29 -29
  368. package/src/content/navbar/index.tsx +354 -354
  369. package/src/content/navbar/placeholderData.tsx +173 -173
  370. package/src/content/navbar/types.ts +43 -43
  371. package/src/index.ts +44 -44
  372. package/src/qsm/components/QSMContainer/qsm-container.tsx +512 -512
  373. package/src/qsm/components/double-search-input-group/index.tsx +78 -78
  374. package/src/qsm/components/icon.tsx +354 -354
  375. package/src/qsm/components/item-picker/index.tsx +69 -69
  376. package/src/qsm/components/mobile-filter-modal/index.tsx +307 -307
  377. package/src/qsm/components/search-input/index.tsx +91 -91
  378. package/src/qsm/components/search-input-group/index.tsx +199 -199
  379. package/src/qsm/components/travel-class-picker/index.tsx +28 -28
  380. package/src/qsm/components/travel-input/index.tsx +243 -243
  381. package/src/qsm/components/travel-input-group/index.tsx +114 -114
  382. package/src/qsm/components/travel-nationality-picker/index.tsx +28 -28
  383. package/src/qsm/components/travel-type-picker/index.tsx +28 -28
  384. package/src/qsm/qsm-configuration-context.ts +31 -31
  385. package/src/qsm/store/qsm-slice.ts +275 -275
  386. package/src/qsm/types.ts +110 -110
  387. package/src/search-results/components/filters/filters.tsx +230 -230
  388. package/src/search-results/components/filters/flight-filters.tsx +671 -671
  389. package/src/search-results/components/flight/flight-banner.tsx +35 -35
  390. package/src/search-results/components/flight/flight-results.tsx +208 -208
  391. package/src/search-results/components/flight/flight-search-context/index.tsx +628 -628
  392. package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +147 -147
  393. package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +172 -172
  394. package/src/search-results/components/flight/flight-selection/index.tsx +19 -19
  395. package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +255 -255
  396. package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +38 -38
  397. package/src/search-results/components/group-tour/group-tour-card.tsx +105 -105
  398. package/src/search-results/components/group-tour/group-tour-results.tsx +62 -62
  399. package/src/search-results/components/hotel/hotel-accommodation-results.tsx +176 -176
  400. package/src/search-results/components/hotel/hotel-card.tsx +113 -113
  401. package/src/search-results/components/icon.tsx +680 -680
  402. package/src/search-results/components/item-picker/index.tsx +81 -81
  403. package/src/search-results/components/itinerary/index.tsx +310 -310
  404. package/src/search-results/components/round-trip/round-trip-results.tsx +199 -199
  405. package/src/search-results/components/search-results-container/flight-search-results.tsx +137 -137
  406. package/src/search-results/components/search-results-container/search-results-container.tsx +893 -893
  407. package/src/search-results/components/spinner/spinner.tsx +16 -16
  408. package/src/search-results/components/tab-views/index.tsx +53 -53
  409. package/src/search-results/features/flights/flight-search-results-self-contained.tsx +294 -294
  410. package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +143 -143
  411. package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +220 -220
  412. package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +65 -65
  413. package/src/search-results/store/search-results-slice.ts +158 -158
  414. package/src/search-results/types.ts +181 -181
  415. package/src/search-results/utils/flight-utils.ts +93 -93
  416. package/src/search-results/utils/search-results-utils.ts +251 -251
  417. package/src/shared/components/flyin/accommodation-flyin.tsx +422 -422
  418. package/src/shared/components/flyin/flights-flyin.tsx +503 -503
  419. package/src/shared/components/flyin/flyin.tsx +82 -82
  420. package/src/shared/components/flyin/group-tour-flyin.tsx +293 -293
  421. package/src/shared/components/icon.tsx +826 -826
  422. package/src/shared/translations/ar-SA.json +382 -382
  423. package/src/shared/translations/da-DK.json +382 -382
  424. package/src/shared/translations/de-DE.json +382 -382
  425. package/src/shared/translations/en-GB.json +386 -386
  426. package/src/shared/translations/es-ES.json +382 -382
  427. package/src/shared/translations/fr-BE.json +386 -386
  428. package/src/shared/translations/fr-FR.json +382 -382
  429. package/src/shared/translations/is-IS.json +382 -382
  430. package/src/shared/translations/it-IT.json +382 -382
  431. package/src/shared/translations/ja-JP.json +382 -382
  432. package/src/shared/translations/nl-BE.json +386 -386
  433. package/src/shared/translations/nl-NL.json +382 -382
  434. package/src/shared/translations/no-NO.json +382 -382
  435. package/src/shared/translations/pl-PL.json +382 -382
  436. package/src/shared/translations/pt-PT.json +382 -382
  437. package/src/shared/translations/sv-SE.json +382 -382
  438. package/src/shared/types.ts +31 -31
  439. package/src/shared/utils/localization-util.ts +275 -275
  440. package/styles/booking-search-results-variables.scss +728 -728
  441. package/styles/booking-search-results.scss +53 -53
  442. package/styles/components/_booking.scss +872 -872
  443. package/styles/components/_content.scss +336 -336
  444. package/styles/components/_flyin.scss +727 -727
  445. package/styles/components/_footer.scss +141 -141
  446. package/styles/components/_form.scss +1634 -1634
  447. package/styles/components/_image-with-text.scss +206 -206
  448. package/styles/components/_login.scss +140 -140
  449. package/styles/components/_navbar.scss +765 -765
  450. package/styles/components/_pricing-summary.scss +163 -163
  451. package/styles/components/_search.scss +2009 -2009
  452. package/styles/components/_tree.scss +648 -648
  453. package/styles/content-blocks.scss +64 -64
@@ -1,1634 +1,1634 @@
1
- .form {
2
- @extend %reset;
3
-
4
- &__wrapper {
5
- display: flex;
6
- flex-direction: column;
7
- gap: 2rem;
8
- }
9
-
10
- &__label {
11
- @extend %reset;
12
- margin-bottom: 15px * 0.5;
13
- display: flex;
14
- text-align: left;
15
- text-overflow: ellipsis;
16
- white-space: nowrap;
17
- overflow: hidden;
18
- line-height: 22px;
19
- }
20
-
21
- &__input {
22
- width: 100%;
23
- border: var(--tide-booking-form-input-border);
24
- background: var(--tide-booking-form-input-background);
25
- border-radius: var(--tide-booking-form-input-border-radius);
26
- box-sizing: border-box;
27
- @extend %transition-easing;
28
- }
29
-
30
- &__group {
31
- @extend %reset;
32
- width: 100%;
33
- display: flex;
34
- flex-direction: column;
35
- gap: 20px;
36
-
37
- &-input {
38
- position: relative;
39
- width: 100%;
40
-
41
- &--disabled {
42
- cursor: not-allowed;
43
- pointer-events: none;
44
- opacity: 0.6;
45
- }
46
- }
47
-
48
- &--icon {
49
- &:focus,
50
- &:focus-within,
51
- &:active {
52
- .icon {
53
- svg {
54
- fill: var(--tide-booking-color-secondary);
55
- }
56
- }
57
- }
58
-
59
- .form {
60
- &__label {
61
- position: absolute;
62
- top: 3px;
63
- left: 47.5px;
64
- font-size: 14px;
65
- pointer-events: none;
66
- color: var(--tide-booking-datepicker-input-label-color);
67
-
68
- @include media-sm {
69
- left: 17.5px;
70
- }
71
-
72
- @include media-lg {
73
- font-size: 16px;
74
- }
75
-
76
- @include media-xl {
77
- left: 47.5px;
78
- }
79
- }
80
-
81
- &__input {
82
- @include input;
83
- padding-left: 20px;
84
- padding-top: 16px;
85
-
86
- @include media-sm {
87
- padding-left: 20px;
88
- }
89
-
90
- @include media-md {
91
- padding-left: 20px;
92
- }
93
-
94
- @include media-xl {
95
- font-size: 15.5px;
96
- }
97
- }
98
-
99
- .typeahead {
100
- &__trigger {
101
- height: 45px;
102
- max-height: 45px;
103
- padding-left: 40px;
104
- font-size: 16px;
105
- background-color: var(--tide-booking-white);
106
-
107
- @include media-sm {
108
- padding-left: 10px;
109
- }
110
-
111
- @include media-md {
112
- padding-left: 40px;
113
- }
114
- }
115
- }
116
- }
117
- }
118
-
119
- &--datepicker {
120
- .form__group-input {
121
- width: 50%;
122
- }
123
- }
124
-
125
- &--submit {
126
- .cta {
127
- width: 100%;
128
- justify-content: center;
129
- }
130
- }
131
-
132
- &--success-message {
133
- &:before {
134
- content: '';
135
- width: 15px * 3.33;
136
- height: 15px * 1.33;
137
- border-left: 2.5px solid var(--tide-booking-black);
138
- border-bottom: 2.5px solid var(--tide-booking-black);
139
- margin: 0 auto 15px * 3 auto;
140
- transform: rotate(-45deg);
141
- }
142
- }
143
- }
144
-
145
- &__region {
146
- @extend %reset;
147
-
148
- & + .form__region {
149
- margin-top: 15px * 4;
150
- }
151
-
152
- &-header {
153
- margin-bottom: 15px * 0.3;
154
- display: flex;
155
- flex-flow: row wrap;
156
- align-items: center;
157
- }
158
-
159
- &-heading {
160
- @include media-xs {
161
- padding-right: 15px * 2;
162
- }
163
- }
164
-
165
- &-label {
166
- width: 100%;
167
- // margin-top: -15px * 0.5;
168
- order: 2;
169
-
170
- @include media-xs {
171
- width: auto;
172
- margin-top: 0;
173
- // @include marginLeft(15px * 0.2);
174
- order: initial;
175
- margin-bottom: 11px;
176
- }
177
- }
178
-
179
- &--errors {
180
- padding-left: 0 !important;
181
- border: none !important;
182
- color: var(--tide-booking-invalid);
183
- }
184
- }
185
-
186
- &__twocolumn {
187
- @include row--xl;
188
-
189
- & + & {
190
- margin-top: 15px;
191
- }
192
-
193
- & + .form__row {
194
- margin-top: 15px;
195
- }
196
- }
197
-
198
- &__twocolumn-column {
199
- @include media-xl {
200
- padding-right: 9px * 2;
201
- }
202
-
203
- .form__twocolumn-column + .form__twocolumn-column {
204
- margin-top: 15px;
205
-
206
- @include media-xl {
207
- margin-top: 0;
208
- padding-left: 9px * 2;
209
- padding-right: 0;
210
- }
211
- }
212
- }
213
-
214
- &__row {
215
- @extend %reset;
216
- margin-right: -15px * 0.5;
217
- margin-left: -15px * 0.5;
218
- display: flex;
219
- flex-wrap: wrap;
220
-
221
- .form__group {
222
- position: relative;
223
- width: 100%;
224
- max-width: 100%;
225
- min-height: 1px;
226
- padding-right: 15px * 0.5;
227
- padding-left: 15px * 0.5;
228
- margin-bottom: 15px;
229
- @include column;
230
- flex-grow: 1;
231
- flex-basis: 100%;
232
-
233
- &:last-of-type {
234
- margin-bottom: 0;
235
- }
236
-
237
- &--10 {
238
- width: 10%;
239
- flex: 0 0 10%;
240
- }
241
-
242
- &--20 {
243
- width: 20%;
244
- flex: 0 0 20%;
245
- }
246
-
247
- &--25 {
248
- width: 25%;
249
- flex: 0 0 25%;
250
- }
251
-
252
- &--30 {
253
- width: 30%;
254
- flex: 0 0 30%;
255
- }
256
-
257
- &--33 {
258
- width: 33.33%;
259
- flex: 0 0 33.33%;
260
- }
261
-
262
- &--40 {
263
- width: 40%;
264
- flex: 0 0 40%;
265
- }
266
-
267
- &--50 {
268
- width: 50%;
269
- flex: 0 0 50%;
270
- }
271
-
272
- &--60 {
273
- width: 60%;
274
- flex: 0 0 60%;
275
- }
276
-
277
- &--66 {
278
- width: 66.66%;
279
- flex: 0 0 66.66%;
280
- }
281
-
282
- &--70 {
283
- width: 70%;
284
- flex: 0 0 70%;
285
- }
286
-
287
- &--75 {
288
- width: 75%;
289
- flex: 0 0 75%;
290
- }
291
-
292
- &--80 {
293
- width: 80%;
294
- flex: 0 0 80%;
295
- }
296
-
297
- &--90 {
298
- width: 90%;
299
- flex: 0 0 90%;
300
- }
301
-
302
- &--xs {
303
- &-10 {
304
- @include media-xs {
305
- width: 10%;
306
- flex-basis: 10%;
307
- }
308
- }
309
-
310
- &-20 {
311
- @include media-xs {
312
- width: 20%;
313
- flex-basis: 20%;
314
- }
315
- }
316
-
317
- &-25 {
318
- @include media-xs {
319
- width: 25%;
320
- flex-basis: 25%;
321
- }
322
- }
323
-
324
- &-30 {
325
- @include media-xs {
326
- width: 30%;
327
- flex-basis: 30%;
328
- }
329
- }
330
-
331
- &-33 {
332
- @include media-xs {
333
- width: 33.33%;
334
- flex-basis: 33.33%;
335
- }
336
- }
337
-
338
- &-40 {
339
- @include media-xs {
340
- width: 40%;
341
- flex-basis: 40%;
342
- }
343
- }
344
-
345
- &-50 {
346
- @include media-xs {
347
- width: 50%;
348
- flex-basis: 50%;
349
- }
350
- }
351
-
352
- &-60 {
353
- @include media-xs {
354
- width: 60%;
355
- flex-basis: 60%;
356
- }
357
- }
358
-
359
- &-66 {
360
- @include media-xs {
361
- width: 66.66%;
362
- flex-basis: 66.66%;
363
- }
364
- }
365
-
366
- &-70 {
367
- @include media-xs {
368
- width: 70%;
369
- flex-basis: 70%;
370
- }
371
- }
372
-
373
- &-75 {
374
- @include media-xs {
375
- width: 75%;
376
- flex-basis: 75%;
377
- }
378
- }
379
-
380
- &-80 {
381
- @include media-xs {
382
- width: 80%;
383
- flex-basis: 80%;
384
- }
385
- }
386
-
387
- &-90 {
388
- @include media-xs {
389
- width: 90%;
390
- flex-basis: 90%;
391
- }
392
- }
393
-
394
- &-100 {
395
- @include media-xs {
396
- width: 100%;
397
- flex-basis: 100%;
398
- }
399
- }
400
- }
401
-
402
- &--sm {
403
- &-10 {
404
- @include media-sm {
405
- width: 10%;
406
- flex-basis: 10%;
407
- }
408
- }
409
-
410
- &-20 {
411
- @include media-sm {
412
- width: 20%;
413
- flex-basis: 20%;
414
- }
415
- }
416
-
417
- &-25 {
418
- @include media-sm {
419
- width: 25%;
420
- flex-basis: 25%;
421
- }
422
- }
423
-
424
- &-30 {
425
- @include media-sm {
426
- width: 30%;
427
- flex-basis: 30%;
428
- }
429
- }
430
-
431
- &-33 {
432
- @include media-sm {
433
- width: 33.33%;
434
- flex-basis: 33.33%;
435
- }
436
- }
437
-
438
- &-40 {
439
- @include media-sm {
440
- width: 40%;
441
- flex-basis: 40%;
442
- }
443
- }
444
-
445
- &-50 {
446
- @include media-sm {
447
- width: 50%;
448
- flex-basis: 50%;
449
- }
450
- }
451
-
452
- &-60 {
453
- @include media-sm {
454
- width: 60%;
455
- flex-basis: 60%;
456
- }
457
- }
458
-
459
- &-66 {
460
- @include media-sm {
461
- width: 66.66%;
462
- flex-basis: 66.66%;
463
- }
464
- }
465
-
466
- &-70 {
467
- @include media-sm {
468
- width: 70%;
469
- flex-basis: 70%;
470
- }
471
- }
472
-
473
- &-75 {
474
- @include media-sm {
475
- width: 75%;
476
- flex-basis: 75%;
477
- }
478
- }
479
-
480
- &-80 {
481
- @include media-sm {
482
- width: 80%;
483
- flex-basis: 80%;
484
- }
485
- }
486
-
487
- &-90 {
488
- @include media-sm {
489
- width: 90%;
490
- flex-basis: 90%;
491
- }
492
- }
493
-
494
- &-100 {
495
- @include media-sm {
496
- width: 100%;
497
- flex-basis: 100%;
498
- }
499
- }
500
- }
501
-
502
- &--md {
503
- &-10 {
504
- @include media-md {
505
- width: 10%;
506
- flex-basis: 10%;
507
- }
508
- }
509
-
510
- &-20 {
511
- @include media-md {
512
- width: 20%;
513
- flex-basis: 20%;
514
- }
515
- }
516
-
517
- &-25 {
518
- @include media-md {
519
- width: 25%;
520
- flex-basis: 25%;
521
- }
522
- }
523
-
524
- &-30 {
525
- @include media-md {
526
- width: 30%;
527
- flex-basis: 30%;
528
- }
529
- }
530
-
531
- &-33 {
532
- @include media-md {
533
- width: 33.33%;
534
- flex-basis: 33.33%;
535
- }
536
- }
537
-
538
- &-40 {
539
- @include media-md {
540
- width: 40%;
541
- flex-basis: 40%;
542
- }
543
- }
544
-
545
- &-50 {
546
- @include media-md {
547
- width: 50%;
548
- flex-basis: 50%;
549
- }
550
- }
551
-
552
- &-60 {
553
- @include media-md {
554
- width: 60%;
555
- flex-basis: 60%;
556
- }
557
- }
558
-
559
- &-66 {
560
- @include media-md {
561
- width: 66.66%;
562
- flex-basis: 66.66%;
563
- }
564
- }
565
-
566
- &-70 {
567
- @include media-md {
568
- width: 70%;
569
- flex-basis: 70%;
570
- }
571
- }
572
-
573
- &-75 {
574
- @include media-md {
575
- width: 75%;
576
- flex-basis: 75%;
577
- }
578
- }
579
-
580
- &-80 {
581
- @include media-md {
582
- width: 80%;
583
- flex-basis: 80%;
584
- }
585
- }
586
-
587
- &-90 {
588
- @include media-md {
589
- width: 90%;
590
- flex-basis: 90%;
591
- }
592
- }
593
-
594
- &-100 {
595
- @include media-md {
596
- width: 100%;
597
- flex-basis: 100%;
598
- }
599
- }
600
- }
601
-
602
- &--lg {
603
- &-10 {
604
- @include media-lg {
605
- width: 10%;
606
- flex-basis: 10%;
607
- }
608
- }
609
-
610
- &-20 {
611
- @include media-lg {
612
- width: 20%;
613
- flex-basis: 20%;
614
- }
615
- }
616
-
617
- &-25 {
618
- @include media-lg {
619
- width: 25%;
620
- flex-basis: 25%;
621
- }
622
- }
623
-
624
- &-30 {
625
- @include media-lg {
626
- width: 30%;
627
- flex-basis: 30%;
628
- }
629
- }
630
-
631
- &-33 {
632
- @include media-lg {
633
- width: 33.33%;
634
- flex-basis: 33.33%;
635
- }
636
- }
637
-
638
- &-40 {
639
- @include media-lg {
640
- width: 40%;
641
- flex-basis: 40%;
642
- }
643
- }
644
-
645
- &-50 {
646
- @include media-lg {
647
- width: 50%;
648
- flex-basis: 50%;
649
- }
650
- }
651
-
652
- &-60 {
653
- @include media-lg {
654
- width: 60%;
655
- flex-basis: 60%;
656
- }
657
- }
658
-
659
- &-66 {
660
- @include media-lg {
661
- width: 66.66%;
662
- flex-basis: 66.66%;
663
- }
664
- }
665
-
666
- &-70 {
667
- @include media-lg {
668
- width: 70%;
669
- flex-basis: 70%;
670
- }
671
- }
672
-
673
- &-75 {
674
- @include media-lg {
675
- width: 75%;
676
- flex-basis: 75%;
677
- }
678
- }
679
-
680
- &-80 {
681
- @include media-lg {
682
- width: 80%;
683
- flex-basis: 80%;
684
- }
685
- }
686
-
687
- &-90 {
688
- @include media-lg {
689
- width: 90%;
690
- flex-basis: 90%;
691
- }
692
- }
693
-
694
- &-100 {
695
- @include media-lg {
696
- width: 100%;
697
- flex-basis: 100%;
698
- }
699
- }
700
- }
701
-
702
- &--xl {
703
- &-10 {
704
- @include media-xl {
705
- width: 10%;
706
- flex-basis: 10%;
707
- }
708
- }
709
-
710
- &-20 {
711
- @include media-xl {
712
- width: 20%;
713
- flex-basis: 20%;
714
- }
715
- }
716
-
717
- &-25 {
718
- @include media-xl {
719
- width: 25%;
720
- flex-basis: 25%;
721
- }
722
- }
723
-
724
- &-30 {
725
- @include media-xl {
726
- width: 30%;
727
- flex-basis: 30%;
728
- }
729
- }
730
-
731
- &-33 {
732
- @include media-xl {
733
- width: 33.33%;
734
- flex-basis: 33.33%;
735
- }
736
- }
737
-
738
- &-40 {
739
- @include media-xl {
740
- width: 40%;
741
- flex-basis: 40%;
742
- }
743
- }
744
-
745
- &-50 {
746
- @include media-xl {
747
- width: 50%;
748
- flex-basis: 50%;
749
- }
750
- }
751
-
752
- &-60 {
753
- @include media-xl {
754
- width: 60%;
755
- flex-basis: 60%;
756
- }
757
- }
758
-
759
- &-66 {
760
- @include media-xl {
761
- width: 66.66%;
762
- flex-basis: 66.66%;
763
- }
764
- }
765
-
766
- &-70 {
767
- @include media-xl {
768
- width: 70%;
769
- flex-basis: 70%;
770
- }
771
- }
772
-
773
- &-75 {
774
- @include media-xl {
775
- width: 75%;
776
- flex-basis: 75%;
777
- }
778
- }
779
-
780
- &-80 {
781
- @include media-xl {
782
- width: 80%;
783
- flex-basis: 80%;
784
- }
785
- }
786
-
787
- &-90 {
788
- @include media-xl {
789
- width: 90%;
790
- flex-basis: 90%;
791
- }
792
- }
793
-
794
- &-100 {
795
- @include media-xl {
796
- width: 100%;
797
- flex-basis: 100%;
798
- }
799
- }
800
- }
801
-
802
- &--xxl {
803
- &-10 {
804
- @include media-xxl {
805
- width: 10%;
806
- flex-basis: 10%;
807
- }
808
- }
809
-
810
- &-20 {
811
- @include media-xxl {
812
- width: 20%;
813
- flex-basis: 20%;
814
- }
815
- }
816
-
817
- &-25 {
818
- @include media-xxl {
819
- width: 25%;
820
- flex-basis: 25%;
821
- }
822
- }
823
-
824
- &-30 {
825
- @include media-xxl {
826
- width: 30%;
827
- flex-basis: 30%;
828
- }
829
- }
830
-
831
- &-33 {
832
- @include media-xxl {
833
- width: 33.33%;
834
- flex-basis: 33.33%;
835
- }
836
- }
837
-
838
- &-40 {
839
- @include media-xxl {
840
- width: 40%;
841
- flex-basis: 40%;
842
- }
843
- }
844
-
845
- &-50 {
846
- @include media-xxl {
847
- width: 50%;
848
- flex-basis: 50%;
849
- }
850
- }
851
-
852
- &-60 {
853
- @include media-xxl {
854
- width: 60%;
855
- flex-basis: 60%;
856
- }
857
- }
858
-
859
- &-66 {
860
- @include media-xxl {
861
- width: 66.66%;
862
- flex-basis: 66.66%;
863
- }
864
- }
865
-
866
- &-70 {
867
- @include media-xxl {
868
- width: 70%;
869
- flex-basis: 70%;
870
- }
871
- }
872
-
873
- &-75 {
874
- @include media-xxl {
875
- width: 75%;
876
- flex-basis: 75%;
877
- }
878
- }
879
-
880
- &-80 {
881
- @include media-xxl {
882
- width: 80%;
883
- flex-basis: 80%;
884
- }
885
- }
886
-
887
- &-90 {
888
- @include media-xxl {
889
- width: 90%;
890
- flex-basis: 90%;
891
- }
892
- }
893
-
894
- &-100 {
895
- @include media-xxl {
896
- width: 100%;
897
- flex-basis: 100%;
898
- }
899
- }
900
- }
901
-
902
- &--datepicker {
903
- flex-direction: row;
904
- }
905
-
906
- &--success-message {
907
- max-width: var(--tide-booking-container-article);
908
- margin-right: auto;
909
- margin-left: auto;
910
- }
911
-
912
- &--inline {
913
- width: auto;
914
- flex-grow: 0;
915
- white-space: nowrap;
916
- }
917
- }
918
-
919
- & + .form__row {
920
- margin-top: 15px;
921
- }
922
-
923
- &--actions {
924
- .form__group {
925
- flex-flow: row nowrap;
926
- align-items: flex-end;
927
- justify-content: flex-end;
928
- }
929
- }
930
-
931
- &--additional-actions {
932
- .form__group {
933
- @include row--sm;
934
- @include flex--centerXY;
935
- }
936
- }
937
-
938
- &--choose-office {
939
- display: flex;
940
- }
941
-
942
- &--disclaimer {
943
- width: 100%;
944
- }
945
-
946
- &--validation {
947
- margin-bottom: 15px;
948
- flex-direction: column;
949
- color: var(--tide-booking-invalid-dark);
950
-
951
- p {
952
- opacity: 1;
953
- }
954
-
955
- ul {
956
- margin-inline-start: 30px;
957
- margin-top: 10px;
958
- }
959
-
960
- .form {
961
- &__group {
962
- flex-basis: initial;
963
- }
964
- }
965
- }
966
-
967
- &--inline {
968
- align-items: flex-end;
969
-
970
- .form__group {
971
- margin-bottom: 0;
972
- }
973
- }
974
- }
975
-
976
- &__group {
977
- @extend %reset;
978
- width: 100%;
979
- display: flex;
980
- flex-direction: column;
981
- gap: 20px;
982
-
983
- &-input {
984
- position: relative;
985
- width: 100%;
986
- }
987
-
988
- .checkbox {
989
- & + .checkbox {
990
- margin-top: 15px;
991
- }
992
- }
993
-
994
- .radiobutton {
995
- & + .radiobutton {
996
- margin-top: 15px;
997
- }
998
- }
999
-
1000
- &--error {
1001
- .form {
1002
- &__label {
1003
- color: var(--tide-booking-invalid);
1004
- }
1005
-
1006
- &__input {
1007
- border-color: var(--tide-booking-invalid-light);
1008
- color: var(--tide-booking-invalid-dark);
1009
- background: var(--tide-booking-invalid-light);
1010
- }
1011
- }
1012
-
1013
- .radiobutton {
1014
- &__label {
1015
- color: var(--tide-booking-invalid-dark);
1016
- }
1017
-
1018
- &__input {
1019
- border: 2px solid var(--tide-booking-invalid-dark);
1020
- background: var(--tide-booking-invalid-light);
1021
-
1022
- &:after {
1023
- background: var(--tide-booking-invalid-dark);
1024
- }
1025
- }
1026
- }
1027
-
1028
- ::-webkit-input-placeholder {
1029
- color: var(--tide-booking-invalid-dark);
1030
- }
1031
-
1032
- ::-moz-placeholder {
1033
- color: var(--tide-booking-invalid-dark);
1034
- }
1035
-
1036
- :-ms-input-placeholder {
1037
- color: var(--tide-booking-invalid-dark);
1038
- }
1039
-
1040
- :-moz-placeholder {
1041
- color: var(--tide-booking-invalid-dark);
1042
- }
1043
- }
1044
-
1045
- &--icon {
1046
- &:focus,
1047
- &:focus-within,
1048
- &:active {
1049
- .icon {
1050
- svg {
1051
- fill: var(--tide-booking-color-secondary);
1052
- }
1053
- }
1054
- }
1055
-
1056
- .form {
1057
- &__label {
1058
- position: absolute;
1059
- top: 3px;
1060
- left: 47.5px;
1061
- font-size: 13px;
1062
- pointer-events: none;
1063
-
1064
- @include media-sm {
1065
- left: 17.5px;
1066
- }
1067
-
1068
- @include media-xl {
1069
- left: 47.5px;
1070
- }
1071
- }
1072
-
1073
- &__input {
1074
- height: 45px;
1075
- max-height: 45px;
1076
- padding-left: 20px;
1077
- padding-top: 16px;
1078
- font-size: 14.5px;
1079
- background-color: white;
1080
-
1081
- @include media-sm {
1082
- padding-left: 20px;
1083
- }
1084
-
1085
- @include media-md {
1086
- padding-left: 20px;
1087
- }
1088
-
1089
- @include media-xl {
1090
- font-size: 15.5px;
1091
- }
1092
- }
1093
-
1094
- .typeahead {
1095
- &__trigger {
1096
- height: 45px;
1097
- max-height: 45px;
1098
- padding-left: 40px;
1099
- font-size: 16px;
1100
- background-color: white;
1101
-
1102
- @include media-sm {
1103
- padding-left: 10px;
1104
- }
1105
-
1106
- @include media-md {
1107
- padding-left: 40px;
1108
- }
1109
- }
1110
- }
1111
- }
1112
- }
1113
-
1114
- &--datepicker {
1115
- .form__group-input {
1116
- width: 50%;
1117
- }
1118
-
1119
- .form__group-input:nth-child(1) .form__input {
1120
- border-radius: 5px;
1121
- }
1122
-
1123
- .form__group-input:nth-child(2) .form__input {
1124
- border-radius: 5px;
1125
- }
1126
- }
1127
-
1128
- &--datepicker {
1129
- @include column;
1130
- align-items: center;
1131
- gap: 10px;
1132
- margin-bottom: 0px;
1133
- position: relative;
1134
-
1135
- @include media-sm {
1136
- flex-direction: row;
1137
- }
1138
-
1139
- .form__group-input {
1140
- width: 100%;
1141
-
1142
- @include media-sm {
1143
- width: 50%;
1144
- }
1145
-
1146
- // &:nth-child(1),
1147
- // &:nth-child(2) {
1148
- // .form__input {
1149
- // border-radius: 5px;
1150
- // border-right: 1.5px solid var(--tide-booking-gray-background-light);
1151
- // border-left: 1.5px solid var(--tide-booking-gray-background-light);
1152
- // }
1153
- // }
1154
- }
1155
-
1156
- .qsm__panel {
1157
- display: flex;
1158
- background-color: rgba(255, 255, 255, 0.97);
1159
- z-index: 98;
1160
- visibility: hidden;
1161
- opacity: 0;
1162
- transition: all 0.3s ease-in-out;
1163
-
1164
- &--active {
1165
- visibility: visible;
1166
- pointer-events: all;
1167
- opacity: 1;
1168
- width: 100vw;
1169
-
1170
- @include media-sm {
1171
- width: auto;
1172
- }
1173
- }
1174
- }
1175
- }
1176
-
1177
- &--submit {
1178
- .cta {
1179
- width: 100%;
1180
- justify-content: center;
1181
- }
1182
- }
1183
-
1184
- &--success-message {
1185
- &:before {
1186
- content: '';
1187
- width: 15px * 3.33;
1188
- height: 15px * 1.33;
1189
- border-left: 2.5px solid black;
1190
- border-bottom: 2.5px solid black;
1191
- margin: 0 auto 15px * 3 auto;
1192
- transform: rotate(-45deg);
1193
- }
1194
- }
1195
- }
1196
-
1197
- &__error-heading {
1198
- font-family: var(--tide-booking-font-heading);
1199
- }
1200
-
1201
- &__room {
1202
- display: grid;
1203
- grid-template-rows: repeat(1, 1fr);
1204
- gap: 15px;
1205
- padding: 15px;
1206
- background: var(--tide-booking-room-options-card-background);
1207
- outline: var(--tide-booking-room-options-card-border);
1208
- border-radius: var(--tide-booking-room-options-card-border-radius);
1209
-
1210
- @include media-md {
1211
- gap: 25px;
1212
- grid-template-columns: 75% 20%;
1213
- justify-content: space-between;
1214
- }
1215
-
1216
- &__container {
1217
- // margin-top: -25px;
1218
- }
1219
-
1220
- &__header {
1221
- @include h3;
1222
- color: #666;
1223
- }
1224
-
1225
- &__wrapper {
1226
- display: grid;
1227
- grid-template-columns: repeat(1, 1fr);
1228
- grid-template-rows: repeat(1, 1fr);
1229
- gap: 15px;
1230
-
1231
- @include media-sm {
1232
- gap: 25px;
1233
- grid-template-columns: 230px 1fr;
1234
- }
1235
- }
1236
-
1237
- &__image {
1238
- width: 100%;
1239
- height: 230px;
1240
- object-fit: cover;
1241
- overflow: hidden;
1242
- border-radius: var(--tide-booking-room-options-image-border-radius);
1243
- position: relative;
1244
- }
1245
-
1246
- &__img {
1247
- width: 100%;
1248
- height: 100%;
1249
- object-fit: cover;
1250
- object-position: center;
1251
- }
1252
-
1253
- &__favorite {
1254
- position: absolute;
1255
- top: 10px;
1256
- left: 10px;
1257
- z-index: 1;
1258
- display: flex;
1259
- align-items: center;
1260
- justify-content: center;
1261
- background-color: white;
1262
- width: 40px;
1263
- height: 40px;
1264
- border-radius: 50%;
1265
- color: #26b489;
1266
- font-size: 20px;
1267
- }
1268
-
1269
- &__footer {
1270
- display: flex;
1271
- flex-direction: column;
1272
- justify-content: space-between;
1273
- align-items: flex-end;
1274
- gap: 10px;
1275
-
1276
- @include media-xs {
1277
- flex-direction: row;
1278
- }
1279
-
1280
- @include media-md {
1281
- display: flex;
1282
- flex-direction: column;
1283
- align-items: flex-end;
1284
- }
1285
-
1286
- p {
1287
- margin-bottom: 0;
1288
- font-size: 14px;
1289
- padding-bottom: 2px;
1290
-
1291
- @include media-md {
1292
- font-size: 16px;
1293
- text-align: right;
1294
- }
1295
- }
1296
-
1297
- &__top {
1298
- display: flex;
1299
- flex-direction: column;
1300
- align-items: flex-start;
1301
- gap: 5px;
1302
- width: 100%;
1303
-
1304
- @include media-md {
1305
- align-items: flex-end;
1306
- }
1307
- }
1308
-
1309
- &__bottom {
1310
- display: flex;
1311
- flex-direction: column;
1312
- align-items: flex-end;
1313
- gap: 5px;
1314
- width: 100%;
1315
- max-width: 230px;
1316
- }
1317
-
1318
- .cta {
1319
- width: 100%;
1320
- max-width: 230px;
1321
- justify-content: center;
1322
- }
1323
- }
1324
-
1325
- &__title {
1326
- font-family: var(--tide-booking-room-options-title-font-family);
1327
- font-weight: var(--tide-booking-room-options-title-font-weight);
1328
- color: var(--tide-booking-room-options-title-color);
1329
- margin-bottom: 5px;
1330
- }
1331
-
1332
- &__text {
1333
- font-size: 14px;
1334
- line-height: 18px;
1335
- overflow: hidden;
1336
- display: -webkit-box;
1337
- -webkit-line-clamp: 3;
1338
- -webkit-box-orient: vertical;
1339
- }
1340
-
1341
- &__days {
1342
- font-size: 14px;
1343
- @include media-md {
1344
- font-size: 16px;
1345
- text-align: right;
1346
- }
1347
- }
1348
-
1349
- &__usps {
1350
- display: flex;
1351
- flex-direction: row;
1352
- justify-content: flex-start;
1353
- flex-wrap: wrap;
1354
- gap: 10px;
1355
- row-gap: 0rem;
1356
- margin: 0;
1357
- }
1358
-
1359
- &__select {
1360
- display: grid;
1361
- grid-template-rows: repeat(1, 1fr);
1362
- gap: 10px;
1363
- margin-top: 15px;
1364
-
1365
- @include media-md {
1366
- grid-template-columns: repeat(2, 1fr);
1367
- gap: 15px;
1368
- }
1369
- }
1370
-
1371
- &__price {
1372
- font-size: 16px;
1373
- font-weight: 400;
1374
- margin-bottom: 5px;
1375
-
1376
- span {
1377
- font-size: 20px;
1378
- font-weight: 400;
1379
- }
1380
-
1381
- &--increase {
1382
- color: var(--tide-booking-price-increase);
1383
- }
1384
-
1385
- &--decrease {
1386
- color: var(--tide-booking-price-decrease);
1387
- }
1388
- }
1389
-
1390
- &__alternatives {
1391
- &__header {
1392
- margin: 30px 0rem 10px 0rem;
1393
- @include h6;
1394
- color: var(--tide-booking-room-options-alternative-header-color);
1395
- font-size: 16px;
1396
-
1397
- @include media-xl {
1398
- font-size: 18px;
1399
- }
1400
- }
1401
-
1402
- &__btn {
1403
- margin-bottom: 5px;
1404
- outline: none;
1405
- border: none;
1406
- background: transparent;
1407
- text-align: right;
1408
- color: var(--tide-booking-room-options-alternative-btn-color);
1409
- text-decoration: var(--tide-booking-room-options-alternative-btn-text-decoration);
1410
- transition: color 0.3s ease, text-decoration 0.3s ease;
1411
-
1412
- &:hover {
1413
- text-decoration: var(--tide-booking-room-options-alternative-btn-text-decoration-hover);
1414
- color: var(--tide-booking-room-options-alternative-btn-color-hover);
1415
- }
1416
- }
1417
-
1418
- &__content {
1419
- display: grid;
1420
- grid-template-columns: repeat(1, 1fr);
1421
- grid-template-rows: repeat(1, 1fr);
1422
- gap: 15px;
1423
-
1424
- @include media-sm {
1425
- grid-template-columns: repeat(2, 1fr);
1426
- }
1427
-
1428
- @include media-xxl {
1429
- grid-template-columns: repeat(3, 1fr);
1430
- }
1431
-
1432
- .form__room {
1433
- @include media-md {
1434
- display: grid;
1435
- grid-template-rows: repeat(1, 1fr);
1436
- grid-template-columns: 1fr;
1437
- }
1438
-
1439
- &__wrapper {
1440
- @include media-sm {
1441
- display: grid;
1442
- grid-template-columns: repeat(1, 1fr);
1443
- grid-template-rows: repeat(1, 1fr);
1444
- gap: 15px;
1445
- }
1446
- }
1447
-
1448
- &__footer {
1449
- @include media-md {
1450
- flex-direction: row;
1451
- }
1452
- &__top {
1453
- @include media-md {
1454
- align-items: flex-start;
1455
- }
1456
- }
1457
- }
1458
-
1459
- &__dates {
1460
- @include media-md {
1461
- text-align: left;
1462
- font-size: 14px;
1463
- }
1464
- }
1465
-
1466
- &__days {
1467
- @include media-md {
1468
- text-align: left;
1469
- font-size: 14px;
1470
- }
1471
- }
1472
- }
1473
- }
1474
- }
1475
- }
1476
- }
1477
-
1478
- .form__twocolumn-column + .form__twocolumn-column {
1479
- margin-top: 15px;
1480
-
1481
- @include media-xl {
1482
- margin-top: 0;
1483
- padding-left: 9px * 2;
1484
- padding-right: 0;
1485
- }
1486
- }
1487
-
1488
- .booking .form {
1489
- max-width: 100%;
1490
-
1491
- &__region {
1492
- // background-color: $white;
1493
-
1494
- .booking-card__body {
1495
- background-color: transparent;
1496
- }
1497
- }
1498
- }
1499
-
1500
- .form__travelers {
1501
- &__wrapper {
1502
- background: var(--tide-booking-form-card-background);
1503
- outline: var(--tide-booking-form-card-border);
1504
- border-radius: var(--tide-booking-form-card-border-radius);
1505
- // margin-top: -25px;
1506
- }
1507
-
1508
- .form__region {
1509
- padding: 15px;
1510
-
1511
- @include media-sm {
1512
- padding: 15px;
1513
- }
1514
-
1515
- @include media-lg {
1516
- padding: 15px;
1517
- padding-bottom: 20px;
1518
- }
1519
-
1520
- &-heading {
1521
- margin-bottom: 0px;
1522
- }
1523
-
1524
- &-header {
1525
- display: flex;
1526
- flex-flow: row wrap;
1527
- align-items: center;
1528
- margin: 15px 0px;
1529
- margin-top: 5px;
1530
- }
1531
-
1532
- &-label {
1533
- margin-top: 5px;
1534
- margin-bottom: 0;
1535
- font-size: 16px;
1536
- color: var(--tide-booking-form-card-label-color);
1537
-
1538
- @include media-xs {
1539
- margin-top: 0px;
1540
- }
1541
- }
1542
- }
1543
-
1544
- .form__group {
1545
- gap: 5px;
1546
- margin-bottom: 0px;
1547
- min-height: 85px;
1548
-
1549
- .form__label {
1550
- color: var(--tide-booking-form-label-color);
1551
- font-family: var(--tide-booking-form-label-font-family);
1552
- font-weight: var(--tide-booking-form-label-font-weight);
1553
- }
1554
-
1555
- &--error {
1556
- .form__label {
1557
- color: var(--tide-booking-invalid);
1558
- }
1559
- }
1560
-
1561
- .form__input {
1562
- min-height: var(--tide-booking-form-input-height);
1563
-
1564
- &:focus,
1565
- &:active {
1566
- border: var(--tide-booking-form-input-border-focus);
1567
- }
1568
- }
1569
- }
1570
- }
1571
-
1572
- .booking .form__region {
1573
- &--errors {
1574
- background-color: transparent;
1575
- padding-left: 15px !important;
1576
- }
1577
- }
1578
-
1579
- .booking .form__region + .form__region {
1580
- margin-top: 0;
1581
- border-top: var(--tide-booking-form-group-border);
1582
- }
1583
-
1584
- .booking__panel .typeahead .form__input {
1585
- outline: var(--tide-booking-form-typeahead-agent-border);
1586
- background: var(--tide-booking-form-typeahead-agent-background);
1587
- border-radius: var(--tide-booking-form-typeahead-agent-border-radius);
1588
- color: var(--tide-booking-form-typeahead-agent-color);
1589
- }
1590
-
1591
- .booking__panel-frame--transparent .form__region {
1592
- // padding-right: 15px;
1593
- // padding-left: 15px;
1594
- }
1595
-
1596
- .form__booking--summary {
1597
- margin-top: -25px;
1598
- background: var(--tide-booking-form-summary-background);
1599
- border-radius: var(--tide-booking-form-summary-border-radius);
1600
- outline: var(--tide-booking-form-summary-border);
1601
-
1602
- .form__region {
1603
- padding: 22.5px 15px;
1604
- }
1605
-
1606
- .form__row + .form__row {
1607
- margin-top: 0px;
1608
- }
1609
-
1610
- li {
1611
- font-size: 16px;
1612
- line-height: 1.6;
1613
- p {
1614
- font-size: 16px;
1615
- line-height: 1.6;
1616
- }
1617
- }
1618
- }
1619
-
1620
- .form__booking--message {
1621
- margin-top: -25px;
1622
- background: var(--tide-booking-confirmation-background);
1623
- border-radius: var(--tide-booking-confirmation-border-radius);
1624
- outline: var(--tide-booking-confirmation-border);
1625
- padding: 0px 15px;
1626
- }
1627
-
1628
- .form__booking--flight {
1629
- .booking-card__group {
1630
- outline: none;
1631
- border-radius: 0px;
1632
- background: transparent;
1633
- }
1634
- }
1
+ .form {
2
+ @extend %reset;
3
+
4
+ &__wrapper {
5
+ display: flex;
6
+ flex-direction: column;
7
+ gap: 2rem;
8
+ }
9
+
10
+ &__label {
11
+ @extend %reset;
12
+ margin-bottom: 15px * 0.5;
13
+ display: flex;
14
+ text-align: left;
15
+ text-overflow: ellipsis;
16
+ white-space: nowrap;
17
+ overflow: hidden;
18
+ line-height: 22px;
19
+ }
20
+
21
+ &__input {
22
+ width: 100%;
23
+ border: var(--tide-booking-form-input-border);
24
+ background: var(--tide-booking-form-input-background);
25
+ border-radius: var(--tide-booking-form-input-border-radius);
26
+ box-sizing: border-box;
27
+ @extend %transition-easing;
28
+ }
29
+
30
+ &__group {
31
+ @extend %reset;
32
+ width: 100%;
33
+ display: flex;
34
+ flex-direction: column;
35
+ gap: 20px;
36
+
37
+ &-input {
38
+ position: relative;
39
+ width: 100%;
40
+
41
+ &--disabled {
42
+ cursor: not-allowed;
43
+ pointer-events: none;
44
+ opacity: 0.6;
45
+ }
46
+ }
47
+
48
+ &--icon {
49
+ &:focus,
50
+ &:focus-within,
51
+ &:active {
52
+ .icon {
53
+ svg {
54
+ fill: var(--tide-booking-color-secondary);
55
+ }
56
+ }
57
+ }
58
+
59
+ .form {
60
+ &__label {
61
+ position: absolute;
62
+ top: 3px;
63
+ left: 47.5px;
64
+ font-size: 14px;
65
+ pointer-events: none;
66
+ color: var(--tide-booking-datepicker-input-label-color);
67
+
68
+ @include media-sm {
69
+ left: 17.5px;
70
+ }
71
+
72
+ @include media-lg {
73
+ font-size: 16px;
74
+ }
75
+
76
+ @include media-xl {
77
+ left: 47.5px;
78
+ }
79
+ }
80
+
81
+ &__input {
82
+ @include input;
83
+ padding-left: 20px;
84
+ padding-top: 16px;
85
+
86
+ @include media-sm {
87
+ padding-left: 20px;
88
+ }
89
+
90
+ @include media-md {
91
+ padding-left: 20px;
92
+ }
93
+
94
+ @include media-xl {
95
+ font-size: 15.5px;
96
+ }
97
+ }
98
+
99
+ .typeahead {
100
+ &__trigger {
101
+ height: 45px;
102
+ max-height: 45px;
103
+ padding-left: 40px;
104
+ font-size: 16px;
105
+ background-color: var(--tide-booking-white);
106
+
107
+ @include media-sm {
108
+ padding-left: 10px;
109
+ }
110
+
111
+ @include media-md {
112
+ padding-left: 40px;
113
+ }
114
+ }
115
+ }
116
+ }
117
+ }
118
+
119
+ &--datepicker {
120
+ .form__group-input {
121
+ width: 50%;
122
+ }
123
+ }
124
+
125
+ &--submit {
126
+ .cta {
127
+ width: 100%;
128
+ justify-content: center;
129
+ }
130
+ }
131
+
132
+ &--success-message {
133
+ &:before {
134
+ content: '';
135
+ width: 15px * 3.33;
136
+ height: 15px * 1.33;
137
+ border-left: 2.5px solid var(--tide-booking-black);
138
+ border-bottom: 2.5px solid var(--tide-booking-black);
139
+ margin: 0 auto 15px * 3 auto;
140
+ transform: rotate(-45deg);
141
+ }
142
+ }
143
+ }
144
+
145
+ &__region {
146
+ @extend %reset;
147
+
148
+ & + .form__region {
149
+ margin-top: 15px * 4;
150
+ }
151
+
152
+ &-header {
153
+ margin-bottom: 15px * 0.3;
154
+ display: flex;
155
+ flex-flow: row wrap;
156
+ align-items: center;
157
+ }
158
+
159
+ &-heading {
160
+ @include media-xs {
161
+ padding-right: 15px * 2;
162
+ }
163
+ }
164
+
165
+ &-label {
166
+ width: 100%;
167
+ // margin-top: -15px * 0.5;
168
+ order: 2;
169
+
170
+ @include media-xs {
171
+ width: auto;
172
+ margin-top: 0;
173
+ // @include marginLeft(15px * 0.2);
174
+ order: initial;
175
+ margin-bottom: 11px;
176
+ }
177
+ }
178
+
179
+ &--errors {
180
+ padding-left: 0 !important;
181
+ border: none !important;
182
+ color: var(--tide-booking-invalid);
183
+ }
184
+ }
185
+
186
+ &__twocolumn {
187
+ @include row--xl;
188
+
189
+ & + & {
190
+ margin-top: 15px;
191
+ }
192
+
193
+ & + .form__row {
194
+ margin-top: 15px;
195
+ }
196
+ }
197
+
198
+ &__twocolumn-column {
199
+ @include media-xl {
200
+ padding-right: 9px * 2;
201
+ }
202
+
203
+ .form__twocolumn-column + .form__twocolumn-column {
204
+ margin-top: 15px;
205
+
206
+ @include media-xl {
207
+ margin-top: 0;
208
+ padding-left: 9px * 2;
209
+ padding-right: 0;
210
+ }
211
+ }
212
+ }
213
+
214
+ &__row {
215
+ @extend %reset;
216
+ margin-right: -15px * 0.5;
217
+ margin-left: -15px * 0.5;
218
+ display: flex;
219
+ flex-wrap: wrap;
220
+
221
+ .form__group {
222
+ position: relative;
223
+ width: 100%;
224
+ max-width: 100%;
225
+ min-height: 1px;
226
+ padding-right: 15px * 0.5;
227
+ padding-left: 15px * 0.5;
228
+ margin-bottom: 15px;
229
+ @include column;
230
+ flex-grow: 1;
231
+ flex-basis: 100%;
232
+
233
+ &:last-of-type {
234
+ margin-bottom: 0;
235
+ }
236
+
237
+ &--10 {
238
+ width: 10%;
239
+ flex: 0 0 10%;
240
+ }
241
+
242
+ &--20 {
243
+ width: 20%;
244
+ flex: 0 0 20%;
245
+ }
246
+
247
+ &--25 {
248
+ width: 25%;
249
+ flex: 0 0 25%;
250
+ }
251
+
252
+ &--30 {
253
+ width: 30%;
254
+ flex: 0 0 30%;
255
+ }
256
+
257
+ &--33 {
258
+ width: 33.33%;
259
+ flex: 0 0 33.33%;
260
+ }
261
+
262
+ &--40 {
263
+ width: 40%;
264
+ flex: 0 0 40%;
265
+ }
266
+
267
+ &--50 {
268
+ width: 50%;
269
+ flex: 0 0 50%;
270
+ }
271
+
272
+ &--60 {
273
+ width: 60%;
274
+ flex: 0 0 60%;
275
+ }
276
+
277
+ &--66 {
278
+ width: 66.66%;
279
+ flex: 0 0 66.66%;
280
+ }
281
+
282
+ &--70 {
283
+ width: 70%;
284
+ flex: 0 0 70%;
285
+ }
286
+
287
+ &--75 {
288
+ width: 75%;
289
+ flex: 0 0 75%;
290
+ }
291
+
292
+ &--80 {
293
+ width: 80%;
294
+ flex: 0 0 80%;
295
+ }
296
+
297
+ &--90 {
298
+ width: 90%;
299
+ flex: 0 0 90%;
300
+ }
301
+
302
+ &--xs {
303
+ &-10 {
304
+ @include media-xs {
305
+ width: 10%;
306
+ flex-basis: 10%;
307
+ }
308
+ }
309
+
310
+ &-20 {
311
+ @include media-xs {
312
+ width: 20%;
313
+ flex-basis: 20%;
314
+ }
315
+ }
316
+
317
+ &-25 {
318
+ @include media-xs {
319
+ width: 25%;
320
+ flex-basis: 25%;
321
+ }
322
+ }
323
+
324
+ &-30 {
325
+ @include media-xs {
326
+ width: 30%;
327
+ flex-basis: 30%;
328
+ }
329
+ }
330
+
331
+ &-33 {
332
+ @include media-xs {
333
+ width: 33.33%;
334
+ flex-basis: 33.33%;
335
+ }
336
+ }
337
+
338
+ &-40 {
339
+ @include media-xs {
340
+ width: 40%;
341
+ flex-basis: 40%;
342
+ }
343
+ }
344
+
345
+ &-50 {
346
+ @include media-xs {
347
+ width: 50%;
348
+ flex-basis: 50%;
349
+ }
350
+ }
351
+
352
+ &-60 {
353
+ @include media-xs {
354
+ width: 60%;
355
+ flex-basis: 60%;
356
+ }
357
+ }
358
+
359
+ &-66 {
360
+ @include media-xs {
361
+ width: 66.66%;
362
+ flex-basis: 66.66%;
363
+ }
364
+ }
365
+
366
+ &-70 {
367
+ @include media-xs {
368
+ width: 70%;
369
+ flex-basis: 70%;
370
+ }
371
+ }
372
+
373
+ &-75 {
374
+ @include media-xs {
375
+ width: 75%;
376
+ flex-basis: 75%;
377
+ }
378
+ }
379
+
380
+ &-80 {
381
+ @include media-xs {
382
+ width: 80%;
383
+ flex-basis: 80%;
384
+ }
385
+ }
386
+
387
+ &-90 {
388
+ @include media-xs {
389
+ width: 90%;
390
+ flex-basis: 90%;
391
+ }
392
+ }
393
+
394
+ &-100 {
395
+ @include media-xs {
396
+ width: 100%;
397
+ flex-basis: 100%;
398
+ }
399
+ }
400
+ }
401
+
402
+ &--sm {
403
+ &-10 {
404
+ @include media-sm {
405
+ width: 10%;
406
+ flex-basis: 10%;
407
+ }
408
+ }
409
+
410
+ &-20 {
411
+ @include media-sm {
412
+ width: 20%;
413
+ flex-basis: 20%;
414
+ }
415
+ }
416
+
417
+ &-25 {
418
+ @include media-sm {
419
+ width: 25%;
420
+ flex-basis: 25%;
421
+ }
422
+ }
423
+
424
+ &-30 {
425
+ @include media-sm {
426
+ width: 30%;
427
+ flex-basis: 30%;
428
+ }
429
+ }
430
+
431
+ &-33 {
432
+ @include media-sm {
433
+ width: 33.33%;
434
+ flex-basis: 33.33%;
435
+ }
436
+ }
437
+
438
+ &-40 {
439
+ @include media-sm {
440
+ width: 40%;
441
+ flex-basis: 40%;
442
+ }
443
+ }
444
+
445
+ &-50 {
446
+ @include media-sm {
447
+ width: 50%;
448
+ flex-basis: 50%;
449
+ }
450
+ }
451
+
452
+ &-60 {
453
+ @include media-sm {
454
+ width: 60%;
455
+ flex-basis: 60%;
456
+ }
457
+ }
458
+
459
+ &-66 {
460
+ @include media-sm {
461
+ width: 66.66%;
462
+ flex-basis: 66.66%;
463
+ }
464
+ }
465
+
466
+ &-70 {
467
+ @include media-sm {
468
+ width: 70%;
469
+ flex-basis: 70%;
470
+ }
471
+ }
472
+
473
+ &-75 {
474
+ @include media-sm {
475
+ width: 75%;
476
+ flex-basis: 75%;
477
+ }
478
+ }
479
+
480
+ &-80 {
481
+ @include media-sm {
482
+ width: 80%;
483
+ flex-basis: 80%;
484
+ }
485
+ }
486
+
487
+ &-90 {
488
+ @include media-sm {
489
+ width: 90%;
490
+ flex-basis: 90%;
491
+ }
492
+ }
493
+
494
+ &-100 {
495
+ @include media-sm {
496
+ width: 100%;
497
+ flex-basis: 100%;
498
+ }
499
+ }
500
+ }
501
+
502
+ &--md {
503
+ &-10 {
504
+ @include media-md {
505
+ width: 10%;
506
+ flex-basis: 10%;
507
+ }
508
+ }
509
+
510
+ &-20 {
511
+ @include media-md {
512
+ width: 20%;
513
+ flex-basis: 20%;
514
+ }
515
+ }
516
+
517
+ &-25 {
518
+ @include media-md {
519
+ width: 25%;
520
+ flex-basis: 25%;
521
+ }
522
+ }
523
+
524
+ &-30 {
525
+ @include media-md {
526
+ width: 30%;
527
+ flex-basis: 30%;
528
+ }
529
+ }
530
+
531
+ &-33 {
532
+ @include media-md {
533
+ width: 33.33%;
534
+ flex-basis: 33.33%;
535
+ }
536
+ }
537
+
538
+ &-40 {
539
+ @include media-md {
540
+ width: 40%;
541
+ flex-basis: 40%;
542
+ }
543
+ }
544
+
545
+ &-50 {
546
+ @include media-md {
547
+ width: 50%;
548
+ flex-basis: 50%;
549
+ }
550
+ }
551
+
552
+ &-60 {
553
+ @include media-md {
554
+ width: 60%;
555
+ flex-basis: 60%;
556
+ }
557
+ }
558
+
559
+ &-66 {
560
+ @include media-md {
561
+ width: 66.66%;
562
+ flex-basis: 66.66%;
563
+ }
564
+ }
565
+
566
+ &-70 {
567
+ @include media-md {
568
+ width: 70%;
569
+ flex-basis: 70%;
570
+ }
571
+ }
572
+
573
+ &-75 {
574
+ @include media-md {
575
+ width: 75%;
576
+ flex-basis: 75%;
577
+ }
578
+ }
579
+
580
+ &-80 {
581
+ @include media-md {
582
+ width: 80%;
583
+ flex-basis: 80%;
584
+ }
585
+ }
586
+
587
+ &-90 {
588
+ @include media-md {
589
+ width: 90%;
590
+ flex-basis: 90%;
591
+ }
592
+ }
593
+
594
+ &-100 {
595
+ @include media-md {
596
+ width: 100%;
597
+ flex-basis: 100%;
598
+ }
599
+ }
600
+ }
601
+
602
+ &--lg {
603
+ &-10 {
604
+ @include media-lg {
605
+ width: 10%;
606
+ flex-basis: 10%;
607
+ }
608
+ }
609
+
610
+ &-20 {
611
+ @include media-lg {
612
+ width: 20%;
613
+ flex-basis: 20%;
614
+ }
615
+ }
616
+
617
+ &-25 {
618
+ @include media-lg {
619
+ width: 25%;
620
+ flex-basis: 25%;
621
+ }
622
+ }
623
+
624
+ &-30 {
625
+ @include media-lg {
626
+ width: 30%;
627
+ flex-basis: 30%;
628
+ }
629
+ }
630
+
631
+ &-33 {
632
+ @include media-lg {
633
+ width: 33.33%;
634
+ flex-basis: 33.33%;
635
+ }
636
+ }
637
+
638
+ &-40 {
639
+ @include media-lg {
640
+ width: 40%;
641
+ flex-basis: 40%;
642
+ }
643
+ }
644
+
645
+ &-50 {
646
+ @include media-lg {
647
+ width: 50%;
648
+ flex-basis: 50%;
649
+ }
650
+ }
651
+
652
+ &-60 {
653
+ @include media-lg {
654
+ width: 60%;
655
+ flex-basis: 60%;
656
+ }
657
+ }
658
+
659
+ &-66 {
660
+ @include media-lg {
661
+ width: 66.66%;
662
+ flex-basis: 66.66%;
663
+ }
664
+ }
665
+
666
+ &-70 {
667
+ @include media-lg {
668
+ width: 70%;
669
+ flex-basis: 70%;
670
+ }
671
+ }
672
+
673
+ &-75 {
674
+ @include media-lg {
675
+ width: 75%;
676
+ flex-basis: 75%;
677
+ }
678
+ }
679
+
680
+ &-80 {
681
+ @include media-lg {
682
+ width: 80%;
683
+ flex-basis: 80%;
684
+ }
685
+ }
686
+
687
+ &-90 {
688
+ @include media-lg {
689
+ width: 90%;
690
+ flex-basis: 90%;
691
+ }
692
+ }
693
+
694
+ &-100 {
695
+ @include media-lg {
696
+ width: 100%;
697
+ flex-basis: 100%;
698
+ }
699
+ }
700
+ }
701
+
702
+ &--xl {
703
+ &-10 {
704
+ @include media-xl {
705
+ width: 10%;
706
+ flex-basis: 10%;
707
+ }
708
+ }
709
+
710
+ &-20 {
711
+ @include media-xl {
712
+ width: 20%;
713
+ flex-basis: 20%;
714
+ }
715
+ }
716
+
717
+ &-25 {
718
+ @include media-xl {
719
+ width: 25%;
720
+ flex-basis: 25%;
721
+ }
722
+ }
723
+
724
+ &-30 {
725
+ @include media-xl {
726
+ width: 30%;
727
+ flex-basis: 30%;
728
+ }
729
+ }
730
+
731
+ &-33 {
732
+ @include media-xl {
733
+ width: 33.33%;
734
+ flex-basis: 33.33%;
735
+ }
736
+ }
737
+
738
+ &-40 {
739
+ @include media-xl {
740
+ width: 40%;
741
+ flex-basis: 40%;
742
+ }
743
+ }
744
+
745
+ &-50 {
746
+ @include media-xl {
747
+ width: 50%;
748
+ flex-basis: 50%;
749
+ }
750
+ }
751
+
752
+ &-60 {
753
+ @include media-xl {
754
+ width: 60%;
755
+ flex-basis: 60%;
756
+ }
757
+ }
758
+
759
+ &-66 {
760
+ @include media-xl {
761
+ width: 66.66%;
762
+ flex-basis: 66.66%;
763
+ }
764
+ }
765
+
766
+ &-70 {
767
+ @include media-xl {
768
+ width: 70%;
769
+ flex-basis: 70%;
770
+ }
771
+ }
772
+
773
+ &-75 {
774
+ @include media-xl {
775
+ width: 75%;
776
+ flex-basis: 75%;
777
+ }
778
+ }
779
+
780
+ &-80 {
781
+ @include media-xl {
782
+ width: 80%;
783
+ flex-basis: 80%;
784
+ }
785
+ }
786
+
787
+ &-90 {
788
+ @include media-xl {
789
+ width: 90%;
790
+ flex-basis: 90%;
791
+ }
792
+ }
793
+
794
+ &-100 {
795
+ @include media-xl {
796
+ width: 100%;
797
+ flex-basis: 100%;
798
+ }
799
+ }
800
+ }
801
+
802
+ &--xxl {
803
+ &-10 {
804
+ @include media-xxl {
805
+ width: 10%;
806
+ flex-basis: 10%;
807
+ }
808
+ }
809
+
810
+ &-20 {
811
+ @include media-xxl {
812
+ width: 20%;
813
+ flex-basis: 20%;
814
+ }
815
+ }
816
+
817
+ &-25 {
818
+ @include media-xxl {
819
+ width: 25%;
820
+ flex-basis: 25%;
821
+ }
822
+ }
823
+
824
+ &-30 {
825
+ @include media-xxl {
826
+ width: 30%;
827
+ flex-basis: 30%;
828
+ }
829
+ }
830
+
831
+ &-33 {
832
+ @include media-xxl {
833
+ width: 33.33%;
834
+ flex-basis: 33.33%;
835
+ }
836
+ }
837
+
838
+ &-40 {
839
+ @include media-xxl {
840
+ width: 40%;
841
+ flex-basis: 40%;
842
+ }
843
+ }
844
+
845
+ &-50 {
846
+ @include media-xxl {
847
+ width: 50%;
848
+ flex-basis: 50%;
849
+ }
850
+ }
851
+
852
+ &-60 {
853
+ @include media-xxl {
854
+ width: 60%;
855
+ flex-basis: 60%;
856
+ }
857
+ }
858
+
859
+ &-66 {
860
+ @include media-xxl {
861
+ width: 66.66%;
862
+ flex-basis: 66.66%;
863
+ }
864
+ }
865
+
866
+ &-70 {
867
+ @include media-xxl {
868
+ width: 70%;
869
+ flex-basis: 70%;
870
+ }
871
+ }
872
+
873
+ &-75 {
874
+ @include media-xxl {
875
+ width: 75%;
876
+ flex-basis: 75%;
877
+ }
878
+ }
879
+
880
+ &-80 {
881
+ @include media-xxl {
882
+ width: 80%;
883
+ flex-basis: 80%;
884
+ }
885
+ }
886
+
887
+ &-90 {
888
+ @include media-xxl {
889
+ width: 90%;
890
+ flex-basis: 90%;
891
+ }
892
+ }
893
+
894
+ &-100 {
895
+ @include media-xxl {
896
+ width: 100%;
897
+ flex-basis: 100%;
898
+ }
899
+ }
900
+ }
901
+
902
+ &--datepicker {
903
+ flex-direction: row;
904
+ }
905
+
906
+ &--success-message {
907
+ max-width: var(--tide-booking-container-article);
908
+ margin-right: auto;
909
+ margin-left: auto;
910
+ }
911
+
912
+ &--inline {
913
+ width: auto;
914
+ flex-grow: 0;
915
+ white-space: nowrap;
916
+ }
917
+ }
918
+
919
+ & + .form__row {
920
+ margin-top: 15px;
921
+ }
922
+
923
+ &--actions {
924
+ .form__group {
925
+ flex-flow: row nowrap;
926
+ align-items: flex-end;
927
+ justify-content: flex-end;
928
+ }
929
+ }
930
+
931
+ &--additional-actions {
932
+ .form__group {
933
+ @include row--sm;
934
+ @include flex--centerXY;
935
+ }
936
+ }
937
+
938
+ &--choose-office {
939
+ display: flex;
940
+ }
941
+
942
+ &--disclaimer {
943
+ width: 100%;
944
+ }
945
+
946
+ &--validation {
947
+ margin-bottom: 15px;
948
+ flex-direction: column;
949
+ color: var(--tide-booking-invalid-dark);
950
+
951
+ p {
952
+ opacity: 1;
953
+ }
954
+
955
+ ul {
956
+ margin-inline-start: 30px;
957
+ margin-top: 10px;
958
+ }
959
+
960
+ .form {
961
+ &__group {
962
+ flex-basis: initial;
963
+ }
964
+ }
965
+ }
966
+
967
+ &--inline {
968
+ align-items: flex-end;
969
+
970
+ .form__group {
971
+ margin-bottom: 0;
972
+ }
973
+ }
974
+ }
975
+
976
+ &__group {
977
+ @extend %reset;
978
+ width: 100%;
979
+ display: flex;
980
+ flex-direction: column;
981
+ gap: 20px;
982
+
983
+ &-input {
984
+ position: relative;
985
+ width: 100%;
986
+ }
987
+
988
+ .checkbox {
989
+ & + .checkbox {
990
+ margin-top: 15px;
991
+ }
992
+ }
993
+
994
+ .radiobutton {
995
+ & + .radiobutton {
996
+ margin-top: 15px;
997
+ }
998
+ }
999
+
1000
+ &--error {
1001
+ .form {
1002
+ &__label {
1003
+ color: var(--tide-booking-invalid);
1004
+ }
1005
+
1006
+ &__input {
1007
+ border-color: var(--tide-booking-invalid-light);
1008
+ color: var(--tide-booking-invalid-dark);
1009
+ background: var(--tide-booking-invalid-light);
1010
+ }
1011
+ }
1012
+
1013
+ .radiobutton {
1014
+ &__label {
1015
+ color: var(--tide-booking-invalid-dark);
1016
+ }
1017
+
1018
+ &__input {
1019
+ border: 2px solid var(--tide-booking-invalid-dark);
1020
+ background: var(--tide-booking-invalid-light);
1021
+
1022
+ &:after {
1023
+ background: var(--tide-booking-invalid-dark);
1024
+ }
1025
+ }
1026
+ }
1027
+
1028
+ ::-webkit-input-placeholder {
1029
+ color: var(--tide-booking-invalid-dark);
1030
+ }
1031
+
1032
+ ::-moz-placeholder {
1033
+ color: var(--tide-booking-invalid-dark);
1034
+ }
1035
+
1036
+ :-ms-input-placeholder {
1037
+ color: var(--tide-booking-invalid-dark);
1038
+ }
1039
+
1040
+ :-moz-placeholder {
1041
+ color: var(--tide-booking-invalid-dark);
1042
+ }
1043
+ }
1044
+
1045
+ &--icon {
1046
+ &:focus,
1047
+ &:focus-within,
1048
+ &:active {
1049
+ .icon {
1050
+ svg {
1051
+ fill: var(--tide-booking-color-secondary);
1052
+ }
1053
+ }
1054
+ }
1055
+
1056
+ .form {
1057
+ &__label {
1058
+ position: absolute;
1059
+ top: 3px;
1060
+ left: 47.5px;
1061
+ font-size: 13px;
1062
+ pointer-events: none;
1063
+
1064
+ @include media-sm {
1065
+ left: 17.5px;
1066
+ }
1067
+
1068
+ @include media-xl {
1069
+ left: 47.5px;
1070
+ }
1071
+ }
1072
+
1073
+ &__input {
1074
+ height: 45px;
1075
+ max-height: 45px;
1076
+ padding-left: 20px;
1077
+ padding-top: 16px;
1078
+ font-size: 14.5px;
1079
+ background-color: white;
1080
+
1081
+ @include media-sm {
1082
+ padding-left: 20px;
1083
+ }
1084
+
1085
+ @include media-md {
1086
+ padding-left: 20px;
1087
+ }
1088
+
1089
+ @include media-xl {
1090
+ font-size: 15.5px;
1091
+ }
1092
+ }
1093
+
1094
+ .typeahead {
1095
+ &__trigger {
1096
+ height: 45px;
1097
+ max-height: 45px;
1098
+ padding-left: 40px;
1099
+ font-size: 16px;
1100
+ background-color: white;
1101
+
1102
+ @include media-sm {
1103
+ padding-left: 10px;
1104
+ }
1105
+
1106
+ @include media-md {
1107
+ padding-left: 40px;
1108
+ }
1109
+ }
1110
+ }
1111
+ }
1112
+ }
1113
+
1114
+ &--datepicker {
1115
+ .form__group-input {
1116
+ width: 50%;
1117
+ }
1118
+
1119
+ .form__group-input:nth-child(1) .form__input {
1120
+ border-radius: 5px;
1121
+ }
1122
+
1123
+ .form__group-input:nth-child(2) .form__input {
1124
+ border-radius: 5px;
1125
+ }
1126
+ }
1127
+
1128
+ &--datepicker {
1129
+ @include column;
1130
+ align-items: center;
1131
+ gap: 10px;
1132
+ margin-bottom: 0px;
1133
+ position: relative;
1134
+
1135
+ @include media-sm {
1136
+ flex-direction: row;
1137
+ }
1138
+
1139
+ .form__group-input {
1140
+ width: 100%;
1141
+
1142
+ @include media-sm {
1143
+ width: 50%;
1144
+ }
1145
+
1146
+ // &:nth-child(1),
1147
+ // &:nth-child(2) {
1148
+ // .form__input {
1149
+ // border-radius: 5px;
1150
+ // border-right: 1.5px solid var(--tide-booking-gray-background-light);
1151
+ // border-left: 1.5px solid var(--tide-booking-gray-background-light);
1152
+ // }
1153
+ // }
1154
+ }
1155
+
1156
+ .qsm__panel {
1157
+ display: flex;
1158
+ background-color: rgba(255, 255, 255, 0.97);
1159
+ z-index: 98;
1160
+ visibility: hidden;
1161
+ opacity: 0;
1162
+ transition: all 0.3s ease-in-out;
1163
+
1164
+ &--active {
1165
+ visibility: visible;
1166
+ pointer-events: all;
1167
+ opacity: 1;
1168
+ width: 100vw;
1169
+
1170
+ @include media-sm {
1171
+ width: auto;
1172
+ }
1173
+ }
1174
+ }
1175
+ }
1176
+
1177
+ &--submit {
1178
+ .cta {
1179
+ width: 100%;
1180
+ justify-content: center;
1181
+ }
1182
+ }
1183
+
1184
+ &--success-message {
1185
+ &:before {
1186
+ content: '';
1187
+ width: 15px * 3.33;
1188
+ height: 15px * 1.33;
1189
+ border-left: 2.5px solid black;
1190
+ border-bottom: 2.5px solid black;
1191
+ margin: 0 auto 15px * 3 auto;
1192
+ transform: rotate(-45deg);
1193
+ }
1194
+ }
1195
+ }
1196
+
1197
+ &__error-heading {
1198
+ font-family: var(--tide-booking-font-heading);
1199
+ }
1200
+
1201
+ &__room {
1202
+ display: grid;
1203
+ grid-template-rows: repeat(1, 1fr);
1204
+ gap: 15px;
1205
+ padding: 15px;
1206
+ background: var(--tide-booking-room-options-card-background);
1207
+ outline: var(--tide-booking-room-options-card-border);
1208
+ border-radius: var(--tide-booking-room-options-card-border-radius);
1209
+
1210
+ @include media-md {
1211
+ gap: 25px;
1212
+ grid-template-columns: 75% 20%;
1213
+ justify-content: space-between;
1214
+ }
1215
+
1216
+ &__container {
1217
+ // margin-top: -25px;
1218
+ }
1219
+
1220
+ &__header {
1221
+ @include h3;
1222
+ color: #666;
1223
+ }
1224
+
1225
+ &__wrapper {
1226
+ display: grid;
1227
+ grid-template-columns: repeat(1, 1fr);
1228
+ grid-template-rows: repeat(1, 1fr);
1229
+ gap: 15px;
1230
+
1231
+ @include media-sm {
1232
+ gap: 25px;
1233
+ grid-template-columns: 230px 1fr;
1234
+ }
1235
+ }
1236
+
1237
+ &__image {
1238
+ width: 100%;
1239
+ height: 230px;
1240
+ object-fit: cover;
1241
+ overflow: hidden;
1242
+ border-radius: var(--tide-booking-room-options-image-border-radius);
1243
+ position: relative;
1244
+ }
1245
+
1246
+ &__img {
1247
+ width: 100%;
1248
+ height: 100%;
1249
+ object-fit: cover;
1250
+ object-position: center;
1251
+ }
1252
+
1253
+ &__favorite {
1254
+ position: absolute;
1255
+ top: 10px;
1256
+ left: 10px;
1257
+ z-index: 1;
1258
+ display: flex;
1259
+ align-items: center;
1260
+ justify-content: center;
1261
+ background-color: white;
1262
+ width: 40px;
1263
+ height: 40px;
1264
+ border-radius: 50%;
1265
+ color: #26b489;
1266
+ font-size: 20px;
1267
+ }
1268
+
1269
+ &__footer {
1270
+ display: flex;
1271
+ flex-direction: column;
1272
+ justify-content: space-between;
1273
+ align-items: flex-end;
1274
+ gap: 10px;
1275
+
1276
+ @include media-xs {
1277
+ flex-direction: row;
1278
+ }
1279
+
1280
+ @include media-md {
1281
+ display: flex;
1282
+ flex-direction: column;
1283
+ align-items: flex-end;
1284
+ }
1285
+
1286
+ p {
1287
+ margin-bottom: 0;
1288
+ font-size: 14px;
1289
+ padding-bottom: 2px;
1290
+
1291
+ @include media-md {
1292
+ font-size: 16px;
1293
+ text-align: right;
1294
+ }
1295
+ }
1296
+
1297
+ &__top {
1298
+ display: flex;
1299
+ flex-direction: column;
1300
+ align-items: flex-start;
1301
+ gap: 5px;
1302
+ width: 100%;
1303
+
1304
+ @include media-md {
1305
+ align-items: flex-end;
1306
+ }
1307
+ }
1308
+
1309
+ &__bottom {
1310
+ display: flex;
1311
+ flex-direction: column;
1312
+ align-items: flex-end;
1313
+ gap: 5px;
1314
+ width: 100%;
1315
+ max-width: 230px;
1316
+ }
1317
+
1318
+ .cta {
1319
+ width: 100%;
1320
+ max-width: 230px;
1321
+ justify-content: center;
1322
+ }
1323
+ }
1324
+
1325
+ &__title {
1326
+ font-family: var(--tide-booking-room-options-title-font-family);
1327
+ font-weight: var(--tide-booking-room-options-title-font-weight);
1328
+ color: var(--tide-booking-room-options-title-color);
1329
+ margin-bottom: 5px;
1330
+ }
1331
+
1332
+ &__text {
1333
+ font-size: 14px;
1334
+ line-height: 18px;
1335
+ overflow: hidden;
1336
+ display: -webkit-box;
1337
+ -webkit-line-clamp: 3;
1338
+ -webkit-box-orient: vertical;
1339
+ }
1340
+
1341
+ &__days {
1342
+ font-size: 14px;
1343
+ @include media-md {
1344
+ font-size: 16px;
1345
+ text-align: right;
1346
+ }
1347
+ }
1348
+
1349
+ &__usps {
1350
+ display: flex;
1351
+ flex-direction: row;
1352
+ justify-content: flex-start;
1353
+ flex-wrap: wrap;
1354
+ gap: 10px;
1355
+ row-gap: 0rem;
1356
+ margin: 0;
1357
+ }
1358
+
1359
+ &__select {
1360
+ display: grid;
1361
+ grid-template-rows: repeat(1, 1fr);
1362
+ gap: 10px;
1363
+ margin-top: 15px;
1364
+
1365
+ @include media-md {
1366
+ grid-template-columns: repeat(2, 1fr);
1367
+ gap: 15px;
1368
+ }
1369
+ }
1370
+
1371
+ &__price {
1372
+ font-size: 16px;
1373
+ font-weight: 400;
1374
+ margin-bottom: 5px;
1375
+
1376
+ span {
1377
+ font-size: 20px;
1378
+ font-weight: 400;
1379
+ }
1380
+
1381
+ &--increase {
1382
+ color: var(--tide-booking-price-increase);
1383
+ }
1384
+
1385
+ &--decrease {
1386
+ color: var(--tide-booking-price-decrease);
1387
+ }
1388
+ }
1389
+
1390
+ &__alternatives {
1391
+ &__header {
1392
+ margin: 30px 0rem 10px 0rem;
1393
+ @include h6;
1394
+ color: var(--tide-booking-room-options-alternative-header-color);
1395
+ font-size: 16px;
1396
+
1397
+ @include media-xl {
1398
+ font-size: 18px;
1399
+ }
1400
+ }
1401
+
1402
+ &__btn {
1403
+ margin-bottom: 5px;
1404
+ outline: none;
1405
+ border: none;
1406
+ background: transparent;
1407
+ text-align: right;
1408
+ color: var(--tide-booking-room-options-alternative-btn-color);
1409
+ text-decoration: var(--tide-booking-room-options-alternative-btn-text-decoration);
1410
+ transition: color 0.3s ease, text-decoration 0.3s ease;
1411
+
1412
+ &:hover {
1413
+ text-decoration: var(--tide-booking-room-options-alternative-btn-text-decoration-hover);
1414
+ color: var(--tide-booking-room-options-alternative-btn-color-hover);
1415
+ }
1416
+ }
1417
+
1418
+ &__content {
1419
+ display: grid;
1420
+ grid-template-columns: repeat(1, 1fr);
1421
+ grid-template-rows: repeat(1, 1fr);
1422
+ gap: 15px;
1423
+
1424
+ @include media-sm {
1425
+ grid-template-columns: repeat(2, 1fr);
1426
+ }
1427
+
1428
+ @include media-xxl {
1429
+ grid-template-columns: repeat(3, 1fr);
1430
+ }
1431
+
1432
+ .form__room {
1433
+ @include media-md {
1434
+ display: grid;
1435
+ grid-template-rows: repeat(1, 1fr);
1436
+ grid-template-columns: 1fr;
1437
+ }
1438
+
1439
+ &__wrapper {
1440
+ @include media-sm {
1441
+ display: grid;
1442
+ grid-template-columns: repeat(1, 1fr);
1443
+ grid-template-rows: repeat(1, 1fr);
1444
+ gap: 15px;
1445
+ }
1446
+ }
1447
+
1448
+ &__footer {
1449
+ @include media-md {
1450
+ flex-direction: row;
1451
+ }
1452
+ &__top {
1453
+ @include media-md {
1454
+ align-items: flex-start;
1455
+ }
1456
+ }
1457
+ }
1458
+
1459
+ &__dates {
1460
+ @include media-md {
1461
+ text-align: left;
1462
+ font-size: 14px;
1463
+ }
1464
+ }
1465
+
1466
+ &__days {
1467
+ @include media-md {
1468
+ text-align: left;
1469
+ font-size: 14px;
1470
+ }
1471
+ }
1472
+ }
1473
+ }
1474
+ }
1475
+ }
1476
+ }
1477
+
1478
+ .form__twocolumn-column + .form__twocolumn-column {
1479
+ margin-top: 15px;
1480
+
1481
+ @include media-xl {
1482
+ margin-top: 0;
1483
+ padding-left: 9px * 2;
1484
+ padding-right: 0;
1485
+ }
1486
+ }
1487
+
1488
+ .booking .form {
1489
+ max-width: 100%;
1490
+
1491
+ &__region {
1492
+ // background-color: $white;
1493
+
1494
+ .booking-card__body {
1495
+ background-color: transparent;
1496
+ }
1497
+ }
1498
+ }
1499
+
1500
+ .form__travelers {
1501
+ &__wrapper {
1502
+ background: var(--tide-booking-form-card-background);
1503
+ outline: var(--tide-booking-form-card-border);
1504
+ border-radius: var(--tide-booking-form-card-border-radius);
1505
+ // margin-top: -25px;
1506
+ }
1507
+
1508
+ .form__region {
1509
+ padding: 15px;
1510
+
1511
+ @include media-sm {
1512
+ padding: 15px;
1513
+ }
1514
+
1515
+ @include media-lg {
1516
+ padding: 15px;
1517
+ padding-bottom: 20px;
1518
+ }
1519
+
1520
+ &-heading {
1521
+ margin-bottom: 0px;
1522
+ }
1523
+
1524
+ &-header {
1525
+ display: flex;
1526
+ flex-flow: row wrap;
1527
+ align-items: center;
1528
+ margin: 15px 0px;
1529
+ margin-top: 5px;
1530
+ }
1531
+
1532
+ &-label {
1533
+ margin-top: 5px;
1534
+ margin-bottom: 0;
1535
+ font-size: 16px;
1536
+ color: var(--tide-booking-form-card-label-color);
1537
+
1538
+ @include media-xs {
1539
+ margin-top: 0px;
1540
+ }
1541
+ }
1542
+ }
1543
+
1544
+ .form__group {
1545
+ gap: 5px;
1546
+ margin-bottom: 0px;
1547
+ min-height: 85px;
1548
+
1549
+ .form__label {
1550
+ color: var(--tide-booking-form-label-color);
1551
+ font-family: var(--tide-booking-form-label-font-family);
1552
+ font-weight: var(--tide-booking-form-label-font-weight);
1553
+ }
1554
+
1555
+ &--error {
1556
+ .form__label {
1557
+ color: var(--tide-booking-invalid);
1558
+ }
1559
+ }
1560
+
1561
+ .form__input {
1562
+ min-height: var(--tide-booking-form-input-height);
1563
+
1564
+ &:focus,
1565
+ &:active {
1566
+ border: var(--tide-booking-form-input-border-focus);
1567
+ }
1568
+ }
1569
+ }
1570
+ }
1571
+
1572
+ .booking .form__region {
1573
+ &--errors {
1574
+ background-color: transparent;
1575
+ padding-left: 15px !important;
1576
+ }
1577
+ }
1578
+
1579
+ .booking .form__region + .form__region {
1580
+ margin-top: 0;
1581
+ border-top: var(--tide-booking-form-group-border);
1582
+ }
1583
+
1584
+ .booking__panel .typeahead .form__input {
1585
+ outline: var(--tide-booking-form-typeahead-agent-border);
1586
+ background: var(--tide-booking-form-typeahead-agent-background);
1587
+ border-radius: var(--tide-booking-form-typeahead-agent-border-radius);
1588
+ color: var(--tide-booking-form-typeahead-agent-color);
1589
+ }
1590
+
1591
+ .booking__panel-frame--transparent .form__region {
1592
+ // padding-right: 15px;
1593
+ // padding-left: 15px;
1594
+ }
1595
+
1596
+ .form__booking--summary {
1597
+ margin-top: -25px;
1598
+ background: var(--tide-booking-form-summary-background);
1599
+ border-radius: var(--tide-booking-form-summary-border-radius);
1600
+ outline: var(--tide-booking-form-summary-border);
1601
+
1602
+ .form__region {
1603
+ padding: 22.5px 15px;
1604
+ }
1605
+
1606
+ .form__row + .form__row {
1607
+ margin-top: 0px;
1608
+ }
1609
+
1610
+ li {
1611
+ font-size: 16px;
1612
+ line-height: 1.6;
1613
+ p {
1614
+ font-size: 16px;
1615
+ line-height: 1.6;
1616
+ }
1617
+ }
1618
+ }
1619
+
1620
+ .form__booking--message {
1621
+ margin-top: -25px;
1622
+ background: var(--tide-booking-confirmation-background);
1623
+ border-radius: var(--tide-booking-confirmation-border-radius);
1624
+ outline: var(--tide-booking-confirmation-border);
1625
+ padding: 0px 15px;
1626
+ }
1627
+
1628
+ .form__booking--flight {
1629
+ .booking-card__group {
1630
+ outline: none;
1631
+ border-radius: 0px;
1632
+ background: transparent;
1633
+ }
1634
+ }