*,
:before,
:after {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
:root {
  -webkit-writing-mode:horizontal-tb;
  -ms-writing-mode:lr-tb;
  writing-mode:horizontal-tb;
  direction:ltr;
  text-orientation:mixed
}
:focus {
  outline:0
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
hr,
blockquote,
fieldset,
input {
  margin:0;
  padding:0;
  border:none
}
h1,
h2,
h3,
h4,
h5 {
  font-family:ModamFaNumWeb;
  line-height:normal;
  font-weight:700
}
.hide-h {
  line-height:0;
  text-indent:0;
  color:transparent
}
a {
  color:#444;
  text-decoration:none;
  -webkit-transition:.2s;
  -o-transition:.2s;
  transition:.2s;
  cursor:pointer
}
p {
  margin:0;
  padding:0;
  line-height:30px
}
b {
  font-weight:700
}
i {
  font-style:normal;
  font-family:ficon;
  font-size:24px
}
i:before {
  margin:0!important
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0
}
input,
button,
textarea {
  font-family:YekanBakh
}
button {
  border:none;
  cursor:pointer
}
input {
  background:0 0
}
input[type=radio] {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:50%;
  width:18px!important;
  min-width:18px;
  height:18px!important;
  min-height:18px;
  box-shadow:0 0 0 1px #ddd;
  -webkit-transition:.3s all linear;
  -o-transition:.3s all linear;
  transition:.3s all linear;
  margin-left:5px;
  position:relative;
  top:6px;
  cursor:pointer
}
input[type=radio]:active,
input[type=radio]:checked {
  color:#444;
  border-color:#5c72b2;
  background:#0a9c93;
  box-shadow:0 0 0 1px #ddd,inset 0 0 0 2px #fff
}
input[type=checkbox] {
  border-radius:100px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  box-shadow:0 0 0 1px #ddd;
  margin-left:5px;
  position:relative;
  top:6px;
  cursor:pointer;
  height:20px;
  min-height:20px;
  width:35px;
  min-width:35px;
  padding:2px;
  transition:all .5s
}
input[type=checkbox]:before {
  content:"";
  height:16px;
  width:16px;
  background:#2a6fdb;
  position:relative;
  display:block;
  border-radius:100px;
  right:0;
  transition:all .5s
}
input[type=checkbox]:checked,
input[type=checkbox]:active {
  background:#2a6fdb;
}
input[type=checkbox]:checked:before,
input[type=checkbox]:active:before {
  right:calc(100% - 16px);
  background:#fff
}
.checkboxs label {
  margin-left:15px;
  cursor:pointer
}
input[type=checkbox].error,
input[type=radio].error {
  box-shadow:0 0 0 1px #ec3333
}
input[type=checkbox].error:before,
input[type=radio].error:before {
  background:#ec3333
}
.checkbox-item span.error {
  display:none!important
}
input[type=number] {
  -moz-appearance:textfield
}
input,
select {
  font-size:inherit
}
@media screen and (device-aspect-ratio:2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size:16px
  }
}
@media screen and (device-aspect-ratio:40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size:16px
  }
}
@media screen and (device-aspect-ratio:375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size:16px
  }
}
@media screen and (device-aspect-ratio:9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size:16px
  }
}
::placeholder {
  color:#9c9c9c;
  font-size:.8em
}
img {
  max-width:100%;
  height:auto;
  display:block
}
img[src=""],
img:not([src]) {
  visibility:hidden
}
i {
  font-size:22px;
  vertical-align:middle
}
.rotate {
  transform:rotate(180deg);
  transition:all .5s
}
input[type=text],
textarea {
  color:#444;
  width:0;
  flex-basis:200px;
  flex-grow:1
}
body {
  background:#f5f5f5;
  direction:rtl;
  font:14px/30px YekanBakh,ficon,Tahoma,Arial,sans-serif;
  font-weight:400;
  -webkit-text-size-adjust:100%;
  padding:0;
  margin:0;
  position:relative;
  color:#444;
  overflow-x:hidden;
  min-height:100vh;
  letter-spacing:-.5px
}
body.noscroll {
  overflow:hidden;
  height:100%
}
.center {
  max-width:1250px;
  margin:0 auto;
  padding:20px
}
.color-bright {
  color:#a4a4a4
}
.limon {
  color:#2a6fdb
}
.green {
  color:#30aba4;
!important
}
.red {
  color:#d55252!important
}
.orange {
  color:#e8a700!important
}
.blue {
  color:#2a6fdb;
!important
}
.purple {
  color:#b580ff!important
}
.yellow {
  color:#ffe03a!important
}
.btn {
  height:48px;
  padding:0 15px;
  line-height:46px;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
}
.btn-sm {
  text-align:center;
  height:48px;
  width:48px;
  min-width:48px;
  line-height:46px;
  cursor:pointer
}
button {
  background:0 0
}
.btn-border {
  border:1px solid #eee;
  color:#444
}
.btn-gray {
  background:#f5f5f5;
  color: #444
}
.btn-green {
  background:#30aba4;
  color:#fff
}
.btn-blue {
  background:#2a6fdb;
  color:#fff
}
[class^=btn-], [class*=btn-]{
  transition: all 0.3s
}
[class^=btn-]:hover , [class*=btn-]:hover {
  opacity: 0.8
}
.logo-lg img {
  max-width:120px
}
.logo-sm img {
  max-width:35px
}
.dashboard {
  width:100%;
  margin:0 auto;
  position:relative;
  align-items:self-start
}
.dashboard-sidebar {
  width:300px;
  position:sticky;
  right:0;
  top:0;
  height:100vh;
  transition:width .5s,right .5s;
  overflow:hidden;
  background:#fff;
  z-index:11;
  border-left:1px solid #eee;
  padding:0 20px 20px
}
.dashboard-sidebar.active {
  width:92px
}
.dashboard-menu-hd .open-menu,
.dashboard-menu-hd .logo-sm,
.dashboard-sidebar.active .logo-lg {
  display:none
}
.dashboard-sidebar.active .dashboard-menu-hd .logo-sm {
  display:block
}
.dashboard-menu-hd {
  padding:20px 0
}
@media(max-width:1024px) {
  .dashboard-sidebar {
    position:fixed;
    width:260px;
    right:-260px
  }
  .dashboard-sidebar.active {
    width:260px;
    right:0
  }
  .dashboard-menu-hd .open-menu {
    display:block
  }
  .dashboard-menu-hd .logo-sm {
    display:none!important
  }
  .dashboard-menu-hd .logo-lg {
    display:block!important;
    max-width:140px
  }
}
.dashboard-menu-hd .logo img {
  width:100%
}
.open-menu {
  cursor:pointer
}
.dashboard-menu {
  max-height:calc(100vh - 81px);
  overflow:hidden;
  overflow-y:scroll
}
.dashboard-menu>ul {
  border-bottom:1px solid #eee;
  padding:0 0 10px
}
.dashboard-menu li {
  margin:5px 0;
  list-style:none;
  white-space:nowrap
}
.dashboard-menu .menu-li {
  color:#444;
  display:block;
  padding:10px 14px;
  border-radius:10px;
  height:48px;
  min-width:48px;
  display:flex;
  cursor:pointer;
  position:relative;
  overflow:hidden
}
.sub>.menu-li i.icon-arrow-down-1 {
  transition:all .5s
}
.dashboard-menu .sub.active>.menu-li .icon-arrow-down-1 {
  transform:rotate(180deg)
}
.sub {
  position:relative
}
.dashboard-menu li .menu-li:hover {
  background-color:#e3eeff
}
.dashboard-menu .sub.active>span {
  background-color:#e3eeff
}
.dashboard-menu li .menu-li.active {
  background:#2a6fdb;
  color:#fff
}
.dashboard-menu li .menu-li span {
  padding-right:10px;
  font-size:1.1em;
  transition:all .3s
}
.dashboard-menu .submenu {
  background-color:#f9f9f9;
  border-radius:10px;
  display:none
}
@media(min-width:1024px) {
  .dashboard-sidebar.active .hide,
  .dashboard-sidebar.active li .menu-li span {
    width:0;
    opacity:0;
    padding-right:0
  }
  .dashboard-sidebar.active .dashboard-menu-hd {
    justify-content:center
  }
}
.dashboard-content {
  width:100%;
  overflow:hidden;
  min-height:100vh
}
.top-bar {
  padding:20px;
  border-bottom:1px solid #eee;
  background:#fff;
  z-index:10
}
.top-bar-actions {
  margin:0 auto 0 -5px;
}
.top-bar .action-item {
  margin:0 5px
}
.action-item .icon {
  height:40px;
  width:30px;
  line-height:40px;
  text-align:center;
  border-radius:10px
}
.user-menu {
  margin:0 5px
}
.user-menu .img {
  height:40px;
  width:40px;
  border-radius:10px;
  overflow:hidden
}
.user-menu .img img {
  width:100%;
  height:100%;
  object-fit:cover
}
.top-menu-sub {
  position:absolute;
  left:20px;
  top:calc(100% + 10px);
  background:#fff;
  box-shadow:0 0 30px rgba(0,0,0,.1);
  width:100%;
  max-width:400px
}
@media(max-width:500px) {
  .top-menu-sub {
    left:0;
    top:calc(100% + 1px);
    border-radius:0;
    max-width:unset!important;
    box-shadow:0 30px 30px rgba(0,0,0,.1)
  }
  body.dark .top-menu-sub {
    box-shadow:0 30px 30px rgba(0,0,0,.5)
  }
}
.top-menu-sub ul {
  list-style:none
}
.block {
  border-radius:10px;
  background:#fff;
  container-name:input-box;
  container-type:inline-size
}
.wallet-info {
  margin-left:20px
}
.wallet-info strong {
  font-size:1.4em
}
.status {
  text-align:center;
  border-radius:100px;
  padding:2px 10px;
  font-size:.8em;
  display:inline-block
}
.status-blue {
  background:#e3eeff;
  color:#5381c8;
}
.status-green {
  background:#ecfbd9;
  color:#97bf63
}
.status-orange {
  background:#ffecc6;
  color:#bd923b
}
.status-red {
  background:#fbd9d9;
  color:#d57d7d
}
@media(max-width:450px) {
  .last-order .ellipsis-x {
    max-width:140px
  }
}
@media(max-width:375px) {
  .last-order .ellipsis-x {
    max-width:100px
  }
}
.modal-box {
  position:fixed;
  top:0;
  right:0;
  width:100%;
  height:100vh;
  background-color:rgba(0,0,0,.8);
  z-index:12;
  display:none;
  align-items:safe center;
  justify-content:safe center;
  padding:20px
}
.modal {
  flex-basis:200px;
  flex-grow:1;
  max-width:380px;
  background:#fff;
  border-radius:10px;
  position:relative;
  overflow:hidden;
  transform:scale(.8);
  transition:all .5s;
  align-self:safe center;
  color:#444
}
@media(max-width:1024px) {
  .modal {
    align-self:flex-start
  }
}
.modal-hd {
  padding:15px 20px;
  position:relative;
  border-bottom:1px solid #eee
}
.modal-main {
  padding:20px;
  color:#444;
  border-bottom:1px solid rgba(0,0,0,.1);
  position:relative
}
.modal-ft .modal-btn {
  flex-grow:1;
  border-radius:0;
  background:0 0;
  cursor:pointer;
  transition:all .5s;
  font-size:1em;
  height:48px;
  flex-basis:100px;
  flex-grow:1;
  text-align:center;
  line-height:48px
}
.modal-ft .modal-btn:disabled {
  opacity:.3;
  cursor:not-allowed
}
.modal-ft .modal-btn:hover {
  background:rgba(0,0,0,.1)!important
}
.table .tr {
  display:flex;
  align-items:center;
  min-width:max-content;
  width:100%
}
.table .thead {
  font-weight:700;
  font-size:1.1em
}
.table .tr .td,
.table .tr .th {
  flex-basis:200px;
  flex-grow:1;
  padding:15px
}
.td-progress {
  display:block;
  flex-grow:1;
  min-width:80px;
  height:6px;
  background:#f1f1f1;
  border-radius:10px;
  overflow:hidden;
  margin:0 3px
}
.td-progress .progress-percent {
  background:#70a42c;
  display:block;
  height:100%
}
.table .tr .btn-sm {
  height:40px;
  width:40px;
  min-width:40px;
  line-height:38px
}
.tooltip-btn {
  position:relative
}
.tooltip {
  position:absolute;
  background:#2a6fdb;
  color:#fff;
  border-radius:5px;
  height:30px;
  font-size:.8em;
  line-height:30px;
  padding:0 10px;
  bottom:calc(98%);
  left:50%;
  transform:translateX(-50%);
  transition:all .5s;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  display:inline-block
}
.tooltip:after {
  content:"";
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid #2a6fdb;
  position:absolute;
  display:inline-block;
  left:0;
  right:0;
  margin:0 auto;
  top:100%;
  transform:rotate(180deg)
}
.tooltip-btn:hover .tooltip {
  opacity:1;
  visibility:visible;
  bottom:calc(100% + 8px)
}
.check-item {
  cursor:pointer
}
.checked {
  background:#2a6fdb;
  color: #fff
}
.modal form .check-list {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(100px,1fr));
  grid-auto-flow:dense
}
.list-input {
  display:flex;
  flex-wrap:wrap
}
.input-item {
  margin:5px 5px 10px;
  flex-basis:200px;
  flex-grow:1;
  position:relative
}
.input-item.full-width {
  flex-basis:100%
}
@container input-box (max-width:700px) {
  .input-item {
    flex-basis:230px;
  }
}
.input-label {
  font-size:.9em;
  padding-right:5px
}
.input-text {
  height:48px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0
}
.input-text input {
  height:100%;
  width:100%;
  min-width:0;
  padding:0 10px;
  font-family:YekanBakh,ficon
}
.input-text.error {
  border:1px solid #ec3333
}
.input-text span {
  border-right:1px solid #eee;
  padding:0 8px
}
.input-text span.error {
  position:absolute;
  bottom:-30px;
  font-size:.8em;
  color:#ec3333;
  border:unset
}
.input-text .icon {
  padding:0 10px;
  color:#999;
  white-space:nowrap;
  flex-basis:43px
}
.input-btn {
  padding:5px 10px;
  margin-left:8px;
  white-space:nowrap;
  color:#2a6fdb;
  border-right:1px solid #eee;
  height: 30px
}
.select,
.select-input {
  cursor:pointer
}
.select-list {
  border:1px solid #eee;
  background:#fff;
  position:absolute;
  width:100%;
  right:0;
  z-index:2;
  border-radius:8px;
  height:auto;
  display:none;
  overflow:hidden;
  -webkit-box-shadow:0 0 30px #000;
  box-shadow:0 0 30px rgba(0,0,0,0.1);
  max-height:300px;
}
.select-list .scrollstyle {
  max-height:210px
}
.select-option {
  padding:10px 15px;
  cursor:pointer
}
.select-option:hover {
  background:#f9f9f9
}
.select-option.active {
  background:#f3f3f3
}
.select-option.active:after {
  content:"\eb2b";
  display:inline-block;
  color:#2a6fdb;
  float:left;
  font-size:18px;
  position:relative;
  top:3px
}
.select-search {
  display:flex;
  align-items:center;
  margin:0 0 10px;
  padding:0 10px;
  border-bottom:1px solid #eee;
  position:sticky;
  top:0;
  background:#fff;
  z-index:2
}
.select-search i {
  font-size:18px
}
.select-search .search-option {
  height:48px;
  padding:0 10px
}
.select-option .img {
  width:24px;
  height:24px;
  display:inline-block;
  vertical-align:middle;
  margin-left:10px
}
.select-img {
  width:24px;
  height:24px;
  display:inline-block;
  vertical-align:middle;
  margin:0 10px
}
textarea {
  min-height:100px;
  min-width:100%;
  max-width:100%;
  resize:none;
  padding:15px;
  background:0 0
}
.grid-list-130 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(130px,1fr));
  grid-auto-flow:dense
}
.grid-list-145 {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(145px,1fr));
  grid-auto-flow:dense
}
.product-item {
  text-align:center
}
.product-item.checked  {
  color:#fff !important;
}

.product-item .img {
  height:60px;
  width:60px;
  overflow:hidden;
  margin:0 auto;
  padding:5px;
  border:1px solid #eee;
  background:#fff;
  border-radius:100px
}
.product-item .img img {
  border-radius:100px;
  width:100%;
  height:100%;
  object-fit:cover
}
.hints {
  list-style:none;
  padding-right:10px
}
.hints li {
  position:relative
}
.hints li:before {
  content:"";
  height:8px;
  width:8px;
  background:#2a6fdb;
  margin-left:4px;
  display:inline-block;
  vertical-align:middle
}
.tab-content {
  display:none
}
.profile-img {
  height:160px;
  width:160px
}
.profile-img img,
.profile-user-img img {
  width:100%;
  height:100%;
  object-fit:cover
}
.user-status {
  position:absolute;
  background:#f9f9f9;
  border-radius:100px;
  height:35px;
  width:35px;
  line-height:35px;
  text-align:center;
  left:5px;
  bottom:0
}
.user-status i {
  font-size:22px
}
@media(max-width:722px) {
  .user-info {
    flex-basis:100%
  }
}
.profile-user-img {
  width:140px;
  height:140px;
  min-width:140px;
  margin:0 auto
}
.upload-img {
  background:#f5f9ff;
}
.upload-img:before {
  content:"تصویر را بکشید و رها کنید";
  position:absolute;
  text-align:center;
  height:100%;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  top:0;
  left:0;
  z-index:0;
  color:#999
}
.upload-img:after {
  content:"انتخاب فایل";
  position:absolute;
  text-align:center;
  height:48px;
  width:130px;
  display:block;
  background:#2a6fdb;
  color:#fff;
  line-height:48px;
  margin:0 auto;
  left:0;
  right:0;
  top:170px;
  border-radius:8px;
  z-index:0
}
.chats {
  display:flex;
  flex-direction:column;
  position:relative
}
.chats .msg {
  width:100%;
  max-width:50%;
  word-wrap:break-word;
  margin-bottom:12px;
  line-height:24px;
  padding:20px;
  border-radius:8px
}
.ticket-list {
  container-name: ticket-box;
  container-type:inline-size
}
@container ticket-box (max-width:800px) {
  .chats .msg {
    max-width:70%;
  }
}
@container ticket-box (max-width:600px) {
  .chats .msg {
    max-width:unset;
  }
}
.chats .msg:after,
.chats .msg:before {
  content:"";
  position:absolute;
  bottom:4px;
  height:8px
}
.send {
  color:#fff;
  background:#2a6fdb
}
.send:before {
  right:7px;
  width:17px;
  background-color:#2a6fdb;
  border-bottom-left-radius:16px 14px
}
.send:after {
  right:4px;
  width:10px;
  background-color:#fff;
  border-bottom-left-radius:10px
}
.receive {
  background:#f6f6f6;
  color:#444;
  align-self:flex-end
}
.receive:before {
  left:7px;
  width:17px;
  background-color:#f6f6f6;
  border-bottom-right-radius:16px 14px
}
.receive:after {
  left:4px;
  width:10px;
  background-color:#fff;
  border-bottom-right-radius:10px
}
.ticket-attach {
  position:absolute;
  bottom:10px;
  right:10px;
  z-index:1;
  padding:5px 10px;
  background:#fff;
  border-radius:100px;
  box-shadow:0 0 10px rgba(0,0,0,.2)
}
.ticket-item {
  opacity:0;
  transition:all 1s
}
.slide-block {
  display:none
}
.challenge-list {
  position: relative;
  padding-right: 60px;
}
.challenge-list:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #ddd;
  position: absolute;
  right: 19px;
}
.challenge-item {
  position: relative;
}
.challenge-num {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2em;
  position: absolute;
  right: -60px
}
.btn-gold {
  background: #ffae15;
  color: #fff;
}