@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --primary-sea-color: #79a2aa;
  --primary-brown-color: #625956;
  --primary-black-color: #18181b;
  --secondary-yellow-color: #ffd075;
  --secondary-orange-color: #f89426;
  --secondary-beige-color: #f9f6f0;
  --secondary-white-color: #fffdfa;
  --secondary-grey-color: #dcddde;
  --secondary-light-grey-color: #f4f4f4;
  --success-color: #54af91;
  --fail-color: #ea5f5f;
  --dark-grey: #66686a;
  --link-color: #3388cc;
}
/* REMOVE LATER */
.vendor-products-container mat-card-actions button:not(.mat-button-disabled)::after {
  content: "";
}
/* REMOVE LATER */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-family: Inter !important;
}
.material-icons {
  font-family: "Material Icons" !important;
}
.mat-input-element {
  caret-color: var(--secondary-orange-color) !important;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.mat-form-field-appearance-outline:hover .mat-form-field-outline-thick {
  color: var(--secondary-orange-color) !important;
}
.mat-form-field-can-float:has(.mat-select[aria-expanded=true]) {
  transform: translate(0) !important;
}
/* begin general */
html[lang=en] body,
html[lang=en] .mat-body,
html[lang=en] .mat-body-1,
html[lang=en] .mat-typography,
html[lang=en] .mat-form-field,
html[lang=en] .mat-button,
html[lang=en] .mat-raised-button,
html[lang=en] .mat-stroked-button,
html[lang=en] .mat-flat-button,
html[lang=en] .mat-list-item,
html[lang=en] .mat-list-option,
html[lang=en] .mat-card-title,
html[lang=en] .product-dates,
html[lang=en] .mat-h1,
html[lang=en] .mat-h3,
html[lang=en] h3.rate-plan-title,
html[lang=en] .mat-subheading-2,
html[lang=en] .card-content *,
html[lang=en] .mobile-top span,
html[lang=en] .mat-card-content,
html[lang=en] .mat-checkbox,
html[lang=en] .invoice-container *:not(.mat-icon),
html[lang=en] .mat-flat-button.mat-primary:not(#paymentButton),
html[lang=en] .mat-headline,
html[lang=en] .rate-plan-subtitle,
html[lang=en] .product-description,
html[lang=en] .checkout-room-description,
html[lang=en] .checkout-vendor-info,
html[lang=en] .side-cart .summary-row,
html[lang=en] body,
html[lang=en] .mat-body,
html[lang=en] .mat-body-1,
html[lang=en] .mat-typography,
html[lang=en] .mat-form-field,
html[lang=en] .mat-button,
html[lang=en] .mat-raised-button,
html[lang=en] .mat-stroked-button,
html[lang=en] .mat-flat-button,
html[lang=en] .mat-list-item,
html[lang=en] .mat-list-option,
html[lang=en] .mat-card-title,
html[lang=en] .product-dates,
html[lang=en] .mat-h1,
html[lang=en] .mat-h3,
html[lang=en] .mat-dialog-title,
html[lang=en] h3.rate-plan-title,
html[lang=en] .mat-subheading-2,
html[lang=en] .card-content *,
html[lang=en] .mobile-top span,
html[lang=en] .mat-card-content,
html[lang=en] .mat-checkbox,
html[lang=en] .invoice-container {
  font-family: Inter !important;
  font-weight: 400 !important;
  color: var(--primary-black-color) !important;
}
#paymentButton {
  color: white !important;
  background-color: #B0EBB4 !important;
}
html[lang=en] .mat-dialog-title {
  font-family: Archivo !important;
  font-weight: 700 !important;
}
html[lang=ja] .rbn-yb-searchtext::after
html[lang=en] .rbn-yb-searchtext::after
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff0000 !important;
}
.mat-form-field-hide-placeholder .mat-select-placeholder,
mat-label {
  font-family: Inter !important;
}
.mat-flat-button.mat-primary {
  color: var(--primary-black-color) !important;
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 28px;
}
/* end general */
/* begin filter search section */
.mobile-top {
  width: 100% !important;
}
.mobile .search-card {
  padding: 0px !important;
}
.mobile app-search-bar .show-cal-search::before {
  border: 1px solid var(--secondary-grey-color);
  background-color: transparent !important;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1215686275);
}
.mobile app-search-bar .title-cal-search > div {
  font-family: Archivo !important;
  font-size: 20px;
  margin-left: 10px;
}
.mobile app-search-bar .title-cal-search .mat-icon {
  height: auto !important;
}
.mobile app-search-bar .close-cal-search .mat-icon {
  color: var(--primary-black-color) !important;
}
.mobile app-search-bar .search-dates {
  max-width: none !important;
}
.mobile app-search-bar .search-dates .mat-date-range-input-wrapper {
  flex: none !important;
}
.mobile app-search-bar .search-discount-code {
  max-width: none !important;
}
.mobile app-search-bar .search-discount-code mat-label {
  text-transform: capitalize !important;
}
.mobile app-search-bar .mat-form-field {
  margin-right: 0 !important;
}
.mobile app-search-bar #searchBarSubmitBtn {
  margin-left: 0 !important;
  flex: 1 1 auto !important;
}
.mobile mat-label {
  text-transform: capitalize !important;
}
.mobile mat-label > span {
  text-transform: capitalize !important;
}
.mobile #add-product {
  width: 100% !important;
}
.mobile .product-dates {
  text-align: left !important;
}
.mobile .mat-badge-content,
.mobile .mat-flat-button.mat-accent,
.mobile .mat-raised-button.mat-accent,
.mobile .mat-fab.mat-accent,
.mobile .mat-mini-fab.mat-accent {
  background-color: var(--secondary-orange-color) !important;
}
.mobile .mob-date-range-container .search-icon,
.mobile .mat-icon.mat-primary {
  color: var(--secondary-orange-color) !important;
}
.mobile .show-cart .mat-icon {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
}
.mobile mat-expansion-panel .basket-icon {
  margin-right: 10px;
}
.mobile mat-expansion-panel .basket-text {
  font-size: 20px !important;
  font-weight: 400;
}
.mobile mat-expansion-panel .mat-expansion-panel-body > div {
  align-items: baseline;
}
.mobile mat-expansion-panel .mat-expansion-panel-body > div > p {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.mobile mat-expansion-panel .sl {
  margin-top: 10px;
}
.mobile app-payment-schedule .payment-schedule-container mat-icon {
  width: 18px !important;
  height: 18px !important;
}
.mobile .product-info-container .product-data-container {
  position: relative;
}
.mobile .product-info-container .product-dates {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
}
.basket-text {
  font-family: Archivo !important;
}
@media screen and (max-width: 400px) {
  .filter-container {
    width: 100% !important;
    max-width: calc(100vw - 66px) !important;
  }
}
#mobileLang {
  border-radius: 0 !important;
}
.show-search-extended {
  border-radius: 0 !important;
  background-color: #a1a1aa !important;
}
.show-search-extended span.edit-search {
  margin-left: 0.7rem;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize !important;
}
.show-search-extended .mat-icon {
  color: white !important;
}
.show-search-extended:has(.add-code) {
  background: #f3cb9f !important;
}
.show-search-extended:has(.add-code) span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  text-transform: capitalize !important;
}
.open-filter-button {
  padding: 12px 10px !important;
  color: var(--primary-black-color) !important;
  border: 1px solid var(--secondary-grey-color) !important;
}
.mat-form-field-outline-start,
.mat-form-field-outline-end {
  border-radius: 0 !important;
}
mat-label {
  font-size: 10px;
}
.mat-datepicker-content .mat-calendar {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
html[lang=en] .mat-calendar * {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
}
html[lang=en] .mat-calendar * table tbody tr td {
  background: white !important;
}
html[lang=en] .mat-calendar * .mat-calendar-body-selected,
html[lang=en] .mat-calendar * .mat-calendar-body-active .mat-calendar-body-cell-content,
html[lang=en] .mat-calendar * .mat-calendar-body-cell-content:hover {
  color: var(--primary-black-color) !important;
  background-color: var(--secondary-orange-color) !important;
}
html[lang=en] .mat-calendar * .mat-calendar-body-cell-content {
  width: 40px;
  height: 40px;
  padding: 0;
}
html[lang=en] .mat-calendar * mat-calendar-body-label {
  display: none !important;
}
html[lang=en] .mat-calendar * .mat-calendar-controls .mdc-button__label span {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  text-transform: lowercase;
  line-height: 20px;
}
html[lang=en] .mat-calendar * .mat-calendar-controls .mdc-button__label::first-letter {
  text-transform: uppercase;
}
.search-dates {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.search-dates .mat-date-range-input-wrapper {
  flex: 1;
}
.search-dates mat-datepicker-toggle > button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  vertical-align: middle !important;
  padding: 0 !important;
  margin-left: 10px;
}
.search-dates .mat-datepicker-toggle-active {
  color: var(--secondary-orange-color) !important;
}
.mat-calendar-content td.mat-calendar-body-label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  text-transform: lowercase;
}
.mat-calendar-content td.mat-calendar-body-label::first-letter {
  text-transform: uppercase;
}
.mat-calendar-body-cell-content {
  border-radius: 0 !important;
}
.mat-date-range-input-wrapper {
  max-width: calc(55% - 4px) !important;
}
.mat-date-range-input input {
  color: var(--primary-black-color) !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.mat-form-field-label {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  letter-spacing: 0.15em;
}
.mat-select-value-text {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
app-search-card.ng-star-inserted:hover {
  background: var(--secondary-grey-color) !important;
}
app-search-card.ng-star-inserted:hover button {
  background-color: var(--primary-black-color);
  color: white;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0;
}
.search-location.mat-focused .mat-select-arrow-wrapper {
  transform: rotate(45deg) translateY(-25%) !important;
}
.search-guests .mat-select-arrow-wrapper,
.search-guests.mat-focused .mat-select-arrow-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.mat-option:hover .mat-option-text {
  text-decoration: underline !important;
}
.mat-option {
  background-color: transparent !important;
  text-underline-offset: 2px;
}
.mat-selected {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.mat-selected[aria-selected=true] {
  color: var(--primary-black-color) !important;
  background-color: transparent !important;
}
.mat-select-arrow {
  color: var(--primary-black-color) !important;
  transform: rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 2px solid black !important;
}
.search-card.focused[_ngcontent-wnk-c35] {
  background: transparent !important;
}
#desktopLang {
  border-radius: 0;
  line-height: 20px;
  letter-spacing: 0.15em;
}
#desktopLang span {
  font-family: Inter !important;
  font-size: 16px;
}
.mat-stroked-button.mat-primary {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  border: 1px solid var(--primary-black-color);
  background: var(--secondary-white-color);
  padding: 12px;
}
.mat-stroked-button.mat-primary[aria-expanded=true] {
  border: 1px solid var(--secondary-orange-color) !important;
}
.mat-menu-item {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-family: "Microsoft YaHei", sans-serif !important;
  text-underline-offset: 4px;
  display: inline-block;
  position: relative;
}
.mat-menu-item:hover {
  background-color: transparent !important;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 4px;
}
.mat-menu-item:hover:after {
  background-color: transparent !important;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 4px;
}
.mat-menu-panel {
  border-radius: 0 !important;
}
.search-discount-code {
  max-width: 190px !important;
}
html .search-discount-code mat-label,
html .search-discount-code input {
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.mat-form-field-infix mat-label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase !important;
}
mat-form-field-infix mat-select .mat-select-value-text {
  font-size: 16px;
}
.search-location {
  max-width: 115px !important;
}
mat-form-field.search-discount-code .mat-form-field-infix {
  padding: 0.8em 0 !important;
}
.open-filter-button .ng-star-inserted {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.mat-button-wrapper span {
  text-transform: uppercase;
}
html[lang=en] .search-logo {
  display: none !important;
  margin-right: 1rem;
  background-image: url("https://storage.googleapis.com/theluxenomad-python.appspot.com/assets/roomboss/logo.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 60px;
  background-position: center;
  box-sizing: border-box;
}
#searchBarSubmitBtn {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  color: var(--primary-black-color) !important;
  line-height: 28px;
  letter-spacing: 0.15em;
  flex: none;
  padding: 0.625rem 1.5rem !important;
  flex: none !important;
  font-size: 12px;
}
/* end filter search section */
/* begin filter list section */
.mdc-slider__track--active_fill,
.mat-mdc-slider .mdc-slider__track--inactive {
  border-color: var(--primary-black-color) !important;
}
.filter-container {
  top: 64px !important;
}
.mat-card {
  font-family: Inter !important;
}
.open-filter-button.active,
.mdc-evolution-chip__text-label,
html[lang=en] .mdc-evolution-chip__action[aria-selected=false] .mdc-evolution-chip__text-label,
html[lang=en] .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark {
  color: var(--primary-black-color) !important;
}
app-search-filter-bar button {
  border-radius: 0 !important;
}
app-search-filter-bar .title {
  align-items: center !important;
}
app-search-filter-bar .title > span {
  font-size: 20px !important;
  font-weight: 400;
}
app-search-filter-bar .title button {
  top: auto !important;
}
app-search-filter .title {
  font-size: 24px !important;
}
app-search-filter mat-icon {
  color: var(--primary-black-color) !important;
}
app-search-filter .mat-card-actions:not(.mat-card-actions-align-end) .mat-stroked-button:first-child {
  border: none !important;
  padding-left: 0 !important;
  background-color: transparent !important;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 4px;
}
app-search-filter .mat-card-actions:not(.mat-card-actions-align-end) .mat-stroked-button:first-child::hover {
  background: none !important;
}
app-search-filter-window .filter-container {
  box-sizing: content-box;
  width: auto !important;
}
app-search-filter-window .mat-card .title {
  font-size: 20px !important;
  font-weight: 400;
  font-size: 24px !important;
}
app-search-filter-window .mat-card .title span {
  font-weight: 500;
  font-family: Archivo !important;
}
app-search-filter-window mat-card-actions .mat-focus-indicator {
  margin-left: 30px;
  padding: 13.5px 16px !important;
}
app-search-filter-window mat-card-actions .mat-focus-indicator .mat-button-wrapper {
  letter-spacing: 0.15em;
}
.filter .subtitle {
  color: var(--primary-black-color) !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 15px;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
}
.mat-mdc-standard-chip {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  border: 1px solid var(--secondary-grey-color) !important;
  background-color: white !important;
  padding: 0;
}
.mat-mdc-chip-selected {
  background-color: var(--primary-black-color) !important;
  border: none;
}
.mat-mdc-chip-selected span {
  color: white !important;
}
.mat-mdc-chip-action-label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.filter.bedrooms mat-chip-option {
  display: flex;
  justify-content: center;
  width: 70px;
}
html mat-chip-option {
  padding: 14px 16px !important;
  border: 1px solid var(--secondary-grey-color) !important;
}
html mat-chip-option button.mdc-evolution-chip__action {
  width: 100%;
}
html mat-chip-option .mat-mdc-chip-graphic {
  display: none;
  padding-left: 0 !important;
}
html mat-chip-option .mdc-evolution-chip__action {
  padding-right: 0 !important;
}
html mat-chip-option .mdc-evolution-chip__text-label {
  margin-bottom: 0 !important;
}
html mat-chip-option button[aria-selected=false] .mdc-evolution-chip__action {
  padding-right: 0 !important;
}
html[lang=en] .mat-mdc-slider .mdc-slider__value-indicator {
  font-family: Inter !important;
  opacity: 1 !important;
  background-color: transparent !important;
}
html[lang=en] .mat-mdc-slider .mdc-slider__value-indicator span {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 20px;
  font-family: Archivo !important;
}
html[lang=en] .mat-mdc-slider .mdc-slider__value-indicator span::before {
  display: none;
}
html[lang=en] .mdc-slider__thumb-knob {
  background-color: white !important;
  border: 1px solid var(--secondary-grey-color) !important;
}
.mat-card-actions:first-child {
  text-decoration: underline;
  text-transform: uppercase;
}
.mat-card-actions button {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  border-radius: 0;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  text-transform: uppercase;
}
.mat-card-actions button.mat-stroked-button {
  padding-top: 12.5px !important;
  padding-bottom: 12.5px !important;
}
.mat-card-actions .mat-button-wrapper {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
.filter-bar .mat-button-wrapper span {
  text-transform: capitalize;
}
.filter-bar .mat-stroked-button.mat-primary {
  background-color: white !important;
}
/* end filter list section */
/* begin card section */
.search-card {
  padding: 15px !important;
}
.search-card-carousel:not(.mobile) {
  height: auto !important;
}
.product-image.ng-star-inserted {
  border-radius: 0 !important;
}
.search-card-title {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}
.search-card-desc {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.search-card-from {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  max-width: 55% !important;
  line-height: unset !important;
  font-weight: 700 !important;
}
.per-person {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  display: block;
  color: #787878 !important;
  line-height: unset;
  font-weight: 400;
}
#searchMoreInfo {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.view-map {
  color: var(--primary-black-color) !important;
  opacity: 1 !important;
}
html[lang=en] .search-card.focused,
html[lang=en] .search-card:hover {
  color: var(--primary-black-color) !important;
  background: linear-gradient(0deg, var(--secondary-grey-color), var(--secondary-grey-color)) !important;
  border: none;
  transition: 0.2s;
  transform: none !important;
  border: 1px solid var(--secondary-grey-color) !important;
}
html[lang=en] .search-card.focused #searchMoreInfo,
html[lang=en] .search-card:hover #searchMoreInfo {
  color: white !important;
  background-color: var(--primary-black-color) !important;
}
html[lang=en] .search-card.focused .search-card-from,
html[lang=en] .search-card:hover .search-card-from {
  color: var(--primary-black-color) !important;
}
html[lang=en] .search-card.focused .search-card-from > span,
html[lang=en] .search-card:hover .search-card-from > span {
  color: var(--primary-black-color) !important;
}
/* end card section */
/* begin map section */
html[lang=en] .card-content * {
  font-family: Inter !important;
}
google-map .cluster-item img {
  content: url("https://storage.googleapis.com/theluxenomad-python.appspot.com/assets/roomboss/location.png") !important;
}
.card-content {
  font-family: Inter !important;
  color: var(--primary-black-color) !important;
  padding: 13px 10px;
  display: flex;
  align-items: center;
}
.card-content .content-title {
  background: var(--primary-black-color) !important;
  font-size: 10px !important;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  border-radius: 0;
  top: 100px;
}
.card-content .actions-text {
  color: var(--primary-black-color) !important;
  margin-right: 15px !important;
}
.card-content .actions-text div {
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.card-content button {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 4px 20px !important;
  line-height: 28px;
  letter-spacing: 0.15em;
}
.card-content button .mat-button-wrapper {
  font-size: 10px;
}
.card-content .card-actions {
  margin-top: 0 !important;
}
.card-content .card-actions .actions-text {
  font-weight: 500 !important;
}
.map-container .map-icon {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  font-family: Inter !important;
  color: var(--primary-black-color) !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0 !important;
}
.gm-style-iw-tc {
  display: none;
}
app-search-card div {
  border-radius: 0 !important;
}
app-search-card .search-card-from {
  margin-right: 4px;
}
app-search-card .search-card-from span:first-child {
  margin-right: 4px;
}
map-info-window {
  border-radius: 0 !important;
}
map-info-window .content-title {
  border-radius: 0 !important;
}
map-info-window button {
  padding: 14px 20px !important;
}
.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  border-radius: 0 !important;
}
html[lang=en] .card-content {
  padding: 1em !important;
}
html[lang=en] .card-content .actions-text div span {
  font-weight: 500 !important;
}
html[lang=en] .card-content .content-title {
  color: white !important;
}
google-map .content-title {
  border-radius: 0 !important;
}
html .map-icon-focus {
  border-radius: 0;
  font-family: Inter !important;
  background-color: var(--secondary-orange-color) !important;
  color: white !important;
}
html .map-icon::before,
html .map-icon-focus::before {
  content: url("https://tln-nisade-git-main-camila-tran-goldenowl.vercel.app/house-icon.png") !important;
  top: 55% !important;
  transform: translateY(-50%) !important;
}
/* end map section */
/* begin search list result */
.search-results {
  width: calc(52% - 1em) !important;
}
/* end search list result */
/*==================PROPER PAGE =====================*/
html[lang=en] h2.product-title,
.checkout-room-type {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-weight: 500;
  line-height: 32px;
}
#language-panel .mat-option:nth-child(n+3) {
  display: none !important;
}
.search-bar .mat-flat-button {
  border-radius: 50%;
}
.search-bar .spacer:first-child {
  background-size: contain;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-image: url(https://storage.googleapis.com/theluxenomad-python.appspot.com/assets/roomboss/logo.png) !important;
  height: 40px;
  background-position: center;
  box-sizing: border-box;
  width: 200px;
}
.select-dates span {
  text-transform: uppercase !important;
  font-family: Archivo !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
app-search-filter-window span.mat-button-wrapper {
  visibility: visible !important;
}
button.mat-focus-indicator.main.mat-flat-button.mat-icon-button.mat-button-base.mat-primary {
  background-color: #d5d3d3 !important;
}
html[lang=en] .vendor-description {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-family: Archivo !important;
  border-radius: 0 !important;
  background-color: var(--secondary-grey-color) !important;
  line-height: 26px !important;
  letter-spacing: 0 !important;
  padding: 10px 15px;
  margin-top: 20px;
  box-shadow: none !important;
}
html[lang=en] .vendor-description::before {
  content: "Highlights\a" attr(title);
  white-space: pre;
  font-weight: 600;
  line-height: 19px;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
  display: block;
}
.vendor-description[_ngcontent-fmi-c70] {
  box-shadow: none !important;
}
.vendor-description[_ngcontent-lqp-c70] {
  box-shadow: none !important;
}
/* begin hotel card detail section */
html[lang=en] .checkout-room-description {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
}
html app-cart-product .mat-list-item.cart-item {
  max-width: none !important;
}
html app-cart-product mat-icon.mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
  color: #c0c0c0;
}
app-cart-product .product-features {
  margin-top: 10px !important;
}
app-cart-product .product-dates,
.product-info-container .product-dates {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 22px;
}
app-cart-product .date-message,
.product-info-container .date-message {
  display: none;
}
app-cart-product .product-features,
.product-info-container .product-features {
  margin-top: 20px;
}
app-cart-product .product-features > span,
.product-info-container .product-features > span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  margin-right: 10px;
}
app-cart-product .product-features .material-icons,
.product-info-container .product-features .material-icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin-right: 5px !important;
  margin-left: 0px !important;
}
app-cart-product .product-description,
.product-info-container .product-description {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
}
app-product .product-card {
  border-radius: 0 !important;
}
app-product .product-card .mat-form-field-label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 19px;
  letter-spacing: 0.15em;
}
app-product .mat-line.guest-type.summary-row .mat-form-field:nth-child(2) mat-label {
  font-size: 0 !important;
}
app-product .mat-line.guest-type.summary-row .mat-form-field:nth-child(2) mat-label::before {
  content: "Children (6-12)";
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
.rate-plan-price .sl,
.cart-item-price .sl[_ngcontent-lqp-c63],
.sl {
  font-weight: 500;
  line-height: 22px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.rate-price-container > * {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 22px;
}
.open-gallery[_ngcontent-lqp-c70] {
  font-weight: 400 !important;
}
.vendor-container .vendor-image-container {
  border-radius: 0 !important;
}
.vendor-container .vendor-image-container:hover .open-gallery {
  transition: 0.2s;
  border: none !important;
  background-color: var(--primary-black-color) !important;
}
.vendor-container .vendor-image-container:hover .open-gallery span,
.vendor-container .vendor-image-container:hover .open-gallery mat-icon {
  color: white !important;
}
.vendor-container .open-gallery {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-family: Archivo !important;
  text-transform: uppercase;
  border: none !important;
  line-height: 19px;
  letter-spacing: 0.15em;
  background-color: white !important;
}
.vendor-container .open-gallery:hover {
  transition: 0.2s;
  border: none !important;
  color: white !important;
  background-color: var(--primary-black-color) !important;
}
.vendor-container .open-gallery span,
.vendor-container .open-gallery .mat-icon {
  color: var(--primary-black-color) !important;
}
.vendor-container .open-gallery span:hover,
.vendor-container .open-gallery .mat-icon:hover {
  color: white !important;
  border: none;
}
.vendor-container .title-group {
  border-radius: 0 !important;
  background-color: var(--primary-black-color) !important;
  height: auto !important;
  padding: 10px 20px !important;
  margin: 14px;
}
.vendor-container .title-group h2 {
  font-family: Inter !important;
  font-size: 10px !important;
  line-height: 28px !important;
  letter-spacing: 0.15em !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.open-gallery {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0.5rem;
  background: none !important;
}
.open-gallery:hover {
  background: none !important;
}
html .open-gallery > .mat-icon,
html .open-gallery > span {
  color: white !important;
}
#add-product {
  letter-spacing: 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: 0;
  background: white !important;
  border-radius: 8px !important;
  border: 1px solid var(--secondary-orange-color) !important;
}
#add-product mat-icon {
  display: none;
}
#add-product::after {
  content: "Book now";
  text-transform: uppercase;
}
.rate-plan-container {
  align-items: baseline !important;
}
.rate-plan-container .rate-plan-text-container {
  width: calc(75% - 5rem) !important;
  padding-right: 0 !important;
}
.rate-plan-container .rate-plan-text-container .rate-plan-price .rack {
  background: transparent !important;
  margin-bottom: 0.5em;
}
.rate-plan-container .rate-plan-text-container .rate-plan-subtitle {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  display: none !important;
  white-space: inherit !important;
  line-height: 25.6px;
}
.rate-plan-container .rate-plan-text-container .rate-plan-title-container h3 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  white-space: inherit !important;
  font-family: Archivo !important;
  font-weight: 500 !important;
}
.rate-plan-container .rate-plan-text-container button mat-icon {
  color: var(--secondary-orange-color);
}
.mat-select-panel {
  border-radius: 0 !important;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--secondary-orange-color) !important;
}
.mat-form-field.mat-focused .mat-select-arrow-wrapper {
  transform: rotate(45deg) translateY(-25%) !important;
}
/* end hotel card detail section */
/* begin dialog section */
html[lang=en] app-product-dialog-component h2.mat-dialog-title {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-weight: 700 !important;
  line-height: 29px !important;
}
html[lang=en] app-product-dialog-component .mat-dialog-content {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
}
html[lang=en] app-product-dialog-component mat-dialog-actions button {
  background-color: white !important;
}
html[lang=en] app-product-dialog-component mat-dialog-actions button:hover span {
  background-color: transparent !important;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 4px;
  text-decoration-color: var(--secondary-orange-color) !important;
}
html[lang=en] app-product-dialog-component mat-dialog-actions button span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-family: Archivo !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
}
/* end dialog section */
/* begin checkout section */
.mat-card-title {
  font-family: Archivo !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
.mat-list .mat-list-item .cart-room-type {
  font-family: Archivo !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.5px;
  white-space: inherit !important;
}
.mat-list .mat-list-item .summary-row {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.mat-list .mat-list-item .dates-row {
  margin: 1rem 0 !important;
  padding: 0 !important;
}
.mat-list .mat-list-item .date-summary {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mat-list .mat-list-item .date {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
}
html[lang=en] .rack[_ngcontent-lqp-c56] {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
.payment-schedule-container p span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
.mat-card-content p {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.mat-card-content > div {
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
}
.mat-card-content .cart-total {
  margin-top: 0 !important;
}
.mat-card-content .cart-total .sl {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
.mat-card-content .cart-total .rack {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.mat-card-content .mat-card-actions {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vendor-products-container mat-card-actions {
  margin-bottom: 0 !important;
}
.vendor-products-container mat-card-actions .mat-button-wrapper {
  visibility: hidden;
}
html[lang=en] app-shopping-cart .hide-delay mat-card-actions button {
  background-color: rgba(0, 0, 0, 0.1215686275) !important;
  color: rgba(0, 0, 0, 0.2588235294) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 rgba(0, 0, 0, 0.1411764706), 0 0 rgba(0, 0, 0, 0.1215686275) !important;
}
.rate-plan-price .sl:after {
  content: "  for total stay";
}
app-shopping-cart mat-card-actions button {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-align: center;
}
app-shopping-cart mat-card-actions button::after {
  visibility: visible;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
app-shopping-cart mat-card-actions button:not(.mat-button-disabled)::after {
  content: "PROCEED" !important;
}
app-shopping-cart mat-card-actions .mat-button-disabled::after {
  content: "BOOK NOW" !important;
}
html[lang=en] .mat-headline {
  color: white !important;
}
html[lang=en] .mat-card-title {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-weight: 500;
  font-size: 20px !important;
}
app-shopping-cart .mat-card {
  background: white !important;
  border-radius: 0 !important;
  margin-top: 76px;
}
app-shopping-cart .mat-card:has(.mat-button-disabled) {
  padding: 24px !important;
}
app-shopping-cart .mat-card:has(.mat-button-disabled) .cart-total {
  margin: 0 !important;
}
app-shopping-cart .mat-card:has(.mat-button-disabled) .ng-tns-c65-11 {
  align-items: baseline;
}
app-shopping-cart .mat-card .mat-card-actions {
  margin: 20px 0 0 0 !important;
}
app-search-bar .mat-flat-button.mat-primary {
  padding: 0 !important;
  border-radius: 50% !important;
}
app-search-bar .mat-form-field {
  margin-right: 0.8rem !important;
}
app-search-bar #searchBarSubmitBtn {
  margin-left: 0.8rem !important;
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  color: var(--primary-black-color) !important;
  line-height: 28px;
  letter-spacing: 0.15em;
  flex: none;
  padding: 0.625rem 1.5rem !important;
  flex: none !important;
  font-size: 12px;
}
app-shopping-cart .checkout-vendor {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-size: 22px !important;
  line-height: 35px;
  padding-bottom: 1.1rem !important;
}
app-shopping-cart .mat-card-content > div .cart-total {
  margin-right: 0 !important;
}
html[lang=en] .rate-plan-info {
  padding-top: 1.6rem !important;
}
.rate-plan-info {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  border-radius: 0 !important;
}
.rate-plan-info .rate-plan-title {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  font-family: Archivo !important;
  font-weight: 500 !important;
}
.rate-plan-info .more-info-long {
  margin-top: 24px !important;
  opacity: 1;
  color: var(--primary-black-color) !important;
}
.rate-plan-info .more-info-long p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
}
app-payment-schedule {
  margin-right: 0.5rem;
}
app-payment-schedule .payment-schedule-container {
  padding-bottom: 24px;
  opacity: 1;
}
app-payment-schedule .payment-schedule-container p,
app-payment-schedule .payment-schedule-container span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
app-payment-schedule .payment-schedule-container .full-date {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 19px;
}
app-payment-schedule .payment-schedule-container mat-icon {
  color: var(--secondary-orange-color) !important;
  width: 14px !important;
  height: 14px !important;
  font-size: 14px !important;
}
html[lang=en] .mat-h1 {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-2.1em) scale(0.75) !important;
}
.mat-form-field-infix:has(input) .mat-form-field-label-wrapper .mat-form-field-label {
  margin-top: 0.285em !important;
}
.mat-form-field-infix:has(.mat-select[aria-expanded=false]) .mat-form-field-label-wrapper .mat-form-field-label {
  margin-top: 0.7em !important;
}
section.listing-container.final .vendor-image-container,
section.listing-container.final .vendor-description,
section.listing-container.final .title-group {
  display: none !important;
}
section.listing-container.final app-shopping-cart .mat-card {
  margin-top: 0 !important;
}
section.listing-container.final .checkout-vendor {
  margin-bottom: 2em !important;
}
section.listing-container.final app-cart-product .mat-line.summary-row.dates-row {
  display: none !important;
}
section.listing-container.final app-cart-product:first-child .mat-line.summary-row.dates-row {
  display: flex !important;
  position: absolute !important;
  top: -6.5rem;
}
app-customer-form mat-card {
  border-radius: 0 !important;
}
app-customer-form mat-checkbox .mat-checkbox-label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  line-height: 19px;
}
app-customer-form mat-checkbox .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: var(--primary-black-color);
}
app-customer-form mat-checkbox .mat-checkbox-inner-container .mat-checkbox-checkmark {
  fill: var(--secondary-orange-color);
  border-radius: 0 !important;
}
app-customer-form mat-checkbox .mat-checkbox-inner-container .mat-checkbox-checkmark-path {
  stroke: var(--secondary-orange-color) !important;
}
app-customer-form mat-label,
app-customer-form span.mat-form-field-required-marker {
  display: none !important;
}
app-customer-form mat-form-field.firstName .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.firstName .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "First Name*: ";
}
app-customer-form mat-form-field.lastName .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.lastName .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Last Name*: ";
}
app-customer-form mat-form-field.email .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.email .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Email*: ";
}
app-customer-form mat-form-field.country .mat-select-value-text {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
app-customer-form mat-form-field.country .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.country .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Country*: " !important;
}
app-customer-form mat-form-field.phone .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.phone .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Phone*: " !important;
}
app-customer-form mat-form-field.language .mat-select-value-text {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
app-customer-form mat-form-field.language .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.language .mat-form-field-wrapper .mat-select-value-text span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
app-customer-form mat-form-field.language .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Language*: ";
}
app-customer-form mat-form-field.phone .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.phone .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Phone: ";
}
app-customer-form mat-form-field.country .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 7.5fr;
}
app-customer-form mat-form-field.country .mat-form-field-wrapper .mat-select-value-text span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
app-customer-form mat-form-field.country .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Country: ";
}
app-customer-form .message mat-form-field .mat-form-field-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr 7.9fr;
}
app-customer-form .message mat-form-field .mat-form-field-wrapper::before {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-black-color) !important;
  content: "Message: ";
}
app-customer-form .details.customer-identity,
app-customer-form .details.customer-contact,
app-customer-form .details.customer-nation {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
app-customer-form .details:not(.customer-identity,
.customer-contact,
.customer-nation,
.message) {
  display: none !important;
}
app-customer-form .details.customer-nation::only-child mat-form-field.country .mat-form-field-wrapper {
  grid-template-columns: 1.1fr 7.9fr !important;
}
app-customer-form .details.customer-nation::only-child .button-container {
  display: flex;
  align-items: center;
}
app-customer-form .details.customer-nation::only-child .button-container button:not(.mobile) {
  min-width: 15rem !important;
  margin-left: 30px !important;
}
app-customer-form .search-discount-code .mat-form-field-infix input,
app-customer-form .search-discount-code .mat-form-field-infix mat-label {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  font-family: Inter !important;
  text-transform: capitalize !important;
}
app-customer-form app-payments mat-card {
  border-radius: 0 !important;
}
app-customer-form app-payments .invoice-label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
  box-shadow: 0 0 12px var(--secondary-orange-color) !important;
}
div#base_page\:base_header .rb-header {
  height: 140px !important;
}
div#base_page\:base_header .rb-header .ui-btn-icon-right:after {
  color: #18181b !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
div#base_page\:base_header form#base_page\:locform {
  top: 2rem !important;
  right: 1.8 rem !important;
}
div#base_page\:base_header .ui-icon-carat-d:after {
  border-radius: 0;
  width: 1px;
  height: 2px;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #18181b !important;
  transform: rotate(45deg);
  border: solid #000;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1.5px solid #000 !important;
  margin-top: 2px !important;
  position: relative;
  margin-left: 5px;
}
div#base_page\:base_header table tbody tr td {
  background: none !important;
}
div#base_page\:locform\:languageSelect div#base_page\:locform\:languageSelect_input-button {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  display: flex;
  background-color: white !important;
  opacity: 1;
}
div#base_page\:locform\:languageSelect div#base_page\:locform\:languageSelect_input-button span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  line-height: 19px;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
  margin-right: 5px;
}
div#base_page\:locform\:languageSelect div#base_page\:locform\:languageSelect_input-button .ui-btn-icon-right:after {
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.rbn-yb-searchtext {
  font-size: 0 !important;
  text-align: center;
  max-width: 949px;
  display: block;
  margin: auto;
  visibility: hidden;
}
html[lang="en"] .rbn-yb-searchtext::before {
  visibility: visible;
  white-space: pre;
  text-align: center;
  word-wrap: break-word;
  content: "Your Booking \a";
  font-family: Archivo !important;
  font-size: 20px !important;
  font-weight: 400;
  margin-bottom: 40px;
  font-weight: 700 !important;
}
html[lang="ja"] .rbn-yb-searchtext::before {
  visibility: visible;
  white-space: pre;
  text-align: center;
  word-wrap: break-word;
  content: "お客様のご予約 \a";
  font-family: Archivo !important;
  font-size: 20px !important;
  font-weight: 400;
  margin-bottom: 40px;
  font-weight: 700 !important;
}
html[lang="en"] .rbn-yb-searchtext::after {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  visibility: visible;
  content: "\a Enter your booking ID and email address to view your booking. \a Details of how to make payment are also available. Please contact us if you have any questions.";
  white-space: pre;
  text-align: center;
  word-wrap: break-word;
}
html[lang="ja"] .rbn-yb-searchtext::after {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  visibility: visible;
  content: "\a 予約IDとメールアドレスをご入力いただき、ご予約内容をご確認ください。\a お支払方法などについてもご確認いただけます。ご質問がございましたら、お気兼ねなくお問合せください。";
  white-space: pre;
  text-align: center;
  word-wrap: break-word;
}
.ui-shadow-inset {
  box-shadow: none !important;
}
form#base_page\:gform {
  padding-top: 20px;
  width: 600px;
  margin: auto;
}
form#base_page\:gform .ui-btn.ui-input-btn.ui-corner-all.ui-shadow {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 19px;
  letter-spacing: 0.15em;
  width: fit-content !important;
  background: black !important;
  color: white !important;
  border: none !important;
  padding: 10px 25px;
  border-radius: 0 !important;
  text-transform: uppercase;
}
form#base_page\:gform .ui-field-contain .ui-input-text {
  font-family: Inter !important;
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid var(--secondary-grey-color);
  background-color: white;
  padding: 8px 15px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--dark-grey);
  padding: 8px 15px;
  width: 100%;
}
form#base_page\:gform .ui-field-contain input {
  font-family: Inter !important;
  padding: 0 !important;
}
form#base_page\:gform .ui-field-contain label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ui-outputpanel {
  margin-top: 5rem;
  margin-bottom: 3.1rem;
}
.ui-outputpanel span#base_page\:guest-intranet-greeting {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Inter !important;
}
html[lang="en"] .ui-outputpanel span#base_page\:guest-intranet-greeting::after {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
  display: block;
  margin-top: 1rem;
  content: "Scroll down to view reservations and payment status.";
}
html[lang="ja"] .ui-outputpanel span#base_page\:guest-intranet-greeting::after {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 26px;
  display: block;
  margin-top: 1rem;
  content: "ご予約内容とお支払の状況を確認されたい場合は、下へスクロールしてください。";
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
  background: var(--secondary-light-grey-color) !important;
}
.table-stripe tbody tr:nth-child(even) td,
.table-stripe tbody tr:nth-child(even) th {
  background: var(--secondary-grey-color) !important;
}
.ui-table td {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
table thead .ui-column-header {
  vertical-align: middle;
  background-color: var(--secondary-grey-color);
  padding: 1rem 0.625rem !important;
}
table thead .ui-column-header span {
  font-weight: 500 !important;
}
table thead .ui-column-header .ui-column-title {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-family: Archivo !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
table thead .ui-column-header .ui-column-title span {
  font-weight: 500 !important;
}
table tbody .ui-table-row span {
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
table tbody td {
  font-family: Inter !important;
  vertical-align: middle;
}
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
  border-color: var(--secondary-grey-color);
}
.ui-panel-m-titlebar.ui-bar.ui-bar-inherit,
.ui-btn .ui-panel-collapsible-heading-toggle {
  background-color: white;
}
.ui-icon-minus:after,
.ui-btn-icon-notext:after {
  background-color: var(--dark-grey) !important;
}
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
  border-bottom: 0 !important;
}
.ui-datatable {
  border: 1px solid var(--secondary-grey-color) !important;
  box-shadow: none !important;
}
div#base_page\:postab .ui-link,
div#base_page\:ttab .ui-link {
  text-decoration: none;
  font-weight: 400 !important;
}
div#base_page\:postab .ui-table-row td,
div#base_page\:ttab .ui-table-row td {
  background: transparent !important;
}
div#base_page\:postab .ui-table-cell-label,
div#base_page\:ttab .ui-table-cell-label {
  font-family: Inter !important;
  font-weight: 400;
}
div#base_page\:ttab {
  margin-top: 2rem;
}
div#base_page\:tabview {
  margin-top: 2.5rem;
}
div#base_page\:tabview .accordion-title span {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
div#base_page\:tabview a.ui-collapsible-heading-toggle {
  padding: 1.25rem;
  padding-left: 4rem !important;
}
div#base_page\:tabview .ui-icon-plus:after {
  background-color: var(--dark-grey) !important;
}
div#base_page\:tabview .ui-btn-icon-left:after {
  left: 1.25rem !important;
}
div#base_page\:tabview .rbn-vendor-box .ui-grid-solo {
  margin-left: 1rem;
  text-align: left;
}
div#base_page\:tabview .rbn-vendor-box .ui-grid-solo span.rbn-bold {
  font-size: 20px !important;
  font-weight: 400;
}
div#base_page\:tabview .rbn-vendor-box .ui-grid-solo .ui-block-a {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
div#base_page\:tabview .ui-block-a {
  font-family: Inter !important;
}
div#base_page\:tabview .accordion-vendor {
  font-weight: 700 !important;
}
div#base_page\:tabview .accordion-status-block .accordion-status {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: white;
  text-transform: lowercase;
  padding: 0.8rem 1.25rem !important;
}
div#base_page\:tabview .accordion-status-block .accordion-status::first-letter {
  text-transform: uppercase;
}
div#base_page\:tabview .accordion-status-block .accordion-status.res {
  background-color: var(--success-color) !important;
  font-size: 0 !important;
}
div#base_page\:tabview .accordion-status-block .accordion-status.res::before {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  content: "CONFIRMED";
  color: white !important;
  vertical-align: middle;
}
div#base_page\:tabview .accordion-status-block .accordion-status.na {
  background-color: var(--fail-color) !important;
}
.ui-panel-m {
  border-radius: 0 !important;
}
.ui-panel-m-titlebar {
  background-color: var(--dark-grey) !important;
}
.ui-panel-m-titlebar h3 {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Inter !important;
  color: white !important;
}
.ui-panel-m-content {
  background: transparent !important;
  min-height: 70px;
}
.ui-panel-m-content span,
.ui-panel-m-content li {
  font-family: Inter !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
}
div#base_page\:vendorMessagePanel {
  border-radius: 0 !important;
}
html[lang=en] .ui-panel-m-titlebar-icon {
  border-radius: 50% !important;
}
div#base_page\:txtab {
  margin-top: 2.5rem;
  border: none !important;
}
div#base_page\:txtab::before {
  content: "Payments  \a";
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
  display: block;
  height: 30px;
  font-weight: 700 !important;
}
div#base_page\:txtab .ui-datatable {
  border: none !important;
}
div#base_page\:txtab .ui-link {
  font-weight: 400 !important;
}
div#base_page\:txtab .ui-column-header {
  text-align: center;
}
html[lang="en"] div#base_page\:txtab .ui-column-header:last-child span.ui-column-title::before {
  content: "YOUR STATUS";
}
html[lang="ja"] div#base_page\:txtab .ui-column-header:last-child span.ui-column-title::before {
  content: "支払状況";
}
div#base_page\:txtab .ui-table-row td {
  text-align: center;
  vertical-align: middle;
}
div#base_page\:txtab button[id*=":stpFrm:stripeSubmit"] {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  text-shadow: none !important;
  font-family: Archivo;
  letter-spacing: 0.15em;
}
div#base_page\:txtab .ui-datatable-tablewrapper div[id$="base_page:tabview:orderItem"] span {
  font-family: Inter !important;
}
div#base_page\:txtab .ui-table-cell-label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0 !important;
}
#scrollToPay {
  border-radius: 0 !important;
}
#scrollToPay label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  font-family: Archivo !important;
  color: var(--primary-black-color) !important;
}
.rb-footer {
  display: none;
}
@media (max-width: 35em) {
  form#base_page\:gform .ui-field-contain {
    align-items: flex-start !important;
    flex-direction: column;
    border: none !important;
  }
  form#base_page\:gform .ui-input-text {
    width: 100%;
  }
  div#base_page\:postab,
  div#base_page\:ttab {
    border: none !important;
    background-color: var(--secondary-grey-color) !important;
    box-shadow: none !important;
  }
  div#base_page\:postab tbody td,
  div#base_page\:ttab tbody td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  span#base_page\:guest-intranet-greeting::after {
    max-width: 275px;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ui-grid-solo {
    margin-top: 10px;
  }
  div#base_page\:tabview tbody[id*=":resultTable"] > .ui-table-row td {
    align-items: center;
    display: grid !important;
    grid-template-columns: 4fr 6fr;
  }
  div#base_page\:tabview a.ui-collapsible-heading-toggle {
    padding-left: 4rem !important;
  }
  div#base_page\:tabview div[id*=":pocgrd_content"] .ui-block-a,
  div#base_page\:tabview div[id*=":pdoptgrd_content"] .ui-block-a {
    display: grid;
    grid-template-columns: 4fr 6fr;
    align-items: center;
    gap: 0.5rem;
  }
  div#base_page\:txtab .ui-datatable {
    border: none !important;
  }
  div#base_page\:txtab .ui-table-cell-label {
    text-align: left !important;
    float: left;
  }
  div#base_page\:txtab td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  div#base_page\:txtab tbody#base_page\:txtab_data > .ui-table-row td {
    text-align: left !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  div#base_page\:txtab tbody#base_page\:txtab_data > .ui-table-row td span[id*=":receivedMessageText"] {
    display: block;
    text-align: left;
    float: right;
    margin-left: 50%;
  }
  div#base_page\:txtab tbody#base_page\:txtab_data > .ui-table-row td form[id*=":f1"] {
    float: right;
  }
  div#base_page\:txtab tbody#base_page\:txtab_data > .ui-table-row td:last-child:not(span) {
    display: block !important;
  }
}
div#base_page\:txtab .ui-datatable-tablewrapper {
  border: 1px solid var(--secondary-grey-color) !important;
}
.rack {
  background: transparent !important;
  margin-bottom: 0.5em;
}
mat-icon.mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
  color: var(--primary-black-color);
}
button.mat-focus-indicator.main.mat-flat-button.mat-icon-button.mat-button-base.mat-primary {
  background: #f4f4f4 !important;
}
@media (min-width: 28em) {
  form#base_page\:gform {
    width: 600px;
  }
  form#base_page\:gform .ui-field-contain > label {
    float: none !important;
  }
  form#base_page\:gform .ui-field-contain {
    margin: 30px 0 !important;
  }
}
#confirmdlg {
  display: none !important;
}
/* REMOVE AFTER CONFIRM */
.ui-button,
button.ui-button.ui-state-default,
.ui-button.ui-state-default {
  border: none !important;
}
/* Your Booking */
/* Custom */
.rb-loc-cur label {
  font-weight: 400 !important;
}
.ui-dialog-titlebar .ui-state-hover {
  background-color: transparent;
}
#orderForm\:itemdtbsk,
#orderForm\:itemdtchkout,
.rb-guests-dt {
  border: 1px solid #ddd !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) !important;
}
.rb-header {
  background-image: url("https://storage.googleapis.com/theluxenomad-python.appspot.com/assets/roomboss/nisade-logo-white.png"), url("https://dabb7zy6p4b0z.cloudfront.net/nisade/nisadehero.jpg");
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center center, center 25%;
  background-size: 250px, cover;
  border: none;
  height: 100px !important;
  border-bottom: 0;
}
.rb-header-title {
  display: none;
}
/* Custom Headers */
.rb-vendor-title,
.rb-parent-cat-title,
.rb-child-cat-title,
.rb-prod-title,
.rb-basket-title,
.rb-checkout-title,
.rb-my-booking-title,
.rb-my-group-title,
.ui-dialog-title,
#orderForm\:existglbl,
#orderForm\:newguestlbl,
#orderForm\:contactinfolbl,
#orderForm\:addqlbl,
#orderForm\:foremlblnew,
#guestDialogForm\:foremlbledit,
#orderForm\:welclbl,
#orderForm\:foremlbl,
h3 {
  color: #333;
  text-transform: none;
}
/*Custom Icons */
.rb-parent-cat-title:before,
.rb-child-cat-title:before,
.rb-prod-title:before,
.rb-basket-title-pg:before,
.rb-checkout-title:before,
#orderForm\:existglbl:before,
#orderForm\:newguestlbl:before,
.rb-checkout-title:before {
  color: #000;
}
/* Sel item highlight */
.rb-vendor-container .rb-vendor-sel a img,
.rb-vendor-container .rb-vendor-sel .rb-cat-box a,
.rb-parent-cat-container .rb-parent-cat-sel a img,
.rb-parent-cat-container .rb-parent-cat-sel .rb-cat-box a,
.rb-child-cat-container .rb-child-cat-sel a img,
.rb-child-cat-container .rb-child-cat-sel .rb-cat-box a {
  box-shadow: 0 0 0px 6px #555555;
}
/* Lighter Desc Font */
.rb-parent-cat-desc,
.rb-child-cat-desc {
  font-weight: normal;
}
/* Hide Icon */
.rb-parent-cat-desc:before {
  display: none;
}
#orderForm\:addbskpg > tbody:nth-child(1) > tr:nth-child(1) {
  text-align: left;
}
/* Basket Item Highlights */
#orderForm\:itemdtbsk_data tr.ui-widget-content > td:nth-child(1) > label,
#orderForm\:itemdtchkout_data tr.ui-widget-content > td:nth-child(1) > label {
  background-color: #000;
  box-shadow: 2px -1 -1 #000, -2px -1 -1 #000;
}
/* Accent Dialogue Title */
.ui-dialog .ui-dialog-titlebar {
  border-color: #fff !important;
  background-color: #555555 !important;
}
.ui-dialog-title {
  color: #fff !important;
}
#orderForm\:booknow,
#orderForm\:booknowcond {
  background-color: #ff7900 !important;
  border: 1px solid #ff7900 !important;
  color: #fff !important;
}
#orderForm\:booknow:hover,
#orderForm\:booknowcond:hover {
  background-color: #cc6100 !important;
  border: 1px solid #cc6100 !important;
  color: #fff !important;
}
/* Custom Button Font */
/* Lang and currency */
#locform\:currencySelect_label,
#locform\:languageSelect_label {
  color: #000;
}
.ui-widget-content .ui-state-highlight {
  background: #ff7900;
}
ul#orderForm\:languagenew_items li:nth-child(n+4) {
  display: none !important;
}
/* CHECKOUT */
.rb-checkout-title:before {
  content: "\f291";
  margin-right: 4px;
  font-family: "FontAwesome" !important;
}
/* Default Buttons */
.ui-button.ui-widget.ui-state-default {
  background-color: #ff7900;
  border-color: #ff7900;
  color: #fff !important;
}
.ui-button.ui-widget.ui-state-hover,
.ui-button.ui-widget.ui-state-active {
  background-color: #ff9433;
  border-color: #ff9433;
}
.ui-button {
  text-transform: uppercase;
}
.ui-header.ui-bar-inherit {
  border-bottom: 0;
  border-top: 0;
}
.rb-header .ui-title {
  display: none !important;
}
.ui-popup .ui-header.ui-bar-inherit {
  color: #fff;
  background: #ff7900;
  text-shadow: none;
}
.ui-popup .ui-icon-delete:after {
  background-color: #ff7900;
  border: none;
  color: #fff;
  text-shadow: none;
}
/* Panels*/
.ui-panel-m-titlebar.ui-bar.ui-bar-inherit,
.ui-btn .ui-panel-collapsible-heading-toggle,
.ui-icon-minus:after,
.ui-icon-plus:after {
  background-color: #ff7900;
  border: none;
  color: #fff;
  text-shadow: none;
}
.ui-panel-m-titlebar.ui-bar.ui-bar-inherit:hover,
.ui-btn .ui-panel-collapsible-heading-toggle:hover {
  background-color: #1a1a1a;
}
/* Buttons */
#base_page\:gform > .ui-btn.ui-input-btn.ui-corner-all.ui-shadow,
#base_page\:locform\:languageSelect_input-button,
#base_page\:locform\:currencySelect_input-button,
[id*=ppstdform] > .ui-btn {
  background-color: #ff7900;
  border: none;
  color: #fff !important;
  text-shadow: none !important;
}
#base_page\:gform > .ui-btn.ui-input-btn.ui-corner-all.ui-shadow:hover,
#base_page\:locform\:languageSelect_input-button:hover,
#base_page\:locform\:currencySelect_input-button:hover,
[id*=ppstdform] > .ui-btn:hover {
  background-color: #ff9433;
  border: none;
}
#base_page:locform {
  margin-top: 0.25em;
}
/* REMOVE AFTER CONFIRM */
html .ui-button-text {
  font-family: Archivo !important;
}
body {
  background-color: #f9f9f9;
}
button.ui-state-default .span.ui-button-text.ui-c {
  color: white !important;
}
html .ui-button-text {
  font-family: Inter !important;
  color: var(--primary-black-color) !important;
  letter-spacing: 0.15em;
  font-weight: 400 !important;
}
html .ui-corner-all {
  border-radius: 0 !important;
}
.ui-button {
  padding: 0.5rem 1rem;
}
.fa-edit:before,
.fa-pencil-square-o:before,
.fa-trash-o::before,
.fa-info-circle:before,
.fa-arrow-left:before {
  font-family: FontAwesome;
}
.fa-arrow-left:before {
  color: var(--primary-black-color) !important;
  font-weight: 400;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--secondary-orange-color);
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background svg.mat-checkbox-checkmark,
.mat-checkbox-checked.mat-accent .mat-checkbox-background svg.mat-checkbox-checkmark {
  fill: white !important;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background svg.mat-checkbox-checkmark path,
.mat-checkbox-checked.mat-accent .mat-checkbox-background svg.mat-checkbox-checkmark path {
  stroke: white !important;
}
/* begin top menu section */
div#orderForm\:wzd_content,
div#orderForm\:prtcatpnl,
div#orderForm\:slctpdtpnl,
div#orderForm\:chdcatpnl,
div#orderForm\:bskpgtop {
  margin-top: 4rem !important;
}
.ui-btn-right label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.ui-selectonemenu-items-wrapper {
  line-height: 26px !important;
}
.ui-selectonemenu-items-wrapper ul li {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.ui-selectonemenu-items-wrapper ul li::hover {
  background-color: transparent !important;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 4px;
  background-color: transparent !important;
}
.vc-chip-container .ui-button.ui-widget.chip {
  padding: 0.5rem 1rem;
}
.vc-chip-container .ui-button.ui-widget.chip span {
  font-family: Archivo !important;
}
form#locform .ui-btn-right td {
  margin-left: 1rem;
}
html .ui-widget-content .ui-state-highlight {
  color: var(--primary-black-color) !important;
}
.ui-selectonemenu-trigger {
  padding: 0 !important;
}
.ui-selectonemenu-trigger .ui-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ui-selectonemenu.ui-widget.ui-state-focus {
  border: 1px solid var(--secondary-orange-color) !important;
}
html .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin: 0 !important;
}
.ui-widget-content .ui-state-highlight {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  background-color: transparent !important;
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--secondary-orange-color);
}
html .vc-chip-container .chip {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
html .vc-chip-container .chip span {
  font-family: Archivo !important;
}
.chip.selected > span {
  color: white !important;
}
.ui-button.ui-widget.ui-state-default {
  background: var(--secondary-orange-color) !important;
  color: white !important;
}
.vc-chip-container .chip {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
.vc-chip-container .chip > .ui-button-text {
  font-weight: 400 !important;
}
/* end top menu section */
/* begin menu section */
.rb-vendor-text,
.rb-parent-cat-text,
.rb-child-cat-text,
.rb-prod-panel-text,
.rb-basket-title {
  font-size: 20px !important;
  font-weight: 400;
  color: var(--primary-black-color) !important;
  font-family: Archivo !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}
.rb-vendor-title:before,
.rb-prod-title:before,
.rb-parent-cat-title:before,
.rb-child-cat-title:before {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  line-height: 0 !important;
}
html[lang=en] #orderForm:vndcat button {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  border: 1px solid var(--secondary-grey-color) !important;
}
/* end menu section */
/* begin list section */
.flex-item {
  box-sizing: content-box;
  padding: 0 !important;
}
.flex-item label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  font-family: Archivo !important;
  font-weight: 500 !important;
}
.flex-item img {
  border-radius: 0 !important;
}
html .rb-h-selwrapper {
  height: auto !important;
}
.flex-item > .ui-selectonemenu {
  width: 200px !important;
}
.flex-item > div#orderForm\:countrynew.ui-selectonemenu {
  width: 200px !important;
}
.rb-vendor-description label,
.rb-child-cat-description,
.rb-child-cat-desc,
.rb-parent-cat-desc,
.has-request-msg {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  font-weight: 400 !important;
}
.rb-prod-desc-item:nth-child(2) label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-weight: 400 !important;
  line-height: 26px;
}
.rb-child-cat-item {
  max-width: none !important;
}
.rb-vendor-container .rb-vendor-sel a img,
.rb-vendor-container .rb-vendor-sel .rb-cat-box a,
.rb-parent-cat-container .rb-parent-cat-sel a img,
.rb-parent-cat-container .rb-parent-cat-sel .rb-cat-box a,
.rb-child-cat-container .rb-child-cat-sel a img,
.rb-child-cat-container .rb-child-cat-sel .rb-cat-box a {
  box-shadow: 0 0 0px 4px var(--secondary-grey-color) !important;
}
img[id*=pdtimg] {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content {
  border: 1px solid var(--secondary-grey-color) !important;
  background-color: var(--secondary-white-color);
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content .rb-prod-desc-item {
  line-height: 26px;
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content .rb-prod-desc-item:first-child label {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  font-family: Archivo !important;
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content .rb-prod-desc-item button {
  background-color: var(--secondary-orange-color) !important;
  border: none;
  padding: 13.5px 20px !important;
  font-weight: 400 !important;
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content .rb-prod-desc-item button span {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
.rb-prod-item-panel > .ui-panel-content.ui-widget-content .rb-prod-desc-item span.ui-button-text.ui-c {
  padding: 0 !important;
}
.rb-scroll-top-panel .ui-panel-content {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  background-color: white !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.5rem !important;
}
label#orderForm\:scrolltop {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
}
/* end list section */
/* begin cart section */
html #orderForm\:itemdtbsk_data tr.ui-widget-content > td:nth-child(1) {
  padding-top: 2rem !important;
}
div#orderForm\:itemdtbsk {
  border: 1px solid var(--secondary-grey-color) !important;
  margin-top: 2rem;
  box-shadow: none !important;
}
div#orderForm\:itemdtbsk thead .ui-state-default {
  padding: 1.6rem 1rem;
  background-color: var(--secondary-grey-color) !important;
}
div#orderForm\:itemdtbsk thead .ui-state-default .ui-column-title {
  color: var(--primary-black-color) !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  font-family: Archivo !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.15em;
}
div#orderForm\:itemdtbsk tbody td {
  padding: 2rem 1rem !important;
}
div#orderForm\:itemdtbsk tbody td label[id$=":itempdt"] {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  border-radius: 0 !important;
  text-transform: uppercase;
}
div#orderForm\:itemdtbsk tbody td .item,
div#orderForm\:itemdtbsk tbody td label {
  font-size: 15px;
  font-family: Inter !important;
  font-weight: 500 !important;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) td {
  background: var(--secondary-light-grey-color) !important;
}
table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) td {
  background: var(--secondary-grey-color) !important;
}
input#orderForm\:disCode {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid var(--secondary-grey-color);
  background-color: white;
  padding: 8px 15px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  min-width: 150px;
}
::-moz-placeholder {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
::placeholder {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
div#orderForm\:bskpnl_footer {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
button#orderForm\:apply,
button#orderForm\:next {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px;
}
button#orderForm\:apply span,
button#orderForm\:next span {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  padding: 0 !important;
}
.rb-body-content {
  padding-bottom: 0 !important;
}
/* ennd cart section */
/* begin dialog section */
.ui-dialog-buttonpane button {
  border: none !important;
  padding: 0.3em 0 0.3em 0.5em;
}
.ui-dialog-buttonpane button .ui-button-text.ui-c {
  background-color: var(--secondary-orange-color);
  color: white !important;
}
div#orderForm\:butpg {
  background: transparent !important;
}
div#orderForm\:butpg button#orderForm\:confirmedititem,
div#orderForm\:butpg button#orderForm\:canceledititem {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
form#orderForm,
div#confirmdlg {
  display: flex;
  justify-content: center;
}
form#orderForm .ui-confirm-dialog-message,
div#confirmdlg .ui-confirm-dialog-message {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
}
form#orderForm .ui-dialog-content.ui-widget-content,
div#confirmdlg .ui-dialog-content.ui-widget-content {
  padding: 1.2em !important;
}
form#orderForm .ui-dialog,
div#confirmdlg .ui-dialog {
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
}
form#orderForm .ui-dialog-content,
div#confirmdlg .ui-dialog-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
form#orderForm .ui-dialog-titlebar,
div#confirmdlg .ui-dialog-titlebar {
  background-color: var(--secondary-grey-color) !important;
  padding: 0.8rem calc(1rem - 1px) 0.8rem 1rem !important;
  border-bottom: 0 !important;
}
form#orderForm .ui-dialog-titlebar .ui-dialog-title,
div#confirmdlg .ui-dialog-titlebar .ui-dialog-title {
  color: var(--primary-black-color) !important;
  font-family: Archivo !important;
  margin: 0 !important;
}
form#orderForm button#orderForm\:gcontshop .fa-arrow-left,
div#confirmdlg button#orderForm\:gcontshop .fa-arrow-left {
  transform: translateY(-50%);
  margin: 0 !important;
  height: auto !important;
}
#confirmdlg {
  display: block;
}
.ui-growl {
  left: 50%;
  transform: translateX(-50%) !important;
}
.ui-state-error {
  background-color: var(--fail-color);
}
.ui-growl-info {
  background-color: var(--success-color);
}
.ui-growl-item-container {
  opacity: 1;
}
.ui-growl-info,
.ui-messages .ui-messages-info,
.ui-message.ui-message-info {
  border: none !important;
  box-shadow: none !important;
}
.ui-growl-item {
  display: flex;
  align-items: center;
}
.ui-growl-message {
  padding: 0 0 0 0.5rem !important;
}
.ui-growl-message span {
  padding: 0 !important;
}
.ui-growl-message p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  font-weight: 500;
}
.rb-prod-dialog-but {
  margin-top: 2rem;
  background-color: var(--secondary-orange-color);
  padding: 13px 0 !important;
}
.rb-prod-dialog-but #orderForm\:butpg {
  padding: 0 !important;
}
.rb-prod-dialog-but .button#orderForm\:addbtn {
  padding: 0 !important;
}
.rb-prod-dialog-but .ui-button-text {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  padding: 0 !important;
  background-color: var(--secondary-orange-color);
  font-weight: 400 !important;
}
.rb-prod-dialog-but .ui-button.ui-widget.ui-state-default {
  background-color: var(--secondary-orange-color) !important;
  border: 0;
}
.flex-option {
  padding: 4px 0 !important;
}
.flex-option label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
.flex-option input,
.flex-option .ui-selectonemenu,
.flex-option input#orderForm\:stdtcal_input {
  border: 1px solid var(--secondary-grey-color) !important;
  caret-color: var(--primary-black-color);
}
.flex-option .rb-prod-gross-value,
.flex-option span,
.flex-option input {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
  color: var(--primary-black-color) !important;
  font-weight: 400 !important;
}
div#orderForm\:addbskpg {
  margin: 0;
}
/* end dialog section */
.orderForm:chdcatpnl {
  margin-top: 4rem !important;
}
@media (max-width: 820px) {
  #orderForm\:orderNav {
    text-align: right !important;
  }
}
@media (max-width: 640px) {
  form#base_page\:gform {
    width: 100% !important;
  }
  .rbn-yb-searchtext::after {
    white-space: normal !important;
  }
  div#base_page\:tabview .accordion-status-block .accordion-status.res::before {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 17px;
  }
  .accordion-status.na {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 17px;
  }
  section.listing-container.final app-shopping-cart .checkout-vendor {
    margin-bottom: 4em !important;
  }
  section.listing-container.final app-shopping-cart app-cart-product .mat-line.summary-row.dates-row {
    display: none !important;
  }
  section.listing-container.final app-shopping-cart app-cart-product:first-child .mat-line.summary-row.dates-row {
    display: flex !important;
    position: absolute !important;
    top: -9rem;
  }
  app-customer-form .details.customer-identity,
  app-customer-form .details.customer-contact,
  app-customer-form .details.customer-nation {
    grid-template-columns: auto !important;
  }
  html mat-form-field.firstName .mat-form-field-wrapper,
  html mat-form-field.lastName .mat-form-field-wrapper,
  html mat-form-field.email .mat-form-field-wrapper,
  html mat-form-field.language .mat-form-field-wrapper,
  html mat-form-field.phone .mat-form-field-wrapper,
  html mat-form-field.country .mat-form-field-wrapper,
  html .message mat-form-field .mat-form-field-wrapper {
    grid-template-columns: 4fr 8fr;
  }
  html mat-form-field.firstName .mat-form-field-wrapper::before,
  html mat-form-field.lastName .mat-form-field-wrapper::before,
  html mat-form-field.email .mat-form-field-wrapper::before,
  html mat-form-field.language .mat-form-field-wrapper::before,
  html mat-form-field.phone .mat-form-field-wrapper::before,
  html mat-form-field.country .mat-form-field-wrapper::before,
  html .message mat-form-field .mat-form-field-wrapper::before {
    font-size: 16px !important;
  }
  form#locform .ui-inputfield {
    padding: 0 !important;
  }
  .flex-option {
    padding: 8px 4px;
  }
}
html .ui-datepicker {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1294117647);
}
html .ui-datepicker tbody {
  background: white;
}
html .ui-datepicker table tbody tr:nth-child(odd) td,
html .ui-datepicker table tbody tr:nth-child(odd) td,
html .ui-datepicker table tbody tr:nth-child(even) td,
html .ui-datepicker table tbody tr:nth-child(even) td {
  background: white !important;
}
html .ui-datepicker th {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  background: white !important;
  text-shadow: none !important;
  background-color: white !important;
  box-shadow: none !important;
  border: none !important;
}
html .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-days-cell-over.undefined.ui-datepicker-current-day:has(a.ui-state-active) {
  background-color: var(--secondary-orange-color) !important;
}
html .ui-datepicker .ui-state-default {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-black-color) !important;
  font-weight: 400 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/*=================== SIGN IN PAGE ===================*/
.ui-button-text-icon-left .ui-button-text {
  padding: 0 1em 0 1em;
}
.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}
label#orderForm\:existglbl,
label#orderForm\:newguestlbl {
  font-size: 20px !important;
  font-weight: 400;
  font-family: Archivo !important;
}
label#orderForm\:newguesttxt,
label#orderForm\:signintxt {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
button#orderForm\:ngbut,
button#orderForm\:sendvercode,
button#orderForm\:gcontshop {
  border: none !important;
  padding: 10px 25px;
  background-color: var(--secondary-orange-color) !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 17px;
}
button#orderForm\:gcontshop {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #c4c2c2 !important;
  padding: 1rem 0 1rem 1rem !important;
}
button#orderForm\:gcontshop .fa-arrow-left {
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
button#orderForm\:gcontshop .ui-button-text-icon-left .ui-button-text {
  padding: 0.3em 1em;
}
button#orderForm\:gcontshop span.ui-button-text {
  display: none;
}
.rb-or {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 17px;
}
div#orderForm\:vercodepg input {
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid var(--secondary-grey-color);
  background-color: white;
  padding: 8px 15px;
}
div#orderForm\:vercodepg button#orderForm\:sendvercode {
  margin-top: 0.5rem;
}
div#orderForm\:newguestpg .flex-item input,
div#orderForm\:newguestpg .flex-item .ui-selectonemenu,
div#orderForm\:newguestpg .flex-item textarea {
  margin-left: 2rem;
  color: var(--primary-black-color) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid var(--secondary-grey-color);
  background-color: white;
  padding: 8px 15px;
}
.ui-selectonemenu {
  padding-right: 1em !important;
}
.ui-selectonemenu.ui-state-error {
  border: 1px solid var(--fail-color) !important;
}
.ui-selectonemenu .ui-selectonemenu-label {
  width: auto !important;
}
.ui-inputfield.ui-state-error {
  border: 1px solid var(--fail-color) !important;
}
.ui-inputfield.ui-state-focus {
  border: 1px solid var(--secondary-orange-color) !important;
  box-shadow: none !important;
}
@media screen and (max-width: 480px) {
  .ui-dialog-buttonpane button#cdYes,
  .ui-dialog-buttonpane button#cdNo {
    padding-right: 0 !important;
  }
  .ui-dialog-buttonpane button#cdYes .ui-button-text.ui-c,
  .ui-dialog-buttonpane button#cdNo .ui-button-text.ui-c {
    background-color: var(--secondary-orange-color);
    color: white !important;
  }
  .rb-prod-dialog-but {
    padding: 0 !important;
  }
  .rb-new-guest-form .flex-container .flex-item > div,
  .rb-new-guest-form .flex-container .flex-item > input {
    margin-left: 0rem !important;
  }
}
_::-webkit-full-page-media div#orderForm\:itemdtbsk tbody td,
_:future div#orderForm\:itemdtbsk tbody td,
:root .safari_only div#orderForm\:itemdtbsk tbody td {
  width: 100%;
  display: block;
}
.rb-vendor-desc,
.rb-child-cat-desc {
  color: var(--primary-black-color) !important;
}
.rb-vendor-desc::before {
  content: "About: ";
  font-weight: 500;
}
div[id*=":pdtpnl"]:first-child::before {
  display: block;
  content: "About";
}
button#orderForm\:sendinq span {
  visibility: hidden;
  font-size: 0;
}
button#orderForm\:sendinq span::after {
  visibility: visible;
  letter-spacing: 0.15em;
  font-size: 16px;
  content: "SEND ENQUIRY";
}/*# sourceMappingURL=custom.css.map */
.fa{
  font-family: FontAwesome !important;
}
div#orderForm\:chkouttotal::before {
  content: "IMPORTANT NOTE: By booking with us, you agree to our Terms and Conditions stipulated here nisade.com/terms\A \A \
  • For cancellations made 30 days or less prior to check-in: A 100% cancellation fee applies to products or services provided by NISS, Whiteroom Tours, and Multi-Day Tours with SUMMIT Ski School and Guiding.\A \A \
  • For cancellations made 17 days or more prior to check-in: An amendment fee of ¥4,000 applies, with potential additional fees. This policy applies to all products except those listed above.\A \A \
  • For cancellations made within 16 days prior to check-in: A 100% cancellation fee applies to all products except those listed above.";
  white-space: pre-wrap;
  display: block;
  margin-top: 10px;
  text-align: left;
  margin-left: 20px;
}
