@charset "UTF-8";
/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap");
:root {
  --bg-primary: #252D38;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #1c242e;
  --counter-tick: #464646;
  --text-color: #fff;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #37414b;
  --third-color: #02bed1;
  --fourth-color: #2cff9f;
  --stroke-color: #00f7ff;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.3);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #37424c;
  --bg-gradient-top-color: rgba(27, 31, 44, 0.45);
  --bg-gradient-bottom-color: rgba(13, 16, 22, 0.6);
  --bg-blocky-menu: #151924;
  --bg-blocky-submenu: #5e6872;
  --bg-hover-blocky-menu: #5e6872;
  --color-blocky-menu: #a8c4ce;
  --color-selected-blocky-menu: #fff;
  --border-blocky-menu: #37424c;
  --menu-color: #a8c4ce;
  --label-color: #d3d3d3;
  --cardColor: rgba(0, 0, 0, 0.1);
  --cardColor2: rgba(0, 0, 0, 0.2);
  --bg-dialog-1: #151924;
  --bg-dialog-2: #1c242e;
  --bg-success: #7ac75c;
  --color-success: #0cc572;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #00aaff;
  --color-info: #00aaff;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.4;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #ffef4a;
  --blockly-disabled-stroke-color: #7b731c;
  --color-lime-50: oklch(.986 .031 120.757);
  --color-lime-100: oklch(.967 .067 122.328);
  --color-lime-200: oklch(.938 .127 124.321);
  --color-lime-300: oklch(.897 .196 126.665);
  --color-lime-400: oklch(.841 .238 128.85);
  --color-lime-500: oklch(.768 .233 130.85);
  --color-lime-600: oklch(.648 .2 131.684);
  --color-lime-700: oklch(.532 .157 131.589);
  --color-lime-800: oklch(.453 .124 130.933);
  --color-lime-900: oklch(.405 .101 131.063);
  --color-lime-950: oklch(.274 .072 132.109);
  --color-green-50: oklch(.982 .018 155.826);
  --color-green-100: oklch(.962 .044 156.743);
  --color-green-200: oklch(.925 .084 155.995);
  --color-green-300: oklch(.871 .15 154.449);
  --color-green-400: oklch(.792 .209 151.711);
  --color-green-500: oklch(.723 .219 149.579);
  --color-green-600: oklch(.627 .194 149.214);
  --color-green-700: oklch(.527 .154 150.069);
  --color-green-800: oklch(.448 .119 151.328);
  --color-green-900: oklch(.393 .095 152.535);
  --color-green-950: oklch(.266 .065 152.934); }

:root.light {
  --bg-primary: #E4E5F1;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #f2f2f2;
  --counter-tick: #8b8b8b;
  --text-color: #585858;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #465a6e;
  --third-color: #02bed1;
  --fourth-color: #2fa100;
  --stroke-color: #00ffd4;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.4);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #c2c2c2;
  --bg-gradient-top-color: rgba(186, 186, 186, 0.45);
  --bg-gradient-bottom-color: rgba(141, 141, 141, 0.6);
  --bg-blocky-menu: #D1D1E0;
  --bg-blocky-submenu: #b2b7be;
  --bg-hover-blocky-menu: #b2b7be;
  --color-blocky-menu: #585858;
  --color-selected-blocky-menu: #111111;
  --border-blocky-menu: #a2abb3;
  --menu-color: #d3d3d3;
  --label-color: #111111;
  --cardColor: rgba(255, 255, 255, 0.6);
  --cardColor2: rgba(0, 0, 0, 0.1);
  --bg-dialog-1: #D1D1E0;
  --bg-dialog-2: #E4E5F1;
  --bg-success: #0f9a0f;
  --color-success: #0f9a0f;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #005fc5;
  --color-info: #005fc5;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.5;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #817a1f;
  --blockly-disabled-stroke-color: #82780b; }

:root.dark {
  --bg-primary: #252D38;
  --bg-secondary: #1b1f2c;
  --bg-third: #151924;
  --bg-fourth: #1c242e;
  --counter-tick: #464646;
  --text-color: #fff;
  --base-color: #fff;
  --primary-color: #149AA8;
  --secondary-color: #37414b;
  --third-color: #02bed1;
  --fourth-color: #2cff9f;
  --stroke-color: #00f7ff;
  --filter-primary-stroke-color: rgba(13, 125, 139, 0.3);
  --filter-secondary-stroke-color: rgba(18, 158, 177, 0.7);
  --bg-dots-color: #37424c;
  --bg-gradient-top-color: rgba(27, 31, 44, 0.45);
  --bg-gradient-bottom-color: rgba(13, 16, 22, 0.6);
  --bg-blocky-menu: #151924;
  --bg-blocky-submenu: #5e6872;
  --bg-hover-blocky-menu: #5e6872;
  --color-blocky-menu: #a8c4ce;
  --color-selected-blocky-menu: #fff;
  --border-blocky-menu: #37424c;
  --menu-color: #a8c4ce;
  --label-color: #d3d3d3;
  --cardColor: rgba(0, 0, 0, 0.1);
  --cardColor2: rgba(0, 0, 0, 0.2);
  --bg-dialog-1: #151924;
  --bg-dialog-2: #1c242e;
  --bg-success: #7ac75c;
  --color-success: #0cc572;
  --bg-error: #ea9292;
  --color-error: #ff151e;
  --bg-info: #00aaff;
  --color-info: #00aaff;
  --bg-warning: #ea9b1d;
  --color-warning: #dd9623;
  --blockly-disabled-fill-opacity: 0.4;
  --blockly-disabled-stroke-opacity: 0.1;
  --blockly-selected-disabled-stroke-color: #ffef4a;
  --blockly-disabled-stroke-color: #7b731c; }

.tabs {
  display: flex;
  justify-content: center;
  align-items: center; }
  .tabs .tab-item {
    font-size: 0.8em;
    position: relative;
    height: 100%;
    min-width: 110px;
    border: none;
    color: var(--menu-color);
    background-color: var(--bg-secondary);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .tabs .tab-item:hover {
      color: var(--base-color);
      background-color: rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid var(--base-color); }
    .tabs .tab-item:active {
      color: var(--menu-color);
      background-color: rgba(0, 0, 0, 0.2); }
    .tabs .tab-item.active {
      color: var(--third-color);
      font-weight: 600;
      background-color: rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid var(--third-color); }
      .tabs .tab-item.active .btn-third {
        color: var(--base-color) !important;
        text-decoration: none !important;
        background-color: rgba(0, 0, 0, 0.3) !important; }
        .tabs .tab-item.active .btn-third:active, .tabs .tab-item.active .btn-third:hover {
          color: var(--base-color) !important;
          text-decoration: none !important;
          background-color: rgba(0, 0, 0, 0.2) !important; }
  .tabs .option-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    left: 0;
    min-width: 10rem;
    z-index: 99;
    background-color: var(--bg-secondary);
    border-top: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .tabs .option-dropdown .option-item {
      padding: 0.5rem 1rem;
      border: none;
      background-color: transparent;
      color: var(--menu-color);
      cursor: pointer;
      text-align: left; }
      .tabs .option-dropdown .option-item:hover {
        background-color: rgba(var(--bg-third), 0.1);
        color: var(--base-color); }

.joyride-tooltip__button--primary {
  color: var(--base-color) !important;
  text-decoration: none !important;
  background-color: var(--primary-color) !important;
  border-radius: 0.25rem; }
  .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:hover {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: #0e626a !important; }

.joyride-tooltip__button--secondary {
  color: var(--base-color) !important;
  text-decoration: none !important;
  background-color: var(--secondary-color) !important;
  border-radius: 0.25rem; }
  .joyride-tooltip__button--secondary:active, .joyride-tooltip__button--secondary:hover {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: #3e4a57 !important; }

.btn {
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: var(--bg-secondary);
  color: var(--menu-color); }
  .btn.btn-telegram {
    background-color: #0088cc; }
  .btn.btn-instagram {
    background-color: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }
  .btn.btn-primary {
    color: var(--base-color) !important;
    text-decoration: none !important;
    background-color: var(--primary-color) !important; }
    .btn.btn-primary:active, .btn.btn-primary:hover {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: #0e626a !important; }
  .btn.btn-secondary {
    color: var(--base-color);
    text-decoration: none;
    background-color: var(--secondary-color); }
    .btn.btn-secondary:active, .btn.btn-secondary:hover {
      color: var(--base-color);
      text-decoration: none;
      background-color: #3e4a57; }
  .btn .btn-third {
    color: var(--base-color);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3); }
    .btn .btn-third:active, .btn .btn-third:hover {
      color: var(--base-color);
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.2); }
  .btn.btn-default {
    color: var(--text-color) !important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.15) !important; }
    .btn.btn-default:active, .btn.btn-default:hover {
      color: var(--label-color) !important;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-blocky {
    color: var(--text-color);
    text-decoration: none;
    background-color: transparent !important; }
    .btn.btn-blocky:active, .btn.btn-blocky:hover {
      color: var(--label-color);
      text-decoration: none;
      background-color: rgba(105, 105, 105, 0.2) !important; }
  .btn.btn-expand {
    color: var(--text-color) !important;
    text-decoration: none;
    background-color: rgba(105, 105, 105, 0.3) !important; }
    .btn.btn-expand:active, .btn.btn-expand:hover {
      color: var(--label-color) !important;
      text-decoration: none;
      background-color: rgba(105, 105, 105, 0.3) !important; }
  .btn.btn-run-stop {
    border: 1px solid white;
    font-size: 1.05rem;
    height: 28px;
    width: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 0px 6px #000;
    transform: translate(0px, -10px);
    text-shadow: 0px 0px 2px var(--bg-third);
    z-index: 2; }
    .btn.btn-run-stop.btn-primary {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: #cc2f3c !important; }
      .btn.btn-run-stop.btn-primary:active, .btn.btn-run-stop.btn-primary:hover {
        color: var(--base-color) !important;
        text-decoration: none !important;
        background-color: #e52737 !important; }
    .btn.btn-run-stop.btn-secondary {
      color: var(--base-color) !important;
      text-decoration: none !important;
      background-color: var(--primary-color) !important; }
      .btn.btn-run-stop.btn-secondary:active, .btn.btn-run-stop.btn-secondary:hover {
        color: var(--base-color) !important;
        text-decoration: none !important;
        background-color: var(--primary-color) !important; }
  .btn.btn-icon:hover {
    filter: opacity(0.5); }
  .btn.btn-close {
    color: var(--label-color) !important;
    text-decoration: none !important;
    background-color: transparent !important;
    font-size: 1.500em;
    padding: 0 !important;
    margin-top: -17px; }
    .btn.btn-close:active, .btn.btn-close:hover {
      color: var(--primary-color) !important;
      text-decoration: none !important;
      background-color: transparent !important; }
  .btn:active, .btn:hover {
    color: var(--base-color);
    text-decoration: none;
    background-color: var(--bg-third); }
  .btn:disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed; }
  .btn.btn-icon {
    padding: 0em;
    font-size: 1.500em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 100%;
    cursor: pointer; }
  .btn.btn-link {
    background-color: transparent;
    color: var(--label-color);
    cursor: pointer; }
    .btn.btn-link:hover {
      color: var(--label-color);
      background-color: rgba(0, 0, 0, 0.1) !important; }

.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; }

.market-analizer .worm-record {
  margin: 10px;
  display: flex; }
  .market-analizer .worm-record span {
    padding: 4px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 0px;
    border-radius: 5px;
    color: #fff;
    margin: 0 2px; }

.market-analizer .digit-record {
  margin: 10px;
  display: flex; }
  .market-analizer .digit-record span {
    padding: 8px 0;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    margin: 0 2px;
    font-weight: bold; }

.market-analizer .tick-color-red {
  background-color: #c03; }

.market-analizer .tick-color-blue {
  background-color: #29abe2; }

.market-analizer .tick-color-green {
  background-color: #32cd32; }

.market-analizer .tick-color-gray {
  background-color: #dedede; }

.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; } }

.dropdown {
  position: relative;
  font-size: 0.75rem;
  height: 100%; }
  .dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .dropdown a {
    text-decoration: none;
    color: inherit; }
  .dropdown .dropdown-button, .dropdown .dropdown-menu {
    width: 150px; }
  .dropdown .dropdown-button {
    padding-left: 0.75em;
    height: 100%;
    background-color: var(--bg-secondary);
    color: var(--base-color);
    display: flex;
    align-items: center; }
    .dropdown .dropdown-button:hover {
      background-color: rgba(0, 0, 0, 0.2);
      text-decoration: none; }
    .dropdown .dropdown-button a {
      display: flex;
      align-items: center; }
  .dropdown .dropdown-menu {
    background-color: var(--bg-third);
    box-shadow: 3px 5px 6px #000;
    position: absolute;
    z-index: 9999; }
    .dropdown .dropdown-menu .login-id-list {
      border-bottom: 1px solid var(--bg-primary); }
    .dropdown .dropdown-menu li {
      color: var(--menu-color);
      text-decoration: none;
      padding: 1em 0.75em; }
      .dropdown .dropdown-menu li:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: var(--base-color);
        text-decoration: 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; }

/* 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: "binarybot";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

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

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

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

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

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

/* '' */
.icon-stop:before {
  content: '\e805'; }

/* '' */
.icon-run:before {
  content: '\e806'; }

/* '' */
.icon-close:before {
  content: '\e807'; }

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

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

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

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

/* '' */
.icon-trading-view:before {
  content: '\e810'; }

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

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

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

/* '' */
.icon-caret:before {
  content: '\2022'; }

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

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

.icon-clear {
  background: url("../image/clear.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-settings {
  background: url("../image/settings.svg") no-repeat center; }
  .icon-settings:before {
    content: ' '; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'lock';
  src: url("../font/lock.eot?3289235");
  src: url("../font/lock.eot?3289235#iefix") format("embedded-opentype"), url("../font/lock.woff2?3289235") format("woff2"), url("../font/lock.woff?3289235") format("woff"), url("../font/lock.ttf?3289235") format("truetype"), url("../font/lock.svg?3289235#lock") format("svg");
  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: 'lock';
    src: url('../font/lock.svg?3289235#lock') format('svg');
  }
}
*/
[class^="icono-"]:before, [class*=" icono-"]:before {
  font-family: "lock";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icono-unlock:before {
  content: '\f075'; }

/* 'ïµ' */
.icono-lock:before {
  content: '\f512'; }

/* 'ï”’' */
.icono-unlock2:before {
  content: '\f513'; }

/* 'ï”“' */
/* -----
SVG Icons - svgicons.sparkk.fr
----- */
.svg-icon {
  width: 1.2rem;
  height: 1.2rem; }

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: currentColor; }

.svg-icon circle {
  stroke: currentColor;
  stroke-width: 1; }

#toolbox {
  background-color: #161616;
  border-right: 1px solid #0e0e0e; }
  #toolbox #runButton[disabled],
  #toolbox #runButton[disabled]:hover,
  #toolbox #stopButton[disabled],
  #toolbox #stopButton[disabled] {
    background-color: #f2f2f2;
    color: #dedede; }
  #toolbox .toolbox-button {
    padding: 0em;
    width: 25px;
    height: 25px;
    border-radius: 100%; }
  #toolbox .toolbox-button:hover {
    background-color: #0e0e0e; }
  #toolbox .toolbox-button:focus {
    outline: none; }
  #toolbox .hid-button {
    width: 80px; }
  #toolbox .box.is-dragover {
    background-color: grey; }
  #toolbox .toolbox-separator {
    background-color: #dedede;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 2px; }

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

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

#toolbox-account-list {
  position: relative;
  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 p {
  margin: 0em; }

#summaryPanel #sync-warning {
  color: var(--label-color); }

#summaryPanel #current-trade-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 360px; }

#summaryPanel .stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #summaryPanel .stage .stage-tooltip .triangle {
    margin-top: -0.1em;
    margin-left: 50%;
    transform: translate(-50%, 0%);
    height: 10px;
    width: 10px;
    border: 8px solid var(--secondary-color);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent; }
  #summaryPanel .stage .stage-tooltip p {
    font-size: 10px;
    text-align: center;
    padding: 0.5em;
    border-radius: 0.5em;
    color: var(--base-color);
    background-color: var(--secondary-color);
    box-shadow: 1px 0px 0.25em var(--bg-third);
    width: 120px; }
  #summaryPanel .stage .stage-tooltip.running p {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6; }

#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: 0.75em;
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--label-color); }

#summaryPanel .circle-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1em; }
  #summaryPanel .circle-wrapper .static-circle {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid var(--menu-color);
    display: inline-block;
    position: relative;
    background-color: var(--menu-color); }

#summaryPanel .circle-wrapper.active .static-circle {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 0.25em solid var(--third-color);
  display: inline-block;
  position: relative;
  background-color: var(--bg-secondary);
  z-index: 2; }

#summaryPanel .circle-wrapper.active .dynamic-circle {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--third-color);
  border-radius: 100%;
  opacity: 0.32;
  animation: animate-circle 0.8s infinite;
  transform: translate(-50%, -50%);
  margin-left: 1.5em;
  margin-top: 1.5em;
  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 var(--third-color);
  display: inline-block;
  position: relative;
  background-color: var(--bg-secondary);
  z-index: 2; }

#summaryPanel .line {
  position: absolute;
  display: inline-block;
  left: 60px;
  width: 250px;
  height: 0.25em;
  background-color: var(--menu-color); }

#summaryPanel .line.active .progress-bar {
  float: left;
  box-shadow: none;
  height: 100%;
  background-color: var(--third-color);
  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: var(--third-color);
  display: inline-block;
  animation: animate-progress-complete 0.5s 1;
  animation-fill-mode: forwards; }

#summaryPanel .summary-toolbox {
  text-align: center;
  position: relative; }
  #summaryPanel .summary-toolbox .toolbox-button {
    padding: 0em;
    width: 25px;
    height: 25px; }
    #summaryPanel .summary-toolbox .toolbox-button:hover {
      background-color: #0e0e0e; }
    #summaryPanel .summary-toolbox .toolbox-button[disabled], #summaryPanel .summary-toolbox .toolbox-button[disabled]:hover {
      background-color: #f2f2f2;
      color: #dedede; }
  #summaryPanel .summary-toolbox .toolbox-button:focus {
    outline: none; }

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

.draggable-dialog {
  display: none; }
  .draggable-dialog .content {
    padding: 0 5px;
    background: red;
    cursor: default; }
    .draggable-dialog .content table {
      border: 1px solid #f2f2f2; }
  .draggable-dialog table {
    overflow: auto;
    width: 100%; }
  .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 #f2f2f2;
    border-radius: 3px; }

.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 {
  padding: 0px !important;
  color: var(--label-color); }
  .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 {
    margin: 0.5em 0; }
    .ui-dialog-content.ui-widget-content .input-row.last {
      margin-bottom: 0; }

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

#save-dialog #collection {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  #save-dialog #collection .description {
    margin-left: 27px;
    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%; }

.ui-dialog {
  padding: 0 !important;
  max-width: 600px;
  min-width: 350px;
  max-height: 95vh; }

.ui-widget-content {
  background-image: linear-gradient(180deg, var(--bg-dialog-1), var(--bg-dialog-2));
  border: none !important;
  border-radius: 10px;
  width: 30%; }

.dark .ui-widget-content {
  box-shadow: 1px 1px 3px #000; }

.light .ui-widget-content {
  box-shadow: 1px 1px 3px #838383; }

.ui-dialog-buttonset {
  display: flex;
  gap: 1rem; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 !important; }

.ui-widget-header {
  border: none !important;
  border-bottom: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--label-color) !important; }

.dialog-content {
  padding: 1em !important;
  margin-top: 0 !important;
  background: transparent !important;
  color: var(--label-color) !important;
  cursor: default; }

.ui-dialog-content, .ui-dialog-buttonpane {
  box-shadow: none !important;
  background-color: transparent !important; }

.ui-dialog-title {
  color: var(--primary-color);
  text-shadow: 0px 0px; }

.ui-dialog-buttonpane {
  padding: 1em !important;
  margin: 0px !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-end; }

div[aria-describedby="trading-view-dialog-component"] {
  max-width: 8 00px !important; }

div[aria-describedby="news-dialog-component"] .ui-dialog-titlebar {
  display: none; }

div[aria-describedby="settings-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="update-height-chart-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="region-add-chart-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="region-add-panel-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="download-presets-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="load-presets-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="load-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="save-dialog-component"] .ui-dialog-titlebar-close,
div[aria-describedby="templates-dialog-component"] .ui-dialog-titlebar-close {
  display: none; }

div[aria-describedby="settings-dialog-component"] .ui-widget-header,
div[aria-describedby="update-height-chart-dialog-component"] .ui-widget-header,
div[aria-describedby="region-add-chart-dialog-component"] .ui-widget-header,
div[aria-describedby="region-add-panel-dialog-component"] .ui-widget-header,
div[aria-describedby="download-presets-dialog-component"] .ui-widget-header,
div[aria-describedby="load-presets-dialog-component"] .ui-widget-header,
div[aria-describedby="load-dialog-component"] .ui-widget-header,
div[aria-describedby="save-dialog-component"] .ui-widget-header,
div[aria-describedby="templates-dialog-component"] .ui-widget-header {
  border-bottom: 1px solid var(--third-color) !important; }

#indicatorMessage {
  font-size: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0.25rem var(--bg-third);
  background-color: var(--secondary-color); }
  #indicatorMessage.starting {
    background-color: var(--primary-color); }
  #indicatorMessage.running {
    background-color: var(--third-color);
    box-shadow: 0px 0px 0.25rem var(--third-color); }

.label-last-digits {
  font-size: 7px;
  color: var(--label-color);
  line-height: 12px;
  text-align: right; }

.section-social-network {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center; }

.card-digits :last-child {
  font-size: 12px !important;
  padding: 0rem 0.25rem !important;
  background-color: #465a6e;
  color: #e1ca1c;
  text-shadow: 1px 1px 5px #000; }

#account-list-mobile-button-open {
  display: none; }

.dialog-card {
  background-color: var(--bg-dialog-1);
  border-radius: 0.25rem;
  overflow: hidden;
  width: 12rem;
  box-shadow: -1px 1px 0.35rem #000; }

input {
  margin: 0; }

.text-watermark {
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.dark .text-watermark {
  color: rgba(255, 255, 255, 0.5); }

.light .text-watermark {
  color: rgba(0, 0, 0, 0.5); }

@keyframes filterAnimation {
  0% {
    filter: drop-shadow(0px 0px 12px var(--filter-primary-stroke-color)); }
  25% {
    filter: drop-shadow(0px 0px 12px var(--filter-secondary-stroke-color)); }
  50% {
    filter: drop-shadow(0px 0px 12px var(--filter-primary-stroke-color)); }
  75% {
    filter: drop-shadow(0px 0px 12px var(--filter-secondary-stroke-color)); }
  100% {
    filter: drop-shadow(0px 0px 12px var(--filter-primary-stroke-color)); } }

.injectionDiv {
  height: calc(100% - 2.4rem);
  width: 100vw; }

.injectionDiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--bg-gradient-top-color), var(--bg-gradient-bottom-color));
  background-size: cover;
  opacity: 1;
  z-index: -1; }

#blockly-background {
  position: absolute;
  inset: 0;
  /* Alternativa para top: 0, left: 0, width: 100%, height: 100% */
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 1px 1px, var(--bg-dots-color) 2px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.4;
  pointer-events: none;
  /* Evita interferencias con otros elementos */
  z-index: -1; }

.blocklyTreeRoot {
  padding: 0px; }

.blocklyTreeLabel {
  font-size: 12px; }

.blocklyTreeRow {
  box-shadow: inset 0 -0.063em 0 0 var(--border-blocky-menu); }

.blocklyText {
  fill: #f0f0f0 !important; }

.blocklyTreeSelected .blocklyTreeLabel {
  color: var(--color-selected-blocky-menu) !important; }

.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon.blocklyTreeIconOpen,
.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon.blocklyTreeIconClosedLtr {
  filter: opacity(0.5); }

.blocklyTreeIcon.blocklyTreeIconOpen {
  background-image: url(../image/down-arrow.svg) !important;
  background-position: -0.188em -0.375em !important; }

.blocklyTreeIcon.blocklyTreeIconClosedLtr {
  background-image: url(../image/down-arrow.svg) !important;
  background-position: -0.188em -0.375em !important; }

.blocklyTreeRow.blocklyTreeSelected {
  background-color: var(--bg-hover-blocky-menu) !important; }

.blocklyTreeRow:not(.blocklyTreeSelected):hover {
  color: var(--color-selected-blocky-menu) !important;
  background-color: var(--bg-hover-blocky-menu) !important; }

#toggle-blocklyToolboxDiv {
  display: none;
  width: 1.4rem; }

.blocklyToolboxDiv .blocklyTreeRow {
  color: var(--color-blocky-menu); }

.blocklyEditableText span {
  fill: var(--label-color) !important; }

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

.blocklyFlyout {
  padding-left: 1.4rem;
  width: auto; }

.blocklyFlyoutBackground {
  fill: var(--bg-blocky-submenu) !important;
  fill-opacity: 1 !important; }

.blocklyToolboxDiv {
  background-color: var(--bg-blocky-menu) !important;
  border-right: 0.063em solid var(--border-blocky-menu);
  border-left: 0.063em solid var(--border-blocky-menu);
  border-width: thin;
  min-width: 10em; }

.blocklyIconShape {
  fill: #1c2130 !important; }

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

.blocklyScrollbarVertical,
.blocklyScrollbarHorizontal {
  display: none; }

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

.blocklyToolboxDiv {
  z-index: 90 !important;
  left: 1.4em !important;
  overflow-x: hidden !important; }

.blocklySvg {
  background-color: inherit !important;
  position: absolute; }

.blocklyMainBackground {
  stroke: none; }

.blocklyPathDark {
  fill: #000 !important; }

.blocklyPathLight {
  fill: transparent !important;
  stroke: var(--secondary-color) !important; }

.blocklySelected.blocklyDisabled > .blocklyPath {
  stroke: var(--blockly-selected-disabled-stroke-color) !important; }

.blocklyDisabled > .blocklyPath {
  stroke: var(--blockly-disabled-stroke-color) !important;
  stroke-width: 2px !important;
  fill-opacity: var(--blockly-disabled-fill-opacity);
  stroke-opacity: var(--blockly-disabled-stroke-opacity);
  filter: none  !important;
  animation: none !important; }

.blocklySelected > .blocklyPath {
  stroke: var(--stroke-color) !important;
  stroke-width: 2px;
  filter: drop-shadow(0px 0px 12px var(--filter-primary-stroke-color));
  stroke-opacity: 0.3;
  transition: stroke 2s ease;
  animation: filterAnimation 4s infinite; }

.blocklyText text {
  fill: var(--menu-color) !important; }

.blocklyEditableText {
  fill: var(--label-color) !important; }

.blocklyNonEditableText > rect, .blocklyEditableText > rect {
  fill: #cfd5db  !important; }

.blocklyNonEditableText > text, .blocklyEditableText > text {
  fill: #000000 !important; }

#toolbox {
  background-color: #161616;
  border-right: 1px solid #0e0e0e; }
  #toolbox #runButton[disabled],
  #toolbox #runButton[disabled]:hover,
  #toolbox #stopButton[disabled],
  #toolbox #stopButton[disabled] {
    background-color: #f2f2f2;
    color: #dedede; }
  #toolbox .toolbox-button {
    padding: 0em;
    width: 25px;
    height: 25px;
    border-radius: 100%; }
  #toolbox .toolbox-button:hover {
    background-color: #0e0e0e; }
  #toolbox .toolbox-button:focus {
    outline: none; }
  #toolbox .hid-button {
    width: 80px; }
  #toolbox .box.is-dragover {
    background-color: grey; }
  #toolbox .toolbox-separator {
    background-color: #dedede;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 2px; }

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

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

#toolbox-account-list {
  position: relative;
  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; }

.toolbar-sidebar-top {
  background-color: var(--bg-blocky-menu) !important;
  padding-left: 22px;
  border-bottom: 0.063em solid var(--border-blocky-menu) !important; }

.editor-toolbar-container {
  height: 100%;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  z-index: 99; }
  .editor-toolbar-container .toolbar-sidebar-left, .editor-toolbar-container .toolbar-sidebar-right {
    position: sticky;
    z-index: 9;
    bottom: 50px; }
  .editor-toolbar-container .toolbar-sidebar-left {
    left: 190px; }
  .editor-toolbar-container .toolbar-sidebar-right {
    right: 1.5rem;
    float: right; }
  .editor-toolbar-container button {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    box-shadow: 1px 2px 5px #000;
    padding: 0em;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none; }

.menu {
  position: relative;
  bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em; }

.menu .toggle {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  cursor: pointer;
  transition: 1s; }

.menu .toggle.active {
  transform: rotate(315deg);
  box-shadow: 0 0 0 12px transparent;
  background-color: var(--secondary-color) !important;
  z-index: 1000;
  color: #fff; }

.menu li {
  position: relative;
  list-style: none;
  /* transform: translateY(calc(320deg / 8 * var(--i)))
    translateX(0); */
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  z-index: 10;
  bottom: 50px; }

.menu.active li {
  visibility: visible;
  opacity: 1; }

.indicator {
  position: absolute;
  bottom: calc(50% + 2.5px);
  transform-origin: top;
  width: 1px;
  height: 40px;
  background: transparent;
  pointer-events: none;
  transition: 1s; }

.indicator::before {
  content: '';
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background: var(--bg-third);
  box-shadow: 0 0 0 6px var(--bg-third);
  border-radius: 50%;
  transition: 1s;
  opacity: 0; }

.menu.active .indicator::before {
  opacity: 1;
  bottom: -27.5px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  box-shadow: 0 0 0 6px var(--primary-color); }

.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: #150505;
    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(21, 5, 5, 0.2);
    border: 2px solid #150505;
    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 #150505;
    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: #150505;
      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; }

.logo-wrapper {
  display: inline-flex;
  vertical-align: middle;
  padding-top: 10px; }
  .logo-wrapper .binary-logo-text > div {
    width: 125px; }
  .logo-wrapper .binary-logo-text img.responsive {
    width: 80%;
    margin-top: 10px; }
  .logo-wrapper .logo-parent {
    display: inline-flex;
    align-items: center; }
    .logo-wrapper .logo-parent .logo {
      width: 100px !important;
      height: min-content !important;
      margin-right: 10px; }

.banner-logos .logo-nt, .banner-logos .logo-deriv {
  width: 90px; }

.banner-logos .logo-bt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.banner-logos .since-version {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; }

.grid {
  display: grid; }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.col-span-2 {
  grid-column: span 2 / span 2; }

.col-span-full {
  grid-column: 1 / -1; }

.row-span-2 {
  grid-row: span 2 / span 2; }

.card-total {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.card-grid-info {
  display: grid;
  grid-template-columns: 1fr .5fr; }

.light .card {
  box-shadow: 1px 1px 0.25rem var(--bg-blocky-submenu); }

.card {
  background-color: var(--cardColor);
  border-radius: 0.5rem;
  overflow: hidden; }
  .card .card-header, .card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    padding: 0.5rem; }
  .card .card-body {
    padding: 0px 0.5rem  0.5rem  0.5rem;
    overflow: auto;
    height: calc(100% - 2rem); }
  .card .card-footer {
    background-color: #151924; }

.card-operations-panel .ui-draggable-handle {
  cursor: move; }

.hidden {
  display: none; }

.show {
  display: block; }

.flex {
  display: flex; }

.flex-grow {
  flex-grow: 1; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.items-center {
  align-items: center !important; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

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

.w-1\/2 {
  width: 50%; }

.w-1\/5 {
  width: 20%; }

.w-2\/5 {
  width: 40%; }

.w-3\/5 {
  width: 80%; }

.w-4\/5 {
  width: 80%; }

.w-32 {
  width: 8rem; }

.w-h-12px {
  width: 12px;
  height: 12px; }

.w-h-20px {
  width: 20px;
  height: 20px; }

.w-h-25px {
  width: 25px;
  height: 25px; }

.w-h-6px {
  width: 6px;
  height: 6px; }

.w-12-h-20-px {
  width: 20px;
  height: 12px; }

.h-auto-important {
  height: auto !important; }

.h-auto {
  height: auto; }

.h-25px {
  height: 25px; }

.h-20px {
  height: 20px; }

.h-0 {
  height: 0px; }

.h-0\.5 {
  height: 0.125rem; }

.h-1 {
  height: 0.25rem; }

.h-2 {
  height: 0.5rem; }

.h-2\.5 {
  height: 0.625rem; }

.h-24 {
  height: 6rem; }

.h-28 {
  height: 7rem; }

.h-32 {
  height: 8rem; }

.h-34 {
  height: 9rem; }

.min-h-34 {
  min-height: 9rem; }

.min-h-trade {
  min-height: 13.5rem; }

.h-40 {
  height: 10rem; }

.h-48 {
  height: 12rem !important; }

.h-52 {
  height: 13rem !important; }

.h-screen {
  height: 100vh; }

.h-screen-content {
  height: calc(100vh - 10.9rem); }

.h-screen-content-topbanner {
  height: calc(100vh - 11.8rem); }

.h-screen-content-stats {
  height: 85vh; }

.h-56 {
  height: 14rem; }

.h-60 {
  height: 15rem; }

.h-64 {
  height: 16rem; }

.h-72 {
  height: 18rem; }

.h-80 {
  height: 20rem !important; }

.min-h-96 {
  min-height: 24rem !important; }

.max-h-96 {
  max-height: 24rem !important; }

.h-96 {
  height: 24rem !important; }

.h-98 {
  height: 25rem !important; }

.h-100 {
  height: 29rem !important; }

.h-16 {
  height: 4rem; }

.h-10 {
  height: 2.5rem; }

.h-2 {
  height: 0.5rem; }

.h-3 {
  height: 0.75rem; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-7 {
  height: 1.75rem; }

.h-8 {
  height: 2rem; }

.h-9 {
  height: 2.25rem; }

.h-full {
  height: 100%; }

.h-20 {
  height: 5rem; }

.h-12 {
  height: 3rem; }

.h-14 {
  height: 3.5rem !important; }

.w-64 {
  width: 16rem; }

.w-full {
  width: 100%; }

.w-16 {
  width: 4rem; }

.w-2 {
  width: 0.5rem; }

.w-3 {
  width: 0.75rem; }

.w-4 {
  width: 1rem; }

.w-4\.4 {
  width: 1.4rem; }

.w-8 {
  width: 2rem; }

.w-9 {
  width: 2.25rem; }

.w-20 {
  width: 5rem; }

.w-40 {
  width: 10rem; }

.w-6 {
  width: 1.5rem; }

.min-w-0 {
  min-width: 0px; }

.min-w-40 {
  min-width: 10rem; }

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

.p-1 {
  padding: 0.25rem; }

.p-1.\.5 {
  padding: 0.375rem; }

.p-2 {
  padding: 0.5rem; }

.p-2.\.5 {
  padding: 0.625rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-0\.5 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-1 {
  padding-top: 0.125rem; }

.pb-1 {
  padding-bottom: 0.125rem; }

.pl-2 {
  padding-left: 0.25rem; }

.pr-2 {
  padding-right: 0.25rem; }

.pt-2 {
  padding-top: 0.25rem; }

.pb-2 {
  padding-bottom: 0.25rem; }

.pl-4 {
  padding-left: 1rem; }

.pr-4 {
  padding-right: 1rem; }

.pt-4 {
  padding-top: 1rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pb-4 {
  padding-bottom: 1rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.m-0 {
  margin: 0; }

.m-4 {
  margin: 1rem; }

.m-3 {
  margin: 0.75rem; }

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem; }

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mt-0 {
  margin-top: 0 !important; }

.mt-0\.5 {
  margin-top: 0.12rem; }

.mt-1 {
  margin-top: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-4 {
  margin-top: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-4 {
  margin-right: 1rem; }

.text-black {
  color: black; }

.text-white {
  color: white !important; }

.bg-green-300 {
  background-color: #a5fcb2; }

.bg-red-300 {
  background-color: #fca5a5; }

.bg-yellow-300 {
  background-color: #fde047; }

.bg-yellow {
  background-color: #ffd636; }

.bg-header {
  background-color: #292929; }

.bg-blocky-menu {
  background-color: var(--bg-blocky-menu) !important; }

.gap-0\.5 {
  gap: 0.12rem; }

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: 0.5rem; }

.gap-3 {
  gap: 0.75rem; }

.gap-4 {
  gap: 1rem; }

.sticky {
  position: sticky; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.fixed-important {
  position: fixed !important; }

.inset-0 {
  inset: 0; }

.inset-4 {
  inset: 1rem; }

.left--5 {
  left: -1.5rem; }

.left--4 {
  left: -1.25rem; }

.left--3 {
  left: -1rem; }

.left--2 {
  left: -0.5rem; }

.left--1 {
  left: -0.25rem; }

.left-0 {
  left: 0px; }

.left-1 {
  left: 0.25rem; }

.left-2 {
  left: 0.5rem; }

.left-3 {
  left: 0.75rem; }

.left-4 {
  left: 1rem; }

.left-5 {
  left: 1.25rem; }

.left-6 {
  left: 1.5rem; }

.right-0 {
  right: 0px; }

.right-1 {
  right: 0.25rem; }

.right-2 {
  right: 0.5rem; }

.right-3 {
  right: 0.75rem; }

.right-4 {
  right: 1rem; }

.bottom-0 {
  bottom: 0px; }

.bottom-1 {
  bottom: 0.25rem; }

.bottom-2 {
  bottom: 0.5rem; }

.bottom-3 {
  bottom: 0.75rem; }

.bottom-4 {
  bottom: 1rem; }

.bottom-5 {
  bottom: 1.25rem; }

.bottom-6 {
  bottom: 1.5rem; }

.top--4 {
  top: -1rem; }

.top--3 {
  top: -0.75rem; }

.top--2 {
  top: -0.5rem; }

.top--1 {
  top: -0.25rem; }

.top-0 {
  top: 0px; }

.top-1 {
  top: 0.25rem; }

.top-2 {
  top: 0.5rem; }

.top-3 {
  top: 0.75rem; }

.top-4 {
  top: 1rem; }

.top-9 {
  top: 2.25rem; }

.top-10 {
  top: 2.5rem; }

.top-14 {
  top: 3.5rem; }

.top-16 {
  top: 4rem; }

.z-9 {
  z-index: 9; }

.z-90 {
  z-index: 90; }

.z-99 {
  z-index: 99; }

.z-100 {
  z-index: 100; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

.bg-card-up {
  background-color: rgba(var(--fourth-color), 0.1) !important; }

.bg-card-down {
  background-color: rgba(var(--color-error), 0.1) !important; }

.bg-counter-ticks {
  background-color: var(--counter-tick); }

.bg-blocky-menu {
  background-color: var(--bg-blocky-menu); }

.bg-card {
  background-color: var(--cardColor); }

.bg-card-2 {
  background-color: var(--cardColor2); }

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

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

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

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

.bg-primary-2 {
  background-color: var(--primary-color); }

.bg-secondary-2 {
  background-color: var(--secondary-color); }

.bg-fourth-2 {
  background-color: var(--fourth-color); }

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

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

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

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black; }

.bg-dialog-1 {
  background-color: var(--bg-dialog-1); }

.shadow {
  box-shadow: 0 0 0.5rem #000; }

.text-color {
  color: var(--text-color); }

.text-menu {
  color: var(--menu-color); }

.text-primary {
  color: var(--primary-color) !important; }
  .text-primary.lighten-4 {
    background-color: rgba(var(--primary-color), 0.5) !important; }

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

.text-third {
  color: var(--third-color); }
  .text-third.lighten-4 {
    background-color: rgba(var(--bg-third), 0.8) !important; }

.text-fourth {
  color: var(--fourth-color); }

.text-success {
  color: var(--color-success) !important; }

.text-warning {
  color: var(--color-warning); }

.text-error {
  color: var(--color-error) !important; }

.text-shadow-base {
  text-shadow: 0 0 0.5rem var(--base-color); }

.text-shadow-primary {
  text-shadow: 0 0 0.5rem var(--primary-color); }

.text-shadow-secondary {
  text-shadow: 0 0 0.5rem var(--secondary-color); }

.text-shadow-success {
  text-shadow: 0 0 0.5rem var(--color-success); }

.text-shadow-warning {
  text-shadow: 0 0 0.5rem var(--color-warning); }

.text-shadow-error {
  text-shadow: 0 0 0.5rem var(--color-error); }

.text-xxs {
  font-size: 0.5rem; }

.text-xs {
  font-size: 0.6rem; }

.text-sm {
  font-size: 0.75rem; }

.text-base {
  font-size: 1rem; }

.text-md {
  font-size: 0.75rem; }

.text-lg {
  font-size: 1rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.75rem; }

.text-4xl {
  font-size: 2.5rem; }

.border-none {
  border: none; }

.border {
  border: 1px solid currentColor; }

.border-2 {
  border: 2px solid currentColor; }

.border-3 {
  border: 3px solid currentColor; }

.border-r {
  border-right: 1px solid currentColor; }

.border-l {
  border-left: 1px solid currentColor; }

.border-2-l {
  border-left: 2px solid currentColor; }

.border-t {
  border-top: 1px solid currentColor; }

.border-b {
  border-bottom: 1px solid currentColor; }

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

.border-secondary {
  border-color: var(--secondary-color); }

.border-menu {
  border-color: var(--menu-color); }

.border-label {
  border-color: var(--border-blocky-menu); }

.border-third-2 {
  border-color: var(--bg-third); }

.border-blocky-menu {
  border-color: var(--border-blocky-menu); }

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

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

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

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

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-60 {
  opacity: 0.6; }

.opacity-90 {
  opacity: 0.9; }

.rounded {
  border-radius: 0.25rem; }

.rounded-xs {
  border-radius: 0.125rem; }

.rounded-full {
  border-radius: 100%; }

.rounded-b {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.overflow-hidden {
  overflow: hidden; }

.overflow {
  overflow: auto; }

.overflow-y {
  overflow-y: auto; }

.overflow-x {
  overflow-x: auto; }

.text-label {
  color: var(--label-color); }

.text-title {
  font-size: 1rem;
  color: var(--third-color);
  font-weight: bold; }

.text-subtitle {
  font-size: 0.8em;
  color: var(--label-color); }

.max-h-54 {
  max-height: 13.5rem; }

.max-w-7xl {
  max-width: 80rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.font-bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.canvasjs-chart-toolbar, .canvasjs-chart-credit {
  display: none; }

.text-icon {
  font-size: 1rem; }

.text-nowrap {
  white-space: nowrap; }

.w-logo {
  width: 192px; }
  .w-logo .w-logo-deriv {
    width: 95px; }

.btn-prediction-active {
  border-bottom: 1px solid #989898;
  background: #1b2028 !important; }

#footer .container {
  max-width: 1200px; }

#footer #footer-menu h4 {
  font-size: 0.85em; }

#footer #footer-menu ul {
  padding: 0px; }

#footer #footer-menu li {
  line-height: 1;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

#footer .content-inverse-color a {
  text-decoration: underline; }

#footer #footer-regulatory {
  padding-bottom: 0px; }
  #footer #footer-regulatory a, #footer #footer-regulatory p, #footer #footer-regulatory .fld-risk-warning legend {
    font-size: 13px !important; }
  #footer #footer-regulatory a, #footer #footer-regulatory p {
    font-weight: 100; }
  #footer #footer-regulatory a {
    color: #dedede; }
  #footer #footer-regulatory p, #footer #footer-regulatory .fld-risk-warning legend {
    color: #a8a8a8;
    text-align: justify;
    margin: 0 0 10px; }
  #footer #footer-regulatory .fld-risk-warning {
    margin-bottom: 30px;
    border-color: #44484c; }
    #footer #footer-regulatory .fld-risk-warning legend {
      text-transform: uppercase; }
  #footer #footer-regulatory .about-binary {
    border-top: 1px solid #44484c;
    border-bottom: 1px solid #44484c;
    padding: 10px 0;
    margin-bottom: 10px; }
    #footer #footer-regulatory .about-binary p {
      margin: 0; }
  #footer #footer-regulatory .risk-warning {
    margin-bottom: 30px; }
    #footer #footer-regulatory .risk-warning p {
      font-size: 16px; }
  #footer #footer-regulatory #ratelimit-error-message, #footer #footer-regulatory #site-status-message {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fef1cf;
    z-index: 999; }
  #footer #footer-regulatory #site-status-message {
    z-index: 9999; }

#footer .iom-icon {
  width: 90px; }

#footer .lga-icon {
  width: 100px; }

#footer .gamstop-icon {
  width: 109px; }

#footer .gamstop-icon.data-show-visible + .lga-icon {
  width: 70px;
  margin-bottom: 3px;
  margin-left: -10px; }

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

#footer .lga-gamstop-icon-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse; }

#footer .age-restriction {
  width: 50px; }

#footer .social-icons {
  margin-left: auto; }
  #footer .social-icons > *:not(:first-child) {
    margin-left: 10px; }
  #footer .social-icons img {
    height: 35px;
    width: 35px; }

#footer .icon-row {
  padding-top: 10px;
  padding-bottom: 14px; }

#footer .regulation-logos > * {
  margin-right: 20px; }

#footer .regulation-logos .vanuatu-icon {
  width: 160px;
  margin-left: -30px;
  margin-right: 0; }

#footer .regulation-logos .bvi-icon {
  width: 115px;
  margin-left: -30px;
  margin-right: 0; }

#footer .regulation-logos .labuan-icon {
  width: 120px; }

#footer #end-note {
  line-height: 25px;
  background: #c03;
  font-size: 10.41667px;
  position: fixed;
  bottom: 0;
  z-index: 100 !important;
  width: 100%; }

#footer #status_notification {
  animation: moveInBottom 0.2s ease-in;
  background-color: #e98024;
  display: none;
  align-items: center;
  padding: 10px 7px;
  position: fixed;
  bottom: 8px;
  right: 8px;
  left: 8px;
  border-radius: 5px;
  z-index: 1000; }
  #footer #status_notification_text {
    color: #ffffff;
    font-size: 0.85em;
    margin: 0 auto 0 0; }
  #footer #status_notification_type {
    padding-right: 7px; }
  #footer #status_notification_close {
    padding-left: 7px; }
    #footer #status_notification_close:hover {
      cursor: pointer; }

@media screen and (max-width: 590px) {
  #footer .icon-row {
    flex-direction: column; }
    #footer .icon-row > * {
      margin-right: 0;
      margin-bottom: 20px; }
  #footer .social-icons {
    margin-left: 0; } }

@media screen and (max-width: 400px) {
  #footer .regulation-logos .vanuatu-icon {
    width: 120px;
    margin-left: -30px;
    margin-right: 0; }
  #footer .regulation-logos .bvi-icon {
    width: 100px;
    margin-left: -30px;
    margin-right: 0; }
  #footer .regulation-logos .labuan-icon {
    width: 110px;
    margin: 0px; } }

footer a {
  text-decoration: none;
  color: inherit; }

@media only screen and (min-width: 1381px) {
  #summaryTradeTable {
    min-width: 735px !important; } }

@media only screen and (min-width: 1200px) {
  .lite-version .layout-1 {
    display: grid;
    justify-content: center;
    grid-template-columns: 230px minmax(275px, 900px) 230px; }
    .lite-version .layout-1 .layout-1-info {
      order: -1; }
  #summaryTradeTable {
    min-width: 570px;
    overflow-x: auto; }
  .pro-version .layout-1 {
    grid-template-columns: minmax(350px, 400px) minmax(275px, 950px) minmax(200px, 250px); }
  .pro-version .layout-2 {
    grid-template-columns: minmax(200px, 250px) minmax(275px, 950px) minmax(350px, 400px); }
  .pro-version .layout-1 .region-wrapper, .pro-version .layout-2 .region-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column: span 2 / span 2; }
  .pro-version .layout-3, .pro-version .layout-4, .pro-version .layout-5 {
    grid-template-columns: repeat(3, minmax(200px, 600px)); }
  .pro-version .layout-3 .region-wrapper, .pro-version .layout-5 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(200px, 250px) minmax(370px, 950px);
    grid-column: span 2 / span 2; }
  .pro-version .layout-4 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(370px, 950px) minmax(200px, 250px);
    grid-column: span 2 / span 2; }
  .pro-version .layout-6, .pro-version .layout-7 {
    grid-template-columns: minmax(500px, 1050px) minmax(200px, 350px); }
    .pro-version .layout-6 .region-wrapper, .pro-version .layout-7 .region-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(300px, 1200px));
      grid-column: span 2 / span 2; }
  .min-layout-1 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-3" "r-4 r-4 r-4 r-5 r-5 r-6"; }
  .min-layout-2 {
    grid-template-areas: "r-1 r-2 r-2 r-2 r-3 r-3" "r-4 r-4 r-4 r-5 r-5 r-6"; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .lite-version .layout-1 {
    display: grid;
    justify-content: center;
    grid-template-columns: 230px minmax(275px, 700px) 230px; }
    .lite-version .layout-1 .layout-1-info {
      order: -1; }
  #summaryTradeTable {
    min-width: 480px;
    overflow-x: auto; }
  .pro-version .layout-1 {
    grid-template-columns: minmax(200px, 350px) minmax(350px, 700px) 230px; }
  .pro-version .layout-2 {
    grid-template-columns: 230px minmax(350px, 700px) minmax(200px, 350px); }
  .pro-version .layout-1 .region-wrapper, .pro-version .layout-2 .region-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column: span 2 / span 2; }
  .pro-version .layout-3, .pro-version .layout-4, .pro-version .layout-5 {
    grid-template-columns: repeat(3, minmax(200px, 500px)); }
  .pro-version .layout-3 .region-wrapper, .pro-version .layout-5 .region-wrapper {
    display: grid;
    grid-template-columns: 230px minmax(350px, 600px);
    grid-column: span 2 / span 2; }
  .pro-version .layout-4 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(350px, 600px) 230px;
    grid-column: span 2 / span 2; }
  .pro-version .layout-6, .pro-version .layout-7 {
    grid-template-columns: minmax(500px, 850px) minmax(200px, 300px); }
    .pro-version .layout-6 .region-wrapper, .pro-version .layout-7 .region-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(300px, 1200px));
      grid-column: span 2 / span 2; }
  .min-layout-1 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-3" "r-4 r-4 r-4 r-5 r-5 r-6"; }
  .min-layout-2 {
    grid-template-areas: "r-1 r-2 r-2 r-2 r-3 r-3" "r-4 r-4 r-4 r-5 r-5 r-6"; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lite-version .layout-1 {
    display: grid;
    justify-content: center;
    grid-template-columns: minmax(275px, 680px) 230px; }
    .lite-version .layout-1 #card-account {
      order: 0; }
    .lite-version .layout-1 .layout-1-info {
      display: grid;
      grid-template-columns: repeat(2, minmax(300px, auto));
      grid-column: span 2 / span 2; }
      .lite-version .layout-1 .layout-1-info .h-34, .lite-version .layout-1 .layout-1-info .h-48, .lite-version .layout-1 .layout-1-info .h-52 {
        height: 13.5rem !important; }
  #summaryTradeTable {
    min-width: 475px;
    overflow-x: auto; }
  .pro-version .layout-1-charts {
    display: grid;
    grid-template-columns: 1fr; }
    .pro-version .layout-1-charts .grid-charts {
      display: grid;
      grid-template-columns: 1fr; }
  .pro-version .layout-1 {
    grid-template-columns: minmax(200px, 350px) minmax(350px, 600px); }
    .pro-version .layout-1 .region-wrapper {
      display: grid;
      grid-template-columns: minmax(350px, 600px) minmax(200px, 350px);
      grid-column: span 2 / span 2; }
  .pro-version .layout-2 {
    grid-template-columns: minmax(200px, 350px) minmax(350px, 600px); }
    .pro-version .layout-2 .region-wrapper {
      display: grid;
      grid-template-columns: minmax(200px, 350px) minmax(350px, 600px);
      grid-column: span 2 / span 2; }
  .pro-version .layout-1 .region-3, .pro-version .layout-1 .region-6, .pro-version .layout-2 .region-3, .pro-version .layout-2 .region-6 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-3, .pro-version .layout-4, .pro-version .layout-5 {
    grid-template-columns: repeat(3, minmax(200px, 400px)); }
  .pro-version .layout-3 .region-6 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-4 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(250px, 800px) minmax(180px, 300px);
    grid-column: -1 / 1; }
  .pro-version .layout-3 .region-wrapper, .pro-version .layout-5 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(180px, 300px) minmax(250px, 800px);
    grid-column: -1 / 1; }
  .pro-version .layout-4 .region-4, .pro-version .layout-5 .region-4 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-6, .pro-version .layout-7 {
    grid-template-columns: minmax(400px, 750px) minmax(190px, 250px); }
    .pro-version .layout-6 .region-wrapper, .pro-version .layout-7 .region-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(200px, 700px));
      grid-column: span 2 / span 2; }
  .min-layout-1 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-2" "r-3 r-3 r-3 r-3 r-3 r-3" "r-4 r-4 r-4 r-4 r-5 r-5" "r-6 r-6 r-6 r-6 r-6 r-6"; }
  .min-layout-2 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-2" "r-3 r-3 r-3 r-3 r-3 r-3" "r-4 r-4 r-5 r-5 r-5 r-5" "r-6 r-6 r-6 r-6 r-6 r-6"; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .editor-type-toolbar {
    height: calc(100vh - 9rem); }
  .lite-version .layout-1 {
    display: flex;
    flex-direction: column; }
    .lite-version .layout-1 #card-account {
      order: 0; }
    .lite-version .layout-1 .layout-1-info {
      display: flex;
      flex-direction: column; }
      .lite-version .layout-1 .layout-1-info .h-34, .lite-version .layout-1 .layout-1-info .h-48, .lite-version .layout-1 .layout-1-info .h-52 {
        height: 13.5rem !important; }
  #summaryTradeTable {
    min-width: 482px;
    overflow-x: auto; }
  .settings-region {
    width: 100% !important; }
  .pro-version .layout-1 {
    grid-template-columns: minmax(150px, 350px) minmax(300px, 400px); }
    .pro-version .layout-1 .region-wrapper {
      display: grid;
      grid-template-columns: minmax(300px, 400px) minmax(150px, 350px);
      grid-column: span 2 / span 2; }
  .pro-version .layout-2 {
    grid-template-columns: minmax(150px, 350px) minmax(300px, 400px); }
    .pro-version .layout-2 .region-wrapper {
      display: grid;
      grid-template-columns: minmax(150px, 350px) minmax(300px, 400px);
      grid-column: span 2 / span 2; }
  .pro-version .layout-1 .region-3, .pro-version .layout-1 .region-6, .pro-version .layout-2 .region-3, .pro-version .layout-2 .region-6 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-3, .pro-version .layout-4, .pro-version .layout-5 {
    grid-template-columns: repeat(3, minmax(100px, 400px)); }
  .pro-version .layout-3 .region-6 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-4 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(250px, 600px) 210px;
    grid-column: -1 / 1; }
  .pro-version .layout-3 .region-wrapper, .pro-version .layout-5 .region-wrapper {
    display: grid;
    grid-template-columns: minmax(100px, 350px) minmax(250px, 600px);
    grid-column: -1 / 1; }
  .pro-version .layout-4 .region-4, .pro-version .layout-5 .region-4 {
    display: grid;
    grid-column: 1 / -1; }
  .pro-version .layout-6, .pro-version .layout-7 {
    grid-template-columns: minmax(300px, 500px) minmax(180px, 200px); }
    .pro-version .layout-6 .region-wrapper, .pro-version .layout-7 .region-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(100px, 600px));
      grid-column: span 2 / span 2; }
  .min-layout-1, .min-layout-2, .min-layout-3, .min-layout-4, .min-layout-5, .min-layout-6, .min-layout-7 {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem; }
    .min-layout-1 .r-1, .min-layout-2 .r-1, .min-layout-3 .r-1, .min-layout-4 .r-1, .min-layout-5 .r-1, .min-layout-6 .r-1, .min-layout-7 .r-1 {
      grid-area: r-1; }
    .min-layout-1 .r-2, .min-layout-2 .r-2, .min-layout-3 .r-2, .min-layout-4 .r-2, .min-layout-5 .r-2, .min-layout-6 .r-2, .min-layout-7 .r-2 {
      grid-area: r-2; }
    .min-layout-1 .r-3, .min-layout-2 .r-3, .min-layout-3 .r-3, .min-layout-4 .r-3, .min-layout-5 .r-3, .min-layout-6 .r-3, .min-layout-7 .r-3 {
      grid-area: r-3; }
    .min-layout-1 .r-4, .min-layout-2 .r-4, .min-layout-3 .r-4, .min-layout-4 .r-4, .min-layout-5 .r-4, .min-layout-6 .r-4, .min-layout-7 .r-4 {
      grid-area: r-4; }
    .min-layout-1 .r-5, .min-layout-2 .r-5, .min-layout-3 .r-5, .min-layout-4 .r-5, .min-layout-5 .r-5, .min-layout-6 .r-5, .min-layout-7 .r-5 {
      grid-area: r-5; }
    .min-layout-1 .r-6, .min-layout-2 .r-6, .min-layout-3 .r-6, .min-layout-4 .r-6, .min-layout-5 .r-6, .min-layout-6 .r-6, .min-layout-7 .r-6 {
      grid-area: r-6; }
  .min-layout-1 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-2" "r-3 r-3 r-3 r-3 r-3 r-3" "r-4 r-4 r-4 r-4 r-5 r-5" "r-6 r-6 r-6 r-6 r-6 r-6"; }
  .min-layout-2 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-2 r-2" "r-3 r-3 r-3 r-3 r-3 r-3" "r-4 r-4 r-5 r-5 r-5 r-5" "r-6 r-6 r-6 r-6 r-6 r-6"; } }

@media only screen and (max-width: 480px) {
  .settings-menu-container {
    display: flex;
    flex-direction: column; }
    .settings-menu-container .settings-menu-options {
      background-color: transparent !important;
      width: 100% !important;
      height: 2rem !important;
      padding: 0.25rem 0.5rem; }
    .settings-menu-container .settings-menu-info {
      width: 100% !important; }
  .lite-version .layout-1 {
    display: flex;
    flex-direction: column; }
    .lite-version .layout-1 #card-account {
      order: 0; }
    .lite-version .layout-1 .layout-1-info {
      display: flex;
      flex-direction: column; }
      .lite-version .layout-1 .layout-1-info .h-34, .lite-version .layout-1 .layout-1-info .h-48, .lite-version .layout-1 .layout-1-info .h-52 {
        height: 13.5rem !important; }
  #summaryTradeTable {
    min-width: 460px;
    overflow-x: auto; }
  .settings-region {
    width: 100% !important; }
  .min-layout-1, .min-layout-2, .min-layout-3, .min-layout-4, .min-layout-5, .min-layout-6, .min-layout-7 {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-direction: column; } }

@media only screen and (max-width: 768px) {
  .social-network-desktop {
    display: none; }
  .social-network-mobile {
    display: flex; }
  /* PADDING */
  #privacy-policy {
    display: none; }
  .p-4 {
    padding: .5rem !important; }
  .px-4 {
    padding-left: .5rem !important;
    padding-right: .5rem !important; }
  .py-4 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
  .gap-4 {
    gap: .5rem !important; }
  .pl-4 {
    padding-left: 0.5rem; }
  .pr-4 {
    padding-right: 0.5rem; }
  .pt-4 {
    padding-top: 0.5rem; }
  .pb-4 {
    padding-bottom: 0.5rem; }
  #account-list-desktop, #page-action.tabs-desktop {
    display: none;
    visibility: hidden; }
  #page-action-mobile.tabs-mobile {
    box-shadow: 0px -2px 5px #000;
    display: flex;
    visibility: inherit;
    border-bottom: 1px solid var(--secondary-color); }
    #page-action-mobile.tabs-mobile .tabs {
      display: flex;
      width: 100%; }
      #page-action-mobile.tabs-mobile .tabs .tab-item {
        width: 33.33%;
        min-width: 0;
        font-size: 0.75rem;
        padding: .65rem 0; }
        #page-action-mobile.tabs-mobile .tabs .tab-item:hover {
          border-top: 1px solid var(--third-color);
          color: var(--third-color);
          border-bottom: none; }
        #page-action-mobile.tabs-mobile .tabs .tab-item.active {
          border-top: 1px solid var(--third-color);
          border-bottom: none; }
  #account-list-mobile-button {
    display: flex;
    justify-content: flex-end; }
  .menu {
    bottom: 0px; }
  #topbar #display_language .language {
    display: none; }
  #copyright, #server-time {
    font-size: 7px; }
  #server-time {
    text-align: right; }
  .btn-run-stop {
    transform: translate(0px, -30px); }
  .banner-logos .since-version {
    font-family: Arial, Helvetica, sans-serif; }
  /* height */
  .h-10 {
    height: 1.7rem !important; }
  .h-14 {
    height: 2.7rem !important; }
  .h-footer #page-action-mobile {
    height: 2.25rem !important; }
  .h-screen-content {
    height: calc(100vh - 9.2rem); }
  .h-screen-content-topbanner {
    height: calc(100vh - 10.2rem); }
  .top-14 {
    top: -2.7rem !important; }
  .notifyjs-corner {
    font-size: 10px !important;
    bottom: 60px !important;
    background-position: 7px !important; }
  .editor-toolbar-container {
    bottom: 4.5rem; }
    .editor-toolbar-container .toolbar-sidebar-left, .editor-toolbar-container .toolbar-sidebar-right {
      bottom: 4.5rem; }
    .editor-toolbar-container button {
      width: 29px;
      height: 29px;
      border-radius: 100%;
      box-shadow: 1px 2px 5px #000;
      padding: 0em;
      font-size: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      outline: none; }
  #indicatorMessage {
    display: none; }
  .card-digits {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.125rem; }
    .card-digits .item-digit {
      padding: 0px 0.2rem;
      font-size: 10px;
      border-radius: 0.25rem; }
  /* TABLE */
  #summaryPanel {
    font-size: 0.7rem; }
    #summaryPanel .line {
      width: 200px; }
    #summaryPanel .stage .stage-tooltip p {
      width: 100px; }
    #summaryPanel #current-trade-status {
      width: 320px; }
  .react-grid-Main .react-grid-Grid .react-grid-HeaderCell {
    padding: 0px 0.25rem; }
  .datable .datable-cell {
    padding: 0.5em 0.75em !important; }
  /* GRID */
  #card-account {
    order: -1; }
  .card-log-table {
    width: 100%; }
  .option-dropdown {
    top: -2rem; }
  .card-total, .panel-stats {
    display: flex;
    flex-direction: column; }
  .card-total-avg {
    display: grid;
    grid-template-columns: 90px 1fr 1fr; } }

@media only screen and (min-width: 768px) {
  .social-network-desktop {
    display: flex; }
  .social-network-mobile {
    display: none; }
  .option-dropdown {
    top: 3.5rem; }
  .card-log-table {
    width: 900px; }
  #account-list-mobile-button {
    display: none; }
  .notifyjs-corner {
    background-position: 7px !important;
    font-size: 12px !important;
    bottom: 75px !important; }
  .card-digits {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem; }
    .card-digits .item-digit {
      padding: 0.05rem  0.25rem;
      font-size: 10px;
      border-radius: 0.25rem; }
  .tabs-mobile {
    display: none; }
  .min-layout-1, .min-layout-2, .min-layout-3, .min-layout-4, .min-layout-5, .min-layout-6, .min-layout-7 {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, minmax(20px, 30px));
    gap: 0.5rem; }
    .min-layout-1.preset, .min-layout-2.preset, .min-layout-3.preset, .min-layout-4.preset, .min-layout-5.preset, .min-layout-6.preset, .min-layout-7.preset {
      grid-template-columns: repeat(6, 1fr); }
    .min-layout-1 .r-1, .min-layout-2 .r-1, .min-layout-3 .r-1, .min-layout-4 .r-1, .min-layout-5 .r-1, .min-layout-6 .r-1, .min-layout-7 .r-1 {
      grid-area: r-1; }
    .min-layout-1 .r-2, .min-layout-2 .r-2, .min-layout-3 .r-2, .min-layout-4 .r-2, .min-layout-5 .r-2, .min-layout-6 .r-2, .min-layout-7 .r-2 {
      grid-area: r-2; }
    .min-layout-1 .r-3, .min-layout-2 .r-3, .min-layout-3 .r-3, .min-layout-4 .r-3, .min-layout-5 .r-3, .min-layout-6 .r-3, .min-layout-7 .r-3 {
      grid-area: r-3; }
    .min-layout-1 .r-4, .min-layout-2 .r-4, .min-layout-3 .r-4, .min-layout-4 .r-4, .min-layout-5 .r-4, .min-layout-6 .r-4, .min-layout-7 .r-4 {
      grid-area: r-4; }
    .min-layout-1 .r-5, .min-layout-2 .r-5, .min-layout-3 .r-5, .min-layout-4 .r-5, .min-layout-5 .r-5, .min-layout-6 .r-5, .min-layout-7 .r-5 {
      grid-area: r-5; }
    .min-layout-1 .r-6, .min-layout-2 .r-6, .min-layout-3 .r-6, .min-layout-4 .r-6, .min-layout-5 .r-6, .min-layout-6 .r-6, .min-layout-7 .r-6 {
      grid-area: r-6; } }

@media only screen and (min-width: 480px) {
  .pro-version {
    max-width: 1400px;
    margin: 0 auto; }
  .layout-1, .layout-2, .layout-3, .layout-4, .layout-5, .layout-6, .layout-7 {
    display: grid;
    justify-content: center; }
  .layout-7 .region-6 {
    display: grid;
    grid-column: 1 / -1; }
  .min-layout-3 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-3 r-3" "r-4 r-5 r-5 r-5 r-6 r-6"; }
  .min-layout-4 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-3 r-3" "r-4 r-4 r-5 r-5 r-5 r-6"; }
  .min-layout-5 {
    grid-template-areas: "r-1 r-1 r-2 r-2 r-3 r-3" "r-4 r-4 r-5 r-6 r-6 r-6"; }
  .min-layout-6 {
    grid-template-areas: "r-1 r-1 r-1 r-1 r-2 r-2" "r-3 r-3 r-3 r-3 r-4 r-4" "r-5 r-5 r-5 r-6 r-6 r-6"; }
  .min-layout-7 {
    grid-template-areas: "r-1 r-1 r-1 r-1 r-5 r-5" "r-2 r-2 r-3 r-3 r-5 r-5" "r-4 r-4 r-4 r-4 r-5 r-5" "r-6 r-6 r-6 r-6 r-6 r-6"; } }

.react-grid-Main {
  font-size: 0.75rem;
  background: none !important;
  outline: none !important;
  border: none !important; }
  .react-grid-Main .react-grid-Grid, .react-grid-Main .react-grid-Canvas {
    background: none !important; }
  .react-grid-Main .react-grid-Grid {
    border: none !important;
    min-height: 50vh; }
    .react-grid-Main .react-grid-Grid .react-grid-Header {
      background: none !important;
      box-shadow: 0 0 4px 0 #000; }
    .react-grid-Main .react-grid-Grid .react-grid-HeaderCell {
      background-color: var(--bg-third) !important;
      border-bottom: none !important;
      border-right: 1px solid var(--menu-color);
      display: flex !important;
      align-items: center !important;
      padding: 0.5em 1em !important; }
  .react-grid-Main .react-grid-Row.row-context-menu .react-grid-Cell, .react-grid-Main .react-grid-Row:hover .react-grid-Cell {
    background-color: transparent !important; }
  .react-grid-Main .react-grid-Row {
    color: var(--label-color); }
    .react-grid-Main .react-grid-Row:hover {
      cursor: pointer;
      background-color: rgba(var(--primary-color), 0.1); }
  .react-grid-Main .react-grid-Cell {
    padding: 0em 0.5rem;
    border-right: none;
    border-bottom: none;
    background-color: transparent; }
  .react-grid-Main .warn .react-grid-Cell {
    color: var(--color-warning); }
  .react-grid-Main .success .react-grid-Cell {
    color: var(--color-success); }
  .react-grid-Main .error .react-grid-Cell {
    color: var(--color-error); }
  .react-grid-Main .info .react-grid-Cell {
    color: var(--color-info); }

.datable {
  font-size: 0.75rem;
  width: 100%;
  color: var(--label-color);
  border-collapse: collapse;
  border-spacing: 0; }
  .datable .datable-header {
    background-color: var(--bg-third);
    border: none;
    box-shadow: 0 0 4px 0 #000; }
  .datable .datable-body {
    margin-bottom: 0.5em; }
  .datable .datable-cell {
    padding: 0.5em 1em;
    border: none; }

.dark .datable .datable-body tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.dark .react-grid-Main .react-grid-Row--even {
  background-color: rgba(255, 255, 255, 0.05); }

.light .datable .datable-body tr:nth-child(odd) {
  background-color: rgba(192, 202, 213, 0.4); }

.light .react-grid-Main .react-grid-Row--even {
  background-color: rgba(192, 202, 213, 0.4); }

@keyframes wipe-in-right {
  from {
    clip-path: inset(0 100% 0 0); }
  to {
    clip-path: inset(0 0 0 0); } }

[transition-style="in:wipe:right"] {
  animation: 1s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-right both; }

@keyframes wipe-out-left {
  from {
    clip-path: inset(0 0 0 0); }
  to {
    clip-path: inset(0 100% 0 0); } }

[transition-style="out:wipe:left"] {
  animation: 1s cubic-bezier(0.25, 1, 0.3, 1) wipe-out-left both; }

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

.btn-run-stop-dynamic {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #ff0000;
  border-radius: 100%;
  opacity: 0.42;
  animation: animate-circle 0.8s infinite;
  transform: translate(-50%, -50%);
  margin-left: 37px;
  margin-top: 1.7em;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1; }

.spin-loading {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.circle-signal-dynamic {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--fourth-color);
  border-radius: 100%;
  opacity: 0.3;
  animation: animate-circle 0.8s infinite;
  transform: translate(-50%, -50%);
  margin-left: 12px;
  margin-top: 12px;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1; }

.circle-signal {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  opacity: 0.5; }
  .circle-signal.active {
    opacity: 1;
    background-color: var(--fourth-color); }

.bar-spinner {
  margin-left: 0;
  margin: 50px auto;
  width: 60px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  white-space: nowrap; }
  .bar-spinner > div {
    margin: 2px;
    border-radius: 20px;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .bar-spinner.dark > div {
    background-color: #4e5c6c;
    box-shadow: 0px 0px 0/25rem var(--bg-third); }
  .bar-spinner.white > div {
    background-color: var(--menu-color);
    box-shadow: 1px 1px 6px var(--bg-third); }
  .bar-spinner .rect1 {
    animation-delay: -1.2s; }
  .bar-spinner .rect2 {
    animation-delay: -1.1s; }
  .bar-spinner .rect3 {
    animation-delay: -1s; }
  .bar-spinner .rect4 {
    animation-delay: -.9s; }
  .bar-spinner .rect5 {
    animation-delay: -.8s; }

@keyframes sk-stretchdelay {
  0%, 100%, 40% {
    transform: scaleY(1); }
  20% {
    transform: scaleY(2); } }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 1px solid white; }

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  background-clip: padding-box;
  border-radius: 20px;
  border: 0.05em solid var(--bg-dialog-1); }

::-webkit-scrollbar-track {
  background: var(--bg-dialog-1); }

/* Buttons */
::-webkit-scrollbar-button:single-button {
  background: var(--bg-dialog-1);
  display: block;
  border-style: solid;
  height: 6px;
  width: 8px; }

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent var(--secondary-color) transparent; }

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #777777 transparent; }

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 4px 4px 0 4px;
  border-color: var(--secondary-color) transparent transparent transparent; }

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent; }

/* right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent var(--secondary-color); }

::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  border-color: transparent transparent transparent #777777; }

/* left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 4px 4px 4px 0;
  border-color: transparent var(--secondary-color) transparent transparent; }

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  border-color: transparent #777777 transparent transparent; }

.settings-region {
  background-color: #1c242e;
  box-shadow: 0px 0px 0.25rem #000;
  width: 250px; }

.regions .edit {
  min-height: calc(40vh - 8rem);
  border-radius: 0.5rem;
  background-image: repeating-linear-gradient(-25deg, #979797, #979797 14px, transparent 14px, transparent 33px, #979797 33px), repeating-linear-gradient(65deg, #979797, #979797 14px, transparent 14px, transparent 33px, #979797 33px), repeating-linear-gradient(155deg, #979797, #979797 14px, transparent 14px, transparent 33px, #979797 33px), repeating-linear-gradient(245deg, #979797, #979797 14px, transparent 14px, transparent 33px, #979797 33px);
  background-color: rgba(167, 167, 167, 0.2);
  color: #979797;
  background-size: 2px calc(100% + 36.41px), calc(100% + 36.41px) 2px, 2px calc(100% + 36.41px), calc(100% + 36.41px) 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat; }
  .regions .edit .text-title {
    font-size: 0.88rem; }
  .regions .edit.selected {
    background-image: repeating-linear-gradient(-25deg, var(--primary-color), var(--primary-color) 14px, transparent 14px, transparent 33px, var(--primary-color) 33px), repeating-linear-gradient(65deg, var(--primary-color), var(--primary-color) 14px, transparent 14px, transparent 33px, var(--primary-color) 33px), repeating-linear-gradient(155deg, var(--primary-color), var(--primary-color) 14px, transparent 14px, transparent 33px, var(--primary-color) 33px), repeating-linear-gradient(245deg, var(--primary-color), var(--primary-color) 14px, transparent 14px, transparent 33px, var(--primary-color) 33px);
    animation: borderAnimation 0.9s infinite linear; }

@keyframes borderAnimation {
  from {
    background-position: 0 0, -36.41px 0, 100% -36.41px, 0 100%; }
  to {
    background-position: 0 -36.41px, 0 0, 100% 0, -36.41px 100%; } }

.region-layout {
  display: flex;
  font-weight: bold;
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 0.25rem;
  color: #000;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-size: .8rem; }

.slider {
  height: 100%; }
  .slider .item {
    background-color: var(--cardColor2);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    cursor: pointer; }
    .slider .item.active {
      width: 10px;
      height: 10px;
      background-color: var(--primary-color); }

.badge {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .badge.xs {
    padding: 0px 2px;
    font-size: 8px; }
  .badge.top-right {
    right: -2px;
    top: 0; }

.badge-update {
  font-size: 7px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: #ff8000;
  position: absolute;
  right: -5px;
  top: 0; }

.badge-update-2 {
  font-size: 9px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: #ff8000; }

.badge-new {
  font-size: 7px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: yellow;
  position: absolute;
  right: -5px;
  top: 0; }

.badge-new-2 {
  font-size: 9px;
  padding: 0 2px;
  border-radius: 5px;
  color: #000;
  background-color: yellow; }

.badge-version {
  font-size: 8px;
  padding: 0px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -2px; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  margin: 0em;
  max-width: 100%;
  max-height: 100%;
  font-size: 16px; }

body {
  height: 100vh;
  background: var(--bg-primary);
  background-color: var(--bg-primary);
  font-family: sans-serif;
  color: white; }

#server-status .online {
  background-color: var(--bg-success); }

#server-status .connecting {
  background-color: var(--bg-warning); }

#server-status .offline {
  background-color: var(--bg-error); }

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

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

#blocklyArea {
  height: 100%; }

@media only screen and (max-height: 723px) {
  #blocklyArea {
    height: 100%; } }

#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: #171718;
  border-top: 2px solid #0e0e0e;
  border-bottom: 4px solid #150505;
  font-size: 18px;
  padding: 0 20px;
  z-index: 0; }

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

#topbar .language, .topbar .language {
  margin: 0 auto; }

#topbar, #topbar a, .topbar, .topbar a {
  color: #fff; }

#topbar .languages, .topbar .languages {
  position: relative; }

#topbar #display_language .language {
  display: none; }

#display_language li {
  cursor: pointer; }

#topbar #display_language, .topbar #display_language {
  border: 1px solid transparent;
  color: #fff; }

element.style {
  visibility: hidden;
  display: none;
  opacity: 0; }

#topbar #display_language, #topbar #select_language, .topbar #display_language, .topbar #select_language {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px; }

#topbar #select_language, .topbar #select_language {
  opacity: 0;
  visibility: hidden;
  background-color: var(--bg-secondary);
  box-shadow: 3px -3px 6px #000;
  color: #fff;
  position: absolute;
  right: 0;
  height: 170px;
  width: 150px;
  overflow-y: auto;
  transform: translate(10px, -180px); }
  #topbar #select_language li, .topbar #select_language li {
    color: var(--menu-color);
    text-decoration: none;
    padding: 1em 0.75em; }
    #topbar #select_language li:hover, .topbar #select_language li:hover {
      background-color: rgba(0, 0, 0, 0.2);
      color: var(--base-color);
      text-decoration: none; }

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

a {
  color: var(--primary-color);
  text-decoration: none; }

.left-header {
  float: left; }

.right-header {
  float: right; }

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

#login {
  margin: 0.6em 0; }

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

#stopButton, #runButton,
#summaryStopButton, #animateStopButton {
  display: none; }

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

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

label {
  margin-bottom: 0px; }

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

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

.notifyjs-corner {
  z-index: 10001 !important;
  display: flex;
  flex-direction: column; }
  .notifyjs-corner .notifyjs-bootstrap-base {
    font-weight: 300;
    box-shadow: 1px 1px .25em #000;
    padding: 0.5em 1em 0.5em 2em !important;
    color: var(--base-color) !important; }
  .notifyjs-corner .notifyjs-bootstrap-error {
    border: none;
    background-color: var(--bg-error) !important;
    background-image: url(../image/alert-error.svg); }
  .notifyjs-corner .notifyjs-bootstrap-success {
    border: none;
    background-color: var(--bg-success) !important;
    background-image: url(../image/alert-success.svg); }
  .notifyjs-corner .notifyjs-bootstrap-warn {
    border: none;
    background-color: var(--bg-warning) !important;
    background-image: url(../image/alert-triangle.svg); }
  .notifyjs-corner .notifyjs-bootstrap-info {
    border: none;
    background-color: var(--bg-info) !important;
    background-image: url(../image/alert-info.svg); }

.main-nav {
  color: #aaa;
  background-color: #292929; }

#account-list-mobile li {
  color: var(--menu-color);
  text-decoration: none;
  padding: 1em 0.75em;
  width: 100%; }
  #account-list-mobile li:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--base-color);
    text-decoration: none; }

#account-list-mobile .login-id-list {
  border-bottom: 1px solid var(--bg-primary); }

option {
  background-color: var(--bg-dialog-1);
  color: var(--label-color); }

select:disabled, input:disabled {
  background-color: var(--bg-dialog-2) !important;
  border: 1px solid var(--bg-dialog-2) !important;
  opacity: 0.7; }

input[type="text"], input[type="number"], input[type="password"], select {
  width: 100%;
  border-radius: 0.25rem;
  background-color: var(--bg-dialog-1);
  border: 1px solid var(--label-color);
  padding: 0.25rem 0.5rem;
  color: var(--label-color) !important; }
  input[type="text"]:focus-visible, input[type="number"]:focus-visible, input[type="password"]:focus-visible, select:focus-visible {
    outline: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  background-color: transparent;
  color: var(--base-color);
  margin: 0; }

#connection-loading {
  position: absolute;
  inset: 0; }

#connection-error, #connection-logout {
  display: none;
  position: absolute;
  inset: 0; }
  #connection-error .card-error, #connection-logout .card-error {
    display: flex;
    justify-content: center;
    align-items: center; }

#connection-logout {
  background-color: #252D38; }

.subheader {
  background-color: var(--bg-blocky-menu) !important;
  border-bottom: 0.063em solid var(--border-blocky-menu) !important;
  padding-left: 22px; }

.settings-menu-container {
  display: flex;
  height: 100%; }
  .settings-menu-container .settings-menu-options {
    background-color: var(--cardColor2);
    height: 100%;
    width: 30%;
    min-width: 90px; }
  .settings-menu-container .settings-menu-info {
    width: 70%;
    min-width: 180px; }

.card-connection-logout {
  width: 30%;
  min-width: 300px;
  max-width: 450px; }

.image-logout {
  background-image: url(../image/image.png);
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(0.2rem); }

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

.divide-button-login {
  border-top: 1px dashed #3e3e3e;
  padding-top: 15px !important; }

.region-empty {
  position: absolute !important; }

/*# sourceMappingURL=platform-a26621add2.css.map */
