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

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

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

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

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

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

.notification-banner {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: row;
    max-width: 940px;
    width: 100%;
    align-items: center;
    align-items: center;
    position: relative;
    margin: 1rem auto;
    left: 0;
    transform: none;
    z-index: 100 !important;
}

.notification-banner__orange-hexagon {
    display: none;
    border-bottom: 130px solid #e98024;
    border-left: 0 solid transparent;
    border-right: 45px solid transparent;
    height: 0;
    width: 26rem;
}

.notification-banner__content {
    max-width: 425px;
    width: 100%;
    margin: auto 86px auto 9px;
}

.notification-banner__content_header {
    font-weight: 700;
    margin: 0;
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 16px;
}

.notification-banner__content_text {
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.notification-banner__content_button {
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    border: 0;
    background: #2e8836;
    color: #ffffff !important;
    min-height: auto;
}

@media (max-width: 1234px) {
    .notification-banner__content {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .notification-banner__content {
        position: absolute;
        max-width: 400px;
        color: #ffffff;
    }
}

@media (max-width: 590px) {
    .notification-banner__content {
        max-width: 300px;
    }
}

@media (max-width: 440px) {
    .notification-banner__content {
        max-width: 13rem;
    }
}

@media (max-width: 1234px) {
    .notification-banner {
        max-width: 880px;
    }
}

@media (max-width: 1024px) {
    .notification-banner {
        max-width: 700px;
        padding: 0 10px 0 0;
        transform: none;
    }
    .notification-banner>img {
        display: none;
    }
    .notification-banner__orange-hexagon {
        display: inline-block;
    }
}

@media (max-width: 769px) {
    .notification-banner {
        max-width: 520px;
        padding: 0 10px 0 0;
        transform: none;
    }
}

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

.notifyjs-bootstrap-info {
    color: #1e88e5 !important;
    background-color: #172f4f !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-info:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/info_black_24dp.svg);
}

.notifyjs-bootstrap-error {
    color: #e53935 !important;
    background-color: #491212 !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-error:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/error_black_24dp.svg);
}

.notifyjs-bootstrap-success {
    color: #43a047 !important;
    background-color: #23332b !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-success:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/check_circle_black_24dp.svg);
}

.notifyjs-bootstrap-warn {
    color: #ff6f00 !important;
    background-color: #332a23 !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-warn:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/warning_black_24dp.svg);
}

.notifyjs-bootstrap-trace {
    color: #e91e63 !important;
    background-color: #3b144c !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-trace:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/fiber_manual_record_black_24dp.svg);
}

.notifyjs-bootstrap-debug {
    color: #78909c !important;
    background-color: #312b3d !important;
    border: none !important;
    background-image: none !important;
    background-position: none !important;
    background-repeat: none !important;
}

.notifyjs-bootstrap-debug:before {
    content: '';
    top: 5px;
    width: 24px;
    position: relative;
    height: 24px;
    display: inline-block;
    background-image: url(../image/notifyjs/bug_report_black_24dp.svg);
}

.moving-banner {
    display: flex;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    float: left;
    height: calc(100% - 20px);
    margin: 1rem 2rem 0;
}

.moving-banner__text {
    position: absolute;
    left: 6rem;
    font-weight: 700;
    font-size: 14px;
}

.moving-banner__button {
    position: absolute;
    right: 1.2rem;
    transform: translate(0, 24%);
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    padding: 4px 17.5px;
    display: inline-block;
    font-weight: 700;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    background: #ff444f;
    color: #ffffff;
    max-height: 2.4rem;
}

.moving-banner__separator {
    position: absolute;
    left: -2rem;
    top: 0.4rem;
    width: 2px;
    height: 38px;
    background-color: #17212c;
}

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

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

.dbot-banner {
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    align-items: center;
    align-self: center;
    display: flex;
    float: left;
    height: calc(100% - 20px);
    margin: 10px 0;
}

.dbot-banner__icon {
    margin-right: 8px;
    margin-left: 32px;
}

.dbot-banner__ad {
    color: #fff;
    margin-right: 16px;
    display: flex;
    justify-content: center;
}

.dbot-banner__ad-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.dbot-banner__button {
    font-size: 14px;
    background-color: #ff444f;
    font-weight: bold;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 16px;
    display: inline-flex;
    border: 0;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    outline: 0;
    position: relative;
    text-decoration: none;
    text-transform: none !important;
}

.dbot-banner__button:hover {
    background: #eb3e48;
}

.dbot-banner__button:focus {
    outline: none;
}

.dbot-banner__separator {
    width: 2px;
    height: 36px;
    background-color: #17212c;
}

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

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

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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'binarybot';
    src: url('../font/binarybot.svg?61837987#binarybot') format('svg');
  }
}
*/

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'material';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

.icon-stop:before {
    content: '\e047';
}

/* '' */

.icon-run:before {
    content: '\e1c4';
}

/* '' */

.icon-close:before {
    content: '\e5cd';
}

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

.icon-trading-view:before {
    content: '\e24b';
}

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

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

/* '' */

.icon-video:before {
    content: '\e335';
}

/* '' */

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

/* '' */

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

/* '' */

.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-disabled.svg") no-repeat center;
}

.icon-clear:before {
    content: ' ';
}

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

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

.icon-integrations:before {
    content: ' ';
}

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

#toolbox {
    background-color: #161a1e;
    border-bottom: 1px solid #333;
    padding: 2px 3px;
    z-index: 0;
    overflow: auto;
}

#toolbox #runButton[disabled],
#toolbox #runButtonBottom[disabled],
#toolbox #runButton[disabled]:hover,
#toolbox #runButtonBottom[disabled]:hover,
#toolbox #stopButton[disabled],
#toolbox #stopButtonBottom[disabled],
#toolbox #stopButton[disabled],
#toolbox #stopButtonBottom[disabled] {
    background-color: #2b313a;
    color: #474d57;
    opacity: 0.5;
}

#toolbox .toolbox-button {
    background-color: transparent;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
}

@media (min-width: 320px) and (max-width: 719px) {
    #toolbox .toolbox-button {
        width: 35px;
    }
}

#toolbox .toolbox-button:hover {
    background-color: #d1a319;
    color: #111;
}

#toolbox .toolbox-button:focus {
    outline: none;
}

#toolbox .box.is-dragover {
    background-color: grey;
}

#toolbox .toolbox-separator {
    background-color: #dedede;
    display: inline-block;
    height: 22px;
    margin: 9px 5px;
    user-select: none;
    width: 2px;
}

#toolbox #storeButton {
    width: 110px;
    display: inline-flex;
}

#toolbox #storeButton span {
    font-size: 16px;
    position: absolute;
    margin-top: 8px;
    margin-left: 36px;
}

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

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

#toolbox-account-list {
    position: relative;
    user-select: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

#toolbox-account-list>a {
    color: #000000;
}

#toolbox-account-list>a:hover,
#toolbox-account-list>a:visited {
    text-decoration: none;
}

#toolbox-main-account {
    display: inline;
    padding-inline-start: 0;
}

#toolbox-main-account>li {
    display: inline;
    margin: 0 2px;
}

#toolbox-main-account>li:not(:first-child):not(:last-child):before {
    content: '\2022';
    margin-right: 7px;
}

#toolbox-main-account>.nav-caret {
    display: inline-block;
}

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

#toolbox-all-accounts li {
    height: 100%;
}

#toolbox-all-accounts li a {
    margin-top: 0;
}

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

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

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

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

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

#summaryPanel {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
}

#summaryPanel .content-row {
    margin-bottom: 1em;
}

#summaryPanel .content-row:nth-last-of-type(3) {
    overflow-x: auto;
}

#summaryPanel .content-row:nth-last-of-type(2) {
    overflow-x: auto;
}

@media (min-width: 320px) and (max-width: 719px) {
    #summaryPanel .content-row table {
        min-width: 760px;
    }
}

@media (min-width: 320px) and (max-width: 719px) {
    #summaryPanel .content-row-table {
        width: 760px;
        overflow-x: auto;
    }
}

#summaryPanel p {
    margin: 0em;
}

#summaryPanel #sync-warning {
    font-size: 11px;
    color: lightgray;
}

#summaryPanel #current-trade-status {
    margin-top: 3.5em;
    display: flex;
    justify-content: space-between;
}

#summaryPanel #current-trade-status .stage {
    display: inline-block;
    margin: 0 10.3% 0 10.3%;
    vertical-align: top;
    max-width: 120px;
    min-width: 6.5rem;
}

@media (min-width: 320px) and (max-width: 719px) {
    #summaryPanel #current-trade-status .stage {
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 26px;
    }
    #summaryPanel #current-trade-status .stage:last-of-type {
        margin-right: 16px;
    }
}

#summaryPanel #current-trade-status .stage .stage-tooltip .triangle {
    margin-top: 0.7em;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    border: 10px solid #deac13;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

#summaryPanel #current-trade-status .stage .stage-tooltip.top {
    margin-bottom: 0.5em;
    margin-top: -2.5em;
    margin-left: -0.5em;
    position: absolute;
}

#summaryPanel #current-trade-status .stage .stage-tooltip p {
    font-size: 11px;
    text-align: center;
    margin-top: -0.91em;
    padding: 0.5em;
    border-radius: 0.5em;
    background-color: #deac13;
    width: 120px;
    color: #111;
}

#summaryPanel #current-trade-status .stage .stage-tooltip.running p {
    color: #a5d6a7;
    background-color: #2e7d32;
}

#summaryPanel .stage-tooltip {
    visibility: hidden;
}

#summaryPanel .stage-tooltip.active {
    visibility: visible;
    animation: slide-tooltip 0.8s 1;
}

#summaryPanel .stage-label {
    text-align: center;
    font-size: 11px;
    min-height: 24px;
}

#summaryPanel .circle-wrapper {
    width: 1em;
    height: 1em;
    display: inline-block;
    transform: translate(-50%, 50%);
    margin-left: 50%;
}

#summaryPanel .circle-wrapper .static-circle {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid #798393;
    display: inline-block;
    position: relative;
    background-color: #798393;
}

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

#summaryPanel .circle-wrapper.active .dynamic-circle {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background-color: #deac13;
    border-radius: 100%;
    opacity: 0.32;
    animation: animate-circle 0.8s infinite;
    transform: translate(-50%, -50%);
    margin-top: 50%;
    margin-left: -50%;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1;
}

#summaryPanel .circle-wrapper.complete .static-circle {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 0.25em solid #deac13;
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

#summaryPanel .line {
    position: absolute;
    display: inline-block;
    top: 37.5%;
    width: 3850%;
    height: 0.25em;
    background-color: #798393;
}

#summaryPanel .line.active .progress-bar {
    float: left;
    box-shadow: none;
    height: 100%;
    background-color: #deac13;
    display: inline-block;
    animation: animate-progress 0.5s 1;
    animation-fill-mode: forwards;
}

#summaryPanel .line.complete .progress-bar {
    box-shadow: none;
    height: 100%;
    background-color: #e98024;
    display: inline-block;
    animation: animate-progress-complete 0.5s 1;
    animation-fill-mode: forwards;
}

#summaryPanel .summary-toolbox {
    text-align: center;
    position: relative;
    padding: 20px;
}

#summaryPanel .summary-toolbox .toolbox-button {
    border-radius: 50%;
    margin: 0;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    background: #2b313a;
}

#summaryPanel .summary-toolbox .toolbox-button:hover {
    background-color: #d1a319;
    color: #111;
}

#summaryPanel .summary-toolbox .toolbox-button[disabled],
#summaryPanel .summary-toolbox .toolbox-button[disabled]:hover {
    background-color: #2b313a;
    color: #474d57;
    opacity: 0.5;
}

#summaryPanel .summary-toolbox .toolbox-button:focus {
    outline: none;
}

#summaryPanel .summary-toolbox #summaryClearButton {
    position: absolute;
    right: 15px;
    border-radius: 50%;
    margin: 0;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    background-color: #2b313a;
}

#summaryPanel .summary-toolbox #summaryClearButton:hover {
    background-color: #d1a319;
    color: #111;
}

#summaryPanel .summary-toolbox #summaryClearButton[disabled],
#summaryPanel .summary-toolbox #summaryClearButton[disabled]:hover {
    background-color: #2b313a;
    color: #474d57;
    opacity: 0.5;
}

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

.draggable-dialog {
    display: none;
}

.draggable-dialog .content {
    padding: 0 5px;
    background: #1e2329;
    cursor: default;
}

.draggable-dialog .content table {
    border: 1px solid #474d57;
}

.draggable-dialog table {
    overflow: auto;
    width: 100%;
}

.draggable-dialog table thead,
.draggable-dialog table th {
    background-color: #1e2329;
    border-color: #474d57;
}

.draggable-dialog table td {
    border: none;
}

.draggable-dialog table,
.draggable-dialog td,
.draggable-dialog th {
    border-collapse: collapse;
}

.draggable-dialog td,
.draggable-dialog th {
    text-align: center !important;
    padding: 3px !important;
    height: 2em;
    font-size: 11px;
}

.draggable-dialog #chart {
    width: 100%;
    height: 20em;
    border: 1px solid #474d57;
    border-radius: 3px;
}

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

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

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

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

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

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

.ui-widget .react-grid-Canvas,
.ui-widget .react-grid-Grid {
    background-color: #1e2329;
    border-color: #474d57;
}

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

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

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

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

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

#tradeInfo {
    margin-bottom: 10px;
}

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

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

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

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

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

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

.ui-dialog-content {
    padding: 0px !important;
}

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

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

.ui-dialog-content.ui-widget-content .input-row {
    margin: 2em 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: 1.2em;
    border: 1px solid #474d57;
    border-radius: 0;
}

#save-dialog #collection .description {
    margin-left: 21px;
    margin-top: 0.2em;
    margin-bottom: 0;
}

#integrations-dialog .integration {
    display: table;
    width: 100%;
}

#integrations-dialog .integration h2 {
    color: #000000;
    font-size: 20px;
    margin: 0 0 0.2em 0;
}

#integrations-dialog .integration .left {
    width: 60%;
    display: table-cell;
    vertical-align: top;
}

#integrations-dialog .integration .right {
    width: 39%;
    display: table-cell;
    text-align: right;
}

#integrations-dialog .integration .right>a {
    display: block;
}

#integrations-dialog .integration .integration-user {
    color: #b9b9b9;
    font-size: 75%;
}

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

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

.blocklyPathLight {
    stroke-width: 0.2;
}

.blocklyEditableText>rect {
    fill: #474d57;
}

.blocklyEditableText>text {
    fill: #ccc;
}

.blocklySelected>.blocklyPath {
    stroke: #6a5104;
    stroke-width: 2px;
}

.top-block-title {
    fill: #f0b90a;
}

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

.blocklyFlyoutButton {
    fill: #474d57;
}

.blocklyFlyoutButton .blocklyFlyoutButtonShadow {
    display: none;
}

.logo-wrapper .binary-logo-text img.responsive {
    margin-top: 16px;
    width: auto;
    height: 45px;
}

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

.binary-logo-text {
    padding: 0;
}

.binary-logo-text span {
    position: absolute;
    top: 46px;
    left: 300px;
    font-size: 14px;
    color: #f0b90a;
    font-weight: normal;
}

.main-nav {
    border: none;
    background-color: transparent;
}

.main-nav li ul {
    border: none;
}

.main-nav li ul a li:hover {
    background-color: #d1a319;
    color: #111;
}

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

#all-accounts,
#all-accounts-top {
    border: none;
    background-color: #1e2329;
}

#all-accounts li a,
#all-accounts-top li a {
    color: #ccc;
}

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

.blocklyWidgetDiv {
    margin: 2px 0 0 25px;
}

.blocklyWidgetDiv .goog-menu {
    background-color: #474d57;
    border: none;
}

.blocklyWidgetDiv .goog-menuitem {
    padding: 8px 16px;
}

.blocklyWidgetDiv .goog-menuitem .goog-menuitem-content {
    color: #eaecef;
    font: normal 12px Arial, sans-serif;
}

.blocklyWidgetDiv .goog-menuitem-highlight,
.blocklyWidgetDiv .goog-menuitem-hover {
    background-color: transparent;
    border: none;
}

.blocklyWidgetDiv .goog-menuitem-highlight .goog-menuitem-content,
.blocklyWidgetDiv .goog-menuitem-hover .goog-menuitem-content {
    color: #deac13;
}

.blocklyWidgetDiv .goog-option-selected .goog-menuitem-content {
    color: #deac13;
}

.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,
.blocklyWidgetDiv .goog-option-selected .goog-menuitem-icon {
    display: none;
}

.ui-dialog {
    padding: 0;
    border-color: #474d57;
    border-radius: 0;
}

@media (min-width: 320px) and (max-width: 719px) {
    .ui-dialog {
        width: 100% !important;
    }
}

.ui-dialog .ui-widget-header {
    border: none;
    border-radius: 0;
    background: #161a1e;
    padding: 15px;
}

.ui-dialog .ui-widget-content {
    background: #21252b;
    margin: 0;
    border: none;
    color: #ccc;
    padding: 10px;
}

.ui-dialog .ui-widget-content #save-dialog button {
    background: #deac13;
    color: #111;
    border: none;
    border-radius: 0;
}

.ui-dialog .ui-widget-content .dialog-content {
    background: #21252b;
}

.ui-dialog .ui-widget-content .dialog-content #load-strategy {
    background: #deac13;
    color: #111;
}

.ui-dialog .ui-widget-content .dialog-content #save-filename,
.ui-dialog .ui-widget-content .dialog-content #save-password,
.ui-dialog .ui-widget-content .dialog-content #save-clientid,
.ui-dialog .ui-widget-content .dialog-content #load-password,
.ui-dialog .ui-widget-content .dialog-content #save-expiration {
    background-color: #474d57;
    border: none;
    color: #ccc;
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-button {
    border-radius: 0;
    background-color: #deac13;
    color: #111;
    padding: 0;
    top: 15px;
    right: 15px;
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar .icon-save {
    background-color: #474d57;
    color: #ccc;
    top: 14px !important;
    margin: 0 !important;
    right: 50px !important;
    padding: 0px 4px !important;
    border-radius: 0 !important;
}

.ui-dialog .ui-dialog-buttonset .button-secondary {
    background-color: #474d57;
    color: #ccc;
}

.ui-dialog .ui-dialog-buttonset .button-primary {
    background-color: #deac13;
    color: #111;
}

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

.blocklyMutatorBackground {
    fill: #15171b;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blocklyToolboxDiv .blocklyTreeRow {
    color: #ccc;
}

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

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

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

.blocklyFlyoutBackground {
    fill: rgba(0, 0, 0, 0.8);
    fill-opacity: 1 !important;
}

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

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

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

.blocklyScrollbarVertical,
.blocklyScrollbarHorizontal {
    display: none;
}

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

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

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

.blocklyMainBackground {
    stroke: none;
}

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

.collapse-toolbox span {
    color: #eee;
}

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

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

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

#toolbox {
    background-color:  #000000;
    border-bottom: 1px solid #333;
    padding: 2px 3px;
    z-index: 0;
    overflow: auto;
}

#toolbox #runButton[disabled],
#toolbox #runButtonBottom[disabled],
#toolbox #runButton[disabled]:hover,
#toolbox #runButtonBottom[disabled]:hover,
#toolbox #stopButton[disabled],
#toolbox #stopButtonBottom[disabled],
#toolbox #stopButton[disabled],
#toolbox #stopButtonBottom[disabled] {
    background-color: #2b313a;
    color: #474d57;
    opacity: 0.5;
}

#toolbox .toolbox-button {
    background-color: transparent;
    color: #ccc;
    padding: 0em;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
}

@media (min-width: 320px) and (max-width: 719px) {
    #toolbox .toolbox-button {
        width: 35px;
    }
}

#toolbox .toolbox-button:hover {
    background-color: #d1a319;
    color: #111;
}

#toolbox .toolbox-button:focus {
    outline: none;
}

#toolbox .box.is-dragover {
    background-color: grey;
}

#toolbox .toolbox-separator {
    background-color: #dedede;
    display: inline-block;
    height: 22px;
    margin: 9px 5px;
    user-select: none;
    width: 2px;
}

#toolbox #storeButton {
    width: 110px;
    display: inline-flex;
}

#toolbox #storeButton span {
    font-size: 16px;
    position: absolute;
    margin-top: 8px;
    margin-left: 36px;
}

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

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

#toolbox-account-list {
    position: relative;
    user-select: none;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

#toolbox-account-list>a {
    color: #000000;
}

#toolbox-account-list>a:hover,
#toolbox-account-list>a:visited {
    text-decoration: none;
}

#toolbox-main-account {
    display: inline;
    padding-inline-start: 0;
}

#toolbox-main-account>li {
    display: inline;
    margin: 0 2px;
}

#toolbox-main-account>li:not(:first-child):not(:last-child):before {
    content: '\2022';
    margin-right: 7px;
}

#toolbox-main-account>.nav-caret {
    display: inline-block;
}

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

#toolbox-all-accounts li {
    height: 100%;
}

#toolbox-all-accounts li a {
    margin-top: 0;
}

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

.reality-check {
    position: fixed;
    display: none;
    top: calc(50% - 7em);
    width: 96%;
    padding-bottom: 0.5em;
    left: 2%;
    background-color: white;
    z-index: 9999;
    border-radius: 0.1em;
}

.reality-check p {
    font-size: 1.2em;
    margin: 0.4em;
}

.reality-check h1 {
    margin: 0.2em;
}

.reality-check #realityDuration {
    margin-left: 0.2em;
}

.reality-check button,
.reality-check a {
    float: right;
    margin-bottom: 0em;
    margin-right: 0.5em;
    position: relative;
}

.reality-check .error-msg {
    font-size: 0.8em;
    left: 50%;
}

.joyride-beacon {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    height: 36px;
    position: relative;
    width: 36px;
    z-index: 1500;
}

.joyride-beacon:active,
.joyride-beacon:focus,
.joyride-beacon:hover {
    outline: none;
}

.joyride-beacon__inner {
    animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #e98024;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.joyride-beacon__outer {
    animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(233, 128, 36, 0.2);
    border: 2px solid #e98024;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 100%;
}

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

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

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

.joyride-tooltip {
    background-color: #fff;
    border-radius: 4px;
    color: #555;
    cursor: default;
    filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
    opacity: 0;
    padding: 20px;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    width: 15em;
    z-index: 1510;
}

.joyride-tooltip--animate {
    animation: joyride-tooltip 0.4s forwards;
    animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18);
}

.joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute;
}

.joyride-tooltip.bottom,
.joyride-tooltip.bottom-left,
.joyride-tooltip.bottom-right {
    margin-top: 18px;
}

.joyride-tooltip.bottom .joyride-tooltip__triangle,
.joyride-tooltip.bottom-left .joyride-tooltip__triangle,
.joyride-tooltip.bottom-right .joyride-tooltip__triangle {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    height: 18px;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    width: 36px;
}

.joyride-tooltip.top,
.joyride-tooltip.top-left,
.joyride-tooltip.top-right {
    margin-bottom: 18px;
}

.joyride-tooltip.top .joyride-tooltip__triangle,
.joyride-tooltip.top-left .joyride-tooltip__triangle,
.joyride-tooltip.top-right .joyride-tooltip__triangle {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    bottom: -16px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
}

.joyride-tooltip.bottom-left .joyride-tooltip__triangle,
.joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    transform: translateX(0);
}

@media screen and (min-width: 480px) {
    .joyride-tooltip.bottom-left .joyride-tooltip__triangle,
    .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%;
    }
}

.joyride-tooltip.bottom-right .joyride-tooltip__triangle,
.joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    transform: translateX(0);
}

@media screen and (min-width: 480px) {
    .joyride-tooltip.bottom-right .joyride-tooltip__triangle,
    .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%;
    }
}

.joyride-tooltip.left {
    margin-right: 18px;
}

.joyride-tooltip.left .joyride-tooltip__triangle {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    height: 36px;
    right: -16px;
    width: 18px;
}

.joyride-tooltip.right {
    margin-left: 18px;
}

.joyride-tooltip.right .joyride-tooltip__triangle {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    height: 36px;
    left: -16px;
    width: 18px;
}

.joyride-tooltip__close {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block;
}

.joyride-tooltip__close:active,
.joyride-tooltip__close:focus,
.joyride-tooltip__close:hover {
    outline: none;
}

.joyride-tooltip__close:hover,
.joyride-tooltip__close:focus {
    color: rgba(60, 60, 60, 0.5);
    outline: none;
}

.joyride-tooltip__close--header {
    right: 20px;
    top: 20px;
}

.joyride-tooltip__header {
    border-bottom: 1px solid #e98024;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative;
}

.joyride-tooltip__header~.joyride-tooltip__main {
    padding: 12px 0 18px;
}

.joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px;
}

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

.joyride-tooltip__button {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
}

.joyride-tooltip__button:active,
.joyride-tooltip__button:focus,
.joyride-tooltip__button:hover {
    outline: none;
}

.joyride-tooltip__button--primary {
    background-color: #2e8836;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px;
    transition: background-color 0.2s ease-in-out;
}

.joyride-tooltip__button--primary:active,
.joyride-tooltip__button--primary:focus,
.joyride-tooltip__button--primary:hover {
    background-color: #369f3f;
    color: #fff;
}

.joyride-tooltip__button--secondary {
    color: #e98024;
    margin-right: 10px;
}

.joyride-tooltip__button--skip {
    color: #ccc;
    float: left;
    margin-right: 10px;
}

.joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0;
}

.joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none;
}

@media screen and (min-width: 480px) {
    .joyride-tooltip {
        width: 20em;
    }
}

@media screen and (min-width: 960px) {
    .joyride-tooltip {
        width: 20em;
    }
}

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

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

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

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

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

.tour-first-pop-up .joyride-tooltip__main {
    padding-bottom: 0;
}

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

.joyride-tooltip__button {
    padding: 10px 25px;
}

.joyride-tooltip__button--primary {
    color: #ffffff;
    background-color: #2e8836;
}

.joyride-tooltip__button--primary:hover {
    color: #ffffff;
    background-color: #14602b;
}

.joyride-tooltip__button--secondary {
    color: #000000;
    background-color: #f2f2f2;
}

.joyride-tooltip__button--secondary:hover {
    background-color: #dedede;
}

#elevio-shell {
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e98024;
    position: fixed;
    right: 20px !important;
    bottom: 20px !important;
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10000 !important;
}

#elevio-shell:hover .text {
    max-width: 1000px;
    padding: 0 25px;
}

#elevio-shell .icon {
    float: right;
    padding: 0 15px;
    transform: translateY(2px);
}

#elevio-shell .icon svg {
    fill: #ffffff;
    height: 30px !important;
    width: 30px !important;
}

#elevio-shell .text {
    float: left;
    display: inline-block;
    padding: 0;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    transition: max-width 0.1s ease, padding 0.1s ease;
    color: #ffffff;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

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

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

.ui-widget-content {
    background-color: inherit;
    z-index: 102;
}

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

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

.strategy-selector {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    margin-top: -22px;
    margin-right: -100px;
}

.strategy-selector .title {
    margin-right: 10px;
    color: white;
}

.strategy-selector #strategySelect {
    background: transparent;
    border: none;
    border-bottom: 1px solid #8c8c8c;
    border-radius: 0;
    color: #3269a8;
}

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

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

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

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

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

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

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

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

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

.blocklyWidgetDiv {
    z-index: 100;
}

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

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

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

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

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

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

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

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

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

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

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

#header {
    height: 81px;
    width: 100%;
    background-color:  #000000;
    border-top: 2px solid #1e2329;
    border-bottom: 1px solid #f0b90a;
    font-size: 18px;
    padding: 0 20px;
    z-index: 0;
}

#header .logo-parent {
    padding: 0 !important;
}

#topbar {
    width: 100%;
    color: #ffffff;
    line-height: 1;
    font-size: 70%;
    text-align: right;
    padding: 3px 0px;
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

@media (min-width: 320px) and (max-width: 719px) {
    #topbar {
        bottom: -2px;
    }
}

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

.left-header {
    float: left;
}

.right-header {
    float: right;
}

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

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

.account {
    font-size: 16px;
}

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

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

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

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

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

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

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

#select_language {
    bottom: 0;
}

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

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

#footer {
    color: gray;
    padding: 10px;
    font-size: 8px;
    background-color: #000000;
    text-align: left;
}

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

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

label {
    margin-bottom: 0px;
}

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

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

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

.lds-roller {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocklySvg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../image/wallpaper3.jpeg);
    background-size: cover;
    background-position: center;
}


.affiliate {
    margin: 1em;
    text-align: center;
}

.affiliate a {
    text-align: center;
    line-height: 100%;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    background-color: #66BB6A;
    color: #ededed !important;
}

.affiliate a span {
    top: -5px;
    position: relative;
}

.affiliate a::before {
    font-size: 20px;
    line-height: 0px;
    height: 20px;
    position: relative;
}

.affiliate h6 {
    color: white;
    text-align: center;
    margin: 4px 0;
}

.youtube {
    margin: 1em;
    text-align: center;
}

.youtube a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    background: #3269a8;
    color: #ededed !important;
}

.youtube a::before {
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 5px;
}

.youtube h6 {
    color: white;
    text-align: center;
    margin: 4px 0;
}

.github {
    margin: 1em;
    text-align: center;
}

.github a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    background: #f0b90a;
    color: #212121 !important;
}

.github a::before {
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 5px;
}

.github h6 {
    color: white;
    text-align: center;
    margin: 4px 0;
}

.register {
    margin: 1em;
}

.register a {
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: inherit;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    background: #43a047;
    color: #ccc !important;
}

.register a::before {
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 5px;
}

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

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

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

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27.5px;
    margin-top: -27.5px;
}

.loader .square {
    background: white;
    width: 15px;
    height: 15px;
    float: left;
    top: -10px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    opacity: 0;
    -webkit-animation: enter 6s infinite;
    animation: enter 6s infinite;
}

.loader .enter {
    top: 0px;
    opacity: 1;
}

.loader .square:nth-child(1) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader .square:nth-child(2) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.loader .square:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fdc96f;
}

.loader .square:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader .square:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader .square:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader .square:nth-child(8) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader .square:nth-child(9) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader .clear {
    clear: both;
}

.loader .last {
    margin-right: 0;
}

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

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

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

#bottom-player {
    background-color: #0000;
    bottom: 42px;
    z-index: 99;
    display: none;
    justify-content: center;
    width: 100%;
    height: 24px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #0000 20%, #3269a8 50%, #0000 80%);
    border-image-slice: 1;
}

@media (min-width: 320px) and (max-width: 719px) {
    #bottom-player {
        bottom: 22px;
        z-index: 100;
    }
}

#bottom-player button {
    padding: 0px 0px 12px 0;
    background: #3269a8;
    color: #212121;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    font-size: 32px;
    margin-top: -24px;
}

#bottom-player button::before {
    margin-top: -5px;
    margin-left: 4px;
}

@media (min-width: 320px) and (max-width: 719px) {
    #bottom-player button {
        width: 50px;
        height: 50px;
        font-size: 37px;
        margin-top: -35px;
    }
    #bottom-player button::before {
        margin-top: -4px;
        margin-left: 7px;
    }
}

.main-strategy-list .main-list {
    list-style: none;
    padding: 0 0 0 20px;
}

.main-strategy-list .main-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 0 0.8em 0;
}

.main-strategy-list .main-list button {
    margin-right: 1em;
    font-size: 0.8em;
    padding: 0.6em;
    background-color: rgb(30, 35, 41);
    border: 1px solid #e4e4e4;
    color: #e4e4e4;
    /* background-color: #e4e4e4;
    color: #212121; */
}

.ui-widget-content
{
    background-color: rgba(0, 0, 0 ,0);
}
.ui-dialog .ui-dialog-content:not(#summaryPanel)
{
    background-color: rgba(19, 30, 43, 0.5);
    backdrop-filter: blur(10px);
}
/*# sourceMappingURL=bot-985ebad5fe.css.map */
