@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap");
.cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done, .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
  transform: translateX(-40%) translateY(0em); }

.ciq-list .ciq-list-item {
  font-size: 0.8em; }

.cq-categorical-display .cq-item,
.cq-categorical-display .cq-active-item,
.cq-categorical-display .empty-category,
.cq-categorical-display .cq-filter,
.cq-categorical-display .cq-lookup-input > input,
.cq-categorical-display .category-title,
.cq-categorical-display .empty-category {
  font-size: 0.8em; }

.cq-categorical-display .category-title {
  font-weight: bold; }

.cq-categorical-display .empty-category {
  padding: 0 0.8em 0.8em; }

.cq-categorical-display .category.category-has-subtitle {
  padding-top: 4em; }

.notification-banner {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
  max-width: 940px;
  width: 100%;
  align-items: center;
  align-items: center;
  position: relative;
  margin: 1rem auto;
  left: 0;
  transform: none;
  z-index: 100 !important; }
  .notification-banner__orange-hexagon {
    display: none;
    border-bottom: 130px solid #e98024;
    border-left: 0 solid transparent;
    border-right: 45px solid transparent;
    height: 0;
    width: 26rem; }
  .notification-banner__content {
    max-width: 425px;
    width: 100%;
    margin: auto 86px auto 9px; }
    .notification-banner__content_header {
      font-weight: 700;
      margin: 0;
      margin-bottom: 4px;
      line-height: 24px;
      font-size: 16px; }
    .notification-banner__content_text {
      margin: 0;
      font-weight: 400;
      line-height: 24px;
      font-size: 16px; }
    .notification-banner__content_button {
      text-decoration: none;
      text-align: center;
      line-height: 100%;
      padding: 8px 25px;
      display: inline-block;
      font-weight: 400;
      font-family: inherit;
      border-radius: 4px;
      cursor: pointer;
      font-size: 18px;
      border: 0;
      background: #2e8836;
      color: #ffffff !important;
      min-height: auto; }
    @media (max-width: 1234px) {
      .notification-banner__content {
        margin-right: 20px; } }
    @media (max-width: 1024px) {
      .notification-banner__content {
        position: absolute;
        max-width: 400px;
        color: #ffffff; } }
    @media (max-width: 590px) {
      .notification-banner__content {
        max-width: 300px; } }
    @media (max-width: 440px) {
      .notification-banner__content {
        max-width: 13rem; } }
  @media (max-width: 1234px) {
    .notification-banner {
      max-width: 880px; } }
  @media (max-width: 1024px) {
    .notification-banner {
      max-width: 700px;
      padding: 0 10px 0 0;
      transform: none; }
      .notification-banner > img {
        display: none; }
      .notification-banner__orange-hexagon {
        display: inline-block; } }
  @media (max-width: 769px) {
    .notification-banner {
      max-width: 520px;
      padding: 0 10px 0 0;
      transform: none; } }

.notifyjs-bootstrap-base {
  text-shadow: none !important;
  padding: 2px 15px 8px 8px !important; }

.notifyjs-bootstrap-info {
  color: #1e88e5 !important;
  background-color: #172f4f !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-info:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/info_black_24dp.svg); }

.notifyjs-bootstrap-error {
  color: #e53935 !important;
  background-color: #491212 !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-error:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/error_black_24dp.svg); }

.notifyjs-bootstrap-success {
  color: #43a047 !important;
  background-color: #23332b !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-success:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/check_circle_black_24dp.svg); }

.notifyjs-bootstrap-warn {
  color: #ff6f00 !important;
  background-color: #332a23 !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-warn:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/warning_black_24dp.svg); }

.notifyjs-bootstrap-trace {
  color: #e91e63 !important;
  background-color: #3b144c !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-trace:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/fiber_manual_record_black_24dp.svg); }

.notifyjs-bootstrap-debug {
  color: #78909c !important;
  background-color: #312b3d !important;
  border: none !important;
  background-image: none !important;
  background-position: none !important;
  background-repeat: none !important; }
  .notifyjs-bootstrap-debug:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/bug_report_black_24dp.svg); }

.moving-banner {
  display: flex;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  float: left;
  height: calc(100% - 20px);
  margin: 1rem 2rem 0; }
  .moving-banner__text {
    position: absolute;
    left: 6rem;
    font-weight: 700;
    font-size: 14px; }
  .moving-banner__button {
    position: absolute;
    right: 1.2rem;
    transform: translate(0, 24%);
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    padding: 4px 17.5px;
    display: inline-block;
    font-weight: 700;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    background: #ff444f;
    color: #ffffff;
    max-height: 2.4rem; }
  .moving-banner__separator {
    position: absolute;
    left: -2rem;
    top: 0.4rem;
    width: 2px;
    height: 38px;
    background-color: #17212c; }
    @media only screen and (max-width: 922px) {
      .moving-banner__separator {
        display: none; } }
  @media only screen and (max-width: 520px) {
    .moving-banner {
      display: none; } }

.dbot-banner {
  font-family: 'IBM Plex Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  align-items: center;
  align-self: center;
  display: flex;
  float: left;
  height: calc(100% - 20px);
  margin: 10px 0; }
  .dbot-banner__icon {
    margin-right: 8px;
    margin-left: 32px; }
  .dbot-banner__ad {
    color: #fff;
    margin-right: 16px;
    display: flex;
    justify-content: center; }
    .dbot-banner__ad-text {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
  .dbot-banner__button {
    font-size: 14px;
    background-color: #ff444f;
    font-weight: bold;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 16px;
    display: inline-flex;
    border: 0;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    outline: 0;
    position: relative;
    text-decoration: none;
    text-transform: none !important; }
    .dbot-banner__button:hover {
      background: #eb3e48; }
    .dbot-banner__button:focus {
      outline: none; }
  .dbot-banner__separator {
    width: 2px;
    height: 36px;
    background-color: #17212c; }

@media only screen and (max-width: 520px) {
  .dbot-banner {
    display: none; } }

@media only screen and (max-width: 700px) {
  .dbot-banner__separator {
    display: none; } }

@font-face {
  font-family: 'binarybot';
  src: url("../font/binarybot.eot?61837987");
  src: url("../font/binarybot.eot?61837987#iefix") format("embedded-opentype"), url("../font/binarybot.woff2?61837987") format("woff2"), url("../font/binarybot.woff?61837987") format("woff"), url("../font/binarybot.ttf?61837987") format("truetype"), url("../font/binarybot.svg?61837987#binarybot") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'material';
  src: url("../font/MaterialIcons-Regular.ttf?61837987");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'binarybot';
    src: url('../font/binarybot.svg?61837987#binarybot') format('svg');
  }
}
*/
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'material';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-zoom-in:before {
  content: '\e8ff'; }

/* '' */
.icon-redo:before {
  content: '\e15a'; }

/* '' */
.icon-browse:before {
  content: '\e2c7'; }

/* '' */
.icon-undo:before {
  content: '\e166'; }

/* '' */
.icon-summary:before {
  content: '\f071'; }

/* '' */
.icon-stop:before {
  content: '\e047';
  margin-left: 5px;
  margin-top: 1px; }

/* '' */
.icon-run:before {
  content: '\e1c4';
  margin-left: 6px; }

/* '' */
.icon-close:before {
  content: '\e5cd';
  margin-left: 5px; }

/* '' */
.icon-reset:before {
  content: '\f053'; }

/* '' */
.icon-reset-plus:before {
  content: '\e629'; }

/* '' */
.icon-zoom-out:before {
  content: '\e900'; }

/* '' */
.icon-menu:before {
  content: '\e5d2'; }

/* '' */
.icon-save:before {
  content: '\e161'; }

/* '' */
.icon-trash:before {
  content: '\e92b'; }

/* '' */
.icon-trading-view {
  width: 35px !important;
  /* Set the desired width */
  display: inline-block;
  /* Ensures the element respects width and height */
  background: url("../image/tradingview.svg") no-repeat center;
  background-size: contain;
  /* Ensures the image scales to fit the element */ }
  .icon-trading-view:before {
    content: ' '; }

/* '' */
.icon-bot-store:before {
  content: '\e8d1'; }

/* '' */
.icon-copy-trading:before {
  content: '\e802'; }

/* '' */
.icon-info:before {
  content: '\e88e'; }

/* '' */
.icon-sort:before {
  content: '\e164'; }

/* '' */
.icon-chart-line:before {
  content: '\e6e1'; }

/* '' */
.icon-help-center:before {
  content: '\f1c0'; }

/* '' */
.icon-notification:before {
  content: '\e7f7'; }

/* '' */
.icon-notification-off:before {
  content: '\e7f6'; }

/* '' */
.icon-register:before {
  content: '\e174'; }

/* '' */
.icon-affiliate:before {
  content: '\ef49'; }

/* '' */
.icon-video:before {
  content: '\f06a'; }

/* '' */
.icon-right:before {
  content: '\e5cc'; }

/* '' */
.icon-left:before {
  content: '\e5cb'; }

/* '' */
.icon-fiber-new:before {
  content: '\e05e'; }

/* '' */
.icon-support-agent:before {
  content: '\f0e2'; }

/* '' */
.icon-apps:before {
  content: '\e5c3'; }

/* '' */
fiber_new .icon-hide-header {
  background: url("../image/expand_less.svg") no-repeat center; }
  fiber_new .icon-hide-header:before {
    content: ' '; }
  fiber_new .icon-hide-header.enabled {
    background: url("../image/expand_more.svg") no-repeat center; }

.icon-clear {
  background: url("../image/clear-disabled.svg") no-repeat center; }
  .icon-clear:before {
    content: ' '; }
  .icon-clear:disabled {
    background: url("../image/clear-disabled.svg") no-repeat center; }

.icon-integrations {
  background: url("../image/google_drive.svg") no-repeat center; }
  .icon-integrations:before {
    content: ' '; }

.icon-tradder:before {
  content: ' ';
  background: url("../image/tradder.svg") no-repeat center; }

#toolbox {
  background-color: #161e1d;
  border-bottom: 1px solid #333;
  padding: 2px 3px;
  z-index: 100;
  overflow: auto;
  position: relative; }
  #toolbox #runButton[disabled],
  #toolbox #runButtonBottom[disabled],
  #toolbox #runButton[disabled]:hover,
  #toolbox #runButtonBottom[disabled]:hover,
  #toolbox #stopButton[disabled],
  #toolbox #stopButtonBottom[disabled],
  #toolbox #stopButton[disabled],
  #toolbox #stopButtonBottom[disabled] {
    background-color: #2b3a39;
    color: #475755;
    opacity: 0.5; }
  #toolbox .toolbox-button {
    background-color: transparent;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em; }
    @media (min-width: 320px) and (max-width: 719px) {
      #toolbox .toolbox-button {
        width: 35px; } }
  #toolbox .toolbox-button:hover {
    background-color: #2af9cc;
    color: #111 !important; }
  #toolbox .toolbox-button:focus {
    outline: none; }
  #toolbox .box.is-dragover {
    background-color: grey; }
  #toolbox .toolbox-separator {
    background-color: #616161;
    display: inline-block;
    height: 22px;
    margin: 9px 5px;
    user-select: none;
    width: 2px; }
  #toolbox #storeButton {
    width: 64px;
    display: inline-flex;
    color: #2af9cc; }
    #toolbox #storeButton span {
      font-size: 16px;
      position: absolute;
      margin-top: 5px;
      margin-left: 8px;
      border: 1px solid #575757;
      padding: 2px 6px;
      border-radius: 6px; }
  #toolbox #copyButton {
    width: 64px;
    display: inline-flex;
    color: #ff4c4b; }
    #toolbox #copyButton span {
      font-size: 16px;
      position: absolute;
      margin-top: 5px;
      margin-left: 8px;
      border: 1px solid #575757;
      padding: 2px 6px;
      border-radius: 6px; }
  #toolbox #tradingViewButton {
    margin: 0 6px;
    width: 34px !important; }

#toolbox-login {
  margin-top: 1px;
  margin-right: 20px; }

#toolbox-account {
  display: table;
  height: 40px; }

#toolbox-account-list {
  position: relative;
  user-select: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px; }
  #toolbox-account-list > a {
    color: #000000; }
    #toolbox-account-list > a:hover, #toolbox-account-list > a:visited {
      text-decoration: none; }

#toolbox-main-account {
  display: inline;
  padding-inline-start: 0; }
  #toolbox-main-account > li {
    display: inline;
    margin: 0 2px; }
  #toolbox-main-account > li:not(:first-child):not(:last-child):before {
    content: '\2022';
    margin-right: 7px; }
  #toolbox-main-account > .nav-caret {
    display: inline-block; }

#toolbox-all-accounts {
  border: 0;
  z-index: 100;
  margin-top: -1px;
  background: none;
  right: 20px; }
  #toolbox-all-accounts li {
    height: 100%; }
    #toolbox-all-accounts li a {
      margin-top: 0; }

button > .barspinner.white {
  position: relative;
  margin: 3px auto;
  height: 13px;
  top: initial;
  left: initial; }

@keyframes animate-circle {
  0% {
    transform: translate(-50%, -50%) scale(0); }
  50% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(0); } }

@keyframes animate-progress {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }

@keyframes animate-progress-complete {
  0% {
    width: 50%; }
  100% {
    width: 100%; } }

@keyframes slide-tooltip {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#summaryPanel {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); }
  #summaryPanel .content-row {
    margin-bottom: 1em; }
    #summaryPanel .content-row:nth-last-of-type(3) {
      overflow-x: auto; }
    #summaryPanel .content-row:nth-last-of-type(2) {
      overflow-x: auto; }
    @media (min-width: 320px) and (max-width: 719px) {
      #summaryPanel .content-row table {
        min-width: 760px; } }
  @media (min-width: 320px) and (max-width: 719px) {
    #summaryPanel .content-row-table {
      width: 760px;
      overflow-x: auto; } }
  #summaryPanel p {
    margin: 0em; }
  #summaryPanel #sync-warning {
    font-size: 11px;
    color: lightgray; }
  #summaryPanel #current-trade-status {
    margin-top: 3.5em;
    display: flex;
    justify-content: space-between; }
    #summaryPanel #current-trade-status .stage {
      display: inline-block;
      margin: 0 10.3% 0 10.3%;
      vertical-align: top;
      max-width: 120px;
      min-width: 6.5rem; }
      @media (min-width: 320px) and (max-width: 719px) {
        #summaryPanel #current-trade-status .stage {
          text-align: center;
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-left: 0;
          margin-right: -10px; } }
      #summaryPanel #current-trade-status .stage .stage-tooltip .triangle {
        margin-top: 0.7em;
        margin-left: 50%;
        transform: translate(-50%, -50%);
        height: 10px;
        width: 10px;
        border: 10px solid #2af9cc;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent; }
      #summaryPanel #current-trade-status .stage .stage-tooltip.top {
        margin-bottom: 0.5em;
        margin-top: -2.5em;
        margin-left: 0em;
        position: absolute; }
      #summaryPanel #current-trade-status .stage .stage-tooltip p {
        font-size: 11px;
        text-align: center;
        margin-top: -0.91em;
        padding: 0.5em;
        border-radius: 0.5em;
        background-color: #2af9cc;
        width: 120px;
        color: #111; }
      #summaryPanel #current-trade-status .stage .stage-tooltip.running p {
        color: #a5d6a7;
        background-color: #2e7d32; }
  #summaryPanel .stage-tooltip {
    visibility: hidden; }
  #summaryPanel .stage-tooltip.active {
    visibility: visible;
    animation: slide-tooltip 0.8s 1; }
  #summaryPanel .stage-label {
    text-align: center;
    font-size: 11px;
    min-height: 24px; }
  #summaryPanel .circle-wrapper {
    width: 1em;
    height: 1em;
    display: inline-block;
    transform: translate(-50%, 50%);
    margin-left: 50%; }
    #summaryPanel .circle-wrapper .static-circle {
      width: 1em;
      height: 1em;
      border-radius: 100%;
      border: 0.25em solid #799390;
      display: inline-block;
      position: relative;
      background-color: #799390; }
  #summaryPanel .circle-wrapper.active .static-circle {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid #2af9cc;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 2; }
  #summaryPanel .circle-wrapper.active .dynamic-circle {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background-color: #2af9cc;
    border-radius: 100%;
    opacity: 0.32;
    animation: animate-circle 0.8s infinite;
    transform: translate(-50%, -50%);
    margin-top: 50%;
    margin-left: -50%;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1; }
  #summaryPanel .circle-wrapper.complete .static-circle {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid #2af9cc;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 2; }
  #summaryPanel .line {
    position: absolute;
    display: inline-block;
    top: 37.5%;
    width: 3850%;
    height: 0.25em;
    background-color: #798393; }
  #summaryPanel .line.active .progress-bar {
    float: left;
    box-shadow: none;
    height: 100%;
    background-color: #2af9cc;
    display: inline-block;
    animation: animate-progress 0.5s 1;
    animation-fill-mode: forwards; }
  #summaryPanel .line.complete .progress-bar {
    box-shadow: none;
    height: 100%;
    background-color: #e98024;
    display: inline-block;
    animation: animate-progress-complete 0.5s 1;
    animation-fill-mode: forwards; }
  #summaryPanel .summary-toolbox {
    text-align: center;
    position: relative;
    padding: 20px; }
    #summaryPanel .summary-toolbox .toolbox-button {
      border-radius: 50%;
      margin: 0;
      color: #ccc;
      padding: 0em;
      width: 40px;
      height: 40px;
      font-size: 1.5em;
      background: #2b3a39; }
      #summaryPanel .summary-toolbox .toolbox-button:hover {
        background-color: #2af9cc;
        color: #111 !important; }
      #summaryPanel .summary-toolbox .toolbox-button[disabled], #summaryPanel .summary-toolbox .toolbox-button[disabled]:hover {
        background-color: #2b3a39;
        color: #475755;
        opacity: 0.5; }
    #summaryPanel .summary-toolbox .toolbox-button:focus {
      outline: none; }
    #summaryPanel .summary-toolbox #summaryClearButton {
      position: absolute;
      right: 15px;
      border-radius: 50%;
      margin: 0;
      color: #ccc;
      padding: 0em;
      width: 40px;
      height: 40px;
      font-size: 1.5em;
      background-color: #2b3a38; }
      #summaryPanel .summary-toolbox #summaryClearButton:hover {
        background-color: #2af9cc;
        color: #111 !important; }
      #summaryPanel .summary-toolbox #summaryClearButton[disabled], #summaryPanel .summary-toolbox #summaryClearButton[disabled]:hover {
        background-color: #2b3a39;
        color: #475755;
        opacity: 0.5; }

#fileBrowser {
  width: 388px;
  height: 76px;
  margin-left: -194px;
  margin-top: -38px; }

.draggable-dialog {
  display: none; }
  .draggable-dialog .content {
    padding: 0 5px;
    background: #1e2929;
    cursor: default; }
    .draggable-dialog .content table {
      border: 1px solid #475657; }
  .draggable-dialog table {
    overflow: auto;
    width: 100%; }
    .draggable-dialog table thead,
    .draggable-dialog table th {
      background-color: #1e2929;
      border-color: #475657; }
    .draggable-dialog table td {
      border: none; }
  .draggable-dialog table,
  .draggable-dialog td,
  .draggable-dialog th {
    border-collapse: collapse; }
  .draggable-dialog td,
  .draggable-dialog th {
    text-align: center !important;
    padding: 3px !important;
    height: 2em;
    font-size: 11px; }
  .draggable-dialog #chart {
    width: 100%;
    height: 20em;
    border: 1px solid #475657;
    border-radius: 3px; }

.copy-trading-button {
  background-color: transparent;
  color: #ef5350;
  padding: 0em;
  width: 40px;
  height: 40px;
  font-size: 1.5em !important;
  margin-left: 5px; }
  .copy-trading-button:hover {
    color: #fff;
    background-color: #ef5350; }

#copy-dialog-component {
  padding: 0 20px 20px !important;
  max-height: 80vh !important; }

.copy-dialog-component .dialog-content {
  padding: 0 15px 15px 15px;
  background: white;
  cursor: default; }

.warn .react-grid-Cell {
  background: #fbeed5; }

.success .react-grid-Cell {
  background: #dff0d8; }

.error .react-grid-Cell {
  background: #f2dede; }

.info .react-grid-Cell {
  background: #d9edf7; }

.ui-widget .react-grid-Main {
  outline: none; }

.ui-widget .react-grid-Canvas,
.ui-widget .react-grid-Grid {
  background-color: #1e2929;
  border-color: #475657; }

.ui-widget .react-grid-Cell {
  border-bottom: 1px solid #475657;
  border-right: 1px solid #475657;
  background-color: #1e2929; }

.ui-widget .react-grid-HeaderCell {
  font-size: 11px;
  border-bottom: 1px solid #475657;
  border-right: 1px solid #475657;
  padding-left: 8px !important;
  display: flex !important;
  align-items: center;
  background: #1e2929; }

.ui-widget .react-grid-Row {
  font-size: 11px; }

.ui-widget .react-grid-Row.row-context-menu .react-grid-Cell,
.ui-widget .react-grid-Row:hover .react-grid-Cell {
  background-color: #475657; }

#summaryPanel .react-grid-Row .react-grid-Cell:last-child,
#summaryPanel .react-grid-Row .react-grid-Cell:nth-last-child(2) {
  text-align: right; }

#tradeInfo {
  margin-bottom: 10px; }

#chart-dialog-component {
  width: 100% !important; }

.sc-search-input .searchInputClassName {
  font-size: 1rem;
  height: 1.85rem !important;
  margin-top: 0.25rem;
  font-family: 'IBM Plex Sans', sans-serif; }

.form--sc-views__input .sc-input {
  font-size: 1rem;
  font-weight: 400; }

.sc-btn.sc-btn--sm {
  font-size: 0.8rem;
  font-weight: 700;
  font-style: normal; }

#trading-view-dialog-component {
  width: 100% !important; }

.icon-close {
  width: 1.5em !important;
  height: 1.5em !important; }

.ui-dialog-content.ui-widget-content input[type='text'] {
  height: 40px;
  width: 100%; }

.ui-dialog-content.ui-widget-content .description {
  font-size: 75%;
  margin: 0.5em 0; }

.ui-dialog-content.ui-widget-content .input-row-copy-trading {
  margin: 0; }
  .ui-dialog-content.ui-widget-content .input-row-copy-trading:first-of-type {
    margin: 2em 0 0; }

.ui-dialog-content.ui-widget-content .input-row {
  margin: 2em 0; }
  .ui-dialog-content.ui-widget-content .input-row.last {
    margin-bottom: 12px;
    margin-top: 12px; }

#load-dialog .integration-option,
#save-dialog .integration-option {
  margin: 0.5em; }

#save-dialog #collection {
  padding: 1.2em;
  border: 1px solid #475755;
  border-radius: 0; }
  #save-dialog #collection .description {
    margin-left: 21px;
    margin-top: 0.2em;
    margin-bottom: 0; }

#integrations-dialog .integration {
  display: table;
  width: 100%; }
  #integrations-dialog .integration h2 {
    color: #000000;
    font-size: 20px;
    margin: 0 0 0.2em 0; }
  #integrations-dialog .integration .left {
    width: 60%;
    display: table-cell;
    vertical-align: top; }
  #integrations-dialog .integration .right {
    width: 39%;
    display: table-cell;
    text-align: right; }
    #integrations-dialog .integration .right > a {
      display: block; }
  #integrations-dialog .integration .integration-user {
    color: #b9b9b9;
    font-size: 75%; }

.blocklyTreeRoot {
  padding: 4px 0 50px; }

#save-password:disabled,
#save-clientid:disabled,
#save-expiration:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.blocklyTreeIconNone {
  margin-left: 5px; }

.blocklyPathLight {
  stroke-width: 0.2; }

.blocklyEditableText > rect {
  fill: #475755; }

.blocklyEditableText > text {
  fill: #ccc; }

.blocklySelected > .blocklyPath {
  stroke: #046a46;
  stroke-width: 2px; }

.top-block-title {
  fill: #2af9cc;
  transform: translate(10px, 5px); }

.title-warn-block {
  fill: #111; }

.blocklyFlyout {
  z-index: 101 !important; }

.blocklyFlyoutButton {
  fill: #475755; }
  .blocklyFlyoutButton .blocklyFlyoutButtonShadow {
    display: none; }

.logo-wrapper .binary-logo-text img.responsive {
  margin-top: 0px;
  max-width: 160px;
  height: auto; }

.blocklyLink {
  text-decoration: underline;
  cursor: pointer; }

.binary-logo-text {
  padding: 0; }
  .binary-logo-text span {
    position: absolute;
    top: 46px;
    left: 260px;
    font-size: 14px;
    color: #2af9cc;
    font-weight: normal; }

.main-nav {
  border: none;
  background-color: transparent;
  width: 115px; }
  .main-nav li ul {
    border: none; }
    .main-nav li ul a li:hover {
      background-color: #19d1af;
      color: #111; }

.nav-menu li ul {
  background-color: #1e2926; }

#all-accounts,
#all-accounts-top {
  border: none;
  background-color: #1e2928; }
  #all-accounts li a,
  #all-accounts-top li a {
    color: #ccc; }

.separator-line-thin-gray {
  border-top-color: #475755; }

.blocklyWidgetDiv {
  margin: 2px 0 0 25px; }
  .blocklyWidgetDiv .goog-menu {
    background-color: #475755;
    border: none; }
  .blocklyWidgetDiv .goog-menuitem {
    padding: 8px 16px; }
    .blocklyWidgetDiv .goog-menuitem .goog-menuitem-content {
      color: #eaecef;
      font: normal 12px Arial, sans-serif; }
  .blocklyWidgetDiv .goog-menuitem-highlight,
  .blocklyWidgetDiv .goog-menuitem-hover {
    background-color: transparent;
    border: none; }
    .blocklyWidgetDiv .goog-menuitem-highlight .goog-menuitem-content,
    .blocklyWidgetDiv .goog-menuitem-hover .goog-menuitem-content {
      color: #13de7c; }
  .blocklyWidgetDiv .goog-option-selected .goog-menuitem-content {
    color: #2af9cc; }
  .blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,
  .blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon {
    display: none; }

.ui-dialog {
  padding: 0;
  border-color: #474d57;
  border-radius: 0; }
  @media (min-width: 320px) and (max-width: 719px) {
    .ui-dialog {
      width: 100% !important; } }
  .ui-dialog .ui-widget-header {
    border: none;
    border-radius: 0;
    background: #161e1c;
    padding: 15px; }
  .ui-dialog .ui-widget-content {
    background: #212b28;
    margin: 0;
    border: none;
    color: #ccc;
    padding: 10px 10px 0 10px; }
    .ui-dialog .ui-widget-content #save-dialog button {
      background: #2af9cc;
      color: #111;
      border: none;
      border-radius: 0; }
    .ui-dialog .ui-widget-content .dialog-content {
      background: #202b28; }
      .ui-dialog .ui-widget-content .dialog-content #load-strategy {
        background: #2af9cc;
        color: #111; }
      .ui-dialog .ui-widget-content .dialog-content #save-filename,
      .ui-dialog .ui-widget-content .dialog-content #save-premium,
      .ui-dialog .ui-widget-content .dialog-content #save-password,
      .ui-dialog .ui-widget-content .dialog-content #save-clientid,
      .ui-dialog .ui-widget-content .dialog-content #load-password,
      .ui-dialog .ui-widget-content .dialog-content #save-expiration,
      .ui-dialog .ui-widget-content .dialog-content .copy-trading-input {
        background-color: #475755;
        border: none;
        color: #ccc;
        border-radius: 0; }
  .ui-dialog .ui-dialog-titlebar .ui-button {
    border-radius: 0;
    background-color: #2af9cc;
    color: #111;
    padding: 0;
    top: 15px;
    right: 15px;
    margin: 0; }
  .ui-dialog .ui-dialog-titlebar .icon-save {
    background-color: #475755;
    color: #ccc;
    top: 14px !important;
    margin: 0 !important;
    right: 50px !important;
    padding: 0px 4px !important;
    border-radius: 0 !important; }
  .ui-dialog .ui-dialog-buttonset .button-secondary {
    background-color: #475755;
    color: #ccc; }
  .ui-dialog .ui-dialog-buttonset .button-primary {
    background-color: #2af9cc;
    color: #111; }

.ui-widget-overlay {
  background: #111;
  opacity: 0.8; }

.blocklyMutatorBackground {
  fill: #151b19; }

input[type='checkbox'] + label:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkFGOUNDO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDJjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDAuNSw2LDM5LjgsNiwzOVY5YzAtMC44LDAuMy0xLjUsMC45LTIuMVM4LjIsNiw5LDZoMzAKCWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw3LjUsNDIsOC4yLDQyLDl2MzBjMCwwLjgtMC4zLDEuNS0wLjksMi4xQzQwLjUsNDEuNywzOS44LDQyLDM5LDQySDl6IE05LDM5aDMwVjlIOVYzOXoiLz4KPC9zdmc+Cg=="); }

input[type='checkbox']:checked + label:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkFGOUNDO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDJjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDAuNSw2LDM5LjgsNiwzOVY5YzAtMC44LDAuMy0xLjUsMC45LTIuMVM4LjIsNiw5LDZoMzAKCWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw3LjUsNDIsOC4yLDQyLDl2MzBjMCwwLjgtMC4zLDEuNS0wLjksMi4xQzQwLjUsNDEuNywzOS44LDQyLDM5LDQySDl6IE05LDM5aDMwVjlIOVYzOXoiLz4KPC9zdmc+Cg=="); }

input[type='checkbox']:checked + label:hover:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkFGOUNDO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDJjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDAuNSw2LDM5LjgsNiwzOVY5YzAtMC44LDAuMy0xLjUsMC45LTIuMVM4LjIsNiw5LDZoMzAKCWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw3LjUsNDIsOC4yLDQyLDl2MzBjMCwwLjgtMC4zLDEuNS0wLjksMi4xQzQwLjUsNDEuNywzOS44LDQyLDM5LDQySDl6IE05LDM5aDMwVjlIOVYzOXoiLz4KPC9zdmc+Cg=="); }

input[type='checkbox']:not(:checked):focus + label:before,
input[type='checkbox']:not(:checked):hover + label:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkFGOUNDO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDJjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDAuNSw2LDM5LjgsNiwzOVY5YzAtMC44LDAuMy0xLjUsMC45LTIuMVM4LjIsNiw5LDZoMzAKCWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw3LjUsNDIsOC4yLDQyLDl2MzBjMCwwLjgtMC4zLDEuNS0wLjksMi4xQzQwLjUsNDEuNywzOS44LDQyLDM5LDQySDl6IE05LDM5aDMwVjlIOVYzOXoiLz4KPC9zdmc+Cg=="); }

#hidden-blocks-message {
  color: #66bb6a;
  position: absolute;
  margin: 0;
  top: 128px;
  display: none;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1; }
  @media (min-width: 320px) and (max-width: 719px) {
    #hidden-blocks-message {
      top: 118px;
      width: 90%; } }

.menu-item-new {
  color: #ff7043;
  position: relative;
  margin-left: 0;
  top: 7px; }
  .menu-item-new::before {
    margin-top: -20px;
    font-size: x-large; }

.blocklyTreeRow {
  box-shadow: inset 0 -0.063em 0 0 #333; }

.blocklyTreeSelected .blocklyTreeLabel {
  color: #111 !important; }

.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon.blocklyTreeIconOpen,
.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon.blocklyTreeIconClosedLtr {
  filter: invert(100%); }

.blocklyTreeIcon.blocklyTreeIconOpen {
  background-image: url(../image/down-arrow.svg) !important;
  transform: rotate(0turn);
  margin-left: 5px; }

.blocklyTreeIcon.blocklyTreeIconClosedLtr {
  background-image: url(../image/down-arrow.svg) !important;
  transform: rotate(-0.25turn);
  margin-left: 5px; }

.blocklyTreeRow.blocklyTreeSelected {
  background-color: #19d1a0 !important; }

.blocklyTreeIcon:not(.blocklyTreeSelected):hover {
  fill: #111 !important; }

.blocklyTreeRow:not(.blocklyTreeSelected):hover {
  background-color: #19d1a0 !important;
  color: #111 !important; }

.blocklyToolboxDiv .blocklyTreeRow {
  color: #ccc; }
  .blocklyToolboxDiv .blocklyTreeRow .hidden {
    opacity: 0.4;
    pointer-events: none; }

.blocklyEditableText tspan {
  fill: #ccc !important; }

.blocklyEditableText rect {
  fill-opacity: 1 !important; }

.blocklyFlyoutBackground {
  fill: #151b1b !important;
  fill-opacity: 1 !important; }

.blocklyToolboxDiv {
  background-color: #1e2927 !important;
  border-width: thin;
  color: #dedede;
  border-right: 0.063em solid #333;
  width: 0;
  transition: width 0.3s ease-in-out; }

.blocklyIconShape {
  fill: #2a5251 !important; }

.blocklyIconGroup:not(:hover),
.blocklyIconGroupReadonly {
  opacity: 1 !important; }

.blocklyScrollbarVertical,
.blocklyScrollbarHorizontal {
  display: none; }

.blocklyTreeRow {
  margin-bottom: 0px !important;
  height: 1.9em !important;
  padding-top: 0.25em; }

.blocklyToolboxDiv {
  z-index: 99 !important;
  left: -100%;
  overflow-x: hidden !important; }

.blocklySvg {
  position: absolute;
  background-color: #111716; }

.blocklyMainBackground {
  stroke: none; }

.collapse-toolbox {
  position: absolute;
  left: 0;
  top: 127px;
  height: calc(100vh - 179px);
  width: 20px;
  background: #1e2927;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease-in-out;
  border-right: 1px solid #333;
  display: flex; }
  .collapse-toolbox span {
    color: #eee; }

.collapse-toolbox__collapse-open {
  left: 13.8em !important; }

.blocklyToolboxDiv__toolbox-open {
  width: 13.9em !important; }

@media (min-width: 320px) and (max-width: 719px) {
  .collapse-toolbox {
    left: 0;
    top: 123px;
    display: flex;
    height: calc(100vh - 149px); }
  #summaryPanel .line {
    width: calc(100% - 6.5rem); } }

#toolbox {
  background-color: #161e1d;
  border-bottom: 1px solid #333;
  padding: 2px 3px;
  z-index: 100;
  overflow: auto;
  position: relative; }
  #toolbox #runButton[disabled],
  #toolbox #runButtonBottom[disabled],
  #toolbox #runButton[disabled]:hover,
  #toolbox #runButtonBottom[disabled]:hover,
  #toolbox #stopButton[disabled],
  #toolbox #stopButtonBottom[disabled],
  #toolbox #stopButton[disabled],
  #toolbox #stopButtonBottom[disabled] {
    background-color: #2b3a39;
    color: #475755;
    opacity: 0.5; }
  #toolbox .toolbox-button {
    background-color: transparent;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em; }
    @media (min-width: 320px) and (max-width: 719px) {
      #toolbox .toolbox-button {
        width: 35px; } }
  #toolbox .toolbox-button:hover {
    background-color: #2af9cc;
    color: #111 !important; }
  #toolbox .toolbox-button:focus {
    outline: none; }
  #toolbox .box.is-dragover {
    background-color: grey; }
  #toolbox .toolbox-separator {
    background-color: #616161;
    display: inline-block;
    height: 22px;
    margin: 9px 5px;
    user-select: none;
    width: 2px; }
  #toolbox #storeButton {
    width: 64px;
    display: inline-flex;
    color: #2af9cc; }
    #toolbox #storeButton span {
      font-size: 16px;
      position: absolute;
      margin-top: 5px;
      margin-left: 8px;
      border: 1px solid #575757;
      padding: 2px 6px;
      border-radius: 6px; }
  #toolbox #copyButton {
    width: 64px;
    display: inline-flex;
    color: #ff4c4b; }
    #toolbox #copyButton span {
      font-size: 16px;
      position: absolute;
      margin-top: 5px;
      margin-left: 8px;
      border: 1px solid #575757;
      padding: 2px 6px;
      border-radius: 6px; }
  #toolbox #tradingViewButton {
    margin: 0 6px;
    width: 34px !important; }

#toolbox-login {
  margin-top: 1px;
  margin-right: 20px; }

#toolbox-account {
  display: table;
  height: 40px; }

#toolbox-account-list {
  position: relative;
  user-select: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px; }
  #toolbox-account-list > a {
    color: #000000; }
    #toolbox-account-list > a:hover, #toolbox-account-list > a:visited {
      text-decoration: none; }

#toolbox-main-account {
  display: inline;
  padding-inline-start: 0; }
  #toolbox-main-account > li {
    display: inline;
    margin: 0 2px; }
  #toolbox-main-account > li:not(:first-child):not(:last-child):before {
    content: '\2022';
    margin-right: 7px; }
  #toolbox-main-account > .nav-caret {
    display: inline-block; }

#toolbox-all-accounts {
  border: 0;
  z-index: 100;
  margin-top: -1px;
  background: none;
  right: 20px; }
  #toolbox-all-accounts li {
    height: 100%; }
    #toolbox-all-accounts li a {
      margin-top: 0; }

button > .barspinner.white {
  position: relative;
  margin: 3px auto;
  height: 13px;
  top: initial;
  left: initial; }

.reality-check {
  position: fixed;
  display: none;
  top: calc(50% - 7em);
  width: 96%;
  padding-bottom: 0.5em;
  left: 2%;
  background-color: white;
  z-index: 9999;
  border-radius: 0.1em; }
  .reality-check p {
    font-size: 1.2em;
    margin: 0.4em; }
  .reality-check h1 {
    margin: 0.2em; }
  .reality-check #realityDuration {
    margin-left: 0.2em; }
  .reality-check button,
  .reality-check a {
    float: right;
    margin-bottom: 0em;
    margin-right: 0.5em;
    position: relative; }
  .reality-check .error-msg {
    font-size: 0.8em;
    left: 50%; }

.joyride-beacon {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  height: 36px;
  position: relative;
  width: 36px;
  z-index: 1500; }
  .joyride-beacon:active, .joyride-beacon:focus, .joyride-beacon:hover {
    outline: none; }
  .joyride-beacon__inner {
    animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #e98024;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  .joyride-beacon__outer {
    animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(233, 128, 36, 0.2);
    border: 2px solid #e98024;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 100%; }

.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500; }

.joyride-hole {
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute; }
  .joyride-hole.safari {
    box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5); }

.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0;
  padding: 20px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  width: 15em;
  z-index: 1510; }
  .joyride-tooltip--animate {
    animation: joyride-tooltip 0.4s forwards;
    animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18); }
  .joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute; }
  .joyride-tooltip.bottom, .joyride-tooltip.bottom-left, .joyride-tooltip.bottom-right {
    margin-top: 18px; }
    .joyride-tooltip.bottom .joyride-tooltip__triangle, .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.bottom-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 18px;
      left: 50%;
      top: -16px;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.top, .joyride-tooltip.top-left, .joyride-tooltip.top-right {
    margin-bottom: 18px; }
    .joyride-tooltip.top .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      bottom: -16px;
      height: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%; } }
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%; } }
  .joyride-tooltip.left {
    margin-right: 18px; }
    .joyride-tooltip.left .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      right: -16px;
      width: 18px; }
  .joyride-tooltip.right {
    margin-left: 18px; }
    .joyride-tooltip.right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      left: -16px;
      width: 18px; }
  .joyride-tooltip__close {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block; }
    .joyride-tooltip__close:active, .joyride-tooltip__close:focus, .joyride-tooltip__close:hover {
      outline: none; }
    .joyride-tooltip__close:hover, .joyride-tooltip__close:focus {
      color: rgba(60, 60, 60, 0.5);
      outline: none; }
    .joyride-tooltip__close--header {
      right: 20px;
      top: 20px; }
  .joyride-tooltip__header {
    border-bottom: 1px solid #e98024;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative; }
    .joyride-tooltip__header ~ .joyride-tooltip__main {
      padding: 12px 0 18px; }
  .joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px; }
  .joyride-tooltip__footer {
    text-align: right; }
  .joyride-tooltip__button {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0; }
    .joyride-tooltip__button:active, .joyride-tooltip__button:focus, .joyride-tooltip__button:hover {
      outline: none; }
    .joyride-tooltip__button--primary {
      background-color: #2e8836;
      border-radius: 4px;
      color: #fff;
      padding: 6px 12px;
      transition: background-color 0.2s ease-in-out; }
      .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:focus, .joyride-tooltip__button--primary:hover {
        background-color: #369f3f;
        color: #fff; }
    .joyride-tooltip__button--secondary {
      color: #e98024;
      margin-right: 10px; }
    .joyride-tooltip__button--skip {
      color: #ccc;
      float: left;
      margin-right: 10px; }
  .joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0; }
  .joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none; }
  @media screen and (min-width: 480px) {
    .joyride-tooltip {
      width: 20em; } }
  @media screen and (min-width: 960px) {
    .joyride-tooltip {
      width: 20em; } }

@keyframes joyride-tooltip {
  0% {
    transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1); } }

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@keyframes joyride-beacon-outer {
  0% {
    transform: scale(1); }
  45% {
    opacity: 0.7;
    transform: scale(0.75); }
  100% {
    opacity: 0.9;
    transform: scale(1); } }

#tour {
  position: absolute;
  display: inline;
  bottom: 1em;
  right: 1em;
  z-index: 999 !important; }

.tour-first-pop-up .joyride-tooltip {
  position: fixed !important; }
  .tour-first-pop-up .joyride-tooltip__main {
    padding-bottom: 0; }

.tour-custom-buttons {
  text-align: center;
  margin-top: 1em;
  button-margin-left: 0.1em; }

.joyride-tooltip__button {
  padding: 10px 25px; }
  .joyride-tooltip__button--primary {
    color: #ffffff;
    background-color: #2e8836; }
  .joyride-tooltip__button--primary:hover {
    color: #ffffff;
    background-color: #14602b; }
  .joyride-tooltip__button--secondary {
    color: #000000;
    background-color: #f2f2f2; }
  .joyride-tooltip__button--secondary:hover {
    background-color: #dedede; }

#elevio-shell {
  height: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e98024;
  position: fixed;
  right: 20px !important;
  bottom: 20px !important;
  border-radius: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  z-index: 10000 !important; }
  #elevio-shell:hover .text {
    max-width: 1000px;
    padding: 0 25px; }
  #elevio-shell .icon {
    float: right;
    padding: 0 15px;
    transform: translateY(2px); }
    #elevio-shell .icon svg {
      fill: #ffffff;
      height: 30px !important;
      width: 30px !important; }
  #elevio-shell .text {
    float: left;
    display: inline-block;
    padding: 0;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    transition: max-width 0.1s ease, padding 0.1s ease;
    color: #ffffff;
    font-size: 13px; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  margin: 0em;
  max-width: 100%;
  max-height: 100%;
  font-size: 1em;
  background: #1e2927;
  overflow: hidden; }

#logout-top,
#main-logout {
  width: 115px; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Adjust the alpha value for darkness */
  backdrop-filter: blur(3px);
  /* Adjust the blur value for blurriness */
  z-index: 101;
  /* Ensure the overlay is on top of other elements */ }

.ui-widget-content {
  background-color: #1e292a;
  z-index: 102; }

#strategyContainer {
  position: absolute;
  z-index: 10;
  justify-content: center;
  width: 100%;
  top: 127px;
  left: -30px;
  display: flex; }

#strategyContainer,
#sidebar-toggle-action {
  display: none; }

.strategy-selector {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
  margin-top: -22px;
  margin-right: -100px; }
  .strategy-selector .title {
    margin-right: 10px;
    color: white; }
  .strategy-selector #strategySelect {
    background: transparent;
    border: none;
    border-bottom: 1px solid #8c8c8c;
    border-radius: 0;
    color: #ffca28; }

#server-status .online {
  background-color: #66bb6a; }

#server-status .connecting {
  background-color: #ffee58; }

#server-status .offline {
  background-color: #ef5350; }

#server-status span {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%; }

#select_language li:hover {
  color: #f0b90a; }

#contact-us,
#server-time,
#risk-warning,
#server-status {
  margin-right: 1.4em;
  margin-top: 0.4em; }

#contact-us {
  z-index: 101;
  position: relative; }
  @media (min-width: 320px) and (max-width: 719px) {
    #contact-us {
      margin-right: 0.9em; } }

#server-time {
  position: relative;
  top: 0.4em;
  right: 1em; }
  @media (min-width: 320px) and (max-width: 719px) {
    #server-time {
      left: -11px;
      width: fit-content; } }

#risk-dialog {
  margin-right: 10px;
  margin-top: 2px; }

#showRisk {
  background: none;
  padding: 0;
  margin-right: 14px; }

.risk-warning {
  background-image: url(../image/warning.svg) !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

.blocklyWidgetDiv {
  z-index: 100; }

#topbar #select_language,
.topbar #select_language {
  border: none !important;
  color: #ccc !important;
  background-color: #212b2a !important; }

#topbar .world-black,
.topbar .world-black,
#topbar .world-white,
.topbar .world-white {
  background-image: url(../image/notifyjs/language_black_24dp.svg) !important; }

#topbar #select_language .nav-caret,
.topbar #select_language .nav-caret {
  color: #ccc !important; }

#blocklyDiv {
  position: absolute;
  height: 100%;
  width: 100%; }

#blocklyArea {
  height: calc(100vh - 167px); }

#inputsArea {
  width: 100vw;
  height: 100vh;
  background: #151e1e;
  z-index: 1;
  position: relative;
  display: none; }

#errorArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 84px); }

#topbar #display_language,
#topbar #select_language,
.topbar #display_language,
.topbar #select_language {
  width: 106px;
  margin-right: 10px; }

#center,
#workspace_center {
  position: fixed;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%; }

.barspinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -5rem;
  z-index: 9999; }

.icon-remove:before {
  content: 'X'; }

#header select,
#topbar select {
  color: #000;
  font-size: 1em; }

#header {
  height: 81px;
  width: 100%;
  background-color: #161e1e;
  border-top: 2px solid #1e2928;
  border-bottom: 1px solid #2af9cc;
  font-size: 18px;
  padding: 0 20px;
  z-index: 0; }
  #header .logo-parent {
    padding: 0 !important; }

#topbar {
  width: 100%;
  color: #ffffff;
  line-height: 1;
  font-size: 70%;
  text-align: right;
  padding: 3px 0px;
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 100; }
  @media (min-width: 320px) and (max-width: 719px) {
    #topbar {
      bottom: -2px; } }

#all-accounts.main-nav > li > ul,
#toolbox-all-accounts.main-nav > li > ul {
  width: 165px; }

.left-header {
  float: left; }

.right-header {
  float: right; }

#client-logged-in {
  display: none; }

#login {
  display: none;
  margin: 1em 0;
  border-radius: 0;
  background: #2af9cc;
  color: #111;
  border-radius: 8px;
  margin: 1em 0px 1.3em 1.3em !important; }

.account {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 719px) {
    .account {
      font-size: 14px;
      margin-top: 10px !important; } }

#account-list {
  margin-right: 2em; }

.btn-primary {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #2e8836 !important;
  border-color: #2e8836 !important; }

.btn-primary:active,
.btn-primary:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #14602b !important;
  border-color: #14602b !important; }

.blocker {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  top: 0em;
  opacity: 0.1;
  left: 0em;
  background: black; }

#stopButton,
#stopButtonBottom,
#summaryStopButton {
  display: none; }

.languages {
  z-index: 100;
  right: 1.5em; }

#select_language {
  bottom: 0; }

#display_language li {
  cursor: pointer;
  line-height: 0; }

#container {
  position: fixed;
  height: calc(100% - 96px);
  width: 100%;
  left: 0px;
  transition: 0.5s; }

#footer {
  color: gray;
  padding: 10px;
  font-size: 0.6em;
  line-height: 1.7em;
  background-color: #0d1312;
  text-align: left; }

.show-on-load {
  display: none; }

.react-grid-HeaderCell {
  padding: 0px !important; }

label {
  margin-bottom: 0px; }

.ui-icon {
  background-image: none !important; }

#_elev_io ._1g6cj {
  z-index: 10000 !important; }

.notifyjs-corner {
  z-index: 998 !important; }

.lds-roller {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -24px;
  margin-left: -24px;
  z-index: 9999; }

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

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 1%;
  background: #2af9cc;
  margin: -4px 0 0 -4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocklySvg {
  background-size: cover;
  background-position: center; }

.affiliate {
  margin: 1em;
  text-align: center; }
  .affiliate a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8px;
    border: 0;
    background: #FFCA28;
    color: #212121 !important; }
    .affiliate a span {
      top: -5px;
      position: relative; }
    .affiliate a::before {
      font-size: 20px;
      line-height: 0px;
      height: 13px;
      top: 5px;
      position: relative; }
  .affiliate h6 {
    color: white;
    text-align: center;
    margin: 4px 0; }

.youtube {
  margin: 1em;
  text-align: center; }
  .youtube a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8px;
    border: 0;
    background: #c62828;
    color: #ededed !important; }
    .youtube a::before {
      font-size: 20px;
      line-height: 0px;
      position: relative;
      top: 5px; }
  .youtube h6 {
    color: white;
    text-align: center;
    margin: 4px 0; }

.github {
  margin: 1em;
  text-align: center; }
  .github a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8px;
    border: 0;
    background: #fafafa;
    color: #212121 !important; }
    .github a::before {
      font-size: 20px;
      line-height: 0px;
      position: relative;
      top: 5px; }
  .github h6 {
    color: white;
    text-align: center;
    margin: 4px 0; }

.support {
  margin: 1em;
  text-align: center; }
  .support a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 12px;
    border: 0;
    background: #42a5f5;
    color: #212121 !important; }
    .support a::before {
      font-size: 20px;
      line-height: 0px;
      position: relative;
      top: 5px; }
  .support h6 {
    color: white;
    text-align: center;
    margin: 4px 0; }

.trading {
  margin: 1em;
  text-align: center; }
  .trading a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 8px;
    border: 0;
    background: #ffca28;
    color: #212121 !important; }
    .trading a::before {
      font-size: 20px;
      line-height: 0px;
      position: relative;
      top: 5px; }
  .trading h6 {
    color: white;
    text-align: center;
    margin: 4px 0; }

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

@keyframes enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px; }
  5% {
    opacity: 1;
    top: 0px; }
  50.9% {
    opacity: 1;
    top: 0px; }
  55.9% {
    opacity: 0;
    top: 10px; } }

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 9999; }

.loader::before {
  content: '';
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite; }

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(2, 255, 247, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite; }

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0); }
  12% {
    box-shadow: 0 24px #2af9cc, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0); }
  25% {
    box-shadow: 0 24px #2af9cc, 24px 24px #2af9cc, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0); }
  37% {
    box-shadow: 0 24px #2af9cc, 24px 24px #2af9cc, 24px 48px #2af9cc, 0px 48px rgba(255, 255, 255, 0); }
  50% {
    box-shadow: 0 24px #2af9cc, 24px 24px #2af9cc, 24px 48px #2af9cc, 0px 48px #2af9cc; }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px #2af9cc, 24px 48px #2af9cc, 0px 48px #2af9cc; }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px #2af9cc, 0px 48px #2af9cc; }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px #2af9cc; }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0); } }

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0); }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg); }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg); }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg); }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg); } }

.loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
  height: 100px;
  width: 86px;
  transform: scale(0.5); }
  .loader-container .cube {
    position: absolute;
    width: 86px;
    height: 100px; }
    .loader-container .cube .right {
      background: material-color("amber", "400") !important;
      transform: rotate(-30deg) skewX(-30deg) translate(49px, 65px) scaleY(0.86); }
    .loader-container .cube .left {
      background: material-color("red", "400") !important;
      transform: rotate(90deg) skewX(-30deg) scaleY(0.86) translate(25px, -50px); }
    .loader-container .cube .top {
      background: material-color("teal", "400") !important;
      transform: rotate(210deg) skew(-30deg) translate(-75px, -22px) scaleY(0.86);
      z-index: 2; }
    .loader-container .cube .face {
      height: 50px;
      width: 50px;
      position: absolute;
      transform-origin: 0 0; }

.h1.w1.l1 {
  z-index: -1;
  animation-name: h1w1l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w1l1 {
  0% {
    transform: translate(0%, -100%); }
  14% {
    transform: translate(-50%, -125%); }
  28% {
    transform: translate(0%, -150%); }
  43% {
    transform: translate(0%, -200%); }
  57% {
    transform: translate(50%, -175%); }
  71% {
    transform: translate(0%, -150%); }
  85% {
    transform: translate(0%, -100%); }
  100% {
    transform: translate(0%, -100%); } }

.h1.w1.l2 {
  z-index: -1;
  animation-name: h1w1l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w1l2 {
  0% {
    transform: translate(50%, -75%); }
  14% {
    transform: translate(50%, -75%); }
  28% {
    transform: translate(100%, -100%); }
  43% {
    transform: translate(100%, -150%); }
  57% {
    transform: translate(100%, -150%); }
  71% {
    transform: translate(50%, -125%); }
  85% {
    transform: translate(50%, -75%); }
  100% {
    transform: translate(50%, -75%); } }

.h1.w1.l3 {
  z-index: -1;
  animation-name: h1w1l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w1l3 {
  0% {
    transform: translate(100%, -50%); }
  14% {
    transform: translate(150%, -25%); }
  28% {
    transform: translate(200%, -50%); }
  43% {
    transform: translate(200%, -100%); }
  57% {
    transform: translate(150%, -125%); }
  71% {
    transform: translate(100%, -100%); }
  85% {
    transform: translate(100%, -50%); }
  100% {
    transform: translate(100%, -50%); } }

.h1.w2.l1 {
  z-index: -1;
  animation-name: h1w2l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w2l1 {
  0% {
    transform: translate(-50%, -75%); }
  14% {
    transform: translate(-100%, -100%); }
  28% {
    transform: translate(-100%, -100%); }
  43% {
    transform: translate(-100%, -150%); }
  57% {
    transform: translate(-50%, -125%); }
  71% {
    transform: translate(-50%, -125%); }
  85% {
    transform: translate(-50%, -75%); }
  100% {
    transform: translate(-50%, -75%); } }

.h1.w2.l2 {
  z-index: -1;
  animation-name: h1w2l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w2l2 {
  0% {
    transform: translate(0%, -50%); }
  14% {
    transform: translate(0%, -50%); }
  28% {
    transform: translate(0%, -50%); }
  43% {
    transform: translate(0%, -100%); }
  57% {
    transform: translate(0%, -100%); }
  71% {
    transform: translate(0%, -100%); }
  85% {
    transform: translate(0%, -50%); }
  100% {
    transform: translate(0%, -50%); } }

.h1.w2.l3 {
  z-index: -1;
  animation-name: h1w2l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w2l3 {
  0% {
    transform: translate(50%, -25%); }
  14% {
    transform: translate(100%, 0%); }
  28% {
    transform: translate(100%, 0%); }
  43% {
    transform: translate(100%, -50%); }
  57% {
    transform: translate(50%, -75%); }
  71% {
    transform: translate(50%, -75%); }
  85% {
    transform: translate(50%, -25%); }
  100% {
    transform: translate(50%, -25%); } }

.h1.w3.l1 {
  z-index: -1;
  animation-name: h1w3l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w3l1 {
  0% {
    transform: translate(-100%, -50%); }
  14% {
    transform: translate(-150%, -75%); }
  28% {
    transform: translate(-200%, -50%); }
  43% {
    transform: translate(-200%, -100%); }
  57% {
    transform: translate(-150%, -75%); }
  71% {
    transform: translate(-100%, -100%); }
  85% {
    transform: translate(-100%, -50%); }
  100% {
    transform: translate(-100%, -50%); } }

.h1.w3.l2 {
  z-index: -1;
  animation-name: h1w3l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w3l2 {
  0% {
    transform: translate(-50%, -25%); }
  14% {
    transform: translate(-50%, -25%); }
  28% {
    transform: translate(-100%, 0%); }
  43% {
    transform: translate(-100%, -50%); }
  57% {
    transform: translate(-100%, -50%); }
  71% {
    transform: translate(-50%, -75%); }
  85% {
    transform: translate(-50%, -25%); }
  100% {
    transform: translate(-50%, -25%); } }

.h1.w3.l3 {
  z-index: -1;
  animation-name: h1w3l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h1w3l3 {
  0% {
    transform: translate(0%, 0%); }
  14% {
    transform: translate(50%, 25%); }
  28% {
    transform: translate(0%, 50%); }
  43% {
    transform: translate(0%, 0%); }
  57% {
    transform: translate(-50%, -25%); }
  71% {
    transform: translate(0%, -50%); }
  85% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

.h2.w1.l1 {
  z-index: -2;
  animation-name: h2w1l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w1l1 {
  0% {
    transform: translate(0%, -50%); }
  14% {
    transform: translate(-50%, -75%); }
  28% {
    transform: translate(0%, -100%); }
  43% {
    transform: translate(0%, -100%); }
  57% {
    transform: translate(50%, -75%); }
  71% {
    transform: translate(0%, -50%); }
  85% {
    transform: translate(0%, -50%); }
  100% {
    transform: translate(0%, -50%); } }

.h2.w1.l2 {
  z-index: -2;
  animation-name: h2w1l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w1l2 {
  0% {
    transform: translate(50%, -25%); }
  14% {
    transform: translate(50%, -25%); }
  28% {
    transform: translate(100%, -50%); }
  43% {
    transform: translate(100%, -50%); }
  57% {
    transform: translate(100%, -50%); }
  71% {
    transform: translate(50%, -25%); }
  85% {
    transform: translate(50%, -25%); }
  100% {
    transform: translate(50%, -25%); } }

.h2.w1.l3 {
  z-index: -2;
  animation-name: h2w1l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w1l3 {
  0% {
    transform: translate(100%, 0%); }
  14% {
    transform: translate(150%, 25%); }
  28% {
    transform: translate(200%, 0%); }
  43% {
    transform: translate(200%, 0%); }
  57% {
    transform: translate(150%, -25%); }
  71% {
    transform: translate(100%, 0%); }
  85% {
    transform: translate(100%, 0%); }
  100% {
    transform: translate(100%, 0%); } }

.h2.w2.l1 {
  z-index: -2;
  animation-name: h2w2l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w2l1 {
  0% {
    transform: translate(-50%, -25%); }
  14% {
    transform: translate(-100%, -50%); }
  28% {
    transform: translate(-100%, -50%); }
  43% {
    transform: translate(-100%, -50%); }
  57% {
    transform: translate(-50%, -25%); }
  71% {
    transform: translate(-50%, -25%); }
  85% {
    transform: translate(-50%, -25%); }
  100% {
    transform: translate(-50%, -25%); } }

.h2.w2.l2 {
  z-index: -2;
  animation-name: h2w2l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w2l2 {
  0% {
    transform: translate(0%, 0%); }
  14% {
    transform: translate(0%, 0%); }
  28% {
    transform: translate(0%, 0%); }
  43% {
    transform: translate(0%, 0%); }
  57% {
    transform: translate(0%, 0%); }
  71% {
    transform: translate(0%, 0%); }
  85% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

.h2.w2.l3 {
  z-index: -2;
  animation-name: h2w2l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w2l3 {
  0% {
    transform: translate(50%, 25%); }
  14% {
    transform: translate(100%, 50%); }
  28% {
    transform: translate(100%, 50%); }
  43% {
    transform: translate(100%, 50%); }
  57% {
    transform: translate(50%, 25%); }
  71% {
    transform: translate(50%, 25%); }
  85% {
    transform: translate(50%, 25%); }
  100% {
    transform: translate(50%, 25%); } }

.h2.w3.l1 {
  z-index: -2;
  animation-name: h2w3l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w3l1 {
  0% {
    transform: translate(-100%, 0%); }
  14% {
    transform: translate(-150%, -25%); }
  28% {
    transform: translate(-200%, 0%); }
  43% {
    transform: translate(-200%, 0%); }
  57% {
    transform: translate(-150%, 25%); }
  71% {
    transform: translate(-100%, 0%); }
  85% {
    transform: translate(-100%, 0%); }
  100% {
    transform: translate(-100%, 0%); } }

.h2.w3.l2 {
  z-index: -2;
  animation-name: h2w3l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w3l2 {
  0% {
    transform: translate(-50%, 25%); }
  14% {
    transform: translate(-50%, 25%); }
  28% {
    transform: translate(-100%, 50%); }
  43% {
    transform: translate(-100%, 50%); }
  57% {
    transform: translate(-100%, 50%); }
  71% {
    transform: translate(-50%, 25%); }
  85% {
    transform: translate(-50%, 25%); }
  100% {
    transform: translate(-50%, 25%); } }

.h2.w3.l3 {
  z-index: -2;
  animation-name: h2w3l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h2w3l3 {
  0% {
    transform: translate(0%, 50%); }
  14% {
    transform: translate(50%, 75%); }
  28% {
    transform: translate(0%, 100%); }
  43% {
    transform: translate(0%, 100%); }
  57% {
    transform: translate(-50%, 75%); }
  71% {
    transform: translate(0%, 50%); }
  85% {
    transform: translate(0%, 50%); }
  100% {
    transform: translate(0%, 50%); } }

.h3.w1.l1 {
  z-index: -3;
  animation-name: h3w1l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w1l1 {
  0% {
    transform: translate(0%, 0%); }
  14% {
    transform: translate(-50%, -25%); }
  28% {
    transform: translate(0%, -50%); }
  43% {
    transform: translate(0%, 0%); }
  57% {
    transform: translate(50%, 25%); }
  71% {
    transform: translate(0%, 50%); }
  85% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, 0%); } }

.h3.w1.l2 {
  z-index: -3;
  animation-name: h3w1l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w1l2 {
  0% {
    transform: translate(50%, 25%); }
  14% {
    transform: translate(50%, 25%); }
  28% {
    transform: translate(100%, 0%); }
  43% {
    transform: translate(100%, 50%); }
  57% {
    transform: translate(100%, 50%); }
  71% {
    transform: translate(50%, 75%); }
  85% {
    transform: translate(50%, 25%); }
  100% {
    transform: translate(50%, 25%); } }

.h3.w1.l3 {
  z-index: -3;
  animation-name: h3w1l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w1l3 {
  0% {
    transform: translate(100%, 50%); }
  14% {
    transform: translate(150%, 75%); }
  28% {
    transform: translate(200%, 50%); }
  43% {
    transform: translate(200%, 100%); }
  57% {
    transform: translate(150%, 75%); }
  71% {
    transform: translate(100%, 100%); }
  85% {
    transform: translate(100%, 50%); }
  100% {
    transform: translate(100%, 50%); } }

.h3.w2.l1 {
  z-index: -3;
  animation-name: h3w2l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w2l1 {
  0% {
    transform: translate(-50%, 25%); }
  14% {
    transform: translate(-100%, 0%); }
  28% {
    transform: translate(-100%, 0%); }
  43% {
    transform: translate(-100%, 50%); }
  57% {
    transform: translate(-50%, 75%); }
  71% {
    transform: translate(-50%, 75%); }
  85% {
    transform: translate(-50%, 25%); }
  100% {
    transform: translate(-50%, 25%); } }

.h3.w2.l2 {
  z-index: -3;
  animation-name: h3w2l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w2l2 {
  0% {
    transform: translate(0%, 50%); }
  14% {
    transform: translate(0%, 50%); }
  28% {
    transform: translate(0%, 50%); }
  43% {
    transform: translate(0%, 100%); }
  57% {
    transform: translate(0%, 100%); }
  71% {
    transform: translate(0%, 100%); }
  85% {
    transform: translate(0%, 50%); }
  100% {
    transform: translate(0%, 50%); } }

.h3.w2.l3 {
  z-index: -3;
  animation-name: h3w2l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w2l3 {
  0% {
    transform: translate(50%, 75%); }
  14% {
    transform: translate(100%, 100%); }
  28% {
    transform: translate(100%, 100%); }
  43% {
    transform: translate(100%, 150%); }
  57% {
    transform: translate(50%, 125%); }
  71% {
    transform: translate(50%, 125%); }
  85% {
    transform: translate(50%, 75%); }
  100% {
    transform: translate(50%, 75%); } }

.h3.w3.l1 {
  z-index: -3;
  animation-name: h3w3l1;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w3l1 {
  0% {
    transform: translate(-100%, 50%); }
  14% {
    transform: translate(-150%, 25%); }
  28% {
    transform: translate(-200%, 50%); }
  43% {
    transform: translate(-200%, 100%); }
  57% {
    transform: translate(-150%, 125%); }
  71% {
    transform: translate(-100%, 100%); }
  85% {
    transform: translate(-100%, 50%); }
  100% {
    transform: translate(-100%, 50%); } }

.h3.w3.l2 {
  z-index: -3;
  animation-name: h3w3l2;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w3l2 {
  0% {
    transform: translate(-50%, 75%); }
  14% {
    transform: translate(-50%, 75%); }
  28% {
    transform: translate(-100%, 100%); }
  43% {
    transform: translate(-100%, 150%); }
  57% {
    transform: translate(-100%, 150%); }
  71% {
    transform: translate(-50%, 125%); }
  85% {
    transform: translate(-50%, 75%); }
  100% {
    transform: translate(-50%, 75%); } }

.h3.w3.l3 {
  z-index: -3;
  animation-name: h3w3l3;
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

@keyframes h3w3l3 {
  0% {
    transform: translate(0%, 100%); }
  14% {
    transform: translate(50%, 125%); }
  28% {
    transform: translate(0%, 150%); }
  43% {
    transform: translate(0%, 200%); }
  57% {
    transform: translate(-50%, 175%); }
  71% {
    transform: translate(0%, 150%); }
  85% {
    transform: translate(0%, 100%); }
  100% {
    transform: translate(0%, 100%); } }

@media (max-width: 769px) {
  #blocklyArea {
    height: calc(100vh - 150px); }
  #strategyContainer {
    top: 112px; }
  .strategy-selector {
    position: relative;
    left: 0;
    transform: none;
    margin-top: 0;
    margin-right: 0; }
  .hide-on-mobile {
    display: none !important; }
  .hide-on-desktop {
    display: none !important; }
  #blocklyDiv {
    top: 124px !important; }
  .youtube {
    display: none !important; }
  .affiliate {
    display: none !important; }
  .github {
    display: none !important; }
  #header .binary-logo-text {
    display: block !important; }
  .logo-wrapper .binary-logo-text img.responsive {
    width: 170px !important; }
  .logo-wrapper-welcome .binary-logo-text img.responsive {
    width: 20em !important; }
  #logout-top,
  #main-logout {
    margin-right: -50px !important; }
  .binary-logo-text span {
    left: 200px !important; } }

@media (max-width: 1279px) {
  .support {
    display: none !important; }
  .affiliate {
    display: none !important; }
  .github {
    display: none !important; }
  .trading {
    display: none !important; }
  .youtube {
    display: none !important; }
  #undo {
    display: none !important; }
  #redo {
    display: none !important; }
  #header .binary-logo-text {
    display: block !important; }
  .logo-wrapper .binary-logo-text img.responsive {
    margin-top: 0;
    width: 112px !important; }
  .logo-wrapper-welcome .binary-logo-text img.responsive {
    width: 16em !important; }
  #logout-top,
  #main-logout {
    margin-right: -50px !important; }
  .binary-logo-text span {
    left: 200px !important; } }

@media (min-width: 320px) and (max-width: 719px) {
  .ui-dialog[aria-describedby='summaryPanel'] {
    width: 100vw !important;
    height: auto !important;
    top: 0;
    left: 0; }
  #summaryPanel .line {
    width: calc(100vw - 7.6rem); } }

#bottom-player {
  background: #151e1d;
  bottom: 42px;
  z-index: 99;
  display: none;
  justify-content: center;
  width: 100%;
  height: 24px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right, #151e1d 20%, #2af9cc 50%, #151e1e 80%);
  border-image-slice: 1; }
  @media (min-width: 320px) and (max-width: 719px) {
    #bottom-player {
      bottom: 22px;
      z-index: 100; } }
  #bottom-player button {
    padding: 0px 0px 12px 0;
    background: #2af9cc;
    color: #212121;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    margin-top: -24px; }
    #bottom-player button::before {
      margin-top: -5px;
      margin-left: 4px; }
    #bottom-player button:hover {
      background-color: #2af9cc;
      color: #111 !important; }
    #bottom-player button[disabled], #bottom-player button[disabled]:hover {
      background-color: #2b3a39;
      color: #475755;
      opacity: 0.5;
      opacity: 1; }
    @media (min-width: 320px) and (max-width: 719px) {
      #bottom-player button {
        width: 50px;
        height: 50px;
        font-size: 37px;
        margin-top: -35px; }
        #bottom-player button::before {
          margin-top: -4px;
          margin-left: 7px; } }
  #bottom-player .toolbox-button:focus {
    outline: none; }

.main-strategy-list .main-list {
  list-style: none;
  padding: 0 0 0 20px;
  margin-bottom: 0; }
  .main-strategy-list .main-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 0 0.8em 0; }
  .main-strategy-list .main-list button {
    margin-right: 0.6em;
    font-size: 0.8em;
    padding: 0.3em;
    background-color: #2af9cc;
    color: #212121; }
    .main-strategy-list .main-list button.premium {
      background-color: #ef5350;
      color: #ffebee; }
    .main-strategy-list .main-list button:hover {
      background-color: #2af9cc; }

/*# sourceMappingURL=bot-48a614ecaf.css.map */
