@charset "UTF-8";
:root {
  --background-color: #fefcfb;
  --border-color: #bfbfbf;
  --corner-radius: 9px;
  --text-color: #505050;
  --btn-deactive: #a6a6a6;
  --text-deactive: #ececec;
  --input-border-label: white;
  --modal-backdrop-color: #3a3a3a29;
  --input-background:white;
  --input-border-label-color: #5b5b5b;
  --primary-background: #2b2b2b;
  --enum-row-selected-background: #e1e1e1;
  --enum-row-background: #f5f5f5;
  --enum-row-border: #e4e4e4;
  --primary:#373737;
  --btn-color:white;
  --text-gray:color:#8f8f8f;
  --input-color:#444444;
  --text-error: #d42626;
  --btn-link-primary: #3F51B5;
  --white:white;
  --text-success: #267f28;
  --white-blue: #eef3f5;
  --card-text: #3c3838;
  --bgcard: #f5f6f6;
  --green: green;
  --red:red;
}

@media (hover: hover) and (pointer: fine) {
  /* For WebKit browsers like Chrome, Edge, Safari */
  ::-webkit-scrollbar {
    width: 3px; /* thin scrollbar */
    background: transparent; /* no background */
    height: 3px; /* height for horizontal scrollbar */
  }
  ::-webkit-scrollbar-thumb {
    background-color: gray; /* gray thumb */
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #b7b7b7; /* gray thumb */
    border-radius: 10px;
  }
  /* Optional: hide scrollbar corner on scrollable areas */
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.svg-reward {
  background-image: url("/img/icon/reward.svg");
}

.svg-heart {
  background-image: url("/img/icon/heart.svg");
}

.svg-shop {
  background-image: url("/img/icon/shop.svg");
}

.svg-money {
  background-image: url("/img/icon/money.svg");
}

.svg-eye-off {
  background-image: url("/img/icon/eye-off.svg");
}

.svg-trade {
  background-image: url("/img/icon/trade.svg");
}

.svg-kardlist {
  background-image: url("/img/icon/kardlist.svg");
}

.svg-mobile {
  background-image: url("/img/icon/mobile.svg");
}

.svg-share {
  background-image: url("/img/icon/share.svg");
}

.svg-bank-card {
  background-image: url("/img/icon/bank-card.svg");
}

.svg-person {
  background-image: url("/img/icon/person.svg");
}

.svg-person-dark {
  background-image: url("/img/icon/person-dark.svg");
}

.svg-attach {
  background-image: url("/img/icon/attach.svg");
}

.svg-request {
  background-image: url("/img/icon/request.svg");
}

.svg-chat {
  background-image: url("/img/icon/chat.svg");
}

.svg-upload {
  background-image: url("/img/icon/upload.svg");
}

.svg-copy {
  background-image: url("/img/icon/copy.svg");
}

.svg-check-circle {
  background-image: url("/img/icon/check-circle.svg");
}

.svg-shop-hover {
  background-image: url("/img/icon/shop-hover.svg");
}

.svg-law {
  background-image: url("/img/icon/law.svg");
}

.svg-signout {
  background-image: url("/img/icon/signout.svg");
}

.svg-moneyunit {
  background-image: url("/img/icon/moneyunit.svg");
}

.svg-history-hover {
  background-image: url("/img/icon/history-hover.svg");
}

.svg-success-check {
  background-image: url("/img/icon/success-check.svg");
}

.svg-avatar {
  background-image: url("/img/icon/avatar.svg");
}

.svg-edit {
  background-image: url("/img/icon/edit.svg");
}

.svg-plus {
  background-image: url("/img/icon/plus.svg");
}

.svg-trash {
  background-image: url("/img/icon/trash.svg");
}

.svg-wallet {
  background-image: url("/img/icon/wallet.svg");
}

.svg-withdraw {
  background-image: url("/img/icon/withdraw.svg");
}

.svg-deposit {
  background-image: url("/img/icon/deposit.svg");
}

.svg-transfer {
  background-image: url("/img/icon/transfer.svg");
}

.svg-history {
  background-image: url("/img/icon/history.svg");
}

.svg-trade-hover {
  background-image: url("/img/icon/trade-hover.svg");
}

.svg-arrow {
  background-image: url("/img/icon/arrow.svg");
}

.svg-bell {
  background-image: url("/img/icon/bell.svg");
}

.svg-profile {
  background-image: url("/img/icon/profile.svg");
}

.svg-support {
  background-image: url("/img/icon/support.svg");
}

.svg-error-red {
  background-image: url("/img/icon/error-red.svg");
}

.svg-success-check {
  background-image: url("/img/icon/success-check.svg");
}

.svg-error-yellow {
  background-image: url("/img/icon/error-yellow.svg");
}

.svg-nav {
  background-image: url("/img/icon/nav.svg");
}

.svg-close {
  background-image: url("/img/icon/close.svg");
}

.svg-search {
  background-image: url("/img/icon/search.svg");
}

.svg-eye {
  background-image: url("/img/icon/eye.svg");
}

.img-pdf {
  background-image: url(/img/icon/pdf.png);
}

.img-zip {
  background-image: url(/img/icon/zip.png);
}

.img-rar {
  background-image: url(/img/icon/zip.png);
}

html {
  background: var(background);
}

body {
  background: var(--white);
  max-width: 768px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 16px;
  font-weight: bold;
  background-size: cover;
}

.svg-icon, .img-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.x-app {
  position: relative;
  direction: rtl;
}
.x-app__header {
  height: 60px;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  border-bottom: 1px solid #f1f1f1;
  margin: 4px;
  max-width: 768px;
  margin: 0px auto;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}
.x-app__header:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 15px;
  height: 1px;
}
.x-app__header-logo {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.x-app__header-logo > .i-title {
  color: #5b5b5b;
  white-space: nowrap;
  margin-right: 8px;
  font-size: 16px;
  padding-top: 4px;
}
.x-app__header-logo > img {
  width: 30px;
  height: 30px;
}
.x-app__header-title {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
  color: #414141;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-app__header-title .i-title {
  text-align: center;
  flex-grow: 1;
  white-space: nowrap;
  margin-right: 60px;
}
.x-app__header-title.i-gold {
  display: block;
  text-align: center;
}
.x-app__header-title.i-gold .i-title {
  width: auto;
  padding: 8px 20px;
  border-radius: 100px;
  display: inline-block;
}
.x-app__header-title .las {
  width: 44px;
  height: 32px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -10px;
}
.x-app__header-title .svg-icon {
  width: 12px;
  height: 12px;
  margin: 2px;
  transform: rotate(-90deg);
}
.x-app__header-title.no-icons .i-title {
  margin: 0;
}
.x-app__header-navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: ltr;
  margin-left: -10px;
}
.x-app__header-nav {
  width: 44px;
  height: 32px;
  padding: 4px 4px 0;
  display: inline-block;
  text-align: center;
  border: none;
  background: none;
  position: relative;
}
.x-app__header-nav--notice {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: var(--red);
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
}
.x-app__header-nav > i {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 26px;
  color: #434343;
}
.x-app__body-container {
  z-index: 1;
  position: relative;
}
.x-app__body {
  margin-top: 60px;
  z-index: 1;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  overflow: overlay;
  position: relative;
  height: calc(100vh - 60px);
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}
.x-app__body.no-header {
  margin-top: 0;
  height: calc(100vh - 80px);
}
.x-app__body > * {
  -webkit-animation: fadein 0.6s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.6s; /* Firefox < 16 */
  -ms-animation: fadein 0.6s; /* Internet Explorer */
  -o-animation: fadein 0.6s; /* Opera < 12.1 */
  animation: fadein 0.6s;
}
.x-app__footer {
  content: " ";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px -5px 5px -3px rgba(245, 245, 245, 0.5882352941);
  align-items: center;
  direction: rtl;
  max-width: 768px;
  margin: 0px auto;
  border-radius: 0;
  border-top: 1px solid #efeeec;
  padding: 0 10px;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}
.x-app__footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
  color: var(text) !important;
  text-decoration: none;
  transform: none;
  font-size: 13px;
  font-weight: 400;
  flex-basis: 0;
  flex-grow: 1;
  letter-spacing: -0.5px;
  position: relative;
  color: #666666;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 8px;
}
.x-app__footer-nav.hover, .x-app__footer-nav.active {
  color: #666666 !important;
}
.x-app__footer-nav > .i-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border-radius: 10px;
  transition: all ease 0.3s;
  margin-bottom: 5px;
  align-items: center;
  text-align: center;
}
.x-app__footer-nav > .i-cover > img {
  display: block;
  width: 24px;
  height: 24px;
}
.x-app__footer-nav > .i-cover > .svg-icon {
  display: block;
}
.x-app__footer-nav > .i-cover > .svg-icon-hover {
  display: block;
  transition: all ease 0.3s;
  transform: scale(0.6);
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.x-app__footer-nav > .i-cover > span.i-title {
  white-space: nowrap;
  line-height: 18px;
  display: block;
  font-size: 11px;
  transform: scale(0.3);
  transition: all ease 0.3s;
  margin-top: 8px;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.x-app__footer-nav > .i-cover .las {
  font-size: 24px;
}
.x-app__footer-nav > .i-cover > .i-icon {
  font-size: 26px;
  transition: all ease 0.4s;
  width: 36px;
  height: 30px;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-app__footer-nav > .i-cover > .i-icon > .corner-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  display: none;
}
.x-app__footer-nav.active {
  color: var(primary) !important;
}
.x-app__footer-nav.active > .i-cover {
  color: #a97c26;
  padding: 15px 15px;
}
.x-app__footer-nav.active > .i-cover > .i-icon > .corner-border {
  display: block;
}
.x-app__footer-nav.active > .i-cover > .svg-icon {
  display: none;
}
.x-app__footer-nav.active > .i-cover > .svg-icon-hover {
  width: 24px;
  transform: scale(1);
  position: relative;
  opacity: 1;
}
.x-app__footer-nav.active > .i-cover i.las {
  text-shadow: 0px 0px 20px rgba(169, 124, 38, 0.368627451), 0px 0px 30px rgba(169, 124, 38, 0.5411764706), 0px 15px 40px #a97c26;
  font-size: 20px;
}
.x-app__footer-nav.active > .i-cover > span {
  display: block;
  width: auto;
  height: auto;
  transform: scale(1);
}
.x-app__tab-parent {
  padding: 5px;
  position: fixed;
  top: 60px;
  height: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  background: #edf3f3;
  max-width: 768px;
  margin: 0px auto;
}
.x-app__tab-parent.no-header {
  top: 0;
}
.x-app__tab {
  height: 30px;
  color: var(text);
  border-radius: 4px;
  background: var(--tab-dark);
  margin: 0 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.x-app__tab__item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #c2c2c2 !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  flex: 1;
}
.x-app__tab__item.active {
  background: #ffffff;
  color: var(--text-tab-dark) !important;
}
.x-app.no-footer .x-app__body {
  margin-bottom: 0;
}
.x-app.with-tab .x-app__body {
  margin-top: 100px;
}
.x-app.with-tab .x-app__body.no-header {
  margin-top: 40px;
}

.h-full-withfooter-withappfooter .x-app__footer {
  bottom: 80px;
}

/* ظرف کلی */
.corner-border {
  display: inline-block;
  position: relative;
  padding: 0 0; /* فاصله متن تا گوشه‌ها */
  background: white;
  font-family: "Tahoma", sans-serif;
  font-size: 18px;
  color: #222;
  /* برای دیدن بهتر روی بک‌گراند تیره: */
  /* background: rgba(255,255,255,0.9); */
}

/* اندازه و رنگ گوشه‌ها را اینجا تنظیم کن */
.corner-border,
.corner-border::before,
.corner-border::after,
.corner-border span::before,
.corner-border span::after {
  --corner-size: 7px; /* ابعاد قطعه گوشه */
  --border-w: 1.3px; /* ضخامت خط */
  --border-color: #c89508; /* رنگ خط */
  --radius: 5px; /* مقدار خمیدگی گوشه */
}

/* پایه برای هر قطعه */
.corner-border::before,
.corner-border::after,
.corner-border span::before,
.corner-border span::after {
  content: "";
  position: absolute;
  width: var(--corner-size);
  height: var(--corner-size);
  box-sizing: border-box;
  pointer-events: none;
  background: transparent;
}

/* بالا-چپ */
.corner-border::before {
  top: calc(-1 * var(--border-w));
  left: calc(-1 * var(--border-w));
  border-top: var(--border-w) solid var(--border-color);
  border-left: var(--border-w) solid var(--border-color);
  border-right: none;
  border-bottom: none;
  border-radius: var(--radius) 0 0 0; /* TL TR BR BL */
}

/* بالا-راست */
.corner-border::after {
  top: calc(-1 * var(--border-w));
  right: calc(-1 * var(--border-w));
  border-top: var(--border-w) solid var(--border-color);
  border-right: var(--border-w) solid var(--border-color);
  border-left: none;
  border-bottom: none;
  border-radius: 0 var(--radius) 0 0;
}

/* برای داشتن 4 pseudo، از ::before/::after روی span استفاده می‌کنیم */
.corner-border > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 0;
}

/* پایین-چپ */
.corner-border span::before {
  bottom: calc(-1 * var(--border-w));
  left: calc(-1 * var(--border-w));
  border-left: var(--border-w) solid var(--border-color);
  border-bottom: var(--border-w) solid var(--border-color);
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 var(--radius);
}

/* پایین-راست */
.corner-border span::after {
  bottom: calc(-1 * var(--border-w));
  right: calc(-1 * var(--border-w));
  border-right: var(--border-w) solid var(--border-color);
  border-bottom: var(--border-w) solid var(--border-color);
  border-top: none;
  border-left: none;
  border-radius: 0 0 var(--radius) 0;
  margin-top: 0px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  25% {
    transform: rotate(10deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  75% {
    transform: rotate(-10deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
.bell-shake {
  display: inline-block;
  animation: shake 0.4s infinite;
  transform-origin: top center;
}

.min-h-120 {
  min-height: 120px !important;
}
.min-h-400 {
  min-height: 400px;
}
.min-h-200 {
  min-height: 200px;
}

.space-between {
  display: flex;
  min-height: calc(100vh - 180px);
  flex-direction: column;
  justify-content: space-between;
}

.page-tab {
  height: 32px;
  color: var(text);
  border-radius: 4px;
  background: var(tab-dark);
  margin: 0 22px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page-tab__item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: var(text);
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
}
.page-tab__item.active {
  background: var(primary);
  color: var(text-tab-dark);
}

.bg-modal {
  background-color: var(bgmodal);
}

.bg-3 {
  background-color: var(bg3) !important;
}

.msg-row {
  border-radius: 9px;
  padding: 10px 15px;
  color: var(text);
  background: var(bginput);
  font-size: 14px;
  font-weight: 500;
}
.msg-row.msg-success {
  color: rgb(36, 186, 71);
  background: rgba(36, 186, 71, 0.1);
}
.msg-row.msg-error {
  color: rgb(186, 36, 36);
  background: rgba(186, 82, 36, 0.1);
}

.h-full {
  height: 100vh;
}

.h-full-withheader {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
}

.h-full-withfooter {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
}

.h-full-withfooter-withappfooter {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
  bottom: 160px;
}

.h-full-withheader-withtab {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
}

.h-full-withheader-withtab-withfooter {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 80px;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
}

.h-full-withheader-withfooter {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 80px;
  overflow-y: scroll;
  max-width: 768px;
  margin: 0px auto;
}

.h-full-dialog-withheader-withsearch {
  height: calc(100vh - 114px);
  padding-bottom: 40px;
  overflow-y: scroll;
}

.x-card {
  position: relative;
}

.x-dock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.x-footer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 0px 16px 0;
  background: var(bgmodal);
  height: 62px;
}

.btn.btn-format-2 {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.btn.btn-format-2:disabled > span .i-value {
  color: var(text);
}

.btn.btn-format-2 > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 16px;
}
.btn.btn-format-2 > span .i-value {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: var(bg3);
  align-items: flex-start;
}

.woot-widget-bubble {
  margin-bottom: 60px;
}

.rmdp-button {
  min-width: 40%;
  background: var(btn-large) !important;
  color: var(white) !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  border-radius: 3px !important;
  font-weight: 400 !important;
}

.rmdp-mobile.rmdp-wrapper {
  border: none !important;
  background: rgb(47, 51, 59) !important;
  transform: scale(1.1) translate(-45%, -45%) !important;
}

.yellow .rmdp-day.rmdp-selected span:not(.highlight) {
  background-color: var(primary) !important;
  color: var(white) !important;
  border-radius: 2px;
}

.yellow .rmdp-week .rmdp-day:not(.rmdp-day-hidden) span:hover {
  background-color: var(primary) !important;
  color: var(white) !important;
}

.x-loader {
  text-align: center;
  font-size: 12px;
  color: var(text-deactive);
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 20px 0;
}
.x-loader > div {
  margin-bottom: 10px;
}

.install-section {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: #424242;
  padding: 5px;
  font-size: 12px;
  color: #4e4f31;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
  margin: 3px;
  text-align: center;
  direction: rtl;
  border-radius: 9px;
  padding-bottom: 30px;
  z-index: 10000000000;
  max-width: 768px;
  margin: 0px auto;
  opacity: 1;
  transform: scale(0.5);
  animation-name: install-animate;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes install-animate {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.install-section:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: -1;
  border: 1px solid var(primary);
}

.install-section img {
  max-width: 48px;
  display: block;
}

.install-section > button {
  border: none;
  font-size: 15px;
  font-weight: 600;
  border: none;
  background: none;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  margin: 0 10px;
  background: rgba(255, 253, 180, 0.1019607843);
  background: none;
  border: none;
}

.min-h-150 {
  min-height: 150px;
}

.min-h-200 {
  min-height: 200px;
}

.min-h-180 {
  min-height: 150px;
}

.min-h-240 {
  min-height: 240px;
}

.live-price {
  font-weight: bold;
  animation: pulse-live 3s infinite ease-in-out;
}

@keyframes pulse-live {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 59, 48, 0);
  }
  50% {
    text-shadow: 0 0 8px rgba(124, 124, 124, 0.6);
  }
}
/* کانتینر افقی */
.scroll-row { /* فضا از بالا/پایین */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* روان‌تر روی موبایل */
  /* فضا برای اسکرولبار در بعضی مرورگرها */
  scrollbar-width: thin; /* firefox: thin یا auto */
  scrollbar-color: #414141; /* thumb color, track color -> هم‌رنگ بک‌گراند */
  scroll-behavior: smooth;
}

/* برای Chrome / Safari / Edge / Android / iOS */
.scroll-row::-webkit-scrollbar {
  height: 1px; /* ارتفاع اسکرول افقی فقط ۱px */
}

.scroll-row::-webkit-scrollbar-track {
  background: #414141; /* رنگ پس‌زمینه – هم‌رنگ بک‌گراند */
}

.scroll-row::-webkit-scrollbar-thumb {
  background: #414141; /* رنگ thumb – نامرئی */
  border-radius: 1px;
}

/* برای Firefox */
.scroll-row {
  scrollbar-width: thin; /* باریک‌ترین حالت ممکن */
  scrollbar-color: #414141 #414141; /* thumb و track یک رنگ، پس دیده نمیشه */
}

/* برای IE / Edge قدیمی */
.scroll-row {
  -ms-overflow-style: auto; /* فعال ولی باریک */
}

.login-page {
  padding-bottom: 100px;
}
.login-page__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 70px;
  padding-top: 25px;
}
.login-page__logo {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
}
.login-page__title {
  font-size: 14px;
  color: #727272;
}
.login-page__form {
  margin: 24px;
  min-height: 260px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  background: var(--white);
  width: 580px;
  margin: 0px auto;
  max-width: 90%;
  padding: 30px 25px;
  box-shadow: 0px 0px 35px -15px rgba(90, 90, 90, 0.2117647059);
  border-radius: 20px;
  margin-top: -90px;
}
.login-page__referral {
  margin-top: 20px;
  font-size: 13px;
  color: var(primary);
  transition: all ease 0.3s;
}
.login-page__referral .expand-label {
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  color: #c3922d;
}
.login-page__referral .input-wrapper {
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.login-page__referral .las {
  color: blakc;
}
.login-page__referral .svg-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.login-page__referral .svg-icon.i-show {
  transform: rotate(0deg);
}
.login-page__referral .input-wrapper.i-show {
  transform: scale(1);
  opacity: 1;
}

.card {
  background: none;
  border: none;
}

textarea {
  resize: none;
}

.card-gray {
  background: var(bginput);
}

.form-row-note {
  font-size: 13px;
  color: gray;
  font-weight: 400;
  padding: 8px 0;
}
.form-row-note .i-red {
  color: #8d1414;
  font-weight: bold;
}

.form-group-2 {
  direction: rtl;
  border: 1px solid var(--border-color);
  position: relative;
  padding: 6px 16px;
  border-radius: var(--corner-radius);
  display: flex;
  flex-direction: row;
  min-height: 48px;
  background-color: var(--input-background);
  align-items: center;
}
.form-group-2 > .start-letter {
  color: var(primary);
  padding-right: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.form-group-2 > .form-label-float {
  transition: all 0.2s;
  transform-origin: top right;
  position: absolute;
  margin: 0;
  font-size: 12px;
  color: var(--input-border-label-color);
  font-weight: 400;
  display: block;
  position: absolute;
  top: -8px;
  right: 15px;
  background: none;
  padding: 0 3px;
  line-height: 11px;
  height: 13px;
  z-index: 1;
}
.form-group-2 > .form-label-float:before {
  content: " ";
  position: absolute;
  z-index: -1;
  background: var(--input-border-label);
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
}
.form-group-2 > .form-control[placeholder=" "]:not(:focus):placeholder-shown + .form-label-float,
.form-group-2 > .form-control-cu:not(.hasdata) + .form-label-float,
.form-group-2 > .form-control-title:not(.hasdata) + .form-label-float {
  transform: translateY(24px) scale(1.2);
  pointer-events: none;
}
.form-group-2 .form-control, .form-group-2 .form-select {
  border: none;
  padding: 0;
  font-size: 15px;
  outline: 0;
  box-shadow: none !important;
  font-weight: 400;
  line-height: 22px;
  flex-grow: 1;
  background: none;
  color: var(--input-color);
  font-weight: 400;
}
.form-group-2 .form-control.rtl, .form-group-2 .form-select.rtl {
  direction: rtl;
  text-align: right;
}
.form-group-2 .form-control:disabled, .form-group-2 .form-select:disabled {
  color: var(text5);
}
.form-group-2 .form-control:-webkit-autofill, .form-group-2 .form-control:-webkit-autofill:hover, .form-group-2 .form-control:-webkit-autofill:focus, .form-group-2 .form-control:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--data-color-text-active);
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
}
.form-group-2.error {
  border-color: var(text-error) !important;
}
.form-group-2.error .form-control, .form-group-2.error .form-select {
  color: var(text-error) !important;
}
.form-group-2 .form-label {
  margin: 0;
  font-size: 11px;
  color: var(text5);
  font-weight: 300;
  display: block;
  background: none;
  padding: 0 3px;
  line-height: 11px;
  height: 13px;
  z-index: 1;
}
.form-group-2 .form-label:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
}
.form-group-2 .input-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form-group-2 .input-list > input {
  flex-grow: 1;
}
.form-group-2 .form-arrow > .svg-icon {
  width: 10px;
  height: 10px;
}
.form-group-2 .select-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.form-group-2 .select-icon__arraw {
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-group-2 .select-icon__icon {
  max-width: 16px;
  max-height: 16px;
  display: inline-block;
}
.form-group-2 .select-icon__text {
  color: var(text5);
  font-size: 14px;
  font-weight: 500;
}
.form-group-2 .form-notice {
  /* position: absolute; */
  /* left: 5px; */
  /* top: 20px; */
  color: var(text);
  font-size: 14px;
  /* z-index: 0; */
  /* background: red; */
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.form-group-2 .form-control-title {
  border: none;
  font-size: 14px;
  outline: 0;
  box-shadow: none !important;
  font-weight: 400;
  flex-grow: 1;
  background: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
.form-group-2 .form-control-title.rtl {
  direction: rtl;
  text-align: right;
}
.form-group-2 .form-control-title.text-right {
  justify-content: flex-end;
}
.form-group-2.form-radio-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%; /* background: red; */
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
.form-group-2 .form-radio-button {
  flex: 1;
  border: none;
  background: #e5e5e5;
  line-height: 40px;
  font-weight: 500;
  color: #545454;
}
.form-group-2 .form-radio-button.i-selected {
  background: gray;
  color: white;
  background-image: linear-gradient(to bottom, var(--app-default-color-2), var(--app-default-color)); /* font-weight: 500; */
}
.form-group-2 .form-title {
  color: var(text-active);
  font-size: 14px;
}
.form-group-2 .form-icon {
  /* position: absolute; */
  /* right: 10px; */
  /* top: 17px; */
  /* background: red; */
  /* background: orange; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #4c4c4c;
}
.form-group-2 .form-icon .svg-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.form-group-2 .form-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  /* height: 100%; */
  width: 20px;
  height: 20px;
}
.form-group-2 .form-image img {
  width: 100%;
  text-indent: -9999px;
}
.form-group-2 .form-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #4c4c4c;
  margin-right: 6px;
}
.form-group-2 .form-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #9b4b4b;
  padding: 0 6px;
}
.form-group-2 .form-select {
  border: none;
  padding: 5px 0;
  font-size: 13px;
  outline: 0;
  box-shadow: none !important;
  font-weight: 420;
  line-height: 26px;
}
.form-group-2 .form-control::placeholder {
  color: #bababa;
  font-weight: normal;
  font-size: 12px;
}
.form-group-2.has-validation-error {
  margin-bottom: 40px;
  border-color: #e9573f;
  /* border-bottom-width: 2px; */
}
.form-group-2.form-group-disable .form-control-title .form-title {
  color: var(text-deactive);
}

.form-group-thin {
  min-height: 0 !important;
}
.form-group-title-value {
  border-color: #dddddd;
  background: #fbfbfb;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-group-title-value .form-t-image {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group-title-value .form-t-image > img {
  max-width: 100%;
}
.form-group-title-value .form-t-title {
  display: flex;
  align-items: center;
}
.form-group-title-value .form-t-value {
  font-size: 15px;
  font-weight: bold;
}
.form-group-title-value .form-t-unit {
  font-size: 11px;
  margin-right: 4px;
  margin-left: 4px;
}

.form-validate-error, .form-validate-success, .form-validate-info {
  font-size: 13px;
  font-weight: 480;
  color: var(--text-error);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  text-decoration: none;
}

.form-validate-success {
  color: var(--text-success);
}

.form-validate-info {
  color: var(blue);
}

.form-validate-info :hover {
  text-decoration: none;
  color: var(blue);
}

.form-validate-error .svg-icon, .form-validate-success .svg-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}

.btn {
  border-radius: var(--corner-radius);
  box-shadow: none;
  text-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}
.btn:disabled {
  background: var(--btn-deactive);
  color: var(--text-deactive);
}

.btn-primary {
  background: var(--primary);
  color: var(--btn-color);
}
.btn-primary:hover, .btn-primary:active {
  background: var(--primary);
  color: var(--btn-color);
  box-shadow: rgba(144, 145, 146, 0.5) 0px 0px 0px 0.25rem !important;
}

.btn-secondary {
  background: transparent;
  color: var(--primary);
  box-shadow: 0 0 0px 1px var(--primary) inset;
}

.btn-url {
  font-size: 13px;
  font-weight: 500;
  color: var(--btn-link-color);
  line-height: 21px;
  padding: 0;
  display: inline-block;
}
.btn-url:hover {
  color: var(--primary);
}
.btn-url .sm {
  font-size: 11px;
  font-weight: 600;
}
.btn-url:disabled {
  background: none;
  color: var(--text-gray);
}

.btn-large {
  font-size: 14px;
  height: 48px;
  min-height: 44px;
  width: 100%;
  font-weight: 500;
}

.btn-medium {
  font-size: 14px;
  height: 32px;
  width: 100%;
}

.btn-label {
  border-radius: 4px;
  border: none;
  min-height: 48px;
  background: whitesmoke;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  text-align: right;
}
.btn-label:focus, .btn-label:hover {
  color: var(text);
}
.btn-label .las {
  font-size: 28px;
}
.btn-label > .svg-icon {
  width: 24px;
  height: 24px;
}
.btn-label .i-detail {
  display: block;
  font-size: 11px;
  width: 100%;
  text-align: right;
  color: #727272;
  margin-top: 5px;
}
.btn-label > .svg-icon.svg-nav {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}

.btn-disable {
  opacity: 0.5;
}

.btn-label-2 {
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.btn-label-2 .las {
  margin-bottom: 10px;
}
.btn-label-2.i-green {
  background: #f6f9f6;
  color: green;
}
.btn-label-2.i-red {
  background: #f7f3f3;
  color: #601f1f;
}

.form-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  padding: 10px 15px;
  border-radius: 10px;
  color: #313131;
}
.form-text a {
  color: black;
  border-bottom: 1px solid #353535;
  text-decoration: none;
}
.form-text a:active, .form-text a:focus, .form-text a:hover {
  color: var(primary);
}

.form-text-red {
  border: none;
  background: #ffe3b2;
  font-size: 12px;
  color: #a15e5e;
}
.form-text-red a {
  color: red;
  border-color: red;
  margin-right: 5px;
  margin-left: 5px;
}

.ltr {
  direction: ltr !important;
}

.form-group-search {
  background-color: var(--input-background);
  margin: 10px 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 4px 8px;
  height: 40px;
}
.form-group-search .i-search, .form-group-search .i-close {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0 7px;
}
.form-group-search .i-search {
  width: 38px;
  height: 30px;
}
.form-group-search .svg-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.form-group-search input {
  flex-grow: 1;
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: var(text);
  outline: none !important;
}

.search-result-panel {
  padding: 16px;
  overflow-y: scroll;
}
.search-result-panel__search-row {
  font-size: 14px;
  font-weight: 500;
  border-right: none;
  border-left: none;
  margin-bottom: -1px;
}

.search-country-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 8px;
  min-height: 48px;
  background: var(--enum-row-background);
  border: 1px solid var(--enum-row-border);
  border-radius: var(--corner-radius);
}
.search-country-row__icon {
  width: 24px;
  height: 24px;
  padding: 0 2px;
  margin-left: 8px;
}
.search-country-row__icon > img {
  max-width: 100%;
  max-height: 100%;
}
.search-country-row__text {
  color: var(text);
}
.search-country-row.selected, .search-country-row.hover {
  background-color: var(--enum-row-selected-background);
  border-radius: 4px;
}

.adv-state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px;
}
.adv-state__title {
  font-size: 12px;
  font-weight: 400;
  color: var(text);
}
.adv-state__switch {
  transform: scale(0.4);
  margin-left: -15px;
}
.adv-state__switch > .react-switch-handle {
  background: var(bgdark) !important;
}
.adv-state__switch > .react-switch-bg {
  background-color: var(text-deactive) !important;
  transform: scale(1.1);
}
.adv-state__switch.checked > .react-switch-bg {
  background-color: var(primary) !important;
}

.wallet-box {
  padding: 0px;
  margin: 8px 16px;
  background: none;
  border-radius: 12px;
  background-image: url(../img/card/card-blue-white.png);
  background-size: cover;
  border: 2px solid rgba(235, 235, 235, 0.4784313725);
  background-position: center;
  font-size: 15px;
}
.wallet-box__title {
  font-weight: 700;
  font-size: 14px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 208, 208, 0.8);
  padding-bottom: 10px;
  margin: 16px 16px 0;
}
.wallet-box__title .las {
  font-size: 20px;
}
.wallet-box__title > .svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 24px;
}
.wallet-box__title > .i-change {
  font-size: 12px;
  direction: ltr;
  margin-right: 24px;
  color: var(--green);
}
.wallet-box__sep {
  height: 18px;
  width: 1px;
  background: var(white);
  margin: 0 4px;
  min-width: 1px;
}
.wallet-box__amount {
  font-size: 14px;
  font-weight: 600;
  color: var(text);
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.wallet-box__amount > .i-value {
  padding: 0px 4px;
  font-size: 22px;
}
.wallet-box__amount .i-primary {
  color: #e9e7a3;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #303030;
  border-radius: 3px;
  padding: 0 8px;
  letter-spacing: 1px;
  border-radius: 4px;
  margin: 0 16px;
  margin-top: 16px;
  padding: 10px;
}
.wallet-box__amount .i-green {
  color: #213804;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  letter-spacing: 1px;
  margin: 0px 12px 12px;
}
.wallet-box__amount .i-unit {
  font-weight: 420;
  padding: 0 0;
  font-size: 14px;
  color: var(text);
}
.wallet-box__amount > .i-equal {
  color: #ccc6c6;
  padding: 8px 24px;
  display: block;
}
.wallet-box__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.wallet-gray {
  background: none;
  border: none;
}

.chart-box {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.chart-box .apexcharts-tooltip.apexcharts-theme-light {
  background: none !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  padding: 0 !important;
}
.chart-box .apexcharts-xaxistooltip.apexcharts-active {
  display: none !important;
}
.chart-box__tooltip {
  direction: rtl;
  font-size: 12px;
  font-weight: 400;
  color: var(tab);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.chart-box__tooltip > .i-value {
  background: rgba(225, 199, 130, 0.2);
  background: rgb(255, 243, 165);
  margin-bottom: 3px;
  border-radius: 4px;
  padding: 0 3px;
}
.chart-box__tooltip > .i-value > .i-price {
  font-size: 13px;
}
.chart-box__tooltip > .i-value > .i-unit {
  font-size: 10px;
  margin-right: 4px;
}
.chart-box__tooltip > .i-datetime {
  direction: ltr;
}
.chart-box__tooltip > .i-datetime > .i-time {
  margin-left: 10px;
}
.chart-box__title {
  padding: 6px;
  font-size: 12px;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}
.chart-box__title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #434343;
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 100px;
  color: white;
}
.chart-box__title > div .las {
  font-size: 16px;
  color: #f3f3f3;
}
.chart-box__title > .svg-icon {
  width: 12px;
  height: 12px;
  margin-right: 24px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.chart-box__title.expand > .svg-icon {
  transform: rotate(0deg);
}
.chart-box__title.expand .las {
  transform: rotate(180deg);
}
.chart-box__current {
  font-size: 12px;
  font-weight: 400;
  color: var(tab) !important;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.chart-box__current > .i-value {
  color: var(tab) !important;
  text-decoration: none !important;
}
.chart-box__current > .i-value > .i-price {
  font-size: 24px;
  font-weight: bold;
  animation: pulse 2s infinite;
  display: inline-block;
  background: none !important;
  position: relative;
}
.chart-box__current > .i-value > .i-price:before {
  animation: pulse-warning 5s infinite;
  animation-delay: 1.5s;
  position: absolute;
  display: block;
  left: 30%;
  right: 30%;
  content: " ";
  bottom: 50%;
  top: 50%;
  z-index: -1;
}
.chart-box__current > .i-value > .i-unit {
  font-size: 10px;
  margin-right: 4px;
}
.chart-box__current > .i-datetime {
  direction: ltr;
}
.chart-box__current > .i-datetime > .i-time {
  margin-left: 4px;
}
.chart-box__grid {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.chart-box__canvas {
  height: 160px;
  direction: ltr;
  width: calc(100% + 30px);
  margin-left: -40px;
  margin-right: -25px;
  z-index: 0;
}
.chart-box__tab {
  padding: 4px 8px;
  min-height: 40px;
  margin-top: 0px;
  z-index: 1;
}
.chart-box__tabitem {
  font-size: 13px;
  font-weight: 400;
  color: gray;
  min-width: 60px;
  padding: 0 16px 4px;
  padding: 4px 16px;
  border-radius: 4px;
  transition: all ease 0.3s;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}
.chart-box__tabitem.active {
  font-weight: 500;
  color: #eeeeee;
  border-color: #d5d5d5;
  border-width: 2px;
  padding-bottom: 3px;
  background: #595959;
}

.list-box {
  padding: 0;
  margin: 16px;
  border-radius: 8px;
}
.list-box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 8px;
}
.list-box__title > span {
  color: gray;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
.list-box__empty {
  display: flex;
  color: #a3a3a3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.list-box__empty .las {
  font-size: 32px;
}
.list-box__empty > .svg-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.list-box__empty > .i-title {
  font-size: 13px;
  font-weight: 500;
  margin: 16px 0;
}
.list-box__empty > .i-detail {
  font-size: 13px;
  font-weight: 400;
  color: #8b5e5e;
}

.cur-row {
  color: var(--card-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 8px;
  background: var(--bgcard);
  border-radius: 4px;
  margin-bottom: 8px;
  border: 0.5px solid var(--bgcard);
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.cur-row:active, .cur-row:focus, .cur-row:hover {
  text-decoration: none;
  color: var(--card-text);
  background: #f6f7f7;
}
.cur-row__title > .i-title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cur-row__title > .i-title > .i-img {
  display: inline-block;
  width: 30px;
  margin-left: 4px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cur-row__title > .i-title > .i-img > img {
  width: 100%;
  max-height: 42px;
}
.cur-row__title > .i-title > .i-title-name {
  color: var(text-active);
}
.cur-row__title > .i-title > .i-title-slug {
  color: var(text);
}
.cur-row__title > .i-change {
  font-size: 12px;
  font-weight: 500;
  margin-right: 24px;
  direction: ltr;
  display: inline-block;
}
.cur-row__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cur-row__price > .i-btns {
  display: flex;
  min-width: 120px;
  margin-top: 8px;
  display: none;
}
.cur-row__price > .i-btns > .i-btn {
  width: 64px;
  height: 24px;
  font-size: 10px;
  font-weight: 500;
  margin-right: 8px;
  border-radius: 3px;
}
.cur-row__price > .i-btns > .i-btn.btn-secondary {
  box-shadow: 0 0 0px 0.5px var(--data-color-primary) inset;
}
.cur-row__price > .i-price {
  direction: ltr;
  line-height: 22px;
  padding: 0;
}
.cur-row__price > .i-price > .i-value {
  font-size: 14px;
  font-weight: 600;
}
.cur-row__price > .i-price > .i-unit {
  font-size: 10px;
  font-weight: 500;
  margin-left: 20px;
}
.cur-row__price > .i-exchange {
  height: 24px;
}
.cur-row__price > .i-exchange > .svg-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.cur-row__price > .i-change {
  font-size: 12px;
  font-weight: 500;
  margin-right: 24px;
  direction: ltr;
  display: inline-block;
}
.cur-row__balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: var(text);
  font-weight: 400;
}
.cur-row__balance > .i-price {
  margin-bottom: 8px;
}
.cur-row__balance > .i-price > .i-value {
  font-size: 16px;
  font-weight: 500;
  color: var(text-active);
  direction: ltr;
  display: inline-block;
  vertical-align: middle;
}
.cur-row__balance > .i-price > .i-unit {
  font-size: 12px;
  margin-right: 8px;
  display: inline-block;
  min-width: 35px;
  vertical-align: middle;
}
.cur-row__balance > .i-amount {
  display: block;
}
.cur-row__balance > .i-amount > .i-value {
  font-size: 14px;
}
.cur-row__balance > .i-amount > .i-unit {
  display: inline-block;
  min-width: 35px;
  font-size: 12px;
  margin-right: 8px;
}
.cur-row .i-green {
  color: var(green);
}
.cur-row .i-red {
  color: var(red);
}
.cur-row.cur-gold:before {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 1px; /* control the border thickness */
  background: linear-gradient(180deg, #CBAB55 0%, #65552A 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.cur-row.cur-silver:before {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 1px; /* control the border thickness */
  background: radial-gradient(48.5% 121.25% at 63.11% 20.62%, #CBCBCB 0%, #ABA4A4 48.42%, #928E8E 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.buttons-box {
  padding: 16px 8px;
  margin: 10px;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; /* فاصله بین دکمه‌ها */
}
.buttons-box__button {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #704f08;
  font-size: 13px;
  font-weight: bold;
  background: #f3f3f3;
  border: 1px solid #efefef;
  border-radius: 9px;
  padding: 1px;
}
.buttons-box__button .las {
  font-size: 30px;
  color: #4b360a;
  margin-top: 0px;
  text-shadow: 0px 1px #ffd96f;
  border-radius: 100px;
  padding: 12px;
}
.buttons-box__button > .i-icon {
  width: 100%;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff;
  background-size: 200% 200%;
  background-position: center center;
}
.buttons-box__button > .i-icon > .svg-icon {
  width: 24px;
  height: 24px;
}
.buttons-box__button > .i-title {
  color: #704f08;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 6px;
  margin-bottom: 4px;
  font-weight: 700;
}

.buttons-box-2 {
  margin-top: 0px;
  padding: 15px 10px;
  margin-bottom: 10px;
  border-radius: 9px;
}

.pulse-warning {
  box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
  animation: pulse-warning 2s infinite;
}

@-webkit-keyframes pulse-warning {
  0% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
  }
  70% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
  }
}
@keyframes pulse-warning {
  0% {
    -moz-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    transform: scale(0.9);
  }
  70% {
    -moz-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
    transform: scale(0.8);
  }
  100% {
    -moz-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.95);
  }
  40% {
    transform: scale(1);
  }
}
.tab-header-section {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
  margin: 0px auto;
  background: #676767;
}

.tab-header-container {
  padding: 6px 0;
  padding-right: 16px;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

.tab-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  margin-left: 16px;
}
.tab-header__item {
  font-size: 12px;
  font-weight: 500;
  color: #dadada;
  padding: 0px 16px;
  line-height: 30px;
  border-radius: 9px;
  white-space: nowrap;
  min-width: 60px;
  text-align: center;
  transition: all ease 0.4s;
  background: transparent;
  margin-right: 1px;
  border: none;
  min-width: 90px;
  transition: all ease 0.3s;
}
.tab-header__item.active {
  background: white;
  color: #4e4e4e;
  font-weight: bold;
  border-radius: 100px;
}

.product-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: gray;
  margin: 0 16px 16px;
  background: whitesmoke;
  padding: 16px 12px 20px;
  font-size: 13px;
  border-radius: 6px;
}
.product-row--hide {
  display: none;
}
.product-row__img {
  width: 120px;
  min-width: 120px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 9px;
}
.product-row__img > .i-img {
  max-width: 100%;
  max-height: 80px;
  border-radius: 4px;
}
.product-row__info {
  flex-grow: 1;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 4px;
}
.product-row__name {
  line-height: 20px;
  margin-bottom: 4px;
  font-size: 15px;
  margin-bottom: 15px;
}
.product-row__weight {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.product-row__weight > .i-value {
  color: #424242;
  font-weight: 500;
  margin-right: 16px;
}
.product-row__weight > .i-unit {
  margin-right: 8px;
}
.product-row__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4px;
  flex-wrap: wrap;
  direction: rtl;
}
.product-row__price .i-card-buttons {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.product-row__price .i-card-buttons > span {
  font-size: 13px;
  padding: 5px 10px;
  min-width: 60px;
  text-align: center;
  background: white;
  border-radius: 9px;
  height: 30px;
  margin: 0 5px;
}
.product-row__price .i-card-buttons > button {
  border: none;
  font-size: 18px;
  border-radius: 9px;
  width: 45px;
  height: 30px;
  background: #8bb7b5;
  color: white;
}
.product-row__price .i-card-buttons > button.i-add {
  background: #4b834b;
}
.product-row__price .i-card-buttons > button.i-remove {
  background: #bf5d5d;
}
.product-row__price > .i-price {
  flex-grow: 1;
  direction: rtl;
}
.product-row__price > .i-price > .i-value {
  font-size: 16px;
  font-weight: bold;
  color: #911212;
  margin-left: 4px;
}
.product-row .btn {
  border-radius: 9px;
  height: 30px;
  width: 64px;
  font-size: 12px;
  min-width: 160px;
  margin-top: 15px;
}

.content-box {
  font-size: 14px;
  font-weight: 400;
  color: blue;
  line-height: 26px;
}
.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
  color: black;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-window {
  padding: 16px;
  max-width: 90vw;
  width: 370px;
}

.detail-box {
  font-size: 12px;
  font-weight: 400;
  color: gray;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 16px;
}
.detail-box__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.detail-box__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 12px;
  margin-top: 16px;
}
.detail-box__price {
  color: orange;
  display: flex;
  align-items: center;
}
.detail-box__price > .i-value {
  font-size: 14px;
}
.detail-box__price > .i-unit {
  font-size: 10px;
  margin-right: 4px;
}
.detail-box__price.i-error {
  color: red;
}
.detail-box .svg-icon {
  width: 12px;
  height: 12px;
}
.detail-box .svg-icon.svg-plus {
  background-color: rgba(179, 179, 179, 0.3);
  border-radius: 100px;
}
.detail-box .i-unit {
  font-size: 10px;
  margin-right: 8px;
}
.detail-box .i-input {
  background: none;
  border: none;
  color: #474747;
  font-size: 14px;
  direction: ltr;
  text-align: center;
  width: 40px;
  outline: none !important;
  padding: 0;
  line-height: 20px;
}
.detail-box .i-gray {
  padding: 8px;
  border-radius: 4px;
  background: gray;
  margin: 12px 0;
}
.detail-box__label {
  height: 20px;
  margin-bottom: 8px;
  display: block;
}
.detail-box__label-small {
  font-size: 12px;
}
.detail-box__label-large {
  font-size: 14px;
}

.menu-profile-box {
  padding: 8px;
  background: rgba(241, 244, 246, 0.368627451);
  margin: 16px;
  border-radius: 4px;
}
.menu-profile-box .i-separator {
  height: 1px;
  margin-left: -8px;
  margin-right: -8px;
  background: var(bg3);
  margin: 4px 0;
}

.menu-profile-box-list {
  margin: 16px;
}
.menu-profile-box-list .i-spacer {
  height: 8px;
}

.menu-profile-share {
  margin: 0px;
  border-radius: 4px;
  padding: 0;
  margin-top: 16px;
  width: 100%;
  color: var(text);
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.menu-profile-share .svg-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
  width: 24px;
  margin-top: -4px;
}

.menu-profile {
  background: gray;
  margin: 0 16px;
  border-radius: 4px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  flex-wrap: wrap;
  background: #7f939f;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 16px 16px;
  color: #ffffff;
}
.menu-profile__img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-profile__img > .las {
  font-size: 22px;
}
.menu-profile__img > .svg-icon {
  width: 100%;
  height: 100%;
}
.menu-profile__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  margin-right: 0px;
}
.menu-profile__info > .i-name {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.menu-profile__info > .i-name > .i-edit {
  height: 16px;
  margin-right: 4px;
}
.menu-profile__info > .i-name > .i-edit > .svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.menu-profile__info > .i-id {
  font-size: 12px;
  font-weight: 400;
}
.menu-profile__auth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.menu-profile__auth > .i-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-profile__auth > .i-icon > .las {
  font-size: 20px;
  color: white;
}
.menu-profile__auth > .i-icon > .svg-icon {
  width: 100%;
  height: 100%;
}
.menu-profile__auth > .i-title {
  font-size: 13px;
  font-weight: 500;
}
.menu-profile__auth.i-green {
  color: var(--green);
}
.menu-profile__auth.i-red {
  color: var(--red);
}
.menu-profile__auth.i-yellow {
  color: var(primary);
}
.menu-profile__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin: 4px 0;
  padding: 4px 0;
  background: none;
  border: none;
  width: 100%;
  text-decoration: none !important;
  color: var(text);
}
.menu-profile__row:focus, .menu-profile__row:hover {
  color: var(text);
}
.menu-profile__row > .svg-icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.menu-profile__row .i-content {
  flex-grow: 1;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(text5);
  flex-wrap: nowrap;
}
.menu-profile__row .i-content > .i-val {
  white-space: nowrap;
}
.menu-profile__row .i-content > .svg-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.menu-profile__row .i-green {
  color: var(green);
}
.menu-profile__row .i-gray {
  color: var(text5);
}
.menu-profile__row .font-14 {
  font-size: 14px;
  font-weight: 400;
}
.menu-profile__row .svg-16 {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 4px;
}

.menu-list {
  padding-bottom: 50px;
}

.menu-item {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 13px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 8px;
  margin: 0 16px;
  text-decoration: none;
  border-bottom: 1px solid rgb(244, 246, 248);
  border-radius: 10px;
  margin-bottom: 6px;
}
.menu-item__red {
  color: Red !important;
  background: #fafafa;
  border: 1px solid #d2d2d2 !important;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.menu-item__icon > .svg-icon {
  width: 24px;
  height: 24px;
}
.menu-item__icon > .las {
  font-size: 22px;
}
.menu-item__title {
  flex-grow: 1;
  padding-right: 4px;
}
.menu-item__detail {
  margin-left: 16px;
  font-weight: 500;
}
.menu-item__arrow > .svg-icon {
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.form-check {
  font-size: 13px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
}
.form-check > .form-check-input[type=checkbox] {
  background: none;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  border: 1.5px solid var(text);
  border-radius: 1px;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-image: url(/img/icon/check.svg);
  background-position: center;
  background-size: 120%;
}

.company-bank-note {
  background: #febfbf;
  padding: 10px;
  font-size: 14px;
  color: #521f1f;
  border-radius: 10px;
}

.company-bank-row {
  font-size: 14px;
  font-weight: 400;
  direction: rtl;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 4px;
  background: #f1f4eb;
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 10px;
  margin-top: 2px;
}
.company-bank-row > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.company-bank-row__name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.company-bank-row__number {
  color: #2067b9;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: white;
  border-radius: 6px;
}
.company-bank-row__number .las {
  font-size: 20px;
}
.company-bank-row__icon {
  display: block;
  width: 24px;
  margin-left: 4px;
}
.company-bank-row__icon > img {
  max-width: 100%;
}
.company-bank-row__btn--copy {
  background: none;
  border: none;
  padding: 0 4px 0 0;
  margin: 0;
}
.company-bank-row__btn--copy > .las {
  font-size: 20px;
  color: #2067b9;
}

.form-upload-box {
  border: 3px dashed #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  min-height: 170px;
  border-radius: 10px;
  color: gray;
}
.form-upload-box__icon .las {
  font-size: 40px;
}
.form-upload-box__icon > .svg-icon {
  width: 32px;
  height: 32px;
}
.form-upload-box__button > .btn {
  min-width: 130px;
  margin-top: 20px;
  border-color: #f2f2f2 !important;
}
.form-upload-box__files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 8px 24px 4px;
}
.form-upload-box__file-row {
  width: 100px;
  height: 90px;
  margin: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: whitesmoke;
  padding: 5px;
  border-radius: 10px;
}
.form-upload-box__file-row > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.form-upload-box__file-row > .i-link {
  width: 80px;
  height: 60px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
}
.form-upload-box__file-row > .i-link > .svg-icon {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-upload-box__file-row > .i-remove {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
  border-radius: 100px;
  background-color: var(bginput);
  border: 2px solid var(bginput);
  font-size: 20px;
  text-shadow: 0px 1px white;
}
.form-upload-box__file-row > .img-icon {
  width: 100%;
  height: 100%;
}
.form-upload-box .i-upload-panel {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.form-upload-box .i-cancel-button > .svg-icon {
  width: 12px;
  height: 12px;
  padding: 5px;
  margin-right: 20px;
  margin-top: 5px;
  display: inline-block;
}

.crypto-deposit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  font-size: 14px;
}
.crypto-deposit__title {
  font-size: 12px;
}
.crypto-deposit__fee {
  margin-top: 56px;
  margin-bottom: 4px;
  color: var(primary);
  font-weight: 500;
  font-size: 14px;
}
.crypto-deposit__qr {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/icon/qrborder.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
.crypto-deposit__address {
  background: var(bginput);
  width: 100%;
  text-align: center;
  direction: ltr;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  border-radius: 4px;
  border: none;
  color: var(text);
  white-space: nowrap;
}
.crypto-deposit__address > .svg-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.result-box {
  padding: 16px;
  border-radius: 9px;
  border: 1px solid whitesmoke;
  background: whitesmoke;
}
.result-box .i-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.result-box .i-success {
  font-size: 12px;
  font-weight: 400;
  color: green;
}
.result-box .i-success .svg-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

.order-row {
  margin: 8px;
  padding: 16px;
  background: whitesmoke;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
}
.order-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(140, 142, 146, 0.2);
}
.order-row__code {
  font-size: 14px;
  font-weight: 500;
  color: red;
}
.order-row__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.order-row__product {
  display: flex;
  flex-direction: column;
  min-width: 40%;
}
.order-row__amount {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.order-row__state {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order-row__detail-title {
  font-size: 13px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #848484;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 4px 12px;
  width: auto;
  display: inline-block;
}
.order-row__detail-title .svg-icon {
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  margin-right: 8px;
}
.order-row__detail-note {
  font-size: 10px;
  color: var(white);
  line-height: 22px;
  padding: 8px 0 0;
}
.order-row .i-title {
  font-size: 12px;
  padding: 10px 0;
}
.order-row .i-value {
  font-size: 12px;
  font-weight: 500;
  color: black;
}
.order-row .i-green {
  color: green;
}
.order-row .i-hidden {
  display: none;
}

.tran-row {
  background: var(bgcard);
  padding: 16px;
  margin: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}
.tran-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tran-row__header .i-iconname {
  display: flex;
  align-items: center;
}
.tran-row__header .i-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.tran-row__header .i-icon > img {
  width: 100%;
}
.tran-row__header .i-name {
  font-weight: 500;
  color: var(white);
}
.tran-row__header .i-slug {
  font-weight: 500;
}
.tran-row__currency {
  display: flex;
  align-items: center;
}
.tran-row__no {
  padding-right: 32px;
  font-size: 12px;
  border-bottom: 1px solid rgba(140, 142, 146, 0.2);
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.tran-row__amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.tran-row__amount > .i-row {
  margin: 8px 0;
}
.tran-row__amount .i-amount {
  margin-left: 4px;
}
.tran-row__amount .i-type {
  background-color: var(bg3);
  border-radius: 2px;
  min-width: 64px;
  text-align: center;
  color: var(white);
  font-size: 12px;
  line-height: 27px;
}
.tran-row__balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 12px;
}
.tran-row__balance .i-balance {
  font-size: 14px;
  margin-left: 4px;
}
.tran-row__more {
  font-size: 10px;
}
.tran-row .i-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tran-row .i-green {
  color: var(green);
}
.tran-row .i-red {
  color: var(red);
}

.alert-row {
  margin: 8px;
  border-radius: 4px;
  background: rgb(245, 245, 245);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #c2c2c2;
}
.alert-row__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #c2c2c2;
}
.alert-row__title .i-title {
  font-size: 13px;
  color: #1e73ab;
}
.alert-row__title .i-datetime {
  font-size: 11px;
  direction: ltr;
  color: #383838;
}
.alert-row__msg {
  font-size: 13px;
  line-height: 30px;
  white-space: pre-wrap;
  padding: 16px;
  background: white;
}
.alert-row__link {
  font-size: 12px;
  direction: rtl;
  text-align: left;
}
.alert-row__link > .i-link {
  text-decoration: none;
  color: #926a21;
}

.ticket-row {
  padding: 16px;
  margin: 8px;
  border-radius: 4px;
  background: #fcfcfc;
  font-size: 13px;
  border: 1px solid #bfbfbf;
  font-weight: 400;
}
.ticket-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(140, 142, 146, 0.5);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.ticket-row__header .i-label {
  font-size: 12px;
  font-weight: 700;
}
.ticket-row__header .i-title {
  font-size: 14px;
  font-weight: 700;
  color: #505050;
}
.ticket-row__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.ticket-row__detail .i-value {
  color: gray;
}
.ticket-row__detail a.i-value {
  color: #1a5bc3;
  text-decoration: none;
  background: #efefef;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: smaller;
}
.ticket-row .i-state {
  border-radius: 2px;
  padding: 0 4px;
}
.ticket-row__btn {
  margin: 0px auto;
  margin-top: 8px;
  max-width: 230px;
  border-width: 0.5px !important;
}
.ticket-row .i-green {
  background-color: green;
}
.ticket-row .i-red {
  background-color: red;
}
.ticket-row .i-primary {
  background-color: #e4e4da;
  color: #581f1f;
}

.ticket-message-row {
  background: var(bgcard);
  margin: 8px;
  padding: 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 36px;
}
.ticket-message-row > .i-sender {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(text-active);
}
.ticket-message-row > .i-sender > .svg-icon {
  margin-left: 4px;
}
.ticket-message-row .i-text {
  line-height: 20px;
  margin-top: 8px;
  white-space: pre-line;
}
.ticket-message-row .i-attach-box {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.ticket-message-row .i-attach-file {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  direction: rtl;
}
.ticket-message-row .i-attach-file > .svg-icon {
  margin-left: 4px;
  background-color: var(bgdark);
}
.ticket-message-row .i-date-time {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  margin-top: 16px;
  margin-bottom: -36px;
  margin-right: -8px;
  color: var(text);
}
.ticket-message-row .i-date-time .svg-icon {
  margin-left: 4px;
  min-width: 16px;
}
.ticket-message-row .svg-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.ticket-message-row.i-left {
  background: var(tab);
  color: var(bg3);
}
.ticket-message-row.i-left .i-sender {
  color: var(bg3);
}
.form-text-line {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  display: block;
  margin: 0;
}

.form-group-trade {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  align-self: stretch;
}
.form-group-trade .form-group-trade-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(140, 142, 146, 0.5);
  padding: 0 12px;
  height: 56px;
}
.form-group-trade .form-group-trade-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  padding: 0 12px;
  height: 32px;
  background: rgba(255, 255, 255, 0.0901960784);
}
.form-group-trade .form-group-trade-balance .form-subvalue {
  flex-grow: 1;
  direction: ltr;
  padding: 0 8px;
}
.form-group-trade .form-input-parent {
  border: none;
  background: transparent;
  padding: 0 8px;
  height: auto;
  min-height: 30px;
  flex-grow: 1;
  direction: ltr;
}
.form-group-trade .form-unit {
  font-size: 14px;
  font-weight: 400;
  min-width: 30px;
}

.form-group-trade-separator {
  background: var(bginput);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  z-index: 2;
  margin-top: -4px;
  margin-bottom: -4px;
}
.form-group-trade-separator .svg-icon {
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
}

.form-group-trade-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.identity-row {
  padding: 12px 16px;
  background: var(bg3);
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
}
.identity-row__name {
  display: block;
  margin-bottom: 4px;
}
.identity-row .i-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.identity-row__code {
  font-weight: 500;
  color: var(text-smoke);
}
.identity-row .svg-icon {
  width: 16px;
  height: 16px;
}

.a-bank {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.a-bank-rows {
  flex-grow: 1;
  direction: rtl;
}

.a-bank-row {
  padding: 10px 16px;
  background: whitesmoke;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid gray;
}
.a-bank-row__name {
  display: block;
}
.a-bank-row .i-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a-bank-row__code {
  font-weight: 500;
  color: var(text-smoke);
}
.a-bank-row .svg-icon {
  width: 16px;
  height: 16px;
}

.si-outofservice {
  width: 90%;
  margin: 5%;
  max-width: 420px;
  margin: 0px auto;
  margin-top: 5%;
  direction: rtl;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.si-outofservice h5 {
  font-size: 14px;
  margin-top: 10px;
  color: var(primary);
}

.title-currency > .form-title {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.title-currency > .form-title > .i-name {
  flex-grow: 1;
}
.title-currency > .form-title > .i-value {
  margin-left: 4px;
  color: var(text);
  font-weight: 500;
}
.title-currency > .form-title .i-green {
  color: var(green) !important;
}
.title-currency > .form-title .i-red {
  color: var(red) !important;
}
.title-currency > .form-title > .i-unit {
  font-size: 10px;
  color: var(text);
}

.branch-row {
  padding: 16px;
  margin: 8px;
  border-radius: 4px;
  background: whitesmoke;
  font-size: 14px;
  font-weight: 400;
}
.branch-row__title {
  margin-bottom: 10px;
  text-align: center;
}
.branch-row__title .i-title {
  color: #7f6d33;
  font-size: 15px;
  font-weight: 600;
}
.branch-row__item {
  border-top: 0.5px dashed #838383;
  display: block;
  padding: 10px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch-row__item > .i-name {
  font-size: 10px;
  color: #9a9a9a;
  display: block;
}
.branch-row__item > .i-value {
  color: var(text-active);
  display: block;
  text-align: left;
  direction: rtl;
}
.branch-row__item > a.i-value {
  color: #c8b782;
  text-decoration: none;
  font-weight: 900;
}

.tran-row-v2 {
  padding: 8px 12px;
  margin: 8px 8px;
  border: 1px solid #e2e2e2;
  background: rgb(249, 249, 249);
  border-radius: 8px;
  font-size: 13px;
}
.tran-row-v2__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
}
.tran-row-v2 .i-title {
  font-weight: bold;
  color: var(white);
}
.tran-row-v2 .i-title2 {
  display: inline-block;
  direction: ltr;
  margin-right: 5px;
}
.tran-row-v2 .i-datetime {
  direction: ltr;
  font-size: 11px;
  font-weight: 400;
}
.tran-row-v2 .i-datetime > * {
  display: inline-block;
  margin: 0 1px;
}
.tran-row-v2 .i-valueunit {
  display: flex;
  align-items: center;
  line-height: 24px;
}
.tran-row-v2 .i-valueunit > .__i-value {
  color: var(white);
  font-weight: bold;
  margin-left: 5px;
  font-size: 13px;
  direction: ltr;
}
.tran-row-v2 .i-valueunit > .i-equal {
  background: #d0d0d0;
  padding: 0 3px;
  font-size: 10px;
  line-height: 13px;
  border-radius: 10px;
  margin-left: 5px;
  color: var(white);
}
.tran-row-v2 .i-valueunit > .__i-unit {
  font-size: 11px;
  margin-left: 5px;
}
.tran-row-v2 .i-valueunit > .__i-icon {
  display: block;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  border-radius: 3px;
}
.tran-row-v2 .i--success {
  color: var(green) !important;
}
.tran-row-v2 .i--faild {
  color: var(red) !important;
}

.tr-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 8px 0;
  margin: 0 16px;
  border-bottom: 1px solid rgb(241, 241, 241);
  color: gray;
}
.tr-detail-row__label {
  margin-left: 10px;
  font-weight: 400;
}
.tr-detail-row__value {
  font-size: 14px;
  color: #404040;
  text-align: left;
  flex-grow: 1;
}
.tr-detail-row__value .i-title2 {
  display: inline-block;
  direction: ltr;
  margin-right: 5px;
}
.tr-detail-row__unit {
  font-size: 10px;
  margin-right: 10px;
}
.tr-detail-row .i--blue {
  color: #0d87ef;
}
.tr-detail-row .i--success {
  color: var(--green);
}
.tr-detail-row .i--faild {
  color: var(--red);
}

.embla {
  max-width: 48rem;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla__slide__img {
  border-radius: 1.8rem;
  display: block;
  height: var(--slide-height);
  width: 100%;
  object-fit: cover;
}

.embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center;
}

.embla__button:disabled {
  color: var(--detail-high-contrast);
}

.embla__button__svg {
  width: 35%;
  height: 35%;
}

.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: -0.6rem;
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.4392156863);
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid gray;
}

.embla__dot:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}

.embla__dot--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
}

.embla__slide {
  transition: opacity 0.2s ease-in-out;
}

.embla__slide:not(.is-snapped) {
  opacity: 0.16;
}

.embla_style_2 .embla__controls {
  justify-content: center;
  align-content: center;
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  display: none;
}

.embla_style_2 .embla__dot {
  border: none;
  width: 8px;
  height: 4px;
  background: rgba(226, 226, 226, 0.431372549);
  margin: 2px;
  border-radius: 2px;
}

.embla_style_2 .embla__dot.embla__dot--selected {
  background: #9f9f94;
}

.embla_style_2 .embla__slide__img {
  height: 140px;
  border-radius: 9px;
}

.embla_style_1 .embla__slide__img {
  /* max-width:200px; */
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}

.embla_style_1 .embla__slide {
  max-width: 200px;
  max-height: 128px;
  position: relative;
  padding: 3px;
  /* margin: 2px; */
}

.embla_style_1 .embla__slide .i-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.5490196078);
  margin: 3px;
  font-size: 11px;
  color: white;
  text-align: center;
  direction: rtl;
  padding: 3px;
}

.home-alert-message {
  font-size: 13px;
  padding: 8px 16px;
  margin: 8px 8px;
  background: #23252a;
  background: none;
  border-radius: 4px;
  color: var(red);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  border: 1px solid #5a3333;
  text-align: justify;
  z-index: 1000000000;
  background: var(bginput);
  padding: 15px;
  border: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  left: 0;
  right: 0;
  top: 50px;
}
.home-alert-message > .btn {
  font-size: 13px;
  margin-top: 4px;
  align-self: flex-end;
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid var(primary);
  border-radius: 0;
}
.home-alert-message > .btn > .svg-icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.home-alert-message > .btn:hover {
  color: #fffd98;
}

@keyframes colour-change {
  0% {
    background-color: #911b1b;
  }
  80% {
    background-color: #750c0c;
  }
  100% {
    background-color: #911b1b;
  }
}
.ref__image {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 0px auto;
}
.ref__note p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.ref__note > p {
  margin-bottom: 0;
  padding: 0;
}
.ref__note > .i-content {
  padding: 8px 16px;
  margin-bottom: 0px;
  font-size: 14px;
  background: #ebefdb;
  color: #494949;
  line-height: 30px;
  border-radius: 9px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  color: #575e38;
  font-weight: bold;
}
.ref__column {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.ref__row {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
  padding: 16px 0px;
  font-size: 12px;
  color: #a23c3c;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 9px;
  flex-grow: 1;
  margin: 1px;
  background: #a23c3c;
  background: #fffef9;
  border: 1px solid #e9e9e9;
  text-decoration: none;
}
.ref__row:active, .ref__row:hover, .ref__row:focus {
  text-decoration: none;
  color: #64a220;
  background: #f9f9f9;
}
.ref__row .las {
  font-size: 32px;
}
.ref__row > .svg-icon {
  margin-left: 8px;
  width: 24px;
  height: 24px;
}
.ref__row > .i-title {
  flex-grow: 1;
  margin: 10px 0;
}
.ref__row > .i-value {
  background: #e7e7e7;
  min-width: 100px;
  border-radius: 80px;
  margin-top: 0;
  text-align: center;
  color: #952e2e;
  padding: 4px;
}
.ref__code2 > .i-disable {
  font-size: 14px;
  direction: rtl;
  padding: 20px;
  border: 1px solid #cfb5b5;
  line-height: 28px;
  margin: 20px 0;
  color: #a22727;
  border-radius: 9px;
}
.ref__code {
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: whitesmoke;
  padding: 20px 0 0 0;
  border-radius: 10px;
}
.ref__code .svg-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.ref__code > .i-title {
  margin-bottom: 8px;
}
.ref__code > .i-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  max-width: 90%;
  padding: 8px 8px;
  line-height: 30px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 420;
  letter-spacing: 1px;
  direction: ltr;
  margin-bottom: 16px;
  color: #3e3e3e;
}
.ref__code > .i-code .las {
  font-size: 22px;
  padding: 0;
}
.ref__code > .i-link {
  direction: rtl;
  padding: 8px 16px;
  background: gray;
  width: 260px;
  max-width: 90%;
  margin-bottom: 32px;
  font-size: 14px;
}
.ref__code > .i-link .las {
  margin-right: 10px;
  font-size: 20px;
}
.ref__code > .i-link .svg-icon {
  margin-right: 8px;
}
.ref__detail {
  margin: 10px;
  font-size: 13px;
  white-space: pre-line;
  line-height: 30px;
  color: var(red);
}
.ref__detail .btn {
  font-size: 14px;
  padding: 8px;
  width: 100%;
}

.rmdp-year-picker {
  direction: ltr;
}

.custom-form-message {
  font-size: 14px;
  font-weight: normal;
  background: rgba(128, 128, 128, 0.1215686275);
  border-radius: 4px;
  padding: 8px 16px;
  color: var(text-active);
  line-height: 28px;
  border: 0.5px solid #625735;
}
.custom-form-message p:last-child {
  margin-bottom: 0;
}
.gift-list {
  font-size: 13px;
  margin: 24px auto;
  line-height: 26px;
}
.gift-list__header {
  font-size: 14px;
  font-weight: bold;
  color: var(primary);
  text-align: center;
  border-bottom: 1px solid var(primary);
  margin-bottom: 16px;
}
.gift-row {
  border: 1px solid var(bg3);
  margin: 8px 0;
  border-radius: 4px;
  padding: 8px 16px;
}
.gift-row > .i-title {
  font-size: 13px;
  font-weight: bold;
  color: var(white);
  text-align: center;
  display: block;
  width: 100%;
}
.gift-row__rewards {
  margin: 8px 0;
  background: var(bgcard);
  border: 1px solid var(primary);
  border-radius: 4px;
}
.gift-row__rewards-row {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  direction: rtl;
  color: var(tab-dark);
}
.gift-row__rewards-row .i-icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gift-row__rewards-row .i-icon img {
  max-width: 100%;
  max-height: 100%;
}
.gift-row__rewards-row .i-name {
  color: var(primary);
  display: none;
}
.gift-row__rewards-row .i-amount {
  padding: 0 8px;
  font-weight: bold;
  padding-top: 4px;
  color: var(primary);
}
.gift-row__rewards-row .i-unit {
  font-size: 11px;
  color: var(text-active);
}
.gift-row__detail {
  padding: 4px 8px;
}
.gift-row__code {
  font-size: 15px;
  padding: 4px 8px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  border: none;
  border-radius: 0px;
  background: none;
  color: var(text);
  background: var(bgcard);
  border-radius: 4px;
}
.gift-row .svg-icon {
  width: 32px;
  height: 20px;
  text-align: center;
}

.form-title-center {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #c3922d;
}

/* الماس با بالای صاف */
.diamond-shape {
  position: relative;
  padding: 1.2rem 3rem;
  color: white;
  font-family: sans-serif;
  font-size: 1.2rem;
  background: linear-gradient(180deg, #2563eb, #1e3a8a);
  border: none;
  cursor: pointer;
  transition: 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 85% 70%, 50% 100%, 15% 70%);
}

.gold-box {
  border-radius: 10px;
  padding: 5px;
  margin: 0 20px;
  margin-top: 10px;
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 15px;
}
.gold-box__title {
  background: #f9e461;
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 8px;
  border-radius: 100px;
  color: #494949;
}
.gold-box__current {
  border: 1px solid #e0e0e0;
  border-radius: 9px;
  margin: 10px 0;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  background: white;
}
.gold-box__current .i-value {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: gray;
  flex-grow: 1;
  padding: 15px 5px;
  border-radius: 15px;
  margin: 3px;
}
.gold-box__current .i-value:hover, .gold-box__current .i-value:active, .gold-box__current .i-value:focus {
  text-decoration: none;
}
.gold-box__current .i-value .i-label {
  align-self: flex-start;
  font-size: 12px;
  font-weight: bold;
}
.gold-box__current .i-value > .i-price {
  font-family: arial;
  font-size: 24px;
  direction: ltr;
  text-align: center;
  font-weight: 700;
  padding: 6px;
  border-radius: 9px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2392156863);
  border-top: 1px solid rgba(128, 128, 128, 0.2392156863);
  border-radius: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}
.gold-box__current .i-value > .i-unit {
  align-self: flex-end;
  font-size: 11px;
  font-weight: bold;
}
.gold-box__detail {
  font-size: 11px;
  padding: 5px;
  direction: ltr;
  font-weight: 300;
  border-radius: 100px;
  padding-left: 10px;
}
.gold-box .i-red {
  color: #ad3b3b !important;
}
.gold-box .i-blue {
  color: #649a0e !important;
}
.gold-box .b-blue1 {
  background: #f1fbfd;
}
.gold-box .b-red1 {
  background: #fdf1f1;
}

.slider-box {
  margin-top: 10px;
  padding: 0px 20px;
}

.live-dot {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff3b30; /* رنگ قرمز لایو */
  animation: pulse 1s infinite ease-in-out;
}

.live-dot-blue {
  background-color: #77b416; /* رنگ قرمز لایو */
  animation: pulse-blue 1s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0px rgba(255, 59, 48, 0.7);
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 8px rgba(255, 59, 48, 0.8);
  }
}
@keyframes pulse-blue {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0px rgba(48, 181, 255, 0.7);
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 8px rgba(48, 158, 255, 0.8);
  }
}
.c-wallet {
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
.c-wallet > div {
  margin-bottom: 20px;
  border-radius: 9px;
  padding: 15px;
  background-position: left top, center;
  background-size: 40vw, cover;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.c-wallet > div:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: -50px;
  right: 0;
  top: -20px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}
.c-wallet-gold {
  background-color: rgba(242, 229, 146, 0.5607843137);
}
.c-wallet-gold:before {
  background-image: url(../img/image/gold.png);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.c-wallet-money {
  background-color: rgba(221, 221, 221, 0.5803921569);
}
.c-wallet-money:before {
  background-image: url(../img/image/money.png);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.c-wallet .i-wallet-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.c-wallet .i-title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 40px;
}
.c-wallet .i-value {
  font-size: 18px;
  font-weight: 900;
  min-width: 140px;
  background: rgba(249, 249, 249, 0.4509803922);
  border-radius: 100px;
  padding: 4px 8px;
  text-align: center;
  margin: 0 0px 0 5px;
  color: #9f4634;
}
.c-wallet .i-name {
  font-size: 12px;
  display: none;
}
.c-wallet .i-unit {
  font-size: 11px;
  font-weight: 500;
  color: #5c3232;
}
.c-wallet .i-btns {
  margin-top: 0;
  margin-bottom: 20px;
  background: #fbfaf1;
  border-radius: 0 0 9px 9px;
  margin-top: -10px;
  padding: 10px;
  display: none;
}
.c-wallet .i-btns .btn {
  min-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.btn-gold {
  background: #ebd624;
  color: #000000;
}

.btn-black {
  background: gray;
  color: white;
}

.btn-round {
  border-radius: 100px;
}

.c-menu-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  z-index: -1;
}
.c-menu-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-menu-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-menu-profile > .i-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url(../img/image/avatar2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
}
.c-menu-profile > .i-name {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
  padding: 10px 0;
}
.c-menu-profile > .i-phone {
  background: rgba(255, 214, 2, 0.3098039216);
  padding: 6px 12px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  margin-top: 8px;
  color: #9a622e;
  font-weight: 500;
  direction: ltr;
  letter-spacing: 1px;
}
.c-menu-state {
  display: flex;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  margin: 15px;
  padding: 8px 8px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #3e3e3e;
}
.c-menu-state:active, .c-menu-state:hover, .c-menu-state:focus {
  text-decoration: none;
  color: #3e3e3e;
}
.c-menu-state .las {
  font-size: 22px;
}
.c-menu-state .las.la-angle-left {
  font-size: 13px;
  margin-right: 5px;
}
.c-menu-state .i-state {
  display: flex;
  align-items: center;
}
.c-menu-state .i-name {
  font-size: 13px;
  flex-grow: 1;
}
.c-menu-state .i-green {
  color: green;
  background: #deedde;
  border-radius: 100px;
  padding: 0px 10px;
}
.c-menu-state .i-red {
  color: #803600;
  background: #eddede;
  border-radius: 100px;
  padding: 3px 10px;
}
.c-menu-state .i-yellow {
  color: #807800;
  background: #ededde;
  border-radius: 100px;
  padding: 3px 10px;
}
.c-menu-state .i-icon {
  margin: 0;
  height: 20px;
}
.c-menu-state .i-title {
  margin-right: 10px;
}

.c-tab {
  display: block;
  background: #cfcfcf;
  padding: 4px 4px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 13px;
  transition: background ease 0.3s;
}
.c-tab.i-buy {
  background: #76b014;
}
.c-tab.i-sell {
  background: #b52222;
}
.c-tab .c-tab-bg {
  position: absolute;
  min-width: 50px;
  z-index: 1;
  top: 4px;
  bottom: 4px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 0;
  border-radius: 9px;
}
.c-tab .c-tab-item {
  flex-grow: 1;
  margin: 1px;
  background: none;
  border: none;
  z-index: 1;
  line-height: 30px;
  font-weight: bold;
  color: #f5f5f5;
}
.c-tab .c-tab-item.active {
  color: #383838;
}

.trade-gold-price {
  display: flex;
  padding: 15px 40px;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  border-radius: 9px;
  margin-top: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  margin: 10px 15px 0;
  margin-bottom: 10px;
}
.trade-gold-price:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  background-size: 150% 150%;
  background-color: #e8e7d9;
  background-position: center bottom;
  z-index: -1;
  border-radius: 9px;
  margin: 2px 5px;
}
.trade-gold-price:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  bottom: 8px;
  border-radius: 9px;
  z-index: -1;
}
.trade-gold-price.i-buy .trade-gold-price__value {
  color: #659205;
}
.trade-gold-price.i-sell .trade-gold-price__value {
  color: red;
}
.trade-gold-price__value {
  flex-grow: 1;
  direction: ltr;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #272727;
  border-radius: 100px;
  margin: 0px 10px;
  padding: 0px 0;
}
.trade-gold-price__unit {
  margin-right: 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}

.c-trade-box {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  border-radius: 14px;
  background: #f5f5f5;
  overflow: hidden;
  margin: 20px;
  margin-top: 0;
}
.c-trade-box .i-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
}
.c-trade-box__label {
  font-size: 13px;
  font-weight: 500;
  color: #363636;
  white-space: nowrap;
  min-width: 100%;
  font-weight: bold;
  margin: 0 20px;
  margin-bottom: -10px;
  margin-top: 20px;
}
.c-trade-box .form-input-parent {
  border: none;
  background: transparent;
  flex-grow: 1;
  background: whitesmoke;
  min-height: auto;
  padding: 8px 16px 6px 16px;
  margin: 4px 0;
  margin-left: 5px;
  border-radius: 100px;
  background: white;
}
.c-trade-box .form-input-parent input {
  font-size: 18px;
  font-weight: bold;
}
.c-trade-box .form-unit {
  min-width: 30px;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}
.c-trade-box .c-trade-balance {
  padding: 4px 10px;
  font-size: 12px;
  color: gray;
  font-weight: 300;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #ffffff;
}
.c-trade-box .c-trade-balance > span {
  padding-left: 5px;
}
.c-trade-box .c-trade-balance .i-value {
  color: #367028;
  font-weight: bold;
  font-size: 13px;
}
.c-trade-box .c-trade-fee {
  font-size: 13px;
  color: #931717;
  padding: 10px 10px;
  font-weight: 500;
  background: #e6e5d2;
}

.c-trade-page {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: norepeat;
}

.trade-confirm-note {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 20px;
  border-radius: 9px;
  margin-bottom: 20px;
}
.trade-confirm-note.i-red {
  color: #7d3131;
  background: #f5ecec;
}
.trade-confirm-note.i-green {
  color: #677d31;
  background: #f1f5ec;
}

.field-info {
  padding: 5px;
  border: 1px solid #e4a8a8;
  border-radius: 9px;
  background: #faefef;
}
.field-info .i-title {
  font-size: 11px;
  font-weight: 400;
  display: block;
}
.field-info .i-value {
  font-size: 13px;
  font-weight: bold;
  color: #8b1e1e;
  padding: 10px;
  display: block;
}

.x-dialog-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--modal-backdrop-color);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  max-width: 768px;
  margin: 0px auto;
}

.x-dialog-backdrop.x-dialog-backdrop-downup {
  justify-content: flex-end;
  align-items: stretch;
}

.x-dialog-backdrop.x-dialog-backdrop-full-downup {
  justify-content: stretch;
  align-items: stretch;
}

.x-dialog-backdrop.x-dialog-backdrop-full-window {
  justify-content: stretch;
  align-items: stretch;
}

.x-dialog-backdrop.x-dialog-backdrop-center,
.x-dialog-backdrop.x-dialog-backdrop-none {
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.x-dialog-backdrop.x-dialog-backdrop-full {
  justify-content: center;
  align-content: stretch;
}

.x-dialog-backdrop.x-dialog-backdrop-center.x-loading,
.x-dialog-backdrop.x-dialog-backdrop-none.x-loading {
  animation: show 400ms 20ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}

.x-dialog-backdrop.x-dialog-backdrop-center.x-disposing {
  /*animation: hide 400ms 20ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;*/
}

.x-dialog-form {
  position: relative;
  background: var(--background-color);
  padding: 0;
  direction: rtl;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
}

.x-dialog-header {
  position: relative;
  height: 68px;
  padding-top: 5px;
}
.x-dialog-header:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  max-width: 30px;
  height: 3px;
  background-color: gray;
  margin: 0px auto;
  margin-top: 11px;
  z-index: -1;
}
.x-dialog-header:after {
  content: " ";
  left: 15px;
  right: 15px;
  height: 1px;
  background: #ede8e8;
  bottom: 0;
  position: absolute;
}

.x-dialog-title {
  font-size: 14px;
  color: var(text);
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}

.x-dialog-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
}
.x-dialog-close-btn .svg-icon {
  width: 13px;
  height: 13px;
  padding: 7px;
}

.x-dialog-container {
  min-height: 50px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.x-dialog-full-window .x-dialog-container {
  height: calc(100vh - 58px);
  max-height: calc(100vh - 58px);
  overflow-y: auto;
}

.x-dialog-footer {
  border: 1px solid gray;
  padding: 10px;
  background: whitesmoke;
}

.x-dialog-form.x-dialog-full {
  animation: show-full 200ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0.5;
  transform: scale(0.9);
  transform-origin: center center;
  margin: 10px;
  flex-grow: 1;
  align-self: stretch;
}

.x-dialog-form.x-dialog-none {
  animation: show-full 200ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0.5;
  transform: scale(0.9);
  transform-origin: center center;
  margin: 10px;
  border-radius: 8px;
}
.x-dialog-form.x-dialog-none > .x-dialog-header {
  display: none;
}

.x-dialog-form.x-dialog-downup {
  animation: show-downup 200ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0.5;
  transform: translateY(100%);
  margin: 0;
  border-radius: 24px 24px 0 0;
}

.x-dialog-form.x-dialog-full-downup {
  animation: show-downup 200ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0.5;
  transform: translateY(100%);
  margin: 0;
  border-radius: 24px 24px 0 0;
  min-height: 100%;
}

.x-dialog-form.x-dialog-full-window {
  animation: show-downup 200ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0.5;
  transform: translateY(100%);
  margin: 0;
  border-radius: 0;
  min-height: 100%;
}

.x-dialog-form.x-dialog-center {
  margin: 10px;
}

.x-dialog-form.x-dialog-center.x-loading {
  animation: show-center 400ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}

.x-dialog-form.x-dialog-center.x-disposing {
  animation: hide-center 300ms 50ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}

@keyframes hide-center {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0.5;
    transform: rotateX(-90deg);
  }
}
@keyframes show-center {
  0% {
    opacity: 0.5;
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@keyframes show-full {
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes show-downup {
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes show-full-downup {
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes show-section {
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.x-window-header {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  background: var(--data-color-bgmodal);
  z-index: 1;
}
.x-window-header button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
}
.x-window-header button .las {
  font-size: 26px;
  color: gray;
}
.x-window-header button > .svg-icon {
  width: 100%;
  height: 24px;
}
.x-window-header button .svg-nav {
  width: 12px;
  transform: rotate(-90deg);
}
.x-window-header .x-window-title {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin: 0;
}
.x-window-header:after {
  content: " ";
  left: 15px;
  right: 15px;
  height: 1px;
  background: var(line);
  bottom: 0;
  position: absolute;
}

.toast-custom-style {
  direction: rtl;
  font-size: 13px;
}
.toast-custom-style > div > div {
  color: #FCFCFC;
  background: rgb(24, 26, 30);
  border: 2px solid gray;
}

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