.score-no {
  display: flex;
  justify-content: center;
  background-color: #FF725E;
  border-radius: 5px 5px 5px 0;
  color: white;
}
.score-no__xl {
  height: 50px;
  width: 70px;
  font-size: 28px;
  line-height: 52px !important;
  font-weight: bold;
}
.score-no__lg {
  height: 43px;
  width: 53px;
  font-size: 24px;
  line-height: 47px !important;
}
@media (max-width: 1399.98px) {
.score-no__lg {
    height: 35px;
    width: 42px;
    line-height: 40px !important;
    font-size: 18px;
}
}
.score-no__md {
  height: 28px;
  width: 40px;
  margin-left: 0.3125rem;
  font-size: 16px;
  line-height: 33px !important;
}
@media (max-width: 1399.98px) {
.score-no__md {
    height: 25px;
    width: 34px;
    margin-left: 0.3125rem;
    font-size: 14px;
    line-height: 28px !important;
}
}
.score-no__sm {
  height: 27px;
  width: 35px;
  font-size: 14px;
  line-height: 30px;
}
.score-no__xs {
  height: 22px;
  width: 28px;
  font-size: 12px;
  line-height: 27px;
}
.safarsaz-banner-global {
  border-radius: 5px !important;
  overflow: hidden;
}
.safarsaz-banner-global__thinner {
  height: 80px;
}
.safarsaz-banner-global__thinner .safarsaz-banner-global__upper {
  height: 80px;
}
@media (max-width: 1199.98px) {
.safarsaz-banner-global__thinner .safarsaz-banner-global__upper .details {
    width: 170px;
}
}
.safarsaz-banner-global__upper {
  display: flex;
  align-items: center;
  height: 160px;
  box-shadow: 0 3px 19px 1px rgba(24, 23, 24, 0.05);
  z-index: 1;
}
.safarsaz-banner-global__upper .info {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  position: relative;
}
.safarsaz-banner-global__upper .info .text {
  width: 55%;
  padding: 27px 25px 27px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.safarsaz-banner-global__upper .info .text-title {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1660px) {
.safarsaz-banner-global__upper .info .text-title {
    font-size: 20px;
}
}
.safarsaz-banner-global__upper .info .text-description {
  font-size: 12px;
  color: #4E5C6E;
}
@media (min-width: 1660px) {
.safarsaz-banner-global__upper .info .text-description {
    font-size: 14px;
}
}
.safarsaz-banner-global__upper .info .images {
  width: 45%;
  position: relative;
}
.safarsaz-banner-global__upper .info .images-photo {
  height: 20%;
  width: auto;
  bottom: 10%;
  left: 80%;
  position: absolute;
}
.safarsaz-banner-global__upper .info .images-camper {
  height: 90%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.safarsaz-banner-global__upper .info .images-camera {
  height: 18%;
  width: auto;
  top: 10%;
  left: 16%;
  position: absolute;
}
.safarsaz-banner-global__upper .info .safarsaz-divider {
  background-color: #FF725E;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 45px;
  display: flex;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(1) {
  font-size: 5px;
  margin-left: 3px;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(2) {
  font-size: 4px;
  margin-left: 3px;
}
.safarsaz-banner-global__upper .info .safarsaz-divider > i:nth-child(3) {
  font-size: 3px;
  margin-left: 5px;
}
.safarsaz-banner-global__upper .details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 1.25rem;
  width: 335px;
  border-right: 1px dashed #dee2e6;
  background-color: #F9F9FA;
}
@media (max-width: 1659.98px) {
.safarsaz-banner-global__upper .details {
    width: 325px;
}
}
@media (max-width: 1399.98px) {
.safarsaz-banner-global__upper .details {
    width: 300px;
}
}
.safarsaz-banner-global__upper .details .button {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
}
.history__list {
  width: 100%;
}
.history__list__item {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  background-color: #F9F9FA;
  border-radius: 0.25rem;
}
.history__list__item.active {
  border: 1px solid #0197F6;
}
.history__list__item:last-child {
  margin-bottom: 0;
}
.history__list__item .name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history__list__item .rating__bullets-score {
  flex-direction: row-reverse;
}
.history__list__item .rating__bullets-score .score-no {
  margin-right: 0.3125rem;
}
.history-redirect-count-down {
  display: flex;
  flex-direction: column;
  height: 120px;
  border-radius: 0.25rem;
  font-size: 16px;
  color: #4E5C6E;
}
.history-redirect-count-down__btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.history-redirect-count-down__btn button {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.history-redirect-count-down__btn button:hover {
  color: #fff;
}
.history-redirect-count-down .progress {
  display: flex;
  flex-direction: row-reverse;
}
.spots-show-page .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}
.spots-show-page .section-title > div {
  font-size: 22px;
  color: #2F3742;
  font-weight: bold;
}
.spots-show-page .section-title > a {
  font-size: 14px;
  font-weight: bold;
}
.spots-show-page .feature-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.spots-show-page .feature-item-image {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.spots-show-page .feature-item-image > img {
  width: 50%;
}
.spots-show-page .feature-item-title {
  font-size: 12px;
  margin-top: 12px;
}
.spots-show-page .feature-item-percentage {
  font-size: 12px;
  margin-top: 8px;
}
.spots-show-page .page-title__inner__action .rating__bullets-score {
  flex-direction: row-reverse;
}
.spots-show-page .page-title__inner__action .rating__bullets-score .score-no {
  height: 43px;
  width: 53px;
  margin-left: 0;
  margin-right: 0.625rem;
  line-height: 48px;
}
.spots-show-page .page-title__inner__action .rating__bullets-score .bullets {
  align-items: self-start;
}
.spots-show-page .page-title__inner__action .rating .count {
  margin-left: 63px;
  margin-top: -18px;
  font-size: 14px;
  color: #fff;
}
.spots-show-page__item {
  margin-bottom: 3.75rem;
}
.spots-show-page__item .card-header {
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: none;
}
.spots-show-page__item .card-header h2 {
  font-size: 18px !important;
  color: #4E5C6E !important;
}
@media (max-width: 1399.98px) {
.spots-show-page__item .card-header h2 {
    font-size: 16px !important;
}
}
.spots-show-page__about-spot .upper {
  display: flex;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05) !important;
  z-index: 1;
}
.spots-show-page__about-spot .upper__image {
  width: 556px;
  padding: 0.625rem 0.625rem 0.625rem 0;
}
@media (max-width: 1659.98px) {
.spots-show-page__about-spot .upper__image {
    width: 450px;
}
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .upper__image {
    width: 390px;
}
}
.spots-show-page__about-spot .upper__image__main {
  height: 255px;
  width: 546px;
  position: relative;
  margin-bottom: 0.3125rem;
  background-color: #4E5C6E;
  border-radius: 0.25rem;
}
@media (max-width: 1659.98px) {
.spots-show-page__about-spot .upper__image__main {
    width: 440px;
}
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .upper__image__main {
    width: 380px;
}
}
.spots-show-page__about-spot .upper__image__main img {
  height: 255px;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.spots-show-page__about-spot .upper__image__main .see-all {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 95px;
  text-align: center;
  line-height: 39px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 40px;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  color: white;
}
.spots-show-page__about-spot .upper__image__preview {
  display: flex;
  height: 90px;
}
.spots-show-page__about-spot .upper__image__preview .owl-stage {
  height: 90px;
  overflow: hidden;
}
.spots-show-page__about-spot .upper__image__preview .owl-nav {
  display: none;
}
.spots-show-page__about-spot .upper__image__preview img {
  width: 132.8px !important;
  height: 90px;
  margin-left: 0.3125rem;
  border-radius: 0.25rem;
  background-color: #4E5C6E;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1659.98px) {
.spots-show-page__about-spot .upper__image__preview img {
    width: 143px !important;
}
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .upper__image__preview img {
    width: 123px !important;
}
}
.spots-show-page__about-spot .upper__description {
  width: 100%;
  padding: 1.875rem;
  overflow: hidden;
}
.spots-show-page__about-spot .upper__description__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.spots-show-page__about-spot .upper__description__header .title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 35px;
}
.spots-show-page__about-spot .upper__description__header .title h2 {
  font-size: 18px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .upper__description__header .title h2 {
    font-size: 16px;
}
}
.spots-show-page__about-spot .upper__description__header .opinion {
  width: 165px;
  height: 40px;
  line-height: 27px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .upper__description__header .opinion {
    width: 125px;
    font-size: 12px;
}
}
.spots-show-page__about-spot .upper__description__content {
  height: 250px;
  padding: 0 1.25rem;
  font-size: 14px;
  color: #717C8B;
  line-height: 2.25;
}
.spots-show-page__about-spot .lower {
  display: flex;
  height: 170px;
  padding: 1.25rem;
  background-color: #F9F9FA;
}
.spots-show-page__about-spot .lower__property {
  display: flex;
  flex: 1;
}
.spots-show-page__about-spot .lower__property__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  padding: 0 0.625rem;
  border-left: 1px solid #dee2e6;
}
.spots-show-page__about-spot .lower__property__item:last-of-type {
  border-left: none;
}
.spots-show-page__about-spot .lower__property__item i {
  margin-bottom: 0.625rem;
}
.spots-show-page__about-spot .lower__property__item i:before {
  width: 36px;
  height: 40px;
}
.spots-show-page__about-spot .lower__property__item .title {
  margin-bottom: 0.625rem;
  font-size: 12px;
  color: #4E5C6E;
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .lower__property__item .title {
    font-size: 11px;
}
}
.spots-show-page__about-spot .lower__property__item .value, .spots-show-page__about-spot .lower__property__item a {
  font-size: 16px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .lower__property__item .value, .spots-show-page__about-spot .lower__property__item a {
    font-size: 14px;
}
}
.spots-show-page__about-spot .lower__property__item .value--green, .spots-show-page__about-spot .lower__property__item a--green {
  color: #58D3A6;
}
.spots-show-page__about-spot .lower__address {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 320px;
  background-size: 100% 100%;
  background-image: url(/_/assets/common/svg-icon/spot-map-button-bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 1659.98px) {
.spots-show-page__about-spot .lower__address {
    width: 280px;
}
}
@media (max-width: 1399.98px) {
.spots-show-page__about-spot .lower__address {
    width: 215px;
}
}
.spots-show-page__about-spot .lower__address__btn button {
  height: 45px;
  width: 140px;
  background-color: #fff;
  font-size: 14px;
  color: #2F3742;
  border-width: 2px;
}
.spots-show-page__about-spot .lower__address__btn button:hover {
  background-color: #0197F6;
}
.spots-show-page__related-tours {
  margin-bottom: 3.75rem !important;
}
.spots-show-page__related-tours .card {
  margin-bottom: 1.25rem;
}
.spots-show-page__related-tours .card-header {
  justify-content: center;
}
.spots-show-page__related-tours .more {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  background-color: white;
}
.spots-show-page__related-tours .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #4E5C6E;
}
.spots-show-page__features .card-header {
  justify-content: center;
}
.spots-show-page__features .card-body {
  padding: 1.875rem;
}
.spots-show-page__features .card-body .upper {
  display: flex;
  width: 100%;
  margin-bottom: 1.875rem;
}
.spots-show-page__features .card-body .upper__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  flex: 1.2;
  text-align: center;
  width: 20%;
  margin-left: 1.25rem;
  padding: 0 0.625rem;
  border: 1px solid rgba(233, 233, 243, 0.6);
  border-radius: 5px;
  font-size: 16px;
  color: #4E5C6E;
}
.spots-show-page__features .card-body .upper__item i {
  font-size: 32px;
}
.spots-show-page__features .card-body .features {
  display: flex;
  flex: 1;
  height: auto;
  line-height: 2.71;
  overflow-y: hidden;
}
.spots-show-page__features .card-body .features.collapsed {
  height: 250px;
}
.spots-show-page__features .card-body .features__item {
  flex: 1;
  padding: 0 0.625rem;
  border-left: 1px solid #dee2e6;
}
.spots-show-page__features .card-body .features__item:first-of-type {
  padding-right: 0;
}
.spots-show-page__features .card-body .features__item:last-of-type {
  padding-left: 0;
  border-left: none;
}
.spots-show-page__features .card-body .features__item__title {
  font-size: 18px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__features .card-body .features__item__title {
    font-size: 16px;
}
}
.spots-show-page__features .card-body .features__item__value {
  display: flex;
  align-items: baseline;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__features .card-body .features__item__value {
    font-size: 12px;
}
}
.spots-show-page__features .card-body .features__item__value i {
  flex-shrink: 0;
  margin-left: 0.625rem;
}
.spots-show-page__features .card-footer {
  height: 50px;
  padding: 0;
  text-align: center;
  border-top: 0;
  line-height: 47px;
}
.spots-show-page__features .card-footer:hover {
  cursor: pointer;
}
.spots-show-page__features .card-footer > div {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #4E5C6E;
  border: none;
}
.spots-show-page__around-spot .card-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.spots-show-page__around-spot .card-header .header-label {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  color: #4E5C6E;
}
.spots-show-page__around-spot .card-header .header-label i {
  margin-left: 0.625rem;
}
.spots-show-page__around-spot .card-header .header-title {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #717C8B;
  flex: 1;
}
.spots-show-page__around-spot .card-header .header-button {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.spots-show-page__around-spot .card-header .header-button a {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
}
.spots-show-page__around-spot .card-body {
  display: flex;
  padding: 1.25rem;
}
.spots-show-page__around-spot .card-body .around-col-item {
  flex: 1;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 1px solid #dee2e6;
}
.spots-show-page__around-spot .card-body .around-col-item:last-of-type {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.spots-show-page__around-spot .card-body .around-col-item__title {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 18px;
  color: #4E5C6E;
}
@media (max-width: 1399.98px) {
.spots-show-page__around-spot .card-body .around-col-item__title {
    font-size: 16px;
}
}
.spots-show-page__around-spot .card-body .around-col-item__title i {
  margin-left: 0.3125rem;
}
.spots-show-page__around-spot .card-body .around-col-item__title i:before {
  height: 30px;
  font-size: 30px;
}
.spots-show-page__around-spot .card-body .around-col-item__values__item {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-size: 14px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__around-spot .card-body .around-col-item__values__item {
    font-size: 12px;
}
}
.spots-show-page__gallery .card-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.spots-show-page__gallery .card-header .header-label {
  flex: 1;
}
.spots-show-page__gallery .card-header .header-title {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #717C8B;
  flex: 1;
}
.spots-show-page__gallery .card-header .header-button {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.spots-show-page__gallery .card-header .header-button a {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
}
.spots-show-page__gallery .card-body .gallery-categories {
  display: flex;
  overflow: hidden;
}
.spots-show-page__gallery .card-body .gallery-categories__item {
  margin-left: 15px;
}
.spots-show-page__gallery .card-body .gallery-categories__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spots-show-page__gallery .card-body .gallery-categories__item a img {
  height: 105px;
  width: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spots-show-page__gallery .card-body .gallery-categories__item a span {
  height: 30px;
  line-height: 33px;
  color: #2F3742;
  text-align: center;
}
.spots-show-page__add-opinion {
  justify-content: space-around;
  align-items: center;
  flex-direction: row !important;
  height: 180px;
}
.spots-show-page__add-opinion .opinion-item {
  display: flex;
  justify-content: center;
  width: 50%;
}
.spots-show-page__add-opinion .opinion-item i:before {
  font-size: 90px;
  height: 90px;
}
.spots-show-page__add-opinion .opinion-item__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 50px;
}
.spots-show-page__add-opinion .opinion-item__text__label {
  font-size: 16px;
  color: #4E5C6E;
}
@media (max-width: 1399.98px) {
.spots-show-page__add-opinion .opinion-item__text__label {
    font-size: 14px;
}
}
.spots-show-page__add-opinion .opinion-item__text__btn {
  height: 38px;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
}
.spots-show-page__info {
  text-align: center;
  padding: 1.25rem;
  margin-bottom: 20px;
}
.spots-show-page__info__title {
  margin-bottom: 1.25rem;
  font-size: 18px;
  color: #2F3742;
  font-weight: bold;
}
.spots-show-page__info__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(233, 233, 243, 0.6);
}
.spots-show-page__info__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.spots-show-page__info__item .title {
  margin-bottom: 1.25rem;
  font-size: 18px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__info__item .title {
    font-size: 16px;
}
}
.spots-show-page__info__item .content {
  display: flex;
  font-size: 16px;
  color: #717C8B;
}
.spots-show-page__info__item--address .content {
  color: #717C8B;
}
.spots-show-page__info__item--address .content .lst-svg-icon-location:before {
  height: 20px;
}
.spots-show-page__info__item--phone .content {
  height: 40px;
  padding: 0 0.625rem;
  margin-bottom: 0.625rem;
}
.spots-show-page__info__item--phone .content:last-child {
  margin-bottom: 0;
}
.spots-show-page__info__item--phone .content button {
  font-size: 16px;
  color: #0197F6;
}
.spots-show-page__info__website {
  font-size: 14px;
  color: #717C8B;
}
.spots-show-page__info__violation {
  margin-top: 1.25rem;
}
.spots-show-page__info__violation a {
  font-size: 14px;
  color: #FF725E;
  display: inline-block;
  border-bottom: 1px dashed #FF725E;
}
.spots-show-page__info__violation a:hover {
  color: #ff5c45;
}
.spots-show-page__warning {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  background-color: #F9F9FA !important;
}
.spots-show-page__warning__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  width: 68px;
  margin-top: -55px;
  margin-bottom: 0.625rem;
  background-color: #F4F4F9;
  border-radius: 50%;
  border: 1px solid #dee2e6;
}
.spots-show-page__warning__icon i:before {
  font-size: 40px;
  height: 40px;
}
.spots-show-page__warning__title {
  font-size: 18px;
  color: #2F3742;
}
@media (max-width: 1399.98px) {
.spots-show-page__warning__title {
    font-size: 16px;
}
}
.spots-show-page__warning__text {
  line-height: 40px;
  font-size: 14px;
  color: #717C8B;
}
.spots-show-page__warning__btn {
  height: 35px;
  width: 130px;
  display: block;
  line-height: 31px;
  text-align: center;
  border-radius: 0.25rem;
  border: 2px solid #FF725E;
  font-weight: bold;
  font-size: 14px;
  color: #FF725E;
  background-color: #ffffff;
}
.spots-show-page__warning__btn:hover {
  background-color: #FF725E;
  color: white;
}
.spots-show-page__map-content {
  height: 80vh;
  position: relative;
}
.spots-show-page__map-content .modal-header {
  display: flex;
  justify-content: center;
  background-color: #F9F9FA;
}
.spots-show-page__map-content .modal-header__search {
  width: 350px;
  height: 42px;
  position: relative;
}
.spots-show-page__map-content .modal-header__search i {
  position: absolute;
  font-size: 22px;
  top: 6px;
  right: 6px;
}
.spots-show-page__map-content .modal-header__search__box {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border: 1px solid #dee2e6;
  font-size: 14px;
  color: #4E5C6E;
  border-radius: 20px;
}
.spots-show-page__map-content .modal-header__search__results {
  width: 100%;
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  z-index: 999;
}
.spots-show-page__map-content .modal-header__search__results > div {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #dee2e6;
}
.spots-show-page__map-content .modal-header__search__results > div:hover {
  cursor: pointer;
  background-color: #F9F9FA;
}
.spots-show-page__map-content .modal-header__search__results > div:last-child {
  border-bottom: none;
}
.spots-show-page__map-content .modal-body {
  position: relative;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon {
  width: 35px !important;
  height: 35px !important;
  transition: all 0.2s;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon .m-wrapper {
  transform: scale(1.3);
  transition: all 0.2s;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon .m-wrapper .label {
  width: 50px;
  height: 50px;
  background: white;
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -6px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon .m-wrapper .label .triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #fff;
  bottom: -7px;
  position: absolute;
  left: 17px;
  border-top: 14px solid #fff;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon .m-wrapper .label .triangle:after {
  content: "";
  width: 22px;
  height: 5px;
  background-color: #dee2e6;
  position: absolute;
  transform: translateX(-50%);
  top: 3px;
  border-radius: 50%;
  left: 0;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon.active .m-wrapper .label {
  background: #0197F6;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon.active .m-wrapper .label .triangle {
  border-top: 10px solid #0197F6;
}
.spots-show-page__map-content .modal-body .leaflet-container .leaflet-map-pane .leaflet-marker-pane .leaflet-marker-icon.active .m-wrapper .label .triangle:after {
  background-color: rgba(1, 151, 246, 0.65) !important;
  width: 50px;
  box-shadow: 0 0 8px #0197F6;
}
.spots-show-page__map-content .modal-body .right-side {
  width: 340px;
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}
.spots-show-page__map-content .modal-body .right-side__around {
  margin-bottom: 0.625rem;
  height: calc(100% - 50px);
}
.spots-show-page__map-content .modal-body .right-side__around .card-header {
  border-bottom: 1px dashed #dee2e6;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .top-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .top-info__img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-left: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .top-info__name {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #2F3742;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .top-info__name small {
  font-size: 12px;
  color: #4E5C6E;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .rating {
  margin-bottom: 0.625rem;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .address {
  display: flex;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .address i {
  margin-left: 0.625rem;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .address i:before {
  height: 20px;
}
.spots-show-page__map-content .modal-body .right-side__around .card-header .address span {
  font-size: 14px;
  color: #2F3742;
}
.spots-show-page__map-content .modal-body .right-side__around .card-body {
  padding-top: 0;
  overflow-y: auto;
}
.spots-show-page__map-content .modal-body .right-side__around .card-body .around-title {
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
}
.spots-show-page__map-content .modal-body .right-side__around .card-body .around-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  font-size: 14px;
}
.spots-show-page__map-content .modal-body .right-side__around .card-footer {
  border-top: none;
  display: flex;
  font-size: 11px;
}
.spots-show-page__map-content .modal-body .right-side__around .card-footer i {
  margin-left: 0.625rem;
}
.spots-show-page__map-content .modal-body .right-side__bottom-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spots-show-page__map-content .modal-body .right-side__bottom-button button {
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.spots-show-page__map-content .modal-body .right-side__bottom-button__leaflet-control {
  width: 25px;
  height: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.spots-show-page__map-content .modal-body .right-side__bottom-button__leaflet-control .zoom-item {
  display: flex;
  justify-content: center;
  height: 50%;
  border-bottom: 1px solid #dee2e6;
  font-size: 22px;
  line-height: 30px;
  border-radius: 0.25rem;
}
.spots-show-page__map-content .modal-body .right-side__bottom-button__leaflet-control .zoom-item:hover {
  cursor: pointer;
}
.spots-show-page__map-content .modal-body .right-side__bottom-button__leaflet-control .zoom-item:last-of-type {
  line-height: 16px;
}
.spots-show-page__map-content .modal-body .left-side {
  width: 170px;
  padding: 1.25rem;
  position: absolute;
  bottom: 25px;
  left: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
  background-color: white;
  z-index: 999;
}
.spots-show-page__map-content .modal-body .left-side__header {
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.spots-show-page__map-content .modal-body .left-side__body .checkbox-item {
  margin-bottom: 0.625rem;
  font-size: 14px;
  color: #4E5C6E;
}
.spots-show-page__map-content .modal-body .left-side__body .checkbox-item:last-of-type {
  margin-bottom: 0;
}
.spots-show-page__gallery-content .modal-header {
  display: flex;
  align-items: center;
}
.spots-show-page__gallery-content .modal-header .modal-title {
  font-size: 20px;
  color: #717C8B;
}
.spots-show-page__gallery-content .modal-header .close {
  font-size: 24px;
}
.spots-show-page__gallery-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  background-color: #F4F4F9;
}
.spots-show-page .tour-footer {
  height: 90px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  box-shadow: 0 4px 31px 27px rgba(90, 90, 90, 0.16);
  z-index: 1;
}
.spots-show-page .tour-footer__text {
  font-size: 18px;
}
.spots-show-page .tour-footer__text span {
  font-weight: 700;
  color: #5f0824;
}
.spots-show-page .tour-footer__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.skeleton-loading-wrapper .card {
  transition: none !important;
}
