@charset "UTF-8";
:root {
  --f7-theme-color: #007aff;
  --f7-theme-color-rgb: 0, 122, 255, 0.62;
  --f7-theme-color-shade: #0aa2ea;
  --f7-theme-color-tint: #007aff;
  --f7-theme-color-tint: #007aff;
  --f7-navbar-bg-color: #fff;
  --border-color: #efefef;
  --date-color: #8B8B8B;
  --primary-color: #007aff;
  --primary-color-light: rgba(0, 122, 255, 0.52);
  --gray-color: #cdcdcd;
  --box-shodow-color: #3045452D;
  --clicked-color: #dedede;
  --wave-color: #7f7f7f7f;
  --comment-select-color: #e8f0fd;
  --top-gradient: #2c7aaf;
  --bottom-gradient: #21ddc5;
  --deselect-primary-color: #ACB7BF;
  --dimention-width: 1vw;
  --green-color: #389626;
  --title-color: #000;
  --page-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.page, .navbar-bg {
  background: white !important;
}

.photo-browser-page .navbar-bg {
  background: black !important;
}

.navbar-inner .left {
  height: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.iti--allow-dropdown {
  width: 100%;
}

.navbar-bg:after {
  background-color: unset !important;
}

.no-overflow-x {
  overflow-x: hidden !important;
}

.no-overflow-y {
  overflow: hidden !important;
}

.no-overflow {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.gita-map {
  width: 100%;
  height: 100%;
}

body {
  font-family: vazir;
  font-size: 16px;
}

.rtl {
  direction: rtl !important;
}

.position-relative {
  position: relative !important;
}

.ltr {
  direction: ltr !important;
}

.row-100 {
  width: 100% !important;
}

.row-90 {
  width: 90% !important;
}

.row-60 {
  width: 60% !important;
}

.row-70 {
  width: 70% !important;
}

.height-100 {
  height: 100% !important;
}

.font-bold {
  font-weight: 700 !important;
}

.margin-top-15 {
  margin-top: calc(var(--f7-typography-margin) * 1.5) !important;
}

.margin-top-12 {
  margin-top: calc(var(--f7-typography-margin) * 1.2) !important;
}

.margin-auto {
  margin: auto !important;
}

.margin-top-20 {
  margin-top: calc(var(--f7-typography-margin) * 2) !important;
}

.margin-vertical-20 {
  margin-top: calc(var(--f7-typography-margin) * 2) !important;
  margin-bottom: calc(var(--f7-typography-margin) * 2) !important;
}

.margin-top-25 {
  margin-top: calc(var(--f7-typography-margin) * 2.5) !important;
}

.margin-top-30 {
  margin-top: calc(var(--f7-typography-margin) * 3) !important;
}

.margin-bottom-15 {
  margin-bottom: calc(var(--f7-typography-margin) * 1.5) !important;
}

.margin-bottom-12 {
  margin-bottom: calc(var(--f7-typography-margin) * 1.2) !important;
}

.margin-bottom-20 {
  margin-bottom: calc(var(--f7-typography-margin) * 2) !important;
}

.margin-bottom-25 {
  margin-bottom: calc(var(--f7-typography-margin) * 2.5) !important;
}

.margin-bottom-30 {
  margin-bottom: calc(var(--f7-typography-margin) * 3) !important;
}

.margin-right-semi-half {
  margin-right: calc(var(--f7-typography-margin) / 3) !important;
}

.margin-bottom-semi-half {
  margin-bottom: calc(var(--f7-typography-margin) / 3) !important;
}

.padding-semi-half {
  padding: calc(var(--f7-typography-padding) / 3) !important;
}

.margin-top-semi-half {
  margin-top: calc(var(--f7-typography-margin) / 3) !important;
}

.margin-top-little {
  margin-top: calc(var(--f7-typography-margin) / 4) !important;
}

.margin-left-semi-half {
  margin-left: calc(var(--f7-typography-margin) / 3) !important;
}

.padding-top-semi-half {
  padding-top: calc(var(--f7-typography-padding) / 3) !important;
}

.padding-bottom-semi-half {
  padding-bottom: calc(var(--f7-typography-padding) / 3) !important;
}

.padding-vertical-semi-half {
  padding-bottom: calc(var(--f7-typography-padding) / 3) !important;
  padding-top: calc(var(--f7-typography-padding) / 3) !important;
}

.padding-horizontal-semi-half {
  padding-left: calc(var(--f7-typography-padding) / 3) !important;
  padding-right: calc(var(--f7-typography-padding) / 3) !important;
}

.margin-horizontal-semi-half {
  margin-left: calc(var(--f7-typography-margin) / 3) !important;
  margin-right: calc(var(--f7-typography-margin) / 3) !important;
}

.padding-top-15 {
  padding-top: calc(var(--f7-typography-padding) * 1.5) !important;
}

.padding-top-20 {
  padding-top: calc(var(--f7-typography-padding) * 2) !important;
}

.padding-top-25 {
  padding-top: calc(var(--f7-typography-padding) * 2.5) !important;
}

.padding-top-30 {
  padding-top: calc(var(--f7-typography-padding) * 3) !important;
}

.padding-bottom-15 {
  padding-bottom: calc(var(--f7-typography-padding) * 1.5) !important;
}

.padding-bottom-20 {
  padding-bottom: calc(var(--f7-typography-padding) * 2) !important;
}

.padding-bottom-25 {
  padding-bottom: calc(var(--f7-typography-padding) * 2.5) !important;
}

.padding-bottom-30 {
  padding-bottom: calc(var(--f7-typography-padding) * 3) !important;
}

.font-size-045 {
  font-size: calc(0.45rem + var(--dimention-width));
}

.font-size-05 {
  font-size: calc(0.5rem + var(--dimention-width));
}

.font-size-055 {
  font-size: calc(0.55rem + var(--dimention-width));
}

.font-size-06 {
  font-size: calc(0.6rem + var(--dimention-width));
}

.font-size-065 {
  font-size: calc(0.65rem + var(--dimention-width));
}

.font-size-08 {
  font-size: calc(0.8rem + var(--dimention-width));
}

.font-size-07 {
  font-size: calc(0.7rem + var(--dimention-width)) !important;
}

.font-size-075 {
  font-size: calc(0.7rem + var(--dimention-width));
}

.font-size-09 {
  font-size: calc(0.9rem + var(--dimention-width));
}

.font-size-10 {
  font-size: calc(1rem + var(--dimention-width));
}

.font-size-11 {
  font-size: calc(1.1rem + var(--dimention-width));
}

.font-size-12 {
  font-size: calc(1.2rem + var(--dimention-width));
}

.font-size-13 {
  font-size: calc(1.3rem + var(--dimention-width));
}

.font-size-14 {
  font-size: calc(1.4rem + var(--dimention-width));
}

.font-size-15 {
  font-size: calc(1.5rem + var(--dimention-width));
}

.font-size-17 {
  font-size: calc(1.7rem + var(--dimention-width));
}

.font-size-20 {
  font-size: calc(2rem + var(--dimention-width));
}

.font-size-30 {
  font-size: calc(3rem + var(--dimention-width));
}

.font-size-35 {
  font-size: calc(3.5rem + var(--dimention-width));
}

.font-size-40 {
  font-size: calc(4rem + var(--dimention-width));
}

.font-color-gray {
  color: var(--date-color);
}

.font-color-gray-light {
  color: var(--gray-color);
}

.font-color-primary {
  color: var(--primary-color);
}

.toast-success {
  font-size: calc(2rem + var(--dimention-width));
  font-size: calc(0.6rem + var(--dimention-width));
  width: 100% !important;
  margin: 0px;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 0px !important;
  background-color: #505050 !important;
  color: #fff !important;
  font-weight: 700;
}

.toast-success .toast-content {
  justify-content: center;
  text-align: center;
}

.normal-button {
  height: calc(2rem + var(--dimention-width));
  font-size: calc(0.55rem + var(--dimention-width));
}

.small-button {
  font-size: calc(0.5rem + var(--dimention-width));
  height: calc(1.9rem + var(--dimention-width));
  border: 0.1rem solid var(--primary-color) !important;
}

.thin-button {
  font-size: calc(0.5rem + var(--dimention-width));
  height: calc(1.65rem + var(--dimention-width));
  border: 0.1rem solid var(--primary-color) !important;
  font-weight: 700;
}

.thin-button-blue {
  font-size: calc(0.5rem + var(--dimention-width));
  height: calc(1.65rem + var(--dimention-width));
  background-color: #eff1fd;
  color: #507ad9;
  border: 1px solid #d4d4dc;
  font-weight: 700;
}

.thin-button-gray {
  font-size: calc(0.5rem + var(--dimention-width));
  height: calc(1.65rem + var(--dimention-width));
  --f7-touch-ripple-color: var(--clicked-color) !important;
  --f7-button-pressed-text-color: var(--title-color) !important;
  --f7-button-border-color: var(--border-color);
  color: black;
  border: 1px solid var(--deselect-primary-color) !important;
}

.normal-button-33 {
  height: calc(2rem + var(--dimention-width));
  font-size: calc(0.55rem + var(--dimention-width));
  width: 33%;
  margin: auto;
}

.normal-button-gray {
  color: black;
  height: calc(2rem + var(--dimention-width));
  font-size: calc(0.5rem + var(--dimention-width));
  --f7-touch-ripple-color: var(--clicked-color) !important;
  --f7-button-pressed-text-color: var(--title-color) !important;
  --f7-button-border-color: var(--border-color);
  width: 100%;
  font-weight: 700;
  --f7-button-border-width: 1px;
}

.list-button-gray {
  margin: auto;
  line-height: 1.6rem;
  max-width: calc(6rem + var(--dimention-width));
  font-size: calc(0.45rem + var(--dimention-width));
  height: calc(1.6rem + var(--dimention-width));
  background-color: #FFF;
  color: black;
  border: 1px solid var(--deselect-primary-color);
}

.list-button {
  font-size: calc(0.45rem + var(--dimention-width));
  height: calc(1.6rem + var(--dimention-width));
  max-width: calc(6rem + var(--dimention-width));
  margin: auto;
  line-height: 1.6rem;
}

.star {
  font-size: 1.2rem;
  color: red;
}

.normal-input {
  border-radius: 0.3rem !important;
  border: 1px solid var(--border-color) !important;
  width: 100% !important;
  font-size: calc(0.65rem + var(--dimention-width)) !important;
  text-align: center;
  text-align-last: center;
  height: calc(2.2rem + var(--dimention-width)) !important;
  line-height: calc(2.2rem + var(--dimention-width)) !important;
  direction: ltr;
}

.normal-textarea {
  width: 100%;
  text-align: right;
  text-align-last: right;
  border-radius: 0.3rem !important;
  border: 1px solid var(--border-color) !important;
  background-color: var(--page-color) !important;
  font-size: calc(0.6rem + var(--dimention-width)) !important;
  min-height: calc(9rem + var(--dimention-width)) !important;
  direction: rtl;
  padding-right: 1rem !important;
  padding-top: 0.5rem;
}

.input-container {
  position: relative;
}

.input-icon-left {
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
}

.input-icon-right {
  position: absolute;
  right: 0.4rem;
  top: 0.6rem;
}

.icon-middle:before {
  vertical-align: middle;
}

.preloader-modal {
  border-radius: 100%;
  background: white;
  -webkit-box-shadow: -1px 0 8px 0 var(--box-shodow-color);
  -moz-box-shadow: -1px 0 8px 0 var(--box-shodow-color);
  box-shadow: 0 0 6px 0.5px var(--box-shodow-color);
}

.preloader-modal .preloader {
  --f7-preloader-color: var(--primary-color);
}

.list-item-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 0 8px 0 var(--box-shodow-color);
  -moz-box-shadow: -1px 0 8px 0 var(--box-shodow-color);
  box-shadow: 0 0 6px 0.5px var(--box-shodow-color);
  height: fit-content;
  --f7-touch-ripple-color: var(--clicked-color) !important;
  white-space: unset !important;
  line-height: unset !important;
  border-radius: 0.5rem;
}

.list-item-container1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 0 8px 0 rgb(17, 32, 71);
  -moz-box-shadow: -1px 0 8px 0 rgb(17, 32, 71);
  box-shadow: 0 0 4px 0.5px var(--border-color);
  background-color: var(--page-color);
  margin-bottom: 0.4rem;
  border-radius: 0.9rem;
}

.modal-radius {
  border-radius: 0.9rem 0.9rem 0 0;
  transition-duration: 0.25s !important;
}

.modal-radius .toolbar {
  border-radius: 0.9rem 0.9rem 0 0;
  border-bottom: 1px solid var(--border-color);
  background: white;
}

.modal-radius .title {
  font-size: calc(0.6rem + var(--dimention-width));
  font-weight: 700;
}

.toolbar-header-border {
  border-top: 3px solid var(--border-color);
  display: flex;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
}

.list ul:before, ul:after {
  background-color: unset !important;
}

.drop-down-left:before {
  right: 0;
  left: 4%;
}

.drop-down-right:before {
  right: 0;
  right: 4%;
}

.normal-floating {
  border-radius: 100%;
  background-color: #FFF !important;
  width: calc(3rem + var(--dimention-width)) !important;
  height: calc(3rem + var(--dimention-width)) !important;
}

.normal-floating-fill {
  border-radius: 100%;
  background-color: var(--primary-color) !important;
  width: calc(3rem + var(--dimention-width)) !important;
  height: calc(3rem + var(--dimention-width)) !important;
}

.list-divider {
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}

.range-bar {
  border-radius: 2vh !important;
  background-color: #eee6ce;
  border: 1px solid var(--primary-color) !important;
  height: calc(0.1rem + var(--dimention-width)) !important;
  margin-top: -1vh !important;
}

.range-bar-active {
  background-color: #ffc30b;
}

.range-knob {
  width: calc(1.1rem + var(--dimention-width)) !important;
  height: calc(1.1rem + var(--dimention-width)) !important;
  background: #007AFF;
  margin-top: -8px !important;
  margin-left: -5px !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

.range-knob-label {
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-bottom: 8px;
  color: #fff;
  font-size: calc(0.55rem + var(--dimention-width));
  font-weight: 700;
  border-radius: 50%;
  line-height: 26px;
}

.range-scale-step {
  font-size: calc(0.6rem + var(--dimention-width));
  font-weight: 700;
  margin-top: 0.3rem;
}

.range-scale-step:before {
  margin-top: -1rem !important;
  height: calc(0.2rem + var(--dimention-width));
}

.toolbar {
  background-color: #FFF !important;
  border-bottom: 1px solid var(--border-color);
}

.toolbar .tab-link {
  font-size: calc(0.6rem + var(--dimention-width));
}

.toolbar .tab-link-active {
  color: black;
  font-weight: bold;
}

.like-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 5rem;
}

.like-animation.animate {
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s ease-in-out;
}

.like-animation.shrink {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s ease-in-out;
}

.startup-logo {
  width: 45%;
  margin-top: 12rem;
}

.startup-footer {
  position: sticky !important;
  bottom: 0px;
  text-align: center;
  border-top: 1px solid var(--border-color);
  height: 3rem;
}

.signup-check-icon {
  background-color: #d6fbd2;
  color: #52ae49;
  border-radius: 0.4rem;
  font-size: calc(1rem + var(--dimention-width));
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.signup-rule-desc {
  text-align: justify;
  direction: rtl;
  font-size: calc(0.6rem + var(--dimention-width));
  line-height: 2;
  padding-bottom: 3rem;
  height: 100%;
  overflow-y: scroll;
}

.signup-rule-logo, .login-logo {
  width: 32%;
}

.signup-rule-icon {
  color: #45ad30;
  font-size: calc(0.6rem + var(--dimention-width));
  vertical-align: middle;
}

.security-timer {
  font-size: calc(0.65rem + var(--dimention-width));
  background-color: var(--border-color);
  height: calc(1.7rem + var(--dimention-width));
  border-radius: 0.2rem;
  font-weight: bold;
}

.security-btn-timer {
  color: var(--primary-color);
  background-color: #e7f3ff;
  height: calc(1.7rem + var(--dimention-width));
  border-radius: 0.2rem;
}

.list-item-image-border-30 {
  padding: 0.15rem;
  width: calc(3rem + var(--dimention-width));
  height: calc(3rem + var(--dimention-width));
  border-radius: 100%;
  border: double 0.13rem transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(215deg, var(--top-gradient), var(--bottom-gradient)) border-box;
}

.list-item-image-border-30 img {
  width: calc(3rem + var(--dimention-width));
  height: calc(3rem + var(--dimention-width));
  border-radius: 100%;
  vertical-align: middle;
}

.list-item-image-border-33 {
  padding: 0.15rem;
  width: calc(3.3rem + var(--dimention-width));
  height: calc(3.3rem + var(--dimention-width));
  border-radius: 100%;
  border: double 0.13rem transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(215deg, var(--top-gradient), var(--bottom-gradient)) border-box;
}

.list-item-image-border-33 img {
  width: calc(3.3rem + var(--dimention-width));
  height: calc(3.3rem + var(--dimention-width));
  border-radius: 100%;
  vertical-align: middle;
}

.list-item-image-border-17 {
  padding: 0.15rem;
  width: calc(1.7rem + var(--dimention-width));
  height: calc(1.7rem + var(--dimention-width));
  border-radius: 100%;
  border: double 0.1rem transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(215deg, var(--top-gradient), var(--bottom-gradient)) border-box;
}

.list-item-image-border-17 img {
  width: calc(1.7rem + var(--dimention-width));
  height: calc(1.7rem + var(--dimention-width));
  border-radius: 100%;
  vertical-align: middle;
}

.list-item-image-border-50 {
  padding: 0.15rem;
  width: calc(5rem + var(--dimention-width));
  height: calc(5rem + var(--dimention-width));
  border-radius: 100%;
  border: double 0.12rem transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(215deg, var(--top-gradient), var(--bottom-gradient)) border-box;
}

.list-item-image-border-60 {
  padding: 0.15rem;
  width: calc(6rem + var(--dimention-width));
  height: calc(6rem + var(--dimention-width));
  border-radius: 100%;
  border: double 0.12rem transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(215deg, var(--top-gradient), var(--bottom-gradient)) border-box;
}

.list-item-image-border-50 img {
  width: calc(5rem + var(--dimention-width));
  height: calc(5rem + var(--dimention-width));
  border-radius: 100%;
  vertical-align: middle;
}

.list-item-image-border-60 img {
  width: calc(6rem + var(--dimention-width));
  height: calc(6rem + var(--dimention-width));
  border-radius: 100%;
  vertical-align: middle;
}

.image-click:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.navbar-logo {
  width: calc(5rem + var(--dimention-width));
}

.home-direct-alert, .home-notify-alert, .store-detail-badge {
  position: absolute;
  right: -7px;
  top: 8px;
  background-color: #f52c32;
  font-weight: bold;
  font-family: yekan-bakh;
}

.home-post-alert {
  background-color: #505050 !important;
  color: #fff !important;
  text-align: right;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.home-post-alert-icon {
  color: #ebd30a;
  vertical-align: middle;
}

.home-footer, .grid-footer, .profile-footer, .dashboard-footer, .mapview-footer, .profiles-footer, .market-panel-footer {
  width: 100%;
  border-top: 1px solid var(--border-color);
  bottom: 0;
  position: sticky !important;
  height: 3rem;
  z-index: 99999;
  background-color: #fff;
}

.market-panel-footer {
  width: 100%;
  border-top: 1px solid var(--border-color);
  bottom: 0;
  position: sticky !important;
  height: auto;
  z-index: 99999;
  background-color: #fff;
}

.search-btn-select {
  background-color: #e8f0fd;
  color: var(--primary-color);
  border-radius: 0.4rem;
  border: 1px solid #0aa2ea;
  height: 1.6rem;
  width: fit-content;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
}

.search-btn-deselect {
  background-color: white;
  color: black;
  border-radius: 0.4rem;
  border: 1px solid var(--border-color);
  height: 1.6rem;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  width: fit-content;
  --f7-touch-ripple-color: var(--clicked-color) !important;
  --f7-button-pressed-text-color: var(--title-color) !important;
  --f7-button-border-color: var(--border-color);
}

.swiper-slide-search {
  width: fit-content !important;
}

.toggle-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.store-footer, .purchase-dashboard-footer {
  width: 100%;
  border-top: 1px solid var(--border-color);
  bottom: 0;
  position: sticky !important;
  height: 3.5rem;
  z-index: 99999;
  background-color: #fff;
}

.searchList-map-modal:before {
  background: unset !important;
}

.footer-icon {
  height: 100%;
  overflow: hidden;
  align-self: center;
  text-align: center;
}

.icon-gsp-orginal-on {
  color: var(--primary-color);
}

.icon-gsp-orginal-finding {
  color: black;
}

.icon-gsp-orginal-off {
  color: red;
}

.footer-icon .ripple-wave {
  --f7-touch-ripple-color: var(--clicked-color) !important;
}

.row-wave {
  overflow: hidden;
}

.row-wave .ripple-wave {
  --f7-touch-ripple-color: var(--clicked-color) !important;
}

.toolbar-header-border {
  border-top: 3px solid var(--wave-color);
  display: flex;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
}

.home-following-button {
  margin: auto;
  max-width: 5rem;
  background-color: var(--page-color) !important;
  height: calc(1.9rem + var(--dimention-width)) !important;
  font-size: calc(0.45rem + var(--dimention-width)) !important;
  border: 0.1rem solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  outline: none;
  font-weight: 700;
  font-family: yekan-bakh;
}

.video-play-icon {
  position: absolute;
  right: 2%;
  top: 2%;
  color: white;
  font-size: calc(1.2rem + var(--dimention-width));
}

.home-info-icon {
  color: #45ad30;
  font-size: calc(0.6rem + var(--dimention-width));
  vertical-align: middle;
}

.shop-alert-white {
  background-color: white;
  color: black;
  padding: 0.3rem 0 0.3rem 0;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}

.search-navbar-span {
  position: relative;
  width: 94%;
  height: 2.2rem;
  background-color: var(--border-color);
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  padding-left: 0.3rem;
}

.search-navbar-title {
  position: absolute;
  right: 2%;
  color: var(--date-color);
}

.grid-toolbar {
  height: 2rem;
  margin-top: -0.5rem;
  border-bottom: 1px solid var(--border-color);
}

.grid-toolbar:before, .mapview-toolbar:before {
  background: unset !important;
}

.grid-btn-select {
  background-color: #e8f0fd;
  color: var(--primary-color);
  border-radius: 0.4rem;
  border: 1px solid #0aa2ea;
  height: 1.6rem;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
}

.grid-btn-deselect {
  background-color: white;
  color: black;
  border-radius: 0.4rem;
  border: 1px solid var(--border-color);
  height: 1.6rem;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  width: auto;
  --f7-touch-ripple-color: var(--clicked-color) !important;
  --f7-button-pressed-text-color: var(--title-color) !important;
  --f7-button-border-color: var(--border-color);
}

.grid-item-container {
  position: relative;
  float: right;
  overflow: hidden;
  border: 1px solid #fff;
  background-color: var(--border-color);
}

.grid-item-container .ripple-wave {
  z-index: 999999999 !important;
  --f7-touch-ripple-color: var(--wave-color);
}

.grid-item-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 130%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.grid-item-icon-s {
  font-size: calc(0.6rem + var(--dimention-width));
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 999;
  color: #FFF;
}

.grid-item-icon-l {
  font-size: calc(1rem + var(--dimention-width));
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 999;
  color: #FFF;
}

.profile-tabbar {
  border-bottom: 1px solid var(--border-color);
}

.profile-tabbar .tab-link {
  --f7-touch-ripple-color: var(--clicked-color) !important;
  color: var(--deselect-primary-color);
}

.profile-tabbar .tab-link-active {
  border-bottom: 2px solid var(--primary-color);
  color: black;
}

.social-item-icon {
  width: calc(1.5rem + var(--dimention-width));
  height: calc(1.5rem + var(--dimention-width));
}

.profile-gauge {
  position: relative;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: var(--page-color);
}

.profile-gauge .gauge-svg {
  width: 7rem;
  margin-top: 1rem;
}

.profile-rate {
  border: 0.1vh solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 2vh;
  height: 1vh;
  background: #DDDDDD !important;
}

.profile-dashboard-icon {
  color: #0aa2ea;
  background-color: #e8f0fd;
  font-size: calc(1rem + var(--dimention-width));
  vertical-align: middle;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.post-panel-event {
  color: #9a98ae;
  background-color: #dad9e9;
}

.post-panel-item {
  min-height: 4rem;
}

.post-panel-product {
  color: #6ac1c8;
  background-color: #bdeaf0;
}

.post-panel-job {
  color: #8ec689;
  background-color: #c6e0c3;
}

.post-panel-employee {
  background-color: #ebbfbe;
  color: #cb7882;
}

.post-panel-off {
  background-color: #e4deb5;
  color: #c6bd7c;
}

.post-panel-page {
  color: #749bbc;
  background-color: #b4d4ed;
}

.post-panel-icon {
  font-size: calc(1.5rem + var(--dimention-width));
  vertical-align: middle;
  padding: 0.7rem;
  border-radius: 0.5rem;
}

.controls progress {
  display: block;
  width: 100%;
  height: 81%;
  margin-top: 0.125rem;
  border: none;
  color: #0095dd !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.store-welcome-logo {
  width: 80%;
}

.search-panel-item {
  min-height: 4rem;
}

.post-panel-desc {
  line-height: 1.1rem;
}

.media-swiper {
  height: 12rem;
  overflow: unset;
}

.image-cropper-icon {
  padding: 0.3rem;
  border-radius: 0.3rem;
  background-color: var(--border-color);
}

.post-media-swiper {
  height: 12rem;
  overflow: unset;
}

.post-media-image {
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-media-remove {
  position: absolute;
  top: 5%;
  left: 3%;
  font-size: calc(0.6rem + var(--dimention-width));
  color: white;
  border-radius: 3rem;
  padding: 0.6rem;
  background-color: black;
}

.post-media-title {
  font-size: calc(0.75rem + var(--dimention-width));
  color: black;
  font-weight: bold;
  vertical-align: sub;
}

.post-media-counter {
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: 5%;
  right: 3%;
  border-radius: 3rem;
  background-color: white;
  text-align: center;
}

.navbar-logo1 {
  width: 25%;
  margin-left: 1rem;
}

.dashboard-icon {
  font-size: calc(1.2rem + var(--dimention-width));
  vertical-align: middle;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #0aa2ea;
  background-color: #e8f0fd;
  margin-bottom: 0.2rem;
}

.dashboard-icon-image {
  width: 2.5rem;
}

.dashboard-coming-soon {
  position: absolute;
  font-size: calc(0.5rem + var(--dimention-width));
  top: 6px;
  background-color: red;
  color: #FFF;
  border-radius: 0.6rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.dashboard-banner-img {
  width: 100%;
  border-radius: 0.9rem;
}

.dialog-progress .dialog-inner {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
}

.dialog-progress .header {
  background: var(--border-color);
}

.dialog-progress .dialog-text {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: calc(0.7rem + var(--dimention-width));
  text-align: right;
  margin-top: 0.8rem !important;
  direction: rtl;
  color: black;
}

.dialog-progress .progressbar {
  width: 90%;
  margin: auto;
  margin-top: 0.4rem !important;
  text-align: right;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: rgba(0, 122, 255, 0.337254902);
}

.profile-grid-title {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  background: rgba(30, 30, 30, 0.65);
  color: white;
  width: 100%;
  text-align: center;
  font-size: calc(0.6rem + var(--dimention-width));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.add-feature-container, .store-transport-body {
  background-color: #f6f8fc;
  overflow-y: scroll;
}

.right-panel-logo {
  width: 40%;
}

.right-panel-version {
  position: absolute !important;
  bottom: 2rem;
}

.right-panel {
  width: 65%;
}

.tabbar {
  background-color: white;
}

.search-navbar-input {
  position: relative;
  width: 96% !important;
  height: 2.2rem !important;
  background-color: var(--border-color) !important;
  border-radius: 0.5rem !important;
  text-align: right;
  text-align-last: right;
  border: unset !important;
  direction: rtl;
  font-family: yekan-bakh;
  padding-right: 0.6rem;
}

.messagebar .toolbar-inner {
  border: 1px solid var(--border-color);
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.15rem;
  margin-top: 0.1rem;
  width: 97%;
  padding: 0.3rem;
}

.messagebar .messagebar-area {
  margin-bottom: 2px;
  margin-top: 2px;
}

.messagebar textarea {
  max-height: 5rem !important;
  border: unset;
  font-size: calc(0.7rem + var(--dimention-width));
}

.messagebar .link {
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  min-width: 36px !important;
  min-height: 36px !important;
}

.messagebar span {
  font-size: 1.3rem;
  color: white;
}

.messagebar:before {
  background-color: unset;
}

#mapview-result-modal:before, #market-search-map-modal:before {
  background-color: unset;
}

.comment-select {
  background-color: var(--comment-select-color);
}

.dialog-android {
  text-align: center;
  direction: rtl;
}

.dialog-android .dialog-title {
  font-size: calc(0.8rem + var(--dimention-width));
  font-weight: bold;
}

.dialog-android .dialog-text {
  font-size: calc(0.8rem + var(--dimention-width));
}

.dialog-android .dialog-buttons {
  padding: 0;
  border-top: 1px solid var(--border-color) !important;
}

.dialog-positive-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--primary-color);
  padding: 0 !important;
  text-align: center;
  border-radius: 0 !important;
  font-weight: 700;
  line-height: 48px;
}

.update-positive-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0 !important;
  text-align: center;
  font-weight: 700;
}

.dialog-negative-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  padding: 0 !important;
  text-align: center;
  vertical-align: center;
  border-right: 1px solid var(--border-color) !important;
  border-radius: 0 !important;
  font-weight: 700;
  line-height: 48px;
  margin: 0 !important;
}

.focus-input {
  border: 1px solid var(--primary-color) !important;
}

.mapview-swiper .swiper-slide {
  width: max-content !important;
}

.mapview-result-slider, .treasure-result-slider {
  background-color: white;
  border-radius: 1rem;
}

.mapview-image-container {
  margin-right: 0.2rem;
  overflow: hidden;
  border-radius: 0.45rem;
}

.mapview-image-container img {
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
}

.mapview-item-rate {
  position: absolute;
  left: 4%;
  border-radius: 0.3rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  color: #FFF;
  font-weight: 700;
  font-size: calc(0.65rem + var(--dimention-width));
}

.mapview-gray-button {
  background-color: white;
  color: var(--primary-color);
  --f7-button-border-color: #dbdce0;
  --f7-button-border-width: 1px;
  --f7-touch-ripple-color: #dbdce0;
  font-size: calc(0.6rem + var(--dimention-width));
}

.filter-deselect-button {
  background-color: white;
  color: black;
  --f7-button-border-color: #dbdce0;
  --f7-button-border-width: 1px;
  --f7-touch-ripple-color: #dbdce0;
  font-size: calc(0.6rem + var(--dimention-width));
}

.filter-select-button {
  background-color: #e8f0fd;
  color: var(--primary-color);
  --f7-button-border-width: 1px;
  font-size: calc(0.6rem + var(--dimention-width));
  font-weight: bold;
}

.newpost-icon {
  font-size: calc(1.5rem + var(--dimention-width));
  vertical-align: middle;
  padding: 0.7rem;
  border-radius: 0.7rem;
}

.list-item-left-arrow {
  left: 2%;
  position: absolute;
  color: var(--border-color);
}

.search-list-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.3rem;
}

.search-list-image {
  border-radius: 8px;
  width: calc(4rem + var(--dimention-width));
  height: calc(4rem + var(--dimention-width));
  background-color: var(--border-color);
}

.searchList-icon-clear {
  position: absolute;
  display: none;
  right: 5%;
  top: 30%;
  font-size: calc(1rem + var(--dimention-width));
}

.search-list-header {
  border-bottom: 1px solid var(--border-color);
}

.install-dialog .dialog-inner {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.install-dialog .dialog-title {
  text-align: center;
  font-weight: bold;
}

.install-dialog .dialog-text {
  text-align: center;
  font-size: calc(0.8rem + var(--dimention-width));
}

.install-dialog .dialog-buttons {
  padding: 0;
  border-top: 1px solid var(--border-color) !important;
}

.map-logo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff !important;
  z-index: 99999;
}

.map-logo-container {
  background-color: rgba(255, 255, 255, 0.56);
  width: 95px;
  border: 1px solid var(--border-color);
  border-top-right-radius: 5px;
  display: flex;
}

.map-logo-container img {
  margin-top: 5px;
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 0px;
  height: 20px;
}

.map-logo-container span {
  font-size: 12px;
  margin: 5px;
  top: 1px;
  color: #686868;
  font-family: sans-serif;
}

.map-target {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  width: 32px;
}

.badge-direct {
  vertical-align: middle;
  background-color: var(--primary-color);
  --f7-badge-size: 20px;
}

.wallet-icon {
  color: #0aa2ea;
  background-color: #e8f0fd;
  border-radius: 0.5rem;
}

.wallet-charge-button {
  max-width: 2.5rem;
  color: #7b7b7b !important;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 0.12rem;
  background-color: #f1f1f1;
  align-self: center;
  border: 1px solid var(--border-color);
}

.wallet-charge-input {
  width: 65% !important;
}

.wallet-charge-select {
  color: white !important;
  border-radius: 0.3rem;
  background-color: var(--primary-color);
}

.wallet-charge-deselect {
  color: black !important;
  border-radius: 0.3rem;
  background-color: #e8f0fd;
}

.store-deactive-icon {
  background-color: #e3e3e3;
  z-index: 9999;
  width: calc(1.8rem + var(--dimention-width));
  height: calc(1.8rem + var(--dimention-width));
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: calc(0.9rem + var(--dimention-width));
  color: #4f575d;
}

.store-active-icon {
  background-color: var(--primary-color);
  z-index: 9999;
  width: calc(1.8rem + var(--dimention-width));
  height: calc(1.8rem + var(--dimention-width));
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: calc(0.9rem + var(--dimention-width));
  color: white;
}

.shopping-behind-line {
  position: relative;
  top: 17px;
  left: 25px;
  height: 1px;
  background: #e3e3e3;
  width: calc(100% - 50px);
}

.shopping-behind-line::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--f7-theme-color);
  content: "";
  right: 0;
}

.shopping-behind-line.w-16::after {
  width: 16%;
}

.shopping-behind-line.w-33::after {
  width: 33%;
}

.shopping-behind-line.w-50::after {
  width: 50%;
}

.shopping-behind-line.w-66::after {
  width: 66%;
}

.shopping-behind-line.w-83::after {
  width: 83%;
}

.shopping-behind-line.w-100::after {
  width: 100%;
}

.shopping-behind-line.w-33::after {
  width: 33%;
}

.shopping-behind-line.w-66::after {
  width: 66%;
}

.store-edit-icon {
  color: #ea0a0a;
  background-color: #fdebe8;
  border-radius: 0.6rem;
  height: fit-content;
  padding: 0.8rem;
}

.grid-dialog-time {
  z-index: 999999;
  position: absolute;
  color: white;
  right: 2%;
  top: 2%;
}

#store-edit-status, .toggle {
  background: var(--primary-color-light);
}

.store-list-container {
  position: relative;
  float: right;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
}

.store-list-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 130%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-navbar-icon-x {
  position: absolute;
  right: 3%;
  top: 25%;
  font-size: calc(1rem + var(--dimention-width));
}

.remove-logo {
  width: 35%;
}

.horizontal-line {
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  height: 1px;
}

.panel-image-container {
  width: 100%;
  color: #cedae6;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23CEDAE6FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  margin-top: 1rem;
  position: relative;
  padding: 0.6rem;
}

.panel-image-file {
  width: 100%;
  visibility: hidden;
  display: flex;
  border-radius: 10px;
}

.panel-image-edit {
  top: 1rem;
  right: 1rem;
  position: absolute;
  background-color: black;
  border-radius: 2rem;
  width: 36px;
  height: 36px;
  text-align: center;
  visibility: hidden;
}

.panel-image-edit span {
  font-size: 18px;
  vertical-align: bottom;
}

.panel-image-desc {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.panel-image-desc img {
  width: 25%;
  display: flex;
  margin: auto;
  margin-top: 20%;
  margin-bottom: 0.5rem;
}

.basket-item-image {
  border-radius: 8px;
  width: calc(4rem + var(--dimention-width));
  height: calc(4rem + var(--dimention-width));
}

.blue-background {
  background: #f6f8fc !important;
}

.blue-background ul {
  background: #f6f8fc !important;
}

.tag-color-green {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  color: #09a06e;
  background-color: #e7f3ef;
}

.tag-color-blue {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  color: #086c95;
  background-color: #ccf0ff;
  text-align: right;
}

.tag-color-purple {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  color: #8918c2;
  background-color: #dbc8fa;
}

.tag-color-red {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  background-color: #ebbfbe;
  color: #c0330c;
}

.tag-color-yellow {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  background-color: #e4deb5;
  color: #84750e;
  text-align: right;
}

.purchase-stepper {
  box-shadow: none;
}

.purchase-stepper .button-plus {
  width: 36px;
  background-color: #01a552;
}

.purchase-stepper .button-minus {
  width: 36px;
  background-color: white;
  border: 1px solid var(--border-color);
}

.purchase-stepper .button-minus::after {
  background-color: black !important;
}

.purchase-stepper .input-with-value {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: black !important;
}

.business-comment-rate {
  margin-top: 2vh;
  background-color: var(--page-color);
}

.business-comment-rate .range-bar {
  border-radius: 2vh !important;
  background-color: #eee6ce;
  border: 0.1vh solid var(--primary-color) !important;
  height: calc(0.5rem + var(--dimention-width)) !important;
  margin-top: -1vh !important;
}

.business-comment-rate .range-knob {
  width: calc(1.1rem + var(--dimention-width)) !important;
  height: calc(1.1rem + var(--dimention-width)) !important;
  background: var(--primary-color);
  margin-top: -4px !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}

.business-comment-rate .range-slider-horizontal .range-scale-step:before {
  width: 100%;
  height: 0.6rem;
  top: -0.3rem;
}

.business-comment-rate .range-scale-step {
  font-size: 0.9rem;
}

.feature-inventory-dialog {
  text-align: center;
  direction: rtl;
  top: 36% !important;
}

.feature-inventory-dialog .dialog-title {
  font-size: 1rem;
  font-weight: bold;
}

.feature-inventory-dialog .dialog-text {
  margin-top: 0.5rem !important;
  font-size: calc(0.7rem + var(--dimention-width));
}

.feature-inventory-dialog .dialog-buttons {
  padding: 0;
  border-top: 1px solid var(--border-color) !important;
}

.club-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.club-persis {
  width: fit-content;
  background-color: #efefef;
  padding: 0.08rem 0.9rem 0.08rem 1rem;
  border-radius: 2rem;
  color: black;
}

.club-item, .club-myitem {
  border-radius: 0.5rem;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

.ticket-header, .ticket-footer {
  border-radius: 0.3rem;
}

.rip-horizontal {
  height: 20px;
  margin: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: center;
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}

.rip-horizontal:before, .rip-horizontal:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
  pointer-events: none;
}

.rip-horizontal:before {
  left: -10px;
}

.rip-horizontal:after {
  transform: translate(-50%, -50%) rotate(225deg);
  right: -39px;
}

.club-off-content, .club-myoff-content {
  background: #f6f8fc !important;
}

.club-off-content ul, .club-myoff-content ul {
  background: #f6f8fc !important;
}

.club-item-image {
  width: 85%;
  border-radius: 0.45rem;
}

.club-detail-icon {
  align-self: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.club-detail-icon span {
  color: white;
}

.club-detail-modal-code {
  align-self: end;
  font-weight: bold;
  font-size: calc(0.6rem + var(--dimention-width));
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
  text-align: center;
  border-radius: 0.2rem;
  font-family: Arial;
  max-width: 30%;
  min-width: 25%;
  min-height: 1.25rem;
}

.club-detail-modal-button {
  width: 30%;
  height: 1.9rem;
  font-size: calc(0.6rem + var(--dimention-width));
  align-self: center;
}

.vertical-dash {
  height: 100px;
  background-image: url(../img/icon/dash.png);
  background-size: 1.5px 8px;
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
  background-color: #fff;
}

.horizontal-dash {
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
  background-color: #fff;
}

.home-video-icon {
  z-index: 1000;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  font-size: 1rem;
  background: #211d1d;
  padding: 0.3rem;
  border-radius: 2rem;
}

.swiper-pagination-bullets {
  display: flex;
  width: 70% !important;
  justify-content: center;
  margin-left: 15%;
  margin-bottom: 0.6rem;
}

.market-search-btn {
  color: #fff !important;
  background-color: #1b9a59;
}

.market-search-btn-outline {
  border: 1px solid #1b9a59;
}

.market-search-footer {
  position: sticky !important;
  bottom: 0px;
  width: 100%;
  background: white;
}

.filter-item.hidden-checkbox .item-wrapper {
  display: inline-block;
  height: calc(1rem + 7px);
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  direction: ltr;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid;
}

.filter-item.hidden-checkbox .item-wrapper.number {
  width: calc(1rem + 7px);
  padding: 5px;
  border-radius: 45px;
}

.filter-item.hidden-checkbox input[type=checkbox], .filter-item.hidden-checkbox input[type=radio] {
  display: none;
}

.filter-item.hidden-checkbox input[type=checkbox]:checked + label,
.filter-item.hidden-checkbox input[type=radio]:checked + label {
  color: #fff;
  border-color: var(--f7-theme-color);
  background-color: var(--f7-theme-color);
}

.comment-notify-image {
  position: relative;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  float: right;
}

.comment-notify-image img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.market-alert {
  position: relative;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: justify;
  display: inline-block;
  direction: rtl;
  font-size: calc(0.6rem + var(--dimention-width));
  font-weight: bold;
}

.correct-info-buyer, .correct-info-seller {
  border-color: var(--primary-color);
  color: var(--top-gradient) !important;
  background-color: rgba(0, 122, 255, 0.3294117647);
}

.accept-info,
.reject-info {
  padding-top: 15px;
  border-color: rgba(255, 0, 0, 0.62);
  color: #af2c2c !important;
  background-color: rgba(255, 0, 0, 0.33);
}

.waiting-info {
  padding-top: 15px;
  border-color: rgba(255, 197, 0, 0.62);
  color: rgb(175, 101, 44) !important;
  background-color: rgba(255, 202, 0, 0.33);
}

.success-info {
  padding-top: 15px;
  border-color: rgba(0, 255, 17, 0.62);
  color: rgb(23, 152, 21) !important;
  background-color: rgba(6, 247, 0, 0.33);
}

.ir-flag-wrapper {
  border-radius: 2px;
  background-color: blue;
  padding: 4px 0px;
}

.transport-tooltip {
  direction: rtl;
}

.home-media-container, .post-detail-media-container {
  height: -webkit-fill-available;
}

.ir-flag {
  background-image: url(../img/icon/flag.svg);
  background-size: 100% 100%;
  height: 25px;
  width: 20px;
  border-radius: 2px;
  margin: auto;
  padding: 3px;
  background-repeat: no-repeat;
}

.alert-dialog-class {
  text-align: center;
  direction: rtl;
}

.alert-dialog-class .dialog-inner {
  border-bottom: 1px solid var(--border-color);
}

.alert-dialog-class .dialog-buttons {
  justify-content: center;
}

.store-detail-btn-direct {
  background-color: #eff1fd;
  color: #507ad9;
  border: 1px solid #d4d4dc;
  width: 100%;
  height: calc(2rem + var(--dimention-width));
}

.market-tag {
  position: absolute;
  font-size: calc(0.5rem + var(--dimention-width));
  font-weight: bold;
  background: red;
  color: white;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0 0 0.4rem 0;
  z-index: 9999;
}

.market-tag1 {
  position: absolute;
  font-size: calc(0.35rem + var(--dimention-width));
  font-weight: bold;
  background: red;
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-radius: 0 0 0.3rem 0;
  z-index: 9999;
  top: 0;
  left: 0;
}

#invoice-btn-refund {
  background-color: var(--green-color);
}

#mapview-btn-area .fab-text {
  font-size: calc(0.55rem + var(--dimention-width));
  font-weight: bold;
}

#mapview-btn-area a {
  background-color: white;
  color: black;
  height: 1.7rem;
}

#search-list-rate .range-bar-active {
  background-color: #eee6ce;
}

#search-list-rate .range-bar {
  background-color: #ffc30b;
}

.message-bubble {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.message-sent {
  margin-right: unset !important;
  padding-right: 0.9rem;
  max-width: 100%;
  margin-top: 0.2rem !important;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}

.message-received {
  margin-left: unset !important;
  max-width: 100%;
  padding-left: 0.9rem;
  margin-top: 0.2rem !important;
  padding-bottom: 0.01rem;
  padding-top: 0.01rem;
}

.message-sent .message-bubble {
  background: #e2f9f5;
  color: black;
  max-width: 80%;
  line-height: 22px;
  border-radius: 1rem 0.3rem 0.3rem 1rem;
  -webkit-mask-box-image: unset !important;
}

.message-received .message-bubble {
  max-width: 80%;
  line-height: 22px;
  border-radius: 0.3rem 1rem 1rem 0.3rem;
  background: white;
  -webkit-mask-box-image: unset !important;
}

.message-received-first .message-bubble {
  border-radius: 1rem 1rem 1rem 0.3rem;
}

.message-sent-first .message-bubble {
  border-radius: 1rem 1rem 0.3rem 1rem;
}

.message-received-first .message-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-bottom: 10px solid #fff;
  left: -8px;
  bottom: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
}

.message-sent-first .message-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-bottom: 10px solid #e2f9f5;
  right: -8px;
  bottom: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.09);
}

.message-avatar {
  border-radius: 100%;
  width: calc(1.7rem + var(--dimention-width));
  height: calc(1.7rem + var(--dimention-width));
}

.direct-message-post .message-text-header {
  margin-bottom: 0.3rem;
  padding-right: 0.2rem;
  opacity: unset;
}

.message-avatar {
  opacity: unset !important;
}

.direct-message-post .direct-message-text {
  color: black;
  text-align: right;
  width: 72%;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.message-text {
  text-align: right;
  margin-top: 0.1rem;
  direction: rtl;
}

.message-sent-select {
  background-color: rgba(33, 105, 221, 0.2);
  max-width: 100%;
}

#direct-message {
  background: rgba(255, 255, 255, 0);
}

#direct-body {
  background-image: url("../img/image/back.png") !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.message-content {
  width: 100vw;
  margin-right: unset !important;
}

#direct-btn-scroll {
  --f7-fab-size: 36px;
}

#direct-btn-scroll a {
  background: white;
}

.direct-date-title {
  color: rgba(89, 88, 88, 0.79);
  vertical-align: sub;
}

.direct-message-post .message-bubble {
  background-color: white;
  border: 1px var(--border-color) solid;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0.7rem;
}

.icon-green {
  color: #1F9884;
  vertical-align: sub !important;
}

.unavailable-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.631372549);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 9;
}

.unavailable-overlay span {
  display: inline-block;
  font-size: 13px;
  border: 1px solid white;
  padding: 0 5px;
  border-radius: 2px;
  color: #e7e7e7;
}

.radar {
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  opacity: 0.5;
}

.treasure-button {
  font-size: calc(0.5rem + var(--dimention-width));
  border: 1px solid var(--border-color);
  border-radius: 0.4rem;
  height: 1.6rem;
  font-weight: bold;
  padding-top: 0.12rem;
}

.purchase-dashboard-icon {
  padding: 0.9rem;
  background-color: #ebbfbe;
  color: #cb7882;
  border-radius: 100%;
}

.infinite-scroll-preloader .preloader-inner {
  animation: infinite-scroll-preloader-rotate 1.4s linear infinite;
}

@keyframes infinite-scroll-preloader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-preloader .preloader-inner svg circle {
  stroke: #b6b6b6; /* رنگ خارج دایره */
  stroke-width: 1.5;
  fill: transparent;
}

.infinite-scroll-preloader {
  width: 48px;
  height: 48px;
}

.preloader-refresh {
  font-size: 46px;
  color: #b6b6b6;
}

.home-swiper-lazy, .post-profile-swiper-lazy {
  margin-bottom: -1rem;
}

.grid-modal {
  z-index: 9999999 !important;
  display: none;
  position: fixed;
  z-index: 2;
  left: 2.5%;
  top: 0%;
  width: 95%;
  height: 100%;
  background-color: transparent;
  align-items: center;
  overflow: hidden;
  animation: modalFadeIn 0.3s;
  transform: scale(1);
  transition: opacity 0.3s, transform 0.2s;
}

.grid-navbar-z {
  z-index: 1;
}

.grid-dialog-inner {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 800px;
  transform: translateY(0%);
  animation: modalContentFadeIn 0.2s;
  background: white;
  border-radius: 0.5rem;
}

.grid-dialog-inner .header, .grid-dialog-inner .footer {
  height: 3.5rem;
}

.overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.grid-modal.fade-out {
  opacity: 0;
  transform: scale(0.8);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalContentFadeIn {
  from {
    transform: translateY(0%) scale(0.7);
    opacity: 0;
  }
  to {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
.modal.fade-out {
  animation: modalFadeOut 0.2s;
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ads-panel-plan-image {
  width: 3rem;
  height: 3rem;
  padding-top: 0.5rem;
}

.ads-detail-logo {
  width: 55%;
}

.ads-payment-icon {
  width: 30%;
  margin-top: 1.2rem;
}

.info-dialog {
  text-align: center;
}

.info-dialog .dialog-button {
  border-top: 1px solid var(--border-color);
  text-align: center;
  padding: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  height: 100%;
  line-height: 42px;
}

req-date {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  direction: rtl;
  gap: 7px;
}

.desktop-login .mobile-login-bg {
  background-position: center;
  height: 580px;
  background-repeat: no-repeat;
  background-size: contain;
}
.desktop-login .wrapper-login-items {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.desktop-login .wrapper-login-items .logo {
  margin-top: 36px;
  margin-bottom: 12px;
}
.desktop-login .wrapper-login-items p {
  font-size: 13px;
}
.desktop-login .login-swiper-wrapper {
  position: absolute;
  top: 26px;
  right: calc(50% - 170px);
  width: 350px;
  height: 537px;
  overflow: hidden;
  border-radius: 25px;
}
.desktop-login .login-swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-login input {
  font-size: 14px !important;
  background: #fafafa;
  border-radius: 2px !important;
  height: 36px !important;
  padding: 5px 6px;
}
.desktop-login button {
  border-radius: 8px;
  height: 32px;
}
.desktop-login .input-container span {
  font-size: 15px;
  display: none;
}
.desktop-login .focus-input {
  border-color: #c4c4c4 !important;
}
.desktop-login .middle-line-wrapper {
  position: relative;
  margin: 20px 0 !important;
}
.desktop-login .middle-line-wrapper span {
  position: absolute;
  top: 0;
  width: 36px;
  text-align: center;
  background-color: white;
  line-height: 1;
  left: calc(50% - 18px);
  font-weight: bold;
  font-size: 14px;
}
.desktop-login .middle-line-wrapper hr {
  height: 1px;
  background-color: #d0d0d0;
  border: 0;
}
.desktop-login .login-with-other button,
.desktop-login .forget-password button {
  height: 25px;
  font-weight: bold;
}
.desktop-login .login-with-other button:first-child,
.desktop-login .forget-password button:first-child {
  font-size: 12px;
  color: #385185;
}
.desktop-login .login-with-other button#login-btn-forget,
.desktop-login .forget-password button#login-btn-forget {
  color: #727272;
  margin-top: 10px;
  font-size: 11px;
  justify-content: right;
}
.desktop-login .login-with-other span,
.desktop-login .forget-password span {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: 5px;
}
.desktop-login .login-with-other span img,
.desktop-login .forget-password span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-login p {
  font-size: 14px;
  font-weight: bold;
}
.desktop-login .enamad-section {
  margin-top: 30px;
}
.desktop-login .enamad-section div {
  text-align: center;
}
.desktop-login .enamad-section span {
  display: inline-block;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.desktop-login .enamad-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-login .download-app-wrapper button {
  padding: 0;
  margin: 5px;
}
.desktop-login .download-app-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-login .sub-footer {
  margin-bottom: 5px;
}
.desktop-login .bottom-links {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}
.desktop-login .bottom-links li {
  margin: 0 0 0 30px;
}
.desktop-login .bottom-links a {
  color: #737373;
  font-size: 14px;
}
.desktop-login .bottom-links a:hover {
  text-decoration: underline;
  font-weight: bold;
}

@media (min-device-width: 800px) and (orientation: landscape) {
  :root {
    --dimention-width: .4vw;
  }
  body {
    width: 40% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 1px solid var(--border-color);
  }
  .popup {
    width: 96% !important;
    margin-left: -48% !important;
  }
  .photo-browser-popup {
    width: 100% !important;
    left: 48% !important;
  }
  .toast-success {
    left: unset !important;
  }
  .searchList-icon-clear {
    right: 2%;
  }
  .store-welcome-logo {
    width: 60%;
  }
  ::-webkit-scrollbar {
    width: 0.5rem; /* عرض اسکرولبار */
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--wave-color); /* رنگ قسمت قابل گرفتن اسکرولبار */
    border-radius: 1rem;
    min-height: 5rem !important;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--date-color); /* رنگ قسمت قابل گرفتن اسکرولبار هنگام هاور */
    border-radius: 1rem;
  }
  ::-webkit-scrollbar-track {
    background-color: #fff; /* پس‌زمینه اسکرولبار */
  }
  ::-webkit-scrollbar-corner {
    background-color: #fff; /* گوشه‌های اسکرولبار */
  }
}

/*# sourceMappingURL=main.css.map */
