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

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

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

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

.detail-page .detail-scrollspy {
  background-color: #fff !important;
  box-shadow: #63636312 0px 2px 3px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-100px);
  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;
  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 #121212;
  padding: 24px 0 24px 0;
}

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

@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: #121212;
}

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

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

.detail-page .room-images-div ul {
  list-style-type: none;
  display: flex;
  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: flex;
  align-items: 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: 220px;
}

@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 .the-space.production-price .the-space-box {
  width: 230px;
}

.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: #121212 !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;
}

.detail-page .where-will-div .where-will-map iframe {
  width: 100%;
  height: 100%;
}

@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 ul {
  list-style-type: none;
  padding: unset;
  margin-bottom: unset;
}

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

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

.detail-page .request-book-div .single-multi-option .custom-radio {
  width: 20px;
  height: 20px;
  accent-color: #8559EC;
}

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

@media screen and (min-width: 1200px) {
  .detail-page .request-book-div .request-book-box {
    width: 460px !important;
  }
}

.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 #ui-datepicker-div {
  left: -1px !important;
  top: 79px !important;
}

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

.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 !important;
}

.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: -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: -55px !important;
}

@media only screen and (min-width: 768px) {
  .detail-banner .detail-slider {
    width: 100% !important;
    height: 480px !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
  }

  .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: 480px;
  }

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

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

  .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: 480px;
  }

  .detail-banner .detail-slider li:nth-last-child(2):nth-child(4) {
    height: 236px;
    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: 236px;
    width: 50% !important;
  }

  .detail-banner .detail-slider li:first-child:last-child {
    width: 100% !important;
    height: 480px !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: #8559EC !important;
  color: #fff !important;
}

.custom-modal .send-user .btn-pink:hover {
  background: #da282e !important;
  border-color: #da282e !important;
  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: 24px;
  border-start-start-radius: 24px;
  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;
  cursor: pointer;
}

.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 {
  display: none;
}

.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 {
  transition: 250ms;
  background: #8559ec17;
}

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

.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: #8559EC;
}

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

.wishlist-popup .add-wishlist .wl-modal-footer .create-wl a {
  color: #8559EC !important;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .wishlist-popup .background-listing-img {
    border-radius: 24px 24px 0px 0px;
    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: 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 {
  align-items: 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: flex;
}

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

/* 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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  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;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

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

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

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

.share-popup .wrapper .youtube:hover .tooltip {
  background-color: #de463b;
  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;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  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;
  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%;
  transform: translate(-50%, -0.5em);
}

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

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

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

.search .similar-listings .card-sub-flex {
  margin-top: 10px;
}

.search .similar-listings .card-sub-flex .room-card-div {
  margin-top: 0px;
  margin: 0 10px !important;
}

.search .similar-listings .card-sub-flex .room-card-div .room-card-img {
  height: 199px !important;
}

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

.search .similar-listings .room-card-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  translate: 0 -20%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000038;
  border: none;
}

.search .similar-listings .room-card-btn i {
  position: relative;
  top: 2px;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .search .similar-listings .room-card-btn {
    top: 40%;
    translate: 0 -50%;
  }
}

.search .similar-listings .room-card-btn.prev-arrow {
  left: -5px !important;
}

.search .similar-listings .room-card-btn.next-arrow {
  right: -5px;
  display: flex;
}

.search .similar-listings .room-card-btn.next-arrow i {
  font-size: 25px;
}

.search .similar-listings .room-card-btn.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.space-detail-page .select2-dropdown {
  margin-top: 20px !important;
}

.btn-large.btn-block.custom-btn-view {
  width: 100%;
  border-radius: 5px;
  padding: 12px 15px;
  border: 1px solid #e6e6e9;
  background: #fff;
  color: #121212;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
}

.btn-large.btn-block.custom-btn-view:hover {
  background: #eae8e8 !important;
  outline: none;
  box-shadow: none;
}

.tooltip-1 {
  opacity: 0;
  z-index: 99;
  color: #fff;
  width: 285px;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  text-shadow: 1px 1px 2px #111;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid rgba(34, 34, 34, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transform: scale(0);
  position: absolute;
  left: -88px;
  top: 30px;
  max-width: 285px;
}

@media screen and (max-width: 567px) {
  .tooltip-1 {
    max-width: 200px;
    width: 200px;
    left: -65px;
  }
}

.tooltip-1:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(51, 51, 51, 0.9);
  position: absolute;
  top: -10px;
  left: 30%;
}

.tooltip-container {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.tooltip-container:hover .tooltip-1 {
  opacity: 1;
  transform: scale(1);
}

.form-group.form-control-modal .form-control:focus {
  border: 1px solid #dee2e6 !important;
}

.form-control-activity .select2-dropdown {
  margin-top: 5px !important;
}

.form-control-activity .select2-selection--single {
  height: 40px !important;
}

.form-control-activity .select2-selection__arrow {
  top: 7px !important;
}

.form-control-activity .select2-selection__placeholder {
  color: #6a6e7a !important;
  position: relative;
  top: 5px;
}

.wishlist-wrapper {
  border-radius: 5px;
  padding: 5px 15px;
  border: 1px solid #e6e6e9;
  background: #fff;
  color: #121212;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

.wishlist-wrapper:hover {
  background: #eae8e8 !important;
  outline: none;
  box-shadow: none;
}

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

@media screen and (min-width: 991px) {
  .details-info {
    padding-right: 50px !important;
  }
}

