h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #141029;
  margin: 0;
}

.dark h1 {
  color: #fff;
}

@media (max-width: 800px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #434054;
  margin: 0;
}

.dark h2 {
  color: #fff;
}

h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #434054;
  margin: 0;
}

.dark h3 {
  color: #fff;
}

@media (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #434054;
  margin: 0;
}

.dark h4 {
  color: #fff;
}

small {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #A19FA9;
  display: block;
}

.dark small {
  color: #9090A8;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #A19FA9;
  margin: 0;
}

.dark p {
  color: #fff;
}


@import "./css/calendar.css";

:root {
  /* ATOMIC COLORS */

  --color-background: #F7F7FA;
  --color-primary: #FFFFFF;
  --color-field-background: #F8F8F8;
  --color-field-border: #A09FA8;
  --color-field-border-secondary: #ccccd4;
  --color-accent: #00BBFF;
  --color-accent-faded: #EFFAFE;

  --grad-primary: linear-gradient(135deg, #00FFAA 0%, #00BBFF 53.09%, #4579F5 100%);
  --grad-primary-shadow: 0 8px 12px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(10, 70, 82, 0.12), 0 0 1px rgba(0, 187, 255, 0.24);
  --grad-secondary: linear-gradient(90deg, #FF8800 0%, #F55C45 51.17%, #E12D81 100%);
  --grad-secondary-shadow: 0px 8px 12px rgba(245, 92, 69, 0.24), 0px 2px 4px rgba(245, 92, 69, 0.12), 0px 0px 1px rgba(245, 92, 69, 0.24);

  --color-text-primary: #434054;
  --color-text-secondary: #A09FA8;
  --color-text-green: #16b862;
  --color-text-red: #f54562;
  --color-text-yellow: #ffaa00;

  --color-icon-bg: var(--color-background-group);
  --color-icon: var(--color-text-secondary);
  --color-icon-blue: var(--color-accent);
  --color-icon-red: var(--color-text-red);
  --color-icon-green: var(--color-text-green);

  /* COMPONENT COLORS */

  --color-background-group: #FFFFFF;
  --shadow-group: 0 2px 4px rgba(20, 16, 41, 0.06), 0px 0px 1px rgba(20, 16, 41, 0.12);
  --color-background-group-faded: #FFFFFF;
  --color-background-subgroup: #FFFFFF;
  --shadow-subgroup: 0 0 1px rgba(20, 16, 41, 0.12), 0 4px 8px rgba(20, 16, 41, 0.06), 0 16px 16px rgba(20, 16, 41, 0.06);

  --color-table-header: #FFFFFF;
  --color-table-header-tab: rgba(32, 32, 54, 0.05);
  --color-table-header-tab-active: #FFFFFF;
  --shadow-table-header: 0 4px 10px rgba(32, 32, 54, 0.09);

  --color-wallet-background: #F8F2FE;

  --color-orderbook-green: #ACDFBF;
  --color-orderbook-red: #F0B4BD;

  /* TYPOGRAPHY */

  --font-family-primary: 'Montserrat', sans-serif;
  --font-family-monospace: 'Roboto Mono', monospace;
  --font-h1: 700 36px/100% var(--font-family-primary);
  --font-h2: 700 25px/100% var(--font-family-primary);
  --font-h3: 700 20px/100% var(--font-family-primary);
  --font-h4: 700 16px/100% var(--font-family-primary);
  --font-h5: 600 14px/100% var(--font-family-primary);

  --font-body1: 500 14px/130% var(--font-family-primary);
  --font-body2: 500 12px/130% var(--font-family-primary);
  --font-body3: 500 10px/130% var(--font-family-primary);
  --font-button-m: 600 16px/130% var(--font-family-primary);
  --font-button-l: 600 20px/100% var(--font-family-primary);

  --font-h2-monospace: 500 25px/100% var(--font-family-monospace);
}

:root .dark {
  --color-background: linear-gradient(#252537, #161625);
  --color-primary: linear-gradient(0deg, rgba(51, 51, 75, 0.24), rgba(51, 51, 75, 0.24)), linear-gradient(0deg, #27273E, #27273E);
  --color-field-background: #323249;
  --color-field-border: #9393AF;
  --color-field-border-secondary: #3F3F54;
  --color-accent: #00BBFF;
  --color-accent-faded: #2A2D45;

  --color-text-primary: #ffffff;
  --color-text-secondary: #9393af;
  --color-text-green: #00ffaa;
  --color-text-red: #ff00aa;
  --color-text-yellow: #eeff00;

  --color-icon-bg: var(--color-background-group);
  --color-icon: var(--color-text-secondary);
  --color-icon-blue: var(--color-accent);
  --color-icon-red: var(--color-text-red);
  --color-icon-green: var(--color-text-green);

  /* COMPONENT COLORS */

  --color-background-group: #27273E;
  --shadow-group: 0 0 13px 19px rgba(0, 0, 0, 0.02);
  --color-background-group-faded: #242434;
  --color-background-subgroup: linear-gradient(0deg, rgba(51, 51, 75, 0.24), rgba(51, 51, 75, 0.24)), #27273E;
  --shadow-subgroup: 0 0 1px rgba(20, 16, 41, 0.4), 0 0 8px rgba(20, 16, 41, 0.24), 0 10px 10px rgba(20, 16, 41, 0.1);

  --color-table-header: linear-gradient(90deg, rgba(224, 224, 255, 0.067) 0%, rgba(224, 224, 255, 0.1) 100%);
  --color-table-header-tab: rgba(224, 224, 255, 0.067);
  --color-table-header-tab-active: #393951;
  --shadow-table-header: 0 4px 10px rgba(32, 32, 54, 0.7);

  --color-wallet-background: #2C2945;

  --color-orderbook-green: #3E816E;
  --color-orderbook-red: #752368;
}

@media (hover: hover) {
  ::-webkit-scrollbar {
    width: 3px;
    height: 2px;
  }

  ::-webkit-scrollbar-track {
    background: rgba(20, 16, 41, 0.02);
    border-radius: 2px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(20, 16, 41, 0.08);
    border-radius: 2px;
  }

  .dark ::-webkit-scrollbar-track {
    background: rgba(224, 224, 255, 0.02);
  }

  .dark ::-webkit-scrollbar-thumb {
    background: rgba(224, 224, 255, 0.08);
  }

  ::-webkit-scrollbar-button {
    display: none;
  }

  ::-webkit-scrollbar-corner {
    display: none;
  }
}

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

select {
  padding-right: 20px;
}

option {
  background-color: var(--color-background-group);
}

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

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

._30kS- {
  position: relative;
}



._2SZ6h {
  flex-shrink: 0;
  --icon-size: 24px;
  width: var(--icon-size);
  height: var(--icon-size);
}

._2SZ6h img {
  max-width: 100%;
}

._2SZ6h svg {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* .currency.theme, .exchange.theme */
._1OmD8._O0N7Y, ._j46bj._O0N7Y {
  --color-currency-bg: #141029;
  --color-currency-fg: #FFFFFF;
}

._1OmD8._2YGHL, ._j46bj._2YGHL, .dark ._1OmD8._1lnsH, ._j46bj._1lnsH {
  --color-currency-bg: #E0E0FF;
  --color-currency-fg: #202036;
}

._2B92j {
  transform: rotate(180deg);
}

._3rPzO {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
}

._11s5i {
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

._32eKb {
  cursor: pointer;
  transition: transform 0.1s ease-out, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  font-family: inherit;
  outline: none;
}

._32eKb[disabled] {
  cursor: not-allowed;
}

._32eKb._3ur5_ {
  font: var(--font-body1);
  line-height: 36px;
}

._32eKb._2DwLF {
  font: var(--font-button-m);
  line-height: 48px;
}

._1v7Qk {
  margin-right: 8px;
  --icon-size: 16px;
}

._2DwLF ._1v7Qk {
  --icon-size: 24px;
}

._32eKb:hover ._1v7Qk {
  --color-icon: var(--color-text-primary);
}

._32eKb:hover[disabled] ._1v7Qk {
  --color-icon: inherit;
}

._cZijp {
  border: none;
  padding: 0 24px;

  background: var(--color-field-background);
  color: var(--color-text-secondary);
  border-radius: 2px;
}

._cZijp:hover {
  color: var(--color-text-primary);
}

._cZijp:active {
  color: var(--color-text-secondary);
}

._cZijp[disabled] {
  color: var(--color-text-secondary);
  background: none;
  border: 2px solid var(--color-field-border-secondary);
}

._2S8f8 {
  background: transparent;
  border: 1px solid var(--color-field-border);
  color: var(--color-text-secondary);
}

._2S8f8:hover {
  border-color: var(--color-text-primary);
  color: var(--color-text-primary);
}

._2S8f8:active {
  border: 1px solid var(--color-field-border);
  color: var(--color-text-secondary);
}


._2S8f8[disabled] {
  color: var(--color-text-secondary);
  background: none;
  border: 2px solid var(--color-field-border-secondary);
}


._2yV5q {

  border: none;
  -webkit-appearance: none;
  outline: none;
  opacity: 0.9;

  color: #fff;
  background: var(--grad-primary);
  box-shadow: 0 0 1px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(10, 70, 82, 0.12), 0 16px 22px rgba(0, 187, 255, 0.22), 0 8px 8px rgba(0, 187, 255, 0.1);
}

._2yV5q._3ur5_ {
  font: var(--font-button-m);
  height: 48px;
  border-radius: 2px;
}

._2yV5q._2DwLF {
  border-radius: 8px;
  height: 64px;
  font: var(--font-button-l);
}

._2yV5q:hover {
  opacity: 1;
  box-shadow: 0 0 1px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(10, 70, 82, 0.12), 0 16px 30px rgba(0, 187, 255, 0.3), 0 8px 12px rgba(0, 187, 255, 0.12);
}

._2yV5q:active {
  opacity: 0.9;
  box-shadow: 0 0 1px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(10, 70, 82, 0.12), 0 16px 22px rgba(0, 187, 255, 0.22), 0 8px 8px rgba(0, 187, 255, 0.1);
}

._3J8Ne {
  background: var(--grad-secondary);
  box-shadow: 0 0 1px rgba(245, 92, 69, 0.24), 0 2px 4px rgba(27, 10, 82, 0.12), 0 16px 22px rgba(245, 92, 69, 0.22), 0 8px 8px rgba(245, 92, 69, 0.1);
}

._3J8Ne:hover {
  box-shadow: 0 1px 1px rgba(245, 92, 69, 0.24), 0 4px 4px rgba(27, 10, 82, 0.12), 0 24px 30px rgba(245, 92, 69, 0.3), 0 12px 12px rgba(245, 92, 69, 0.12);
}

._2yV5q[disabled], ._3J8Ne[disabled] {
  opacity: 1;
  color: #A8A7AF;
  background: linear-gradient(90deg, #E0E0E2 0%, #D6D6D9 100%);
  box-shadow: none;
}

.dark ._2yV5q[disabled], .dark ._3J8Ne[disabled] {
  color: #9C9CA3;
  background: linear-gradient(90deg, #7E7E88 0%, #55555F 100%);
}

.__Z5DW {
  display: flex;
  position: relative;
}

._2AM4F {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  text-indent: -999999999px;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

._1WFDS {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;

  border: 1px solid var(--color-field-border);
  border-radius: 2px;
  flex-shrink: 0;

  transition: 0.1s ease border-color, 0.25s ease-in-out background-color;
  --icon-size: 12px !important;
}

._1WFDS:hover {
  border: 1px solid var(--color-text-primary);
}

._3F3eO {
  --icon-size: 10px;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
}

._2AM4F:checked + ._1WFDS {
  border: 1px solid var(--color-text-primary);
  background-color: var(--color-text-primary);
}

._2AM4F:checked + ._1WFDS ._3F3eO {
  opacity: 1;
}

._3CP76 {
  display: flex;
  align-items: center;
}

._316mO {
  color: #434054;
  margin-left: 7px;
  font-weight: 600;
}

.dark ._316mO {
  color: #fff;
}

._3M7Zq {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill {
  border: 0;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

._37hIZ {
  display: flex;
  flex-direction: row;

  background: var(--color-field-background);
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;

  transition: 0.25s ease-in-out border-color;
}

._37hIZ:hover, ._37hIZ:focus-within {
  border-color: var(--color-field-border-secondary);
}

._3bhna:hover, ._3bhna:focus-within, ._3bhna {
  border-color: var(--color-text-red);
}

._34Fke {
  background: none;
  color: var(--color-text-secondary);
  -webkit-text-fill-color: var(--color-text-secondary);
  border: 0;
  width: 100%;
  font: var(--font-body1);

  outline: none;
  padding: 10px 12px;
}

._SpTV5 {
  padding-left: 8px;
}

._3zk6A {
  margin-left: 8px;
  align-self: center;
  --icon-size: 18px;
}

._3drW0 {
  white-space: nowrap;
  margin-right: 12px;
  color: var(--color-text-secondary);
  align-self: center;
  transition: 0.25s ease-in-out color;
}

._1ex16 {
  display: flex;
  flex-direction: column;
  position: relative;

  border-radius: 2px;
  background: #f8f8f8;
  font: var(--font-body1);
  color: var(--color-text-secondary);
  width: 100%;
  min-width: 90px;
  opacity: 0.8;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out color;
  cursor: pointer;
  --paddings: 5px 30px 5px 12px;
  --height: 34px;
  height: var(--height);
}

.dark ._1ex16 {
  background: #3a3a52;
}

._1ex16:hover, ._1CVkx {
  opacity: 1;
}

._1ex16._1QgoI {
  opacity: 0.5;
}

._1CVkx {
  color: var(--color-text-primary)
}

._1LDMu {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--height);
  padding: var(--paddings);
}

._3gmiK {
  max-height: 200px;
  overflow: auto;
  --options-count: 0;
  background: #f8f8f8;
  width: 100%;
  top: 100%;
  position: absolute;
  z-index: 10;
  height: 0;
  transition: 0.25s ease-in-out height;
}

.dark ._3gmiK {
  background: #3a3a52;
}

._1CVkx ._3gmiK {
  height: calc(var(--height) * var(--options-count));
}

._3s6tV {
  height: var(--height);
  padding: var(--paddings);
  cursor: pointer;
}

._31UNj {
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.25s ease-in-out transform;
}

._1CVkx ._31UNj {
  transform: rotateZ(180deg);
}

input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

._3Rpyk {
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s ease;
  align-items: center;
  position: relative;

  --radio-color: #9090A8;
  --radio-checked: #434054;
}

.dark ._3Rpyk {
  --radio-checked: #fff;
}

._3Rpyk:hover {
  opacity: 0.7;
}

._2VZyT {
  width: 11px;
  height: 11px;
  border: 1px solid var(--radio-color);
  position: relative;
  border-radius: 50%;
}

input[type="radio"]:checked ~ ._2VZyT,
._atMsp {
  border: 1px solid var(--radio-checked);
}

input[type="radio"]:checked ~ ._2VZyT:after,
._atMsp:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--radio-checked);
  border-radius: 50%;
}

/*:global(.dark) input[type="radio"]:checked ~ .point,*/
/*:global(.dark) .pointActive {*/
/*  border: 1px solid #fff;*/
/*}*/

._10vsF {
}

._3GVc1 {
  margin-left: 15px;
}

._3GVc1._3MdOI {
  color: #434054;
}

.dark ._3GVc1._3MdOI {
  color: #fff;
}

input._2pF5X {
  width: 100%;
  padding: 7px 9px 7px 48px;
}

._3XlVn {
  position: relative;
  width: 100%;
}

._3o_YU {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

._1ROOQ {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 24px;
  border-radius: 12px;
  background: var(--color-field-background);
  transition: 0.3s ease-in-out box-shadow;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

._1ROOQ::after {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--grad-primary);
  transition: 0.3s ease-in-out opacity;
}

._C2ysO {
  box-shadow: var(--grad-primary-shadow);
}

._C2ysO::after {
  opacity: 1;
}

._w6lx5 {
  z-index: 1;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 2px;
  transition: 0.25s ease-in-out transform;

  background: #FFFFFF;
  box-shadow: 0 8px 8px 0 rgba(20, 16, 41, 0.06), 0 2px 4px 0 rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
}

._C2ysO ._w6lx5 {
  transform: translateX(16px);
}

._1X3XC {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

._2EhNP {
  margin-left: 4px;
}

._2ya4m {
  max-width: 150px;
  margin-left: 4px;
}

._2ya4m:first-child {
  margin-left: 0;
}

._2HAkW .react-datepicker-input input {
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  line-height: 16px;
  border: 0;
}

._2HAkW .react-datepicker-input {
  border: 0;
  background: #F8F8F8;
}

.dark ._2HAkW .react-datepicker-input {
  border: 0;
}


@media (max-width: 1200px) {
  ._YuH2w ._2ya4m {
    max-width: 100%;
    flex-grow: 1;
    margin-left: 20px;
  }

  ._YuH2w  ._2ya4m:first-child {
    margin-left: 0;
  }

  ._YuH2w ._2EhNP {
    flex-shrink: 0;
    margin-left: 20px;
    width: 11px;
    height: 11px;
  }
}

._w869v {
  width: 100%;
  position: relative;
}

._2S_ZA {
  display: grid;
  grid-template-areas:
            'title description description'
            'input input currency';
  grid-template-columns: 1fr;
  width: 100%;

  border: 1px solid var(--color-field-border-secondary);
  border-radius: 8px;
  padding: 12px 16px 0;

  transition: 0.25s ease-in-out background-color;
}

._2Y_eP._2S_ZA {
  background-color: var(--color-field-background);
}


._39loo {
  grid-area: input;
  width: 100%;

  box-shadow: none;
  background: none;
  border-color: transparent !important;

  font: var(--font-h2-monospace);
}

._39loo input {
  font: var(--font-h2-monospace);
  padding: 12px 0;

  color: var(--color-text-primary);
  -webkit-text-fill-color: var(--color-text-primary);
}

.dark ._39loo {
  background: none;
}

._caFXU {
  grid-area: title;
  font: var(--font-body1);
  color: var(--color-text-secondary);
}

/*.progress {*/
/*  margin-left: 5px;*/
/*  transition: 0.25s ease-in-out transform;*/
/*}*/
/*.progress.hidden {*/
/*  transform: scale(0);*/
/*}*/

/*.priceItem {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  cursor: pointer;*/

/*  font: var(--font-body1);*/
/*  color: var(--color-text-secondary);*/
/*  transition: 0.25s ease-in-out margin-right;*/
/*}*/

/*.priceItem.confirming {*/
/*  margin-right: -20px;*/
/*}*/

/*.priceSwapBtn {*/
/*  position: relative;*/
/*  width: 25px;*/
/*  height: 25px;*/
/*  top: -4px;*/
/*  margin-left: 8px;*/
/*}*/

/*.description .priceItem.last {*/
/*  margin-left: auto;*/
/*}*/

._3Ge9o {
  grid-area: description;
  justify-self: right;
  text-align: right;
  font: var(--font-body1);
  color: var(--color-text-secondary);

  overflow: hidden;
}

._3Ge9o._2aRP6 {
  cursor: pointer;
}

._3Ge9o._2mIMB {
  color: var(--color-text-red);
}

._kMcNK {
  grid-area: currency;
  justify-self: right;

  display: flex;
  flex-direction: row;
  align-items: center;

  border-radius: 8px;
  margin-right: -8px;
  align-self: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px;

  transition: 0.25s ease-out background-color;
}

._kMcNK:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

._kMcNK._76X57:hover {
  background-color: transparent;
}

._kMcNK._76X57 {
  padding-right: 0;
}

._kMcNK._76X57 ._2mwWL {
  margin-right: -24px;
}

._2mwWL {
  font: var(--font-button-l);
  color: var(--color-text-primary);
}

._2mwWL span {
  margin-right: 7px;
}

._1vNtw {
  pointer-events: none;
}

._2GFUO {
  width: 24px;
  margin-right: 10px;
}

._pJO7t {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin-top: 2px;
  z-index: 1;
  transition: 0.25s ease-out height;
  padding: 0;
}

._1U3WJ {
  height: 300px;
}

/*.description {*/
/*  height: 16px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: flex-end;*/
/*  margin-top: 10px;*/
/*}*/

/*.descriptionItemRed {*/
/*  color: var(--color-text-red);*/
/*}*/

@-webkit-keyframes _3yFQm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _3yFQm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._QVBFb {
  position: relative;
  color: var(--color-text-secondary);
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
}

._3J8aB {
  text-align: center;
  width: 72px;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  justify-content: center;
}

._3J8aB:hover {
  opacity: 0.7;
}

._1mtai {
  position: static;
}

._Kj30n {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: _3yFQm 0.3s ease-out;
          animation: _3yFQm 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

._2VGa_ {
  position: absolute;
  background: var(--color-background-group);
  bottom: 60px;
  left: 5px;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
}

._28ytw {
  width: 100%;
  padding: 16px;
}

._1DO7f {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

._1DO7f._3N0Cg {
  color: var(--color-accent);
}

._1DO7f:hover {
  opacity: 0.7;
}

._1DO7f:first-child {
  margin-left: 0;
}

._2nm-E {
  margin-right: 8px;
  width: 20px
}

._2CGMq {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}

._2CGMq div {
  -webkit-animation: _3OHxD 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: _3OHxD 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

._2CGMq div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aaa;
  margin: -4px 0 0 -4px;
}

._2CGMq div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

._2CGMq div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

._2CGMq div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

._2CGMq div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

._2CGMq div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

._2CGMq div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

._2CGMq div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

._2CGMq div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

._2CGMq div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

._2CGMq div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

._2CGMq div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

._2CGMq div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

._2CGMq div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

._2CGMq div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

._2CGMq div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

._2CGMq div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

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

@keyframes _3OHxD {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes _Au71I {
  0% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes _Au71I {
  0% {
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes _1aN3i {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes _1aN3i {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@-webkit-keyframes _1atjn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _1atjn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes _3qbR5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes _3qbR5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

._SBzSL {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: auto;

  --easing-fadeout: cubic-bezier(0.465, 0.183, 0.153, 0.946);
  --time-fadeout: 0.1s;
  --easing-fadein: cubic-bezier(0.465, 0.183, 0.153, 0.946);
  --time-fadein: 0.3s;
}

._3ZK48 {
  -webkit-overflow-scrolling: touch;

  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  will-change: opacity;
  -webkit-animation: _1atjn var(--time-fadein) var(--easing-fadein);
          animation: _1atjn var(--time-fadein) var(--easing-fadein);
}

.dark ._3ZK48 {
  background: rgba(11, 11, 24, 0.85);
}

._1aN3i ._3ZK48 {
  -webkit-animation: _3qbR5 var(--time-fadeout) var(--easing-fadeout);
          animation: _3qbR5 var(--time-fadeout) var(--easing-fadeout);
}

._2NYAY {
  position: relative;
  z-index: 1;
  margin: auto;
  border-radius: 4px;
  padding: 50px 35px 40px;
  background: #FFFFFF;
  will-change: opacity, transform;
  -webkit-animation: _Au71I var(--time-fadein) var(--easing-fadein);
          animation: _Au71I var(--time-fadein) var(--easing-fadein);
  box-shadow: 0 0 1px rgba(20, 16, 41, 0.16), 0 2px 20px rgba(20, 16, 41, 0.1);
}

.dark ._2NYAY {
  background: linear-gradient(0deg, rgba(51, 51, 75, 0.24), rgba(51, 51, 75, 0.24)), #27273E;
  box-shadow: 0 0 1px rgba(20, 16, 41, 0.4), 0 2px 4px rgba(20, 16, 41, 0.24);
}

._1aN3i ._2NYAY {
  -webkit-animation: _1aN3i var(--time-fadeout) var(--easing-fadeout);
          animation: _1aN3i var(--time-fadeout) var(--easing-fadeout);
}

._1k2so {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}

@media (max-width: 800px) {
  ._SBzSL {
    padding: 16px;
  }

  ._2NYAY {
    max-width: 100%;
    padding: 15px;
  }

  ._1k2so {
    top: 15px;
    right: 15px;
  }
}

._3VB_z, ._3aDiv {
  --icon-size: 16px;
}
._3aDiv {
  transform: rotateZ(180deg);
}

._25Lqa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-text-secondary);
  font: var(--font-body1);
}

._3Fm2A {
  font: var(--font-body1);
}

._2NsvT, .dark ._2NsvT {
  color: var(--color-text-green)
}

._lvVz_, .dark ._lvVz_ {
  color: var(--color-text-red)
}

._1NiR5, .dark ._1NiR5 {
  color: var(--color-text-yellow)
}

._2JQ3E, .dark ._2JQ3E {
  color: var(--color-text-primary)
}

._jMBlL {
  width: 40px;
  height: 24px;
  position: relative;
  padding: 2px;
  background: rgba(20, 16, 41, 0.02);
  border-radius: 12px;
}

.dark ._jMBlL {
  background: linear-gradient(149.04deg, #00FFAA 0%, #00BBFF 51.01%, #4579F5 100%);
  box-shadow: 0 0 1px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(27, 10, 82, 0.12), 0 8px 12px rgba(0, 187, 255, 0.24);
}

._ygY6X:after {
  content: '';
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateX(0);
  transition: transform 0.25s ease;

  background: #FFFFFF;
  box-shadow: 0 0 1px rgba(20, 16, 41, 0.12), 0 2px 4px rgba(20, 16, 41, 0.06), 0px 8px 8px rgba(20, 16, 41, 0.06);
  border-radius: 12px;
}

._2kzQ4:after {
  transform: translateX(100%);
  right: 4px;
}

@-webkit-keyframes _wMCc1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
    padding: 0 10px;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
    padding: 10px;
  }
}

@keyframes _wMCc1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
    padding: 0 10px;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
    padding: 10px;
  }
}

@-webkit-keyframes _1f4w8 {
  0% {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
    padding: 10px;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 0;
    padding: 0 10px;
  }
}

@keyframes _1f4w8 {
  0% {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 15px;
    padding: 10px;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 0;
    padding: 0 10px;
  }
}

._2-8eb {
  position: relative;
  flex-shrink: 0;
  background: #F5F5F5;
  color: #fff;
  border-radius: 4px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
  justify-content: space-between;
}

.dark ._2-8eb {
  background: rgba(0, 0, 0, 0.9);
}

._wMCc1 {
  -webkit-animation: _wMCc1 0.3s ease-out;
          animation: _wMCc1 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

._1f4w8 {
  -webkit-animation: _1f4w8 0.3s ease-out;
          animation: _1f4w8 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

._OvKo6 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin: 0 4px 0 15px;
  cursor: pointer;
}

._6hqZi {
  width: 24px;
  height: 24px;
}

._3d4sN {
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
}

.dark ._3d4sN {
  background: rgba(255, 255, 255, 0.2);
}

._3JUej {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 4px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

._q87g- {
  flex-grow: 1;
  margin-left: 8px;
}

._qnHUu {
  display: flex;
  align-items: center;
}

._1c00C {
  color: var(--color-accent);
}

._1c00C:hover {
  opacity: 0.7;
}

._1YCs_ {
  box-sizing: border-box;
  position: fixed;
  display: none;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 16px;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  overflow: auto;
  z-index: 10001;
}

._3RLjy {
  display: flex;
}

._IxSTb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

._1f9uy {
  padding: 0;
  width: 20%;
  margin: 0 0 0 4px;
  flex-grow: 1;
  flex-shrink: 0;
  font: var(--font-body1);
  color: var(--color-text-secondary);
  background: var(--color-field-background);
  border-radius: 2px;
  line-height: 36px;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
}

._1f9uy:first-child {
  margin: 0;
}

._2VtOy {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(20, 16, 41, 0.02);
  --tab-height: 32px;
  --font: var(--font-body2);
}

.dark ._2VtOy {
  background: rgba(224, 224, 255, 0.02);
}

._1T6Ro {
  /*background: #FAFAFB;*/
  border-radius: 2px;

  height: var(--tab-height);
  color: var(--color-text-primary);
  font: var(--font);

  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  -webkit-appearance: none;
  border: none;
  outline: none;

  cursor: pointer;
  flex: 1;
  white-space: nowrap;
  background: none;
}

._1T6Ro:hover {
  background: rgba(20, 16, 41, 0.02);
}

.dark ._1T6Ro:hover {
  background: rgba(224, 224, 255, 0.02);
}

._13LMT {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(20, 16, 41, 0.12), 0px 2px 4px rgba(20, 16, 41, 0.06), 0px 8px 8px rgba(20, 16, 41, 0.06);
}

.dark ._13LMT {
  background: linear-gradient(0deg, #33334B, #33334B), #27273E;
  box-shadow: 0px 0px 1px rgba(20, 16, 41, 0.4), 0px 2px 4px rgba(20, 16, 41, 0.24), 0px 8px 8px rgba(20, 16, 41, 0.24);
}

._13LMT:hover {
  box-shadow: 0px 1px 1px rgba(20, 16, 41, 0.12), 0px 4px 4px rgba(20, 16, 41, 0.06), 0px 12px 12px rgba(20, 16, 41, 0.06);
}

.dark ._13LMT:hover {
  box-shadow: 0px 0px 1px rgba(20, 16, 41, 0.4), 0px 2px 4px rgba(20, 16, 41, 0.24), 0px 8px 8px rgba(20, 16, 41, 0.24);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), linear-gradient(0deg, #33334B, #33334B), #27273E;
}

._1T6Ro._13LMT {
  border-radius: 1px;
  /*background: #FFFFFF;*/
  /*box-shadow: 0px 2px 4px rgba(20, 16, 41, 0.06), 0px 0px 1px rgba(20, 16, 41, 0.12);*/
  /*color: #424052;*/
}

._1oifH ._1T6Ro {
  background: none;
}

/*:global(.dark) .tab.selected {*/
/*  background: linear-gradient(0deg, #33334B, #33334B), #27273E;*/
/*  box-shadow: 0px 5px 8px rgba(20, 16, 41, 0.24), 0px 2px 4px rgba(20, 16, 41, 0.24), 0px 0px 1px rgba(20, 16, 41, 0.4);*/
/*  color: #fff;*/
/*}*/

._33r5C {
  display: flex;
  flex-direction: row;
  align-items: center;
}

._V-9SC {
  text-align: center;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #72707E;
  border-bottom: 1px solid #F1F1F2;
  white-space: nowrap;
}

._V-9SC:hover {
  opacity: 0.7;
}

.dark ._V-9SC {
  color: #9797B1;
  border-bottom: 1px solid #35354A;
}

._V-9SC._19Air {
  color: #00BBFF;
  background-color: #EFFAFE;
  border-bottom: 1px solid #00BBFF;
}

.dark ._V-9SC._19Air {
  background-color: #29334C;
}

._V-9SC:first-child {
  border-top-left-radius: 4px;
}

._V-9SC:last-child {
  border-top-right-radius: 4px;
}

._2qaO0 {
  height: 128px;
  width: 408px;
  top: calc(-48px - 64px - 16px);
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  padding-right: 10px;
  overflow: hidden;
  pointer-events: none;
}

._3q-lE {
  pointer-events: auto;
  position: relative;
  transform: translateY(5px);
  padding: 12px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  background-color: var(--color-table-header-tab);
  box-shadow: 0 -4px 10px rgba(32, 32, 54, 0.09);
  transition: 0.25s ease-in-out padding-right, 0.25s ease-in-out transform, 0.25s ease-in-out background-color;
  overflow: hidden;
}

._3q-lE + ._3q-lE {
  margin-left: 10px;
}

._1hIpO {
  margin-left: 5px;
  font: var(--font-h5);
  color: var(--color-text-secondary);
}

._j9nRu {
  z-index: 3;
  /*padding-right: 80px;*/
  transform: none;
  background-color: var(--color-table-header-tab-active);
}

._19zqM {
  transform: translateY(120%);
}

._10GHF {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 100%;
  background-color: var(--color-background-group);

  padding-top: 20px;
  padding-bottom: 20px;

  transition: width 0.2s ease-in-out;
  z-index: 100;

  box-shadow: 0 8px 8px rgba(20, 16, 41, 0.06), 0 2px 4px rgba(20, 16, 41, 0.06), 0 0 1px rgba(20, 16, 41, 0.12);
}

._10GHF._VCCce {
  /*width: 310px;*/
  /*overflow-y: auto;*/
}

._214mM {
  width: 310px;
  max-width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  position: relative;
}

._1aqgA {
  width: 32px;
  height: 32px;
  cursor: pointer;

  margin-left: 20px;
  margin-bottom: 40px;
  flex-shrink: 0;
}

._3hDlw {
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  border-left: 2px solid transparent;

  font: var(--font-h4);
  font-weight: 600;

  color: var(--color-text-secondary);
  transition: 0.25s ease-in-out all;
}

._3hDlw:hover {
  opacity: 0.7;
}

._30RRk {
  opacity: 0;
  pointer-events: none;
  position: relative;
  width: auto;
  white-space: nowrap;
  background: var(--color-accent);
  padding: 5px;
  border-radius: 5px;
  color: #FFF;
  font: var(--font-body1);
  transition: 0.25s ease-in-out opacity;
}

._30RRk:before {
  content: '';
  background: var(--color-accent);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
}

._3hDlw:hover {
  opacity: 1;
}

._3hDlw:hover ._1U69A {
  opacity: 0.7;
}

._3hDlw:hover ._30RRk {
  opacity: 1;
}

._1tDzj {
  color: var(--color-accent);
}

._1U69A {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease-in-out opacity;
}

._2D3kC {
  --icon-size: 24px;
  opacity: 0.7;
}

._1tDzj ._1U69A {
  background-color: var(--color-accent-faded);
}

._1tDzj ._2D3kC {
  --color-icon: var(--color-accent);
}



._3tx10 {
  height: 72px;
}

._AjhRr {
  margin-top: auto;
}

._2nauM {
  opacity: 0.7;
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 16px;
  margin-left: 10px;
  margin-right: 24px;
}

._1X2RJ {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;

  /*background: linear-gradient(135deg, #00FFAA 0%, #00BBFF 53.09%, #4579F5 100%);*/
  /*box-shadow: 0 8px 12px rgba(0, 187, 255, 0.24), 0 2px 4px rgba(10, 70, 82, 0.12), 0 0 1px rgba(0, 187, 255, 0.24);*/
}

._1X2RJ img {
  width: 28px;
  height: 28px;
}

._2Wzio {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}

._2XKpk {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 20px;
  flex-shrink: 0;
}

._1wobp {
  width: 21px;
  height: 21px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 800px) {
  ._10GHF {
    transform: translateX(-310px);
    transition: transform 0.2s ease-in !important;
  }

  ._10GHF._VCCce {
    width: 310px;
    overflow-y: auto;
    transform: translateX(0);
  }

  ._30RRk {
    position: static;
    background: none;
    color: inherit;
    font: inherit;
    opacity: 1;
  }

  ._30RRk::before {
    display: none;
  }

  ._VCCce ._1tDzj {
    border-left: 2px solid var(--color-accent);

    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: var(--color-accent-faded);
  }

  ._1aqgA {
    visibility: hidden;
  }

  ._2Wzio {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;

    background-color: var(--color-background-group);
    box-shadow: 0px 2px 4px rgba(20, 16, 41, 0.06), 0px 0px 1px rgba(20, 16, 41, 0.12);
  }

  .dark ._2Wzio {
    box-shadow: 0px 2px 4px rgba(20, 16, 41, 0.06), 0px 0px 1px rgba(20, 16, 41, 0.12);
  }
}

._1gyjE {
  display: flex;
}

._2wEUU {
  margin-top: 2px;
  width: 18px;
  height: 18px;
}

._11TkS {
  margin-left: 14px;
}
