@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
.theme-light .full-page .full-page-background {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50%;
}
.theme-light .full-page .container {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 15px;
}
.theme-light .full-page .header {
    height: 100px;
    background-size: cover;
    background-position: 50%;
}
.theme-light .full-page .info {
    text-align: center;
    margin: 15px 0 30px;
}
.theme-light .full-page .info p {
    margin-bottom: 0;
    line-height: 1.2rem;
    color: #242424;
}
.theme-light .full-page .option {
    height: auto;
    display: flex;
    justify-content: space-between;
}
.theme-light .full-page .option .remember-password {
    display: flex;
    align-items: center;
}
.theme-light .full-page .option .check-box {
    display: block;
    width: 17px;
    height: 17px;
    margin: 5px;
    border: 3.5px solid #242424;
    border-radius: 10px;
    background-color: #242424;
    cursor: pointer;
}
.theme-light .full-page .option .check-box.checked {
    background-color: #ff6601;
}
.theme-light .full-page .option .forgot-password {
    align-self: center;
    color: #ff6601;
    cursor: pointer;
}
.theme-light .full-page .option .forgot-password:hover {
    opacity: 0.8;
}
.theme-light .full-page .action {
    margin: 20px 0;
}
.theme-light .full-page .action button {
    display: block;
    margin: 10px auto;
    border: none;
    width: 70%;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    background-color: #ff6601;
}
.theme-light .full-page .footer .social-connect {
    display: flex;
    justify-content: center;
}
.theme-light .full-page .footer .social-connect i {
    margin: 0 10px;
    font-size: 30px;
    cursor: pointer;
    color: #909297;
}
.theme-light .full-page .footer .social-connect i:hover {
    color: #fff;
    transition: color 0.5s;
}
.theme-light .full-page .footer .info {
    color: #909297;
    font-size: 12px;
    margin: 30px 0;
}
.theme-light .full-page .footer .info div img {
    width: 70px;
    height: auto;
}
.theme-light .full-page .footer .info .url {
    color: #ff6601;
    cursor: pointer;
    font-style: italic;
}
.theme-dark .full-page .full-page-background {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50%;
}
.theme-dark .full-page .container {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 15px;
}
.theme-dark .full-page .header {
    height: 100px;
    background-size: cover;
    background-position: 50%;
}
.theme-dark .full-page .info {
    text-align: center;
    margin: 15px 0 30px;
}
.theme-dark .full-page .info p {
    margin-bottom: 0;
    line-height: 1.2rem;
    color: #d4d4d4;
}
.theme-dark .full-page .option {
    height: auto;
    display: flex;
    justify-content: space-between;
}
.theme-dark .full-page .option .remember-password {
    display: flex;
    align-items: center;
}
.theme-dark .full-page .option .check-box {
    display: block;
    width: 17px;
    height: 17px;
    margin: 5px;
    border: 3.5px solid #d4d4d4;
    border-radius: 10px;
    background-color: #d4d4d4;
    cursor: pointer;
}
.theme-dark .full-page .option .check-box.checked {
    background-color: #ff6601;
}
.theme-dark .full-page .option .forgot-password {
    align-self: center;
    color: #ff6601;
    cursor: pointer;
}
.theme-dark .full-page .option .forgot-password:hover {
    opacity: 0.8;
}
.theme-dark .full-page .action {
    margin: 20px 0;
}
.theme-dark .full-page .action button {
    display: block;
    margin: 10px auto;
    border: none;
    width: 70%;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #171b29;
    background-color: #ff6601;
}
.theme-dark .full-page .footer .social-connect {
    display: flex;
    justify-content: center;
}
.theme-dark .full-page .footer .social-connect i {
    margin: 0 10px;
    font-size: 30px;
    cursor: pointer;
    color: #909297;
}
.theme-dark .full-page .footer .social-connect i:hover {
    color: #171b29;
    transition: color 0.5s;
}
.theme-dark .full-page .footer .info {
    color: #909297;
    font-size: 12px;
    margin: 30px 0;
}
.theme-dark .full-page .footer .info div img {
    width: 70px;
    height: auto;
}
.theme-dark .full-page .footer .info .url {
    color: #ff6601;
    cursor: pointer;
    font-style: italic;
}
.home-wrapper {
    height: 100%;
}
.window-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.theme-light .window-container {
    background-color: #fff;
    padding: 8px;
}
.theme-light .window-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-light .window-container .main {
    width: 100%;
    flex: 1 1;
}
.theme-dark .window-container {
    background-color: #171b29;
    padding: 8px;
}
.theme-dark .window-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-dark .window-container .main {
    width: 100%;
    flex: 1 1;
}
i.green {
    color: #03b803;
}
i.grey {
    color: grey;
}
.layout-container {
    height: calc(100% - 70px);
}
.padding-h-0 {
    padding-left: 0;
    padding-right: 0;
}
.padding-v-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.padding-h-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-v-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-h-2 {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-v-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mr-1 {
    margin-right: 5px;
}
.mt-1 {
    margin-top: 5px;
}
.mb-1 {
    margin-bottom: 5px;
}
.ml-1 {
    margin-left: 5px;
}
.mr-2 {
    margin-right: 7px;
}
.mt-2 {
    margin-top: 7px;
}
.mb-2 {
    margin-bottom: 7px;
}
.ml-2 {
    margin-left: 7px;
}
.fs-1 {
    font-size: 12px;
}
.fs-2 {
    font-size: 14px;
}
.fs-3 {
    font-size: 16px;
}
.fs-4 {
    font-size: 20px;
}
.fs-5 {
    font-size: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-bold {
    font-weight: 600;
}
.border-radius-0 {
    border-radius: 0;
}
.border-right-radius-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.border-left-radius-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.row {
    margin-bottom: 5px;
}
.row span {
    line-height: 32px;
}
.full-btn-group {
    width: 100%;
    display: flex;
}
.full-btn-group > button,
.full-btn-group > label {
    flex: 1 1;
}
.full-btn-group input {
    text-align: center;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.full-btn-group input::-webkit-inner-spin-button,
.full-btn-group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.full-btn-group input[type="number"] {
    -moz-appearance: textfield;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    height: 50px;
    margin-bottom: 10px;
}
.theme-light .main-header {
    box-shadow: 0 0 15px 2px #758696;
    background-color: #f5f5f5;
}
.theme-light .main-header span {
    cursor: pointer;
}
.theme-light .main-header i {
    font-size: 18px;
    margin: 0 5px;
    line-height: 25px;
}
.theme-light .main-header .has-noti {
    margin-right: 10px;
}
.theme-light .main-header .left {
    display: flex;
}
.theme-light .main-header .left span {
    line-height: 30px;
}
.theme-light .main-header .left i {
    font-size: 20px;
    line-height: 25px;
}
.theme-light .main-header .left .logo {
    margin-left: 15px;
    position: relative;
}
.theme-light .main-header .left .logo img {
    position: absolute;
    top: 1px;
    height: 20px;
    width: auto;
}
.theme-light .main-header .right {
    display: flex;
}
.theme-light .main-header .right > div {
    padding: 0 10px;
    border-left: 2px solid #ccc;
    cursor: pointer;
}
.theme-light .main-header .right > div:first-child {
    border-left: none;
}
.theme-light .main-header .right sup {
    box-shadow: none;
}
.theme-dark .main-header {
    box-shadow: 0 0 15px 2px #758696;
    background-color: #1f2330;
}
.theme-dark .main-header span {
    cursor: pointer;
}
.theme-dark .main-header i {
    font-size: 18px;
    margin: 0 5px;
    line-height: 25px;
}
.theme-dark .main-header .has-noti {
    margin-right: 10px;
}
.theme-dark .main-header .left {
    display: flex;
}
.theme-dark .main-header .left span {
    line-height: 30px;
}
.theme-dark .main-header .left i {
    font-size: 20px;
    line-height: 25px;
}
.theme-dark .main-header .left .logo {
    margin-left: 15px;
    position: relative;
}
.theme-dark .main-header .left .logo img {
    position: absolute;
    top: 1px;
    height: 20px;
    width: auto;
}
.theme-dark .main-header .right {
    display: flex;
}
.theme-dark .main-header .right > div {
    padding: 0 10px;
    border-left: 2px solid #bebfc0;
    cursor: pointer;
}
.theme-dark .main-header .right > div:first-child {
    border-left: none;
}
.theme-dark .main-header .right sup {
    box-shadow: none;
}
.theme-dark .main-header {
    box-shadow: 0 0 15px 2px #454870;
}
hr {
    opacity: 0.3;
    margin: 10px 0;
}
.theme-light .ant-collapse {
    background-color: #fff;
    border-color: #e0e3eb;
}
.theme-light .ant-collapse .ant-collapse-content {
    background-color: #fff;
    color: #242424;
}
.theme-dark .ant-collapse {
    background-color: #171b29;
    border-color: #2f3240;
}
.theme-dark .ant-collapse .ant-collapse-content {
    background-color: #171b29;
    color: #d4d4d4;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
    height: 32px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
    height: 32px;
    font-size: 12px;
}
.theme-dark #root .ant-tabs-tab-arrow-show,
.theme-dark #root .ant-tabs-tab-nex,
.theme-dark #root .ant-tabs-tab-prev {
    color: #ededed;
}
.theme-dark #root .ant-tabs-bar {
    border-color: #2f3240;
}
.theme-dark #root .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab,
.theme-dark #root .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover {
    background-color: #282e42;
    border-color: #282e42;
    color: #d4d4d4;
}
.theme-dark #root .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab.ant-tabs-tab-active {
    background-color: #1890ff;
    color: #fff;
}
.theme-dark #root .ant-collapse .ant-collapse-content,
.theme-dark #root .ant-collapse > .ant-collapse-item {
    border-color: #2f3240;
}
.theme-dark #root .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    color: #d4d4d4;
}
.theme-dark #root .ant-descriptions-bordered .ant-descriptions-view {
    border-color: #2f3240;
    background-color: rgba(35, 36, 61, 0.5058823529411764);
}
.theme-dark #root .ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
    border-color: #2f3240;
}
.theme-dark #root .ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row .ant-descriptions-item-label {
    background-color: initial;
    color: #d4d4d4;
    border-color: #2f3240;
}
.theme-dark #root .ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row .ant-descriptions-item-content {
    color: #d4d4d4;
    border-color: #2f3240;
}
.theme-dark #root .ant-radio-button-wrapper {
    background-color: #bebfc0;
}
.theme-dark #root .ant-radio-button-wrapper:hover {
    color: unset;
}
.theme-dark #root .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
}
.theme-dark #root .ant-input {
    background-color: #192e45;
    border-color: #3a9ceb;
    color: #d4d4d4;
}
.theme-dark #root .ant-input[disabled] {
    background-color: #d4d4d4;
    border-color: #bebfc0;
    color: #bebfc0;
}
.theme-dark #root .ant-select-selection {
    background-color: #192e45;
    border-color: #3a9ceb;
    color: #d4d4d4;
}
.theme-dark #root .ant-select-selection .ant-select-arrow {
    color: #d4d4d4;
}
.theme-dark #root .ant-btn-danger[disabled],
.theme-dark #root .ant-btn-primary[disabled] {
    background-color: #bebfc0;
    border-color: #bebfc0;
}
.theme-light div.ag-theme-balham,
.theme-light div.ag-theme-balham-dark {
    font-family: Roboto, sans-serif;
    color: #4b4a4a;
    font-size: 14px;
}
.theme-dark div.ag-theme-balham,
.theme-dark div.ag-theme-balham-dark {
    font-family: Roboto, sans-serif;
    color: #ddd;
    font-size: 14px;
}
.theme-light .ag-root-wrapper .ag-root,
.theme-light .ag-root-wrapper .ag-root .ag-header {
    border: none;
}
.theme-light .ag-root-wrapper .ag-root .ag-header .ag-header-row {
    background-color: #f7f8fa;
}
.theme-light .ag-root-wrapper .ag-root .ag-header .ag-header-cell {
    background: #f7f8fa;
    border-right: 2px solid #fff;
    color: #758696;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.theme-light .ag-root-wrapper .ag-root .ag-header .ag-header-cell:after {
    border: none;
}
.theme-light .ag-root-wrapper .ag-root .ag-row {
    border: none;
    text-align: right;
}
.theme-light .ag-root-wrapper .ag-root .ag-row.ag-row-even {
    background: #fff;
}
.theme-light .ag-root-wrapper .ag-root .ag-row.ag-row-odd {
    background: #f5f5f5;
}
.theme-light .ag-root-wrapper .ag-root .ag-row.ag-row-hover {
    background-color: #edf1f2;
}
.theme-light .ag-root-wrapper .ag-root .ag-row.ag-row-selected {
    background: #c1eafd;
}
.theme-light .ag-root-wrapper .ag-root .ag-row .ag-cell {
    border: none;
    line-height: 32px;
}
.theme-light .ag-root-wrapper .ag-root .ag-row .ag-cell.ag-cell-focus {
    border: none;
}
.theme-light .ag-root-wrapper .ag-root .ag-row .text-left {
    text-align: left;
}
.theme-light .ag-root-wrapper .ag-root .ag-row span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-light .ag-root-wrapper .ag-root .ag-row span.price-down {
    color: red;
}
.theme-light .ag-root-wrapper .ag-root .ag-value-change-value-highlight {
    background-color: rgba(11, 161, 3, 0.74902);
    color: #fff !important;
    transition: color 0.5s;
}
.theme-light .ag-root-wrapper .ag-root .ag-value-change-value-highlight-up {
    background-color: rgba(11, 161, 3, 0.74902);
}
.theme-light .ag-root-wrapper .ag-root .ag-value-change-value-highlight-down {
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-light .ag-root-wrapper .ag-side-bar {
    border: none;
}
.theme-light .ag-root-wrapper .ag-side-buttons {
    background-color: #fff !important;
}
.theme-light .ag-root-wrapper .ag-body-viewport {
    position: relative;
    overflow: hidden !important;
}
.theme-light .ag-root-wrapper .ag-body-viewport .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-light .ag-root-wrapper .ag-body-viewport .ps__thumb-y {
    width: 10px;
}
.theme-light .ag-root-wrapper .ag-body-horizontal-scroll-viewport {
    position: relative;
    overflow: hidden !important;
}
.theme-light .ag-root-wrapper .ag-body-horizontal-scroll-viewport .ps__rail-x {
    background-color: initial;
    height: 10px;
}
.theme-light .ag-root-wrapper .ag-body-horizontal-scroll-viewport .ps__thumb-x {
    height: 10px;
}
.theme-light .ag-root-wrapper .ag-center-cols-viewport {
    position: relative;
    overflow: hidden !important;
}
.theme-dark .ag-root-wrapper {
    background-color: #171b29;
}
.theme-dark .ag-root-wrapper .ag-root,
.theme-dark .ag-root-wrapper .ag-root .ag-header {
    border: none;
}
.theme-dark .ag-root-wrapper .ag-root .ag-header .ag-header-row {
    background-color: #282e42;
}
.theme-dark .ag-root-wrapper .ag-root .ag-header .ag-header-cell {
    background: #282e42;
    border-right: 2px solid #171b29;
    color: #758696;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.theme-dark .ag-root-wrapper .ag-root .ag-header .ag-header-cell:after {
    border: none;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row {
    border: none;
    text-align: right;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row.ag-row-even {
    background: #171b29;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row.ag-row-odd {
    background: #1f2330;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row.ag-row-hover {
    background-color: #2f4047;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row.ag-row-selected {
    background: #2b5061;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row .ag-cell {
    border: none;
    line-height: 32px;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row .ag-cell.ag-cell-focus {
    border: none;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row .text-left {
    text-align: left;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-dark .ag-root-wrapper .ag-root .ag-row span.price-down {
    color: red;
}
.theme-dark .ag-root-wrapper .ag-root .ag-value-change-value-highlight {
    background-color: rgba(49, 207, 40, 0.74902);
    color: #171b29 !important;
    transition: color 0.5s;
}
.theme-dark .ag-root-wrapper .ag-root .ag-value-change-value-highlight-up {
    background-color: rgba(49, 207, 40, 0.74902);
}
.theme-dark .ag-root-wrapper .ag-root .ag-value-change-value-highlight-down {
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-dark .ag-root-wrapper .ag-side-bar {
    border: none;
}
.theme-dark .ag-root-wrapper .ag-side-buttons {
    background-color: #171b29 !important;
}
.theme-dark .ag-root-wrapper .ag-body-viewport {
    position: relative;
    overflow: hidden !important;
}
.theme-dark .ag-root-wrapper .ag-body-viewport .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-dark .ag-root-wrapper .ag-body-viewport .ps__thumb-y {
    width: 10px;
}
.theme-dark .ag-root-wrapper .ag-body-horizontal-scroll-viewport {
    position: relative;
    overflow: hidden !important;
}
.theme-dark .ag-root-wrapper .ag-body-horizontal-scroll-viewport .ps__rail-x {
    background-color: initial;
    height: 10px;
}
.theme-dark .ag-root-wrapper .ag-body-horizontal-scroll-viewport .ps__thumb-x {
    height: 10px;
}
.theme-dark .ag-root-wrapper .ag-center-cols-viewport {
    position: relative;
    overflow: hidden !important;
}
.ag-full-width-row {
    overflow: unset;
}
.ag-full-width-row .ag-react-container {
    position: absolute;
    bottom: -100%;
    height: 32px;
    pointer-events: none;
    width: 100%;
}
.ag-full-width-row .ag-react-container .full-width-panel {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.ag-full-width-row .ag-react-container .full-width-panel .action-container {
    display: flex;
    flex-direction: row-reverse;
    pointer-events: auto;
    cursor: pointer;
    align-items: center;
}
.ag-full-width-row .ag-react-container .full-width-panel .action-container > div {
    display: flex;
    justify-items: center;
    align-items: center;
    height: 23px;
    padding: 0 10px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 0;
    color: #fff;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-follow {
    background-color: #447df7;
    opacity: 0.9;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-follow:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-delete {
    background-color: #ff6601;
    font-size: 16px;
    opacity: 0.9;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-delete:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-buy {
    background-color: #26a69a;
    opacity: 0.9;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-buy:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-sell {
    background-color: #ef5350;
    opacity: 0.9;
}
.theme-light .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-sell:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-follow {
    background-color: #447df7;
    opacity: 0.9;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-follow:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-delete {
    background-color: #ff6601;
    font-size: 16px;
    opacity: 0.9;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-delete:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-buy {
    background-color: #26a69a;
    opacity: 0.9;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-buy:hover {
    font-weight: 700;
    opacity: 1;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-sell {
    background-color: #ef5350;
    opacity: 0.9;
}
.theme-dark .ag-full-width-row .ag-react-container .full-width-panel .action-container .btn-sell:hover {
    font-weight: 700;
    opacity: 1;
}
#bodytheme {
    font-family: Roboto;
    font-size: 14px;
    overflow: hidden;
}
#bodytheme.theme-light {
    background-color: #e0e3eb;
}
#bodytheme.theme-dark {
    background-color: #2f3240;
    color: #d4d4d4;
}
#root {
    height: 100%;
}
.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}
.wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.theme-light .auth-card {
    max-width: 420px;
    background-color: #fff;
    margin: 50px auto;
    border-radius: 25px;
    padding: 35px 35px 15px;
}
.theme-light .auth-card .header {
    text-align: center;
    height: auto;
    margin-bottom: 35px;
    position: relative;
}
.theme-light .auth-card .header img {
    width: auto;
    height: 45px;
}
.theme-light .auth-card .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.theme-light .auth-card .header .logo img {
    width: 60px;
    height: auto;
}
.theme-dark .auth-card {
    max-width: 420px;
    background-color: #171b29;
    margin: 50px auto;
    border-radius: 25px;
    padding: 35px 35px 15px;
}
.theme-dark .auth-card .header {
    text-align: center;
    height: auto;
    margin-bottom: 35px;
    position: relative;
}
.theme-dark .auth-card .header img {
    width: auto;
    height: 45px;
}
.theme-dark .auth-card .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.theme-dark .auth-card .header .logo img {
    width: 60px;
    height: auto;
}
.theme-light .form-input-full {
    width: 100%;
    background-color: #242424;
    border-radius: 25px;
    margin: 15px auto;
    padding: 12px 15px;
}
.theme-light .form-input-full input {
    display: block;
    width: 100%;
    background-color: initial;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}
.theme-light .form-input-full input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 50px #242424 inset;
    font-size: 14px !important;
}
.theme-dark .form-input-full {
    width: 100%;
    background-color: #d4d4d4;
    border-radius: 25px;
    margin: 15px auto;
    padding: 12px 15px;
}
.theme-dark .form-input-full input {
    display: block;
    width: 100%;
    background-color: initial;
    outline: none;
    border: none;
    color: #171b29;
    font-size: 14px;
    line-height: normal;
}
.theme-dark .form-input-full input:-webkit-autofill {
    -webkit-text-fill-color: #171b29;
    -webkit-box-shadow: 0 0 0 50px #d4d4d4 inset;
    font-size: 14px !important;
}
.pincode {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pincode .ant-modal-content {
    border-radius: 30px;
}
.pincode .ant-modal-body {
    padding: 0;
}
.pincode .layout {
    background-color: #f2f2f2;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}
.pincode .layout .keyboard {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-template-rows: 50px 50px 50px 50px;
    grid-gap: 5px 5px;
}
.pincode .layout .display {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 280px;
}
.pincode .layout .item {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #fff;
}
.pincode .layout .text {
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
    font-size: 14px;
}
.pincode .layout .ant-btn {
    line-height: 1.5 !important;
    font-weight: 600 !important;
    border: 0 solid !important;
    height: 50px !important;
    font-size: 20px !important;
    color: #1c2030 !important;
}
.editIcon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.marketHeader .tab {
    width: 100%;
    min-width: 380px;
}
.marketHeader .tab .ant-tabs-bar {
    margin-bottom: 10px !important;
}
.marketHeader .new-tab {
    color: grey;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    margin-right: 5px;
}
.marketHeader .searchBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.marketHeader .searchBar .search {
    display: flex;
    width: calc(100% - 70px);
    min-width: 300px;
}
.marketHeader .searchBar .listButton {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 60px;
}
.marketHeader .searchBar .listButton .edit-icon {
    width: 18px;
    height: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: grey;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
    font-size: 0 !important;
    width: 0;
    height: 0;
}
.ant-select-selection--multiple .ant-select-selection__choice {
    padding: 0 !important;
    border: none;
    color: transparent;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.market-green-box {
    border: 1px solid #00ca21 !important;
    background-color: #00ca21 !important;
    color: #00ca21 !important;
}
.market-green-box,
.market-yellow-box {
    min-width: 20px !important;
    height: 20px !important;
}
.market-yellow-box {
    border: 1px solid #ffc107 !important;
    background-color: #ffc107 !important;
    color: #ffc107 !important;
}
.market-gray-box {
    min-width: 20px !important;
    height: 20px !important;
    border: 1px solid grey !important;
    background-color: grey !important;
    color: grey !important;
}
.main-menu.ant-menu-vertical,
.sub-menu.ant-menu-vertical {
    border-right: none;
}
.main-menu .tittle,
.sub-menu .tittle {
    padding-left: 10px;
}
.order {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.theme-light .order .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-light .order .ps__thumb-y {
    width: 10px;
}
.theme-light .order .order-content {
    overflow-y: auto;
    display: flex;
    flex: 1 1;
    justify-content: center;
    position: relative;
}
.theme-light .order .order-content .panel-header {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #4b4a4a;
}
.theme-light .order .order-content .contract-box {
    height: 96px;
    padding: 5px 10px 5px 0;
}
.theme-light .order .order-content .contract-box > div {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.theme-light .order .order-content .contract-box > div.bg-buy {
    background-color: rgba(11, 161, 3, 0.74902);
}
.theme-light .order .order-content .contract-box > div.bg-sell {
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-light .order .order-content .btn-buy {
    border-color: rgba(11, 161, 3, 0.74902);
    color: rgba(11, 161, 3, 0.74902);
    font-weight: 600;
    text-transform: uppercase;
}
.theme-light .order .order-content .btn-buy.active {
    color: #fff;
    background-color: rgba(11, 161, 3, 0.74902);
}
.theme-light .order .order-content .btn-buy.active.active:hover {
    color: #fff;
}
.theme-light .order .order-content .btn-buy:hover {
    color: rgba(11, 161, 3, 0.74902);
}
.theme-light .order .order-content .btn-sell {
    border-color: rgba(255, 83, 71, 0.984314);
    color: rgba(255, 83, 71, 0.984314);
    font-weight: 600;
    text-transform: uppercase;
}
.theme-light .order .order-content .btn-sell.active {
    color: #fff;
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-light .order .order-content .btn-sell.active.active:hover {
    color: #fff;
}
.theme-light .order .order-content .btn-sell:hover {
    color: rgba(255, 83, 71, 0.984314);
}
.theme-light .order .ant-row .full-btn-group .ant-input {
    width: calc(100% - 72px);
}
.theme-light .order .market-info span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-light .order .market-info span.price-down {
    color: red;
}
.theme-light .order .order-footer {
    height: 80px;
}
.theme-light .order .order-footer .btn-submit {
    height: 100%;
}
.theme-light .order .order-footer .btn-submit.btn-buy {
    background-color: rgba(11, 161, 3, 0.74902);
    border-color: rgba(11, 161, 3, 0.74902);
}
.theme-light .order .order-footer .btn-submit.btn-sell {
    background-color: rgba(255, 83, 71, 0.984314);
    border-color: rgba(255, 83, 71, 0.984314);
}
.theme-light .order .order-footer .btn-submit.disabled {
    background-color: #ccc;
    border-color: #ccc;
}
.theme-dark .order .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-dark .order .ps__thumb-y {
    width: 10px;
}
.theme-dark .order .order-content {
    overflow-y: auto;
    display: flex;
    flex: 1 1;
    justify-content: center;
    position: relative;
}
.theme-dark .order .order-content .panel-header {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ddd;
}
.theme-dark .order .order-content .contract-box {
    height: 96px;
    padding: 5px 10px 5px 0;
}
.theme-dark .order .order-content .contract-box > div {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.theme-dark .order .order-content .contract-box > div.bg-buy {
    background-color: rgba(49, 207, 40, 0.74902);
}
.theme-dark .order .order-content .contract-box > div.bg-sell {
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-dark .order .order-content .btn-buy {
    border-color: rgba(49, 207, 40, 0.74902);
    color: rgba(49, 207, 40, 0.74902);
    font-weight: 600;
    text-transform: uppercase;
}
.theme-dark .order .order-content .btn-buy.active {
    color: #fff;
    background-color: rgba(49, 207, 40, 0.74902);
}
.theme-dark .order .order-content .btn-buy.active.active:hover {
    color: #fff;
}
.theme-dark .order .order-content .btn-buy:hover {
    color: rgba(49, 207, 40, 0.74902);
}
.theme-dark .order .order-content .btn-sell {
    border-color: rgba(255, 83, 71, 0.984314);
    color: rgba(255, 83, 71, 0.984314);
    font-weight: 600;
    text-transform: uppercase;
}
.theme-dark .order .order-content .btn-sell.active {
    color: #fff;
    background-color: rgba(255, 83, 71, 0.984314);
}
.theme-dark .order .order-content .btn-sell.active.active:hover {
    color: #fff;
}
.theme-dark .order .order-content .btn-sell:hover {
    color: rgba(255, 83, 71, 0.984314);
}
.theme-dark .order .ant-row .full-btn-group .ant-input {
    width: calc(100% - 72px);
}
.theme-dark .order .market-info span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-dark .order .market-info span.price-down {
    color: red;
}
.theme-dark .order .order-footer {
    height: 80px;
}
.theme-dark .order .order-footer .btn-submit {
    height: 100%;
}
.theme-dark .order .order-footer .btn-submit.btn-buy {
    background-color: rgba(49, 207, 40, 0.74902);
    border-color: rgba(49, 207, 40, 0.74902);
}
.theme-dark .order .order-footer .btn-submit.btn-sell {
    background-color: rgba(255, 83, 71, 0.984314);
    border-color: rgba(255, 83, 71, 0.984314);
}
.theme-dark .order .order-footer .btn-submit.disabled {
    background-color: #bebfc0;
    border-color: #bebfc0;
}
.theme-dark .order .ant-btn.btn-buy,
.theme-dark .order .ant-btn.btn-sell {
    background-color: initial;
}
.order-manager input {
    text-align: center;
}
.order-manager .editor {
    margin-bottom: 10px;
}
.order-manager .editor > div:last-child {
    padding-left: 10px;
}
.order-manager .ant-row .full-btn-group .ant-input {
    width: calc(100% - 72px);
}
.theme-light .order-manager .order-code {
    color: #447df7;
    text-decoration: underline;
    cursor: pointer;
}
.theme-light .order-manager .btn-sell {
    padding: 1px 10px;
    background-color: rgba(255, 83, 71, 0.984314);
    color: #fff;
    width: 20px;
}
.theme-light .order-manager .btn-buy {
    padding: 1px 10px;
    background-color: rgba(11, 161, 3, 0.74902);
    color: #fff;
}
.theme-dark .order-manager .order-code {
    color: #5794f0;
    text-decoration: underline;
    cursor: pointer;
}
.theme-dark .order-manager .btn-sell {
    padding: 1px 10px;
    background-color: rgba(255, 83, 71, 0.984314);
    color: #fff;
    width: 20px;
}
.theme-dark .order-manager .btn-buy {
    padding: 1px 10px;
    background-color: rgba(49, 207, 40, 0.74902);
    color: #fff;
}
.order-manager .action .row > div {
    width: 100%;
}
.order-manager .action .btn-edit {
    height: 70px;
}
.order-manager .action .btn-edit > button {
    height: 80px;
}
.order-manager .order-popup {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}
.order-manager .order-popup .button {
    width: 100%;
}
.OrderDetail .ant-descriptions-bordered .ant-descriptions-item-content,
.OrderDetail .ant-descriptions-bordered .ant-descriptions-item-label {
    padding: 8px 12px !important;
}
.order-history-table {
    margin-top: 20px;
    border: 1px solid #ccc;
}
.theme-light .home-loading {
    background: #fff;
}
.theme-dark .home-loading,
.theme-light .home-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.theme-dark .home-loading {
    background: #171b29;
}
.contractDetail {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.theme-light .contractDetail .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-light .contractDetail .ps__thumb-y {
    width: 10px;
}
.theme-light .contractDetail .panel-header {
    overflow-y: hidden;
    display: flex;
    flex: 1 1;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #4b4a4a;
}
.theme-light .contractDetail .col {
    padding: 2px;
    text-align: right;
    font-weight: 700;
}
.theme-light .contractDetail .row {
    margin: 5px;
}
.theme-dark .contractDetail .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-dark .contractDetail .ps__thumb-y {
    width: 10px;
}
.theme-dark .contractDetail .panel-header {
    overflow-y: hidden;
    display: flex;
    flex: 1 1;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ddd;
}
.theme-dark .contractDetail .col {
    padding: 2px;
    text-align: right;
    font-weight: 700;
}
.theme-dark .contractDetail .row {
    margin: 5px;
}
.accountDetail {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.theme-light .accountDetail {
    display: flex;
    flex: 1 1;
}
.theme-light .accountDetail .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-light .accountDetail .ps__thumb-y {
    width: 10px;
}
.theme-light .accountDetail .rowColor {
    background-color: #f7f8fa;
    padding: 3px 10px;
}
.theme-light .accountDetail .row {
    padding: 3px 10px;
}
.theme-light .accountDetail span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-light .accountDetail span.price-down {
    color: red;
}
.theme-dark .accountDetail {
    display: flex;
    flex: 1 1;
}
.theme-dark .accountDetail .ps__rail-y {
    background-color: initial;
    height: 10px;
}
.theme-dark .accountDetail .ps__thumb-y {
    width: 10px;
}
.theme-dark .accountDetail .rowColor {
    background-color: #282e42;
    padding: 3px 10px;
}
.theme-dark .accountDetail .row {
    padding: 3px 10px;
}
.theme-dark .accountDetail span.price-up {
    color: green;
    transition: color 0.1s;
}
.theme-dark .accountDetail span.price-down {
    color: red;
}
.notification .ant-modal-body {
    padding: 0;
}
.notification .ant-modal-body .ant-tabs-bar {
    margin: 0;
}
.notification .ant-modal-body .notify-list {
    border-bottom: 3px solid #aaa;
    height: 300px;
    overflow-y: auto;
}
.notification .ant-modal-body .notify-list > div {
    border-bottom: 0.5px solid #ddd;
    padding: 10px 24px;
    cursor: pointer;
}
.notification .ant-modal-body .notify-list > div.new {
    background-color: #edf2fa;
}
.notification .ant-modal-body .notify-list > div.new div {
    font-weight: 600;
}
.notification .ant-modal-body .notify-list > div .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.notification .ant-modal-body .notify-list > div .time {
    font-size: 12px;
    font-style: italic;
}
.notification .ant-modal-body .notify-detail {
    height: 200px;
    padding: 15px 24px;
    overflow-y: auto;
}
.notification .ant-modal-body .scroll-bar::-webkit-scrollbar {
    width: 10px;
    background-color: initial;
}
.notification .ant-modal-body .scroll-bar::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 10px;
}
.notification .ant-modal-body .scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}
.theme-light .lm_goldenlayout {
    background: none;
}
.theme-light .lm_content {
    background: #f1f3f6;
}
.theme-light .lm_dragProxy .lm_content {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.theme-light .lm_dropTargetIndicator {
    box-shadow: inset 0 0 30px #000;
    outline: 1px dashed #ccc;
    transition: all 0.2s ease;
}
.theme-light .lm_dropTargetIndicator .lm_inner {
    background: #000;
    opacity: 0.2;
}
.theme-light .lm_splitter {
    background: #000;
    opacity: 0.001;
    transition: opacity 0.2s ease;
}
.theme-light .lm_splitter.lm_dragging,
.theme-light .lm_splitter:hover {
    background: #444;
    opacity: 1;
}
.theme-light .lm_header {
    height: 32px;
    -webkit-user-select: none;
    user-select: none;
    background-color: #f1f3f6;
}
.theme-light .lm_header.lm_selectable {
    cursor: pointer;
}
.theme-light .lm_header .lm_tabs {
    height: 32px;
    line-height: 32px;
    box-shadow: none !important;
    background-color: #fff;
}
.theme-light .lm_header .lm_tab {
    height: 32px;
    line-height: 32px;
    box-shadow: none !important;
    box-sizing: border-box !important;
    padding: 0 35px 0 8px;
    margin-top: 0;
    margin-right: 2px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    background: #f1f3f6;
}
.theme-light .lm_header .lm_tab .lm_close_tab {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAIklEQVR4nGNgYGD4z4Ad/Mdg4ODDBXCZRFgCp5EEHQMXBwAQAgz0SVCcggAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 9px;
    opacity: 0.4;
    background-size: 9px;
}
.theme-light .lm_header .lm_tab .lm_close_tab:hover {
    opacity: 1;
}
.theme-light .lm_header .lm_tab.lm_active {
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: -2px;
    background-color: #fff;
}
.theme-light .lm_header .lm_tab.lm_active .lm_close_tab {
    opacity: 1;
}
.theme-light .lm_dragProxy.lm_bottom .lm_header .lm_tab,
.theme-light .lm_stack.lm_bottom .lm_header .lm_tab {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.theme-light .lm_dragProxy.lm_bottom .lm_header .lm_tab.lm_active,
.theme-light .lm_stack.lm_bottom .lm_header .lm_tab.lm_active {
    box-shadow: 0 2px 2px #000;
}
.theme-light .lm_selected .lm_header {
    background-color: #452500;
}
.theme-light .lm_tab.lm_active,
.theme-light .lm_tab:hover {
    background: #f1f3f6;
    color: #4f5966;
}
.theme-light .lm_header .lm_controls .lm_tabdropdown:before {
    color: #555;
}
.theme-light .lm_controls > li {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    margin: 5px;
    background-size: 13px;
}
.theme-light .lm_controls > li:hover {
    opacity: 1;
}
.theme-light .lm_controls .lm_popout {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVR4nI2QMQoAMAwCz5L/f9mOzZIaN0E9UDyZhaaQz6atgBHgambEJ5wBKoS0WaIvfT+6K2MIECN19MAAAAAASUVORK5CYII=);
}
.theme-light .lm_controls .lm_maximise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIklEQVR4nGNkYGD4z0AAMBFSAAOETPpPlEmDUREjAxHhBABPvAQLFv3qngAAAABJRU5ErkJggg==);
}
.theme-light .lm_controls .lm_close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVR4nGNgYGD4z4Af/Mdg4FKASwCnDf8JKSBoAtEmEXQTQd8RDCcA6+4Q8OvIgasAAAAASUVORK5CYII=);
}
.theme-light .lm_maximised .lm_header {
    background-color: #000;
}
.theme-light .lm_maximised .lm_controls .lm_maximise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJ0lEQVR4nGP8//8/AzGAiShVI1YhCwMDA8OsWbPwBmZaWhoj0SYCAN1lBxMAX4n0AAAAAElFTkSuQmCC);
}
.theme-light .lm_transition_indicator {
    background-color: #000;
    border: 1px dashed #555;
}
.theme-light .lm_popin {
    cursor: pointer;
}
.theme-light .lm_popin .lm_bg {
    background: #fff;
    opacity: 0.3;
}
.theme-light .lm_popin .lm_icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    opacity: 0.7;
}
.theme-light .lm_popin:hover .lm_icon {
    opacity: 1;
}
.theme-light .lm_splitter.lm_horizontal,
.theme-light .lm_splitter.lm_vertical {
    background-color: #ccc;
}
.theme-dark .lm_goldenlayout {
    background: none;
}
.theme-dark .lm_content {
    background: #262b3e;
}
.theme-dark .lm_dragProxy .lm_content {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.theme-dark .lm_dropTargetIndicator {
    box-shadow: inset 0 0 30px #000;
    outline: 1px dashed #949494;
    transition: all 0.2s ease;
}
.theme-dark .lm_dropTargetIndicator .lm_inner {
    background: #000;
    opacity: 0.2;
}
.theme-dark .lm_splitter {
    background: #000;
    opacity: 0.001;
    transition: opacity 0.2s ease;
}
.theme-dark .lm_splitter.lm_dragging,
.theme-dark .lm_splitter:hover {
    background: #444;
    opacity: 1;
}
.theme-dark .lm_header {
    height: 32px;
    -webkit-user-select: none;
    user-select: none;
    background-color: #262b3e;
}
.theme-dark .lm_header.lm_selectable {
    cursor: pointer;
}
.theme-dark .lm_header .lm_tabs {
    height: 32px;
    line-height: 32px;
    box-shadow: none !important;
    background-color: #171b29;
}
.theme-dark .lm_header .lm_tab {
    height: 32px;
    line-height: 32px;
    box-shadow: none !important;
    box-sizing: border-box !important;
    padding: 0 35px 0 8px;
    margin-top: 0;
    margin-right: 2px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    background: #262b3e;
}
.theme-dark .lm_header .lm_tab .lm_close_tab {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAATElEQVR4nG3OwQ0DMQwDwZGRBtR/j1YJzMc5+IDoR+yCVO29g+pu981MFgqZmRdAfU7+CYWcbF11LwALjpBL0N0qybNx/RPU+gOeiS/+XCRwDlTgkQAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 9px;
    opacity: 0.4;
    background-size: 9px;
}
.theme-dark .lm_header .lm_tab .lm_close_tab:hover {
    opacity: 1;
}
.theme-dark .lm_header .lm_tab.lm_active {
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: -2px;
    background-color: #171b29;
}
.theme-dark .lm_header .lm_tab.lm_active .lm_close_tab {
    opacity: 1;
}
.theme-dark .lm_dragProxy.lm_bottom .lm_header .lm_tab,
.theme-dark .lm_stack.lm_bottom .lm_header .lm_tab {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.theme-dark .lm_dragProxy.lm_bottom .lm_header .lm_tab.lm_active,
.theme-dark .lm_stack.lm_bottom .lm_header .lm_tab.lm_active {
    box-shadow: 0 2px 2px #000;
}
.theme-dark .lm_selected .lm_header {
    background-color: #452500;
}
.theme-dark .lm_tab.lm_active,
.theme-dark .lm_tab:hover {
    background: #262b3e;
    color: #e6e7e9;
}
.theme-dark .lm_header .lm_controls .lm_tabdropdown:before {
    color: #d3d3d3;
}
.theme-dark .lm_controls > li {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    margin: 5px;
    background-size: 13px;
}
.theme-dark .lm_controls > li:hover {
    opacity: 1;
}
.theme-dark .lm_controls .lm_popout {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVR4nI2QMQoAMAwCz5L/f9mOzZIaN0E9UDyZhaaQz6atgBHgambEJ5wBKoS0WaIvfT+6K2MIECN19MAAAAAASUVORK5CYII=);
}
.theme-dark .lm_controls .lm_maximise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIklEQVR4nGNkYGD4z0AAMBFSAAOETPpPlEmDUREjAxHhBABPvAQLFv3qngAAAABJRU5ErkJggg==);
}
.theme-dark .lm_controls .lm_close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=);
}
.theme-dark .lm_maximised .lm_header {
    background-color: #000;
}
.theme-dark .lm_maximised .lm_controls .lm_maximise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJ0lEQVR4nGP8//8/AzGAiShVI1YhCwMDA8OsWbPwBmZaWhoj0SYCAN1lBxMAX4n0AAAAAElFTkSuQmCC);
}
.theme-dark .lm_transition_indicator {
    background-color: #000;
    border: 1px dashed #d3d3d3;
}
.theme-dark .lm_popin {
    cursor: pointer;
}
.theme-dark .lm_popin .lm_bg {
    background: #171b29;
    opacity: 0.3;
}
.theme-dark .lm_popin .lm_icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    opacity: 0.7;
}
.theme-dark .lm_popin:hover .lm_icon {
    opacity: 1;
}
.theme-dark .lm_splitter.lm_horizontal,
.theme-dark .lm_splitter.lm_vertical {
    background-color: #949494;
}
.spinner-container {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}