/* 9px / 16 = 0.563rem */

/* 10px / 16 = 0.625rem */

/* 11px / 16 = 0.6875rem */

/* 12px / 16 = 0.75rem */

/* 13px / 16 = 0.8125rem */

/* 14px / 16 = 0.875rem */

/* 15px / 16 = 0.9375rem */

/* 16px / 16 = 1rem */

/* 17px / 16 = 1.0625rem */

/* 18px / 16 = 1.125rem */

/* 19px / 16 = 1.1875rem */

/* 20px / 16 = 1.25rem */

/* 21px / 16 = 1.3125rem */

/* 12px / 16 = 1.375rem */

/* 23px / 16 = 1.438rem */

/* 24px / 16 = 1.5rem */

/* 25px / 16 = 1.5625rem */

/* 26px / 16 = 1.625rem */

/* 27px / 16 = 1.688rem */

/* 28px / 16 = 1.75rem */

/* 29px / 16 = 1.8125rem */

/* 30px / 16 = 1.875rem */

.detail-nav .bg-white.detail-navbar {
  position: relative;
}

.detail-scroll-translate {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

.skel-static-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.skel-static-img::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.skel-static-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 50px;
}

.skel-static-gallery {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.skel-static-gallery::before {
  content: "";
  position: absolute;
  border-radius: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.skel-static-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px;
}

.detail-img-skel {
  width: 100%;
  height: 400px;
  border-radius: unset !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-img-skel::before {
  content: "";
  position: absolute;
  border-radius: 12px 0 0 12px;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.detail-img-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 12px 0 0 12px;
}

@media screen and (max-width: 768px) {
  .detail-img-skel {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 250px;
  }

  .detail-img-skel::before {
    content: "";
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shine 2s infinite;
            animation: shine 2s infinite;
    z-index: 999;
  }

  .detail-img-skel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 12px;
  }
}

.detail-img-skel-invert {
  width: 100%;
  height: 400px;
  border-radius: unset !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-img-skel-invert::before {
  content: "";
  position: absolute;
  border-radius: 0px 12px 12px 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.detail-img-skel-invert::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px 12px 12px 0px;
}

.detail-img-skel-box {
  width: 100%;
  height: 196px;
  border-radius: unset !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-img-skel-box::before {
  content: "";
  position: absolute;
  border-radius: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.detail-img-skel-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px;
}

.detail-img-skel-radius-top {
  width: 100%;
  height: 196px;
  border-radius: unset !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-img-skel-radius-top::before {
  content: "";
  position: absolute;
  border-radius: 0px 12px 0px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.detail-img-skel-radius-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px 12px 0px 0;
}

.detail-img-skel-radius-bottom {
  width: 100%;
  height: 196px;
  border-radius: unset !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.detail-img-skel-radius-bottom::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 12px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  z-index: 999;
}

.detail-img-skel-radius-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 196px;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0px 0px 12px 0;
}

.mb-8px {
  margin-bottom: 8px;
}

.detail-page {
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  .detail-page {
    margin-top: 25px;
  }
}

.detail-page .covid-txt-detail {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.detail-page .detail-scrollspy {
  background-color: #fff !important;
  -webkit-box-shadow: #00000014 0 1px 0;
          box-shadow: #00000014 0 1px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.detail-page .detail-scrollspy li {
  margin: 0 25px 0 0;
  padding: 24px 0 24px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media screen and (max-width: 576px) {
  .detail-page .detail-scrollspy li {
    margin: 0 15px 0 0;
    padding: 15px 0 15px 0;
  }
}

.detail-page .detail-scrollspy li:hover {
  border-bottom: 3px solid #222222;
  padding: 24px 0 24px 0;
}

.detail-page .detail-scrollspy li:hover a {
  color: #222222;
}

@media screen and (max-width: 576px) {
  .detail-page .detail-scrollspy li:hover {
    padding: 15px 0 15px 0;
  }
}

.detail-page .detail-scrollspy .nav-link {
  padding: 0;
  font-weight: 500;
}

.detail-page .detail-scrollspy .nav-link:focus,
.detail-page .detail-scrollspy .nav-link:hover {
  color: #222222;
}

.detail-page .dot {
  position: relative;
}

.detail-page .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 50px;
  left: -2px;
}

.detail-page .room-images-div ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-page .room-images-div ul::before {
  display: none;
}

.detail-page .room-images-div ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-page .hosted-profile {
  height: 30px;
  width: 30px;
}

.detail-page .hosted-profile img {
  border-radius: 50px;
}

.detail-page .short-amety {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background-color: #F8F8F8;
}

.detail-page .the-space .the-space-box {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  padding: 20px;
  width: 180px;
}

@media screen and (max-width: 576px) {
  .detail-page .the-space .the-space-box {
    width: 160px;
  }
}

.detail-page .the-space .the-space-box img {
  width: 20px;
  height: 20px;
}

.detail-page .place-offers ul {
  list-style-type: none;
}

.detail-page .place-offers ul li {
  width: 46%;
  display: inline-block;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 380px) {
  .detail-page .place-offers ul li {
    width: 100%;
  }
}

.detail-page .place-offers ul li img {
  width: 20px;
  height: 20px;
}

.detail-page .ratings-reviews .rating-progress {
  height: 4px;
  border-radius: 20px;
  width: 150px;
}

.detail-page .ratings-reviews .rating-progress .bg-rating {
  background-color: #222222 !important;
}

.detail-page .review-div .reviews-profile-img {
  width: 50px;
  height: 50px;
}

.detail-page .review-div .reviews-profile-img img {
  border-radius: 50px;
}

.detail-page .review-div .review-name {
  position: relative;
  top: 1px;
}

.detail-page .review-div .review-date {
  position: relative;
  top: -1px;
}

.detail-page .where-will-div .where-will-map {
  width: 100%;
  border-radius: 24px;
  height: 500px;
}

@media screen and (max-width: 992px) {
  .detail-page .where-will-div .where-will-map {
    width: 100%;
    border-radius: 24px;
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .detail-page .where-will-div .where-will-map {
    width: 100%;
    border-radius: 24px;
    height: 250px;
  }
}

.detail-page .hosted-profile-div .hosted-profile-img {
  width: 60px;
  height: 60px;
}

.detail-page .hosted-profile-div .hosted-profile-img img {
  border-radius: 50px;
}

.detail-page .hosted-profile-div .during-stay-div {
  word-break: break-word;
}

.detail-page .hosted-profile-div .during-stay-div ul {
  list-style-type: none;
  padding: unset;
  margin-bottom: unset;
}

.detail-page .hosted-profile-div .during-stay-div ul li {
  word-break: break-word;
  margin: 0 0 6px 0;
}

.detail-page .request-book-div {
  position: sticky;
  top: 90px;
}

.detail-page .request-book-div .request-book-box {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px #00000014;
          box-shadow: 0px 5px 10px #00000014;
  border: 0.5px solid #dddddd;
  border-radius: 15px;
  padding: 30px;
}

.detail-page .request-book-div .request-book-box .entry-box {
  background: #fff;
  border: 0.5px solid grey;
  border-radius: 15px;
}

.detail-page .request-book-div .request-book-box .entry-box .in-out-div {
  border-bottom: 1px solid grey;
}

.detail-page .request-book-div .request-book-box .entry-box .in-out-div .in-div {
  border-right: 1px solid grey;
}

.detail-page .request-book-div .request-book-box .entry-box .in-out-div .in-div #ui-datepicker-div {
  left: -1px !important;
  top: 79px !important;
}

.detail-page .request-book-div .request-book-box .entry-box .in-out-div .out-div #ui-datepicker-div {
  left: -1px !important;
  top: 79px !important;
}

@media screen and (max-width: 576px) {
  .detail-page .request-book-div .request-book-box .entry-box .in-out-div .out-div #ui-datepicker-div {
    left: unset !important;
    right: -1px !important;
  }
}

.detail-page .request-book-div .request-book-box .entry-box .in-out-div .in-div,
.detail-page .request-book-div .request-book-box .entry-box .in-out-div .out-div {
  padding: 15px;
  position: relative;
  width: 100%;
}

.detail-page .request-book-div .request-book-box .entry-box .guests-div {
  padding: 15px;
}

.detail-page .request-book-div .request-book-box .entry-box .guests-div ul {
  padding: 10px 0 !important;
}

.detail-page .request-book-div .request-book-box .request-book-btn-div .btn-pink {
  border-radius: 10px;
  width: 100%;
  padding: 12px 0;
}

.detail-page .request-book-div .request-book-box ul {
  list-style-type: none;
  margin-bottom: unset;
  padding: unset;
}

.detail-page .request-book-div .request-book-box ul li {
  margin: 0 0 15px 0;
}

.detail-page .request-book-div .request-book-box ul li span {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.detail-page .request-book-div .request-book-box ul li:last-child {
  margin: unset;
}

.detail-page .request-book-div .request-book-box ul hr {
  color: grey !important;
}

.detail-page .request-book-div .daterangepicker {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: unset;
  left: 0 !important;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .detail-page .request-book-div .daterangepicker {
    width: 75% !important;
    max-height: 350px;
    overflow-y: auto;
  }

  .detail-page .request-book-div .daterangepicker .applyBtn {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
  .detail-page .request-book-div .daterangepicker {
    width: 65% !important;
    max-height: 350px;
    overflow-y: auto;
  }

  .detail-page .request-book-div .daterangepicker .applyBtn {
    margin-top: 10px !important;
  }
}

.detail-page .request-book-div .daterangepicker td.start-date.end-date {
  border-radius: 50px !important;
}

.detail-page .similar-listing .room-carousels .room-card-btn {
  top: -37px !important;
}

@media only screen and (min-width: 768px) {
  .detail-banner .detail-slider {
    width: 100% !important;
    height: 400px !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-radius: 12px;
  }

  .detail-banner .detail-slider li {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .detail-banner .detail-slider li.clone {
    display: none !important;
  }

  .detail-banner .detail-slider li.clone + .lslide {
    width: 50% !important;
    height: 400px;
  }

  .detail-banner .detail-slider li.clone + .lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider li.lslide {
    width: 25% !important;
    height: 196px;
  }

  .detail-banner .detail-slider li.lslide img {
    height: 100%;
    border-radius: unset;
  }

  .detail-banner .detail-slider li:nth-last-child(2):not(:nth-child(6)) {
    height: 400px;
  }

  .detail-banner .detail-slider li:nth-last-child(2):nth-child(4) {
    height: 195px;
    width: 50% !important;
  }

  .detail-banner .detail-slider li:nth-last-child(2):nth-child(3) {
    width: 50% !important;
  }

  .detail-banner .detail-slider li:nth-last-child(2):nth-child(2) {
    width: 100% !important;
  }

  .detail-banner .detail-slider li:nth-last-child(3):nth-child(3) {
    height: 195px;
    width: 50% !important;
  }

  .detail-banner .detail-slider li:first-child:last-child {
    width: 100% !important;
    height: 400px !important;
  }

  .detail-banner .detail-slider li .lSAction {
    display: none !important;
  }
}

.detail-banner .lightSlider .lslide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 195px;
  border-radius: 20px;
}

.detail-banner .lightSlider .detail-slider li [class^="caption_"] {
  display: none;
}

.lg-counter span {
  color: #999 !important;
}

.lg-toolbar .lg-download:after {
  color: #999 !important;
}

.lSAction a {
  opacity: 1 !important;
}

.custom-modal .modal-header {
  position: relative;
}

.custom-modal .modal-header button {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 15px;
}

.custom-modal .modal-header button i {
  font-size: 20px;
}

.custom-modal .host-info {
  border-radius: 20px;
  background: #edefed;
}

.custom-modal .host-info-1 {
  padding: 20px;
}

.custom-modal .host-info-1 .profile-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
}

.custom-modal .host-info-1 ul {
  list-style: disc;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 26px;
}

.custom-modal .screen-reader-only {
  display: none;
}

.custom-modal .compose-info .compose-info-btn,
.custom-modal .compose-info .compose-info-select-1 {
  border-radius: 0;
  border: 0.5px solid #dddddd;
}

.custom-modal .compose-info .compose-info-btn:active,
.custom-modal .compose-info .compose-info-select-1:active {
  border: unset;
}

.custom-modal .compose-info .compose-info-btn-1 {
  border-end-start-radius: 18px;
  border-start-start-radius: 18px;
}

.custom-modal .compose-info .compose-info-select i {
  position: absolute;
  top: 13px;
  right: 10%;
  font-size: 13px;
}

.custom-modal .compose-info .compose-info-select .compose-info-select-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 6px;
  border-end-end-radius: 18px;
  border-start-end-radius: 18px;
}

.custom-modal .compose-info .compose-info-select .compose-info-select-1:active {
  border: 0.5px solid #dddddd !important;
}

.custom-modal .compose-info .compose-info-select .compose-info-select-1 option {
  color: #757575;
  font-size: 17px;
}

.custom-modal .compose-info .btn:hover {
  border: 0.5px solid #dddddd;
}

.custom-modal .compose-info .panel-body textarea {
  height: 250px;
}

.custom-modal .compose-info .panel-body .form-control:hover,
.custom-modal .compose-info .panel-body .form-control:focus {
  border: 0.5px solid #dddddd !important;
}

.custom-modal .send-user .profile-img img {
  display: inline-block;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.custom-modal .send-user .btn-pink {
  background-color: #FF6969 !important;
  color: #fff !important;
}

.custom-modal .send-user .btn-pink:hover {
  background: #da282e !important;
  border-color: #da282e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.wishlist-popup .modal-header {
  position: relative;
}

.wishlist-popup .modal-header button {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 15px;
}

.wishlist-popup .modal-header button i {
  font-size: 20px;
}

.wishlist-popup .background-listing-img {
  border-end-start-radius: 12px;
  border-start-start-radius: 12px;
  min-height: 510px;
  background: no-repeat center / cover;
}

.wishlist-popup .profile-img .host-profile-img {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
}

.wishlist-popup .profile-info h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.wishlist-popup .profile-info span {
  color: #fff;
}

.wishlist-popup .add-wishlist .wl-modal-close {
  font-size: 14px;
}

.wishlist-popup .add-wishlist .wish-title {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px 0;
}

.wishlist-popup .add-wishlist .wish-title h6 {
  margin: 0;
  font-size: 20px;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul {
  max-height: 350px;
  overflow: auto;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li {
  padding: 10px;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li span {
  font-size: 15px;
  text-transform: capitalize;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li .wl-icons .icon {
  font-size: 17px;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li .wl-icons i.icon {
  display: inline-block;
  line-height: 12px;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li:hover {
  -webkit-transition: 250ms;
  transition: 250ms;
  background: #ff69690d;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li.active .wl-icons {
  display: block;
}

.wishlist-popup .add-wishlist .wl-modal-wishlists ul li.active .wl-icons .bi-heart-fill {
  color: #FF6969;
}

.wishlist-popup .add-wishlist .wl-modal-footer {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 0;
}

@media screen and (max-width: 767px) {
  .wishlist-popup .background-listing-img {
    border-radius: 24px;
    min-height: 300px;
    background: no-repeat center / cover;
  }
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] {
  opacity: 0;
  position: absolute;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] + label[for="wishlist-button"] .rich-toggle-checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] + label[for="wishlist-button"] .rich-toggle-unchecked {
  display: none;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] + label[for="wishlist-button"] span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] + label[for="wishlist-button"] span i {
  padding-right: 5px;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"] + label[for="wishlist-button"]:active {
  border: transparent !important;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"]:checked + label[for="wishlist-button"] .rich-toggle-checked {
  display: none;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"]:checked + label[for="wishlist-button"] .rich-toggle-unchecked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wishlist-wrapper input[type="checkbox"][name="wishlist-button"]:checked + label[for="wishlist-button"] .rich-toggle-unchecked .bi-heart-fill {
  color: #FF6969;
}

/* made by codewithbishal.com */

.share-popup .wrapper .icon {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 55px;
  height: 55px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.share-popup .wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
}

.share-popup .wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.share-popup .wrapper .facebook:hover .tooltip {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: #3b5999;
}

.share-popup .wrapper .twitter:hover .tooltip {
  background-color: #46c1f6;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.share-popup .wrapper .instagram:hover .tooltip {
  background-color: #e1306c;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.share-popup .wrapper .github:hover .tooltip {
  background-color: #333333;
  color: #fff;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.share-popup .wrapper .youtube:hover .tooltip {
  background-color: #de463b;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* UNRELATED to tooltips */

.pricing-tooltip {
  /* START TOOLTIP STYLES */
  /* Applies to all tooltips */
  /* Make the tooltips respond to hover */
  /* don't show empty tooltips */
  /* FLOW: UP */
  /* KEYFRAMES */
  /* FX All The Things */
}

.pricing-tooltip [tooltip] {
  position: relative;
  /* opinion 1 */
}

.pricing-tooltip [tooltip]::before,
.pricing-tooltip [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.pricing-tooltip [tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

.pricing-tooltip [tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  text-align: center;
  /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
  min-width: 3em;
  max-width: 21em;
  overflow: hidden;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

.pricing-tooltip [tooltip]:hover::before,
.pricing-tooltip [tooltip]:hover::after {
  display: block;
}

.pricing-tooltip [tooltip=""]::before,
.pricing-tooltip [tooltip=""]::after {
  display: none !important;
}

.pricing-tooltip [tooltip]:not([flow])::before,
.pricing-tooltip [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

.pricing-tooltip [tooltip]:not([flow])::after,
.pricing-tooltip [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

.pricing-tooltip [tooltip]:not([flow])::before,
.pricing-tooltip [tooltip]:not([flow])::after,
.pricing-tooltip [tooltip][flow^="up"]::before,
.pricing-tooltip [tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.pricing-tooltip [tooltip]:not([flow]):hover::before,
.pricing-tooltip [tooltip]:not([flow]):hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

.detail-icon {
  width: 22px !important;
  height: 22px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail-page .house-rules .the-space .the-space-box {
  height: auto;
  border: unset;
  padding: 0;
  width: auto;
}

.detail-page .house-rules .the-space .the-space-box .price-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #dbd8d8;
  border-radius: 15px;
  padding: 20px;
  min-width: 180px;
  height: 100%;
  width: 190px;
}

.contact-info .message-in-div #ui-datepicker-div {
  position: absolute !important;
  left: 10px !important;
  top: 40px !important;
}

.contact-info .message-out-div #ui-datepicker-div {
  position: absolute !important;
  left: 100px !important;
  top: 40px !important;
}

@media screen and (max-width: 576px) {
  .contact-info .message-out-div #ui-datepicker-div {
    left: 40px !important;
  }
}

.room-images-div {
  position: relative;
}

.room-images-div .btn-photo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-inline: 20px;
  background-color: white;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #717171;
  border-radius: 10px;
  color: #222222;
  font-weight: 500;
  padding-block: 13px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .room-images-div .btn-photo {
    right: 2px;
    padding-inline: 15px;
  }
}

.detail-nav .bg-white.detail-navbar {
  position: relative;
}

