@charset "UTF-8";

.search .search-room-type {
  position: fixed;
  width: 100%;
  top: 75px;
  left: 0;
  background-color: #fff !important;
  z-index: 99;
  box-shadow: #63636312 0px 2px 3px 0px;
  padding: 10px;
}

@media screen and (max-width: 576px) {
  .search .search-room-type {
    top: 140px;
  }
}

.search .search-room-type .room-types-div {
  margin-top: unset;
  min-height: unset;
}

.search .btn-show-amety {
  cursor: pointer;
}

.search .btn-show-amety:hover,
.search .btn-show-amety:active {
  background-color: #fff !important;
}

@media screen and (max-width: 991px) {
  .search .search-top-btn .filter-btn {
    padding: 9px !important;
    display: flex;
  }

  .search .search-top-btn span {
    display: none;
  }
}

.search .search-room-card-div .room-card-div {
  margin: unset !important;
  width: unset;
}

.search .search-card-static-div {
  margin-top: 200px;
}

@media screen and (max-width: 576px) {
  .search .search-card-static-div {
    margin-top: 250px;
  }
}

.search .card-sub-flex {
  position: relative;
  margin-bottom: 20px;
}

.search .card-sub-flex .booked {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 15px;
  right: 25px;
}

.search .card-sub-flex .booked p {
  margin: 0;
  font-weight: 500;
}

.search .card-sub-flex .para-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search .card-sub-flex .para-2 {
  color: #121212;
}

.search .card-sub-flex .para-2 span {
  color: #6a6e7a;
}

.search .card-sub-flex .wish-list {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #22222294;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.search .card-sub-flex .wish-list.active {
  background-color: #fff !important;
  transition: 0.3s all;
}

.search .card-sub-flex .wish-list.active .button--secondary {
  position: relative;
  top: 1px;
}

.search .map-div {
  width: 41%;
  transition: 0.3s all;
  position: fixed !important;
  bottom: 7px;
  right: 0;
  top: 163px;
}

@media screen and (max-width: 991px) {
  .search .map-div {
    position: relative !important;
    width: 100%;
    height: 100%;
    border-radius: unset;
    bottom: unset;
    top: unset;
  }
}

.search .map-div iframe {
  width: 100%;
  height: 100%;
}

.search .map-width-unset {
  width: 0;
  min-width: 0;
  padding: unset;
  transition: 0.3s all;
}

.search .card-full-width {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .search .card-full-width .col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .search .card-full-width .col-xl-4 {
    flex: 0 0 33% !important;
    width: 33% !important;
    max-width: 33% !important;
  }
}

@media screen and (min-width: 1400px) {
  .search .card-full-width .col-xxxl-3 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
  .search .search-room-card-div .col-lg-4 {
    flex: 0 0 50%;
    width: 50%;
  }
}

.search .col-lg-5,
.search .col-lg-7 {
  transition: 0.2s all !important;
}

.search .mobile-map .mobile-map-btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: auto;
}

.search .mobile-map .mobile-map-btn .btn-black {
  box-shadow: #11111a1a 0px 4px 16px, #11111a0d 0px 8px 32px;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
}

.search .mobile-map .mobile-map-btn .btn-black i {
  color: #fff;
}

.search .mobile-map .offcanvas-backdrop.show {
  opacity: 0.9 !important;
  background-color: #222 !important;
}

.search .offcanvas-map-modal {
  height: 85vh !important;
}

.search .offcanvas-map-modal .offcanvas-header {
  position: fixed;
  top: 0;
  right: 0;
}

.search .offcanvas-map-modal .canvas-map iframe {
  width: 100%;
  height: 100%;
}

.offcanvas-backdrop {
  pointer-events: none !important;
}

#map_canvas .slick-arrow,
.offcanvas-map-modal .slick-arrow {
  display: none !important;
}

#map_canvas .customBox,
.offcanvas-map-modal .customBox {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 8px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 13px;
  transition: 0.2s all;
  z-index: 9999;
  margin: 24px 0 0 30px;
  line-height: 12px;
  transition: 0.2s all;
}

#map_canvas .customBox:hover,
.offcanvas-map-modal .customBox:hover {
  background-color: #8559EC !important;
  color: #fff;
}

#map_canvas .slick-track img.slick-slide,
.offcanvas-map-modal .slick-track img.slick-slide {
  width: 300px !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#map_canvas .slick-list,
.offcanvas-map-modal .slick-list {
  border-radius: 15px 15px 0 0 !important;
}

#map_canvas .search-info,
.offcanvas-map-modal .search-info {
  padding: 0 10px 10px 10px;
}

#map_canvas .listing-location,
#map_canvas .search-price,
.offcanvas-map-modal .listing-location,
.offcanvas-map-modal .search-price {
  font-size: 13px;
}

#map_canvas .room-type-name,
.offcanvas-map-modal .room-type-name {
  font-size: 15px;
  color: #000;
}

.white-close-btn .btn-custom-close {
  border-color: #fff !important;
}

.white-close-btn .btn-custom-close i {
  color: #fff;
}

.listing-img .slick-list img {
  width: 100% !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-modal .modal-body {
  max-height: 75vh;
  overflow: auto;
}

.filter-content-div .filter-form-div .pricefilter-width {
  width: 99%;
}

.filter-content-div .filter-form-div .filter-dates .daterangepicker {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  left: 0 !important;
  padding-top: unset !important;
}

@media screen and (max-width: 991px) {
  .filter-content-div .filter-form-div .filter-dates .daterangepicker {
    width: auto !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .filter-content-div .filter-form-div .filter-dates .daterangepicker .applyBtn {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 576px) {
  .filter-content-div .filter-form-div-1 .count-div ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    justify-content: space-between;
  }
}

.filter-content-div .count-div ul {
  padding: unset;
  list-style-type: none;
  margin-bottom: unset;
  display: flex;
  flex-wrap: wrap;
}

.filter-content-div .count-div ul li {
  margin: 0 10px 10px 0;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #dddddd;
  border-radius: 40px;
  transition: 0.2s all;
  background-color: #fff;
}

.filter-content-div .count-div ul li a {
  display: block;
  padding: 9px 25px;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.filter-content-div .count-div ul li:hover {
  border-color: #121212;
}

.filter-content-div .count-div ul li.active {
  background-color: #121212;
}

.filter-content-div .count-div ul li.active a {
  color: #fff !important;
}

.filter-content-div .count-div.room-type-div ul li {
  border-radius: 15px;
  margin: 0 15px 10px 0;
}

.filter-content-div .count-div.room-type-div ul li a {
  padding: 15px;
  width: 180px;
}

.filter-content-div .count-div.room-type-div ul li.active {
  border: 1px solid #121212;
  background-color: #c8c8c826;
}

.filter-content-div .form-switch .form-check-input {
  width: 50px;
  height: 30px;
  border-color: #7171719c;
  background-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.filter-content-div .form-switch .form-check-input:checked {
  background-color: #121212;
  border-color: #121212;
}

.filter-content-div .form-switch .form-check-input:focus {
  border-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}

.filter-content-div .bi-lightning-charge-fill {
  color: orange;
}

.filter-content-div .amety-check-div ul,
.filter-content-div .services-check-div ul,
.filter-content-div .space_rules-check-div ul,
.filter-content-div .space_styles-check-div ul,
.filter-content-div .special_features-check-div ul {
  padding: unset;
  list-style-type: none;
  margin-bottom: unset;
}

.filter-content-div .amety-check-div ul .form-checks,
.filter-content-div .services-check-div ul .form-checks,
.filter-content-div .space_rules-check-div ul .form-checks,
.filter-content-div .space_styles-check-div ul .form-checks,
.filter-content-div .special_features-check-div ul .form-checks {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-content-div .amety-check-div ul .form-check-input,
.filter-content-div .services-check-div ul .form-check-input,
.filter-content-div .space_rules-check-div ul .form-check-input,
.filter-content-div .space_styles-check-div ul .form-check-input,
.filter-content-div .special_features-check-div ul .form-check-input {
  border-color: #b0b0b0;
  min-width: 20px;
  height: 20px;
  margin-top: unset;
}

.filter-content-div .amety-check-div ul .form-check-input:checked,
.filter-content-div .services-check-div ul .form-check-input:checked,
.filter-content-div .space_rules-check-div ul .form-check-input:checked,
.filter-content-div .space_styles-check-div ul .form-check-input:checked,
.filter-content-div .special_features-check-div ul .form-check-input:checked {
  background-color: #121212 !important;
  border-color: #121212 !important;
}

.filter-content-div .amety-check-div ul li,
.filter-content-div .services-check-div ul li,
.filter-content-div .space_rules-check-div ul li,
.filter-content-div .space_styles-check-div ul li,
.filter-content-div .special_features-check-div ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
  .filter-content-div .w-50 {
    width: 100% !important;
  }

  .filter-content-div .offcanvas-body .p-2 {
    margin-left: inherit;
  }

  .filter-content-div .offcanvas-header {
    position: fixed;
    bottom: 5px;
    right: 15px !important;
  }
}

.search-map {
  position: sticky;
  top: 190px;
}

.carousel-div:hover .room-arow-btn {
  transition: 0.2s all;
  opacity: 0.9;
  z-index: 9;
}

.carousel-div:hover .slick-next:hover,
.carousel-div:hover .slick-prev:hover {
  opacity: 1;
}

.center {
  position: relative;
}

.center .dual-range {
  --range-size: 9px;
  width: 100%;
  --handle-size: 2.5;
  height: var(--range-size);
  background: #ebe9e9;
  border-radius: 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.center .dual-range .highlight {
  position: absolute;
  height: var(--range-size);
  width: calc(calc(var(--x-2) - var(--x-1)) + calc(var(--range-size) * var(--handle-size)));
  left: var(--x-1);
  background: #050505;
  z-index: 1;
  border-radius: 50px;
}

.center .dual-range .handle {
  width: calc(var(--range-size) * var(--handle-size));
  height: calc(var(--range-size) * var(--handle-size));
  background: #fff;
  position: absolute;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.center .dual-range .handle:active {
  cursor: grabbing;
}

.center .dual-range .handle.left {
  left: var(--x-1);
}

.center .dual-range .handle.right {
  left: var(--x-2);
}

.center .dual-range .handle::before {
  content: "$" attr(data-value);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #2c3137;
  border-radius: 20px;
  background: black;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

.search-prop-type {
  min-height: 80px;
  width: calc(100% - 290px);
}

@media screen and (max-width: 991px) {
  .search-prop-type {
    width: calc(100% - 60px);
  }
}

.offcanvas-custom-footer .offcanvas-body .p-2 {
  margin-left: 60px;
}

.offcanvas-custom-footer .btn-terms {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  padding: 8px 10px !important;
  font-size: 14px;
  box-shadow: 0px 0px 15px -1px #cccccc !important;
}

.offcanvas-custom-footer .btn-show-amety {
  box-shadow: 0px 0px 15px -1px #cccccc !important;
}

.offcanvas-custom-footer .offcanvas-header {
  position: fixed;
  bottom: 5px;
}

.offcanvas-custom-footer .offcanvas-header button {
  padding: 4px 10px !important;
}

.offcanvas-custom-footer .offcanvas-header button i {
  position: relative;
  top: 2px;
}

.offcanvas-custom-footer .offcanvas-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 576px) {
  .offcanvas-custom-footer .offcanvas-body .p-2 {
    margin-left: inherit;
  }

  .offcanvas-custom-footer .offcanvas-header {
    position: fixed;
    top: 5px;
    right: 15px !important;
  }
}

.page-contain-footer .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-contain-footer .pagination li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.page-contain-footer .pagination li a {
  border: 1px solid #212529;
  padding: 5px 12px;
  border-radius: 3px;
  color: #ffffffcf !important;
  white-space: nowrap;
  background-color: #121212;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.page-contain-footer .pagination li span {
  border: 1px solid #c4c4c4;
  padding: 3px 10px;
  border-radius: 3px;
  color: #121212;
  white-space: nowrap;
}

.page-contain-footer li.active a {
  color: #ffffff !important;
  background-color: #121212 !important;
  font-weight: bold;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.search-blade {
  position: fixed;
  top: 82px;
  background-color: #fff;
  z-index: 99;
  box-shadow: #63636312 0px 2px 3px 0px;
}

.search-blade .search-nav .nav-btns button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6a6e7a;
  border-radius: 10px;
  padding: 12px 25px;
  white-space: nowrap;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .search-blade {
    top: 110px;
  }
}

.search-property.main {
  margin-top: 160px;
}

.search-property .room-card-div {
  margin-top: 10px;
}

.search-property .room-card-div .room-card-div-content {
  margin-bottom: 0;
}

.search-property .room-card-div .container-div {
  position: absolute;
  top: 10%;
  right: 0;
}

.search-property .room-card-div .container-div .container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.search-property .room-card-div .container-div .container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: #8f8f8fa3;
  border-radius: 50%;
}

.search-property .room-card-div .container-div .container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0px 2.5px 2.5px 0;
  transform: rotate(48deg);
}

.search-property .room-card-div .container-div .container-checkbox .checkmark.checked {
  background-color: #8559ec;
}

.search-property .room-card-div .container-div .container-checkbox .checkmark.checked:after {
  display: block;
}

.search-property .room-carousels .room-card-btn {
  position: absolute;
  top: 50%;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0 -5%;
  box-shadow: 0px 10px 20px #00000038;
}

.search-property .room-carousels .room-card-btn i {
  position: relative;
  top: 1.5px;
}

.search-property .room-carousels .room-card-btn.next-arrow {
  right: -4px;
}

.search-property .room-carousels .room-card-btn.prev-arrow {
  left: -4px !important;
}

.button--secondary,
.button--secondary:visited {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  min-width: 64px;
  font-family: inherit;
  font-size: inherit;
  line-height: 15px;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: background 0.1s linear;
  font-weight: 400;
  color: #8559EC;
  box-shadow: none;
  transition-property: border;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
}

.icon-with-text {
  display: inline-flex;
  align-items: flex-start;
}

.icon-with-text__icon {
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: -2px;
}

.icon-svg--color-silver {
  fill: #cccccc;
  color: #cccccc;
}

.icon-svg--color-blue {
  fill: #8559EC;
  color: #8559EC;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

.heart-full {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn__effect {
  display: inline-block;
  position: relative;
}

.effect-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(25deg);
}

.effect-group .effect {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 20px;
  transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
  transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
  transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
  transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
  transform: rotate(288deg);
}

.effect-group .effect:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-radius: 1.5px;
  height: 3px;
  background: #8559ec;
}

.effect-group .effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #ff6600;
  transform: scale(0, 0);
}

.active .heart-stroke {
  opacity: 0;
}

.active .heart-full {
  opacity: 1;
}

.active .icon-svg {
  animation: bounceIn 0.5s linear;
}

.active .effect:before {
  animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
  animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
  position: absolute;
  left: -16px;
  top: 0;
  opacity: 0;
}

.broken-heart--left {
  transform: rotate(0deg);
  transform-origin: 60% 200%;
}

.broken-heart--right {
  transform: rotate(0deg);
  transform-origin: 63% 200%;
}

.broken-heart--crack {
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
}

.deactivate .broken-heart {
  opacity: 1;
}

.deactivate .broken-heart--left {
  animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
  animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
  animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
  animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
  animation: pulseBlue 1s ease-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

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

@keyframes pulseBlue {
  0% {
    transform-origin: center center;
    transform: scale(1);
    fill: #cccccc;
  }

  50% {
    transform: scale(1.15);
    fill: #8559EC;
  }

  100% {
    transform: scale(1);
    fill: #cccccc;
  }
}

@keyframes fireworkLine {
  0% {
    right: 20%;
    transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    transform: scale(1, 1);
  }

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

@keyframes fireworkPoint {
  30% {
    transform: scale(0, 0);
  }

  60% {
    transform: scale(1, 1);
  }

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

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

  30% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
  }

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

@keyframes crackLeft {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@keyframes crackRight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }

  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.nav-btns .dropdown-menu {
  padding: 20px 20px 0;
  -webkit-overflow-scrolling: touch;
  min-width: 13rem;
  border: 1px solid #f3f3f4;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-btns .dropdown-menu input:focus-visible {
  outline: 0;
}

.nav-btns .daterange-dropdown {
  padding: 0;
}

.nav-btns .daterange-dropdown .daterange-dropdown-input {
  border: 1px solid #cbcbcd;
}

@media screen and (min-width: 767px) {
  .nav-btns .daterange-dropdown .daterange-dropdown-input {
    width: 75%;
  }

  .nav-btns .daterange-dropdown .daterange-dropdown-input input {
    border: none !important;
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 767px) {
  .nav-btns .daterange-dropdown .daterange-dropdown-input {
    width: 94%;
  }
}

@media screen and (min-width: 767px) {
  .nav-btns .daterange-dropdown {
    width: 600px;
  }
}

@media screen and (max-width: 766px) {
  .nav-btns .daterange-dropdown {
    min-width: 300px;
  }

  .nav-btns .daterange-dropdown .daterange-dropdown-input {
    justify-content: center;
  }

  .nav-btns .daterange-dropdown .daterange-dropdown-input input {
    border: none !important;
  }
}

.nav-btns .daterange-dropdown .daterangepicker {
  position: unset !important;
  min-width: 300px !important;
  box-shadow: unset !important;
  border: none !important;
  margin-top: 0 !important;
  padding: 15px 10px 10px 20px !important;
}

.nav-btns .daterange-dropdown .daterangepicker .drp-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .nav-btns .daterange-dropdown .daterangepicker {
    max-height: 380px;
    overflow-y: auto;
    padding: 0 !important;
  }

  .nav-btns .daterange-dropdown .daterangepicker .drp-selected {
    display: none;
  }

  .nav-btns .daterange-dropdown .daterangepicker .drp-buttons {
    display: flex;
    justify-content: space-between;
  }
}

.nav-btns .daterange-dropdown .cancelBtn,
.nav-btns .daterange-dropdown .applyBtn {
  padding: 8px 18px !important;
}

.nav-btns .guest .number .minus,
.nav-btns .guest .number .plus {
  height: 35px;
  border: 1px solid #f3f3f4 !important;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 0 0;
  width: 40px;
  line-height: 25px;
  cursor: pointer;
  padding: 4px 5px 5px 5px;
  z-index: 9;
  justify-content: center;
}

.nav-btns .guest .number .minus i,
.nav-btns .guest .number .plus i {
  color: #121212;
  transition: 0.3s all;
}

.nav-btns .guest .number .minus i:hover,
.nav-btns .guest .number .plus i:hover {
  color: #121212;
}

.nav-btns .guest .number .minus:active,
.nav-btns .guest .number .plus:active {
  box-shadow: 0 0 2px 2px #121212;
}

.nav-btns .guest .number input {
  height: 35px;
  width: 100px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #f3f3f4 !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
}

.nav-btns .guest .accept .cancel,
.nav-btns .guest .accept .applay {
  font-weight: 600;
}

.nav-btns .guest .accept .cancel:hover,
.nav-btns .guest .accept .applay:hover {
  text-decoration: underline !important;
}

.nav-btns .guest .accept .applay {
  color: #121212;
}

.nav-btns .instant-book .instant-content {
  width: 300px;
}

.nav-btns .instant-book .instant-content .form-switch .form-check-input {
  width: 50px;
  height: 30px;
  border-color: #7171719c;
  background-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.nav-btns .instant-book .instant-content .form-switch .form-check-input:checked {
  background-color: #121212;
  border-color: #121212;
}

.nav-btns .instant-book .instant-content .form-switch .form-check-input:focus {
  border-color: #7171719c;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}

.nav-btns .space-type .event-type-custom {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6a6e7a;
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  white-space: nowrap;
}

@media screen and (max-width: 1900px) {
  .nav-btns .space-type .event-type-custom {
    padding: 8px 5px 9px 5px;
  }
}

@media screen and (max-width: 1600px) {
  .nav-btns .space-type .event-type-custom {
    padding: 7px 5px 7px 5px;
  }
}

.select2-dropdown {
  border: 1px solid #aaa !important;
  padding: 10px 0 10px 0px;
}

.select2-dropdown ::-webkit-scrollbar {
  height: 7px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 5px;
  /* width of vertical scrollbar */
  border: 2px solid #dee2e6;
  border-radius: 24px;
}

.select2-dropdown ::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 24px;
}

.select2-dropdown ::-webkit-scrollbar-track {
  background: #dee2e6;
  border-radius: 24px;
}

.search-page .select2-container--default .select2-results__option--highlighted {
  background-color: #ddd !important;
  color: #121212 !important;
}

@media screen and (max-width: 991px) {
  .search-page .select2-container--default .select2-results__option--highlighted {
    background-color: transparent !important;
  }
}

.search-page .select2-search__field {
  border: none !important;
  margin: 5px 8px !important;
  padding-left: 13px !important;
}

.search-page .select2-search__field::-moz-placeholder {
  color: #000 !important;
}

.search-page .select2-search__field::placeholder {
  color: #000 !important;
}

.search-page button.select2-selection__clear {
  display: none;
}

.search-page .select2-selection--multiple {
  border: 1px solid #6a6e7a !important;
  background-color: white !important;
  border-radius: 10px !important;
  cursor: text;
  padding-right: 5px;
  display: flex !important;
  overflow: hidden !important;
  padding: 6px 0 !important;
  margin-bottom: 0 !important;
}

.search-page .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  /* width: 100%; */
  display: flex !important;
  margin-bottom: 0 !important;
}

.search-page .select2-selection--multiple .select2-selection__choice {
  display: flex;
  background-color: #ffffff !important;
  border: 1px solid #ebebeb !important;
  border-radius: 4px;
  /* display: inline-block; */
  margin-left: 5px;
  margin-top: 0 !important;
  padding: 0;
  box-shadow: #63636312 0px 2px 3px 0px !important;
  white-space: nowrap;
  /* overflow-x: hidden; */
  margin-inline: 5px;
  max-height: 31px;
}

.search-page .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #ffffff;
  border: none !important;
  color: #121212;
  cursor: pointer;
  font-size: 1.2em !important;
  font-weight: bold;
  padding: 0 4px !important;
  border-radius: 0 !important;
}

.search-page .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  background: transparent;
  color: #000;
}

@media screen and (max-width: 1600px) {
  .search-page .select2-selection--multiple {
    padding: 5px 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .search-page .select2 {
    width: 100% !important;
  }

  .search-page .select2-dropdown {
    z-index: 9999;
  }

  .search-page .select2-dropdown {
    box-sizing: border-box;
    margin-top: 5px !important;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999 !important;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border-radius: 5px !important;
  }

  .search-page .select2-search--dropdown {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 991px) {
  .search-page .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 200px !important;
  }

  .search-page .select2-dropdown {
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border-radius: 10px !important;
    margin-top: 2px !important;
  }

  .search-page .select2-container--default .select2-results > .select2-results__options {
    max-height: 40vh !important;
    overflow-y: auto;
  }
}

.search-page .select2-search.select2-search--dropdown {
  display: none;
}

.search-page .select2-container--default .select2-results__option--selected {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  position: relative;
  background-color: #121212 !important;
  color: #fff !important;
  margin-block: 2px;
}

.search-page .select2-container--default .select2-results__option--selected:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
  border-width: 0 0.2em 0.2em 0;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-page .select2-results__option--selectable {
  cursor: pointer;
  font-weight: 500;
}

.search-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #121212 !important;
  line-height: 28px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 10px !important;
}

.search-page .select2-results__option {
  padding: 6px;
  padding-left: 10px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.offcanvas-bottom footer {
  margin-top: 0;
}

.room-carousels .room-popular-div-search .room-card-div,
.room-carousels .room-popular-div-search-2 .room-card-div {
  height: 125px;
}

@media screen and (max-width: 576px) {
  .room-carousels .room-popular-div-search .room-card-div,
  .room-carousels .room-popular-div-search-2 .room-card-div {
    height: 90px;
  }
}

.dropdown.date.active .search-drop,
.dropdown.guest.active .search-drop,
.instant-book.active .search-drop {
  background: #121212 !important;
  color: #fff !important;
  border: 1px solid #121212 !important;
}

.search-drop:has(.card-view.d-none) {
  background-color: #121212 !important;
  color: #fff !important;
  border: 1px solid #121212;
  font-weight: 700;
  transition: 0.2 all;
}

.search-drop:has(.card-view.d-none) span {
  font-weight: 700;
}

.search-drop:has(.card-view.d-none):hover {
  border: 1px solid #121212 !important;
}

@media (min-width: 991px) {
  .event-type-custom .select2-container--open .select2-selection--multiple {
    border: 1px solid #121212 !important;
    background-color: #000 !important;
    color: #fff !important;
    transition: 0.3s all;
  }

  .event-type-custom .select2-container--open .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: #fff !important;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: 700;
  }

  .event-type-custom .select2-container--open .select2-selection--multiple .select2-search__field::placeholder {
    color: #fff !important;
    transition: 0.3s all;
    font-weight: 700;
  }
}

.event-type-custom .select2-selection--multiple .select2-selection__choice {
  background-color: #262525 !important;
  border: 1px solid #262525 !important;
}

.event-type-custom .select2-selection--multiple .select2-selection__choice__display {
  color: #fff;
  font-weight: 600;
}

.event-type-custom .select2-selection__rendered .select2-selection__choice__remove {
  background-color: #262525 !important;
  color: #fff !important;
}

