@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caesar+Dressing&family=Cairo:wght@700&family=Do+Hyeon&display=swap');

:root {
  --tpm-header-with-scrollspy-height: 120px;
  --accommodation-header-with-scrollspy-height: 100px;
}

.caesar-dressing {
  font-family: 'Caesar Dressing', cursive;
}
.do-hyeon {
  font-family: 'Do Hyeon', sans-serif;
}
.cairo {
  font-family: 'Cairo', sans-serif;
}
.bebas-neue {
  font-family: 'Bebas Neue', sans-serif;
}

.anchor {
  display: block;
  position: relative;
  text-decoration: none;
}

.enhancedAnchor {
  top: calc(var(--tpm-header-with-scrollspy-height) * -1);
}

.enhancedAnchorAccommodation {
  top: calc(var(--accommodation-header-with-scrollspy-height) * -1);
}

#tpmCarousel .slider-control-bottomcenter {
  bottom: 0 !important;
}

#tpmCarousel .paging-dot {
  background: #de4e4e !important;
  width: 10px !important;
  height: 10px !important;
  box-shadow: 1px 1px black !important;
}

#tpmCarousel .slider-control-bottomleft,
.slider-control-bottomright {
  bottom: 25% !important;
}

.paging-item-container {
  top: 10px !important;
  justify-content: center;
  gap: 3px;
}

.paging-item.active {
  fill: #de4e4e !important;
}

/* Hide HTML5 Input Type Number Up and Down arrows. */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.header-logo {
  height: 31px;
  width: auto;
  vertical-align: middle;
  padding-left: 20px;
}
.padding-left-20 {
  padding-left: 20px;
}
.hide-scrollbar {
  -ms-overflow-style: none; /*IE 10+*/
  scrollbar-width: none; /*Firefox*/
}
.hide-scrollbar::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}
.container-banner-tpm {
  width: 100%;
}
.banner-tpm {
  width: 100%;
  border-radius: 10px;
}
.lio--how-to-use-promo .slider-control-centerleft {
  display: block;
  left: -15px !important;
}
.lio--how-to-use-promo .slider-control-centerright {
  display: block;
  right: -15px !important;
}
.slider-control-bottomcenter {
  bottom: -15px !important;
  width: 100%;
}
.slider-control-bottomcenter ul {
  justify-content: center;
}
.slider-control-bottomcenter ul li {
  padding: 0 5px;
}

.lio--body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #474747 !important;
  background-color: #e6e7e8;
  min-height: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lio--body,
  .lio--header,
  .search-option-container,
  .lio--bottom-action,
  .lio--smart-banner {
    max-width: 384px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .lio--body,
  .lio--header,
  .search-option-container,
  .lio--bottom-action,
  .lio--smart-banner {
    max-width: 384px;
    margin: 0 auto;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .lio--body,
  .lio--header,
  .search-option-container,
  .lio--bottom-action,
  .lio--smart-banner {
    max-width: 384px;
    margin: 0 auto;
  }
}

.scroll-spy.minimize {
  background-color: #fff !important;
  box-shadow: 0px 3px 2px 0px rgb(204 204 204 / 30%);
  padding: 0;
  padding-bottom: 3px;
  z-index: 3;
}

.scroll-spy.minimize .scroll-spy-img-container {
  display: none;
}

.scroll-spy {
  position: sticky;
  overflow-x: scroll;
  width: 100%;
  padding: 5px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.accommodation-scroll-spy.minimize {
  background-color: #fff !important;
  box-shadow: 0px 3px 2px 0px rgb(204 204 204 / 30%);
  padding: 0;
  padding-bottom: 3px;
  z-index: 3;
}

.accommodation-scroll-spy {
  position: sticky;
  overflow-x: scroll;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.scroll-spy a,
.scroll-spy a:visited,
.scroll-spy a:hover,
.scroll-spy a:link,
.scroll-spy a:active,
.tpm-scroll-spy a,
.tpm-scroll-spy a:visited,
.tpm-scroll-spy a:hover,
.tpm-scroll-spy a:link,
.tpm-scroll-spy a:active,
.accommodation-scroll-spy a,
.accommodation-scroll-spy a:visited,
.accommodation-scroll-spy a:hover,
.accommodation-scroll-spy a:link,
.accommodation-scroll-spy a:active {
  color: inherit;
  text-decoration: none;
}

.scroll-spy.minimize .scroll-spy-item-container.active {
  border: none;
  box-shadow: 0 4px 0 -1px #de4e4e;
}

.scroll-spy.minimize .scroll-spy-item-container {
  border-radius: 0;
  padding: 15px 10px;
}

.scroll-spy.minimize .scroll-spy-item-container.special-item {
  border-radius: 0;
  padding: 15px 5px;
}

.scroll-spy .scroll-spy-item-container {
  flex: 1;
  text-align: center;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 3;
}

.scroll-spy-item-container:not(:last-child) {
  margin-right: 5px;
}

.scroll-spy .scroll-spy-item-container.active {
  background-color: #fff;
  box-shadow: 0 0 0 1px #de4e4e;
  color: #de4e4e;
}

.tpm-scroll-spy {
  position: sticky;
  overflow: scroll;
  white-space: nowrap;
  flex: 1;
  padding: 10px;
  background-color: white;
  display: flex;
  flex-direction: row;
  z-index: 4;
}

.tpm-scroll-spy.sticky {
  box-shadow: 0px 3px 2px 0px rgb(204 204 204 / 30%);
}

.tpm-scroll-spy .scroll-spy-title {
  font-size: 14;
}

.tpm-scroll-spy .scroll-spy-item-container {
  text-align: center;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.tpm-scroll-spy .scroll-spy-item-container.active {
  background-color: #e04848;
  color: white;
}

.accommodation-scroll-spy.minimize
  .accommodation-scroll-spy-item-container.active {
  /* border-bottom: 3px solid #de4e4e; */
  color: #de4e4e;
  border: none;
  box-shadow: 0 4px 0 -1px #de4e4e;
}

.accommodation-scroll-spy.minimize .accommodation-scroll-spy-item-container {
  border-radius: 0;
  padding: 15px 10px;
}

.accommodation-scroll-spy.minimize
  .accommodation-scroll-spy-item-container.special-item {
  border-radius: 0;
  padding: 15px 5px;
}

.accommodation-scroll-spy .accommodation-scroll-spy-item-container {
  flex: 1;
  text-align: center;
  padding: 15px 5px;
  z-index: 3;
}

.accommodation-scroll-spy-item-container:not(:last-child) {
  margin-right: 5px;
}

.accommodation-scroll-spy .accommodation-scroll-spy-item-container.active {
  border-bottom: 3px solid #de4e4e;
  color: #de4e4e;
}

.lio--content {
  background-color: #fff;
}
.promo-icon-title {
  height: 35px;
}

.promo-store-icon {
  height: 50px;
}

.promo-step-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0 30px;
}

.promo-step-title,
.promo-step-img {
  flex: 1;
}

.promo-step-title {
  text-align: left;
  align-items: center;
  align-self: center;
}

.no-scroll {
  overflow-y: hidden;
}

.lio--full-modal .ant-modal {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lio--full-modal .ant-modal-content {
  height: 100% !important;
  border-radius: 0 !important;
}

.lio--full-modal .ant-modal-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #de4e4e;
  border-radius: 0;
  border-bottom: none !important;
}

.header-tpm-black .ant-modal-header {
  background-color: #231f20;
}

.lio--full-modal .ant-modal-title {
  color: #fff;
}

.lio--full-modal .ant-modal-close {
  z-index: 11;
}

.lio--full-modal .ant-modal-close-x {
  color: #fff;
  font-size: 20px;
}

.lio--full-modal .header-filler {
  height: 48px;
}

.lio--full-modal .ant-modal-body {
  height: 100% !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.datepicker.default .datepicker-navbar-btn {
  color: #de4e4e !important;
}

.lio--vertical-center-modal {
  text-align: center;
  white-space: normal;
}

.lio--vertical-center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.lio--vertical-center-modal.float-map-modal .ant-modal {
  width: 90% !important;
}

.lio--vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}

.lio--vertical-center-modal .ant-modal-header {
  background-color: #de4e4e;
}

.lio--vertical-center-modal .ant-modal-body {
  min-width: 250px;
}

.lio--vertical-center-modal .ant-modal-title {
  color: #fff;
  font-size: 16px;
}

.lio--vertical-center-modal .ant-modal-close-x {
  color: #fff;
}

.lio--vertical-center-modal.hide-close .ant-modal-close-x {
  display: none;
}

.lio-no-padding-modal .ant-modal-body {
  padding: 0 !important;
}

.lio-no-padding-modal .ant-modal-content {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ant-checkbox-wrapper {
  font-size: 16px !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.ant-checkbox {
  vertical-align: text-top !important;
}

.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #ccc;
}

.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #de4e4e !important;
  border-color: #de4e4e !important;
}

.ant-checkbox-checked:after {
  border: solid 1px #de4e4e !important;
}

.ant-checkbox-inner {
  width: 16px !important;
  height: 16px !important;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
  width: 6px !important;
  height: 9px !important;
}

.ant-slider {
  height: 16px !important;
}

.ant-slider-rail,
.ant-slider-track {
  height: 8px !important;
  border-radius: 4px !important;
}

.ant-slider-step {
  height: 8px !important;
}

.ant-slider-handle {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #de4e4e !important;
}

.ant-slider:hover .ant-slider-handle {
  border-color: #e26464 !important;
}

.ant-slider-track {
  background-color: #e26464 !important;
}

/* Calendar Styling */
.lio--calendar .rdp-table {
  max-width: 100vw;
  width: 100%;
}

/* .lio--calendar .rdp-nav .rdp-button[aria-disabled='true'] {
  display: none;
} */

.lio--calendar .rdp-button:focus:not([disabled]),
.rdp-button:active:not([disabled]),
.rdp-button:hover:not([aria-disabled='true']) {
  border: none;
  background-color: transparent;
}

.lio--calendar .rdp-caption {
  font-size: 1.15em;
  font-weight: 500;
}

.lio--calendar .rdp-month {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}

.lio--calendar .rdp-head {
  color: #474747;
  font-size: 14px;
}

.lio--calendar .rdp-day {
  font-size: 14px;
  max-width: none;
  width: 100%;
}

.lio--calendar .rdp-day_range_start,
.rdp-day_range_middle,
.rdp-day_range_end {
  border-radius: 100%;
}

.lio--calendar .rdp-day_selected:not(.rdp-day_disabled):not(.rdp-day_outside) {
  width: 100%;
  background-color: #de4e4e;
}
/* End of Calendar Styling */

.lio--tpm-why .slick-slide {
  text-align: center;
  overflow: hidden;
  padding-bottom: 35px;
}

.lio--promo-how-to {
  padding-bottom: 35px;
}

.lio--promo-how-to .slick-dots li button {
  background: #000 !important;
}

.lio--promo-how-to .slick-dots li.slick-active button {
  background: #de4e4e !important;
}

.lio--tnc,
.lio--how-to-use-promo {
  padding-top: 30px;
}

.lio--tnc-title,
.lio--how-to-use-promo-title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.lio--tnc ol {
  text-align: left;
  list-style: decimal;
  padding-left: 20px;
}

.wrap-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lio--strikethrough {
  position: relative;
  color: orange;
  font-weight: lighter;
}
/* override ant design message component styling */

.ant-message-notice-content {
  padding: 0 !important;
  box-shadow: none !important;
  background: none !important;
}

.ant-message-success {
  border: 1px solid #b7eb8f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
  background-color: #f6ffed;
  color: #000000;
}

.ant-message-info {
  border: 1px solid #91d5ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
  background-color: #e6f7ff;
  color: #000000;
}

.ant-message-warning {
  border: 1px solid #ffe58f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
  background-color: #fffbe6;
  color: #000000;
}

.ant-message-error {
  border: 1px solid #ffa39e;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px;
  background-color: #fff1f0;
  color: #000000;
}

/* .anticon {
  color: #ffffff;
  background-color: transparent;
} */

/* end of ant design message override */

.lio--strikethrough:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #de4e4e;
  /* -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg); */
}

@keyframes blinking-green {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #69a01a;
    color: #fff;
  }
  100% {
    background-color: transparent;
  }
}

.active-coupon {
  animation-name: blinking-green;
  animation-duration: 1s;
  animation-iteration-count: 5;
  border-radius: 5px;
  padding: 0 5px;
  display: inline-block;
}

#fc_frame {
  bottom: 55px !important;
}

.maintenance-payment-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: 0.5;
  z-index: 9;
  left: 0;
  top: 0;
}

.top-tooltip::after {
  content: ' ';
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #de4e4e transparent transparent transparent;
}

.top-tooltip-orange::after {
  content: ' ';
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fc8700 transparent transparent transparent;
}

.collapsible-root {
  margin-bottom: 10px;
}

.collapsible-root-detail {
  margin-top: 10px;
}

.collapse-trigger-opened,
.collapse-trigger-closed {
  display: block;
  padding: 10px;
  background-color: #de4e4e;
  color: white;
  position: relative;
}

.collapse-trigger-closed:after {
  content: 'show';
  position: absolute;
  right: 30px;
  top: 25%;
  color: white;
}

.collapse-trigger-closed:before {
  content: '▼';
  position: absolute;
  right: 15px;
  top: 25%;
  color: white;
}

.collapse-trigger-opened:after {
  content: 'hide';
  position: absolute;
  right: 30px;
  top: 25%;
  color: white;
}

.collapse-trigger-opened:before {
  content: '▲';
  position: absolute;
  right: 15px;
  top: 25%;
  color: white;
}

.collapse-payment-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.collapse-payment-table tbody td {
  padding: 5px;
  border: 1px solid #ccc;
  width: 50%;
}

.collapse-rates-table {
  width: 100%;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.collapse-rates-table tbody td {
  border: none;
  padding: 10px 0;
  width: 33%;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.4);
}

.information-modal {
  margin: auto;
  width: 90%;
  border-radius: 5px;
  position: relative;
  top: 30%;
  padding: 25px;
  min-height: 150px;
  z-index: 1101;
  background-color: white;
  text-align: center;
}

.information-modal-content {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.flash-sale-modal {
  margin: 0 30px;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  min-height: 130px;
  z-index: 1101;
  background-color: white;
}

.flash-sale-title {
  font-weight: bold;
  font-size: 16px;
}

.flash-sale-logo {
  position: absolute;
  left: 15px;
  top: 0;
  width: 75px;
  height: 120px;
}

.flash-sale-description {
  padding: 20px 10px 0 40px;
  margin-left: 50px;
}

.flash-sale-modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.flash-sale-modal-close:hover {
  cursor: pointer;
}

.slider-image {
  height: 200px;
}

.slider-image img {
  height: 200px;
}

.travelio-type-opened,
.travelio-type-closed {
  background: #f1f1f1;
  padding: 7px 0 7px 20px;
  position: relative;
  color: black;
  width: 100%;
  display: block;
}

.travelio-type-closed:before {
  content: '';
  background: url(../img/arrow_down.png) no-repeat;
  position: absolute;
  background-size: contain;
  right: 0;
  width: 15px;
  top: 40%;
  height: 15px;
}

.travelio-type-opened:before {
  content: '';
  background: url(../img/arrow_up.png) no-repeat;
  position: absolute;
  background-size: contain;
  right: 0;
  width: 15px;
  top: 40%;
  height: 15px;
}

.horizontal-sides {
  overflow: hidden;
  text-align: center;
}

.horizontal-sides:before,
.horizontal-sides:after {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.horizontal-sides:before {
  right: 0.5em;
  margin-left: -50%;
}

.horizontal-sides:after {
  left: 0.5em;
  margin-right: -50%;
}

/* #travelio-button {
  transition: 0.2s all;
}

#travelio-button:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 15px 1px rgba(0, 0, 0, 0.2);
}

/* override antd radio button style */
.ant-radio-checked .ant-radio-inner {
  border-color: #ccc !important ;
}

.ant-radio-checked .ant-radio-inner:after {
  background-color: #de4e4e;
}

.ant-radio-checked .ant-radio-inner:focus {
  border-color: #de4e4e;
}

/* liostay */
.lioStayItem {
  flex-basis: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
}
.lioStayWrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cityTitle {
  font-size: 24px;
  font-weight: bold;
}
