@font-face {
  font-family: "SF Pro Display Medium";
  src: url(/c227ee1b22a21ca9441ad017bf11d4ce.eot);
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url(/c227ee1b22a21ca9441ad017bf11d4ce.eot?#iefix) format("embedded-opentype"), url(/22a99d36f90cc52d2914adca813e56ed.woff2) format("woff2"), url(/7274e74c05adf47dbcd99b87fc1f2a60.woff) format("woff"), url(/7fe92bb1fe75c84e473aa3a5fb7c1de9.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url(/e43887f683e1a4accd822de32a8b2c6f.eot);
  src: local("SF Pro Display Bold"), local("SFProDisplay-Bold"), url(/e43887f683e1a4accd822de32a8b2c6f.eot?#iefix) format("embedded-opentype"), url(/84c242fe1f30a86d5ab33ebce2be8b0b.woff2) format("woff2"), url(/5b08afd6b167d7ec48ce49c69262dea1.woff) format("woff"), url(/85d6f73bf73d0351846108dbf2c56619.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display Regular";
  src: url(/ea1b407b07b1c65ddb672cce1f6a7f1a.eot);
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url(/ea1b407b07b1c65ddb672cce1f6a7f1a.eot?#iefix) format("embedded-opentype"), url(/d5ff9f6824d2c66073618ceab4a5dae7.woff2) format("woff2"), url(/7ee14c637e39445d709322f111f847d4.woff) format("woff"), url(/6b109fecbc7563467e364a228c5106f0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.success_text {
  color: #00E58C !important;
}

.failed_text {
  color: #AA193B !important;
}

*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF Pro Display Regular";
  user-select: none;
}
*:hover, *:active, *:focus, html:hover, html:active, html:focus, body:hover, body:active, body:focus {
  outline: 0;
  box-shadow: none;
}

body {
  height: 100vh;
}

body.ios {
  overflow-y: auto;
}

#root {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.popupBackground {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
@media (max-width: 900px) {
  .popupBackground {
    background: #000000 0 0 no-repeat padding-box;
    opacity: 0.8;
  }
  .popupBackground.show {
    display: block;
  }
}
.popupBackground.modal {
  display: block;
  background: #000000 0 0 no-repeat padding-box;
  opacity: 0.8;
  z-index: 20;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #272544 0 0 no-repeat padding-box;
}

.not-mobile .landScape {
  display: none;
}

@media (orientation: landscape) {
  .landScape {
    display: none !important;
  }
}
@media (orientation: portrait) {
  #root {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .landScape {
    display: flex;
  }
}
.d-flex {
  display: flex;
}

.centeredBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  height: 70px;
  background-color: #191738;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 920px) {
  .header {
    height: 58px;
    background-color: #191738;
  }
}
.header--logoArea {
  height: 70px;
  min-width: 52px;
  max-width: 80px;
  border-right: 1px solid #272544;
  text-align: center;
  font: 24px/29px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  flex-direction: column;
  position: relative;
}
.header--logoArea:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #302F4C;
}
@media (max-width: 812px) {
  .header--logoArea {
    height: 58px;
  }
}
@media (min-height: 800px) {
  .header--logoArea {
    width: 100%;
  }
}
@media (max-height: 800px) {
  .header--logoArea {
    margin: 0;
    width: calc(52px + env(safe-area-inset-left));
    border-right: 1px solid #272544;
  }
}
.header--logoArea .history-icon {
  transition: all ease-in-out 0.2s;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 1440px) and (max-height: 800px) {
  .header--logoArea .history-icon {
    width: 24px;
    height: 24px;
  }
}
.header--logoArea .history-icon svg path {
  fill: #8c8b9c;
}
.header--logoArea .history-icon:hover, .header--logoArea .history-icon.active {
  color: #fff;
}
.header--logoArea .history-icon:hover svg path, .header--logoArea .history-icon.active svg path {
  fill: #fff;
}
.header--navbar {
  height: 100%;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #272544;
}
@media (max-width: 900px), (max-height: 800px) {
  .header--navbar {
    width: calc(100% - 52px);
  }
}
.header--navbar--balanceArea {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.625vw;
  min-width: 200px;
}
@media (max-height: 800px) {
  .header--navbar--balanceArea {
    border-left: 1px solid #272544;
  }
}
@media (max-width: 900px) {
  .header--navbar--balanceArea {
    min-width: 155px;
  }
}
.header--navbar--balanceArea--infoBox {
  text-align: right;
  margin: 8px;
}
.header--navbar--balanceArea--infoBox .icon {
  width: 2.08vw;
}
.header--navbar--balanceArea--infoBox--title {
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #8C8B9C;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .header--navbar--balanceArea--infoBox--title {
    font-size: 12px;
  }
}
.header--navbar--balanceArea--infoBox--price {
  font: 18px/20px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #279B6E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .header--navbar--balanceArea--infoBox--price {
    font-size: 16px;
  }
}
.header--navbar--balanceArea--imgBox {
  margin: 8px;
}

.mainContent {
  background-color: #191738;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  flex: 1;
  height: calc(100% - 80px);
}
@media (max-width: 812px) {
  .mainContent {
    height: calc(100% - 58px);
  }
}

.board {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .board {
    flex-direction: column;
  }
}

.select {
  min-width: 137px;
  max-width: 299px;
  width: 100%;
  height: 100%;
  padding: 0 1.87vw;
  border-right: 1px solid #272544;
  transition: background ease-in-out 0.3s;
  position: relative;
  flex-wrap: wrap;
  cursor: pointer;
}
@media (max-height: 800px) {
  .select {
    border-right: 1px solid #272544;
  }
}
@media (max-width: 1100px) {
  .select {
    max-width: 199px;
  }
}
@media (max-width: 812px) {
  .select {
    max-width: 157px;
  }
}
.select.show {
  background: #272544 0 0 no-repeat padding-box;
}
.select--header {
  font: 16px/19px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .select--header {
    font-size: 14px;
  }
}
.select--header .icon {
  width: 1.82vw;
  margin: 0.52083vw;
}
.select--header:before {
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 5px;
  top: calc(50% - 0.78125vw);
  transform: rotate(135deg);
  transition: all ease-in-out 0.3s;
}
.select--body {
  display: none;
  width: 100%;
  position: absolute;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: auto;
  z-index: 11;
  background: #110F27B3 0 0 no-repeat padding-box;
  box-shadow: 0 0 6px #110F27B3;
  opacity: 1;
}
@media (max-height: 800px) {
  .select--body {
    z-index: 15;
    top: 52px;
    height: calc(100vh - 52px);
  }
}
.select--body--list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font: 16px/19px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.select--body--list--item {
  border-bottom: 1px solid #272544;
  padding: 0 3.333vh;
  min-height: 52px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background ease-in-out 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .select--body--list--item {
    font-size: 14px;
  }
}
.select--body--list--item .icon {
  width: 1.82vw;
  margin: 0.52083vw;
}
.select--body--list--item:hover, .select--body--list--item:focus, .select--body--list--item:active {
  background: #272544 0 0 no-repeat padding-box;
}
.select.show .select--body {
  display: block;
  transition: all ease-in-out 0.3s;
}
.select.show .select--header:before {
  top: calc(50% - 3px);
  transform: rotate(315deg);
  transition: all ease-in-out 0.3s;
}

.timeControlBar {
  margin: 0;
  background-color: #191738;
  height: 50px;
  width: 100%;
  order: 3;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  border-top: 1px solid #272544;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 920px) {
  .timeControlBar {
    flex-direction: row-reverse;
  }
}
.timeControlBar .listArea {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
@media (max-width: 920px) {
  .timeControlBar .listArea {
    padding: 4px 0;
  }
}
.timeControlBar .listArea .list {
  margin: 0;
  height: 100%;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 920px) {
  .timeControlBar .listArea .list {
    padding: 0 0 0 10px;
  }
}
.timeControlBar .listArea .list--item {
  padding: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  position: relative;
  font: 14px "SF Pro Display Regular";
  margin: 0 3px;
  cursor: pointer;
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}
.timeControlBar .listArea .list--item.active {
  background: #2e2d4a 0 0 no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
}
.timeControlBar .listArea .list--item:hover {
  opacity: 1;
}
.timeControlBar .listArea .list--item:first-child {
  margin-left: 90px;
}
@media (max-height: 800px) {
  .timeControlBar .listArea .list--item:first-child {
    margin-left: 68px;
  }
}
@media (max-width: 1280px) {
  .timeControlBar .listArea .list--item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .timeControlBar .listArea .list--item {
    font-size: 12px;
  }
}
@media (max-width: 920px) {
  .timeControlBar {
    height: 40px;
  }
}
@media (max-width: 812px) {
  .timeControlBar {
    width: calc(100% - 82px);
  }
}
.timeControlBar .infoBtn {
  height: 100%;
  width: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: italic 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #8C8B9C;
  cursor: pointer;
  background: #272544 0 0 no-repeat padding-box;
}
@media (max-width: 920px) {
  .timeControlBar .infoBtn {
    width: 50px;
    background: transparent;
    padding: 0 10px;
  }
}
.timeControlBar .infoBtn .icon {
  margin: 8px;
  width: 14px;
  height: 14px;
}
@media (max-width: 920px) {
  .timeControlBar .infoBtn .icon {
    margin: auto;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 920px) {
  .timeControlBar .infoBtn .text {
    display: none;
  }
}

@media (max-width: 920px) {
  .landscape-secondary .timeControlBar {
    width: calc(100% - 98px - env(safe-area-inset-right));
    padding-left: env(safe-area-inset-left);
  }
}
@media (max-width: 812px) {
  .landscape-secondary .timeControlBar {
    width: calc(100% - 82px - env(safe-area-inset-right));
  }
}

@media (max-width: 920px) {
  .landscape-primary .timeControlBar {
    width: calc(100% - 118px);
    padding-left: env(safe-area-inset-left);
  }
}
@media (max-width: 812px) {
  .landscape-primary .timeControlBar {
    width: calc(100% - 82px);
  }
}

.controlBar {
  max-width: 118px;
  width: 100%;
  padding: 10px;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  order: 2;
}
@media (max-width: 920px) {
  .controlBar {
    max-width: 82px;
    padding: 4px;
  }
}
@media (max-width: 900px) {
  .controlBar {
    order: 3;
    height: 100%;
    align-items: flex-end;
  }
}
.controlBar--infoBox {
  text-align: center;
  padding: 1.25vh 0;
}
@media (max-height: 900px) {
  .controlBar--infoBox {
    padding: 0;
  }
}
.controlBar--infoBox--odd {
  font: 32px/38px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #00CE7E;
  opacity: 1;
  margin: 7px;
}
@media (max-height: 590px) {
  .controlBar--infoBox--odd {
    margin: 0;
    font: 18px/21px "SF Pro Display Medium";
  }
}
.controlBar--infoBox--odd.fontSize5 {
  font: 24px/26px "SF Pro Display Medium";
}
.controlBar--infoBox--odd.fontSize6 {
  font: 18px/20px "SF Pro Display Medium";
}
.controlBar--infoBox--odd.fontSize7 {
  font: 16px/18px "SF Pro Display Medium";
}
.controlBar--infoBox--odd.fontSize8 {
  font: 14px/16px "SF Pro Display Medium";
}
.controlBar--infoBox--odd.fontSize9 {
  font: 12px/16px "SF Pro Display Medium";
}
.controlBar--infoBox--odd.fontSize10 {
  font: 10px/16px "SF Pro Display Medium";
}
.controlBar .oddBtnGroup {
  width: 100%;
}
@media (max-width: 920px) {
  .controlBar .oddBtnGroup {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.controlBar .oddBtnGroup .oddBtn {
  margin: 10px 0;
  max-height: 110px;
  max-width: 110px;
}
@media (max-width: 920px) {
  .controlBar .oddBtnGroup .oddBtn {
    margin: 2px 0;
  }
  .controlBar .oddBtnGroup .oddBtn .text {
    display: none;
  }
}
.controlBar--zoomContent {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-height: 800px) {
  .controlBar--zoomContent {
    display: none;
  }
}
.controlBar--zoomContent .zoomBtn {
  width: 64px;
}
.controlBar--zoomContent .zoomBtn:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-height: 800px) {
  .controlBar .dataControl:not(:first-child) .dataControl--enter {
    top: -75px;
  }
}
.controlBar.disabled {
  pointer-events: none;
  position: relative;
}
.controlBar.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #19173890;
  z-index: 2;
}
.controlBar > .info.desktopMode {
  margin-bottom: 36px;
}
.controlBar > .info.desktopMode .validationInfo {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #AA193B;
  opacity: 1;
}
.controlBar > .info.desktopMode .minMaxInfo {
  text-align: left;
  font: 10px/12px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .controlBar > .info.desktopMode {
    display: none;
  }
}

@media (max-width: 920px) {
  .landscape-secondary .controlBar {
    margin-right: env(safe-area-inset-right);
  }
}

.infoTitle {
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #8C8B9C;
  opacity: 1;
  position: relative;
}
@media (min-height: 428px) and (max-height: 800px) {
  .infoTitle {
    display: flex;
    font: 14px "SF Pro Display Regular";
  }
}
@media (max-height: 428px) {
  .infoTitle {
    font: 12px "SF Pro Display Regular";
  }
}
.infoTitle--popover {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #8C8B9C 0 0 no-repeat padding-box;
  opacity: 0.9;
  padding: 5px;
  border-radius: 6px;
  max-width: 332px;
  width: 100%;
  min-width: 190px;
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  z-index: 14;
}
@media (max-width: 900px) {
  .infoTitle--popover {
    right: -10px;
  }
}
.infoTitle .icon {
  position: relative;
  margin-left: 5px;
}
@media (max-width: 900px) {
  .infoTitle .icon {
    margin-left: 3px;
  }
}
.infoTitle .icon:before {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #828193;
  top: -6px;
  right: 0;
}
.infoTitle .icon:hover + .infoTitle--popover {
  display: block;
}
.infoTitle .icon:hover:before {
  display: block;
}

.dataControl {
  background: #272544 0 0 no-repeat padding-box;
  border: 1px solid #272544;
  border-radius: 4px;
  opacity: 1;
  padding: 4px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 812px) {
  .dataControl {
    margin-bottom: 4px;
  }
}
@media (min-height: 428px) and (max-height: 800px) {
  .dataControl {
    padding: 6px 4px;
  }
}
@media (max-height: 428px) {
  .dataControl {
    padding: 4px;
  }
}
.dataControl.show {
  z-index: 13;
}
.dataControl.show:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #272544;
  border-top: 1px solid #272544;
  border-right: 1px solid #272544;
  top: 50%;
  right: calc(100% - 4px);
  transform: rotate(225deg);
  z-index: 6;
}
.dataControl .valueArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 4px 0;
  width: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  text-align: left;
  font: 14px/21px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  border: 1px solid transparent;
  padding: 4px 0;
  border-bottom: 1px solid #353351;
}
.dataControl .valueArea.invalid {
  border-bottom: 1px solid #aa193b;
}
@media (max-width: 1280px) {
  .dataControl .valueArea.invalid {
    border-bottom: 1px solid #353351;
  }
}
@media (max-height: 428px) {
  .dataControl .valueArea {
    margin: 0;
  }
}
.dataControl .valueArea:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 2px;
  top: calc(50% - 5px);
  transform: rotate(135deg);
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
@media (max-height: 800px) {
  .dataControl .valueArea:before {
    width: 5px;
    height: 5px;
    top: calc(50% - 3px);
    right: 5px;
  }
}
.dataControl .valueArea .select {
  text-align: left;
  font: 14px/21px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
@media (max-width: 920px) {
  .dataControl .valueArea .select {
    pointer-events: none;
  }
}
.dataControl--enter {
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  display: none;
}
.dataControl--enter.show {
  display: block;
}
@media (max-height: 800px) {
  .dataControl:not(.amount) .valueArea.medium, .dataControl .valueArea .select.medium {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .dataControl.amount .dataControl--enter .dataEnter {
    display: none;
  }
  .dataControl.amount.show:before {
    display: none;
  }
  .dataControl.amount .valueArea:before {
    display: none;
  }
}
@media (max-width: 1280px) {
  .dataControl.amount .valueArea .select {
    pointer-events: none;
    color: transparent;
    text-shadow: 0 0 0 #fff;
  }
}
.dataControl .valueArea.medium, .dataControl .valueArea .select.medium {
  font-size: 14px;
}
.dataControl .valueArea.small, .dataControl .valueArea .select.small {
  font-size: 12px;
}
@media (max-width: 920px) {
  .dataControl .valueArea.small, .dataControl .valueArea .select.small {
    font-size: 10px;
  }
}

.oddBtn {
  border-radius: 4px;
  opacity: 1;
  width: 100%;
  height: 11.11vh;
  border: transparent;
  text-align: left;
  font: 12px/14px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  flex-direction: column;
  cursor: pointer;
  transition: ease-in-out 0.3s all;
}
@media (max-height: 400px) {
  .oddBtn {
    width: 61px;
    height: 61px;
  }
}
.oddBtn:hover, .oddBtn:active, .oddBtn:focus {
  outline: 0;
  box-shadow: none;
}
.oddBtn .icon {
  width: 3.3vh;
  height: 2.7vh;
  margin: 8px;
}
@media (max-height: 368px) {
  .oddBtn .icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-height: 368px) and (max-width: 900px) {
  .oddBtn .icon {
    width: 23px;
    height: 20px;
    margin: 0 0 4px 0;
  }
}
.oddBtn.greenBtn {
  background: #00CE7E 0 0 no-repeat padding-box;
  transition: background-color ease-in-out 0.3s;
}
.oddBtn.greenBtn:hover {
  background: #279B6E 0 0 no-repeat padding-box;
}
.oddBtn.redBtn {
  background: #AA193B 0 0 no-repeat padding-box;
}
.oddBtn.redBtn:hover {
  background: #960F2F 0 0 no-repeat padding-box;
}
.oddBtn[disabled] {
  cursor: default;
  opacity: 0.4;
}

.zoomBtn {
  background: #272544 0 0 no-repeat padding-box;
  border: 1px solid #272544;
  border-radius: 4px;
  opacity: 1;
  padding: 13px 5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
}
.zoomBtn .icon {
  padding: 6px;
}
.zoomBtn[disabled] {
  color: #8C8B9C;
  cursor: default;
}
.zoomBtn[disabled] .icon {
  opacity: 0.4;
}

.btn {
  padding: 0.9375vw 2.265625vw 0.9375vw 0.9375vw;
  border: 1px solid #272544;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  position: relative;
  background: transparent;
}
.btn.withArrow:before {
  content: "";
  width: 0.546875vw;
  height: 0.546875vw;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 0.546875vw;
  transition: all ease-in-out 0.3s;
}
.btn.withArrow.more:before {
  top: calc(50% - 0.146875vw);
  transform: rotate(315deg);
}
.btn.withArrow.less:before {
  top: calc(50% - 0.446875vw);
  transform: rotate(135deg);
}

.btn_1 {
  background: #279B6E 0 0 no-repeat padding-box;
  border-radius: 4px;
  text-align: left;
  font: 16px/19px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 11px 35px;
  border: 1px solid #279B6E;
  cursor: pointer;
}

.btn_2 {
  background: #272544 0 0 no-repeat padding-box;
  border: 1px solid #302F4C;
  border-radius: 4px;
  text-align: center;
  font: 16px/19px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 16px 32px;
  cursor: pointer;
}

.ChartArea {
  order: 1;
  width: calc(100% - 118px);
  height: calc(100vh - 80px );
  position: relative;
  background-image: url(/66d66cdc94b0cdca6ca2ba1f3e6c84c6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}
.ChartArea #chart_canvas {
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 920px) {
  .ChartArea {
    width: calc(100% - 82px);
    height: calc(100vh - 58px );
  }
}

@media (max-width: 920px) {
  .landscape-secondary .ChartArea {
    width: calc(100% - 98px - env(safe-area-inset-right));
  }
}

@keyframes glowing {
  0% {
    box-shadow: 0px 0px 18px 12px rgba(0, 206, 126, 0);
  }
  50% {
    box-shadow: 0px 0px 18px 12px rgba(0, 206, 126, 0.87);
  }
  100% {
    box-shadow: 0px 0px 18px 12px rgba(0, 206, 126, 0);
  }
}
.dataTable {
  position: fixed;
  top: 80px;
  right: 128px;
  background: rgba(25, 23, 56, 0.9) 0 0 no-repeat padding-box;
  border: 1px solid #272544;
  border-radius: 4px;
  z-index: 1;
  touch-action: none;
  padding-right: 62px;
  padding-left: 10px;
}
@media (max-width: 920px) {
  .dataTable {
    background: rgba(25, 23, 56, 0.5) 0 0 no-repeat padding-box;
    top: 62px;
    right: 82px;
  }
}
.dataTable--content {
  max-height: 220px;
  align-items: flex-start;
}
.dataTable--content .table tbody tr {
  cursor: pointer;
}
.dataTable--content .table tbody tr td {
  position: relative;
}
.dataTable--content .table tbody tr td:before {
  content: "";
  position: absolute;
  width: 20px;
  right: -19px;
  top: 0px;
  height: 100%;
  display: block;
}
@media (max-width: 900px) {
  .dataTable--content .table tbody tr td:last-child span {
    border-right: 1px solid transparent;
  }
}
.dataTable--content .table tbody tr td:first-child span {
  display: block;
  width: max-content;
}
.dataTable .countBox {
  text-align: center;
  background: #272544 0 0 no-repeat padding-box;
  border-radius: 4px;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
  padding: 4px 4px 4px 14px;
  min-width: 36px;
  display: block;
  width: fit-content;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.dataTable .countBox:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #7D7C8E;
  border-top: 1px solid #7D7C8E;
  position: absolute;
  left: 7px;
  top: calc(50% - 2.5px);
  transform: rotate(315deg);
  transition: all ease-in-out 0.3s;
}
.dataTable .countBox.down:before {
  transform: rotate(135deg);
  top: calc(50% - 5px);
}
.dataTable.empty {
  display: none;
}
.dataTable.hasescroll .dataTable--content {
  overflow-y: auto;
  overflow-x: hidden;
}
.dataTable.collapsed .dataTable--content {
  overflow-y: unset;
}
.dataTable.collapsed .dataTable--content .table thead {
  display: none;
}

@media (max-width: 920px) {
  .landscape-secondary .dataTable {
    right: calc(102px + env(safe-area-inset-right));
  }
}

.table {
  text-align: left;
  position: relative;
  border-collapse: separate;
  border-spacing: 8px;
  min-width: 459px;
}
.table > thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: left;
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
  background-color: #191738;
}
.table > thead tr th:nth-child(1) {
  width: 85px;
}
.table > thead tr th:nth-child(2) {
  width: 64px;
}
.table > thead tr th:nth-child(3) {
  width: 34px;
}
.table > thead tr th:nth-child(4) {
  width: 34px;
}
.table > thead tr th:nth-child(5) {
  width: 32px;
}
.table > thead tr th:nth-child(7) {
  width: 35px;
}
.table > thead tr th.collapsedBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  cursor: pointer;
}
.table > tbody tr {
  box-shadow: 0px 1px #353351;
}
.table > tbody tr:last-child {
  box-shadow: unset;
}
.table > tbody tr td {
  text-align: left;
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
}
@media (max-width: 900px) {
  .table > tbody tr td {
    border-color: transparent;
  }
}
.table > tbody tr td span img {
  margin-right: 2px;
}
.table > tbody tr td:nth-child(1) {
  width: 54px;
}
.table > tbody tr td:nth-child(2) {
  width: 64px;
}
.table > tbody tr td:nth-child(3) > span {
  display: flex;
  align-items: center;
}
.table > tbody tr td:nth-child(3) > span img {
  width: 15px;
}
.table > tbody tr td:nth-child(3) > span:nth-child(2) img {
  width: 12px;
  margin-left: 2px;
}
.table > tbody tr td:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table > tbody tr td:nth-child(5) span {
  display: block;
  text-align: center;
}
.table > tbody tr td:nth-child(7) {
  width: 35px;
}
.table > tbody tr td:nth-child(4), .table > tbody tr td:nth-child(6) {
  text-align: right;
}
.table > tbody tr td .icon {
  width: 15px;
  margin: 5px;
}

.dataEnter {
  position: relative;
  background: #191738 0 0 no-repeat padding-box;
  border: 1px solid #272544;
  border-radius: 4px;
  opacity: 1;
  padding: 12px;
  display: flex;
  align-items: stretch;
  min-width: 276px;
}
.dataEnter--board {
  width: 100%;
}
.dataEnter--board--display {
  background: #272544 0 0 no-repeat padding-box;
  border-radius: 4px 4px 0 0;
  opacity: 1;
  height: 64px;
  margin: 0 0.5px 0.5px 0.5px;
  padding: 8px 14px;
}
@media (max-height: 800px) {
  .dataEnter--board--display {
    height: 50px;
    padding: 8px 10px;
  }
}
.dataEnter--board--display .inputArea {
  text-align: left;
  font: 19px/23px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.dataEnter--board--display .inputArea .input {
  width: 100%;
  height: 100%;
  border: #272544;
  background-color: transparent;
  text-align: left;
  font: 19px/23px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}
.dataEnter--board--display .inputArea .input::placeholder {
  text-align: left;
  font: 19px/23px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.dataEnter--board--display .inputArea .input:hover, .dataEnter--board--display .inputArea .input:active, .dataEnter--board--display .inputArea .input:focus {
  outline: 0;
  box-shadow: none;
}
.dataEnter--board--display .inputArea.invalid {
  border-bottom: 1px solid #aa193b;
}
.dataEnter--board--display .info {
  margin-top: 10px;
  text-align: left;
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-height: 800px) {
  .dataEnter--board--display .info .hiddenMobile {
    display: none;
  }
}
@media (max-height: 800px) {
  .dataEnter--board--display .info {
    margin-top: 0;
    font: 10px "SF Pro Display Regular";
  }
}
.dataEnter--board--area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.dataEnter--board--area--buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 4px;
}
.dataEnter--board--area--buttons--btn {
  background: #272544 0 0 no-repeat padding-box;
  opacity: 1;
  margin: 0.5px;
  width: 54px;
  height: 54px;
  text-align: left;
  font: 300 19px/23px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
}
.dataEnter--board--area--infoBox {
  display: flex;
  flex-direction: column;
  margin: 0.5px 0 0 0;
  width: 77px;
}
.dataEnter--board--area--infoBox--listArea {
  height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #272544;
  padding: 1px;
}
.dataEnter--board--area--infoBox .submit {
  background: #43415C 0 0 no-repeat padding-box;
  border-color: transparent;
  border-radius: 4px;
  padding: 10px 17px;
  text-align: center;
  font: 16px/19px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 7px;
  cursor: pointer;
}
.dataEnter--board--area--infoBox .submit.disabled {
  opacity: 0.3;
}
.dataEnter--board--area--infoBox--list {
  background: #272544 0 0 no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  height: auto;
  flex: 1;
  margin: 0;
  list-style: none;
}
.dataEnter--board--area--infoBox--list--item {
  text-align: center;
  font: 14px/21px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding: 12px 0;
  cursor: pointer;
}
.dataEnter--board--area--infoBox--list--item:hover, .dataEnter--board--area--infoBox--list--item:active, .dataEnter--board--area--infoBox--list--item:focus {
  background: #191738 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 0;
}
.dataEnter--board--area--infoBox--list--item.active {
  background: #191738 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 0;
}
.dataEnter.timeEnter {
  min-width: 101px;
  width: max-content;
}
.dataEnter.timeEnter .dataEnter--infoBox {
  display: flex;
  flex-direction: column;
  margin: 0.5px 0 0 0;
}
.dataEnter.timeEnter .dataEnter--infoBox--balance {
  margin-bottom: 10px;
}
.dataEnter.timeEnter .dataEnter--infoBox--balance--title {
  text-align: left;
  font: 12px/14px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #8C8B9C;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 2px;
}
.dataEnter.timeEnter .dataEnter--infoBox--balance--price {
  text-align: left;
  font: 16px/19px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.dataEnter.timeEnter .dataEnter--infoBox--listArea {
  height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #272544;
  padding: 1px;
}
.dataEnter.timeEnter .dataEnter--infoBox .submit {
  background: #43415C 0 0 no-repeat padding-box;
  border-color: transparent;
  border-radius: 4px;
  padding: 10px 17px;
  text-align: center;
  font: 16px/19px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 7px;
  cursor: pointer;
}
.dataEnter.timeEnter .dataEnter--infoBox .submit.disabled {
  opacity: 0.3;
}
.dataEnter.timeEnter .dataEnter--infoBox--list {
  background: #272544 0 0 no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  height: auto;
  flex: 1;
  margin: 0;
  list-style: none;
}
.dataEnter.timeEnter .dataEnter--infoBox--list--item {
  text-align: center;
  font: 14px/21px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  padding: 12px 10px;
  cursor: pointer;
}
.dataEnter.timeEnter .dataEnter--infoBox--list--item:hover, .dataEnter.timeEnter .dataEnter--infoBox--list--item:active, .dataEnter.timeEnter .dataEnter--infoBox--list--item:focus {
  background: #191738 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 0;
}
.dataEnter.timeEnter .dataEnter--infoBox--list--item.active {
  background: #191738 0 0 no-repeat padding-box;
  border-radius: 4px 0 0 0;
}

.alertMessage {
  position: absolute;
  display: none;
  bottom: 50px;
  left: 0;
  padding: 0;
  width: calc(100% - 118px);
  text-align: left;
  font: 10px/18px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  z-index: 2;
}
.alertMessage.show {
  display: block;
}
.alertMessage .msg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 12px 5px 0;
}
.alertMessage .msg.in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
.alertMessage .msg.out {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
}
.alertMessage .msg .icon {
  margin: 4px;
}
.alertMessage .msg.error {
  background: transparent linear-gradient(90deg, #AA193B 0%, #AA193B4D 100%) 0 0 no-repeat padding-box;
}
.alertMessage .msg.info {
  background: transparent linear-gradient(90deg, #00A1AF 0%, #00A1AF33 100%) 0% 0% no-repeat padding-box;
}
.alertMessage .msg.warning {
  background: transparent linear-gradient(90deg, #F77148 0%, #F7714833 100%) 0% 0% no-repeat padding-box;
}
.alertMessage .msg.done {
  background: transparent linear-gradient(90deg, #00CE7E 0%, #00CE7E33 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1280px) {
  .alertMessage {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    min-width: 360px;
    max-width: 1000px;
    padding: 14px 16px;
    text-align: left;
    font: 14px/22px "SF Pro Display Regular";
    letter-spacing: 0;
    color: #FFFFFF;
  }
  .alertMessage .msg {
    margin: 5px;
  }
  .alertMessage .msg.error {
    background: #AA193B 0 0 no-repeat padding-box;
    border-radius: 4px;
  }
  .alertMessage .msg.info {
    background: #00A1AF 0 0 no-repeat padding-box;
    border-radius: 4px;
  }
  .alertMessage .msg.warning {
    background: #F77148 0 0 no-repeat padding-box;
    border-radius: 4px;
  }
  .alertMessage .msg.done {
    background: #00CE7E 0 0 no-repeat padding-box;
    border-radius: 4px;
  }
  .alertMessage .msg .icon {
    margin: 12px;
  }
}

.landscape-primary .alertMessage {
  padding-left: env(safe-area-inset-left);
}
@media (max-width: 920px) {
  .landscape-primary .alertMessage {
    width: calc(100% - 118px);
  }
}

@media (max-width: 920px) {
  .landscape-secondary .alertMessage {
    width: calc(100% - 98px - env(safe-area-inset-right));
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.history {
  position: absolute;
  top: 70px;
  left: 0px;
  background: #191738 0 0 no-repeat padding-box;
  z-index: 11;
  min-width: 460px;
  height: calc(100vh - 70px);
  border: 1px solid #272544;
  overflow: hidden;
}
@media (max-width: 812px) {
  .history {
    border: 0;
    border-right: 1px solid #272544;
    top: 58px;
    height: calc(100vh - 58px);
    left: 0;
    z-index: 22;
  }
}
.history.noItem {
  height: 187px;
}
.history.noItem .body {
  height: 130px;
  margin: 0;
}
.history.noItem .body .historyList {
  height: 100%;
}
.history.noItem .body .historyList .noHistory {
  height: 100%;
}
.history ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3D3B57 0 0 no-repeat padding-box;
}
.historyHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #FFFFFF;
  padding: 17px 16px;
  border-bottom: 1px solid #272544;
}
@media (max-height: 800px) {
  .historyHeader {
    height: 58px;
    padding: 18px 14px;
  }
}
.historyHeader .title {
  text-align: left;
  font: 14px/16px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: capitalize;
}
.historyHeader .close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.historyHeader .close:hover:before {
  background-image: url(/d8c333733ee76a553ee2701b8a8a3de2.svg);
}
.historyHeader .close:before {
  background-size: 10px 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-image: url(/b321c04c95667870f36c5bea6261d2a7.svg);
}
.history .body {
  overflow-y: auto;
  margin-top: 12px;
  margin-right: 4px;
  height: calc(100% - 58px);
  -webkit-overflow-scrolling: touch;
}
.history .body .historyList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 4px;
}
.history .body .historyList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 14px;
  border-top: 1px solid #272544;
}
.history .body .historyList .item:first-child {
  padding-top: 0;
  border-top: 1px transparent;
}
@media (max-height: 800px) {
  .history .body .historyList .item {
    padding: 15px 16px;
  }
}
.history .body .historyList .item div:not(:last-child) {
  margin-right: 16px;
}
.history .body .historyList .item .dateBox {
  width: 55px;
}
.history .body .historyList .item .dateBox .time {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-height: 800px) {
  .history .body .historyList .item .dateBox .time {
    font-size: 14px;
  }
}
.history .body .historyList .item .dateBox .date {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
}
@media (max-height: 800px) {
  .history .body .historyList .item .dateBox .date {
    font-size: 14px;
  }
}
.history .body .historyList .item .currencyBox {
  width: 90px;
}
.history .body .historyList .item .currencyBox .currency {
  width: 90px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 14px/16px "SF Pro Display Regular";
  color: #FFFFFF;
}
.history .body .historyList .item .currencyBox .currency img {
  vertical-align: sub;
}
@media (max-height: 800px) {
  .history .body .historyList .item .currencyBox .currency {
    font-size: 14px;
  }
}
.history .body .historyList .item .currencyBox .currency .icon {
  width: 12px;
  height: 12px;
  margin: 4px;
}
.history .body .historyList .item .currencyBox .rate {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
  padding: 0 4px;
}
@media (max-height: 800px) {
  .history .body .historyList .item .currencyBox .rate {
    font-size: 14px;
  }
}
.history .body .historyList .item .winningArea {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.history .body .historyList .item .winningArea .infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.history .body .historyList .item .winningArea .infoArea .iconBox {
  margin-right: 8px;
}
.history .body .historyList .item .winningArea .infoArea .iconBox img {
  width: 14px;
}
.history .body .historyList .item .winningArea .infoArea .infoBox {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
  text-transform: uppercase;
}
@media (max-height: 800px) {
  .history .body .historyList .item .winningArea .infoArea .infoBox {
    font-size: 14px;
  }
}
.history .body .historyList .item .winningArea .infoArea:last-child .iconBox img {
  width: 12px;
  margin-left: 1px;
}
.history .body .historyList .item .betArea {
  width: 50px;
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
}
.history .body .historyList .item .betArea .win {
  color: #00E58C;
}
.history .body .historyList .item .betArea .lose {
  color: #AA193B;
}
@media (max-height: 800px) {
  .history .body .historyList .item .betArea {
    font-size: 14px;
  }
}
.history .body .historyList .item .statusArea {
  width: 50px;
  text-align: right;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #7D7C8E;
}
@media (max-height: 800px) {
  .history .body .historyList .item .statusArea {
    font-size: 14px;
  }
}
.history .body .historyList .noHistory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.history .body .historyList .noHistory .icon {
  width: 30px;
  height: 30px;
}
.history .body .historyList .noHistoryMsg {
  text-align: left;
  font: 14px/16px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #8C8B9C;
  opacity: 1;
  margin: 14px 0 0 0;
}

@media (max-width: 800px) {
  .popupBackground.history {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 58px;
    max-width: 100%;
    background: #000000 0 0 no-repeat padding-box;
    opacity: 0.8;
    z-index: 13;
  }
}
.popupBackground.history.select {
  top: 52px;
}

.landscape-primary .history {
  min-width: calc(460px + env(safe-area-inset-left));
  max-width: calc(460px + env(safe-area-inset-left));
}
@media (max-height: 800px) {
  .landscape-primary .historyHeader {
    padding: 18px 14px 18px calc(14px + env(safe-area-inset-left));
  }
}
@media (max-height: 800px) {
  .landscape-primary .history .body .historyList .item {
    padding: 15px 16px 15px calc(16px + env(safe-area-inset-left));
  }
}

.infoPopUp {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 373px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #191738 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 30px 19px;
  z-index: 30;
}
.infoPopUp.infoModal {
  display: table;
}
.infoPopUp.infoModal .infoBox .title {
  margin: 0;
}
@media (max-width: 1280px) {
  .infoPopUp.infoModal .infoBox .title {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .infoPopUp.infoModal .infoBox .closeBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.infoPopUp.infoModal .infoBox .description {
  text-align: left;
  margin: 0;
}
@media (max-width: 1280px) {
  .infoPopUp.infoModal .btnBox {
    display: none;
  }
}
.infoPopUp.medium {
  width: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1280px) {
  .infoPopUp.medium {
    margin: auto;
    width: 720px;
    padding: 24px;
    display: table;
  }
}
@media (max-width: 920px) {
  .infoPopUp.medium {
    width: 90%;
  }
}
@media (max-width: 920px) {
  .infoPopUp.medium .infoBox .description {
    font: 14px/15px "SF Pro Display Regular";
  }
}
.infoPopUp .infoBox .title {
  text-align: center;
  font: 22px/26px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px auto 5px auto;
}
.infoPopUp .infoBox .closeBtn {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .infoPopUp .infoBox .closeBtn {
    width: 18px;
    height: 18px;
  }
}
.infoPopUp .infoBox .closeBtn img {
  width: 100%;
}
.infoPopUp .infoBox .description {
  text-align: center;
  font: 16px/19px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.7;
  margin: 5px auto 20px auto;
}
.infoPopUp .infoBox .description p {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}
.infoPopUp .btnBox .text {
  text-align: center;
  font: bold 18px/21px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #279B6E;
}

.landScape {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #181638 0 0 no-repeat padding-box;
  z-index: 100;
  text-align: center;
  color: #FFFFFF;
  padding: 43px;
}
.landScape .imgBox {
  margin: 32px;
}
.landScape .infoBox .title {
  font: Bold 18px/22px "Red Hat Display";
  margin-bottom: 32px;
}
.landScape .infoBox .description {
  font: normal 14px/22px "Red Hat Display";
}

.mobile .swipeUp {
  z-index: 10;
  display: none;
}
@media (max-width: 812px), (max-height: 375px) {
  .mobile .swipeUp {
    display: block;
  }
}
.mobile .swipeUp .area {
  position: fixed;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  align-items: center;
  z-index: 4;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
}
.mobile .swipeUp .area .imgBox, .mobile .swipeUp .area .infoBox {
  width: 100%;
  text-align: center;
}
.mobile .swipeUp .area .imgBox .icon {
  width: 4.3349vw;
}
.mobile .swipeUp .area .infoBox .title {
  font: 600 14px/19px Red Hat Display;
  letter-spacing: 0;
  color: #F77148;
  text-transform: uppercase;
}

.history .body .historyList .historyLoader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.history .body .historyList .historyLoader .dateBox {
  width: 10%;
}
.history .body .historyList .historyLoader .dateBox .time {
  width: 80%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1s ease infinite;
}
.history .body .historyList .historyLoader .dateBox .date {
  width: 90%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .currencyBox {
  width: 40%;
}
.history .body .historyList .historyLoader .currencyBox .icon {
  width: 90%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .currencyBox .text {
  width: 70%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .winningArea {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.history .body .historyList .historyLoader .winningArea .iconBox {
  width: 90%;
  height: 12px;
  background: linear-gradient(90deg, #482241, #3A2342, #482241, #3A2342);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .winningArea .infoBox {
  width: 70%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .statusArea {
  width: 10%;
}
.history .body .historyList .historyLoader .statusArea .iconBox {
  width: 90%;
  height: 12px;
  background: linear-gradient(90deg, #482241, #3A2342, #482241, #3A2342);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}
.history .body .historyList .historyLoader .statusArea .infoBox {
  width: 70%;
  height: 12px;
  background-image: linear-gradient(90deg, #3D3B57, #312F4D, #3D3B57, #312F4D);
  border-radius: 4px;
  margin: 2.5px;
  background-size: 300% 300%;
  animation: gradient 1.4s linear infinite;
}

@keyframes gradient {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.tabs-block {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  padding-left: 10px;
  width: calc( 100% - 200px);
}
@media (max-width: 812px) {
  .tabs-block {
    padding-left: 4px;
  }
}
@media (max-width: 900px) {
  .tabs-block {
    width: calc( 100% - 155px);
    padding-left: 4px;
  }
}
.tabs-block.fullWidth {
  width: 100%;
}
.tabs-block .tabs {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  width: 100%;
}
@media (max-width: 1280px) {
  .tabs-block .tabs {
    order: 2;
  }
}
.tabs-block .tabs::-webkit-scrollbar {
  display: none;
}
.tabs-block .tabs .tab {
  top: 10px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  background-color: #191738;
  border: 1px #272544 solid;
  font: 14px/16px SF Pro Display;
  display: flex;
  flex-wrap: nowrap;
  color: #FFFFFF;
  align-items: center;
  width: 130px;
  padding: 13px 0px;
  border-radius: 4px;
  position: absolute;
  left: 100%;
  transform: perspective(100px) rotate3d(0, 1, 0, 0deg);
  transform-origin: left;
  transition: transform ease-in-out 0.3s;
  overflow: hidden;
  -webkit-box-shadow: -14px -1px 50px -4px rgba(0, 0, 0, 0.43);
  box-shadow: -14px -1px 50px -4px rgba(0, 0, 0, 0.43);
}
@media (max-width: 812px) {
  .tabs-block .tabs .tab {
    top: 4px;
  }
}
@media (max-width: 812px) {
  .tabs-block .tabs .tab {
    margin-right: 4px;
  }
}
.tabs-block .tabs .tab:hover > div {
  opacity: 1;
}
.tabs-block .tabs .tab.enabled {
  cursor: pointer;
}
.tabs-block .tabs .tab > div {
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
.tabs-block .tabs .tab.selected {
  padding-left: 6px;
  padding-right: 6px;
}
.tabs-block .tabs .tab.selected .title {
  margin-left: 8px;
}
.tabs-block .tabs .tab.selected > div {
  opacity: 1;
}
.tabs-block .tabs .tab.selected > div:last-child {
  opacity: 1;
  pointer-events: unset;
}
.tabs-block .tabs .tab.selected::before {
  content: "";
  background-color: #F77148;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0px;
}
.tabs-block .tabs .tab > div:first-child {
  order: 2;
  display: flex;
  text-overflow: ellipsis;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
  width: 100%;
}
.tabs-block .tabs .tab > div:first-child img {
  max-height: 20px;
  margin-right: 8px;
}
.tabs-block .tabs .tab > div:first-child span {
  text-overflow: ellipsis;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.tabs-block .tabs .tab > div:last-child, .tabs-block .tabs .tab.remove-close-icon > div:last-child {
  transform: translate(-2px, -14px);
  opacity: 0;
  pointer-events: none;
}
.tabs-block .tabs .tab > div:last-child img, .tabs-block .tabs .tab.remove-close-icon > div:last-child img {
  cursor: pointer;
}
@media (max-width: 920px) {
  .tabs-block .tabs .tab > div:last-child img, .tabs-block .tabs .tab.remove-close-icon > div:last-child img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 920px), (max-height: 800px) {
  .tabs-block .tabs .tab > div:last-child, .tabs-block .tabs .tab.remove-close-icon > div:last-child {
    transform: translate(0px, 0px);
  }
}
.tabs-block .tabs .tab .title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 30px;
}
.tabs-block .add-tab-button {
  height: 50px;
  width: 50px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2E2D4A;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
}
@media (max-width: 1280px) and (min-width: 900px) {
  .tabs-block .add-tab-button {
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  .tabs-block .add-tab-button {
    margin-right: 4px;
  }
}
.tabs-block .add-tab-button svg {
  margin: auto;
}
.tabs-block .add-tab-button svg path {
  fill: #8c8b9c;
  stroke: #8c8b9c;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.tabs-block .add-tab-button:hover svg path {
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 1280px) {
  .tabs-block .add-tab-button {
    order: 1;
  }
}

.trading-groups-modal {
  position: absolute;
  top: 14px;
  z-index: 20;
  min-width: 674px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #272544;
  border-radius: 4px;
  background-color: #191738;
  height: calc(100vh - 140px);
}
@media (max-width: 812px) {
  .trading-groups-modal {
    min-width: 600px;
    border-radius: 0;
    left: 84px !important;
    top: 62px !important;
    height: calc(100vh - 128px);
  }
}
@media (max-width: 812px) {
  .trading-groups-modal {
    min-width: calc(100vw - 52px);
  }
}
@media (max-height: 800px) and (max-width: 812px) {
  .trading-groups-modal {
    height: calc(100vh - 68px);
  }
}
@media (max-width: 812px) {
  .trading-groups-modal {
    left: 56px !important;
    top: 62px !important;
  }
}
.trading-groups-modal.isReplaceMode {
  border-top-left-radius: 0;
  border-top: 0;
  height: calc(100vh - 200px);
  border-top: 1px solid #272544;
}

@media (max-width: 920px) {
  body.mobile .trading-groups-modal {
    min-width: calc(100vw - 52px);
  }
}
.tradingGroupsModalBg.isFirst {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #00000060 0 0 no-repeat padding-box;
}
@media (max-width: 812px) {
  .tradingGroupsModalBg.isFirst {
    justify-content: flex-start;
    padding-top: 20px;
  }
}
.tradingGroupsModalBg.isFirst .trading-groups-modal.isFirst {
  position: unset;
  max-width: 671px;
  max-height: 641px;
  height: calc(100vh - 128px);
}
@media (max-width: 812px) {
  .tradingGroupsModalBg.isFirst .trading-groups-modal.isFirst {
    min-width: calc(100vw - 170px);
  }
}
.tradingGroupsModalBg.isFirst > .title {
  padding: 23px;
  width: 100%;
  margin: 0 auto;
  max-width: 671px;
  text-align: center;
  font: 28px/34px "SF Pro Display Medium";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 812px) {
  .tradingGroupsModalBg.isFirst > .title {
    padding: 10px;
    font-size: 18px;
  }
}

@-webkit-keyframes item-animation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(-50deg) scale(0.97);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(-50deg) scale(0.97);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(10deg) scale(1);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(10deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  }
}
@keyframes item-animation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(-50deg) scale(0.97);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(-50deg) scale(0.97);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(10deg) scale(1);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(10deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  }
}
.trading-groups-list {
  width: 225px;
}
.trading-groups-list .trading-groups {
  display: flex;
  flex-wrap: nowrap;
  color: #FFFFFF;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.trading-groups-list .trading-groups ul {
  width: 100%;
}
.trading-groups-list .trading-groups .item {
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-top: 1px #272544 solid;
  height: 60px;
  cursor: pointer;
  transform: perspective(100px) translate3d(0px, 0px, 0px) rotateX(0deg);
  animation: item-animation 250ms ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  opacity: 0;
  animation-fill-mode: forwards;
  transform-origin: top center;
  border-top: 1px #272544 solid;
}
@media (max-width: 1280px) {
  .trading-groups-list .trading-groups .item {
    height: 40px;
    font-size: 14px;
  }
}
.trading-groups-list .trading-groups .item:first-child {
  border-top: transparent;
}
.trading-groups-list .trading-groups .item .count-lable {
  background-color: #302F4C;
  border-radius: 50%;
  padding: 0 5px;
  font: 12px/24px SF Pro Display Bold;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .trading-groups-list .trading-groups .item .count-lable {
    min-width: 20px;
    min-height: 20px;
    font-size: 10px;
  }
}
.trading-groups-list .trading-groups .item .icon {
  width: 23px;
}
.trading-groups-list .trading-groups .item .content {
  width: calc(100% - 70px);
}
.trading-groups-list .trading-groups .item.active, .trading-groups-list .trading-groups .item:hover {
  background-color: #272544;
}
.trading-groups-list .trading-groups .item.active .count-lable, .trading-groups-list .trading-groups .item:hover .count-lable {
  background-color: #191738;
}

.trading-currency-block {
  width: calc(100% - 234px);
  padding: 10px 0 0 23px;
  overflow: hidden;
}
.trading-currency-block .currency-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 900px) {
  .trading-currency-block .currency-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.trading-currency-block .currency-block .currency-search-block {
  width: 100%;
}
.trading-currency-block .currency-block .currency-search-block .currency-search {
  position: relative;
}
.trading-currency-block .currency-block .currency-search-block .currency-search input {
  border-radius: 4px;
  border: 1px solid #272544;
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  font: 300 14px/30px "SF Pro Display Regular";
  padding-left: 42px;
  height: 39px;
}
.trading-currency-block .currency-block .currency-search-block .currency-search input::placeholder {
  color: #ffffff70;
  font: 300 14px/30px "SF Pro Display Regular";
}
.trading-currency-block .currency-block .currency-search-block .currency-search::before {
  content: url(/330f95c7371b2a195ebf820e87f397a0.svg);
  position: absolute;
  top: 11px;
  left: 22px;
  transform: translateX(-50%);
}
.trading-currency-block .currency-block .currency-sort-block {
  padding: 5px;
}
.trading-currency-block .currency-block .currency-sort-block .currency-sort .sortHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font: 300 14px/24px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.5;
  display: none;
}
.trading-currency-block .currency-block .currency-sort-block .currency-sort .sortHeader .icon {
  margin: 5px 10px 0 10px;
}
.trading-currency-block .currency-block .currency-list .currency-list-block {
  position: relative;
  max-width: 428px;
}
.trading-currency-block .currency-block .currency-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 50px);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 900px) {
  .trading-currency-block .currency-block .currency-list {
    width: 100%;
  }
}
.trading-currency-block .currency-block .currency-list ul {
  width: calc(100% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.trading-currency-block .currency-block .currency-list ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 14px 16px;
  color: #FFFFFF;
  background-color: #191738;
  opacity: 0;
  border-top: 1px #272544 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (max-width: 1280px) {
  .trading-currency-block .currency-block .currency-list ul li {
    padding: 9px 16px;
    height: 40px;
  }
}
.trading-currency-block .currency-block .currency-list ul li:first-child {
  border-top: unset;
}
.trading-currency-block .currency-block .currency-list ul li > svg path {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.trading-currency-block .currency-block .currency-list ul li > svg:not(.active) {
  cursor: pointer;
}
.trading-currency-block .currency-block .currency-list ul li > svg:not(.active):hover path {
  fill: #8c8b9c;
}
.trading-currency-block .currency-block .currency-list ul li .title {
  color: #52516A;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.trading-currency-block .currency-block .currency-list ul li .title img {
  margin-right: 8px;
  max-height: 20px;
  opacity: 0.4;
}
.trading-currency-block .currency-block .currency-list ul li .title span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 14px/16px "SF Pro Display Regular";
}
.trading-currency-block .currency-block .currency-list ul li.enabled {
  cursor: pointer;
}
.trading-currency-block .currency-block .currency-list ul li.enabled .title {
  color: #FFFFFF;
}
.trading-currency-block .currency-block .currency-list ul li.enabled .title .icon {
  opacity: 1;
}
.trading-currency-block .currency-block .currency-list ul li.selected {
  background-color: #2E2D4A;
}
.trading-currency-block .currency-block .currency-list ul li > span {
  width: 40%;
}
.trading-currency-block .currency-block .currency-list ul li > span:nth-child(2) {
  width: 45%;
}
.trading-currency-block .currency-block .currency-list .disable-first-animation ul li {
  opacity: 1 !important;
  -webkit-animation: unset !important;
  animation: unset !important;
}
.trading-currency-block .currency-block .currency-list .disable-anim-by-search ul li {
  opacity: 1 !important;
  -webkit-animation: unset !important;
  animation: unset !important;
}
.trading-currency-block .currency-block .currency-list .msg {
  text-align: center;
  font: 14px/24px "SF Pro Display Regular";
  letter-spacing: 0.36px;
  color: #FFFFFF;
  opacity: 0.7;
  word-break: break-word;
  margin: 30px auto;
  max-width: 250px;
}
.trading-currency-block .currency-block .currency-list .suggestAsset {
  border-top: 1px #272544 solid;
  color: #fff;
  padding: 20px 0;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .parentName {
  padding-bottom: 10px;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 14px 16px;
}
@media (max-width: 1280px) {
  .trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem {
    padding: 9px 16px;
  }
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem .title {
  min-width: 152px;
  color: #52516A;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem .title.enable {
  color: #ffffff;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 14px/16px "SF Pro Display Regular";
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem:hover {
  background-color: #2e2d4a;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem > span:nth-child(2) {
  height: 23px;
  width: 45%;
}
.trading-currency-block .currency-block .currency-list .suggestAsset .assetsItem img {
  margin-right: 8px;
  max-height: 20px;
  opacity: 0.4;
}

.openedTimes {
  width: 100%;
  position: absolute;
}
@media (max-width: 812px) {
  .openedTimes {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 23;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.openedTimes.down .arrow {
  transform: rotate(222deg);
}
.openedTimes.down .periodsInfoBlock, .openedTimes.down .arrow {
  margin-top: -8px;
}
.openedTimes.left .arrow {
  transform: rotate(135deg);
}
.openedTimes.right .arrow {
  transform: rotate(-45deg);
}
.openedTimes.hidden {
  display: none;
}
.openedTimesHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font: 14px "SF Pro Display Regular";
}
.openedTimesHeader .icon {
  margin: 0 0 0 auto;
}
.openedTimes .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #302F4C;
  border-top: 1px solid #272544;
  border-left: 1px solid #272544;
  transform: rotate(45deg);
  z-index: 22;
  margin-top: 8px;
}
@media (max-width: 812px) {
  .openedTimes .arrow {
    display: none;
  }
}
.openedTimes .periodsInfoBlock {
  background: #302F4C 0 0 no-repeat padding-box;
  box-shadow: 0 0 4px #110F27B3;
  padding: 20px;
  position: absolute;
  z-index: 20;
  max-width: 343px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 4px;
  margin-top: 8px;
}
@media (max-width: 812px) {
  .openedTimes .periodsInfoBlock {
    position: unset;
    max-height: 87%;
  }
}
@media (max-width: 812px) {
  .openedTimes .periodsInfoBlock .parts {
    display: flex;
    flex-direction: column;
  }
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) {
  min-width: 139px;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .title {
  text-align: left;
  font: bold 14px/16px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox {
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media (max-width: 812px) {
  .openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table {
  width: 100%;
  border-collapse: collapse;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr {
  border-collapse: collapse;
  vertical-align: text-top;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr th, .openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr td {
  opacity: 0.7;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr td {
  margin: 5px;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr td p {
  margin: 5px 0;
  line-height: normal;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr.active th, .openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr.active td {
  font: 14px/34px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr th {
  border-collapse: collapse;
  text-align: left;
  font: 14px/34px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
}
.openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox table tr td {
  border-collapse: collapse;
  font: 14px/34px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: left;
  padding-left: 20px;
}
.openedTimes .periodsInfoBlock .parts:nth-child(2) {
  padding-left: 20px;
  width: 100%;
  word-break: break-all;
}
.openedTimes .periodsInfoBlock .parts:nth-child(2) .title {
  text-align: left;
  font: bold 14px/16px "SF Pro Display Bold";
  letter-spacing: 0;
  color: #FFFFFF;
}
.openedTimes .periodsInfoBlock .parts:nth-child(2) .date {
  text-align: left;
  font: 22px/34px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 12px 0;
}
.openedTimes .periodsInfoBlock .parts:nth-child(2) .description {
  text-align: left;
  font: 14px/18px "SF Pro Display Regular";
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  word-break: normal;
}

.chart-selected-rate {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  background-color: #191738;
  border: 1px #272544 solid;
  width: 226px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  align-items: baseline;
}
@media (min-width: 812px) {
  .chart-selected-rate {
    left: 10px;
    top: 10px;
  }
}
.chart-selected-rate.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 812px) {
  .chart-selected-rate {
    display: none;
  }
}
.chart-selected-rate svg {
  margin-left: 10px;
  max-height: 100%;
}
.chart-selected-rate svg path {
  transition: all ease-in-out 0.2s;
}
.chart-selected-rate svg:not(.active):hover path {
  fill: #8c8b9c;
}
.chart-selected-rate .icon {
  margin-right: 8px;
  max-height: 100%;
  max-width: 45px;
  margin: auto;
}
.chart-selected-rate .title {
  display: flex;
  align-items: center;
  width: 74%;
  margin: auto;
}
.chart-selected-rate .title img {
  margin-left: 16px;
}
.chart-selected-rate .title span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font: 14px/16px "SF Pro Display Regular";
  max-width: 100px;
}
.chart-selected-rate:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(135deg);
}

body.mobile.not-tablet .infoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 14px "SF Pro Display Regular";
}
body.mobile.not-tablet .header {
  height: 58px;
  background-color: #191738;
}
body.mobile.not-tablet .header--logoArea {
  margin: 0;
  width: calc(52px + env(safe-area-inset-left));
  border-right: 1px solid #272544;
  height: 58px;
}
body.mobile.not-tablet .header--navbar {
  width: calc(100% - 52px);
}
body.mobile.not-tablet .header--navbar .tabs-block {
  width: calc( 100% - 155px);
  padding-left: 4px;
}
body.mobile.not-tablet .header--navbar .tabs-block.fullWidth {
  width: 100%;
}
body.mobile.not-tablet .header--navbar .tabs-block .tabs .tab {
  margin-right: 4px;
  top: 4px;
}
body.mobile.not-tablet .header--navbar .tabs-block .add-tab-button {
  margin-right: 4px;
}
body.mobile.not-tablet .header--navbar--balanceArea {
  min-width: 155px;
  border-left: 1px solid #272544;
}
body.mobile.not-tablet .header .trading-groups-modal {
  min-width: calc(100vw - 62px);
  left: 56px !important;
  top: 62px !important;
  height: calc(100vh - 68px);
}
@media (max-width: 812px) {
  body.mobile.not-tablet .header .trading-groups-modal {
    min-width: calc(100vw - 56px);
  }
}
body.mobile.not-tablet .mainContent .board .controlBar {
  max-width: 82px;
  padding-top: 4px;
  order: 3;
  align-items: flex-end;
  height: 100%;
}
body.mobile.not-tablet .mainContent .board .controlBar .dataControl {
  padding: 6px 4px;
  margin-bottom: 4px;
}
body.mobile.not-tablet .mainContent .board .controlBar .dataControl .valueArea.invalid {
  border-bottom: 1px solid #353351;
}
body.mobile.not-tablet .mainContent .board .controlBar .oddBtnGroup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.mobile.not-tablet .mainContent .board .controlBar .oddBtnGroup .oddBtn {
  margin: 2px 0;
}
body.mobile.not-tablet .mainContent .board .timeControlBar {
  height: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  width: calc(100% - 82px);
  top: unset;
  position: absolute;
  bottom: 0;
  background-color: #191738;
  z-index: 2;
}
body.mobile.not-tablet .mainContent .board .timeControlBar .listArea {
  padding: 4px 0;
}
body.mobile.not-tablet .mainContent .board .ChartArea {
  width: calc(100% - 82px);
  height: calc(100vh - 58px );
}
body.mobile.not-tablet .openedTimes {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.mobile.not-tablet .openedTimes.hidden {
  display: none;
}
body.mobile.not-tablet .openedTimes .arrow {
  display: none;
}
body.mobile.not-tablet .openedTimes .periodsInfoBlock {
  position: unset;
  max-height: 87%;
}
body.mobile.not-tablet .openedTimes .periodsInfoBlock .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.mobile.not-tablet .openedTimes .periodsInfoBlock .parts:nth-child(1) .infoBox {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}
body.mobile .dataEnter--board--display .inputArea .input, body.tablet .dataEnter--board--display .inputArea .input {
  pointer-events: none;
}
body.landscape-secondary.mobile.not-tablet .mainContent .board .ChartArea {
  width: calc(100% - 82px - env(safe-area-inset-right));
}
@media (max-width: 920px) {
  body.landscape-secondary.mobile.not-tablet .mainContent .board .timeControlBar {
    width: calc(100% - 82px - env(safe-area-inset-right));
    padding-left: env(safe-area-inset-left);
  }
}
@media (max-width: 920px) {
  body.landscape-primary.mobile.not-tablet .timeControlBar {
    width: calc(100% - 118px);
    padding-left: env(safe-area-inset-left);
  }
}
@media (max-width: 812px) {
  body.landscape-primary.mobile.not-tablet .timeControlBar {
    width: calc(100% - 82px);
  }
}
body .history {
  min-width: calc(460px + env(safe-area-inset-left));
}
@media (max-height: 800px) {
  body .historyHeader {
    padding: 18px 14px 18px calc(14px + env(safe-area-inset-left));
  }
}
@media (max-height: 800px) {
  body .history .body .historyList .item {
    padding: 15px 16px 15px calc(16px + env(safe-area-inset-left));
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
}

.lose_text {
  color: #AA193B !important;
}

.win_text {
  color: #00E58C !important;
}

.refund, .win, .lose, .win_text, .lose_text, .refund_text {
  text-transform: capitalize;
}

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