@charset "UTF-8";
:root {
  --f7-theme-color: #4050b5;
  --f7-theme-color-rgb: 0, 122, 255, 0.62;
  --f7-theme-color-shade: #0aa2ea;
  --f7-theme-color-tint: #4050b5;
  --f7-theme-color-tint: #4050b5;
  --f7-navbar-bg-color: #fff;
  --border-color: #efefef;
  --date-color: #8B8B8B;
  --primary-color: #4050b5;
  --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 */
}

.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: yekan-bakh;
  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-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: #23232b;
  -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;
  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: #4050b5;
  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;
}

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

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

.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);
}

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

.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%;
}

.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 {
  text-align: center;
  height: webkit-fill-available;
}

.profile-qrcode-container {
  border: 1px solid var(--border-color);
  border-radius: 0.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

:root {
  --color-bg-primary: #fafaf9;
  --color-bg-secondary: #f5f5f4;
  --color-bg-secondary2: #e7e5e4;
  --color-text-primary: #47494B;
  --color-ripple-color: #4050b5;
  --color-login-base-orange-color: rgba(255, 69, 0, 0.75);
  --color-custom-btns: #e7e5e4;
  --color-custom-btns-text: #47494B;
  --color-specialEl-orange: lightsalmon;
  --color-stone50: #4050b5;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #292524;
  --color-stone950: #0c0a09;
}
:root.theme-dark,
:root .theme-dark {
  --color-bg-toolbar: #111317;
  --color-bg-primary: #1c1c22;
  --color-bg-secondary: #23232B;
  --color-bg-secondary2: #23232B;
  --color-text-primary: #ffffff;
  --color-text-secondary: #d6d3d1;
  --color-ripple-color: #4050b5;
  --color-custom-btns: #23232B;
  --color-custom-btns-text: #e7e5e4;
  --color-specialEl-orange: #c2410c;
  --color-stone50: #fafaf9;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #4050b5;
  --color-stone950: #0c0a09;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light,
:root .theme-light {
  --color-bg-primary: #fafaf9;
  --color-bg-secondary: #f5f5f4;
  --color-bg-secondary2: #e7e5e4;
  --color-text-primary: #47494B;
  --color-ripple-color: #4050b5;
  --color-login-base-orange-color: rgba(255, 69, 0, 0.75);
  --color-custom-btns: #e7e5e4;
  --color-custom-btns-text: #47494B;
  --color-specialEl-orange: lightsalmon;
  --color-stone50: #4050b5;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #292524;
  --color-stone950: #0c0a09;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: white;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}

.login {
  color: var(--color-text-primary) !important;
  --plyr-color-main: rgba(255, 69, 0, 0.75);
  height: auto !important;
}
.login .button-fill {
  background-color: var(--color-ripple-color);
}
.login .button-outline {
  border: 0.5px solid #ffc107 !important;
  color: white;
}
.login .register-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login .startup-footer {
  background-color: var(--color-bg-secondary);
}
.login .my-swiper {
  direction: rtl;
  padding: 5.5px 8px 5.5px 0px;
  margin-bottom: 8px;
}
.login .col-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .login .col-50 {
    width: 85%;
  }
}
.login .login-logo {
  width: 15rem;
}
@media (max-width: 768px) {
  .login .login-logo {
    width: 10rem;
  }
}
.login .search-navbar-input {
  background-color: var(--color-bg-secondary) !important;
  color: var(--color-text-primary) !important;
  position: relative;
  width: 96% !important;
  height: 2.2rem !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;
}
.login .filter-navbar-input {
  background-color: var(--color-bg-secondary) !important;
  color: var(--color-text-primary) !important;
  border: 0.5px solid #ffc107 !important;
  border-radius: 40px !important;
  line-height: 2.6rem;
  text-align: center;
  font-size: 12px;
  padding: 0 10px 0 10px;
}
@media (min-width: 800px) {
  .login .filter-navbar-input {
    min-width: 20rem !important;
    font-size: 14px;
  }
}
.login .toolbar {
  border-radius: 3px 3px 0 0;
}
.login .modal-radius .toolbar {
  border-radius: 0.9rem 0.9rem 0 0;
  background: var(--color-bg-toolbar);
}
.login .toolbar {
  background-color: var(--color-bg-toolbar) !important;
}
.login .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.login .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 0px;
  width: 6px;
  height: 6px;
  background: #ffc107;
}
.login .swiper-pagination-bullet-active {
  width: 7px !important;
  height: 7px !important;
}
.login input {
  margin: 1px !important;
}
.login .navbar {
  color: var(--color-text-primary) !important;
}
.login .navbar .navbar-bg {
  background-color: var(--color-bg-primary) !important;
}
.login .focus-input {
  border: none !important;
  box-shadow: 0 0 0 1px #ffc107;
  transition: border 0.1s ease;
}
.login .page-content {
  background: var(--color-bg-secondary);
}
.login .skeleton-effect-wave {
  position: relative;
}
.login .skeleton-wave-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.login .skeleton-wave-bg.darker-bg {
  background-color: #f3f3f3;
}
.login .skeleton-wave-bg.brighter-bg {
  background-color: #e2e2e2;
}
.login .swiper-pagination-bullet-active {
  background: #ffc107;
  opacity: 1;
  z-index: 10;
}
.login .card {
  background-color: var(--color-bg-primary);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
}
.login .row-filter {
  display: flex;
  flex-direction: row-reverse;
  background-color: #23232B;
  border-radius: 40px;
  min-width: 70%;
  justify-content: center;
  margin-top: 10px;
}
.login .channels-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login .login-btn-select {
  background-color: var(--color-ripple-color);
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.login .login-btn-deselect {
  background-color: var(--color-custom-btns);
  color: var(--color-stone50);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 1.3rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  margin: auto;
}
.login .category-btn .category-btn-select {
  background-color: #4050b5;
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.login .category-btn .category-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.login .subcategory-btn .subcategory-btn-select {
  background-color: #4050b5;
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.login .subcategory-btn .subcategory-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.login .menu-btn .menu-btn-select {
  background-color: var(--color-login-base-orange-color);
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.login .menu-btn .menu-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.login .login-btn-ripple {
  --f7-touch-ripple-color: var(--color-ripple-color) !important;
  color: #ffc107 !important;
  font-size: 0.7rem !important;
}
.login .login-ripple {
  --f7-touch-ripple-color: var(--color-ripple-color) !important;
  color: #ffc107 !important;
  font-size: 0.7rem !important;
}
.login .input-icon-search {
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  top: 0.4rem;
}
.login .programs-slide {
  margin-left: 0.8rem;
  margin-top: 0.1rem;
}
.login .theme-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .theme-toggle .icon-moon {
  display: none;
}
.login .theme-toggle.theme-dark .icon-moon {
  display: flex;
}
.login .theme-toggle.theme-light .icon-sun {
  display: flex;
}
.login .teleno-label .text {
  color: var(--color-stone200);
  padding: 3px;
  margin-bottom: -2px;
}
.login .teleno-label .logo {
  background: orangered;
  color: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 3px;
  font-style: italic;
}
.login .dashboard-banner-img {
  object-fit: cover;
  width: 100%;
}
.login .channels-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}
.login .channels-label .txt {
  letter-spacing: 0.5px;
}
.login .footer-icon {
  color: var(--color-text-primary) !important;
  display: flex;
  /*
  flex-direction: column;
  */
  justify-content: center;
  align-items: center;
}
.login .footer-icon.active-tab:after {
  content: "";
  width: 5rem;
  border-top: 3.5px solid;
  border-color: var(--color-ripple-color);
  border-radius: 3px;
  position: absolute;
  top: -1px;
}
.login .footer-icon .ripple-wave {
  --f7-touch-ripple-color: #4050b5 !important;
}
.login .footer-text {
  margin-top: 4px;
}
.login .partnership {
  background: rgba(0, 255, 0, 0.3);
  border: 1px solid rgb(0, 187, 0);
  border-radius: 5px;
}
.login .expand {
  max-height: 30px;
  transition: max-height 0.5s ease-in-out;
}
.login .gantt_layout_root {
  font-family: yekan-bakh;
  border: unset;
  border-radius: 0.4rem;
}
.login .gantt_last_cell {
  justify-content: center;
}
.login .gantt_task_line,
.login .gantt_task_content,
.login .gantt_task_progress {
  background-color: var(--color-login-base-orange-color);
  border-color: var(--color-login-base-orange-color);
  direction: rtl;
}
.login .gantt_tree_icon.gantt_blank {
  width: 0;
}
.login .gantt_task_line.gantt_selected {
  box-shadow: unset;
  background-color: var(--color-login-base-orange-color);
}
.login .gantt_grid_data .gantt_row.gantt_selected,
.login .gantt_grid_data .gantt_row.odd.gantt_selected {
  background-color: var(--color-login-base-orange-color);
  color: var(--color-stone300);
}
.login .gantt_task_row.gantt_selected,
.login .gantt_task_row.gantt_selected .gantt_task_cell {
  background-color: rgba(255, 69, 0, 0.35);
  border-right-color: rgba(255, 69, 0, 0.35);
}
.login .gantt_selected .gantt_tree_content {
  color: var(--color-stone300);
}
.login .comment-section {
  direction: rtl;
}
.login .comment-section .comments .comment-username,
.login .comment-section .comments .comment-date,
.login .comment-section .comments .comment-report,
.login .comment-section .comments .comment-tools {
  align-items: center;
  color: gray;
}
.login .comment-section .comments img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-event-icon);
  margin-left: 5px;
}
.login .comment-section .comments .comment-date {
  font-size: 12px;
  font-weight: 500;
}
.login .comment-section .comments .comment-text {
  padding: 8px 0px 8px 8px;
  overflow: hidden;
}
.login .comment-section .card > div:last-child {
  border: unset;
}
.login .comment-section .add-comment-input {
  width: 96% !important;
  height: 2.2rem !important;
  background-color: var(--color-bg-secondary) !important;
  border-radius: 1.5rem !important;
  text-align: right;
  text-align-last: right;
  border: unset !important;
  font-family: inherit;
  padding-right: 0.6rem;
}
.login .comment-section .send-comment-btn {
  background-color: var(--color-login-base-orange-color);
  color: var(--color-stone100);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.2rem;
  margin-right: 5px;
}

.login-panel .container {
  display: flex;
  flex-direction: column;
}
.login-panel .container .items {
  flex-grow: 1;
}
@media (max-width: 576px) {
  .login-panel .swiper-channel-style .slide {
    margin-left: 0.5rem;
  }
}
.login-panel .swiper-channel-style .slide .img-wrapper {
  height: 8.5rem;
  position: relative;
}
.login-panel .swiper-channel-style .slide .img-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
}
.login-panel .swiper-channel-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-panel .swiper-channel-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 576px) {
  .login-panel .swiper-vertical-style .slide {
    margin-left: 0.5rem;
  }
}
.login-panel .swiper-vertical-style .slide .img-wrapper {
  height: 8.5rem;
  position: relative;
}
.login-panel .swiper-vertical-style .slide .img-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
}
.login-panel .swiper-vertical-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-panel .swiper-vertical-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 576px) {
  .login-panel .swiper-horizontal-style .slide {
    margin-left: 0.5rem;
  }
}
.login-panel .swiper-horizontal-style .slide .img-wrapper {
  height: 7rem;
  position: relative;
}
.login-panel .swiper-horizontal-style .slide .img-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
}
.login-panel .swiper-horizontal-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-panel .swiper-horizontal-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: small;
}
.login-panel .img-wrapper {
  height: 7rem;
  position: relative;
}
.login-panel .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.login-panel .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-panel .news-title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.login-panel .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}
.login-panel .ads-img-wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 0px !important;
}
.login-panel .ads-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.login-panel .ads-img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-panel .countdown-container {
  display: flex;
  width: 110%;
  justify-content: space-between;
}
.login-panel .days-container,
.login-panel .hours-container,
.login-panel .minutes-container,
.login-panel .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 3.8px solid var(--color-login-base-orange-color);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 99px;
  font-size: 1rem;
}
.login-panel .days,
.login-panel .hours,
.login-panel .minutes,
.login-panel .seconds {
  font-size: 2rem;
  margin: 0;
  color: var(--color-stone300);
  font-weight: 600;
}
.login-panel .days-label,
.login-panel .hours-label,
.login-panel .minutes-label,
.login-panel .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  color: var(--color-stone300);
}
@media (max-width: 800px) {
  .login-panel .days-container,
  .login-panel .hours-container,
  .login-panel .minutes-container,
  .login-panel .seconds-container {
    width: 3rem;
    height: 3rem;
    font-size: 0.5rem;
  }
}
.login-panel .swiper .timer-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  border-radius: 0.4rem;
  height: 8.5rem;
}
.login-panel .swiper .timer-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 55%;
  border-radius: 0.4rem;
}
.login-panel .swiper .timer-container {
  direction: ltr;
  position: absolute;
  z-index: 2;
  top: calc(10% + 25px);
  left: calc(50% - 104px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
}
.login-panel .swiper .timer-container span {
  direction: rtl;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  text-align: center;
  white-space: nowrap;
}
.login-panel .swiper .countdown-container {
  display: flex;
  width: 110%;
  justify-content: space-between;
}
.login-panel .swiper .days-container,
.login-panel .swiper .hours-container,
.login-panel .swiper .minutes-container,
.login-panel .swiper .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 3px solid var(--color-login-base-orange-color);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 99px;
  font-size: 1rem;
}
.login-panel .swiper .days,
.login-panel .swiper .hours,
.login-panel .swiper .minutes,
.login-panel .swiper .seconds {
  font-size: 1rem;
  color: var(--color-stone300);
  font-weight: 600;
  margin-bottom: -5px;
}
.login-panel .swiper .days-label,
.login-panel .swiper .hours-label,
.login-panel .swiper .minutes-label,
.login-panel .swiper .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  color: var(--color-stone300);
}
@media (max-width: 800px) {
  .login-panel .swiper .days-container,
  .login-panel .swiper .hours-container,
  .login-panel .swiper .minutes-container,
  .login-panel .swiper .seconds-container {
    width: 3rem;
    height: 3rem;
    font-size: 0.5rem;
  }
}
.login-panel .timer-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  border-radius: 0.4rem;
  height: 9.5rem;
}
.login-panel .timer-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 55%;
  border-radius: 0.4rem;
}
.login-panel .timer-container {
  position: absolute;
  z-index: 2;
  top: calc(10% + 25px);
  left: calc(50% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
}
@media (max-width: 576px) {
  .login-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 850px) {
  .login-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 850px) {
  .login-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
.login-panel .panel-navbar .panel-icons {
  background: rgba(250, 250, 249, 0.2);
  color: var(--color-stone200);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 4px;
}
.login-panel .panel-navbar .custom-nav {
  position: absolute;
  width: 97.5%;
  z-index: 2;
}
.login-panel .panel-navbar .swiper-slide:after {
  content: "";
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 36vh;
  background: linear-gradient(to top, var(--color-bg-secondary), rgba(0, 0, 0, 0));
}
.login-panel .panel-navbar .panel-swiper {
  width: 100%;
}
@media (max-width: 576px) {
  .login-panel .panel-navbar .panel-swiper .swiper {
    height: 45vh;
  }
}
@media (min-width: 576px) and (max-width: 800px) {
  .login-panel .panel-navbar .panel-swiper .swiper {
    height: 55vh;
  }
}
@media (min-width: 800px) {
  .login-panel .panel-navbar .panel-swiper .swiper {
    height: 65vh;
  }
}
.login-panel .panel-navbar .panel-swiper .dashboard-banner-img {
  height: 100%;
}

.login-channel-archive .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.login-channel-archive .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.login-channel-archive .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-channel-archive .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.login-channel-archive .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.login-channels .channels-tabbar {
  border: none;
}
.login-channels .channels-tabbar .toolbar-inner .tab-link {
  color: var(--color-text-primary);
}
.login-channels .channels-tabbar .toolbar-inner .tab-link-active {
  color: #ffc107;
  font-size: 14px;
  transition: all;
  transition-duration: 300ms;
}
.login-channels .channels-tabbar .toolbar-inner .tab-link-highlight {
  background: var(--color-ripple-color);
  height: 2.5px;
  border-radius: 35%;
}
.login-channels .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.login-channels .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
  background-color: #e9e9e9;
}
.login-channels .img-wrapper span {
  display: table-caption;
  color: var(--color-bg-primary);
  background: rgb(255, 193, 7);
  font-size: 10px;
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 2;
  padding: 0 15px 0 15px;
  margin-bottom: -70px;
  margin-right: 5px;
  max-height: 20px;
  line-height: 2;
}
.login-channels .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-channels .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.login-channels .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.login-live .abstract-view {
  position: relative;
}
.login-live .abstract-view .wrapper {
  height: 7rem;
  width: 9rem;
  position: relative;
  display: flex;
  align-items: center;
}
.login-live .abstract-view .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.login-live .abstract-view .date-time {
  position: absolute;
  bottom: 0.3rem;
  left: 0.6rem;
  color: gray;
}
.login-live .abstract-view .minutes-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: var(--color-stone300);
  padding: 2px;
  bottom: 3px;
  right: 3px;
}
.login-live .custom-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  top: 10px;
  color: var(--color-stone300);
  position: absolute;
}
@media (max-width: 576px) {
  .login-live .login-style {
    height: 75vh;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .login-live .login-style {
    height: 70vh;
    width: 100%;
  }
}
.login-live .login-player {
  height: 98vh;
  width: 100%;
}
.login-live .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.login-live .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.login-live .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-live .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.login-live .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.login-movie-details .details-club-detail-icon {
  align-self: center;
  border-radius: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  font-size: larger;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-movie-details .details-club-detail-icon span {
  color: white;
}
.login-movie-details .icon-thumb-down-filled {
  color: red;
}
.login-movie-details .icon-thumb-up-filled {
  color: green;
}
.login-movie-details .series-seasons {
  padding: 1px 10px;
  border: 1px solid var(--color-ripple-color);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .login-movie-details .abstract-view {
    position: relative;
  }
  .login-movie-details .abstract-view .icon-thumb-up-filled {
    color: inherit !important;
  }
  .login-movie-details .abstract-view .wrapper {
    height: 6rem;
    width: 6rem;
  }
  .login-movie-details .abstract-view .wrapper img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 5px;
  }
}
@media (min-width: 800px) {
  .login-movie-details .abstract-view {
    position: relative;
  }
  .login-movie-details .abstract-view .icon-thumb-up-filled {
    color: inherit !important;
  }
  .login-movie-details .abstract-view .wrapper {
    height: 8rem;
    width: 13rem;
    margin-right: 5%;
  }
  .login-movie-details .abstract-view .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
}
.login-movie-details .abstract-view:after {
  content: "";
  border-style: solid;
  border-width: 0.5px;
  border-color: var(--color-bg-primary);
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80%;
}
.login-movie-details .custom-img-wrapper {
  position: relative;
  background: black;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .login-movie-details .custom-img-wrapper {
    height: 40vh;
  }
}
@media (min-width: 800px) {
  .login-movie-details .custom-img-wrapper {
    height: 50vh;
  }
}
.login-movie-details .custom-img-wrapper .background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 50%;
  filter: blur(2px);
}
@media (max-width: 576px) {
  .login-movie-details .custom-img-wrapper .poster {
    display: flex;
    position: absolute;
    bottom: -1.2rem;
    right: 1.5rem;
  }
  .login-movie-details .custom-img-wrapper .poster .poster-img {
    max-width: 7rem;
    height: 10rem;
    box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    object-fit: cover;
    overflow: hidden;
  }
  .login-movie-details .custom-img-wrapper .poster .movie-name {
    color: var(--color-stone100);
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding-right: 0.5rem;
    justify-content: center;
    white-space: nowrap;
  }
  .login-movie-details .custom-img-wrapper .poster .movie-name .description {
    width: fit-content;
    font-size: small;
  }
}
@media (min-width: 576px) {
  .login-movie-details .custom-img-wrapper .poster {
    display: flex;
    position: absolute;
    top: 2.5rem;
    bottom: -2.2rem;
    right: 1.5rem;
    margin-right: 5%;
  }
  .login-movie-details .custom-img-wrapper .poster .poster-img {
    min-width: 20%;
    max-width: 15rem;
    height: 20rem;
    box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    object-fit: cover;
    overflow: hidden;
    margin-right: 10%;
  }
  .login-movie-details .custom-img-wrapper .poster .movie-name {
    color: var(--color-stone100);
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding-right: 0.5rem;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
  }
  .login-movie-details .custom-img-wrapper .poster .movie-name .description {
    width: fit-content;
    font-size: small;
  }
}
.login-movie-details .custom-img-wrapper .custom-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  top: 10px;
  color: var(--color-stone100);
  position: absolute;
}
.login-movie-details .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
}
.login-movie-details .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.login-movie-details .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-movie-details .imdb_rating {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 5px;
  left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
  border: #e2c25e 1px solid;
  border-radius: 0.5rem;
}
.login-movie-details .imdb_rating span {
  margin-top: -10px;
}
@media (max-width: 800px) {
  .login-movie-details .rating-stars {
    color: var(--color-stone300);
    position: absolute;
    padding-left: 22%;
    direction: ltr;
    text-align: left;
  }
  .login-movie-details .rating-stars .star {
    font-size: 24px;
    cursor: pointer;
  }
  .login-movie-details .rating-stars .star.rated {
    color: #e2c25e;
  }
  .login-movie-details .rating-stars .star:not(.rated) {
    color: #ccc;
  }
  .login-movie-details .movie-play-btn {
    margin: 20px 0 0 10%;
    display: flex;
    align-items: center;
  }
  .login-movie-details .movie-play-btn button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    margin: 0 3px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
  }
  .login-movie-details .movie-play-btn-episode {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
  .login-movie-details .movie-play-btn-episode button {
    vertical-align: middle;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    padding: 0 40px 0 40px;
    font-size: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 800px) {
  .login-movie-details .rating-stars {
    color: var(--color-stone300);
    position: absolute;
    padding-left: 14%;
    direction: ltr;
    text-align: left;
  }
  .login-movie-details .rating-stars .star {
    font-size: 24px;
    cursor: pointer;
  }
  .login-movie-details .rating-stars .star.rated {
    color: #e2c25e;
  }
  .login-movie-details .rating-stars .star:not(.rated) {
    color: #ccc;
  }
  .login-movie-details .movie-play-btn {
    margin: 30px 0 30px 10%;
  }
  .login-movie-details .movie-play-btn button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    margin: 0 3px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    padding: 0 35px 0 35px;
  }
  .login-movie-details .movie-play-btn-episode {
    display: flex;
    align-items: center;
  }
  .login-movie-details .movie-play-btn-episode button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    max-width: 50%;
  }
}
.login-movie-details .movie-summery {
  display: flex;
  direction: rtl;
  text-align: justify;
  padding: 0 10% 0 10%;
}
.login-movie-details .movie-summery span {
  font-size: small;
  font-weight: 200;
}
.login-movie-details .movie-rank .user-like-movie,
.login-movie-details .movie-rank .user-dislike-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px var(--color-ripple-color) dashed;
  color: var(--color-text-primary) !important;
  border-radius: 5px;
}
.login-movie-details .movie-tips {
  direction: rtl;
  margin: 0 10% 0 10%;
  padding: 10px 0 10px 0;
}
.login-movie-details .movie-tips li {
  list-style: none;
}
.login-movie-details .movie-tips li .title {
  background: #32323e;
  border-radius: 50px;
  min-width: 90px;
  color: var(--color-stone100);
  display: flex;
  align-items: center;
  position: relative;
}
.login-movie-details .movie-tips li .title .title-icon {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(64, 80, 181);
  border-radius: 0px 19px 19px 0px;
  position: relative;
  /* Add position: relative; to the parent for absolute positioning */
}
.login-movie-details .movie-tips li .title .title-icon span::after {
  content: "";
  border-style: solid;
  border-width: 0 15px 33px 0;
  border-color: transparent rgb(64, 80, 181);
  transform: rotate(0deg);
  position: absolute;
  right: 100%;
  /* Use a percentage value instead of fixed pixels */
  top: 0;
}
.login-movie-details .movie-tips li i {
  flex: 1;
  height: 1px;
  background: rgba(74, 74, 89, 0.5098039216);
  margin: 0 10px;
}
.login-movie-details .movie-tips li .post_meta--left {
  text-align: left;
  color: var(--text);
  transition: all 0.2s;
}
.login-movie-details .channels-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-movie-details .channels-button div {
  background-color: rgb(233, 233, 233);
  color: white;
  border: 1px solid var(--color-ripple-color);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.login-movie-details .channels-button img {
  width: 4rem;
}
.login-movie-details .channels-button title {
  text-align: center;
}
.login-movie-details .background-toggle-icon {
  background-color: #363636 !important;
  font-size: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.login-movie-details .login-general-view .img-wrapper {
  height: 10rem;
  position: relative;
}
.login-movie-details .login-general-view .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.login-movie-details .login-general-view .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-login-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.login-movie-details .login-general-view .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.login-movie-details .news-title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
}
.login-movie-details .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}
.login-movie-details .login-media {
  position: relative;
  height: 11rem;
}
.login-movie-details .login-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.login-movie-details .login-media .video-play-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: var(--color-stone100);
  font-size: 3.5rem;
}
.login-movie-details .swiper-photo-gallery {
  direction: rtl;
}
.login-movie-details .swiper-photo-gallery .slide .img-wrapper {
  height: 7rem;
  position: relative;
}
.login-movie-details .swiper-photo-gallery .slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.login-profile .list {
  direction: rtl;
  margin: 0 0 15px 0 !important;
}
.login-profile .list ul li {
  padding: 0;
}
.login-profile .list ul li .item-media {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.login-profile .list ul li .item-media .span {
  font-size: 19px;
  color: var(--color-filing-icon);
}
.login-profile .list ul li .item-inner::before {
  right: auto;
  left: 0;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.45);
  transform: rotate(180deg);
}
.login-profile .list ul li .item-inner {
  padding-right: 10px;
  margin-left: 6px;
}
.login-profile .list ul li .item-inner .item-title {
  font-size: 0.8rem;
  font-weight: 600;
}
.login-profile .list ul li .item-inner .item-title .item-footer {
  color: var(--color-base);
  font-weight: 400;
}
.login-profile .list ul::before {
  display: none;
}
.login-profile .profile {
  margin: 10px 0 10px 0 !important;
}
.login-profile .profile .profile-header {
  width: 6rem;
  height: 6rem;
}
.login-profile .profile .profile-header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.login-profile .profile .name,
.login-profile .profile .number {
  letter-spacing: 1px;
}
.login-profile .profile .number {
  color: rgba(255, 69, 0, 0.8);
}
.login-profile .list ul li:last-child .item-inner::before {
  display: none;
}
.login-profile .list ul li:last-child .item-inner {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.45);
}
.login-profile .list ul li:last-child .item-inner .item-header {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.45);
}
.login-profile .row {
  justify-content: flex-start;
  align-items: center;
}
.login-profile .row .exit-btn,
.login-profile .row .profile-exit-btn {
  color: var(--color-base);
  border: 1px solid var(--color-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-profile .row .exit-btn span,
.login-profile .row .profile-exit-btn span {
  font-size: 1.2rem;
  font-weight: 600;
}
.login-profile .row .exit-btn .icon,
.login-profile .row .profile-exit-btn .icon {
  transform: rotate(180deg);
  margin-right: 7px;
}

.login-channels .archive-btns {
  display: grid;
  max-width: 100%;
  row-gap: 10px;
  margin-bottom: 10px;
  padding: 15px;
}
@media (max-width: 800px) {
  .login-channels .archive-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .login-channels .archive-btns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.login-channels .archive-btns .item {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap; /* جلوگیری از شکستن خط */
  overflow: hidden; /* پنهان کردن متن اضافی */
  text-overflow: ellipsis; /* اضافه کردن علامت ... */
}
.login-channels .channels-btns {
  display: grid;
  max-width: 100%;
  row-gap: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 10px;
  background-color: var(--color-bg-secondery);
}
@media (max-width: 576px) {
  .login-channels .channels-btns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .login-channels .channels-btns {
    grid-template-columns: repeat(6, 1fr);
  }
}
.login-channels .channels-btns .item {
  position: relative;
  display: inline-block;
  text-align: center;
}
.login-channels .channels-schedule-btn {
  height: 5rem;
}
.login-channels .channels-schedule-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}

.login-sheet-border {
  border-top: 3px solid rgba(255, 69, 0, 0.8) !important;
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6rem;
  border-radius: 1rem;
}

.login-btn {
  color: var(--color-stone100) !important;
  background: var(--color-login-base-orange-color) !important;
  border-radius: 0.8rem !important;
}

.login-btn-outline {
  color: var(--color-login-base-orange-color) !important;
  border-radius: 0.8rem !important;
  border: 1.5px solid var(--color-login-base-orange-color);
}

.login-btn-2 {
  background-color: var(--color-custom-btns);
  color: var(--color-custom-btns-text) !important;
}

.login-orange-btn-ripple {
  --f7-touch-ripple-color: rgba(255, 69, 0, 0.35) !important;
  font-size: 0.7rem !important;
}

.login-orange-btn-episode {
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  color: #ffc107;
  background: rgba(255, 193, 7, 0.15);
  padding: 6.2px;
  font-size: 14px;
  line-height: 2;
  border-radius: 3px;
  margin: 0 3px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.login-channels-schedule .abstract-view {
  position: relative;
}
.login-channels-schedule .abstract-view .schedule-card {
  height: 5.5rem;
}
.login-channels-schedule .abstract-view .schedule-card.live {
  background-color: green;
  color: var(--color-stone100);
}
.login-channels-schedule .abstract-view .wrapper {
  height: 4.5rem;
  width: 5.5rem;
  position: relative;
}
.login-channels-schedule .abstract-view .wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.login-channels-schedule .abstract-view .date-time {
  position: absolute;
  bottom: 0.3rem;
  left: 0.6rem;
  color: gray;
}
.login-channels-schedule .abstract-view .minutes-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: var(--color-stone300);
  padding: 2px;
  bottom: 3px;
  right: 3px;
}
.login-channels-schedule .block {
  width: 95%;
}
.login-channels-schedule .picker-item-selected {
  color: var(--color-stone300);
  font-weight: 600;
}
.login-channels-schedule .picker-item span {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
}
.login-channels-schedule .picker-column-divider {
  color: var(--color-stone300);
  font-weight: 600;
}
.login-channels-schedule .picker-center-highlight {
  width: 100%;
  left: 0;
  border: 1px solid var(--color-login-base-orange-color);
  color: var(--color-stone300);
  border-radius: 1rem;
  background-color: rgba(255, 69, 0, 0.7);
}
.login-channels-schedule .input-with-value {
  font-weight: 600;
  color: var(--color-text-primary) !important;
}
.login-channels-schedule .toolbar {
  background-color: var(--color-bg-toolbar) !important;
}

.login-inbox #main-wrapper {
  position: relative;
  width: 100%;
  height: 10rem;
  background-color: #e1e8fd;
}
.login-inbox #main-wrapper #btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 100;
  background-color: #6b26bb;
  bottom: 0px;
}
.login-inbox ul {
  list-style: none;
}
.login-inbox .notification-flag {
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
}
.login-inbox .notification-flag.unread {
  background-color: rgba(246, 228, 225, 0.9);
  color: #e91a2e;
}
.login-inbox .notification-flag.read {
  background-color: rgba(0, 165, 81, 0.1607843137);
  color: #00a551;
}

/* Extra Small Devices (Phones) - Up to 576px */
@media (max-width: 320px) {
  .login-btn-select,
  .login-btn-deselect {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}
/* Small Devices (Tablets and Large Phones) - 577px to 768px */
/* Medium Devices (Tablets and Small Laptops) - 769px to 992px */
@media (min-width: 700px) and (max-width: 1000px) {
  /* No styles in this media query block */
  .login-panel .container {
    display: flex;
    flex-direction: column;
  }
  .login-panel .container .items {
    flex-grow: 1;
  }
  .login-panel .img-wrapper {
    height: 23vh;
  }
  .login-panel .img-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .login-panel .timer-wrapper {
    height: 25vh;
  }
  .login-panel .timer-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .login-panel .timer-container {
    top: calc(50% - 70px);
    font-size: 0.5rem;
  }
}
/* Large Devices (Laptops and Desktops) - 993px to 1200px */
@media (min-width: 1000px) and (max-width: 1200px) {
  .login-panel .container {
    display: flex;
    flex-direction: column;
  }
  .login-panel .container .items {
    flex-grow: 1;
  }
  .login-panel .timer-wrapper {
    height: 26vh;
  }
  .login-panel .timer-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .login-panel .img-wrapper {
    height: 25vh;
  }
  .login-panel .img-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .days-label,
  .hours-label,
  .minutes-label,
  .seconds-label {
    margin-bottom: 5px !important;
    font-size: 1rem !important;
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 1rem !important;
  }
  .days-container,
  .hours-container,
  .minutes-container,
  .seconds-container {
    width: 60px !important;
    height: 60px !important;
    font-size: 0.5rem;
  }
  .timer-container {
    top: calc(10% + 15px) !important;
    left: calc(50% - 125px) !important;
  }
}
/* Custom Media Query - Minimum width of 460px */
/* Custom Media Query - Minimum width of 768px */
/* Custom Media Query - Minimum width of 1201px */
@media (min-width: 1201px) {
  .login-panel .container {
    display: flex;
    flex-direction: column;
  }
  .login-panel .container .items {
    flex-grow: 1;
  }
  .login-panel .timer-wrapper {
    height: 28vh !important;
  }
  .login-panel .timer-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .login-panel .img-wrapper {
    height: 26vh !important;
  }
  .login-panel .img-wrapper img {
    object-fit: cover !important;
    max-width: 100%;
    height: 100%;
  }
  .days-label,
  .hours-label,
  .minutes-label,
  .seconds-label {
    margin-bottom: 5px !important;
    font-size: 1rem !important;
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 1rem !important;
  }
  .days-container,
  .hours-container,
  .minutes-container,
  .seconds-container {
    width: 60px !important;
    height: 60px !important;
  }
  .timer-container {
    top: calc(10% + 15px) !important;
    left: calc(50% - 125px) !important;
  }
}
@media (min-device-width: 800px) and (orientation: landscape) {
  body {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .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; /* عرض اسکرولبار */
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--wave-color); /* رنگ قسمت قابل گرفتن اسکرولبار */
    border-radius: 1rem;
    min-height: 5rem !important;
    display: none;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--date-color); /* رنگ قسمت قابل گرفتن اسکرولبار هنگام هاور */
    border-radius: 1rem;
    display: none;
  }
  ::-webkit-scrollbar-track {
    background-color: #fff; /* پس‌زمینه اسکرولبار */
    display: none;
  }
  ::-webkit-scrollbar-corner {
    background-color: #fff; /* گوشه‌های اسکرولبار */
    display: none;
  }
}
:root {
  --color-bg-primary: #fafaf9;
  --color-bg-secondary: #f5f5f4;
  --color-bg-secondary2: #e7e5e4;
  --color-text-primary: #47494B;
  --color-ripple-color: #4050b5;
  --color-iptv-base-orange-color: rgba(255, 69, 0, 0.75);
  --color-custom-btns: #e7e5e4;
  --color-custom-btns-text: #47494B;
  --color-specialEl-orange: lightsalmon;
  --color-stone50: #4050b5;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #292524;
  --color-stone950: #0c0a09;
}
:root.theme-dark,
:root .theme-dark {
  --color-bg-toolbar: #111317;
  --color-bg-primary: #1c1c22;
  --color-bg-secondary: #23232B;
  --color-bg-secondary2: #23232B;
  --color-text-primary: #ffffff;
  --color-text-secondary: #d6d3d1;
  --color-ripple-color: #4050b5;
  --color-custom-btns: #23232B;
  --color-custom-btns-text: #e7e5e4;
  --color-specialEl-orange: #c2410c;
  --color-stone50: #fafaf9;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #4050b5;
  --color-stone950: #0c0a09;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-dark body,
:root .theme-dark body {
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.dark-mode,
:root .theme-dark body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-dark body.light-mode,
:root .theme-dark body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light,
:root .theme-light {
  --color-bg-primary: #fafaf9;
  --color-bg-secondary: #f5f5f4;
  --color-bg-secondary2: #e7e5e4;
  --color-text-primary: #47494B;
  --color-ripple-color: #4050b5;
  --color-iptv-base-orange-color: rgba(255, 69, 0, 0.75);
  --color-custom-btns: #e7e5e4;
  --color-custom-btns-text: #47494B;
  --color-specialEl-orange: lightsalmon;
  --color-stone50: #4050b5;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #292524;
  --color-stone950: #0c0a09;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}
:root.theme-light body,
:root .theme-light body {
  background-color: #ffffff;
}
:root.theme-light body.dark-mode,
:root .theme-light body.dark-mode {
  width: 100% !important;
  background-color: var(--color-bg-secondary);
}
:root.theme-light body.light-mode,
:root .theme-light body.light-mode {
  width: 100% !important;
  background-color: #ffffff;
}

.iptv {
  color: var(--color-text-primary) !important;
  --plyr-color-main: rgba(255, 69, 0, 0.75);
}
.iptv .my-swiper {
  direction: rtl;
  padding: 5.5px 8px 5.5px 0px;
  margin-bottom: 8px;
}
.iptv .search-navbar-input {
  background-color: var(--color-bg-secondary) !important;
  color: var(--color-text-primary) !important;
  position: relative;
  width: 96% !important;
  height: 2.2rem !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;
}
.iptv .filter-navbar-input {
  background-color: var(--color-bg-secondary) !important;
  color: var(--color-text-primary) !important;
  border: 0.5px solid #ffc107 !important;
  border-radius: 40px !important;
  line-height: 2.6rem;
  text-align: center;
  font-size: 12px;
  padding: 0 10px 0 10px;
}
@media (min-width: 800px) {
  .iptv .filter-navbar-input {
    min-width: 20rem !important;
    font-size: 14px;
  }
}
.iptv .toolbar {
  border-radius: 3px 3px 0 0;
}
.iptv .modal-radius .toolbar {
  border-radius: 0.9rem 0.9rem 0 0;
  background: var(--color-bg-toolbar);
}
.iptv .toolbar {
  background-color: var(--color-bg-toolbar) !important;
}
.iptv input {
  margin: 1px !important;
}
.iptv .navbar {
  color: var(--color-text-primary) !important;
}
.iptv .navbar .navbar-bg {
  background-color: var(--color-bg-primary) !important;
}
.iptv .focus-input {
  border: none !important;
  box-shadow: 0 0 0 1px #ffc107;
  transition: border 0.1s ease;
}
.iptv .page-content {
  background: var(--color-bg-secondary);
}
.iptv .skeleton-effect-wave {
  position: relative;
}
.iptv .skeleton-wave-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.iptv .skeleton-wave-bg.darker-bg {
  background-color: #f3f3f3;
}
.iptv .skeleton-wave-bg.brighter-bg {
  background-color: #e2e2e2;
}
.iptv .card {
  background-color: var(--color-bg-primary);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
}
.iptv .row-filter {
  display: flex;
  flex-direction: row-reverse;
  background-color: #23232B;
  border-radius: 40px;
  min-width: 70%;
  justify-content: center;
  margin-top: 10px;
}
.iptv .channels-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.iptv .iptv-btn-select {
  background-color: var(--color-ripple-color);
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.iptv .iptv-btn-deselect {
  background-color: var(--color-custom-btns);
  color: var(--color-stone50);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 1.3rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  margin: auto;
}
.iptv .category-btn .category-btn-select {
  background-color: #4050b5;
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.iptv .category-btn .category-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.iptv .subcategory-btn .subcategory-btn-select {
  background-color: #4050b5;
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.iptv .subcategory-btn .subcategory-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.iptv .menu-btn .menu-btn-select {
  background-color: var(--color-iptv-base-orange-color);
  color: var(--color-stone100);
  border: none;
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  border-radius: 3px;
  height: 1.6rem;
  transition: all;
  transition-duration: 300ms;
}
.iptv .menu-btn .menu-btn-deselect {
  background-color: var(--color-bg-secondary);
  color: var(--color-text-primary);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.75rem;
  height: 1.6rem;
  border-radius: 3px;
}
.iptv .iptv-btn-ripple {
  --f7-touch-ripple-color: var(--color-ripple-color) !important;
  color: #ffc107 !important;
  font-size: 0.7rem !important;
}
.iptv .iptv-ripple {
  --f7-touch-ripple-color: var(--color-ripple-color) !important;
  color: #ffc107 !important;
  font-size: 0.7rem !important;
}
.iptv .input-icon-search {
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  top: 0.4rem;
}
.iptv .programs-slide {
  margin-left: 0.8rem;
  margin-top: 0.1rem;
}
.iptv .theme-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iptv .theme-toggle .icon-moon {
  display: none;
}
.iptv .theme-toggle.theme-dark .icon-moon {
  display: flex;
}
.iptv .theme-toggle.theme-light .icon-sun {
  display: flex;
}
.iptv .teleno-label .text {
  color: var(--color-stone200);
  padding: 3px;
  margin-bottom: -2px;
}
.iptv .teleno-label .logo {
  background: orangered;
  color: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 3px;
  font-style: italic;
}
.iptv .dashboard-banner-img {
  object-fit: cover;
  width: 100%;
}
.iptv .channels-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}
.iptv .channels-label .txt {
  letter-spacing: 0.5px;
}
.iptv .footer-icon {
  color: var(--color-text-primary) !important;
  display: flex;
  /*
  flex-direction: column;
  */
  justify-content: center;
  align-items: center;
}
.iptv .footer-icon.active-tab:after {
  content: "";
  width: 5rem;
  border-top: 3.5px solid;
  border-color: var(--color-ripple-color);
  border-radius: 3px;
  position: absolute;
  top: -1px;
}
.iptv .footer-icon .ripple-wave {
  --f7-touch-ripple-color: #4050b5 !important;
}
.iptv .footer-text {
  margin-top: 4px;
}
.iptv .partnership {
  background: rgba(0, 255, 0, 0.3);
  border: 1px solid rgb(0, 187, 0);
  border-radius: 5px;
}
.iptv .expand {
  max-height: 30px;
  transition: max-height 0.5s ease-in-out;
}
.iptv .gantt_layout_root {
  font-family: yekan-bakh;
  border: unset;
  border-radius: 0.4rem;
}
.iptv .gantt_last_cell {
  justify-content: center;
}
.iptv .gantt_task_line,
.iptv .gantt_task_content,
.iptv .gantt_task_progress {
  background-color: var(--color-iptv-base-orange-color);
  border-color: var(--color-iptv-base-orange-color);
  direction: rtl;
}
.iptv .gantt_tree_icon.gantt_blank {
  width: 0;
}
.iptv .gantt_task_line.gantt_selected {
  box-shadow: unset;
  background-color: var(--color-iptv-base-orange-color);
}
.iptv .gantt_grid_data .gantt_row.gantt_selected,
.iptv .gantt_grid_data .gantt_row.odd.gantt_selected {
  background-color: var(--color-iptv-base-orange-color);
  color: var(--color-stone300);
}
.iptv .gantt_task_row.gantt_selected,
.iptv .gantt_task_row.gantt_selected .gantt_task_cell {
  background-color: rgba(255, 69, 0, 0.35);
  border-right-color: rgba(255, 69, 0, 0.35);
}
.iptv .gantt_selected .gantt_tree_content {
  color: var(--color-stone300);
}
.iptv .comment-section {
  direction: rtl;
}
.iptv .comment-section .comments .comment-username,
.iptv .comment-section .comments .comment-date,
.iptv .comment-section .comments .comment-report,
.iptv .comment-section .comments .comment-tools {
  align-items: center;
  color: gray;
}
.iptv .comment-section .comments img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-event-icon);
  margin-left: 5px;
}
.iptv .comment-section .comments .comment-date {
  font-size: 12px;
  font-weight: 500;
}
.iptv .comment-section .comments .comment-text {
  padding: 8px 0px 8px 8px;
  overflow: hidden;
}
.iptv .comment-section .card > div:last-child {
  border: unset;
}
.iptv .comment-section .add-comment-input {
  width: 96% !important;
  height: 2.2rem !important;
  background-color: var(--color-bg-secondary) !important;
  border-radius: 1.5rem !important;
  text-align: right;
  text-align-last: right;
  border: unset !important;
  font-family: inherit;
  padding-right: 0.6rem;
}
.iptv .comment-section .send-comment-btn {
  background-color: var(--color-iptv-base-orange-color);
  color: var(--color-stone100);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.2rem;
  margin-right: 5px;
}

.iptv-panel .container {
  display: flex;
  flex-direction: column;
}
.iptv-panel .container .items {
  flex-grow: 1;
}
@media (max-width: 576px) {
  .iptv-panel .swiper-channel-style .slide {
    margin-left: 0.5rem;
  }
}
.iptv-panel .swiper-channel-style .slide .img-wrapper {
  height: 8.5rem;
  position: relative;
}
.iptv-panel .swiper-channel-style .slide .img-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
}
.iptv-panel .swiper-channel-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-panel .swiper-channel-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 576px) {
  .iptv-panel .swiper-vertical-style .slide {
    margin-left: 0.5rem;
  }
}
.iptv-panel .swiper-vertical-style .slide .img-wrapper img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
  height: auto;
  aspect-ratio: 205/320;
}
.iptv-panel .swiper-vertical-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-panel .swiper-vertical-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 576px) {
  .iptv-panel .swiper-horizontal-style .slide {
    margin-left: 0.5rem;
  }
}
.iptv-panel .swiper-horizontal-style .slide .img-wrapper {
  position: relative;
}
.iptv-panel .swiper-horizontal-style .slide .img-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1055/480;
}
.iptv-panel .swiper-horizontal-style .slide .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-panel .swiper-horizontal-style .slide .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.iptv-panel .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-panel .news-title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.iptv-panel .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}
.iptv-panel .ads-img-wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 0px !important;
}
.iptv-panel .ads-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.iptv-panel .ads-img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-panel .countdown-container {
  display: flex;
  width: 110%;
  justify-content: space-between;
}
.iptv-panel .days-container,
.iptv-panel .hours-container,
.iptv-panel .minutes-container,
.iptv-panel .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 3.8px solid var(--color-iptv-base-orange-color);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 99px;
  font-size: 1rem;
}
.iptv-panel .days,
.iptv-panel .hours,
.iptv-panel .minutes,
.iptv-panel .seconds {
  font-size: 2rem;
  margin: 0;
  color: var(--color-stone300);
  font-weight: 600;
}
.iptv-panel .days-label,
.iptv-panel .hours-label,
.iptv-panel .minutes-label,
.iptv-panel .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  color: var(--color-stone300);
}
@media (max-width: 800px) {
  .iptv-panel .days-container,
  .iptv-panel .hours-container,
  .iptv-panel .minutes-container,
  .iptv-panel .seconds-container {
    width: 3rem;
    height: 3rem;
    font-size: 0.5rem;
  }
}
.iptv-panel .swiper .timer-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  border-radius: 0.4rem;
  height: 8.5rem;
}
.iptv-panel .swiper .timer-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 55%;
  border-radius: 0.4rem;
}
.iptv-panel .swiper .timer-container {
  direction: ltr;
  position: absolute;
  z-index: 2;
  top: calc(10% + 25px);
  left: calc(50% - 104px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
}
.iptv-panel .swiper .timer-container span {
  direction: rtl;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  text-align: center;
  white-space: nowrap;
}
.iptv-panel .swiper .countdown-container {
  display: flex;
  width: 110%;
  justify-content: space-between;
}
.iptv-panel .swiper .days-container,
.iptv-panel .swiper .hours-container,
.iptv-panel .swiper .minutes-container,
.iptv-panel .swiper .seconds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 3px solid var(--color-iptv-base-orange-color);
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 99px;
  font-size: 1rem;
}
.iptv-panel .swiper .days,
.iptv-panel .swiper .hours,
.iptv-panel .swiper .minutes,
.iptv-panel .swiper .seconds {
  font-size: 1rem;
  color: var(--color-stone300);
  font-weight: 600;
  margin-bottom: -5px;
}
.iptv-panel .swiper .days-label,
.iptv-panel .swiper .hours-label,
.iptv-panel .swiper .minutes-label,
.iptv-panel .swiper .seconds-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  color: var(--color-stone300);
}
@media (max-width: 800px) {
  .iptv-panel .swiper .days-container,
  .iptv-panel .swiper .hours-container,
  .iptv-panel .swiper .minutes-container,
  .iptv-panel .swiper .seconds-container {
    width: 3rem;
    height: 3rem;
    font-size: 0.5rem;
  }
}
.iptv-panel .timer-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  border-radius: 0.4rem;
  height: 9.5rem;
}
.iptv-panel .timer-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 55%;
  border-radius: 0.4rem;
}
.iptv-panel .timer-container {
  position: absolute;
  z-index: 2;
  top: calc(10% + 25px);
  left: calc(50% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
}
@media (max-width: 576px) {
  .iptv-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 850px) {
  .iptv-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 850px) {
  .iptv-panel .panel-navbar {
    position: relative;
    display: flex;
    justify-content: center;
  }
}
.iptv-panel .panel-navbar .panel-icons {
  background: rgba(250, 250, 249, 0.2);
  color: var(--color-stone200);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 4px;
}
.iptv-panel .panel-navbar .custom-nav {
  position: absolute;
  width: 97.5%;
  z-index: 2;
}
.iptv-panel .panel-navbar .swiper-slide:after {
  content: "";
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 36vh;
  background: linear-gradient(to top, var(--color-bg-secondary), rgba(0, 0, 0, 0));
}
.iptv-panel .panel-navbar .panel-swiper {
  width: 100%;
}
@media (max-width: 576px) {
  .iptv-panel .panel-navbar .panel-swiper .swiper {
    height: 45vh;
  }
}
@media (min-width: 576px) and (max-width: 800px) {
  .iptv-panel .panel-navbar .panel-swiper .swiper {
    height: 55vh;
  }
}
@media (min-width: 800px) {
  .iptv-panel .panel-navbar .panel-swiper .swiper {
    height: 65vh;
  }
}
.iptv-panel .panel-navbar .panel-swiper .dashboard-banner-img {
  height: 100%;
}

.iptv-channel-archive .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.iptv-channel-archive .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.iptv-channel-archive .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-channel-archive .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.iptv-channel-archive .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.iptv-channels .channels-tabbar {
  border: none;
}
.iptv-channels .channels-tabbar .toolbar-inner .tab-link {
  color: var(--color-text-primary);
}
.iptv-channels .channels-tabbar .toolbar-inner .tab-link-active {
  color: #ffc107;
  font-size: 14px;
  transition: all;
  transition-duration: 300ms;
}
.iptv-channels .channels-tabbar .toolbar-inner .tab-link-highlight {
  background: var(--color-ripple-color);
  height: 2.5px;
  border-radius: 35%;
}
.iptv-channels .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.iptv-channels .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
  background-color: #e9e9e9;
}
.iptv-channels .img-wrapper span {
  display: table-caption;
  color: var(--color-bg-primary);
  background: rgb(255, 193, 7);
  font-size: 10px;
  border-radius: 10px;
  transition: all 0.3s;
  z-index: 2;
  padding: 0 15px 0 15px;
  margin-bottom: -70px;
  margin-right: 5px;
  max-height: 20px;
  line-height: 2;
}
.iptv-channels .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-channels .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.iptv-channels .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.iptv-live .abstract-view {
  position: relative;
}
.iptv-live .abstract-view .wrapper {
  height: 7rem;
  width: 9rem;
  position: relative;
  display: flex;
  align-items: center;
}
.iptv-live .abstract-view .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.iptv-live .abstract-view .date-time {
  position: absolute;
  bottom: 0.3rem;
  left: 0.6rem;
  color: gray;
}
.iptv-live .abstract-view .minutes-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: var(--color-stone300);
  padding: 2px;
  bottom: 3px;
  right: 3px;
}
.iptv-live .custom-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  top: 10px;
  color: var(--color-stone300);
  position: absolute;
}
@media (max-width: 576px) {
  .iptv-live .iptv-style {
    height: 75vh;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .iptv-live .iptv-style {
    height: 70vh;
    width: 100%;
  }
}
.iptv-live .iptv-player {
  height: 98vh;
  width: 100%;
}
.iptv-live .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
  padding: 0.5rem;
}
.iptv-live .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.iptv-live .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-live .news-title {
  margin-top: 0px;
  margin-bottom: 5px;
}
.iptv-live .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}

.iptv-movie-details .details-club-detail-icon {
  align-self: center;
  border-radius: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  font-size: larger;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iptv-movie-details .details-club-detail-icon span {
  color: white;
}
.iptv-movie-details .icon-thumb-down-filled {
  color: red;
}
.iptv-movie-details .icon-thumb-up-filled {
  color: green;
}
.iptv-movie-details .series-seasons {
  padding: 1px 10px;
  border: 1px solid var(--color-ripple-color);
  border-radius: 5px;
}
@media (max-width: 800px) {
  .iptv-movie-details .abstract-view {
    position: relative;
  }
  .iptv-movie-details .abstract-view .icon-thumb-up-filled {
    color: inherit !important;
  }
  .iptv-movie-details .abstract-view .wrapper {
    height: 6rem;
    width: 6rem;
  }
  .iptv-movie-details .abstract-view .wrapper img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 5px;
  }
}
@media (min-width: 800px) {
  .iptv-movie-details .abstract-view {
    position: relative;
  }
  .iptv-movie-details .abstract-view .icon-thumb-up-filled {
    color: inherit !important;
  }
  .iptv-movie-details .abstract-view .wrapper {
    height: 8rem;
    width: 13rem;
    margin-right: 5%;
  }
  .iptv-movie-details .abstract-view .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
}
.iptv-movie-details .abstract-view:after {
  content: "";
  border-style: solid;
  border-width: 0.5px;
  border-color: var(--color-bg-primary);
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80%;
}
.iptv-movie-details .custom-img-wrapper {
  position: relative;
  background: black;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .iptv-movie-details .custom-img-wrapper {
    height: 40vh;
  }
}
@media (min-width: 800px) {
  .iptv-movie-details .custom-img-wrapper {
    height: 50vh;
  }
}
.iptv-movie-details .custom-img-wrapper .background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 50%;
  filter: blur(2px);
}
@media (max-width: 576px) {
  .iptv-movie-details .custom-img-wrapper .poster {
    display: flex;
    position: absolute;
    bottom: -1.2rem;
    right: 1.5rem;
  }
  .iptv-movie-details .custom-img-wrapper .poster .poster-img {
    max-width: 7rem;
    height: 10rem;
    box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    object-fit: cover;
    overflow: hidden;
  }
  .iptv-movie-details .custom-img-wrapper .poster .movie-name {
    color: var(--color-stone100);
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding-right: 0.5rem;
    justify-content: center;
    white-space: nowrap;
  }
  .iptv-movie-details .custom-img-wrapper .poster .movie-name .description {
    width: fit-content;
    font-size: small;
  }
}
@media (min-width: 576px) {
  .iptv-movie-details .custom-img-wrapper .poster {
    display: flex;
    position: absolute;
    top: 2.5rem;
    bottom: -2.2rem;
    right: 1.5rem;
    margin-right: 5%;
  }
  .iptv-movie-details .custom-img-wrapper .poster .poster-img {
    min-width: 20%;
    max-width: 15rem;
    height: 20rem;
    box-shadow: 0px 0px 0px 0.8px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    object-fit: cover;
    overflow: hidden;
  }
  .iptv-movie-details .custom-img-wrapper .poster .movie-name {
    color: var(--color-stone100);
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding-right: 0.5rem;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
  }
  .iptv-movie-details .custom-img-wrapper .poster .movie-name .description {
    width: fit-content;
    font-size: small;
  }
}
.iptv-movie-details .custom-img-wrapper .custom-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  top: 10px;
  color: var(--color-stone100);
  position: absolute;
}
.iptv-movie-details .img-wrapper {
  height: calc(5vh + 7rem);
  position: relative;
}
.iptv-movie-details .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.iptv-movie-details .img-wrapper .live-label {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-movie-details .imdb_rating {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 5px;
  left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-stone300);
  border: #e2c25e 1px solid;
  border-radius: 0.5rem;
}
.iptv-movie-details .imdb_rating span {
  margin-top: -10px;
}
@media (max-width: 800px) {
  .iptv-movie-details .rating-stars {
    color: var(--color-stone300);
    position: absolute;
    padding-left: 22%;
    direction: ltr;
    text-align: left;
  }
  .iptv-movie-details .rating-stars .star {
    font-size: 24px;
    cursor: pointer;
  }
  .iptv-movie-details .rating-stars .star.rated {
    color: #e2c25e;
  }
  .iptv-movie-details .rating-stars .star:not(.rated) {
    color: #ccc;
  }
  .iptv-movie-details .movie-play-btn {
    margin: 20px 0 0 10%;
    display: flex;
    align-items: center;
  }
  .iptv-movie-details .movie-play-btn button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    margin: 0 3px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
  }
  .iptv-movie-details .movie-play-btn-episode {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
  .iptv-movie-details .movie-play-btn-episode button {
    vertical-align: middle;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    padding: 0 40px 0 40px;
    font-size: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 800px) {
  .iptv-movie-details .rating-stars {
    color: var(--color-stone300);
    position: absolute;
    padding-left: 14%;
    direction: ltr;
    text-align: left;
  }
  .iptv-movie-details .rating-stars .star {
    font-size: 24px;
    cursor: pointer;
  }
  .iptv-movie-details .rating-stars .star.rated {
    color: #e2c25e;
  }
  .iptv-movie-details .rating-stars .star:not(.rated) {
    color: #ccc;
  }
  .iptv-movie-details .movie-play-btn {
    margin: 30px 0 30px 10%;
  }
  .iptv-movie-details .movie-play-btn button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    margin: 0 3px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    padding: 0 35px 0 35px;
  }
  .iptv-movie-details .movie-play-btn-episode {
    display: flex;
    align-items: center;
  }
  .iptv-movie-details .movie-play-btn-episode button {
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: #ffc107;
    background: rgba(255, 193, 7, 0.15);
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    max-width: 50%;
  }
}
.iptv-movie-details .movie-summery {
  display: flex;
  text-align: justify;
  padding: 0 10% 0 10%;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}
.iptv-movie-details .movie-summery span {
  font-size: small;
  font-weight: 200;
}
.iptv-movie-details .movie-rank .user-like-movie,
.iptv-movie-details .movie-rank .user-dislike-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px var(--color-ripple-color) dashed;
  color: var(--color-text-primary) !important;
  border-radius: 5px;
}
.iptv-movie-details .movie-tips {
  direction: rtl;
  margin: 0 10% 0 10%;
  padding: 10px 0 10px 0;
}
.iptv-movie-details .movie-tips li {
  list-style: none;
}
.iptv-movie-details .movie-tips li .title {
  background: #32323e;
  border-radius: 50px;
  min-width: 90px;
  color: var(--color-stone100);
  display: flex;
  align-items: center;
  position: relative;
}
.iptv-movie-details .movie-tips li .title .title-icon {
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(64, 80, 181);
  border-radius: 0px 19px 19px 0px;
  position: relative;
  /* Add position: relative; to the parent for absolute positioning */
}
.iptv-movie-details .movie-tips li .title .title-icon span::after {
  content: "";
  border-style: solid;
  border-width: 0 15px 33px 0;
  border-color: transparent rgb(64, 80, 181);
  transform: rotate(0deg);
  position: absolute;
  right: 100%;
  /* Use a percentage value instead of fixed pixels */
  top: 0;
}
.iptv-movie-details .movie-tips li i {
  flex: 1;
  height: 1px;
  background: rgba(74, 74, 89, 0.5098039216);
  margin: 0 10px;
}
.iptv-movie-details .movie-tips li .post_meta--left {
  text-align: left;
  color: var(--text);
  transition: all 0.2s;
}
.iptv-movie-details .channels-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iptv-movie-details .channels-button div {
  background-color: rgb(233, 233, 233);
  color: white;
  border: 1px solid var(--color-ripple-color);
  font-weight: bold;
  padding-top: 0.12rem;
  line-height: 1.6rem;
  font-size: 0.8rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
}
.iptv-movie-details .channels-button img {
  width: 4rem;
}
.iptv-movie-details .channels-button title {
  text-align: center;
}
.iptv-movie-details .background-toggle-icon {
  background-color: #363636 !important;
  font-size: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.iptv-movie-details .iptv-general-view .img-wrapper {
  height: 10rem;
  position: relative;
}
.iptv-movie-details .iptv-general-view .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.iptv-movie-details .iptv-general-view .img-wrapper .tag {
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: var(--color-iptv-base-orange-color);
  border-radius: 4px;
  padding: 0px 5px 0px 5px;
  letter-spacing: 1px;
}
.iptv-movie-details .iptv-general-view .title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.iptv-movie-details .news-title {
  margin-top: 0.4rem;
  margin-bottom: 5px;
}
.iptv-movie-details .news-date {
  font-size: 0.8rem;
  color: #6c6c6c;
}
.iptv-movie-details .iptv-media {
  position: relative;
  height: 11rem;
}
.iptv-movie-details .iptv-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.iptv-movie-details .iptv-media .video-play-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: var(--color-stone100);
  font-size: 3.5rem;
}
.iptv-movie-details .swiper-photo-gallery {
  direction: rtl;
}
.iptv-movie-details .swiper-photo-gallery .slide .img-wrapper {
  height: 7rem;
  position: relative;
}
.iptv-movie-details .swiper-photo-gallery .slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.iptv-profile .list {
  direction: rtl;
  margin: 0 0 15px 0 !important;
}
.iptv-profile .list ul li {
  padding: 0;
}
.iptv-profile .list ul li .item-media {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.iptv-profile .list ul li .item-media .span {
  font-size: 19px;
  color: var(--color-filing-icon);
}
.iptv-profile .list ul li .item-inner::before {
  right: auto;
  left: 0;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.45);
  transform: rotate(180deg);
}
.iptv-profile .list ul li .item-inner {
  padding-right: 10px;
  margin-left: 6px;
}
.iptv-profile .list ul li .item-inner .item-title {
  font-size: 0.8rem;
  font-weight: 600;
}
.iptv-profile .list ul li .item-inner .item-title .item-footer {
  color: var(--color-base);
  font-weight: 400;
}
.iptv-profile .list ul::before {
  display: none;
}
.iptv-profile .profile {
  margin: 10px 0 10px 0 !important;
}
.iptv-profile .profile .profile-header {
  width: 6rem;
  height: 6rem;
}
.iptv-profile .profile .profile-header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.iptv-profile .profile .name,
.iptv-profile .profile .number {
  letter-spacing: 1px;
}
.iptv-profile .profile .number {
  color: rgba(255, 69, 0, 0.8);
}
.iptv-profile .list ul li:last-child .item-inner::before {
  display: none;
}
.iptv-profile .list ul li:last-child .item-inner {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.45);
}
.iptv-profile .list ul li:last-child .item-inner .item-header {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.45);
}
.iptv-profile .row {
  justify-content: flex-start;
  align-items: center;
}
.iptv-profile .row .exit-btn,
.iptv-profile .row .profile-exit-btn {
  color: var(--color-base);
  border: 1px solid var(--color-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iptv-profile .row .exit-btn span,
.iptv-profile .row .profile-exit-btn span {
  font-size: 1.2rem;
  font-weight: 600;
}
.iptv-profile .row .exit-btn .icon,
.iptv-profile .row .profile-exit-btn .icon {
  transform: rotate(180deg);
  margin-right: 7px;
}

.iptv-channels .archive-btns {
  display: grid;
  max-width: 100%;
  row-gap: 10px;
  margin-bottom: 10px;
  padding: 15px;
}
@media (max-width: 800px) {
  .iptv-channels .archive-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .iptv-channels .archive-btns {
    grid-template-columns: repeat(4, 1fr);
  }
}
.iptv-channels .archive-btns .item {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap; /* جلوگیری از شکستن خط */
  overflow: hidden; /* پنهان کردن متن اضافی */
  text-overflow: ellipsis; /* اضافه کردن علامت ... */
}
.iptv-channels .channels-btns {
  display: grid;
  max-width: 100%;
  row-gap: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 10px;
  background-color: var(--color-bg-secondery);
}
@media (max-width: 576px) {
  .iptv-channels .channels-btns {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) {
  .iptv-channels .channels-btns {
    grid-template-columns: repeat(6, 1fr);
  }
}
.iptv-channels .channels-btns .item {
  position: relative;
  display: inline-block;
  text-align: center;
}
.iptv-channels .channels-schedule-btn {
  height: 5rem;
}
.iptv-channels .channels-schedule-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}

.iptv-sheet-border {
  border-top: 3px solid rgba(255, 69, 0, 0.8) !important;
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6rem;
  border-radius: 1rem;
}

.iptv-btn {
  color: var(--color-stone100) !important;
  background: var(--color-iptv-base-orange-color) !important;
  border-radius: 0.8rem !important;
}

.iptv-btn-outline {
  color: var(--color-iptv-base-orange-color) !important;
  border-radius: 0.8rem !important;
  border: 1.5px solid var(--color-iptv-base-orange-color);
}

.iptv-btn-2 {
  background-color: var(--color-custom-btns);
  color: var(--color-custom-btns-text) !important;
}

.iptv-orange-btn-ripple {
  --f7-touch-ripple-color: rgba(255, 69, 0, 0.35) !important;
  font-size: 0.7rem !important;
}

.iptv-orange-btn-episode {
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  color: #ffc107;
  background: rgba(255, 193, 7, 0.15);
  padding: 6.2px;
  font-size: 14px;
  line-height: 2;
  border-radius: 3px;
  margin: 0 3px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.iptv-channels-schedule .abstract-view {
  position: relative;
}
.iptv-channels-schedule .abstract-view .schedule-card {
  height: 5.5rem;
}
.iptv-channels-schedule .abstract-view .schedule-card.live {
  background-color: green;
  color: var(--color-stone100);
}
.iptv-channels-schedule .abstract-view .wrapper {
  height: 4.5rem;
  width: 5.5rem;
  position: relative;
}
.iptv-channels-schedule .abstract-view .wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.iptv-channels-schedule .abstract-view .date-time {
  position: absolute;
  bottom: 0.3rem;
  left: 0.6rem;
  color: gray;
}
.iptv-channels-schedule .abstract-view .minutes-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: var(--color-stone300);
  padding: 2px;
  bottom: 3px;
  right: 3px;
}
.iptv-channels-schedule .block {
  width: 95%;
}
.iptv-channels-schedule .picker-item-selected {
  color: var(--color-stone300);
  font-weight: 600;
}
.iptv-channels-schedule .picker-item span {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
}
.iptv-channels-schedule .picker-column-divider {
  color: var(--color-stone300);
  font-weight: 600;
}
.iptv-channels-schedule .picker-center-highlight {
  width: 100%;
  left: 0;
  border: 1px solid var(--color-iptv-base-orange-color);
  color: var(--color-stone300);
  border-radius: 1rem;
  background-color: rgba(255, 69, 0, 0.7);
}
.iptv-channels-schedule .input-with-value {
  font-weight: 600;
  color: var(--color-text-primary) !important;
}
.iptv-channels-schedule .toolbar {
  background-color: var(--color-bg-toolbar) !important;
}

.iptv-inbox #main-wrapper {
  position: relative;
  width: 100%;
  height: 10rem;
  background-color: #e1e8fd;
}
.iptv-inbox #main-wrapper #btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 100;
  background-color: #6b26bb;
  bottom: 0px;
}
.iptv-inbox ul {
  list-style: none;
}
.iptv-inbox .notification-flag {
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
}
.iptv-inbox .notification-flag.unread {
  background-color: rgba(246, 228, 225, 0.9);
  color: #e91a2e;
}
.iptv-inbox .notification-flag.read {
  background-color: rgba(0, 165, 81, 0.1607843137);
  color: #00a551;
}

/* Extra Small Devices (Phones) - Up to 576px */
@media (max-width: 320px) {
  .iptv-btn-select,
  .iptv-btn-deselect {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}
/* Small Devices (Tablets and Large Phones) - 577px to 768px */
/* Medium Devices (Tablets and Small Laptops) - 769px to 992px */
@media (min-width: 700px) and (max-width: 1000px) {
  /* No styles in this media query block */
  .iptv-panel .container {
    display: flex;
    flex-direction: column;
  }
  .iptv-panel .container .items {
    flex-grow: 1;
  }
  .iptv-panel .img-wrapper {
    height: 23vh;
  }
  .iptv-panel .img-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .iptv-panel .timer-wrapper {
    height: 25vh;
  }
  .iptv-panel .timer-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .iptv-panel .timer-container {
    top: calc(50% - 70px);
    font-size: 0.5rem;
  }
}
/* Large Devices (Laptops and Desktops) - 993px to 1200px */
@media (min-width: 1000px) and (max-width: 1200px) {
  .iptv-panel .container {
    display: flex;
    flex-direction: column;
  }
  .iptv-panel .container .items {
    flex-grow: 1;
  }
  .iptv-panel .timer-wrapper {
    height: 26vh;
  }
  .iptv-panel .timer-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .iptv-panel .img-wrapper {
    height: 25vh;
  }
  .iptv-panel .img-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .days-label,
  .hours-label,
  .minutes-label,
  .seconds-label {
    margin-bottom: 5px !important;
    font-size: 1rem !important;
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 1rem !important;
  }
  .days-container,
  .hours-container,
  .minutes-container,
  .seconds-container {
    width: 60px !important;
    height: 60px !important;
    font-size: 0.5rem;
  }
  .timer-container {
    top: calc(10% + 15px) !important;
    left: calc(50% - 125px) !important;
  }
}
/* Custom Media Query - Minimum width of 460px */
/* Custom Media Query - Minimum width of 768px */
/* Custom Media Query - Minimum width of 1201px */
@media (min-width: 1201px) {
  .iptv-panel .container {
    display: flex;
    flex-direction: column;
  }
  .iptv-panel .container .items {
    flex-grow: 1;
  }
  .iptv-panel .timer-wrapper {
    height: 28vh !important;
  }
  .iptv-panel .timer-wrapper img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  .iptv-panel .img-wrapper img {
    object-fit: cover !important;
    max-width: 100%;
    height: 100%;
  }
  .days-label,
  .hours-label,
  .minutes-label,
  .seconds-label {
    margin-bottom: 5px !important;
    font-size: 1rem !important;
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    font-size: 1rem !important;
  }
  .days-container,
  .hours-container,
  .minutes-container,
  .seconds-container {
    width: 60px !important;
    height: 60px !important;
  }
  .timer-container {
    top: calc(10% + 15px) !important;
    left: calc(50% - 125px) !important;
  }
}
.sc_launcher {
  right: 10px !important;
}

/* For horizontal swipers */
.swiper-horizontal-style {
  width: 100%;
  overflow: hidden;
}

/* Ensure swiper wrapper displays correctly */
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.ads-panel-plan-image {
  width: 3rem;
  height: 3rem;
  padding-top: 0.5rem;
}

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

.ads-payment-icon {
  width: 40%;
  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;
}

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

.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;
  }
}
:root {
  --color-bg-primary: #fafaf9;
  --color-bg-secondary: #f5f5f4;
  --color-bg-secondary2: #e7e5e4;
  --color-text-primary: #47494B;
  --color-ripple-color: rgba(217, 217, 217, 0.5490196078);
  --color-stone50: #fafaf9;
  --color-stone100: #f5f5f4;
  --color-stone200: #e7e5e4;
  --color-stone300: #d6d3d1;
  --color-stone400: #a8a29e;
  --color-stone500: #78716c;
  --color-stone600: #57534e;
  --color-stone700: #44403c;
  --color-stone800: #292524;
  --color-stone950: #0c0a09;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(-15px) translateX(2px);
  }
  55% {
    transform: translateY(-15px) translateX(-2px);
  }
  65% {
    transform: translateY(-15px) translateX(2px);
  }
  75% {
    transform: translateY(-15px) translateX(-2px);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes opacityChange {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg {
  background-image: url("../img/image/whatsapp-bg.png") !important;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.z-index-10 {
  z-index: 10;
}

.incoming-call-sheet,
.messenger {
  height: 100%;
}
.incoming-call-sheet .animate,
.messenger .animate {
  position: relative;
  animation: jump-shaking 0.8s;
}
.incoming-call-sheet .chevrons,
.messenger .chevrons {
  position: absolute;
  bottom: 140px;
  color: var(--color-stone100);
  animation: opacityChange 1s linear infinite;
  /* Adjust the animation duration */
}
.incoming-call-sheet .chevrons span,
.messenger .chevrons span {
  animation: opacityChange 1s linear infinite;
  /* Adjust the animation duration */
}
.incoming-call-sheet .chevrons span:nth-child(1),
.messenger .chevrons span:nth-child(1) {
  animation-delay: 0.75s;
  /* Adjust the delay for the first chevron */
}
.incoming-call-sheet .chevrons span:nth-child(2),
.messenger .chevrons span:nth-child(2) {
  animation-delay: 0.5s;
  /* Adjust the delay for the second chevron */
}
.incoming-call-sheet .chevrons span:nth-child(3),
.messenger .chevrons span:nth-child(3) {
  animation-delay: 0.25s;
  /* Adjust the delay for the third chevron */
}
.incoming-call-sheet .chevrons span:nth-child(4),
.messenger .chevrons span:nth-child(4) {
  animation-delay: 0s;
  /* No delay for the last chevron */
}
.incoming-call-sheet .name,
.incoming-call-sheet .call-title,
.messenger .name,
.messenger .call-title {
  color: var(--color-stone100);
  letter-spacing: 1.5px;
}
.incoming-call-sheet .call-tools,
.messenger .call-tools {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.incoming-call-sheet .call-tools .incoming-call-message .txt,
.messenger .call-tools .incoming-call-message .txt {
  color: var(--color-stone400);
}
.incoming-call-sheet .call-tools .incoming-call-message button,
.messenger .call-tools .incoming-call-message button {
  border-radius: 50% !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  width: 3.3rem;
  height: 3.3rem;
}
.incoming-call-sheet .call-tools .incoming-call-message button span,
.messenger .call-tools .incoming-call-message button span {
  color: var(--color-stone100);
}
.incoming-call-sheet .call-tools .incoming-call-accept .txt,
.messenger .call-tools .incoming-call-accept .txt {
  color: var(--color-stone400);
}
.incoming-call-sheet .call-tools .incoming-call-accept button,
.messenger .call-tools .incoming-call-accept button {
  border-radius: 50% !important;
  height: 3.5rem;
  width: 3.5rem;
}
.incoming-call-sheet .call-tools .incoming-call-accept button.audio,
.messenger .call-tools .incoming-call-accept button.audio {
  background-color: #7bea74 !important;
  color: var(--color-stone100);
}
.incoming-call-sheet .call-tools .incoming-call-accept button.video,
.messenger .call-tools .incoming-call-accept button.video {
  background-color: #68bbf2 !important;
  color: var(--color-stone100);
}
.incoming-call-sheet .call-tools .incoming-call-decline .txt,
.incoming-call-sheet .call-tools #incoming-call-reject .txt,
.messenger .call-tools .incoming-call-decline .txt,
.messenger .call-tools #incoming-call-reject .txt {
  color: var(--color-stone400);
}
.incoming-call-sheet .call-tools .incoming-call-decline button,
.incoming-call-sheet .call-tools #incoming-call-reject button,
.messenger .call-tools .incoming-call-decline button,
.messenger .call-tools #incoming-call-reject button {
  border-radius: 50% !important;
  background-color: rgba(60, 11, 10, 0.3) !important;
  width: 3.3rem;
  height: 3.3rem;
}
.incoming-call-sheet .call-tools .incoming-call-decline button span,
.incoming-call-sheet .call-tools #incoming-call-reject button span,
.messenger .call-tools .incoming-call-decline button span,
.messenger .call-tools #incoming-call-reject button span {
  color: #e45344;
}
.incoming-call-sheet .title,
.messenger .title {
  letter-spacing: 1px;
}

.messenger {
  color: #f5f5f4;
}
.messenger .incoming-call-img {
  width: 11rem;
  height: 11rem;
}
.messenger .incoming-call-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.messenger .list ul {
  background-color: inherit !important;
}
.messenger .list ul li {
  display: flex;
  align-items: center;
}
.messenger .list ul li .wrapper {
  height: 2.5rem;
  width: 2.5rem;
}
.messenger .list ul li .wrapper.add-person {
  background: var(--color-stone700);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messenger .list ul li .wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.messenger .list ul li span {
  letter-spacing: 1px;
}

.outgoing-call {
  height: 100%;
  position: relative;
  color: var(--color-stone100);
}
.outgoing-call .call-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0px;
  right: 0px;
  top: 10%;
  z-index: 3;
}
.outgoing-call .name {
  color: var(--color-stone100);
  letter-spacing: 1.5px;
}

.outgoing-call-sheet {
  height: 100%;
}

.incoming-call-popup {
  color: var(--color-text-primary);
  background-color: var(--color-bg-secondary2);
  border-radius: 0.8rem;
}
.incoming-call-popup .dialog-inner {
  padding: 8px;
}
.incoming-call-popup .name,
.incoming-call-popup .call-title {
  color: var(--color-stone100);
  letter-spacing: 1.5px;
}
.incoming-call-popup .incoming-call-img {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.incoming-call-popup .incoming-call-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.incoming-call-popup .incoming-call-icon {
  background: #3a8165;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.incoming-call-popup .dialog-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.incoming-call-popup .dialog-buttons .incoming-call-accept {
  color: var(--color-stone100) !important;
  background-color: forestgreen !important;
  border-radius: 2rem !important;
  width: 6rem;
}
.incoming-call-popup .dialog-buttons .incoming-call-decline,
.incoming-call-popup .dialog-buttons #incoming-call-reject {
  color: var(--color-stone100) !important;
  background-color: var(--color-iptv-base-orange-color) !important;
  border-radius: 2rem !important;
  width: 6rem;
}

.online {
  background: #16b716;
  width: 15px;
  height: 15px;
  display: flex;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1.3px solid white;
}

.callToolsSheet {
  background-color: #272f36;
  color: var(--color-stone100);
}
.callToolsSheet .tools-chevron-wrapper {
  margin-bottom: -5px;
}
.callToolsSheet .tools-chevron-wrapper span {
  color: var(--color-stone400);
}
.callToolsSheet .call-tools {
  padding: 0px 20px 10px 20px;
}
.callToolsSheet .call-tools .button {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
  color: var(--color-stone100) !important;
}
.callToolsSheet .call-tools .button.incoming-call-decline,
.callToolsSheet .call-tools .button #incoming-call-reject {
  background-color: #fd3348 !important;
}
.callToolsSheet .call-tools .button.tool-active {
  background-color: #545e69 !important;
}
.callToolsSheet .list ul {
  background-color: inherit !important;
}
.callToolsSheet .list ul li {
  display: flex;
  align-items: center;
}
.callToolsSheet .list ul li .wrapper {
  height: 2.5rem;
  width: 2.5rem;
}
.callToolsSheet .list ul li .wrapper.add-person {
  background: var(--color-stone700);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callToolsSheet .list ul li .wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.callToolsSheet .list ul li span {
  letter-spacing: 1px;
}
.callToolsSheet .sheet-modal-swipe-step {
  border-bottom: 0.1px solid #535455;
}

.incoming-call-img {
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
}
.incoming-call-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.audio-self-style {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  z-index: 3;
}
.audio-self-style .incoming-call-img {
  width: 4rem;
  height: 4rem;
}
.audio-self-style .incoming-call-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.audio-self-style .name {
  font-size: 15px;
  color: var(--color-stone100);
  letter-spacing: 1.5px;
}

.end-to-end {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-stone400);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 15px;
  z-index: 10;
  letter-spacing: 0.3px;
}
.end-to-end .icon-locked {
  margin: -7.5px 3px 0px 0px;
}

.shadow {
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.self-style {
  position: absolute;
  bottom: calc(10% + 2rem);
  right: 7px;
  width: 110px;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  border-radius: 5px;
}
.self-style video {
  width: 110px;
  height: 165px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scaleX(-1);
  border-radius: 5px;
}
.self-style .img-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.self-style .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.caller-style {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-y: hidden;
}
.caller-style .caller-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10%;
  z-index: 10;
}
.caller-style video {
  height: 100%;
  width: 100%;
  transform: scaleX(-1);
  object-fit: cover;
}
.caller-style .img-wrapper {
  width: 7rem;
  height: 7rem;
}
.caller-style .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.calling-dots #dots {
  width: 1rem;
  margin-right: 1px;
  letter-spacing: 0.5px;
}

.incoming-call-sheet .caller-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10%;
}
.incoming-call-sheet .img-wrapper {
  width: 9rem;
  height: 9rem;
}
.incoming-call-sheet .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.experimental {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 35px;
  z-index: 10;
  letter-spacing: 0.3px;
  font-weight: 600;
  background: rgba(255, 0, 0, 0.5);
  color: white;
  padding: 2px 5px;
  width: max-content;
  border-radius: 5px;
  margin: auto;
}

.soon {
  font-weight: 600;
  background: rgba(255, 0, 0, 0.5);
  color: white;
  padding: 2px 5px;
  width: max-content;
  border-radius: 5px;
  margin: auto;
  font-size: 12px;
  position: absolute;
  left: 10px;
}

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