/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700"); */
@import url("https://api.globres.io/RealRate/assets/css/fonts.css");
@import url("https://api.globres.io/RealRate/assets/lib/css/ta.css");
@import url("https://api.globres.io/RealRate/assets/lib/css/RRicon.css");
@import url("https://api.globres.io/RealRate/assets/structures/BB/v2/map.css");

#booking__form {
  display: block;
  height: 100%;
}

/************* style button RR *************/

.rr__button {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 300;
  z-index: 999999999;
  -webkit-font-smoothing: antialiased;
}

.rr__button *,
.rr__container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.rr__container .rt__popup_body--sub * {
  font-family: "FontAwesome";
}

.rr__button ::selection,
.rr__container ::selection {
  color: white;
  background: #2562ae;
}

.rr__button_cta {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 10px 25px 10px 55px;
  line-height: 1.3;
  background-color: #2562ae;
  color: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.57, 0.37, 0.54, 0.01);
}

.rr__button_cta:hover {
  background: black;
}

.rr__button_cta::before {
  content: "\e911";
  position: absolute;
  font-family: "RRicon", sans-serif;
  font-size: 30px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.rr__button_cta--top {
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.rr__button_cta--bottom {
  font-size: 12px;
  letter-spacing: 2.4px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}

/************ style container RR *************/

.rr__container {
  position: fixed;
  max-width: 1200px;
  max-height: 700px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  right: 15px;
  margin: auto;
  top: -110%;
  background-color: #fff;
  color: #000000;
  z-index: 99999999999;
  box-shadow: 1px 1px 15px #54535463;
  transition: 700ms cubic-bezier(0.9, 0, 0.1, 1);
  line-height: 1.2;
}

.rr__container.open {
  overflow: hidden;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: block !important;
}

.rr__container * {
  outline: none;
  line-height: 1;
}

@keyframes anim-a {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.rr__container .rr__container_close {
  right: 0;
  top: 0;
  background: #2562ae;
  color: #ffffff;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.57, 0.37, 0.54, 0.01);
}

.rr__container .rr__close {
  transform: rotate(90deg);
  display: block;
  z-index: 999999;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #2562ae;
  background: #607d8a;
  color: #1a6dbf;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.57, 0.37, 0.54, 0.01);
}

.rr__container .rr__close .bar,
.rr__container .rr__close .bar:after,
.rr__container .rr__close .bar:before {
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  width: 15px;
  height: 2px;
}

.rr__container .rr__close .bar {
  position: relative;
  background: rgba(48, 55, 63, 0);
  top: -10%;
  display: inline-block;
}

.rr__container .rr__close .bar:after,
.rr__close .bar:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  background: #ffffff;
}

.rr__container .rr__close .bar:after {
  transform: rotate(45deg);
}

.rr__container .rr__close .bar:before {
  transform: rotate(-45deg);
}

.rr__container .rr__close:hover .bar {
  background: #fff;
}

.rr__container .rr__close:hover .bar:before {
  left: -2px;
  top: -4px;
  width: 12px;
}

.rr__container .rr__close:hover .bar:after {
  left: -2px;
  top: 4px;
  width: 12px;
}

.rr__container .rr__container_body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rr__container .rr__container_body h2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

/* style guarranted */

.rr__container .rr__guarranted {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px;
}

.rr__container .rr__guarranted__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.rr__container .rr__guarranted__item .icon {
  color: #2562ae;
  font-size: 28px;
  margin-right: 10px;
}

.rr__container .rr__guarranted__item p {
  font-size: 12px;
}

/* end style guarranted */

.rr__container .rr__container_body--all {
  display: flex;
  flex: 1;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
}

.rr__container .rr__container_body--left {
  background-color: #607d8a;
  padding: 10px;
  color: white;
  flex-shrink: 3;
  padding-top: 5px;
  /* z-index: 9999999999; */
}

.rr__container .rr__container_body--middle {
  background-color: transparent;
  flex-grow: 1;
  flex-basis: 75%;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.rr__container .rr__container_body--right {
  position: relative;
  background-color: transparent;
  flex-basis: 25%;
  padding: 10px;
}

.rr__container .rr__container_body--right-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.rr__container .rr__infos__stay {
  display: flex;
  max-width: 1200px;
  margin: auto;
  /* height: 100%; */
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

.rr__container .rr__container_body--left .rr__title,
.rr__container .rr__container_body--middle .rr__title,
.rr__container .rr__container_body--right .rr__title {
  text-align: center;
  font-size: 14px;
  background: #305bc1;
  color: white;
  font-weight: 300;
  padding: 10px;
  line-height: 1;
}

.rr__container .rr__label {
  padding: 5px 0;
  font-size: 15px;
}

.rr__container .rr__label .RRicon {
  color: #545354;
  font-size: 18px;
}

.rr__container .rr__label label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.rr__container .rr__date__item {
  display: flex;
  align-items: center;
}

.rr__container .rr__date__item .RRicon {
  font-size: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

.rr__container .rr__date__item--day {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-right: 10px;
}

.rr__container .rr__date__item--time {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 12px;
}

.rr__container .rr__date__item--month {
  padding-right: 5px;
}

.rr__container .rr__date__item--week {
  flex-basis: 100%;
  font-size: 14px;
  text-align: left;
}

.rr__container .rr__date__col,
.rr__container .rr__guests__col {
  display: flex;
  /* padding: 0 10px; */
  flex-direction: column;
  align-items: center;
}

.rr__container .rr__guests__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  background-color: transparent;
}

.rr__container .rr__guests__item--down,
.rr__container .rr__guests__item--up,
.rr__room__qty--down,
.rr__room__qty--up {
  padding: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  margin: 0 15px;
}

.rr__container .rr__guests__item--down .RRicon,
.rr__container .rr__guests__item--up .RRicon,
.rr__room__qty--up .RRicon,
.rr__room__qty--down .RRicon {
  font-weight: bold;
  font-size: 12px;
}

.rr__container .rr__guests__item .value {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.rr__container .rr__promo {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
}

.rr__container .rr__promo input {
  padding: 10px 0px 10px 7px;
  font-size: 12px;
  outline: none;
  color: #fff;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: none;
  border-bottom: 1px solid white;
  outline: none;
  max-width: 130px;
}

.rr__container .rr__promo input::placeholder {
  color: white;
  opacity: 0.7;
}

.rr__container .rr__container_body--body {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rr__container .rr__container_body--body img {
  width: auto;
  height: auto;
}

/************* Style Calender *************/

.rr__container .date-picker-wrapper.no-shortcuts {
  border: 0;
  padding: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.rr__container .date-picker-wrapper .month-wrapper {
  width: 100% !important;
  border: 0;
  padding: 0;
}

.rr__container .date-picker-wrapper .month-wrapper table,
.rr__container .date-picker-wrapper .month-wrapper table.month2 {
  width: calc(50% - 10px);
  margin: 5px;
  box-sizing: border-box;
}

.rr__container .date-picker-wrapper .gap,
.rr__container .date-picker-wrapper .footer {
  display: none;
}

.rr__container .date-picker-wrapper .month-wrapper table .week-name th {
  width: 14%;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  background: #607d8a;
  font-weight: 700;
}

.rr__container .date-picker-wrapper .month-wrapper table .day {
  margin: 1px;
  font-size: 18px;
  min-height: 54px;
}

.rr__container .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: inherit;
}

.rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  font-weight: 500;
  position: relative;
  font-size: 18px;
}

.rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.valid,
.rr__container .rr__grpLegend .BECalOpen {
  background-color: rgba(245, 245, 245, 0.5);
  border: 1px solid #e4e4e4;
  color: #000;
}

.rr__container .date-picker-wrapper .drp_top-bar {
  display: none;
}

.rr__container .date-picker-wrapper table .caption .next,
.rr__container .date-picker-wrapper table .caption .prev {
  visibility: hidden;
}

.rr__container .date-picker-wrapper table .caption .prev::before {
  content: "\e900";
  position: absolute;
  font-family: "RRicon" !important;
  visibility: visible;
  font-size: 20px;
  transform: rotate(90deg) translateX(50%);
  left: 0px;
  top: 2px;
  color: black;
}

.rr__container .date-picker-wrapper table .caption .next::before {
  content: "\e900";
  position: absolute;
  font-family: "RRicon" !important;
  visibility: visible;
  font-size: 20px;
  transform: rotate(-90deg) translateX(-50%);
  right: 0px;
  top: 2px;
  color: black;
}

.rr__container .date-picker-wrapper .first-date-selected {
  position: relative;
  background-color: #2562ae !important;
  color: #fff !important;
}

.rr__container .date-picker-wrapper .first-date-selected::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid white;
}

.rr__container .date-picker-wrapper .last-date-selected {
  position: relative;
  background-color: #2562ae !important;
  color: #fff !important;
}

.rr__container .date-picker-wrapper .last-date-selected::after {
  content: "";
  position: absolute;
  right: 0;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid white;
}

.rr__container .date-picker-wrapper table .caption .next:hover,
.rr__container .date-picker-wrapper table .caption .prev:hover {
  background-color: inherit;
  color: #2562ae;
}

.rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  color: white;
  background-color: rgb(41, 96, 180);
}

.rr__container .date-picker-wrapper .month-element {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.rr__container .day.toMonth.invalid {
  cursor: no-drop !important;
}

.rr__container .date-picker-wrapper .month-wrapper table .week-name {
  height: 25px;
}

/*********** style key calender ********/

.rr__container .rr__grpLegend {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  padding: 10px 5px;
}

.rr__container .rr__grpLegend .Lgnd {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.rr__container .LegendItem {
  text-transform: capitalize;
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-style: italic;
  text-align: left;
}

.rr__container .rr__grpLegend .ui-state-active,
.rr__container .date-picker-wrapper .month-wrapper table .day.checked,
.rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #ea1d63 !important;
  border: 0 !important;
  color: white !important;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-flow: column;
}

.rr__container .date-picker-wrapper .month-wrapper table td[status-date="Close"]::before {
  display: none;
}

/*********** end style key calender ********/

.rr__container .rr__container .slick-slider .slick-track,
.rr__container .rr__container .slick-slider .slick-list {
  width: 100% !important;
}

.rr__container .rr__offers {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.rr__container .item_offer {
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 10px 5px;
  font-size: 14px;
  border: 5px solid #f7f7f7a8;
  margin-right: 10px;
  color: #000;
  flex: 1;
  white-space: pre-line;
}

.rr__container .item_offer[data-promo-position="pr_left"] {
  order: 0;
  margin-right: 10px !important;
}

.rr__container .item_offer[data-promo-position="pr_right"] {
  order: 1;
  margin-right: 0px !important;
}

.rr__container .item_offer h4 {
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  position: relative;
}

.rr__container .item_offer h4::before {
  position: absolute;
  content: "\e904";
  font-family: RRicon;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  font-size: 17px;
  color: #000;
  display: none;
}

.rr__container .item_offer p {
  font-size: 12px;
  font-weight: 300;
}

.rr__container .item_offer ul {
  list-style: none !important;
  font-size: 12px;
}

.rr__container .item_offer h4 {
  font-size: 14px;
  font-weight: 600;
}

.open .item_offer {
  opacity: 0;
  transform: translateY(3rem);
  animation: anim-offer 0.92s ease-in 0.8s forwards;
}

.open .item_offer:nth-child(1) {
  animation-delay: 0.8s;
}

.open .item_offer:nth-child(2) {
  animation-delay: 1.15s;
}

@keyframes anim-offer {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.rr__container .item_offer:last-child {
  margin-right: 0;
}

.rr__container .item_offer_img img {
  width: 100px;
}

.rr__container .rr__offers_div {
  flex: 1;
  display: flex;
  /* height: 100%; */
  width: 100%;
  align-items: stretch;
}

.rr__container .rr__offers .rr__promo_have_image {
  align-items: flex-start;
  justify-content: flex-start;
}

.rr__container .rr__offers .rr__promo_have_image.item_offer {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  border: 0;
  margin-right: 10px;
  color: #000;
  min-height: 100px;
  flex: 1;
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rr__container .rr__offers .rr__promo_have_image.item_offer h4 {
  width: 100%;
  padding: 20px;
  margin: 0;
  background: rgba(205, 205, 205, 0.5);
  color: #fff;
  text-shadow: 0 0 5px black;
}

.rr__container .rr__offers .rr__promo_have_image.item_offer p {
  text-shadow: 0 0 5px black;
  padding-bottom: 10px;
  width: 100%;
}

.rr__container .rr__offers .rr__promo_have_image.item_offer h4::before {
  display: none;
}

.rr__container .item_offer_txt {
  font-size: 13px;
  padding: 5px;
  display: flex;
  flex: 1;
  line-height: 1;
  flex-direction: column;
  background: white;
  justify-content: space-around;
}

.rr__container .item_offer_txt--desc {
  line-height: 1.2;
}

.rr__container .item_offer_img {
  margin-right: 5px;
  display: none;
}

.rr__container p.item_offer_txt--title {
  font-size: 14px;
  font-weight: 700;
}

/*********** end style promo ********/

.rr__container .rr__submit {
  margin-top: auto;
  height: 60px;
  background: #ea1d63;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease-in-out 0.51s;
}

.multiRooms .rr__edit_apply {
  background: #ea1d63;
}

.rr__container .rr__submit:hover {
  opacity: 0.95;
}

.rr__container .rr__submit_button {
  color: inherit;
  height: 100%;
  border: 0;
  flex: 1;
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  font-family: inherit;
}

.rr__container .rr__submit_p {
  display: flex;
  position: absolute;
  align-items: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.rr__container span.rr__submit--currency {
  margin-left: 5px;
  font-size: 16px;
}

.rr__container .rr__submit--price {
  font-weight: 700;
  font-size: 30px;
  position: relative;
}

.rr__container .rr__infos {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.rr__container .rr__infos-row {
  display: flex;
}

.rr__container .rr__infos--title,
.rr__container .rr__infos--info {
  flex-basis: 50%;
  font-size: 14px;
  padding: 2px;
}

.rr__container .rr__infos--title {
  text-align: left;
}

.rr__container .rr__infos--info {
  text-align: left;
  font-weight: 500;
  margin-right: 5px;
}

.rr__container .rr__infos--info .rr__date__item--day {
  font-size: 14px;
  margin: 0;
  color: black;
}

/* STAR RATING CSS */

.rr__container .rt__popup {
  opacity: 0;
  pointer-events: none;
}

.open .rt__popup {
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  pointer-events: inherit;
  line-height: 1;
  color: #000;
  width: 100%;
  min-width: 50px;
  text-align: center;
  background-color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  /* animation: anim__popup 1.8s ease-out 2s forwards; */
}

.rr__container .rt__popup ::selection {
  color: inherit;
  background: transparent;
}

.rr__container .rt__popup_header {
  background: #607d8a;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}

.rr__container .rt__popup_body {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.rr__container .rt__popup_body--sub {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 5px 0px;
}

.nbr__rat {
  font-size: 11px;
}

.rr__container .rt__popup_body--total {
  position: relative;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rr__container .rt__popup_body--total .rat {
  font-size: 30px;
  margin-right: 30px;
}

.rr__container .rt__popup_body--total sub {
  font-size: 15px;
  top: 5px;
  position: absolute;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.rr__container .rt__popup_body--sub span {
  font-size: 60px;
  line-height: 0.6;
  color: rgba(153, 153, 153, 0.4);
  position: relative;
}

.rr__container .rt__popup_body--sub p {
  font-size: 12px;
}

@keyframes anim__popup {
  0% {
    top: -200px;
  }

  40% {
    top: 50px;
  }

  70% {
    top: 15px;
  }

  82% {
    top: 40px;
  }

  100% {
    top: 70px;
  }
}

@keyframes anim__rating {
  0% {
    width: 0;
  }

  100% {
    width: 60px;
  }
}

/************** styles platfrom */

.rr__container .g__rating--global {
  flex-basis: 100%;
}

.rr__container .g__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  position: relative;
}

.rr__container .g__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(176, 175, 175, 0.2);
}

.rr__container .g__container:last-child::after {
  border-bottom: 0;
}

.rr__container .g__container .logo img {
  max-width: 80px;
}

.rr__container .g__rating-num {
  font-weight: 700;
}

.rr__container .rr-booking .g__rating-num span {
  width: 20px;
  height: 20px;
  padding: 5px;
  background-color: #003580;
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-bottom-left-radius: 0;
}

.rr__container .rr-booking .g__rating-num span:hover {
  background-color: #001f4c;
}

.rr__container .rr-exp .g__rating-num span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fdcc29;
  color: #08355e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.rr__container .g__rating--footer {
  padding: 10px 5px 5px;
}

.rr__container .g__rating--footer p {
  font-size: 12px;
}

.rr__container .rt__popup_body--sub .ico_rat {
  padding: 1px;
  font-size: 14px;
  transition: all 1s ease-out;
  position: relative;
  color: rgba(97, 96, 96, 0.5);
}

.rr__container .rt__popup_body--sub .ico_rat.ico_anim {
  animation: change_color 1s ease-in forwards;
}

@keyframes change_color {
  100% {
    color: #01a0ca;
  }
}

.rr__container .rt__popup_body--sub .ico_rat.ico_anim::after {
  position: absolute;
  content: "\f005";
  left: 0px;
  font-size: 14px;
  transition: all 500ms ease-out;
  transform-origin: center;
  opacity: 1;
  animation: b 1.2s ease-in forwards;
}

.rr__container .ico_rat.ico_anim:nth-child(1),
.rr__container .ico_rat.ico_anim:nth-child(1)::after {
  animation-delay: 0.6s;
}

.rr__container .ico_rat.ico_anim:nth-child(2),
.rr__container .ico_rat.ico_anim:nth-child(2)::after {
  animation-delay: 1.2s;
}

.rr__container .ico_rat.ico_anim:nth-child(3),
.rr__container .ico_rat.ico_anim:nth-child(3)::after {
  animation-delay: 1.8s;
}

.rr__container .ico_rat.ico_anim:nth-child(4),
.rr__container .ico_rat.ico_anim:nth-child(4)::after {
  animation-delay: 2.4s;
}

.rr__container .ico_rat.ico_anim:nth-child(5),
.rr__container .ico_rat.ico_anim:nth-child(5)::after {
  animation-delay: 3s;
}

@keyframes b {
  0% {
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
  }

  20% {
    color: inherit;
    transform: scale(1.2);
  }

  70% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*********** START XTEASE *******/

.rr__container .rr__xtease {
  /* flex-grow: 1; */
  flex-direction: column;
  position: relative;
}

.rr__container .rr__xtease_body {
  padding: 5px;
  padding-top: 0;
  position: relative;
}

.rr__container .rr__xtease_title {
  font-size: 14px;
  background: #607d8a;
  font-weight: 300;
  text-align: center;
  color: #fff;
  padding: 10px;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
}

.rr__container .rr__xtease_body--portail {
  display: flex;
  align-items: center;
  padding: 5px 5px 3px 0;
  border-bottom: 1px dashed #c1c1c1;
}

.rr__container .rr__xtease_body--portail:last-child {
  border-bottom: none;
}

.rr__container .rr__xtease_body--p {
  flex: 3;
  text-align: right;
  font-size: 14px;
}

/* .rr__container .rr__xtease_body-img {
    max-width: 15px;
    margin-right: 10px;
} */

.rr__container .rr__xtease_body-name {
  font-weight: 500;
  font-size: 14px;
}

.rr__container .rr__modifiy {
  text-align: center;
  padding-top: 5px;
}

.rr__container .rr__modifiy a {
  display: flex;
  font-size: 11px;
  color: #000000;
  align-items: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
}

.rr__container .rr__modifiy a:hover {
  opacity: 0.8;
}

.rr__container .rr__modifiy a span {
  padding-right: 5px;
  font-size: 18px;
}

.RealRate-BB-container td[status-date="MinStay"][data-realrate-minstay-after]::after {
  content: attr(data-realrate-minstay-after);
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 1px 2px;
  background: #50b9d4;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.RealRate-BB-container .has-price[data-RealRate-price-before]::before {
  content: attr(data-RealRate-price-before) attr(data-realrate-currency-before);
}

.RealRate_currency_at_left .RealRate-BB-container .has-price[data-RealRate-price-before]::before {
  content: attr(data-realrate-currency-before) attr(data-RealRate-price-before);
}

.RealRate-BB-container td {
  position: relative;
}

.prices_calendar_not_avail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.RealRate-BB-container td::before {
  content: attr(data-RealRate-price-before) attr(data-realrate-currency-before);
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  bottom: 8px;
  width: 100%;
  left: 0;
  color: #000;
  z-index: 9999;
  pointer-events: none;
}


.RealRate-BB-container td[status-date="Close"] .day,
.rr__container .rr__grpLegend .BENoAvail {
  background-color: #fff;
  background-image: url(https://api.globres.io/RealRate/assets/img/BB/BENoAvail.png);
  background-position: center;
  background-repeat: repeat;
  border: 0;
  /* pointer-events: none; */
  cursor: no-drop !important;
}

.RealRate-BB-container td[status-date="MinStay"] .day,
.rr__grpLegend .BEMinLen {
  background-color: #bdf0f7 !important;
}

.rr__container .rr__grpLegend .BENoAvail {
  border: 1px solid #c5c5c5;
}

.rr__container .rr__grpLegend .BENoDepart {
  background-color: #00af87;
}

.rr__container .rr__grpLegend .BENoArrive {
  /* background-color: #08355e; */
  background-image: linear-gradient(135deg, #d4dbc5 50%, #FFF 50%);
}

.rr__container .realrate-custom-checked[data-RealRate-price-before]::before,
.rr__container .realrate-custom-hovering.has-price[data-RealRate-price-before]::before {
  /* content: "--"; */
  /* font-family: "RRicon" !important; */
  color: white;
  z-index: 999;
}

/* style to hide prices from selected dates */
/* .RealRate-BB-container
  .has-price.realrate-custom-checked[data-RealRate-price-before]::before,
.rr__container
  .has-price.realrate-custom-checked[data-RealRate-price-before]::before,
.rr__container
  .realrate-custom-hovering.has-price[data-RealRate-price-before]::before {
  display: none;
} */

.rr__container .date-picker-wrapper .date-range-length-tip {
  background-color: #607d8b;
  color: white;
  font-weight: 600;
  padding: 1px 6px;
  z-index: 999999;
}

.rr__container .date-picker-wrapper .date-range-length-tip:after {
  border-top: 4px solid #2d8bf7;
}

/* @media screen and (max-width: 1920px) {
    .rr__container.open {
        top: 15%;
        bottom: 15%;
        left: 10%;
        right: 10%;
        height: calc(100% - 40%);
    }
} */

@media screen and (min-width: 1901px) and (max-width: 3400px) {
  .rr__container .item_offer {
    padding: 5px !important;
  }
}

@media (min-width: 1900px) {
  .rr__container.open {
    overflow: hidden;
    max-width: 1200px;
    max-height: 760px;
    margin: auto;
  }

  .rr__container .rr__container_body--all {
    max-height: 620px;
    max-width: none;
  }

  .rr__container .rr__container_body--left {
    padding: 30px;
  }

  .rr__grpLegend {
    padding: 25px;
  }

  .rr__container .rr__infos__stay {
    max-width: none;
    justify-content: space-around;
  }

  .rr__container .item_offer {
    padding: 30px;
  }

  .rr__container .rr__offers {
    flex: 1;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1899px) {
  .rr__container .rr__infos__stay {
    justify-content: space-around;
    max-width: 1100px;
  }

  .rr__container {
    overflow: hidden;
    max-width: 1200px;
    max-height: 760px;
    margin: auto;
    left: 8%;
    right: 8%;
    max-height: 670px;
  }

  .rr__container .rr__offers {
    flex: 1;
  }

  .rr__container .rr__close {
    width: 50px;
    height: 50px;
  }

  .rr__container .rr__close .bar,
  .rr__container .rr__close .bar:after,
  .rr__container .rr__close .bar:before {
    width: 25px;
  }

  .rr__container .rr__close .bar {
    top: 5px;
  }

  .rr__container .rr__close:hover .bar:after {
    left: -3px;
    top: 7px;
    width: 22px;
  }

  .rr__container .rr__close:hover .bar:before {
    left: -3px;
    top: -8px;
    width: 22px;
  }

  .rr__container.open {
    overflow: hidden;
    top: 8%;
    left: 8%;
    right: 8%;
    bottom: 8%;
    width: calc(100% - 16%);
    height: calc(100% - 8%);
  }

  /* .rr__container {
        width: calc(100% - 16%);
        height: calc(100% - 16%);
    } */
}

@media (max-width: 768px) {
  .rr__container .rr__promo input {
    max-width: none;
    text-align: center;
  }

  .rr__container .rr__container_body--right {
    flex-basis: 100%;
    display: block !important;
  }

  .rr__container .rr__infos,
  .rr__container .rr__offers {
    display: none;
  }

  .rr__container .rr__container_body--right .rr__title {
    display: none;
  }

  .rr__container .date-picker-wrapper .month-wrapper table,
  .rr__container .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%;
    margin: 0;
  }

  .rr__container .rr__container_body--middle {
    position: absolute;
    z-index: 999999;
    width: 100%;
    background: white;
    box-shadow: 0 0 20px #4a4a4a;
    border-radius: 10px;
    display: none;
  }

  .rr__container .rr__infos__stay {
    flex-wrap: wrap;
  }

  .rr__container .rr__date__col,
  .rr__container .rr__guests__col {
    flex-basis: 50%;
    padding: 10px;
  }

  .rr__container .rr__promo {
    flex-basis: 50%;
    flex-grow: 1;
    margin: 10px 20px;
  }

  .rr__container .rr__guests__col,
  .rr__guests__col.Rooms {
    flex-basis: calc(100% / 3);
    flex-grow: 1;
  }

  .rr__promotions {
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
  }

  /* .rr__without_offer.rr__container .rr__container_body--right{
        flex-basis: 100%;
    } */
}

/* .rr__container .rr__date__item--time {
justify-content: center;
} */

.rr__container .rr__date__item .RRicon {
  display: none;
}

/* .rr__container .rr__date__item {
flex-direction: column;
} */

@media (max-width: 600px) {

  .rr__container .rr__date__item {
    flex-direction: column;
  }

  .rr__container .rr__date__item--day {
    margin: 0;
  }

  .rr__container .rr__date__item--week {
    display: none;
  }

  .rr__modifiy .RRicon-settings {
    display: none;
  }

  .rr__container .rr__date__item--week {
    text-align: left;
  }

  .rr__container .rr__promo input {
    border: 1px dashed;
    max-width: none;
  }

  .rr__container .rr__label {
    padding: 5px 0;
  }

  .rr__container .rr__container_body--left {
    padding-top: 25px;
    z-index: 9999;
  }

  .rr__guests__col.Children,
  .rr__date__col.Departure {
    border-left: 1px dashed white;
  }

  .rr__date__col {
    border-bottom: 1px dashed white;
  }

  .rr__button {
    position: fixed;
    bottom: 0;
    transform: none;
    left: 0;
    top: inherit;
    z-index: 99999999;
    width: 100%;
  }

  .rr__button_cta {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }

  .rr__button_cta--bottom {
    display: none;
  }

  .rr__container .rr__infos__stay {
    flex-wrap: wrap;
    padding: 0 4px;
  }

  .rr__container .rr__promo {
    flex-basis: 100%;
    padding: 10px 20px;
    margin: 10px 0 0;
  }

  .rr__container .rr__date__col,
  .rr__container .rr__guests__col {
    flex-basis: 50%;
    padding-bottom: 10px;
    width: 50%;
  }

  .rr__container .rr__date__item .RRicon {
    display: none;
  }

  .rr__container .rr__container_body--middle {
    position: fixed;
    padding: 5px;
    top: 40px;
    left: 0px;
    right: 0;
    background: white;
    box-shadow: 0 0 20px #4a4a4a;
    border-radius: 10px;
    z-index: 9999999999;
    display: none;
  }

  .rr__container .date-picker-wrapper .month-wrapper table .week-name th {
    padding: 5px 0;
  }

  .rr__container .rr__grpLegend {
    flex-direction: column;
    background-color: #fff;
  }

  .rr__container .LegendItem {
    padding: 5px 0;
  }

  .rr__container .g__rating--global {
    display: none;
  }

  .rr__container .rr__label label {
    font-size: 12px !important;
  }

  .rr__calender {
    background: #fff;
  }

  .RealRate-BB-container td[data-realrate-currency-before="CAD"]::before {
    font-size: 9px;
  }
}

@media (max-width: 320px) {
  .rr__container .rr__label label {
    font-size: 11px !important;
  }
}

.rr__container table,
.rr__container td,
.rr__container th {
  border: 0;
}

.rr_ripple {
  transform: translateX(45%);
  position: relative;
  right: 15px;
  top: 5px;
}

.rr_ripple div {
  display: none;
  position: absolute;
  border: 4px solid #5a5a5a;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.rr_ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*  */

.g__container .rr__logo img {
  max-width: 90px;
}

.rr__response {
  width: 100%;
  text-align: center;
  padding: 5px;
}

.rr__ellipsis {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -30px;
  right: 9px;
}

.rr__ellipsis div {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.rr__ellipsis div:nth-child(1) {
  left: 6px;
  animation: rr__ellipsis1 0.6s infinite;
}

.rr__ellipsis div:nth-child(2) {
  left: 6px;
  animation: rr__ellipsis2 0.6s infinite;
}

.rr__ellipsis div:nth-child(3) {
  left: 26px;
  animation: rr__ellipsis2 0.6s infinite;
}

.rr__ellipsis div:nth-child(4) {
  left: 45px;
  animation: rr__ellipsis3 0.6s infinite;
}

@keyframes rr__ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rr__ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes rr__ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

/*
discount price style
*/

.RealRate-BB-container .has-price[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after {
  content: attr(data-RealRate-NotDiscountedPrice-before) attr(data-realrate-currency-before);
  display: block;
  font-size: 9px;
  font-weight: 500;
  width: 100%;
  left: 0;
  color: #000;
  z-index: 9999;
  pointer-events: none;
  text-decoration: line-through;
}

.RealRate-BB-container .has-price[data-RealRate-price-before]::before {
  font-weight: 600;
}

.rr__container .has-price.realrate-custom-checked[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after,
.rr__container .realrate-custom-hovering.has-price[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after,
.rr__container .has-price.realrate-custom-checked[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after,
.rr__container .realrate-custom-hovering.has-price[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after {
  content: "";
}

/*
End discount price  style
*/

.rr__book_now_as_link,
.rr__book_now_as_link:hover,
.rr__book_now_as_link:active {
  display: none;
  color: inherit;
  height: 100%;
  border: 0;
  flex: 1;
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  font-family: inherit;
  display: flex;
  align-items: center;
}

.sbe_synxis .rr__submit_button,
.travelclick .rr__submit_button {
  display: none;
}

.sbe_synxis .rr__book_now_as_link,
.travelclick .rr__book_now_as_link {
  display: flex !important;
  color: inherit;
  height: 100%;
  border: 0;
  flex: 1;
  width: 100%;
  background: transparent;
  line-height: 2;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  font-family: inherit;
  text-decoration: none;
}

.sbe_synxis .rr__book_now_as_link:hover,
.travelclick .rr__book_now_as_link:hover {
  text-decoration: none;
}

/* .travelclick .rr__infos__stay {
    justify-content: space-around;
}

.travelclick .rr__promo {
    display: none;
} */

.rt_trip {
  color: #000;
}

.rt_advisor {
  color: #000;
}

.rt_book {
  color: #000;
}

.rt_ing {
  color: #000;
}

.rt_expedia {
  color: #000;
}

.rr__logo {
  font-size: 15px;
}

.rr__logo>span {
  font-weight: 600;
}

.rr__container table {
  table-layout: inherit;
}

.rr_map_full .rr__nearby .rr__nearby-tlt {
  font-size: 16px;
}

.rr__container .rr__container_body--right .rr__title p,
.rr__container .rt__popup_header p,
.rr__container .rr__xtease_title p {
  line-height: 1;
}

.rr_map_full {
  display: none;
}

.open .rr_map_full {
  display: block;
}

@media all and (-ms-high-contrast: none) {

  .rr__container .date-picker-wrapper table .caption .next,
  .rr__container .date-picker-wrapper table .caption .prev {
    visibility: visible;
    font-size: 45px;
  }

  .rr__container .date-picker-wrapper table .caption .next::before,
  .rr__container .date-picker-wrapper table .caption .prev::before {
    display: none;
  }

  /* IE10 */
  *::-ms-backdrop,
  .rr__container .date-picker-wrapper table .caption .next,
  .rr__container .date-picker-wrapper table .caption .prev {
    visibility: visible;
  }

  .rr__container .date-picker-wrapper table .caption .next::before,
  .rr__container .date-picker-wrapper table .caption .prev::before {
    display: none;
  }
}

/* IE11 */

/* .rr__guests__col.Rooms {
    display: none
} */

/* Last Xtease styling  by A  */

@keyframes RealRateXteaseFadeIn {
  0% {
    display: flex;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.rr__container .RR_xtease_provider_style_1,
.rr__container .RR_xtease_provider_style_2,
.rr__container .RR_xtease_provider_style_3,
.rr__container .RR_xtease_provider_style_4,
.rr__container .RR_xtease_provider_style_5 {
  display: none;
}

.rr__container .RR_xtease_provider_style_0 {
  animation: RealRateXteaseFadeIn ease 5s;
  -webkit-animation: RealRateXteaseFadeIn ease 5s;
  -moz-animation: RealRateXteaseFadeIn ease 5s;
  -o-animation: RealRateXteaseFadeIn ease 5s;
  -ms-animation: RealRateXteaseFadeIn ease 5s;
  display: flex;
}

/* End Last Xtease styling  by A  */

/***************** Multiple Room *********/

.rr__guests__col.Rooms {
  position: relative;
}

.rr__editGuest {
  position: absolute;
  top: 74px;
  left: 5px;
  background: white;
  padding: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 2px;
  box-shadow: 0 0 15px #5a5a5a8c;
  font-family: "Montserrat", sans-serif;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}

.rr__editGuest.multiRooms,
.rr__editGuest.onlyChild {
  padding: 0;
}

.rr__editGuest.multiRooms .rr__delete_room:first-child {
  display: none;
}

.rr__lineRoom {
  display: flex;
  padding: 5px 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.rr__lineRoom:last-child {
  padding-bottom: 0;
}

.rr__container .rr__editGuest h2 {
  line-height: 1;
  font-weight: 400;
  padding: 0 10px 10px;
  text-align: center;
}

.rr__delete_line,
.rr__add_line {
  font-size: 28px;
  display: flex;
  cursor: pointer;
}

.rr__add_line .rr__lineRoom-add {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.rr__add_line .rr__lineRoom-add span {
  font-size: 28px;
  margin-right: 8px;
}

.rr__lineRoom-numOfRoom {
  padding: 5px;
  text-overflow: ellipsis;
  white-space: pre;
}

.rr__delete_line {
  transform: rotate(45deg);
}

.rr__edit_adult select,
.rr__edit_child select {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 1.75rem 0 0.625rem;
  height: 2.5rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  text-overflow: ellipsis;
  background: transparent;
  width: 100%;
  border-radius: 0;
  min-width: 130px;
}

.rr__lineRoom_add {
  display: flex;
  padding: 5px 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.rr__edit_adult,
.rr__edit_child {
  position: relative;
  flex-grow: 1;
  margin: 0 10px;
}

.rr__edit_adult::before,
.rr__edit_child::before {
  content: "\e900";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: "RRicon" !important;
  pointer-events: none;
}

.rr__edit_apply {
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.rr__edit_apply p {
  color: #ffffff;
  background-color: #ea1d5c;
  padding: 10px;
  border: 0;
  box-shadow: none;
  font-weight: 400;
}

@media (max-width: 600px) {

  .rr__guests__col.Rooms,
  .rr__container .rr__guests__col {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    flex: 1;
  }

  .rr__guests__col.Rooms {
    border-right: 1px dashed white;
  }

  .rr__editGuest {
    left: 0;
    right: 0;
    width: 100%;
    min-width: auto;
    position: fixed;
    top: 180px;
  }

  .rr__edit_adult,
  .rr__edit_child {
    margin: 0 5px;
  }

  .rr__lineRoom {
    padding: 0 0 5px 0;
  }

  .rr__edit_apply {
    margin: 5px 5px 0 0;
  }
}

.rr__disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.rr__notwork {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rr__notwork-price {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.rr__book_now_as_link.rr__button_rooms {
  justify-content: center;
}

.rr__close_multiRoom {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 15px;
  padding: 5px;
  transform: rotate(45deg);
}

.rr__close_multiRoom.mr_v2 {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  font-size: 15px;
  padding: 5px;
  transform: rotate(45deg);
  font-size: 1.5em;
}

@media (max-height: 700px) {
  .date-picker-wrapper table .caption {
    height: 25px;
  }

  .rr__container .date-picker-wrapper .month-wrapper table .day {
    font-size: 16px;
    min-height: 55px;
  }

  .date-picker-wrapper .month-wrapper table td,
  .date-picker-wrapper .month-wrapper table th {
    line-height: 4px;
  }

  .rr__container .rr__date__item--day {
    font-size: 30px;
  }

  .rr__container .rr__container_body--left .rr__title,
  .rr__container .rr__container_body--middle .rr__title,
  .rr__container .rr__container_body--right .rr__title,
  .rr__container .rr__xtease_title,
  .rr__container .rt__popup_header {
    padding: 6px;
  }

  .rr__container .rt__popup_body {
    padding: 2px 10px 0;
  }

  .rr__container .rr__submit {
    height: 50px;
  }

  .RealRate-BB-container td[status-date="MinStay"][data-realrate-minstay-after]::after {
    padding: 3px;
  }
}

/* @media (min-width: 900px) and (max-height: 680px) {
    .rr__container {
        zoom: 0.8;
    }
} */

.rr__promotions {
  display: flex;
  /* display: none; */
  position: relative;
  cursor: pointer;
}

.rr__promotions_fields {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #000;
  min-width: 150px;
  padding: 10px;
  z-index: 999909;
  top: 40px;
  border-radius: 3px;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0px 5px 10px #00000047;
}

.rr__promotions .rr__label {
  cursor: pointer;
}

.rr__promotions_fields .rr__promo {
  margin: 0;
  margin-bottom: 6px;
}

.rr__container .rr__promotions_fields .rr__promo input::placeholder {
  color: #000 !important;
  opacity: 1;
}

.rr__container .rr__promotions_fields .rr__promo input {
  border-bottom: 1px solid black;
  color: #000;
}

.rr__promotions_fields.rr__promotions_fields--show {
  display: flex !important;
  flex-direction: column;
}

.rr__container .rr__promotions_fields .rr__label label {
  cursor: pointer;
}

.rr__promotions_fields::after {
  border-color: transparent;
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

@media (max-width: 600px) {
  .rr__promotions {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .rr__promotions_fields {
    width: 100%;
    top: 40px;
  }

  .date-picker-wrapper table .caption {
    height: 35px;
  }

  .rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    font-weight: 500;
    position: relative;
    font-size: 14px;
  }

  .rr__container {
    zoom: 100% !important;
  }
}

/* .rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.valid, .rr__container .rr__grpLegend .BECalOpen.hide_price:after {
    content: 'foo';
} */

.rr__without_price.rr__container .rr__submit_p {
  /* opacity: 0; */
  /* display: none; */
}

/* .rr__without_price .sbe_synxis .rr__book_now_as_link,
.rr__without_price .rr__submit .rr__submit_button {
  text-align: center;
} */

.rr__without_price .RealRate-BB-container .has-price[data-RealRate-price-before]::before,
.rr__without_price.rr__container .has-price.realrate-custom-checked[data-RealRate-price-before]::before,
.rr__without_price.rr__container .realrate-custom-hovering.has-price[data-RealRate-price-before]::before,
.rr__without_price .RealRate-BB-container .has-price[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after,
.rr__without_price .RealRate-BB-container td::before {
  display: none;
}

.rr__without_price .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rr__without_price .RealRate-BB-container td[status-date="Close"] .day {
  background: none;
}

/* .realrate-custom-checked:not(.has-price){
    display: none;
} */

/* multi room / childrenBy age */

.rr__editGuest * {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

.rr__editGuest {
  position: absolute;
  top: 74px;
  left: 50px;
  min-width: 410px;
  max-height: 400px;
  min-height: 200px;
  background: white;
  /* padding: 0px; */
  z-index: 9999;
  border: 1px solid #dfdfdf;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #292929;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: none;
  /* overflow: hidden; */
}

.rr__editGuest::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f5f5f4;
}

.rr__editGuest--header {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
  background-color: #607d8a;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.rr__editGuest--body {
  flex: 1;
  width: 100%;
  padding: 10px;
  overflow-y: auto;
}

.rr__editGuest--body::-webkit-scrollbar {
  background-color: #f0f0f0;
  width: 3px;
}

.rr__editGuest-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rr__delete_room {
  display: flex;
  align-items: center;
  color: #e62040;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  padding: 5px;
}

.rr__delete_room svg {
  width: 20px;
  height: auto;
  padding: 5px;
}

.rr__delete_room path {
  fill: #e62040;
}

.rr__lineRoom-numOfRoom {
  text-overflow: ellipsis;
  white-space: pre;
  text-transform: uppercase;
}

.rr__editGuest-bottom {
  background: #f4f5f4;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: space-around;
}

.rr__editGuest--info {
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.rr__editGuest--info>div {
  margin-right: 10px;
}

.rr__editGuest--info>div:last-child {
  margin-right: 0px;
}

.rr__editGuest-container {
  background: #fff;
  padding: 10px 0;
  display: flex;
  align-content: center;
  justify-content: space-around;
  flex-grow: 1;
}

.rr__editGuest-container .RRicon {
  font-size: 12px;
  margin: 0 10px;
  font-weight: bold;
  background: #f5f5f4;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.rr__editGuest-container .RRicon:hover {
  background: #dbdbdb;
}

.rr__editGuest-container:hover .RRicon {
  opacity: 1;
}

.rr__editGuest_value {
  display: flex;
  align-items: center;
  color: #adadad;
}

.rr__editGuest_val,
.rr__editGuest_less_1year {
  font-size: 14px;
  color: black;
  margin-right: 5px;
  font-weight: 500;
}

.rr__editGuest-container .RRicon.disabled {
  cursor: not-allowed;
  background: #f7f7f7;
  color: #cfcfcf;
}

.rr_setAge {
  margin-top: 10px;
}

.rr__editGuest-label {
  flex-basis: calc(50% - 12.5px);
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
}

/* ****** */

/* ****** */

/* ****** */

/******************* FOOTER ************************/

/* ****** */

/* ****** */

/* ****** */

.rr__editGuest--footer {
  display: flex;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding: 15px;
  justify-content: space-between;
}

button.rr__edit_apply {
  padding: 15px 40px;
  color: #fff;
  background-color: #ff0038;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
}

button.rr__add_room {
  margin: 0;
  padding: 15px 40px;
  color: black;
  background-color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

/************************ END FOOTER ************************/

.onlyChild {
  left: 50%;
}

.onlyChild .rr__editGuest--footer {
  justify-content: flex-end;
}

.rr__editGuest.onlyChild::before {
  right: 60px;
  left: auto;
}

/* multi room / childrenBy age */

/* style new map  */

.rr_map_extend {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  background-color: rgb(209, 209, 209);
  top: 100%;
  left: 0;
  display: flex;
  box-shadow: 0 3px 14px rgb(0 0 0 / 10%);
  border-radius: 6px;
  transition: all 0.4s ease-in;
  z-index: 99999999;
}

.rr_map_extend.open {
  top: 0%;
}

#maps_big {
  /* position: absolute; */
  /* height: 100%;
width: 100%;
top: 0;
left: 0; */
  flex: 1;
}

/*  Style popup*/

.leaflet-popup {
  max-width: none;
}

.leaflet-popup-content {
  margin: 0;
  width: 240px !important;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
}

.rr_popup_img {
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.rr_map_extend {
  font-family: "Montserrat";
  font-size: 13px;
}

.rr_popup_txt {
  margin-top: 10px;
  font-family: "Montserrat";
}

.rr_popup_info {
  flex: 1;
  line-height: 1.4;
}

.rr__place_name {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.rr__place_categorie {
  font-size: 12px;
  opacity: 1;
  color: black;
  font-weight: 300;
  line-height: 1.4;
  text-transform: capitalize;
  letter-spacing: -.5px;
  margin-top: 10px;
}

.rr_popup_title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.rr__place_desc {
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
  opacity: 0.6;
}

.rr_popup_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  line-height: 1;
}

.rr_popup_action a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  padding: 2px;
  background: #dff6ffa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 14px;
  color: #2196f3;
}

.rr_popup_action-item svg {
  fill: #3f51b5;
  width: 15px !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.popupPlace.place {
  display: flex;
  padding: 10px;
}

.popupHotel {
  padding: 15px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  box-shadow: 0 3px 14px rgb(0 0 0 / 48%);
}

.rr_rate_hotel {
  display: flex;
  align-items: center;
}

svg#rr_map_star {
  width: 12px;
  height: 12px;
  line-height: 1;
  fill: #ffc107;
  display: block;
}

.rr_cont_rating {
  position: relative;
  margin-right: 5px;
  padding: 5px;
  border-radius: 4px;
  overflow: hidden;
}

.rr_cont_rating::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffc107;
  opacity: 0.1;
  z-index: 0;
}

.rr_hote_note {
  font-weight: 600;
}

a.rr__place_go {
  display: block;
  border: 1px solid #9e9e9e70;
  padding: 12px 10px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: black;
  background: white;
  line-height: 1;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

a.rr__place_go:hover,
a.rr__place_go:focus {
  background-color: black;
  color: white;
}

.rr_map_sidebar {
  padding: 0;
  width: 350px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 99999;
  pointer-events: none;
}

.rr_map_sidebar .rr__t_close_desktop {
  transform: rotate(90deg);
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.57, 0.37, 0.54, 0.01);
}

.rr_map_sidebar .rr__t_close_desktop_left {
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  transform: none;
  opacity: 0;
  position: absolute;
}

.rr_map_sidebar .rr__t_close_desktop img,
.rr_map_sidebar .rr__t_close_desktop_left img {
  width: 35px;
}

.rr_map_sidebar .rr__t_close_desktop.open {
  transform: rotate(270deg);
}

/* SLIDER */

/* .slider {
    width: auto;
    margin: 30px 50px 50px;
}

.slick-slide {
    background: rgb(255, 255, 255);
    text-align: center;
} */

/* END SLIDER */

.rr_map_title {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  padding: 20px;
  background: rgb(255 255 255);
  z-index: 2;
  pointer-events: initial;
  cursor: pointer;
  /* box-shadow: 0 -12px 14px rgb(0 0 0 / 48%); */
  box-shadow: 0 -4px 23px rgb(0 0 0 / 70%);

}

.rr__t_close_desktop {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  cursor: pointer;
  /* display: none; */
}

.rr_map_sidebar_open {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 350px;
  z-index: 9999;
  background: #fff;
  padding: 15px;
  box-shadow: 3px 2px 20px 0px #00000026;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.rr_map_sidebar_open span {
  font-weight: bold;
}

.rr_map_sidebar_open .rr__t_close_desktop {
  position: absolute;
  margin-left: 0;
  top: 8px;
  right: 10px;
  transform: rotate(90deg);
}

.rr_map_sidebar_open:hover {
  left: 0;
}

.rr_map_sidebar.active {
  top: 0;
}

/* .rr__container .rr__t_close_desktop svg{
    width: 20px;
} */

.rr_map_title span,
.rr_places_res span {
  font-weight: 700;
  font-size: 14px;
}

.rr_category_item {
  /* width: 160px !important; */
  margin-right: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #9e9e9e70;
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.rr_category_item.slick-active {
  background-color: black;
  color: white;
}

.rr_places_item--info {
  flex: 1;
  width: calc(100% - 40px);
}

.rr_map_category {
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 100%;
  background: white;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.rr_map_category.open {
  bottom: 0;
  top: 55px;
  box-shadow: 0 -12px 14px rgb(0 0 0 / 48%);
  pointer-events: initial;
}

.rr_map_category_title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
}

.rr_places {
  padding: 15px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.rr_places_res {
  font-size: 12px;
  font-weight: 300;
}

.rr_places_container {
  margin-top: 10px;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #eee #fff;
  scrollbar-shadow-color: transparent;
  scrollbar-width: thin;
  padding-right: 5px;
}

.rr_places_container::-webkit-scrollbar {
  width: 2px;
}

.rr_places_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(255, 255, 255);
  border-radius: 2px;
}

.rr_places_container::-webkit-scrollbar-thumb {
  border-radius: 1px;
  box-shadow: inset 0 0 6px #eeeeeec5;
}

.rr_places_item {
  border: 1px solid #d4d4d48c;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  transition-property: visibility, opacity, transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(1, -0.03, 0.21, 0.38);
  cursor: pointer;
  position: relative;
}

.rr_place_active.rr_places_item {
  border: none;
  border-radius: 0px;
}

.rr_place_active .rr_places_item--left {
  border: 1px solid #d4d4d48c;
  overflow: hidden;
  border-radius: 4px;
}

.rr_place_active .rr_places_item--left.active {
  background: #cccccc2b;
  border-color: black;
}

.rr_places_item--cat {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 10px;
  background-color: white;
  line-height: 1;
  font-size: 9px;
  padding: 2px 10px;
  box-shadow: 0 0 14px #8080808f;
  text-transform: uppercase;
}

.rr_places_item--left {
  padding: 14px 10px;
  display: flex;
  flex-wrap: nowrap;
}

.rr_places_item--icon {
  width: 40px;
  margin-right: 5px;
}

.rr_places_item._active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  position: relative;
}

.rr_places_item--loader {
  position: absolute;
  /* width: 100%; */
  /* height: 100%; */
  background: #f7f7f7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 9;
  display: flex;
}

.rr_places_item--loader-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #efefef;
}

.rr_places_item--loader-right {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rr_places_item--loader-title,
.rr_places_item--loader-sub {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background-color: #efefef;
  margin-bottom: 10px;
  /* margin-top: 10px; */
}

.rr_places_item--loader-sub {
  width: 40%;
}

.rr_places_item--left img {
  max-width: 30px;
  margin: 0;
  width: auto !important;
  /* margin-right: 10px; */
}

.rr_places_header {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  line-height: 1.5;
}

.rr_places_desc {
  opacity: 0.6;
  font-size: 11px;
  line-height: 1.4;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rr_places_distance {
  font-weight: bold;
  opacity: 1;
  font-size: 12px;
  color: #607d8b;
  white-space: nowrap;
  margin-left: 2px;
}

.rr_popup_txt .rr_popup_title {
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0;
}

.rr_popup_action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rr_places_header span {
  font-weight: 500;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
}

.rr_places_distance.inside_popup {
  float: right;
  margin-bottom: 12px;
}

.rr__t_close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 99999999;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.rr__action_map .st0 {
  fill: white;
  stroke-width: 1px;
  stroke: white;
}

.rr_st1 {
  fill: white !important;
}

.rr_st0 {
  fill: none !important;
  stroke: white !important;
}

.rr__icon_close {
  opacity: 1;
}

.rr__t_close img {
  width: 20px;
}

.rr__t_close:hover .rr__icon_close {
  opacity: 1;
}

.rr__t_close:hover {
  background: rgb(255, 255, 255);
}

/* CUSTOM SELECT */

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  /* font-family: "Open Sans", "Arial", sans-serif; */
  font-size: 15px;
  color: #60666d;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 1px solid #dbdbdb7a;
  border-radius: 6px;
  overflow: hidden;
}

.select-box__current:focus+.select-box__list.active_list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus+.select-box__list.active_list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon.active_icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px !important;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  background-color: #fff;
  text-transform: capitalize;
}

.select-box__list {
  z-index: 999;
  position: absolute;
  top: 40px;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  border-top: 0;
}

.select-box__list li img {
  max-width: 20px;
  margin: 0;
  margin-right: 10px;
}

.select-box__option {
  padding: 12px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* END CUSTOM SELECT */

/*  */

@keyframes rr_loader_item {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(0px);
  }
}

.rr_loader {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  animation: rr_loader_item 1.2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite forwards;
}

.rr_loader img {
  width: 20px !important;
}

/* map mobile version  */

.rr_menu_burger,
.rr_map_layer {
  display: none;
}

.rr__t_close_mobile {
  display: none;
}

.rr_menu_burger img {
  width: 30px !important;
}

@media screen and (max-width: 768px) {

  .rr_map_extend {
    min-width: auto;
    width: 100%;
  }

  .rr_map_sidebar {
    top: -100%;
    width: 100%;
  }

  .rr_menu_burger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999999;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    border: 1px solid #9e9e9e1f;
    cursor: pointer;
  }

  .rr_map_sidebar.open {
    top: 0;
    z-index: 9999999999;
  }

  .rr_map_sidebar.open .rr_map_category {
    bottom: 0;
    top: 60px;
    pointer-events: initial;
  }

  .rr_places_desc {
    display: none;
  }

  .rr_map_layer {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .rr_map_layer.open {
    display: block;
  }

  .rr__t_close_mobile {
    display: flex;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
  }

  .rr__t_close_desktop {
    display: none;
  }

  .rr_map_title {
    justify-content: space-between;
    display: flex;
    height: 60px;
  }

  .rr_map_title span {
    line-height: 1.8;
  }

  .rr_map_sidebar_open {
    display: none;
  }

  .rr_map_sidebar .rr__t_close_desktop {
    display: none;
  }

}

/* map mobile version */

/* style new map  */

/* style realrate without offers */

.rr__without_offer.rr__container {
  border-radius: 10px;
}

.rr__without_offer .rr__offers {
  display: none;
}

.rr__without_offer.rr__container .date-picker-wrapper .month-wrapper table .day {
  margin: 2px;
  min-height: 64px;
}

.rr__without_offer.rr__container .date-picker-wrapper .month-wrapper table .day.toMonth.valid,
.rr__container .rr__grpLegend .BECalOpen {
  border: 1px solid #bbbbbb;
}

.rr__without_offer .RealRate-BB-container .has-price[data-RealRate-price-before]::before {
  font-weight: 400;
}

/* .rr__without_offer.rr__container .rr__container_body--right {
    flex-basis: 28%;   
} */

.rr__without_offer.rr__container .rr__container_body--all {
  padding: 0px;
}

.leaflet-popup-tip-container {
  margin-left: -20px !important;
}

.rr__container .leaflet-popup {
  margin-bottom: 30px;
}

.leaflet-popup-tip {
  margin: -10px auto 0 !important;
}

.rr__lf_maps {
  display: inline-block;
  width: 100%;
  background-position: center 48%;
  /* background-size: cover; */
  background-image: url(https://uploads.globres.io/rr/mv2/sc/default_carte.png?rr);
}

.rr__container.rr_small {
  zoom: 80%;
}

.rr__container.rr_medium {
  zoom: 90%;
}

.rr__container.rr_large {
  zoom: 1;
}

.rr_hide {
  display: none;
}

.rr__container svg {
  width: -webkit-fill-available;
}

/* style realrate without offers */

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  background: #000;
  color: #fff;
  font-size: 3em;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

input[type="url"],
input[type="number"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  border-radius: 8px;
}

.leaflet-touch .leaflet-bar a {
  line-height: 0.5;
}

.leaflet-touch .leaflet-bar a span {
  color: white;
  font-size: 22px;
  line-height: 1.3;
}

.leaflet-bar a:hover span {
  color: black;
}

.rr__editGuest-item.rr__roomLine:first-child .rr__delete_room {
  display: none;
}

.rr_disabled {
  opacity: 0 !important;
  cursor: default !important;
}

.leaflet-control-zoom {
  zoom: 1.15;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0;
}

.rr_popup_img img {
  height: 100% !important;
}

.month-wrapper table .day.lastMonth {
  display: none !important;
}

.rr__editGuest.multiRooms .rr__roomLine-numOfRoom span {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .rr__editGuest.multiRooms,
  .rr__editGuest.onlyChild {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    height: 100%;
    max-height: none;
  }

  .rr__editGuest.multiRooms .rr__editGuest--body,
  .rr__editGuest.onlyChild .rr__editGuest--body {
    flex: 1;
  }

  .rr__editGuest.multiRooms,
  .rr__editGuest.onlyChild {
    min-width: auto !important;
    position: fixed !important;
    top: 200px !important;
    left: 10px !important;
    bottom: 0px !important;
    right: 10px !important;
    max-height: none !important;
    width: calc(100% - 20px);
    height: calc(100% - 210px);
  }

  button.rr__add_room {
    padding: 15px 20px;
  }

  .rr__editGuest.multiRooms.mr_active,
  .rr__editGuest.onlyChild.mr_active {
    display: flex !important;
  }
}

.onlyChild button.rr__edit_apply {
  width: 100%
}

.rr__container .date-picker-wrapper .month-wrapper table td[status-date=NoArrival] .day.toMonth.valid,
.rr__container .rr__grpLegend .BENoArrive {
  background-image: linear-gradient(143deg, #d4dbc5 50%, #FFF 50%);
  color: #000;
}

/* .rr__container .date-picker-wrapper .month-wrapper table td[status-date="NoArrival"]::before {
  display: none;
} */

.leaflet-right .leaflet-control {
  margin-right: 15px;
}

.rr__t_close:hover {
  background: black;
}

.leaflet-bar a:hover {
  background: black;
}

.leaflet-bar a:hover span {
  color: white;
}

.leaflet-bar a.leaflet-disabled {
  background: black;
}

.day.nextMonth.valid.checked {
  opacity: 0;
}

/* style for scroll categories  */
.select-box__list {
  height: 530px;
  overflow: hidden;
  overflow-y: auto;
}

.select-box__list::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 6px;
}

.select-box__list::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

@media (max-width:600px) {
  .RealRate-BB-container .has-price[data-RealRate-price-before]::before {
    content: attr(data-RealRate-price-before) '\A' attr(data-realrate-currency-before);
    white-space: nowrap;
    font-size: 9px;
    line-height: 1.2;
  }

  .RealRate-BB-container .has-price[data-RealRate-price-before] div.valid[data-RealRate-NotDiscountedPrice-before]::after {
    top: 24px;
    position: absolute;
  }
}