html {
  overflow-y: overlay;
}

body {
  font-family:'Manrope', sans-serif;
  max-width:100vw;
  min-height: 320px;
  color: #273240;
}

/*  no outline and bos shadow on inputs */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}


input,
select,
textarea,
button {
    box-shadow: none !important;
}



.contain {
  width: 1084px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-search-bar .contain {
  /*width: 1096px;*/
  width: 1084px;
}

.header-search-bar .contain.single_hotel_inputs {
  width: 1096;
}

.chainresults_body {
  overflow: auto;
}

.hotel_search_holder{
  display: none;

}

.header-search-bar .hotel_search_holder .row {
  margin: auto;
}

.icon-share__text {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.17;
  text-align: right;
  color: #8c99af;
  margin-right: 10px;
}


.icon-share__review__text {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.13;
    text-align: right;
    color: #003580;
}


#loyalty-info-modal .modal-dialog {
  max-width: 500px;
}

#loyalty-info-modal .modal-content{
  padding:25px 30px;
  text-align: left;
  font: normal normal normal 14px/19px 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #2C2F33;
}

#loyalty-info-modal .modal-content .title {
  text-align: left;
  font: normal normal bold 16px/21px 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #273240;
  margin-bottom:20px;
}

#loyalty-info-modal .modal-content .price-tag {
  text-align: left;
  font-size: 13px;
  font-family: 'Manrope', sans-serif;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 15px;
  margin-bottom: 20px;
}

#loyalty-info-modal .modal-content .price-tag.public-price-tag {
  text-align: left;
  font-size: 13px;
  font-family: 'Manrope', sans-serif;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #273240;
}

#loyalty-info-modal .modal-content .loyalty-desc {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
  font: normal normal normal 14px/19px 'Manrope', sans-serif;
  letter-spacing: 0px;
  color: #2C2F33;
}

#loyalty-info-modal .modal-content hr {
  width: 100%;
  height: 1px;
  border-top:1px solid #D8DDE8;
  margin: 20px 0;
}

#information-popup p {
 text-decoration: none;
 color: #2c2f33;
 font-family: 'Manrope', sans-serif;
}

#information-popup a:hover {
  text-decoration: none;
}

#information-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

 #information-popup .information-popup-content {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

#children-not-allowed .modal-content {
  padding: 30px;
}

#children-not-allowed .inner-content p {
  	margin-bottom: 40px;
}

#children-not-allowed .information-icon {
  display: block;
}

#children-not-allowed .cancel-modal__icon {
  padding-right: 15px;
}

#children-not-allowed .inner-content {
  display: flex;
  flex-direction: column;
}

#children-not-allowed .inner-content button.cancel-popup-button {
  align-self: flex-end;
  min-height: 48px;
  min-width: 100px;
  padding: 14px 30px 15px 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-radius: 4px;
  width: fit-content;
}


#children-not-allowed .inner-content h5 {
  line-height: 32px;
}

#children-not-allowed .information-icon svg {
  width: 32px;
  height: 32px;
}

#information-popup .close, #children-not-allowed .close {
  position: absolute;
  right: 0px;
  top: -42px;
  padding: 8px;
  z-index: 10;
  opacity: 0.85;
  transition: all 0.2s ease-in;
}

#information-popup .modal-content {
  border: 0;
  border-radius: 4px;
  background: transparent;
}

#information-popup .modal-dialog.modal-lg {
  padding-top: 42px;
}

#information-popup .modal-dialog.square .modal-content {
  max-height: 700px;
  aspect-ratio: 1 / 1;
}

#information-popup .modal-dialog.square.modal-lg {
  max-width: 700px;
}

#information-popup .modal-dialog.vertical.modal-lg {
  max-width: 500px;
}

#information-popup .modal-dialog.square {
  max-width: 700px;
}

#information-popup .modal-dialog.horizontal {
  max-width: 800px;
}


#information-popup .modal-dialog.horizontal .modal-content {
  max-width: 800px;
  aspect-ratio: 4 / 3;
}

#information-popup .modal-dialog.vertical .modal-content {
  height: 700px;
}

#information-popup .close:hover, #children-not-allowed .close:hover {
  opacity: 1;
}

#information-popup .close:focus, #children-not-allowed .close:focus {
  opacity: 1;
  outline: none;
}

#information-popup .close span, #children-not-allowed .close span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#information-popup .modal-close-icon svg, #children-not-allowed .modal-close-icon svg {
  width: 16px;
  height: 16px;
}

#information-popup .modal-close-icon svg path, #children-not-allowed .modal-close-icon svg path {
  fill: #ffffff;
}

#modal-failed .close-modal {
  position: absolute;
  transform: translateY(-100%);
  top: -15px;
  right: 5px;
  line-height: 1;
}

#modal-failed .close-modal svg, #modal-failed .close-modal .modal-close-icon {
  width: 16px;
  height: 16px;
}

#modal-failed .close-modal svg path {
  fill: #ffffff;
}

.terms-content {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #2c2f33;
}

select option {
    font-family: 'Manrope', sans-serif;
}

.secundary_button_v4 {
  transition: .15s ease-in-out;
}

.secundary_button_v4:hover {
  background-color: #F5F5F5;
}




/* MODAL */

.custom-popup-image {
  background-color: transparent;
}

.popup-button {
  color: #ffffff;
  text-shadow: none;
  position: fixed;
  top: 20px;
  right: 20px;
}

.popup-button {
  background-color: transparent;
  border: none;
}

.gallery-popup-container {
  max-width: 960px;
}

.close_icon {
  width: 24px;
  height: 24px;
}

.close {
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.custom-modal {
  border:none;
  background: transparent;
}

.breadcrumbs {
  display: flex;
  gap: 4px;
  margin-bottom: 0px;
  padding: 16px 0px 9px 0px;
  color: #273240;
  font-weight:600;
  font-size: 13px;
  background-color: #ededed;
}

.breadcrumb, .index_redirect, .hotelresult_redirect, .extras_redirect{
  color: #a8a8a8;
  text-decoration: underline;
}

.breadcrumb {
  color: #273240;
  font-weight: 600;
  font-size: 13px;
}

.breadcrumb-separator {
  color: #a8a8a8;
}

.different-currency {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  text-transform: initial;
  background-color: #fff;
  padding: 10px 10px 10px 30px;
  text-align: left;
  position: relative;
  border-radius: 3px;
  color: black;
}

.different-currency-img {
  position: absolute;
  top:12px;
  left:10px;
}

.different-currency-conf {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: initial;
  max-width: 400px
}

.bold {
  font-weight: bold;
  display: block;
}

.custom-left-arrow {
  position: absolute;
  left:-50px;
  top: 300px;
  /*width: 48px;
  height: 48px;*/
}

.custom-left-arrow:hover {
  cursor: pointer;
}

.custom-right-arrow {
  position: absolute;
  right:-50px;
  top: 300px;
}

.custom-right-arrow:hover {
  cursor: pointer;
}

.custom-arrow-left__icon,.custom-arrow-right__icon{
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.modal-backdrop {
  opacity: 0.8!important;
  background-color: #000;
}

/* TOOLTIP CSS */

.t-tip__next:hover {
  cursor: pointer;
}


.t-tip__in:hover {
  cursor: pointer;
}

.t-tip {
  display: none;
  float: right;
}

.t-tip__text {
  font-family: 'Manrope', sans-serif;
  background-color: #273240;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  z-index: 10;
  font-size: 12px;
  line-height: 1.15;
  max-width: 385px;
  display:inline-block;
  position: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: max-content;
   /* fix for safari*/
  width: -webkit-max-content;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;  
}

.t-tip__text:hover {
  display: none;
}

.t-tip__next:hover + .t-tip {
  display: inline-block;
}

.t-tip__in:hover  .t-tip{ 
  display:inline-block;
}
.t-tip__text__date-holder {
  min-width: 150px;
}

.t-tip__text__date {
  display: inline-block;
  white-space: nowrap;
}

.t-tip__text__price {
  white-space: nowrap;
  display: inline-block;
  margin-left: auto;
}

/* end of tooltip */

.modal-room-offers-discounts-description {
  max-width: 300px;
  width: 100%;
  display: block;
}



#basket-price .price , .total_payment_value .price {
  font-size: 16px;
  font-weight: 800;
} 


#basket-price .deci ,  .total_payment_value .deci {
   font-size: 14px;
  font-weight: 800;
} 

#basket-price .symbol , .total_payment_value .symbol {
  font-size: 14px;
  font-weight: 300;
} 


/* NEXT PAGE LOADER */

.next-step-loader ,   .next-step-loader-package{
  position: relative;
  display: none;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
}

.next-step-loader-package {
  background-color: transparent;
}

.gooey {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  filter: contrast(20);
}

.next-step-loader-package .gooey,
.load-wrapp .gooey  {
  background: transparent;
}



.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}

.next-step-loader-package  .gooey .dot,
.load-wrapp .gooey .dot {
  filter: unset;
}

.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}

.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}

.next-step-loader-package  .gooey .dots span,
.load-wrapp .gooey .dots span   {
  filter: unset;
}

.search-loading-message {
  color: #273240;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-top: 150px!important;
}

.next-step-loader-package .search-loading-message {
  margin-bottom: 128px;
}

@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

/*  end of loader */

.load-wrapp {
    width: max-content;
    height: auto;
    position: absolute;
    top: 17%;
    /* left: 38%; */
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
}

.roomrate .load-wrapp {
  top: -10px;
}

.chain_results .load-wrapp {
  top: 10%;
}

.step4-basket-hotel-info .load-wrapp {
  top: -50px;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #273240;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.close-modal {
  position: absolute;
  top: -37px;
  right: 0px;
}

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

.property-full-gallery .close-modal {
  top: 18px;
  right: 18px;
  z-index: 5;
}

/* ERROR PAGE */

#error_page {
  background-color: #EDEDED;
}

.no_result {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 100px;
}

.no_result_circle_left {
  margin-right: 50px;
}

.no_result_title {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #273240;
  /*max-width: 415px;*/
  width: 375px;
  line-height: 1.6875rem;
}

.error_sistem {
  margin-top: 25px;
}

.no_result_title span {
  font-size: 30px;
  font-weight: 800;
}

.no_result_text {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #273240;
  max-width: 375px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.no_result_text p {
  max-width: 370px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #273240;
  margin-bottom: 10px;
}

.no_result_text p:last-child {
  margin-bottom: unset;
}

.error_bo_v4 {
  margin-top: 16px;
}

.no_result_btn {
  width: 130px;
  height: 42px;
  background-color: #FEC437;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  border: unset;
  font-weight: bold;
  color: #FFFFFF;
  padding: 11px 15px 12px 15px;
  margin-bottom: 20px;
}

.no_result_btn:hover {
  background-color: #E6B132;
}

.no_result_error {
  font-size: 10px;
  font-family: 'Manrope', sans-serif;
  color: #9C9C9C;
}


.free-cancel, .allow-cancel {
  color: #008009;
}

.not-refundable {
  color: #273240;
}


 .mobile-gallery-mode-chooser  , .mosaic {
    display: none;
}


/*TRIP ADVISOR*/
.TA_selfserveprop {
  display: none;
  position: absolute;
  right: 00;
  top: 24px;
  z-index: 1;
}

.socialWidgetContainer a  {
  pointer-events: none;
}

.TA_socialButtonBubbles .socialWidget.cx_brand_refresh1 .socialWidgetCore img {
    width: 29px;
    padding: 3px;
}

.TA_socialButtonBubbles .socialWidget {
  cursor: pointer;
}

#session_timeout_countdown .modal-content {
  padding: 50px 30px;
  background-color: #ffffff;
}

#session_timeout_countdown .session_timeout_time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#session_timeout_countdown .session_timeout_time #timer {
  font-size: 18px;
  font-weight: 600;
}

#session_timeout_countdown .session_timeout_message1 {
  font-size: 25px;
  font-weight: bold;
  color: #273240;
  line-height: 35px;
  margin-bottom: 5px;
  text-align: center;
}

#session_timeout_countdown .session_timeout_message2 {
  font-size: 15px;
  font-weight: 400;
  color: #273240;
  line-height: 21px;
  text-align: center;
}


#session_timeout .modal-content {
  padding: 50px 30px;
  background-color: #ffffff;
}

#session_timeout .session_timeout_time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#session_timeout .session_timeout_time #timer {
  font-size: 18px;
  font-weight: 600;
}

#session_timeout .session_timeout_message1 {
  font-size: 25px;
  font-weight: bold;
  color: #273240;
  line-height: 35px;
  margin-bottom: 35px;
  text-align: center;
}

#session_timeout .session_timeout_message2 {
  font-size: 15px;
  font-weight: 400;
  color: #273240;
  line-height: 21px;
  text-align: center;
  margin-bottom: 35px;
}

#session_timeout .button-session-restart {
  padding: 14px 30px 15px 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border-radius: 4px;
  width: max-content;
  margin: 0px auto;
}

/* SHARE MODAL */

.share-modal-holder {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}

.share-modal-text {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.share-modal-text span {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #0C83D9;
}

.share-modal-text img {
  margin-right: 8px;
}

.share-modal {
  box-shadow: 0px 0px 20px #00000033;
  padding: 22px 20px 17px 16px;
  background-color: #fff;
  position: absolute;
  top: 29px;
  right: 0px;
  z-index: 10;
  display: none;
}

.share-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-modal-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #242223;
}

.share-modal-close {
  cursor: pointer;
}

.share-modal-body {
  width: 295px;
}

.share-modal-action {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(97, 97, 97, 0.15);
  cursor: pointer;
}

.share-modal-action:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}

.share-modal-action img {
  margin-right: 25px;
  margin-left: 10.5px;
}

.share-modal-action span {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #273240;
}



/* Footer */
.footer {
  background: #4D4D4D;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 8;
}

.footer .contain {
  display: flex;
  height: 50px;
  align-items: center; 
  justify-content: space-between;
}

.footer-address-and-phone {
  display: flex;
  flex-direction: row-reverse;
}

.footer-address-and-phone img {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

.footer-info-email img {
  height: 16px;
  width: 16px;
}

.footer-address-and-phone p {
  margin-bottom: 0px;
}

.footer-text-phone {
  margin-top: 15px;
}

.footer-powered {
  font-size: 12px;
}

.footer-hotel-name-year {
  padding-right: 20px;
  position: relative;
}

.footer-info:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  height: 10px;
  width: 1px;
  background-color: #888787;
}

.footer-info {
  padding-left: 10px;
  position: relative;
}

.footer-info > span {
  padding: 0 11px;
}

.footer-powered img {
  height: 24px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

/* end of footer*/


.no-results-message {
  background-color: #0C83D9;
  border-radius: 4px;
  color: #fff;
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: auto;
  max-width: 1084px;
}

.modify-search {
  background-color: #fff;
  color: #0C83D9;
  height: 36px;
  padding: 4px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.modify-search-icon-desktop {
  margin-right: 6px;
}

.modify-search-icon-mobile {
  display: none;
}


.no-results-message p {
  margin: 0;
  font-size: 13px;
  line-height: 27px;
}

.no-results-message .no-results-message-bold {
  font-size: 14px;
  font-weight: bold;
}

.no-results-message > img {
  margin-right: 20px;
  height: 24px;
  width: 24px;
  align-self: flex-start;
  margin-top: -4px;
}

/*.above-footer {
  background-color: #ededed;
  padding-bottom: 40px;
}*/

.stayDown {
  position: fixed;
  bottom: 0;
  width: 100%;
}


.partial-payments-modal {
  min-width: 514px;
  max-width: 514px;
  min-height: 187px;
}

#partial-payments-info {
  padding: 30px;
  min-width: 514px;
  max-width: 514px;
  min-height: 187px;
}
#modal-partial-payments-info .close-modal {
  top: 18px;
  right: 30px;
}
.partial-payments-header {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  color: #273240;
  padding-bottom: 3px;
}

.payment_methods_bar_modal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #273240;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
}

.payment_methods_modal_options {
  padding: 20px 20px 30px 20px;
}

.payment_methods_modal_header {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  color: #273240;
  margin-bottom: 15px;
}

.payment_methods_modal_option {
  font-size: 14px;
  color: #273240;
  line-height: 25px;
}

.partial-payment-group {
  padding-top: 30px;
}

.partial-payment-group-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #273240;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 11px;
}

.partial-payment-group-green-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #53AC2A;
  margin-bottom: 5px;
  min-width: max-content;
}

.partial-payment-group-images {
  display: flex;
  flex-wrap: wrap;
}

.partial-payment-group-images img {
  margin-right: 10px;
  width: 48px;
}

#partial-payments-info .gooey {
  left: 0px;
  right: 0px;
  margin: auto;
  top: unset;
  bottom: 50%;
}

#partial-payments-info .search-loading-message {
  position: absolute;
  bottom: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0px;
}

#guarantees-penalties-component .policy-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

#guarantees-penalties-component .policy-description {
  font-size: 14px;
}

#guarantees-penalties-component .guarantee-policy {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#guarantees-penalties-component .guarantee-policy:last-child {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*  MOBILE */

@media (max-height: 830px) {
  #information-popup .modal-dialog.vertical .modal-content {
    max-height: 600px;
  }
}

@media (max-width: 1279px) {

  #children-not-allowed .cancel-popup__contain {
    flex-direction: column;
  }

  #children-not-allowed .close {
    right: 10px;
    top: 10px;
    display: block;
  }
  

  #children-not-allowed .modal-close-icon svg path {
    fill: #273240;
}

#children-not-allowed .inner-content button.cancel-popup-button {
  align-self: auto;
  min-height: 36px;
  min-width: 100px;
  padding: 12px 30px 12px 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 4px;
  width: auto;
}

  #children-not-allowed .inner-content h5 {
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
  }

  #children-not-allowed .inner-content p {
    text-align: center;
    margin-bottom: 20px;
  }

  #children-not-allowed .modal-content {
    padding-top: 40px;
}
  
  #information-popup .modal-dialog {
    margin: auto;
  }

  #information-popup .modal-content, #information-popup .information-popup-content {
    border-radius: 0;
  }

  #information-popup .modal-dialog.vertical .modal-content {
    height: unset;
  }

  body {
    background-color: #ededed;
  }

  .hotel_search_holder {
    position: fixed;
    height: 100vh;
    top: 0px;
    z-index: 26;
  }


  #menu_items #history_div {
    display: none;
  }

  .header-search-bar .contain {
    width: 100%;
    max-width: unset;
    height: 68px;
  }
 

  .contain {
    width: 100%;
    max-width: unset;
  }

  .chainresults_body {
    padding: 0px 12px 0px 13px;
  }

  .hotel_search_holder.show {
    display: block;
  }

  .secundary_button_v4:hover {
    background-color: unset;
  }

  .property .modal-dialog {
    max-width: calc(100% - 25px);
  }

  .mobile-gallery-mode-chooser {
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #fff;
    justify-content: center;
    z-index: 25;
  }

  .mobile-gallery-mode-chooser div {
    cursor: pointer;
    padding: 20px;
  }

  .mosaic {
    position: absolute;
    top: 100px;
    width: 100%;
    color: #fff;
    flex-wrap: wrap;
    padding: 0px 20px;
    height: calc(100vh - 164px);
    overflow-y: scroll;
  }

  .mosaic img {
    width: 33%;
    height: 150px;
    padding: 2px;
    object-fit: cover;
  }
  
  .no_result {
    flex-direction: column;
    padding-top: 193px;
    padding-left: 27px;
    padding-right: 26px;
  }

  .no_result_circle_left {
    margin-right: unset;
  }

  .no_result_circle_left img {
    width: 170px;
    height: 170px;
  }

  .no_result_text_right {
    text-align: center;
    margin-top: 20px;
  }

  .no_result_title {
    font-size: 20px;
    width: unset;
  }

  .no_result_title span {
    font-size: 26px;
  }

  .no_result_text{
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 320px;
  }

  .error_sistem {
    margin-top: unset;
  }


  .partial-payments-modal {
    min-width: 200px;
    height: auto!important;
  }
  
  #partial-payments-info {
    padding: 22px 20px 20px 20px;
    min-width: 200px;
  }
  
  .partial-payments-header {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #273240;
    padding-bottom: 3px;
  }
  
  .partial-payment-group {
    padding-top: 30px;
  }
  
  .partial-payment-group-text {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #273240;
    display: flex;
    align-items: baseline;
  }
  
  .partial-payment-group-green-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #53AC2A;
    margin-right: 10px;
  }





  /* Footer */

  .footer {
    text-align: center;
    padding: 18px;
  }

  .footer .contain {
    display: block;
    height: auto;
  }

  .footer-address-and-phone {
    display: block;
  }

  .footer-address-and-phone p {
    margin-bottom: 0px;
  }

  .footer-text-phone {
    margin-top: 15px;
  }

  .footer-powered {
    font-size: 9px;
    padding-top: 17px;
  }

  .footer-hotels {
    padding-right: 20px;
    position: relative;
    padding-top: 5px;
    font-size: 11px;
  }

  .footer-hotels:after {
    display: none;
  }

  .footer-hotels span {
    display: block;
  }

  .footer-info {
    padding-left: 0px;
    position: relative;
    margin-left: 0px;
    padding-bottom: 4px;
    margin-bottom: 15px;
  }

  .footer-info:after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: #777;
    left: calc(50% - 25px);
  }

  .footer-info > span {
    display: block;
    padding-bottom: 14px;
  }

  .footer-powered img {
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: -1px;
  }

  .footer-hotel-name-year {
    padding-right: 0px;
    font-size: 11px;
  }

  .footer-hotel-name-year span {
    display: block;
  }

  /* end of footer*/



  .no-results-message {
    width: calc(100% - 26px) !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    display: block;
    padding: 12px 20px;
  }

  .no-results-message > img {
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
  }


  .no-results-message p {
    float: none!important;
    line-height: 18px;
  }

  .no-results-message p:nth-child(2) {
    display: none;
  }

  .no-results-message .no-results-message-bold {
    font-size: 12px;
  }

  .modify-search {
    background-color: unset;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    height: auto;
    padding-left: 0px;
  }

  .modify-search-icon-desktop {
    display: none;
  }

  .modify-search-icon-mobile {
    display: inline-block;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 3px;
  }

  #session_timeout .modal-dialog {
    margin: 0px 20px;
  }

  #session_timeout .close-modal {
    display: none;
  }

  .load-wrapp {
    top: 0px;
  }

  .roomrate .load-wrapp {
    top: -55px;
  }
  
  .chain_results .load-wrapp {
    top: -40px;
  }

  #guarantees-penalties-component .policy-description {
    display: none;
  }

  #guarantees-penalties-component .policy-title {
    background-image: url(/icons/arrow_v4.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
    cursor: pointer;
  }

  #guarantees-penalties-component .guarantee-policy:last-child {
    padding-bottom: 10px;
  }

}

@media(max-width: 768px) {
  .load-wrapp {
    left: 0;
    right: 0;
    margin: auto;
  }

 
}

