:root {
  --pnt-color-primary-commerce-10: #420616;
  --pnt-color-primary-commerce-20: var(--secondaryOrange);
  --pnt-color-primary-commerce-30: #af143e;
  --pnt-color-primary-commerce-90: #f5d6de;
  --pnt-color-primary-commerce-95: #faebef;
  --pnt-color-primary-10: #f1760b;
  --pnt-color-primary-20: var(--primaryOrange);
  --pnt-color-primary-50: #5fa5a6;
  --pnt-color-primary-90: #deeced;
  --pnt-color-primary-95: #eff6f6;
  --pnt-color-secondary-10: #022c45;
  --pnt-color-secondary-30: #1d74a6;
  --pnt-color-secondary-95: #f6fbfd;
  --pnt-color-neutral-20: #383c43;
  --pnt-color-neutral-30: #585c63;
  --pnt-color-neutral-50: #7b7e84;
  --pnt-color-neutral-70: #b0b2b5;
  --pnt-color-neutral-80: #dfe0e2;
  --pnt-color-neutral-95: #f5f5f5;
  --pnt-color-rating-60: #edab56;
  --pnt-color-rating-90: #f5e8d6;
  --pnt-color-danger-40: #db2043;
  --pnt-color-success-90: #deeced;
  --pnt-color-success-95: #eff6f6;
  --pnt-color-black: #2a2d32;
  --pnt-color-white: #ffffff;
  --pnt-font-size: 16px;
  --pnt-font-family: Poppins, Helvetica, Arial, sans-serif;
  --pnt-input-border: var(--pnt-color-neutral-70);
  --pnt-input-background-disabled: var(--pnt-color-neutral-80);
  --pnt-input-background-hover: var(--pnt-color-white);
  --pnt-input-background-focus: var(--pnt-color-white);
}

.availabilitySearchWrapper__2t0X {
  padding: 1rem;
  height: 100%;
  position: relative;
  z-index: 10;
  margin: 0 -1rem;
}

.col__TB11 {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col__TB11.nogutter__1VXx {
  padding-left: 0;
  padding-right: 0;
}

.availabilitySearchDatePicker__3a1M {
  position: relative;
  z-index: 3;
  margin-bottom: 1rem;
}

.textInput__1lGd,
.input__2pmO {
  outline: none;
  flex-grow: 1;
  color: var(--pnt-color-black);
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  border: 1px solid var(--pnt-input-border);
  border-radius: 4px;
  color: var(--pnt-color-black);
  -webkit-text-fill-color: var(--pnt-color-black);
  width: 100%;
  max-width: 100%;
}

.textInput__1lGd.md__2bZz,
.md__2bZz.input__2pmO {
  min-height: 3.5rem;
  max-height: 3.5rem;
  padding: 0.5625rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.textInput__1lGd:focus,
.input__2pmO:focus {
  background-color: var(--pnt-input-background-focus);
}

.textInput__1lGd:hover,
.input__2pmO:hover {
  background-color: var(--pnt-input-background-hover);
}

.textInput__1lGd.error__1Q4U,
.error__1Q4U.input__2pmO,
.textInput__1lGd.error__1Q4U:focus {
  border-color: var(--pnt-color-danger-40);
}

.textInput__1lGd::-ms-expand,
.input__2pmO::-ms-expand {
  background-color: transparent;
  border: 0;
}

.textInput__1lGd::placeholder,
.input__2pmO::placeholder {
  color: var(--pnt-color-neutral-50);
  -webkit-text-fill-color: var(--pnt-color-neutral-50);
  opacity: 1;
}

.textInput__1lGd:focus,
.input__2pmO:focus {
  outline: none;
  border-color: var(--pnt-color-neutral-30);
}

.textInput__1lGd:focus::placeholder,
.input__2pmO:focus::placeholder {
  color: var(--pnt-color-neutral-70);
  -webkit-text-fill-color: var(--pnt-color-neutral-70);
}

.textInput__1lGd:disabled,
.input__2pmO:disabled,
.textInput__1lGd[readonly],
[readonly].input__2pmO {
  background-color: var(--pnt-input-background-disabled);
  opacity: 1;
  cursor: not-allowed;
}

.textInput__1lGd:disabled:focus,
.input__2pmO:disabled:focus,
.textInput__1lGd[readonly]:focus,
[readonly].input__2pmO:focus {
  outline: none;
}

.input__2pmO {
  width: 100%;
  padding: 0.625rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.input__2pmO.roundedBorder__1XLI {
  border: 1px solid var(--pnt-color-neutral-70);
  border-radius: 32px;
}

.input__2pmO[disabled],
.input__2pmO[readonly] {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  padding-left: 3.75rem;
}

.input__2pmO[disabled]:hover {
  background: var(--pnt-input-background-hover);
}

.input__2pmO[disabled]:focus {
  background: var(--pnt-input-background-focus);
}

.input__2pmO.transparent__2NYQ {
  background: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: unset;
  border: none;
}

.input__2pmO.transparent__2NYQ:active,
.input__2pmO.transparent__2NYQ:focus,
.input__2pmO.transparent__2NYQ:hover {
  background: transparent;
  outline: none;
}

.paxPickerInput__3mRn {
  align-self: flex-end;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.inputWithOverlay__3q7U {
  width: 100%;
  display: inline-block;
  flex: 1 1 auto;
}

.inputWithOverlay__3q7U.overlayWidthAuto__1gfl .inputOverlay__PZX_ {
  width: auto;
}

.inputWithOverlay__3q7U.overlayWidthInput__3R-I {
  position: relative;
}

.inputWithOverlay__3q7U.overlayWidthInput__3R-I .inputOverlay__PZX_ {
  width: 100%;
}

.inputWithOverlay__3q7U.overlayWidthRelative__2aVX .inputOverlay__PZX_ {
  left: 0;
  right: 0;
}

.inputWithOverlay__3q7U.overlayWidthMaxContent__qdVS .inputOverlay__PZX_ {
  width: max-content;
  right: 0;
}

.inputWithOverlay__3q7U.noFocusStyle__31Zr {
  outline: none;
}

.inputWrapper__2CsM {
  position: relative;
}

.inputWrapper__2CsM:hover {
  cursor: pointer;
}

.input__MNXR {
  outline: none;
  flex-grow: 1;
  color: var(--pnt-color-black);
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  border: 1px solid var(--pnt-input-border);
  border-radius: 4px;
  color: var(--pnt-color-black);
  -webkit-text-fill-color: var(--pnt-color-black);
  width: 100%;
  max-width: 100%;
}

.input__MNXR:focus {
  background-color: var(--pnt-input-background-focus);
}

.input__MNXR:hover {
  background-color: var(--pnt-input-background-hover);
}

.error__PwTU.input__MNXR {
  border-color: var(--pnt-color-danger-40);
}

.input__MNXR::-ms-expand {
  background-color: transparent;
  border: 0;
}

.input__MNXR::placeholder {
  color: var(--pnt-color-neutral-50);
  -webkit-text-fill-color: var(--pnt-color-neutral-50);
  opacity: 1;
}

.input__MNXR:focus {
  outline: none;
  border-color: var(--pnt-color-neutral-30);
}

.input__MNXR:focus::placeholder {
  color: var(--pnt-color-neutral-70);
  -webkit-text-fill-color: var(--pnt-color-neutral-70);
}

.input__MNXR:disabled,
[readonly].input__MNXR {
  background-color: var(--pnt-input-background-disabled);
  opacity: 1;
  cursor: not-allowed;
}

.input__MNXR:disabled:focus,
[readonly].input__MNXR:focus {
  outline: none;
}

.md__1Fp3.input__MNXR {
  min-height: 3.5rem;
  max-height: 3.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.md__1Fp3.input__MNXR {
  min-height: 3.5rem;
  max-height: 3.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.icon__3A1i {
  fill: var(--primaryOrange);
  color: var(--primaryOrange);
}

.inputIcon__20fk {
  position: absolute;
  color: var(--pnt-color-black);
  left: 1.125rem;
  top: 0.75rem;
}

.inputOverlay__PZX_ {
  background: var(--pnt-color-white);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.inputOverlay__PZX_.leftExtendingOverlay__2Hhx {
  right: 0;
}

.overlayWrapper__b3Pc {
  overflow: hidden;
  padding: 1.5rem 1rem 1rem 1rem;
}

.ageBandsContainer__3xlA {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.ageBandCategory__3Zez {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.ageBandCategoryLimits__2Vnz {
  color: var(--pnt-color-neutral-30);
  display: block;
  font-size: 10px;
}

.ageBandControls__27yb {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.ageBandCountButton__2U5y {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 100%;
  cursor: pointer;
  color: var(--pnt-color-primary-20);
  touch-action: manipulation;
}

.ageBandCountButton__2U5y:disabled {
  color: var(--pnt-color-neutral-70);
  cursor: not-allowed;
}

.ageBandCategoryDesc__3jHd {
  color: var(--pnt-color-black);
  font-weight: 400;
  display: block;
  font-size: 1.35rem;
}

.ageBandCount__zwmQ {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

.button__3DBl.md__3J_k {
  min-height: 2.75rem;
  max-height: 2.75rem;
  padding: 0.5625rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.button__3DBl.sm__m946,
.button__3DBl.md__3J_k,
.button__3DBl.lg__2Npl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button__3DBl.sm__m946:not(.nowrap__UHwA),
.button__3DBl.md__3J_k:not(.nowrap__UHwA),
.button__3DBl.lg__2Npl:not(.nowrap__UHwA) {
  max-height: none;
}

.button__3DBl {
  outline: none;
  background-clip: padding-box;
  -webkit-appearance: none;
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  flex-grow: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.button__3DBl:hover {
  text-decoration: none;
}

.button__3DBl[disabled] {
  cursor: not-allowed;
}

.button__3DBl.disablePointerEvents__38KF[disabled] {
  pointer-events: none;
}

.button__3DBl:focus,
.button__3DBl:active,
.button__3DBl:visited {
  outline: none;
}

.button__3DBl.sm__m946 {
  min-height: 2.25rem;
  max-height: 2.25rem;
  padding: 0.428125rem 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
}

.button__3DBl.lg__2Npl {
  min-height: 3.25rem;
  max-height: 3.25rem;
  padding: 0.8125rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.button__3DBl.nowrap__UHwA {
  white-space: nowrap;
}

.fillWidth__82Bn {
  width: 100%;
  flex-grow: 1;
}

.spinner__2gHz.md__3J_k {
  width: 1.375rem;
  height: 1.375rem;
}

.fill__3uxT {
  color: #fff;
  background: var(--pnt-color-primary-20);
  border-color: var(--pnt-color-primary-20);
}

.fill__3uxT:visited,
.fill__3uxT:hover,
.fill__3uxT:active {
  color: #fff;
  background: var(--pnt-color-primary-20);
  border-color: var(--pnt-color-primary-20);
}

@media (hover: hover) {
  .fill__3uxT:hover {
    color: #fff;
    background: var(--pnt-color-primary-10);
    border-color: var(--pnt-color-primary-10);
  }
}

.fill__3uxT:active {
  color: #fff;
  background: var(--pnt-color-primary-10);
  border-color: var(--pnt-color-primary-10);
}

.fill__3uxT[disabled] {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

.fill__3uxT[disabled]:visited,
.fill__3uxT[disabled]:hover,
.fill__3uxT[disabled]:active {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

@media (hover: hover) {
  .fill__3uxT[disabled]:hover {
    color: var(--pnt-color-neutral-50);
    background: var(--pnt-color-neutral-80);
    border-color: var(--pnt-color-neutral-80);
  }
}

.fill__3uxT[disabled]:active {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

.commerce__frA2.fill__3uxT {
  color: #fff;
  background: var(--pnt-color-primary-commerce-30);
  border-color: var(--pnt-color-primary-commerce-30);
}

.commerce__frA2.fill__3uxT:visited,
.commerce__frA2.fill__3uxT:hover,
.commerce__frA2.fill__3uxT:active {
  color: #fff;
  background: var(--pnt-color-primary-commerce-30);
  border-color: var(--pnt-color-primary-commerce-30);
}

@media (hover: hover) {
  .commerce__frA2.fill__3uxT:hover {
    color: #fff;
    background: var(--pnt-color-primary-commerce-20);
    border-color: var(--pnt-color-primary-commerce-20);
  }
}

.commerce__frA2.fill__3uxT:active {
  color: #fff;
  background: var(--pnt-color-primary-commerce-10);
  border-color: var(--pnt-color-primary-commerce-10);
}

.commerce__frA2.fill__3uxT[disabled] {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

.commerce__frA2.fill__3uxT[disabled]:visited,
.commerce__frA2.fill__3uxT[disabled]:hover,
.commerce__frA2.fill__3uxT[disabled]:active {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

@media (hover: hover) {
  .commerce__frA2.fill__3uxT[disabled]:hover {
    color: var(--pnt-color-neutral-50);
    background: var(--pnt-color-neutral-80);
    border-color: var(--pnt-color-neutral-80);
  }
}

.commerce__frA2.fill__3uxT[disabled]:active {
  color: var(--pnt-color-neutral-50);
  background: var(--pnt-color-neutral-80);
  border-color: var(--pnt-color-neutral-80);
}

.searchButton__EoXQ {
  align-self: flex-end;
  margin-top: 1rem;
}

.inputIcon__2xdb {
  position: absolute;
  color: var(--pnt-color-black);
  left: 1.125rem;
  height: 100%;
  top: 0px;
}

@media screen and (min-width: 1024px) {
  .availabilitySearchWrapper__2t0X {
    margin: 0;
    padding: 1.5rem;
  }

  .col__TB11 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .ageBandControls__27yb {
    padding-right: 1rem;
  }

  .ageBandCount__zwmQ {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .availabilitySearchWrapper__2t0X {
    padding: 3rem;
  }

  .availabilitySearchWrapper__3H5z {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .availabilitySearchDatePicker__3a1M {
    margin-bottom: 0;
    margin-top: 0;
    width: calc(33% - 0.5rem);
  }

  .paxPickerInput__3mRn {
    align-self: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
  }

  .paxPickerInput__3mRn {
    white-space: nowrap;
  }

  .searchButton__EoXQ,
  .paxPickerInput__3mRn,
  .availabilitySearchDatePicker__3a1M {
    margin-bottom: 0;
    margin-top: 10px;
    width: calc(75% - 0.5rem);
  }

  .searchButton__EoXQ,
  .availabilitySearchTitle__2s0- {
    white-space: nowrap;
  }

  .searchButton__EoXQ {
    align-self: center;
    margin-top: 1rem;
  }

  .container {
    width: 100%;
    padding: inherit;
  }

  .singleroom {
    padding-top: 15px;
  }
}

.input__MNXR {
  width: 100%;
  padding-right: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.input__MNXR[disabled],
.input__MNXR[readonly] {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  padding-left: 3.75rem;
}

.input__MNXR[disabled]:hover {
  background-color: var(--pnt-input-background-hover);
}

.input__MNXR[disabled]:focus {
  background-color: var(--pnt-input-background-focus);
}

.datepicker table tr td.active.active {
  background-color: var(--secondaryOrange) !important;
  border-color: var(--secondaryOrange) !important;
}

.paxpicker,
.roomtypepicker {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
  .availabilitySearchWrapper__2t0X {
    padding: 2rem;
  }

  .textInput__1lGd.md__2bZz,
  .md__2bZz.input__2pmO {
    min-height: 4.5rem;
    max-height: 4.5rem;
    font-size: 1.75rem;
    line-height: 1.75;
  }

  .md__1Fp3.input__MNXR {
    min-height: 4.5rem;
    max-height: 4.5rem;
    font-size: 1.75rem;
    line-height: 1.75;
  }

  .datepicker.dropdown-menu {
    min-width: 90% !important;
    font-size: 16px;
  }

  .button__3DBl.md__3J_k {
    min-height: 4.5rem;
    max-height: 4.75rem;
    font-size: 1.75rem;
    line-height: 1.75;
  }
}

.bedicon {
  color: var(--primaryOrange);
}

.panel-body {
  padding: 5px 15px;
}
.button__3DBl a {
  color: #fff !important;
}
