@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/IBMPlexSans/IBMPlexSans-UltraLight/IBMPlexSans-UltraLight.eot");
  src: url("/fonts/IBMPlexSans/IBMPlexSans-UltraLight/IBMPlexSans-UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSans/IBMPlexSans-UltraLight/IBMPlexSans-UltraLight.woff") format("woff"), url("/fonts/IBMPlexSans/IBMPlexSans-UltraLight/IBMPlexSans-UltraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/IBMPlexSans/IBMPlexSans-Light/IBMPlexSans-Light.eot");
  src: url("/fonts/IBMPlexSans/IBMPlexSans-Light/IBMPlexSans-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSans/IBMPlexSans-Light/IBMPlexSans-Light.woff") format("woff"), url("/fonts/IBMPlexSans/IBMPlexSans-Light/IBMPlexSans-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/IBMPlexSans/IBMPlexSans-Medium/IBMPlexSans-Medium.eot");
  src: url("/fonts/IBMPlexSans/IBMPlexSans-Medium/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSans/IBMPlexSans-Medium/IBMPlexSans-Medium.woff") format("woff"), url("/fonts/IBMPlexSans/IBMPlexSans-Medium/IBMPlexSans-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/IBMPlexSans/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.eot");
  src: url("/fonts/IBMPlexSans/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSans/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.woff") format("woff"), url("/fonts/IBMPlexSans/IBMPlexSans-SemiBold/IBMPlexSans-SemiBold.ttf") format("truetype"); }

[class^="ti-"]:before, [class*=" ti-"]:before {
  display: inherit; }

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/YekanBakh/YekanBakh-Regular/YekanBakh-Regular.eot");
  src: url("/fonts/YekanBakh/YekanBakh-Regular/YekanBakh-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/YekanBakh/YekanBakh-Regular/YekanBakh-Regular.woff") format("woff"), url("/fonts/YekanBakh/YekanBakh-Regular/YekanBakh-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/YekanBakh/YekanBakh-Medium/YekanBakh-Medium.eot");
  src: url("/fonts/YekanBakh/YekanBakh-Medium/YekanBakh-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/YekanBakh/YekanBakh-Medium/YekanBakh-Medium.woff") format("woff"), url("/fonts/YekanBakh/YekanBakh-Medium/YekanBakh-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/YekanBakh/YekanBakh-Bold/YekanBakh-Bold.eot");
  src: url("/fonts/YekanBakh/YekanBakh-Bold/YekanBakh-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/YekanBakh/YekanBakh-Bold/YekanBakh-Bold.woff") format("woff"), url("/fonts/YekanBakh/YekanBakh-Bold/YekanBakh-Bold.ttf") format("truetype"); }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box; }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  color: inherit;
  text-decoration: none; }

a:hover, a:active {
  color: inherit;
  text-decoration: none; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-width: 0; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit; }

button {
  outline: none;
  box-sizing: border-box; }

select, input, textarea {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* width */
::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

body {
  min-width: 320px;
  font-weight: 400;
  font-size: 14px; }
  :not([lang='fa']) body {
    font-family: "IBMPlexSans", Arial, PingFangSC-Regular, "Microsoft YaHei", sans-serif; }
  [lang='fa'] body {
    font-family: "YekanBakh", sans-serif; }
  body.noscroll {
    position: fixed;
    overflow: hidden; }
  body[loaded='true'] .main-overlay {
    display: none; }

select,
input,
textarea {
  width: 100%; }

a {
  transition: none !important; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

.decoration-line-through {
  text-decoration: line-through; }

.decoration-underline {
  text-decoration: underline; }

.text-right {
  text-align: right; }

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

.text-left {
  text-align: left; }

.text-start {
  text-align: left; }
  html[dir='rtl'] .text-start {
    text-align: right; }

.text-end {
  text-align: right; }
  html[dir='rtl'] .text-end {
    text-align: left; }

.farsi,
.lng-fa,
.fa {
  font-family: "YekanBakh", sans-serif; }

.english,
.lng-en,
.en {
  font-family: "IBMPlexSans", Arial, PingFangSC-Regular, "Microsoft YaHei", sans-serif; }

.text-inherit {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit; }

.text-bar {
  display: flex;
  border: 1px solid whitesmoke;
  border-radius: 23px;
  margin: 16px auto 8px;
  width: auto;
  padding: 8px 24px;
  background-color: #fff;
  justify-content: center;
  align-items: baseline;
  direction: ltr; }
  .text-bar img,
  .text-bar .icon {
    margin-right: 8px; }

.icon {
  vertical-align: middle; }

.auth-title {
  margin-bottom: 40px;
  margin-top: 24px; }
  @media (min-width: 767px) {
    .auth-title {
      margin-top: 70px; } }

.auth-card {
  margin: 40px 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.input-wrapper {
  margin-bottom: 32px; }

.keyValues > div {
  margin-bottom: 5px; }
  .keyValues > div > :first-child {
    display: inline-block;
    min-width: 130px; }

ul.has-bullet {
  list-style-type: disc;
  margin-top: 10px; }
  html[dir=ltr] ul.has-bullet {
    padding-left: 48px; }
  html[dir=rtl] ul.has-bullet {
    padding-right: 48px; }
  ul.has-bullet li {
    margin-bottom: 5px; }

.white {
  background-color: white; }

.button-group {
  display: flex;
  font-weight: 500;
  margin: 0px 0px 12px; }
  .button-group button {
    min-width: 0px;
    line-height: 32px;
    text-transform: uppercase;
    color: #76808f;
    background-color: transparent;
    flex: 1;
    height: 34px !important;
    min-height: 34px !important;
    border: 1px solid #e6e8ea; }
    .button-group button[dir='rtl'].buy.active::before {
      left: -29px; }
    .button-group button[dir='rtl'].sell.active::before {
      left: calc(100% - 4px); }
    .button-group button[dir='ltr'].buy.active::before {
      left: calc(100% - 4px); }
    .button-group button[dir='ltr'].sell.active::before {
      left: -29px; }
    .dark .button-group button {
      border: 1px solid rgba(242, 242, 242, 0.1); }
    .button-group button:hover:not(.active) {
      background: transparent !important; }
    .button-group button.buy.active {
      background: #02c076;
      border-color: #02c076;
      color: white;
      border-start-end-radius: 8px;
      border-end-end-radius: 8px;
      overflow: visible !important; }
      .button-group button.buy.active::before {
        content: '';
        position: absolute;
        top: 0;
        width: 16px;
        height: 16px;
        border-top: 16px solid transparent;
        border-inline-start: 16px solid #02c076;
        border-inline-end: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-radius: 8px;
        z-index: 5; }
    .button-group button.sell.active {
      background: #f84960;
      border-color: #f84960;
      color: white;
      border-end-start-radius: 8px;
      border-start-start-radius: 8px;
      overflow: visible !important; }
      .button-group button.sell.active::before {
        content: '';
        position: absolute;
        top: 0;
        width: 16px;
        height: 16px;
        border-top: 16px solid transparent;
        border-inline-start: 16px solid transparent;
        border-inline-end: 16px solid #f84960;
        border-bottom: 16px solid transparent;
        border-radius: 8px;
        z-index: 5; }

.orderbook-row {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer; }
  .dark .orderbook-row:hover {
    background-color: rgba(255, 255, 255, 0.04); }
  .light .orderbook-row:hover {
    background-color: rgba(200, 200, 200, 0.2); }
  .orderbook-row > div {
    flex: 1; }
    [dir='ltr'] .orderbook-row > div:nth-of-type(2), [dir='ltr'] .orderbook-row > div:nth-of-type(3) {
      text-align: right; }
    [dir='rtl'] .orderbook-row > div:nth-of-type(2), [dir='rtl'] .orderbook-row > div:nth-of-type(3) {
      text-align: left; }
  .orderbook-row.body {
    height: 20px; }
  .orderbook-row .content {
    height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #474d57; }
    .orderbook-row .content > div {
      flex: 1; }
      [dir='ltr'] .orderbook-row .content > div:nth-of-type(2), [dir='ltr'] .orderbook-row .content > div:nth-of-type(3) {
        text-align: right; }
      [dir='rtl'] .orderbook-row .content > div:nth-of-type(2), [dir='rtl'] .orderbook-row .content > div:nth-of-type(3) {
        text-align: left; }
  @media (min-width: 767px) {
    .orderbook-row {
      padding-left: 16px;
      padding-right: 16px; } }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.column {
  display: flex;
  flex-direction: column !important; }

.row {
  display: flex;
  flex-direction: row !important; }

.rowReverse {
  display: flex;
  flex-direction: row-reverse; }

.space-between {
  justify-content: space-between; }

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }
  @media (min-width: 767px) {
    .center {
      margin: 0 auto; } }

.separator {
  border-bottom: 1px solid #e6e8ea;
  height: 1px;
  width: 100%;
  margin: 24px 0; }

.container {
  padding: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .container {
      padding: 24px; } }
  @media (min-width: 1023px) {
    .container {
      padding: 32px; } }

.container-narrow {
  min-width: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px; }
  @media (min-width: 767px) {
    .container-narrow {
      width: 416px;
      margin: 0 auto; } }

.col-container {
  box-sizing: border-box;
  min-width: 0px;
  display: block;
  margin: 0px; }
  .col-container .col {
    box-sizing: border-box;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex: 1; }
  @media (min-width: 767px) {
    .col-container {
      display: block; }
      .col-container .col {
        width: 100%;
        padding: 0px; } }
  @media (min-width: 1023px) {
    .col-container {
      display: flex;
      margin-left: -16px;
      margin-right: -16px; }
      .col-container .col {
        width: 50%;
        padding: 16px; } }

.stock-table {
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px; }
  .stock-table .row {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid #f2f2f2;
    color: #76808f;
    line-height: 18px;
    font-size: 14px; }
    .stock-table .row.header {
      font-size: 12px; }
    .stock-table .row .mobile-hide {
      display: none; }
  @media (min-width: 767px) {
    .stock-table {
      box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px;
      margin: 32px 0; }
      .stock-table .row {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 18px; }
        [dir='ltr'] .stock-table .row {
          padding-right: 32px; }
        [dir='rtl'] .stock-table .row {
          padding-left: 32px; }
        .stock-table .row .header {
          font-size: 14px; }
        .stock-table .row .mobile-hide {
          display: block; } }

[dir='rtl'] .reactour__close {
  left: 22px;
  right: unset; }

[dir='rtl'] [data-tour-elem='badge'] {
  font-family: unset; }

[dir='rtl'] [data-tour-elem='left-arrow'] {
  margin-right: 0;
  margin-left: 24px;
  transform: rotate(180deg); }

[dir='rtl'] [data-tour-elem='right-arrow'] {
  margin-left: 0px;
  margin-right: 24px;
  transform: rotate(180deg); }
  [dir='rtl'] [data-tour-elem='right-arrow'] button {
    transform: rotate(180deg); }

.btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 767px) {
    .btn-container {
      flex-direction: row; } }

[data-tour-elem='controls'] {
  justify-content: center; }

.\--header-balance {
  border-bottom: none !important;
  margin-bottom: 0 !important; }

html {
  --antd-wave-shadow-color: #f0b90b !important; }

::selection {
  color: #fff;
  background: #f0b90b; }

.ant-select-selector {
  border: none !important;
  border-bottom: 1px solid #e6e8ea !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: black !important;
  font-size: 16px !important;
  padding: 0 !important; }

.ant-select-item-option-selected {
  color: #f0b90b !important;
  background-color: transparent !important; }

.ant-select.bordered .ant-select-selector {
  border: 1px solid #e6e8ea !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 4px !important; }

.ant-select.bordered .ant-select-arrow {
  top: 47%; }

.ant-picker {
  border: none !important;
  border-bottom: 1px solid #e6e8ea !important;
  padding-left: 0 !important;
  box-shadow: none !important; }

.ant-picker-range .ant-picker-active-bar {
  background: #f0b90b !important;
  margin-left: 0 !important; }

.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #f0b90b !important; }

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #fbda3c !important; }

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #f0b90b !important; }

.ant-picker-large .ant-picker-input > input {
  font-size: 12px;
  font-weight: 500; }

.ant-picker-time-panel-column
> li.ant-picker-time-panel-cell-selected
.ant-picker-time-panel-cell-inner {
  background: rgba(251, 219, 60, 0.28); }

.ant-btn-primary {
  background-color: #f0b90b !important;
  border-color: #f0b90b !important; }

.ant-table-wrapper.compact .ant-table-cell {
  background-color: transparent;
  padding: 4px 4px !important;
  color: #76808f !important; }

.ant-table-wrapper.small .ant-table-cell {
  padding: 8px 8px !important; }

.ant-spin-container::after {
  background-color: transparent !important; }

.ant-table-empty {
  background-color: transparent !important; }

.ant-table {
  padding: 12px 0 !important; }
  [dir='rtl'] .ant-table .ant-table-cell {
    text-align: right; }
  .ant-table .ant-table-content {
    overflow-x: scroll;
    padding-bottom: 10px; }
  html[dir=ltr] .ant-table .ant-table-thead > tr > th {
    text-align: left; }
  html[dir=rtl] .ant-table .ant-table-thead > tr > th {
    text-align: right; }
  .ant-table table th {
    color: #848e9c !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    background-color: #f9f9fa;
    border-bottom: none !important; }
  .ant-table table td,
  .ant-table table th {
    padding: 12px 16px !important; }
  .ant-table table .ant-table-placeholder td {
    border-bottom: none !important; }

.ant-table.ant-table-middle .ant-table-thead .ant-table-column-sorters {
  padding: 0 !important; }

.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #f0b90b !important; }

.ant-tabs-nav .ant-tabs-tab-active {
  color: #1e2026 !important; }

.ant-tabs-ink-bar {
  background-color: #f0b90b !important; }

.ant-tabs-nav .ant-tabs-tab:hover {
  color: #212833 !important; }

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #f0b90b !important;
  border-color: #f0b90b !important; }

.ant-checkbox-checked::after {
  border: 1px solid #f0b90b !important; }

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #f0b90b !important; }

.ant-radio-inner {
  background-color: transparent !important; }

.dark .ant-radio-wrapper {
  color: #aeb4bc !important; }

.ant-radio-inner::after {
  background-color: #f0b90b !important;
  margin-top: unset !important;
  margin-left: unset !important; }

.ant-radio-checked .ant-radio-inner {
  border-color: #f0b90b !important; }

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #f0b90b !important; }

.react-code-input-container input {
  border: none !important;
  border-bottom: 1px solid #e6e8ea !important;
  border-radius: 0 !important;
  flex: 1;
  width: 0 !important;
  margin: 0 5px;
  caret-color: #f0b90b !important; }
  .react-code-input-container input:focus {
    border-bottom-color: #f0b90b !important; }

.ant-notification-notice-close {
  color: rgba(0, 0, 0, 0.45) !important; }
  html[dir=ltr] .ant-notification-notice-close {
    right: 22px; }
  html[dir=rtl] .ant-notification-notice-close {
    left: 22px; }
  html[dir=ltr] .ant-notification-notice-close {
    left: unset; }
  html[dir=rtl] .ant-notification-notice-close {
    right: unset; }

html[dir=ltr] .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px; }

html[dir=rtl] .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px; }

.ant-notification-notice-with-icon .ant-notification-notice-message {
  padding-right: 0; }
  html[dir=ltr] .ant-notification-notice-with-icon .ant-notification-notice-message {
    margin-left: 48px; }
  html[dir=rtl] .ant-notification-notice-with-icon .ant-notification-notice-message {
    margin-right: 48px; }

body[dir='rtl'] .ant-select-arrow {
  left: 11px !important;
  right: unset !important; }

body[dir='rtl'] .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
body[dir='rtl'] .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-left: 18px;
  padding-right: unset; }

body[dir='rtl'] .ant-table-column-sorter {
  margin-right: 8px;
  margin-left: unset; }

.anticon-close-circle {
  margin-left: 8px; }

.ant-upload.ant-upload-select-picture-card {
  width: auto;
  padding: 10px 15px; }

.ant-upload-picture-card-wrapper {
  width: auto; }

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #f0b90b !important; }

[dir='rtl'] .ant-slider-dot {
  transform: scale(1.7); }
  [dir='rtl'] .ant-slider-dot:first-child {
    margin-right: -4px;
    margin-left: unset; }
  [dir='rtl'] .ant-slider-dot:last-child {
    margin-right: -4px;
    margin-left: unset; }

[dir='ltr'] .ant-slider-dot {
  transform: scale(1.7); }
  [dir='ltr'] .ant-slider-dot:first-child {
    margin-left: -4px; }
  [dir='ltr'] .ant-slider-dot:last-child {
    margin-left: -4px; }

.dark .ant-slider:hover .ant-slider-rail {
  background-color: #323232; }

.dark .ant-slider-mark-text {
  color: #aeb4bc !important; }

.dark .ant-slider-rail {
  background-color: #272a2e; }

.dark .ant-slider-dot {
  background-color: #272a2e;
  border-color: #1f2125; }

.dark .ant-slider-handle {
  background-color: #1f2124;
  border-color: white !important; }

.ant-slider-dot-active {
  border-color: #848e9c !important; }

.ant-slider-track {
  background-color: #848e9c !important; }

.ant-slider-handle {
  border: solid 2px #848e9c !important; }

.ant-slider-mark {
  opacity: 0;
  transition: all 300ms ease; }

.ant-slider-mark-text {
  font-size: 12px; }

.ant-tooltip-open + .ant-slider-mark {
  opacity: 1; }

.ant-spin-dot-item {
  background-color: #f0b90b !important; }

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #f0b90b !important; }

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #f0b90b !important; }

.ant-pagination-item-active {
  border-color: #f0b90b !important; }
  .ant-pagination-item-active a {
    color: #f0b90b !important; }

[dir='rtl'] .ant-pagination-next,
[dir='rtl'] .ant-pagination-prev {
  transform: rotate(180deg); }

.ant-steps-item-process .ant-steps-item-icon {
  background: #f0b90b !important;
  border-color: #f0b90b !important; }

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  font-weight: 500;
  color: #1e2026 !important; }

.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500; }

.ant-steps-item-wait .ant-steps-item-icon {
  font-weight: 700;
  border-color: #eaecef !important;
  color: #aeb4bc !important;
  background: #eaecef !important; }

.ant-steps-item-wait
> .ant-steps-item-container
> .ant-steps-item-content
> .ant-steps-item-title {
  color: #929aa5 !important; }

.ant-steps-item-finish .ant-steps-item-icon {
  background: #f0b90b !important;
  border-color: #f0b90b !important; }

.ant-steps-item-finish
> .ant-steps-item-container
> .ant-steps-item-content
> .ant-steps-item-title {
  font-weight: 500;
  color: #1e2026 !important; }

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1e2026 !important;
  font-weight: 700;
  stroke: 2; }

.ant-steps-item-finish
> .ant-steps-item-container
> .ant-steps-item-tail::after {
  background: #f0b90b !important; }

[dir='ltr'] .ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px !important; }

[dir='rtl'] .ant-steps-label-vertical .ant-steps-item-tail {
  margin-right: 58px !important;
  margin-left: 0 !important; }

[dir='ltr'] .ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot)
.ant-steps-item-icon {
  margin-left: 46px !important; }

[dir='rtl'] .ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot)
.ant-steps-item-icon {
  margin-right: 46px !important;
  margin-left: 0 !important; }

[dir='ltr'] .ant-steps-item-tail {
  left: 0 !important; }

[dir='rtl'] .ant-steps-item-tail {
  right: 0 !important;
  left: unset !important; }

[dir='ltr'] .ant-modal-close {
  right: 0 !important; }

[dir='rtl'] .ant-modal-close {
  left: 0 !important;
  right: unset !important; }

.ant-input:hover {
  border-color: #f0b90b !important; }

.ant-input:focus,
.ant-input-focused {
  border-color: #f0b90b !important;
  box-shadow: 0 0 0 2px rgba(240, 185, 11, 0.2) !important; }

.ant-input-affix-wrapper {
  align-items: center; }

.ant-input-affix-wrapper:hover {
  border-color: #f0b90b !important; }

[dir='ltr'] .ant-message .anticon {
  margin-right: 8px !important; }

[dir='rtl'] .ant-message .anticon {
  margin-right: 0 !important;
  margin-left: 8px !important; }

.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #f0b90b !important;
  box-shadow: 0 0 0 2px rgba(240, 185, 11, 0.2) !important; }

.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-input-affix-wrapper,
.ant-form-item-has-error .ant-input:hover,
.ant-form-item-has-error .ant-input-affix-wrapper:hover {
  border-color: #ff4d4f !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2) !important; }

.ant-input-number {
  width: 100% !important;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e6e8ea;
  color: #1e2026; }
  .ant-input-number:hover {
    border-color: #f0b90b; }
  .ant-input-number.hide-handle .ant-input-number-handler-wrap {
    display: none; }
  .ant-input-number input {
    text-align: inherit; }

.ant-input-number-input {
  padding: 0; }

.ant-input-number-focused {
  box-shadow: none !important; }

[dir='ltr'] .ant-select-arrow {
  right: 11px;
  left: unset; }

[dir='rtl'] .ant-select-arrow {
  left: 11px;
  right: unset; }

[dir='ltr'] .ant-select-single.ant-select-show-arrow .ant-select-selection-item, [dir='ltr']
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 38px; }

[dir='rtl'] .ant-select-single.ant-select-show-arrow .ant-select-selection-item, [dir='rtl']
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-left: 38px;
  padding-right: 0; }

.certain-category-search.ant-select-auto-complete
.ant-input-affix-wrapper
.ant-input-suffix {
  right: 0px; }

.certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
  color: #666;
  font-weight: bold; }

.certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
  border-bottom: 1px solid #f6f6f6; }

.certain-category-search-dropdown .ant-select-dropdown-menu-item {
  padding-left: 16px; }

.certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
  text-align: center;
  cursor: default; }

.certain-category-search-dropdown .ant-select-dropdown-menu {
  max-height: 300px; }

.certain-search-item-count {
  position: absolute;
  color: #999;
  right: 16px; }

.certain-category-search.ant-select-focused .certain-category-icon {
  color: #108ee9; }

.certain-category-icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 16px; }

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 0; }

.ant-popover {
  text-align: unset; }

[dir='ltr'] .ant-popover-message-title {
  padding-left: 22px;
  padding-right: unset; }

[dir='rtl'] .ant-popover-message-title {
  padding-right: 22px;
  padding-left: unset; }

.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-left: 8px;
  margin-right: 8px; }

.ant-modal-confirm .ant-modal-confirm-btns {
  float: unset;
  margin-top: 32px;
  flex-direction: row-reverse;
  display: flex;
  justify-content: flex-end;
  margin-left: -8px;
  margin-right: -8px; }


#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    background: #f0b90b;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #f0b90b, 0 0 5px #f0b90b;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: 'block';
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #f0b90b;
    border-left-color: #f0b90b;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.DatePicker {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.DatePicker__input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
  font-family: inherit;
  text-align: center;
  font-size: 12px;
}

.DatePicker__input.-rtl {
  direction: rtl;
}

.DatePicker__input::placeholder {
  color: #979797;
}

.DatePicker__calendarContainer.-top + .DatePicker__calendarArrow {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translateY(-2.5rem) rotate(180deg);
  animation: fadeArrowFlipped 0.3s forwards;
}

.DatePicker__calendarContainer {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.DatePicker__calendarContainer.-top {
  top: auto;
  bottom: calc(100% + 20px);
}

.Calendar,
.Calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: ltr;
}

.Calendar,
.Calendar.-rtl * {
  direction: rtl;
}

.DatePicker__calendarArrow {
  position: absolute;
  width: 0;
  height: 0;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  z-index: 10;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.Calendar {
  --cl-color-black: #444444;
  --cl-color-disabled: #d4d4d4;
  --cl-color-error: #ff2929;
  font-size: 10px;
  background: #fff;
  box-shadow: 0 1em 4em rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  position: relative;
  user-select: none;
  padding-top: 1.2em;
  display: flex;
  flex-direction: column;
  width: 33em;
  z-index: 10;
  max-width: 90vw;
  min-height: 36.7em;
}

.DatePicker .Calendar,
.DatePicker__calendarArrow {
  transform: translateY(2.5em);
  opacity: 0;
  animation: fadeCalendar 0.3s forwards;
}

.DatePicker__calendarContainer.-top .Calendar {
  transform: translateY(-2.5em);
}

.Calendar.-noFocusOutline *:focus {
  outline: none !important;
}

.Calendar > :not(.Calendar__footer) button {
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.Calendar__header {
  display: flex;
  color: var(--cl-color-black);
  padding: 2em 2.9em;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthArrowWrapper {
  line-height: 0;
  font-size: 1em;
  padding: 3px;
  position: relative;
  border: none;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.Calendar__monthArrowWrapper:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthArrowWrapper:disabled,
.Calendar__monthArrowWrapper.-hidden {
  opacity: 0;
  pointer-events: none;
}

.Calendar__monthArrowWrapper.-left {
  transform: rotate(90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-left {
  transform: rotate(-90deg);
}

.Calendar__monthArrowWrapper.-right {
  transform: rotate(-90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-right {
  transform: rotate(90deg);
}

.Calendar__monthArrowWrapper:active .Calendar__monthArrow {
  transform: scale(0.7);
}

.Calendar__monthArrow {
  border-radius: 50%;
  transition: var(--animation-duration) transform;
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 1.7em;
  height: 1.7em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.Calendar__monthYearContainer {
  flex: 1;
  position: relative;
}

.Calendar__monthYear {
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: var(--animation-duration);
  line-height: 1;
}

.Calendar__monthYear.-hiddenNext {
  opacity: 0;
  transform: translateX(50%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenNext {
  transform: translateX(-150%);
}

.Calendar__monthYear.-hiddenPrevious {
  opacity: 0;
  transform: translateX(-150%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious {
  transform: translateX(50%);
}

.Calendar__monthYear.-shown {
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateX(-50%);
}

.Calendar__monthYear.-shownAnimated {
  animation: var(--animation-duration) fadeTextToCenter forwards;
}

.Calendar__monthYear > * {
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
  transition: var(--animation-duration);
  font-size: 1.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) scale(0.95);
  will-change: transform;
  border-radius: 5px;
}

.Calendar__monthYear:not(.-shown) > *,
.Calendar__monthYear > *.-hidden {
  cursor: default;
  pointer-events: none;
}

.Calendar__monthText {
  margin-left: -0.3em;
}
.Calendar__yearText:last-child {
  margin-right: -0.3em;
}

.Calendar__monthYear.-shown > *:hover,
.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown > *:focus,
.Calendar__monthYear > *.-activeBackground {
  background: #f5f5f5;
}

.Calendar__monthText:hover {
  transform: translateX(-0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__monthText:hover {
  transform: translateX(0.2em) scale(0.95);
}

.Calendar__yearText:hover {
  transform: translateX(0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__yearText:hover {
  transform: translateX(-0.2em) scale(0.95);
}

.Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(-50%);
}

.Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(-50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(50%);
}

.Calendar__monthYear:not(.-shown) > * {
  pointer-events: none;
}

.Calendar__monthSelectorAnimationWrapper,
.Calendar__yearSelectorAnimationWrapper {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthSelectorWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Calendar__monthSelector {
  padding: 0 2.5em;
  align-content: center;
  padding-bottom: 2em;
}

.Calendar__monthSelector,
.Calendar__yearSelector {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-150%);
  will-change: transform;
  transition: 0.6s;
  height: 100%;
}

.Calendar__yearSelectorWrapper {
  width: 100%;
  height: 100%;
}

.Calendar__yearSelectorWrapper::after,
.Calendar__yearSelectorWrapper::before {
  content: '';
  width: 100%;
  height: 5em;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}

.Calendar__yearSelectorWrapper::after {
  background-image: linear-gradient(to bottom, #fff, #fff 10%, rgba(245, 245, 245, 0));
  top: -0.1em;
}

.Calendar__yearSelectorWrapper::before {
  background-image: linear-gradient(to top, #fff, #fff 10%, rgba(245, 245, 245, 0));
  bottom: 0;
}

.Calendar__yearSelectorWrapper.-faded::after,
.Calendar__yearSelectorWrapper.-faded::before {
  opacity: 1;
  z-index: 3;
}

.Calendar__yearSelector {
  align-content: flex-start;
  scrollbar-width: 0;
  overflow: scroll;
  position: relative;
  width: 100%;
  padding: 5em 2em;
  -ms-overflow-style: none;
}

.Calendar__yearSelector::-webkit-scrollbar {
  display: none;
}

.Calendar__yearSelectorItem {
  width: 25%;
  display: flex;
  justify-content: center;
}

.Calendar__yearSelectorItem:not(:nth-child(-n + 4)) {
  margin-top: 1.5em;
}

.Calendar__yearSelectorText {
  border: none;
  font-size: 1.4em;
  min-width: 85%;
  padding: 0.2em 0.5em;
  border-radius: 8.5px;
}

.Calendar__monthSelector.-open,
.Calendar__yearSelector.-open {
  transform: translateY(0);
}

.Calendar__yearSelectorText:focus,
.Calendar__monthSelectorItemText:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthSelectorItem {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}

.Calendar__monthSelectorItem:not(:nth-child(-n + 3)) {
  margin-top: 2em;
}

.Calendar__monthSelectorItemText {
  border: none;
  padding: 0.4em 0.4em;
  border-radius: 8.5px;
  font-size: 1.3em;
  min-width: 70%;
  transition: 0.3s;
}

.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,
.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover {
  background: #f5f5f5;
}

.Calendar__monthSelectorItemText:disabled,
.Calendar__yearSelectorText:disabled {
  opacity: 0.5;
  cursor: default;
}

.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,
.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText {
  background-color: var(--cl-color-primary);
  color: #fff;
}

.Calendar__weekDays {
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-disabled);
  font-size: 1.2em;
  margin-bottom: 0.7em;
  padding: 0 2.6em;
  position: relative;
}

.Calendar__weekDay {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  text-decoration: none;
}

.Calendar__sectionWrapper {
  position: relative;
  min-height: 25.8em;
  overflow: hidden;
}

.Calendar__section {
  display: flex;
  flex-direction: column;
  padding: 0 3.2em;
  position: absolute;
  color: var(--cl-color-black);
  top: 0;
  padding-top: 0.5em;
  left: 0;
  width: 100%;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: var(--animation-duration);
}

.Calendar__section.-hiddenPrevious {
  opacity: 0.5;
  transform: translateX(-90%);
}

.Calendar.-rtl .Calendar__section.-hiddenPrevious {
  transform: translateX(90%);
}

.Calendar__section.-hiddenNext {
  opacity: 0.5;
  transform: translateX(90%);
}

.Calendar.-rtl .Calendar__section.-hiddenNext {
  transform: translateX(-90%);
}

.Calendar__section.-shown {
  opacity: 1;
  transform: translateX(0);
}

.Calendar__section.-shownAnimated {
  animation: var(--animation-duration) FadeContentToCenter forwards;
}

.Calendar__weekRow {
  display: flex;
  width: 100%;
}

.Calendar__day {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  padding: calc(0.25em - 1px) 0;
  font-size: 1.6em;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid transparent;
  margin-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Calendar__day:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__day.-ltr {
  min-height: 2.6em;
  font-size: 1.45em;
}

.Calendar__day.-rtl {
  font-size: 1.55em;
  height: 2.45em;
}

.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover {
  background: #eaeaea;
  border-radius: 50%;
  color: var(--cl-color-black);
  border-color: transparent;
}

.Calendar__day.-selected,
.Calendar__day.-selectedStart,
.Calendar__day.-selectedEnd {
  background: var(--cl-color-primary);
  color: #fff;
}

.Calendar__day.-ltr.-selectedStart {
  border-radius: 0;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-rtl.-selectedStart {
  border-radius: 0;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-selectedBetween {
  background: var(--cl-color-primary-light);
  color: var(--cl-color-primary);
  border-radius: 0;
}

.Calendar__day.-ltr.-selectedEnd {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-rtl.-selectedEnd {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  color: var(--cl-color-error);
}

.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  background: var(--cl-color-error);
}

.Calendar__day.-disabled {
  color: var(--cl-color-disabled) !important;
  background: transparent !important;
  cursor: default !important;
}
.Calendar__day.-selected {
  border-radius: 50%;
}
.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  font-weight: 600;
  color: var(--cl-color-black);
  color: #000;
  position: relative;
}

.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  display: block;
  width: 0.6em;
  height: 1px;
  background: #000;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%);
  transition: 0.2s;
}

.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  opacity: 0;
}

.Calendar__day.-blank {
  color: transparent;
  cursor: default;
  pointer-events: none;
}

.Calendar__footer {
  position: relative;
  z-index: 1;
}

@keyframes fadeCalendar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeArrowFlipped {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
  }
}

@keyframes fadeTextToCenter {
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes FadeContentToCenter {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

#IranMap {
  display: block;
  position: relative;
  padding: 0;
  font-size: 11px;
  width: 100%; }
  #IranMap .map {
    display: block;
    width: 100%;
    user-select: none; }
    #IranMap .map svg {
      height: 350px;
      width: 350px; }
    #IranMap .map .border path, #IranMap .map .island path {
      fill: #fff; }
    #IranMap .map .province path {
      fill: #c3c3c3; }
    #IranMap .map .sea path, #IranMap .map .lake path {
      fill: #a8d2ec; }
  #IranMap .city {
    clear: both;
    padding: 10px 0; }

.bubble {
  display: block;
  position: absolute;
  transform: scale(1.3); }
  .bubble :hover:after {
    background-color: #008a55; }
  .bubble :after {
    content: "";
    background-color: #008a55;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 1px;
    left: 1px; }
  .bubble .bubble-outer-dot {
    margin: 1px;
    display: block;
    text-align: center;
    opacity: 1;
    background-color: rgba(0, 138, 85, 0.6);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse 1.5s linear infinite; }
  .bubble .bubble-inner-dot {
    display: block;
    text-align: center;
    opacity: 1;
    background-color: rgba(0, 138, 85, 0.6);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse 1.5s linear infinite; }
    .bubble .bubble-inner-dot :after {
      content: "";
      display: block;
      text-align: center;
      opacity: 1;
      background-color: rgba(0, 138, 85, 0.6);
      width: 12px;
      height: 12px;
      border-radius: 50%;
      -webkit-animation: bubble-pulse 1.5s linear infinite;
      -moz-animation: bubble-pulse 1.5s linear infinite;
      -o-animation: bubble-pulse 1.5s linear infinite;
      animation: bubble-pulse 1.5s linear infinite; }

@-webkit-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }

@keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }

@-moz-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }

@-o-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }

#center-div {
  position: absolute;
  top: -155px;
  right: auto;
  bottom: 0;
  left: 118px;
  margin: auto;
  width: 14px;
  height: 14px; }

