* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/91132cbab2bc931d-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/7761bf8926644889-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/354b67acdd3ee32b-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/d73785943c0393c8-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/8423d9b7857ba9e5-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/cdea94bbc10d392f-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/84db995f52fd8973-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/c2171a3222f96d9e-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_b6d778;
  src: url(../fonts/0b42cad71fd72755-s.p.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: __iranSansFont_Fallback_b6d778;
  src: local("Arial");
  ascent-override: 98.13%;
  descent-override: 49.06%;
  line-gap-override: 0%;
  size-adjust: 101.91%;
}
body {
  font-family: __iranSansFont_b6d778;
  direction: rtl;
  text-align: right;
  font-feature-settings: "ss02";
  color: #48484e;
}
.flex-top {
  justify-content: space-between;
}
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

.header.sticky-menu {
  background-color: #fff;
  border-bottom: 1px solid rgb(217, 217, 230);
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}
.link-header li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-left: 1px solid rgb(225 225 238/1);
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  color: rgb(71 84 103/1);
  position: relative;
}
.link-header li {
  list-style: none;
  display: inline-block;
}
.text-green {
  color: #359138 !important;
}
.tip_bottomPlacement {
  pointer-events: none;
  position: absolute;
  color: #fff;
  font-size: 13px;
  background-color: rgb(12 17 29/1);
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-delay: 0.5s;
  left: 0;
  top: 100%;
  --tw-translate-x: -50%;
  transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(0)
    scaleY(0px);
  margin-top: calc(0px + 8px);
  padding: 0 9px;
  border-radius: 5px;
}
.tip_bottomPlacement::after {
  transform: translate(-50%, -50%) rotate(45deg) skewX(0) skewY(0) scaleX(1)
    scaleY(1);
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #0c111d;
  left: 0;
}
.support:hover .tip_bottomPlacement {
  visibility: visible;
  transition-delay: 0s;
}
.icon-link.avatar {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-link.avatar img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  object-fit: cover;
}
.link-account {
  border: none !important;
}
.text-green {
  color: rgb(196, 50, 71);
}
.main-title-home {
  color: #fff;
  -webkit-backdrop-filter: contrast(0.8) brightness(0.6);
  backdrop-filter: contrast(0.8) brightness(0.6);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 21px;
  letter-spacing: -0.4px;
  line-height: 32px;
  font-weight: 700;
}
#form {
  display: flex;
  align-items: center;
  padding: 7px !important;
  border-radius: 7px;
}
.where-box .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 0 #0000, 0 0 #0000 !important;
  background-color: #fff;
  width: 420px;
  left: auto !important;
  right: 0 !important;
  transform: translate(0, 70px) !important;
  padding: 20px;
}
#form .btn.btn-toggle {
  box-shadow: none !important;
  text-align: right !important;
  font-weight: 600;
  font-size: 14px !important;
}
#form .btn.btn-toggle::after {
  display: none !important;
}
.coun-box .dropdown-menu1 {
  border-radius: 10px;
  box-shadow: 0px 8px 32px hsla(229, 5%, 41%, 0.24) !important;
  background-color: #fff;
  left: auto !important;
  right: 0 !important;
  transform: translate(0, 70px) !important;
  padding: 20px;
  min-width: 200px;
  position: absolute;
  display: none;
  top: 0;
  color: rgb(73, 73, 79);
}
.dropdown.f-where.coun-box.active .dropdown-menu1 {
  display: block;
}
.btn-primary {
  border-color: #359138;
  background-color: #359138;
  font-size: 13px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #2f8031;
  background-color: #2f8031;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
    0px 0px 0px 4px rgba(47, 128, 49, 0.24);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
}
.btn.btn-secondary {
  background-color: transparent !important;
  color: #2f8031;
  border-color: #2f8031;
  box-shadow: none !important;
  font-size: 13px;
}
.btn-filter > button {
  padding: 0.88rem;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}
#form input::placeholder {
  font-size: 12px;
}
@media (min-width: 768px) {
  #multi-step-form-container {
    margin-top: 5rem;
  }
  .btn.btn-primary.btn-navigate-form-step {
    min-width: 250px;
  }
  .btn-save-residence {
    min-width: 250px;
  }
  .NoResult-caption {
    font-size: 26px;
    font-weight: 700;
    line-height: 2.5rem;
  }
  .typography-caption3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
  }
  .typography-button2 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 500;
  }
  .toolbar-room {
    display: none !important;
  }
  .room-rate-container img {
    height: 1.5rem;
    width: 1.5rem;
  }
  .gallery-mob {
    display: none !important;
  }
  #date-modal-mob,
  #count-modal-mob {
    display: none !important;
  }
  .toolbar {
    display: none !important;
  }
  .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label,
  .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
    bottom: -20% !important;
  }
  .col-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .about-me.font-light h4,
  .about-me.font-light h2,
  .about-me.font-light h3,
  .about-me.font-light h5,
  .about-me.font-light h6 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
  }
  .title-flex-top {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    padding-left: 10px;
  }
  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 20px !important;
  }
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 34px !important;
  }
  li.hot-ideas-col:nth-child(1) {
    width: 49.5%;
    float: right;
    margin-left: 1%;
  }
  li.hot-ideas-col:nth-child(1) a::after {
    padding-bottom: 67%;
    content: "";
    display: block;
  }
  li.hot-ideas-col:nth-child(2) {
    width: 17%;
    float: right;
    margin-left: 1%;
  }
  li.hot-ideas-col:nth-child(3) {
    width: 31.5%;
    float: left;
  }
  li.hot-ideas-col:nth-child(3) a::after {
    padding-bottom: 104%;
    content: "";
    display: block;
  }
  li.hot-ideas-col:nth-child(2) a:nth-child(1)::after {
    padding-bottom: 95%;
    content: "";
    display: block;
  }
  li.hot-ideas-col:nth-child(2) a:nth-child(2)::after {
    padding-bottom: 95%;
    content: "";
    display: block;
  }
  .hot-ideas-wrap li {
    list-style: none;
  }
  .hot-idea {
    height: 100%;
    margin: 8px 0 !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .hot-ideas-wrap li img {
    display: block;
    height: 100%;
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 15px;
    object-fit: cover;
  }
  .img-banner-search {
    margin-top: -70px;
  }
  .header-row {
    background-image: linear-gradient(
      to bottom,
      #fff,
      hsla(0, 0%, 100%, 0)
    ) !important;
  }
  .h-name-main-cat {
    font-size: 0.875rem !important;
  }
  .list-main-cat li a {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .list-favo {
    max-height: 512px !important;
    overflow-y: auto;
  }
  .home_content-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    flex-direction: column;
  }
  .custom-datepicker .datepicker-plot-area {
    min-width: 300px;
    margin-left: -50px;
  }

  .datepicker-plot-area {
    box-shadow: 0 0 #0000, 0 0 #0000 !important;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}
@media (max-width: 767.99px) {
  .form-stepper .label {
    font-size: 12px !important;
    margin-top: 0.5rem;
  }
  #multi-step-form-container {
    margin-top: 2rem;
  }
  .NoResult-caption {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
  .img-room {
    max-height: 244px !important;
    border-radius: 0.75rem !important;
    flex-basis: 40% !important;
    display: block !important;
    overflow: hidden;
  }
  .img-fluid.sidebar-image {
    width: 96px !important;
    height: 96px !important;
  }
  .typography-caption3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 300;
  }
  .typography-button2 {
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 500;
  }
  .toolbar-room {
    box-shadow: 0 2px 12px 4px #f0f0f0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
  }
  .toolbar-room .btn {
    max-width: 50% !important;
  }
  .go-back {
    width: 24px;
    display: inline-block;
    color: #000 !important;
  }

  #tabs {
    border-top: 1px solid rgb(210, 210, 223);
    display: flex;
    justify-content: space-between;
  }
  .flex-room {
    width: 100%;
  }
  .nav-link {
    font-size: 10px;
  }
  .room-rate-container img {
    height: 1rem;
    width: 1rem;
  }
  .gallery-desc {
    display: none !important;
  }
  .d-block.main-title-service {
    font-size: 12px !important;
  }
  .d-flex.flex-top > .d-flex {
    width: calc(100% - 35px);
  }
  .btn.btn-destinations {
    box-shadow: none !important;
    text-align: right;
    background-color: transparent !important;
    border: 1px solid rgb(155, 155, 174);
    box-shadow: none;
    width: 100%;
    border-radius: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.425rem !important;
    padding-bottom: 0.425rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-weight: 300;
    color: rgb(139, 139, 151) !important;
    font-size: 13px;
  }
  .filter-section {
    overflow-x: auto;
  }
  #toggle-price,
  #toggle-area,
  #toggleButtonReserve,
  #toggle-datepicker,
  #toggle-count {
    display: none !important;
  }
  .filter-section .btn-filter {
    font-size: 13px;
    padding: 6px 4px !important;
    min-width: 105px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
    .soon-label,
  .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
    bottom: -15px !important;
  }
  .box-timer {
    width: 30% !important;
  }
  .wnd-box-carousel {
    width: 70% !important;
  }
  .toolbar {
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid rgb(213, 213, 223);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: #fff;
  }
  .toolbar a {
    height: 56px;
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    font-weight: 700;
    color: rgb(141, 141, 151);
    font-size: 11px;
    justify-content: center;
    align-items: center;
  }
  body {
    padding-bottom: 57px;
  }
  .toolbar a.active {
    color: rgb(70, 70, 77);
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .col-social {
    text-align: center;
  }
  .overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .list-fv {
    display: inline-flex !important;
  }
  .list-fv li {
    width: 464px !important;
  }
  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 13px !important;
  }
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 17px !important;
  }
  .pe-xs-0 {
    padding-left: 0;
  }
  .owl-slider .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background-color: #fff !important;
  }
  .owl-slider img {
    border-radius: 0.75rem !important;
  }
  .owl-slider .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
  }
  .header.sticky-menu .d-block.header-row {
    display: none !important;
    transition-timing-function: linear !important;
    transition-duration: 0.2s !important;
  }
  .header.sticky-menu .show-list-search {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .header {
    background-color: #fff;
  }
  .h-name-main-cat {
    font-size: 10px !important;
  }
  .list-main-cat li a {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .show-list-search {
    background-color: transparent !important;
    border: 1px solid rgb(155, 155, 174);
    box-shadow: none;
    width: 100%;
    border-radius: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-weight: 300;
    color: rgb(139, 139, 151) !important;
  }
  .frm-mob-search {
    background-color: transparent !important;
    border: 1px solid rgb(155, 155, 174);
    box-shadow: none;
    width: 100%;
    border-radius: 0.25rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-weight: 300;
    color: rgb(139, 139, 151) !important;
    margin-top: 10px;
  }
  .supprt-mob {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.datepicker-day-view {
  font-family: __iranSansFont_b6d778;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected,
.datepicker-plot-area
  .datepicker-day-view
  .table-days
  td.selected
  span
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #359138;
  border-radius: 5px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    #ea185757 0,
    #ea185757 10px
  ) !important;
  color: #636161 !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td span {
  font-weight: 900;
}
.datepicker-plot-area {
  box-shadow: 0px 8px 32px hsla(229, 5%, 41%, 0.24) !important;
  border-radius: 7px;
  border-color: #eee;
}
.pwt-datepicker-input-element {
  cursor: pointer;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  font-family: __iranSansFont_b6d778;
  color: #359138;
  font-weight: 900;
  font-size: 18px;
}
#input-quantity {
  border: none;
  text-align: center;
  box-shadow: none !important;
}
.btn-close-box {
  border: 1px solid #d0d0d0;
  width: 60px;
  text-align: center;
  margin-right: auto;
  border-radius: 7px;
  cursor: pointer;
}
.add-pro button {
  border: none !important;
  box-shadow: none !important;
}
.fdgNa-d {
  color: rgb(135, 135, 142);
}
.text-dark-gray {
  color: rgb(45, 45, 57);
}
.text-gray {
  color: rgb(91, 91, 106);
}
.f-img {
  width: 32px;
  height: 32px;
  border-radius: 0.25rem !important;
  overflow: hidden;
  margin-left: 5px;
}
.f-img img {
  width: 32px;
  height: 32px;
  border-radius: 0.25rem !important;
  object-fit: cover;
}

.list-favo li {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}
.list-favo li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-15 {
  font-size: 15px;
}
.f-13 {
  font-size: 13pz;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.d-flex.list-f {
  align-items: center;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.btn-default {
  border: 1px solid #eaecf0;
}
.btn {
  border-radius: 0.625rem;
}
.modal-footer.footer-m {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
.text-Asphalt {
  color: rgb(69, 69, 74);
  font-weight: 700;
}

.list-main-cat li,
.list-main-cat2 li {
  list-style: none;
}
.list-main-cat li a,
.list-main-cat2 li a {
  border: 1px solid rgb(208, 208, 217);
  display: block;
  border-radius: 0.75rem !important;
}
@media (min-width: 1024px) {
  .list-main-cat {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 2rem;
  }
  .list-main-cat2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  #gallery-mob .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #gallery-mob img {
    aspect-ratio: 1.61;
    object-fit: cover;
  }
  .frm-mob-search button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .frm-mob-search input {
    width: calc(100% - 25px);
  }
  .text-Asphalt {
    font-size: 15px;
  }
  .list-main-cat {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .list-main-cat2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media (max-width: 991.99px) {
  .owl-blog .owl-stage {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .list-main-cat {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .list-main-cat2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1023.99px) {
  .list-main-cat {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .list-main-cat2 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.list-main-cat,
.list-main-cat2 {
  display: grid;
}
.h-main-img-cat {
  height: 48px;
  text-align: center;
}
.h-main-img-cat img {
  height: 48px;
  object-fit: contain;
}
.h-name-main-cat {
  line-height: 1.25rem !important;
  text-align: center;
  margin-top: 0.5rem !important;
  color: rgb(69, 69, 74);
  margin-bottom: 0 !important;
}
.pt-11 {
  padding-top: 2.75rem !important;
}
.pb-11 {
  padding-bottom: 2.75rem !important;
}
.room-badges {
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
  gap: 0.25rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 250, 250, 0.7);
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51, 63, 83);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.btn-fav {
  position: absolute;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  font-size: 17px;
}
.btn-fav i {
  color: #fff;
}
.icon-bagges {
  width: 1rem !important;
  height: 1rem !important;
  display: inline-block;
}
.icon-bagges img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-ca {
  height: 236px;
  overflow: hidden;
  border-radius: 0.75rem;
}
.img-ca img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name-ca {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5rem 0.5rem 0.375rem;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(44, 44, 49);
}
.icon-ca {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.d-flex.flex-ca {
  justify-content: space-between;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.room-detail span {
  position: relative;
  display: inline-block;
  padding-left: 0.75rem;
  color: rgb(104, 104, 113);
  font-size: 13px;
}
.room-detail span:not(:last-child)::after {
  position: absolute;
  left: 4px;
  top: 50%;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 0.625rem;
  background-color: rgb(111, 111, 121);
  --tw-content: "";
  content: "";
}
.count-comment {
  font-weight: 300;
  color: rgb(98, 98, 108);
}
.room-rate {
  color: #636368;
  font-weight: 900;
  font-size: 13px;
}
.row-icon span {
  margin-left: 5px;
}
.price-ca {
  color: rgb(139, 139, 151);
}
.price-ca span {
  display: inline-block;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: rgb(26, 26, 30) !important;
}
.flex-price-ca {
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.old-price-ca {
  text-decoration-line: line-through !important;
  text-decoration-color: #f03e58;
  color: rgb(139, 139, 151);
  font-size: 13px;
}
.off-price-ca {
  background-color: #359138 !important;

  width: 34px !important;
  text-align: center;
  color: #fff;
  border-radius: 0.25rem !important;
  display: inline-block;
  margin-right: 5px;
}
.title-tour-carousel {
  color: #48484e;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}
.sub-title-tour-carousel {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: #48484e;
}
.show-all-ca {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: rgb(52, 64, 83);
  border: 1px solid rgb(208, 214, 223);
  border-radius: 0.5rem;
  transition-property: opacity, color, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.show-all-ca:hover {
  background-color: rgb(247, 247, 247);
  color: rgb(52, 64, 83);
}
.owl-pro .owl-next,
.owl-wnd .owl-next {
  height: 32px;
  width: 32px;
  position: absolute;
  text-align: center;
  background: #fff !important;
  border: 1px solid rgb(208, 214, 223) !important;
  position: absolute;
  top: -64px;
  left: 0;
  border-radius: 0.5rem !important;
}
.owl-pro .owl-prev,
.owl-wnd .owl-prev {
  height: 32px;
  width: 32px;
  position: absolute;
  text-align: center;
  background: #fff !important;
  border: 1px solid rgb(208, 214, 223) !important;
  position: absolute;
  top: -64px;
  left: 40px;
  border-radius: 0.5rem !important;
}
.owl-prev i,
.owl-next i {
  vertical-align: middle;
}
.owl-pro .owl-prev:hover,
.owl-pro .owl-next:hover,
.owl-wnd .owl-prev:hover,
.owl-wnd .owl-next:hover {
  border-color: rgb(205, 207, 210);
  color: #000;
  background-color: rgb(247, 247, 247);
}
.owl-pro .owl-prev:hover i,
.owl-pro .owl-next:hover i,
.owl-wnd .owl-prev:hover i,
.owl-wnd .owl-next:hover i {
  color: #000;
}
.owl-pro .owl-stage,
.owl-wnd .owl-stage {
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  .show-all-ca {
    margin-left: 100px;
  }
}
.text-Ruby {
  color: rgb(242, 61, 87) !important;
}
.btn-video {
  position: absolute;
  left: 10px;
  top: 198px;
  z-index: 3;
  color: rgb(48, 60, 79) !important;
  font-size: 13px;
  background-color: rgba(249, 249, 249, 0.7) !important;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500;
  border-radius: 0.25rem !important;
  padding: 0.25rem !important;
  box-shadow: none !important;
}
.img-ca {
  position: relative;
}
.owl-pro .item {
  position: relative;
}
.owl-wnd .item {
  position: relative;
  background-color: #fff;
  border-radius: 0.75rem;
  padding-bottom: 5px;
}
.modal video {
  width: 100% !important;
}
.wnd .title-tour-carousel,
.wnd .sub-title-tour-carousel {
  color: #fff;
}
.wnd .show-all-ca {
  background-color: #fff !important;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  color: #3ef042 !important;
}

.soon-text.soon-separator {
  position: absolute !important;
  left: -1px;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.timer far.fa-clock {
  color: #7a7a7a;
  font-size: 20px;
}

.soon-repeater.soon-value {
  margin: auto !important;
  height: 100%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  color: #fff;
  font-family: __iranSansFont_b6d778;
}

.soon-text {
  font-weight: 501 !important;
}

.soon[data-layout*="group"] {
  padding: 0 !important;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}

.soon-group.soon-group-sub {
  direction: ltr;
}

.soon[data-scale="m"] {
  font-size: 4px;
  direction: ltr !important;
}

.soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}

.soon-wrapper[data-layout*="group"] .soon-label,
.soon[data-layout*="group"] .soon-label {
  font-size: 0.5em;
}

.soon-wrapper[data-visual] .soon-label,
.soon[data-visual] .soon-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin-top: 0 !important;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.325em !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.soon-slot .soon-slot-inner {
  z-index: 8;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}

.soon-group.soon-group-sub {
  direction: ltr;
}

.soon[data-scale="m"] {
  font-size: 20px;
  direction: ltr !important;
  text-align: right !important;
}

.timer span {
  display: inline-block;
  vertical-align: middle;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
  text-align: center !important;
  font-family: __iranSansFont_b6d778;
}

.soon-text {
  font-family: arial;
  font-weight: 501 !important;
  padding-top: 5px;
}

.soon[data-layout*="group"] {
  padding: 0 !important;
}
.bg-gradient-to {
  padding: 1rem !important;
  background-image: linear-gradient(to top, #000, transparent) !important;
  position: absolute;
  height: 50%;
  display: flex !important;
  z-index: 2 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0;
  align-items: flex-end !important;
  width: 100% !important;
  color: #fff;
  justify-content: space-between;
  font-size: 13px;
  border-radius: 0 0 0.75rem 0.75rem !important;
}
.bg-gradient-to h3 {
  font-size: 13px;
}
.list-fv li {
  list-style: none;
  border-radius: 0.75rem !important;
}
.list-fv li:nth-child(1) {
  width: calc(50% - 6px);
  float: right;
}
.list-fv li:nth-child(2) {
  width: calc(50% - 6px);
  float: left;
}
.list-fv li img {
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  border-radius: 0.75rem !important;
  object-fit: cover;
}
.list-fv li:nth-child(1) a:nth-child(1) {
  width: 57%;
  float: right;
}
.list-fv li:nth-child(1) a:nth-child(2) {
  width: 41%;
  float: right;
  margin-right: 2% !important;
}
.list-fv li:nth-child(1) a:nth-child(3) {
  width: 41%;
  float: right;
  margin-left: 2% !important;
  clear: both;
}
.list-fv li:nth-child(1) a:nth-child(4) {
  width: 57%;
  float: left;
}

.list-fv li:nth-child(2) a:nth-child(1) {
  width: 57%;
  float: right;
  margin-left: 2% !important;
}
.list-fv li:nth-child(2) a:nth-child(2) {
  width: 41%;
  float: right;
}
.list-fv li:nth-child(2) a:nth-child(4) {
  width: 41%;
  float: right;
  margin-left: 2% !important;
}
.list-fv li:nth-child(2) a:nth-child(3) {
  width: 57%;
  float: left;
}

.list-fv li:nth-child(1) a:nth-child(1):after {
  padding-bottom: 60%;
  content: "";
  display: block;
}
.list-fv li:nth-child(1) a:nth-child(2):after {
  padding-bottom: 83%;
  content: "";
  display: block;
}
.list-fv li:nth-child(1) a:nth-child(3):after {
  padding-bottom: 83%;
  content: "";
  display: block;
}
.list-fv li:nth-child(1) a:nth-child(4):after {
  padding-bottom: 60%;
  content: "";
  display: block;
}

.list-fv li:nth-child(2) a:nth-child(2):after {
  padding-bottom: 83%;
  content: "";
  display: block;
}
.list-fv li:nth-child(2) a:nth-child(1):after {
  padding-bottom: 60%;
  content: "";
  display: block;
}
.list-fv li:nth-child(2) a:nth-child(4):after {
  padding-bottom: 83%;
  content: "";
  display: block;
}
.list-fv li:nth-child(2) a:nth-child(3):after {
  padding-bottom: 60%;
  content: "";
  display: block;
}
.list-fv li:nth-child(1) {
  margin-left: 12px;
}
.list-fv li a {
  margin: 8px 0 !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 0.75rem !important;
}
.bg-cat {
  background-color: rgb(241, 241, 244);
  padding-bottom: 1.5rem !important;
  padding-top: 2rem !important;
}
.mt-11 {
  margin-top: 2.75rem !important;
}
.owl-support .item {
  padding: 1rem !important;
  border: 1px solid rgb(214, 214, 221) !important;
  border-radius: 1rem !important;
  height: 100%;
}
.img-flex-top {
  width: 48px;
  height: 48px;
  margin-left: 10px;
}
.img-flex-top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.flex-top-support {
  align-items: center;
}
.title-flex-top {
  font-weight: 600;
  padding-top: 0.75rem !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  min-height: 68px;
}
.text-carousel.f-15.mt-3 {
  color: rgb(102, 102, 111);
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  min-height: 68px;
}
.rounded {
  border-radius: 0.75rem !important;
}
.short-desc-blog {
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  min-height: 50px;
  color: rgb(101, 101, 108) !important;
  font-size: 13px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  overflow: hidden;
}
.title-blog {
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  color: rgb(34, 34, 38);
  font-size: 15px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  overflow: hidden;
}
.img-blog {
  height: 191px;
  overflow: hidden;
}
.img-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-blog .item {
  border: 1px solid rgb(215, 215, 223);
  border-radius: 0.75rem;
}
.flex-bottom-blog {
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
}
.d-flex.flex-bottom-blog {
  padding: 0.75rem !important;
  color: rgb(142, 142, 151);
  font-weight: 600;
}
.date-blog {
  display: inline-block;
}
.d-flex.flex-bottom-blog img {
  width: 20px;
}
.font-light {
  font-weight: 300;
}
.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
}
.btn-more {
  background-color: transparent !important;
}
.btn-more i {
  transition: transform 0.3s ease-in-out;
}
.rotate {
  transform: rotate(180deg);
}
.about-me {
  transition: all 0.3s ease-in-out;
}
.expanded {
  max-height: none;
}
.about-me.font-light ul {
  padding-right: 12px !important;
}
.btn-more i {
  font-size: 12px;
}
footer {
  background-color: rgb(241, 241, 244);
  padding-bottom: 1.5rem !important;
  padding-top: 2rem !important;
}
.title-footer {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
}
.social li {
  display: inline-block;
  margin: 0 10px;
}
.link-support svg {
  width: 20px;
  vertical-align: middle;
}
.link-support {
  background-color: #359138;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 7px;
  display: inline-block;
}
.link-footer li {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.link-footer li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #48484e;
}
.namad li {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #c6c1c1;
  padding: 5px;
  border-radius: 7px;
}
.namad li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-footer {
  width: 80px;
  margin-left: 10px;
}
.short-about-me {
  width: calc(100% - 90px);
}
.email {
  color: #48484e !important;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.copy {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  font-size: 8px !important;
  color: #fff;
}
.modal.show .modal-dialog {
  z-index: 10;
}
#calendarModal .btn-close,
#searchModal .btn-close,
#searchModalMob .btn-close {
  background: none !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.modal-footer button {
  width: 47%;
  line-height: 2;
}
#calendarModal .modal-footer,
#searchModal .modal-footer .modal-footer,
#searchModalMob .modal-footer .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-footer {
  justify-content: center;
}
#calendarModal .modal-footer button,
#searchModal .modal-footer button {
  width: 47%;
  line-height: 2;
}
#check-out-date,
#check-in-date {
  width: 100%;
  display: block;
  border: 1px solid #ccc !important;
  padding: 5px 7px;
  border-radius: 5px;
}
#calendarModal .modal-footer,
#searchModal .modal-footer {
  justify-content: space-between;
}
#suggested_destinations {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  min-width: 500px;
  right: -7px;
  border-radius: 10px;
  box-shadow: 0px 8px 32px hsla(229, 5%, 41%, 0.24) !important;
  top: 132%;
  max-height: 512px !important;
  overflow-y: auto;
  z-index: 100;
}
#f-where {
  position: relative;
}
#suggested_destinations.show {
  display: block;
}
.btn.btn-destinations {
  box-shadow: none !important;
  text-align: right;
}
#destination {
  cursor: pointer;
  width: calc(100% - 40px);
}
.list-favo li button {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-selct-conut {
  justify-content: space-between;
  align-items: center;
}
.d-flex.flex-int {
  align-items: center;
  font-weight: 600;
}
.d-flex.flex-int input {
  background-color: #fff !important;
}
.listContainer-listView {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
}
.roomCard-containe {
  position: relative;
  display: flex;
  min-height: 19rem;
  flex: 1 1 auto;
  flex-shrink: 1;
  flex-shrink: 0;
  cursor: default;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0;
}
@media (min-width: 768px) {
  .btn.btn-destinations {
    padding: 0 !important;
  }
  .roomCard-containe {
    max-width: 23rem;
  }
}
.header-inneer {
  border-bottom: 1px solid #ccc;
}
.search-history {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.history-item {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 9999rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border: 1px solid rgb(137, 137, 147);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(75, 75, 81);
}
.search-filter #f-where {
  background-color: transparent !important;
  border: 1px solid rgb(155, 155, 174);
  box-shadow: none;
  width: 100%;
  border-radius: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  font-weight: 300;
  color: rgb(139, 139, 151) !important;
}
.search-filter #destination {
  width: calc(100% - 30px);
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  .search-filter #f-where {
    min-width: 500px;
  }
}
.filter-section .btn-filter {
  border: 1px solid rgb(205, 205, 210);
  background-color: transparent !important;
  border-radius: 25px !important;
  padding: 6px 10px;
  color: rgb(98, 98, 108);
  position: relative;
  cursor: pointer;
}
.frm-search {
  background-color: transparent !important;
  border: 1px solid rgb(155, 155, 174);
  box-shadow: none;
  width: 100%;
  border-radius: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  font-weight: 300;
  color: rgb(139, 139, 151) !important;
}
.frm-search button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.frm-search input {
  width: calc(100% - 30px);
}
.subtitle1 {
  font-size: 21px;
  letter-spacing: -0.4px;
  line-height: 32px;
  font-weight: 600;
}
.subtitle2 {
  font-size: 16px;
  font-weight: 900;
}
.flex-check {
  justify-content: space-between;
  margin: 10px 0;
  cursor: pointer;
  display: flex;
}
.flex-check input {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.375rem;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0.0625rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204, 208, 215);
  --tw-bg-opacity: 1;
  background-color: #fff;
}

.flex-check input:checked::after {
  position: absolute;
  left: 6px;
  top: 2px;
  display: block;
  height: 11px;
  width: 6px;
  --tw-rotate: 45deg;
  transform: translate(0, 0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  border-width: 0 2px 2px 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(251, 250, 250);
  background-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}
.flex-check input:checked {
  --tw-border-opacity: 1;
  border-color: #359138;
  --tw-bg-opacity: 1;
  background-color: #359138;
}
.b-check-item {
  border-bottom: 1px solid rgb(210, 210, 219);
}
/* استایل باکس انتخاب تاریخ */
.date-picker-container {
  display: none;
  position: absolute;
  top: 115%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 600px;
  z-index: 100;
  border-radius: 0.75rem;
}
.count-container {
  display: none;
  position: absolute;
  top: 115%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 400px;
  z-index: 100;
  border-radius: 0.75rem;
}
.area-container {
  display: none;
  position: absolute;
  top: 115%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 350px;
  z-index: 100;
  border-radius: 0.75rem;
}
.price-container {
  display: none;
  position: absolute;
  top: 115%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  width: 400px;
  z-index: 100;
  border-radius: 0.75rem;
}
.datepicker-box {
  margin-bottom: 15px;
}
.datepicker-buttons {
  display: flex;
  justify-content: space-between;
}
.datepicker-buttons .btn {
  min-width: 100px;
}
.datepicker-plot-area-inline-view {
  direction: ltr;
}
.flex-date input {
  width: calc(100% - 100px);
  text-align: left;
}
.flex-date label {
  width: 100px;
}
.img-box-filter {
  display: inline-block;
  width: 24px;
}
.img-box-filter img {
  width: 100% !important;
  object-fit: contain;
}
.wrapper-area {
  max-height: 300px;
  overflow-y: auto;
}
.price-area {
  padding: 0 20px;
}
.cost-rang li {
  display: inline-table;
}
.cost-rang.d-flex {
  margin-bottom: 80px !important;
  align-items: center;
}
.cost-rang li {
  display: flex;
  flex-direction: column;
  width: 47%;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  margin: 0 2%;
}
.flex-input input {
  width: 100px !important;
}
#selectCityModal .modal-dialog,
#filterModal .modal-dialog,
#dateModal .modal-dialog,
#countModal .modal-dialog,
#optModal .modal-dialog,
#addBankModal .modal-dialog,
#addpriceModal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
  display: flex;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  flex-wrap: nowrap;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
  --tw-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color),
    0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  bottom: 0;
}
#selectCityModal .modal-content,
#filterModal .modal-content,
#dateModal .modal-content,
#countModal .modal-content,
#optModal .modal-content,
#addBankModal .modal-content,
#addpriceModal .modal-content {
  border-radius: 15px 15px 0 0;
}
.add-pro.bedroom.d-flex.mb-3 {
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-left: auto;
}
#input-quantity1 {
  text-align: center;
  margin: 0 10px;
}
.add-pro.bedroom.d-flex.mb-3 .btn {
  background-color: #359138 !important;
  color: #fff;
  border-radius: 7px !important;
}
.btn-filter.active {
  background-color: #359138 !important;
  border-color: #359138;
  color: #fff !important;
}
.search-select .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  text-align: right;
}
.search-select .select2-container {
  min-width: 150px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #359138;
}
.breadcrumb li {
  margin-left: 20px;
  position: relative;
  font-size: 13px;
}
.breadcrumb li a {
  color: rgb(189, 188, 188);
}
.breadcrumb li::after {
  display: block;
  width: 1.5rem;
  position: absolute;
  top: 5px;
  right: -22px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 0.9;
  --tw-text-opacity: 1;
  color: rgb(125, 125, 132);
  content: ">";
}
.breadcrumb li:first-child:after {
  display: none;
}
#input-quantity-mob {
  border: none !important;
  box-shadow: none !important;
}
.btn-close {
  box-shadow: none !important;
}
.form-check .form-check-input {
  float: left;
}
.form-check-input:checked {
  background-color: #359138 !important;
  border-color: #359138 !important;
}
.form-check-input:focus {
  border-color: #359138;
  box-shadow: 0 0 0 0.25rem rgba(53, 145, 56, 0.12);
}
.accordion-item {
  border: 1px solid rgb(214, 214, 221) !important;
  border-radius: 1rem !important;
}
.accordion-item button {
  border-radius: 1rem !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #35913891;
}
.main-title-service {
  line-height: 1.25rem !important;
  text-align: center;
  margin-top: 0.5rem !important;
  color: rgb(69, 69, 74);
  margin-bottom: 0 !important;
}
.visitor {
  font-size: 24px;
  color: #359138;
  font-weight: 900;
  margin-top: 5px !important;
  display: inline-block;
}
.list-main-cat2 li a {
  padding: 10px !important;
}
.sticky-sidebar {
  background-color: #fff;
  box-shadow: 0 2px 12px 4px #f0f0f0;
  /*margin-bottom: 2rem;*/
  /*height: -moz-fit-content;*/
  /*height: fit-content;*/
  /*max-height: 756px;*/
  border-radius: 1.25rem;
}
.tab-content {
  padding: 20px;
}
.images-container {
  position: relative;
  display: grid;
  height: 100%;
  width: 100%;
  gap: 0.5rem;
  overflow: hidden;
  transition: grid-template-areas 1s;
  -webkit-transition: grid-template-areas 1s;
}
@media (min-width: 768px) {
  .images-container {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
.images-master {
  position: relative;
  overflow: hidden;
}
.images-container .images-master:first-child,
.images-container .images-master:first-child img {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.images-container .images-master:first-child {
  position: relative;
  grid-column: span 5 / span 5;
  grid-column-start: span 5;
  grid-column-start: 1;
  grid-row: span 6 / span 6;
  grid-row-start: span 6;
  grid-row-start: 1;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.images-backDrop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  background-attachment: fixed;
  opacity: 0;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.images-backDrop:hover {
  opacity: 1;
}
.images-container .images-master:nth-child(2) {
  position: relative;
  grid-column: span 2 / span 2;
  grid-column-start: span 2;
  grid-column-start: 6;
  grid-row: span 3 / span 3;
  grid-row-start: span 3;
  grid-row-start: 1;
}
.images-container .images-master:nth-child(3) {
  position: relative;
  grid-column: span 2 / span 2;
  grid-column-start: span 2;
  grid-column-start: 8;
  grid-row: span 3 / span 3;
  grid-row-start: span 3;
  grid-row-start: 1;
  border-top-left-radius: 0.75rem;
}
.images-container .images-master:nth-child(4) {
  position: relative;
  grid-column: span 2 / span 2;
  grid-column-start: span 2;
  grid-column-start: 6;
  grid-row: span 3 / span 3;
  grid-row-start: span 3;
  grid-row-start: 4;
}
.images-container .images-master:nth-child(5) {
  position: relative;
  grid-column: span 2 / span 2;
  grid-column-start: span 2;
  grid-column-start: 8;
  grid-row: span 3 / span 3;
  grid-row-start: span 3;
  grid-row-start: 4;
  overflow: hidden;
  border-bottom-left-radius: 0.75rem;
}
.images-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.64);
  background-attachment: fixed;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #fff;
  opacity: 1;
}
@media (min-width: 768px) {
  .images-container .images-master:nth-child(2) img,
  .images-container .images-master:nth-child(3) img,
  .images-container .images-master:nth-child(4) img,
  .images-container .images-master:nth-child(5) img {
    aspect-ratio: 1.61;
    height: 100%;
  }
}
.lg-container {
  font-family: __iranSansFont_b6d778;
}
@media (min-width: 768px) {
  .btn-share,
  .add-to-favorite {
    font-size: 1rem !important;
    font-weight: 600;
  }
  .typography-h1 {
    font-size: 21px;
    letter-spacing: -0.4px;
    line-height: 32px;
    font-weight: 700;
    color: rgb(66, 66, 72) !important;
  }
  .typography-sub-title1 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    color: rgb(66, 66, 70) !important;
  }
  .typography-sub-title2 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 300;
    color: rgb(94, 94, 102) !important;
  }
  .typography-h2 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 700;
    color: rgb(77, 77, 83);
  }
  .typography-h3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    color: rgb(76, 76, 81);
  }
  .typography-body3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    color: rgb(135, 135, 142) !important;
  }
  .typography-body4 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    color: rgb(69, 69, 74) !important;
  }
  .typography-caption2 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 300;
  }
  .w-7 {
    width: 1.75rem !important;
  }
  .h-7 {
    height: 1.75rem !important;
  }
  .ctaPrice-badge {
    font-size: 15px;
  }
  .typography-caption3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
    color: rgb(150, 150, 157) !important;
  }
  .typography-subtitle2 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 600;
  }
}
.typography-caption2 {
  color: rgb(74, 74, 79);
  text-decoration-line: line-through;
  text-decoration-color: #f03e58;
  text-decoration-thickness: 1px;
}
@media (max-width: 767.99px) {
  .typography-subtitle2 {
    font-size: 13px;
    line-height: 28px;
    font-weight: 600;
  }
  .typography-caption3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
    color: rgb(150, 150, 157) !important;
  }
  .ctaPrice-badge {
    font-size: 13px;
  }
  .typography-caption2 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
  }
  .w-7 {
    width: 1.5rem !important;
  }
  .h-7 {
    height: 1.5rem !important;
  }
  .typography-body4 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: rgb(69, 69, 74) !important;
  }
  .typography-body3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: rgb(135, 135, 142) !important;
  }
  .typography-h3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    color: rgb(76, 76, 81);
  }
  .typography-h2 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    color: rgb(77, 77, 83);
  }
  .typography-h1 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 28px;
    font-weight: 700;
    color: rgb(66, 66, 72) !important;
  }
  .typography-sub-title1 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
    color: rgb(66, 66, 70) !important;
  }
  .typography-sub-title2 {
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 16px;
    font-weight: 300;
    color: rgb(94, 94, 102) !important;
  }
}
.user-img {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.user-img img {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  object-fit: cover;
}
.justify-between {
  justify-content: space-between;
}
.popover {
  position: absolute;
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease-in-out;
  width: 200px;
  z-index: 10;
  right: 0;
  top: -120px;
  font-family: __iranSansFont_b6d778;
}
.cursor-pointer {
  cursor: pointer;
}
.popover h4 {
  font-size: 1rem;
  font-weight: bold;
}

.popover.active {
  display: block;
  opacity: 1;
}
#icon-container svg {
  width: 24px;
  height: 24px;
}
.roomAreaSection-items {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  overflow-x: auto;
  padding: 0;
}
.roomAreaSection-items > div {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgb(214, 214, 219);
  padding: 0.75rem;
}
.topAttributes-wrapper {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.topAttributes-facilityContainer {
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
}
.btn-share svg {
  width: 20px;
}
.btn-share,
.add-to-favorite {
  color: rgb(65, 78, 96) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
}
.id-room {
  font-weight: 600;
  font-size: 15px !important;
}
.nav-link {
  color: rgb(171, 171, 179);
  padding: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.nav-link {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.nav-link.active {
  color: rgb(85, 85, 91) !important;
  border-bottom-color: #495057 !important;
}
#tabs {
  border-bottom: none !important;
}
.ctaPrice-badge {
  display: inline-block;
  height: 1.5rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244, 65, 91);
  padding: 0.375rem 0.25rem;
  text-align: center;
  vertical-align: baseline;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255, 253, 253);
}
.sticky-wrapper {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 756px;
  position: sticky;
  bottom: auto;
  left: 0;
  top: 12rem;
}
.custom-day {
  position: relative;
  text-align: center;
  padding: 5px;
}
.price {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.datepicker-containers {
  gap: 10px;
}
.datepicker-containers > div {
  font-size: 15px !important;
  color: rgb(149, 149, 159) !important;
  border: 1px solid rgb(218, 218, 223);
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
}
.datepicker-containers > div input {
  width: calc(100% - 50px);
}
.minus,
.plus {
  width: 40px;
  height: 40px;
  text-align: center;
}
.select-count #quantity {
  box-shadow: none !important;
  border-radius: 15px;
}
.font-15 {
  font-size: 15px;
}
.line-height-2 {
  line-height: 2rem;
}
.icon-more {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.btn-more-opt {
  display: flex;
  align-items: center;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.roomAreaSection-items.low > div {
  min-width: 150px;
}
.rate-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.rate-section {
  display: flex;
  justify-content: space-between;
}
.rate-ratePoint {
  display: flex;
  align-items: center;
}

.roomComments-comments {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 0.875rem;
  }
  .roomComments-comments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.roomComments-commentContainer {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(204, 204, 213);
  padding: 0.625rem;
}
.roomComments-profileSection {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: space-between;
}
.roomComments-profile {
  grid-column: span 2 / span 2;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  text-align: right;
}
.com-user {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
}
.com-user img {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  object-fit: cover;
}
.roomComments-rate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  vertical-align: middle;
}
.roomComments-commentBody {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.roomComments-Reply {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(204, 204, 217);
}
.roomComments-Replier {
  display: flex;
  gap: 0.5rem;
}
.nav-link:hover {
  color: rgb(85, 85, 91) !important;
}

.sidebar-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.sidebar-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgb(208, 208, 217);
  padding: 0.75rem 1.25rem;
}
.sidebar-image {
  border-radius: 9999rem;
}
@media (min-width: 768px) {
  .layout-sideBar {
    position: sticky;
    top: 6rem;
    max-height: 760px;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(36, 36, 40, 0.12);
  }
  .sidebar-image {
    height: 72px;
    width: 72px;
  }
}
.button-container {
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  text-decoration-line: none;
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  border-color: transparent;
  background-color: transparent;
  gap: 0.375rem;
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.button-trailingIconSpanH {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 5px;
}
.button-container:hover {
  border-color: rgb(247, 248, 249) !important;
  background-color: rgb(247, 248, 249);
  color: rgb(53, 66, 87);
}
.sideBarLinks-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
}
.Button-leadingIconSpan {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.button-container.active {
  background-color: rgb(71, 71, 77);
  color: #fff;
}
.justify-start {
  justify-content: flex-start !important;
}
.button-container {
  color: rgb(65, 77, 94);
}
.Button-leadingIconSpan svg {
  width: 100%;
  height: 100%;
  stroke: #414d5e;
}
.Button-container.btn.btn-primary.min-width svg {
  stroke: #fff;
}
.Button-leadingIconSpan i{
  stroke: #414d5e; 
}
.tab-sec {
  border: 1px solid rgb(218, 218, 223);
  border-radius: 0.75rem !important;
}
.img-room img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .img-room {
    max-height: 310px !important;
    min-width: 375px !important;
    border-radius: 0.75rem !important;
    flex-basis: 40% !important;
    display: block !important;
    overflow: hidden;
  }
  .tab-sec {
    flex-direction: row !important;
    gap: 0.5rem !important;
  }
}
.fav-btn {
  top: 0.5rem !important;
  left: 0.5rem !important;
  position: absolute !important;
  z-index: 1;
  background-color: transparent !important;
  box-shadow: none !important;
}
.status-order {
  background-color: rgba(247, 247, 247, 0.9) !important;
  border-radius: 0.625rem !important;
  padding: 0.5rem !important;
  right: 4% !important;
  width: 92% !important;
  z-index: 1 !important;
  bottom: 0.75rem !important;
  position: absolute !important;
}
.stepBar-container {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
}
.stepBar-success {
  color: rgb(64, 162, 95);
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.typography-subtitle5 {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 600;
}
.stepBar-container li {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.stepBar-container li span {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(214 214 222 / var(--tw-text-opacity, 1));
}
.text-Parakeet {
  color: rgb(72, 176, 105) !important;
}
.stepBar-reject,
.stepBar-reject .typography-subtitle5 {
  color: rgb(255, 76, 57);
}
.stepBar-reject::after {
  background-color: rgb(251, 80, 62);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "";
  position: absolute;
  left: 55%;
  top: 10px;
  height: 1px;
  width: 70% !important;
}
.stepBar-container li:not(:first-child):after {
  position: absolute;
  left: 55%;
  top: 10px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1px;
  width: 75%;
  content: "";
  background-color: rgb(220, 220, 221);
}
.stepBar-reject::after {
  background-color: rgb(251, 80, 62) !important;
}
.stepBar-success::after {
  background-color: rgb(79, 155, 81) !important;
}
.stepBar-success,
.stepBar-success .typography-subtitle5 {
  color: rgb(79, 155, 81) !important;
}
.content-order-room {
  padding: 0.75rem !important;
  flex-direction: column !important;
  flex-basis: 60% !important;
  display: flex !important;
}
.truncate {
  font-weight: 600 !important;
  padding-top: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  display: block;
  color: #626267;
}
.text-Asphalt {
  color: rgb(64, 64, 70) !important;
}
.requsetCard-user {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.requsetCard-user img {
  border-radius: 50%;
  height: 72px;
  width: 72px;
}
.btn-cal {
  display: inline-block;
  color: rgb(145, 154, 170);
  border: 1px solid rgb(235, 235, 236);
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
}
.Button-secondary {
  border-color: rgb(71, 71, 77);
  background-color: rgb(72 72 78 / var(--tw-bg-opacity, 1));
  color: rgb(251, 251, 251);
  gap: 0.375rem;
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  text-decoration-line: none;
  box-shadow: none !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: opacity, color, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.btn-route {
  background-color: rgb(249, 249, 249);
  color: rgb(148, 158, 174);
  gap: 0.375rem;
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  text-decoration-line: none;
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.nav-link {
  cursor: pointer;
}
.NoResult-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(65, 65, 70);
}
.NoResult-image {
  height: 12rem;
  width: 12rem;
  margin-bottom: 1rem;
}
.NoResult-caption {
  color: rgb(63, 63, 68);
}
.fav-row .btn-fav i {
  color: rgb(240, 62, 88);
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .layout-sideBar {
    position: fixed;
    top: 0;
    right: -100%; /* مخفی کردن سایدبار */
    width: 100%;
    height: 100%;
    background: white;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
  }

  .layout-sideBar.open {
    right: 0; 
  }

  .sidebar-toggle,  .close-toggle {
    width: 24px;
    display: inline-block;
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  #closeSidebar {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
  }
}
.Button-outline-secondary {
  color: rgb(51, 63, 83);
  background-color: rgb(255, 255, 255);
}
.Button-container {
  gap: 0.375rem;
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  box-shadow: none !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.WalletDetails-creditAre {
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.625rem;
  border: 1px solid rgb(63, 63, 68);
  background-color: rgb(223, 223, 232);
  vertical-align: middle;
}
.min-width {
  min-width: 250px;
}

.WalletDetails-cardContainer {
  display: flex;
  width: 100%;
  justify-content: normal;
}
.typography-subtitle3 {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .typography-subtitle3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
  }
  .WalletDetails-cardContainer {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }
  .WalletDetails-card {
    min-height: 130px;
    flex-basis: 25%;
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
.WalletDetails-card {
  display: flex;
  max-width: 48.5%;
  flex-basis: 48.7%;
  flex-direction: column;
  border-radius: 0.625rem;
  border: 1px solid rgb(76, 76, 81);
  text-align: right;
}
.text-Cerulean {
  color: rgb(3, 177, 198) !important;
}
.Button-trailingIconSpan {
  display: block;
  width: 1.25rem;
}
.Button-trailingIconSpan svg {
  width: 100%;
  height: 100%;
}
.border-none {
  border: none !important;
}
.text-Purple {
  color: rgb(153, 52, 255) !important;
}
.text-California {
  color: rgb(251, 158, 19) !important;
}
.d-tbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.d-tbl tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

.d-tbl th,
.d-tbl td {
  padding: 0.625em;
  text-align: center;
}

.d-tbl th {
  font-size: 0.85em;
  text-transform: uppercase;
}

@media screen and (max-width: 767.99px) {
  .min-width.max-100{
    min-width: 100% !important;
  }
  .WalletDetails-cardContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: normal;
    gap: 0.5rem;
  }
  .WalletDetails-card {
    padding: 0.5rem;
  }
  .d-tbl {
    border: 0;
  }
  .d-tbl thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .d-tbl tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .d-tbl td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }

  .d-tbl td::before {
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }

  .d-tbl td:last-child {
    border-bottom: 0;
  }
}
.bg-Smoke {
  background-color: rgb(227, 227, 232) !important;
  padding: 0.25rem !important;
  border: 1px solid rgb(75, 75, 81) !important;
  border-radius: 0.5rem !important;
  color: rgb(75, 75, 81) !important;
}
.select2-container .select2-selection--single {
  height: 37px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}
.PaymentCheckBox {
  border: 1px solid rgb(204, 204, 215);
  border-radius: 5px;
  padding: 0.25rem 0.75rem;
}
.profile-container {
  text-align: center;
}
.profile-image {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 100%;
}
.hidden-input {
  display: none;
}
.textArea-textArea{
  border:1px solid rgb(204, 204, 213);
  background-color: rgb(249, 247, 247);
  padding: .5rem;
  resize: vertical;
  width: 100%;
  border-radius: 7px;
}
.frm input,.frm select{
  border-radius: 7px;
}
.frm input:focus,.frm select:focus,
.frm input:active,.frm select:active,
.frm textarea:focus,.frm textarea:active{
  box-shadow: none !important;
  border-color: #a7bfa7 !important;
  background-color: #fff !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 7px;
  border: 1px solid #ced4da;

}
#toggle-password ,#toggle-repeat-password,#toggle-new-password  {
  font-size: 15px !important;
  top: 7px !important;
  position: absolute;
  left: 6px;
  z-index: 3;
  cursor: pointer;
}
.button-container.active svg {
  stroke: #fff;
}
h1 {
  text-align: center;
}
h2 {
  margin: 0;
}

.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.pl-0 {
  padding-left: 0;
}
.mt-3 {
  margin-top: 2rem;
}
.d-none {
  display: none;
}
.form-step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1rem;
}
.font-normal {
  font-weight: normal;
}
ul.form-stepper {
  counter-reset: section;
  margin-bottom: 2rem;
}
ul.form-stepper .form-stepper-circle {
  position: relative;
}
ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}
.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #017d1c;
}
.form-stepper-horizontal li:last-child {
  flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
 background-color: #198754 !important;
color: #fff;
}
.form-stepper .form-stepper-active .label {
  color: #198754  !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #186c45  !important;
  color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #757373;
color: #fff !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
background-color: #198754 !important;
color: #fff !important;
}
.form-stepper .form-stepper-completed .label {
  color: #198754 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #198754 !important;
  color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}
.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.form-stepper a {
  cursor: default;
}
.select2-container {

  min-width: 94px;
}




#userAccountSetupForm input[type='checkbox'] {
  display: none;
}


#userAccountSetupForm input[type='checkbox'] + label {
  display: inline-flex;
  align-items: center;
  gap: 8px; 
  cursor: pointer;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}


#userAccountSetupForm input[type='checkbox'] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

#userAccountSetupForm input[type='checkbox']:checked + label::before {
  background-color: #359138;
  border-color: #359138;
}

#userAccountSetupForm input[type='checkbox']:checked + label::after {
  content: "✔";
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);

}
.alert-info {
  color: #055160;
  background-color: #7ba72838;
  border-color: #a8c571;
}
.tooltip{
  font-family: __iranSansFont_b6d778;
}
.btn.btn-primary.btn-navigate-form-step {
  gap: 0.375rem;
  padding: 0.75rem 1.12rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  box-sizing: border-box;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  box-shadow: none !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.btn-save-residence {
	gap: 0.375rem;
	padding: 0.75rem 1.12rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	box-sizing: border-box;
	display: inline-flex;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border-width: 1px;
	border-style: solid;
	box-shadow: none !important;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.3s;
}