@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese);
/*! jQuery UI - v1.11.4 - 2017-02-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

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

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ic-icon,
.cq-text-icon {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 32px;
    transition: all 0.2s 0.15s;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
}

.ic-icon.ciq-favorite svg,
.ic-icon.ic-favorite svg,
.cq-text-icon.ciq-favorite svg,
.cq-text-icon.ic-favorite svg {
    fill: none !important;
}

.smartcharts-light .ic-icon.ciq-favorite svg,
.smartcharts-light .ic-icon.ic-favorite svg,
.smartcharts-light .cq-text-icon.ciq-favorite svg,
.smartcharts-light .cq-text-icon.ic-favorite svg {
    stroke: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .ic-icon.ciq-favorite svg,
.smartcharts-dark .ic-icon.ic-favorite svg,
.smartcharts-dark .cq-text-icon.ciq-favorite svg,
.smartcharts-dark .cq-text-icon.ic-favorite svg {
    stroke: #999;
}

.smartcharts-light .ic-icon.ciq-active-favorite svg,
.smartcharts-light .cq-text-icon.ciq-active-favorite svg {
    fill: #f93 !important;
    stroke: #f93 !important;
}

.smartcharts-dark .ic-icon.ciq-active-favorite svg,
.smartcharts-dark .cq-text-icon.ciq-active-favorite svg {
    fill: #f93 !important;
    stroke: #f93 !important;
}

.ic-icon.margin,
.cq-text-icon.margin {
    margin: 0 5px;
}

.ic-icon svg,
.cq-text-icon svg {
    position: relative;
}

.ic-icon br,
.ic-icon .ic-subtitle,
.cq-text-icon br,
.cq-text-icon .ic-subtitle {
    display: none;
}

.ic-icon-with-sub {
    height: auto !important;
    width: auto !important;
    line-height: 15px;
}

.ic-icon-with-sub br,
.ic-icon-with-sub .ic-subtitle {
    display: inline;
}

.smartcharts-light .cq-chart-controls .cq-menu-btn .ic-icon>svg,
.smartcharts-light .sc-filter .ic-icon>svg,
.smartcharts-light .cq-active-options .ic-icon>svg,
.smartcharts-light .titlebar>.icons .ic-icon>svg,
.smartcharts-light .cq-draw-button .ic-icon>svg,
.smartcharts-light .cq-lookup-input .ic-icon>svg,
.smartcharts-light .template-name .ic-icon>svg,
.smartcharts-light .ciq-views .ciq-list-item .ic-icon>svg,
.smartcharts-light .ciq-chart-dialog .ic-icon>svg,
.smartcharts-light .cq-menu-dropdown .title .ic-icon>svg,
.smartcharts-light .ciq-chart-types .ciq-list-item .ic-icon>svg,
.smartcharts-light .sc-mcd__filter .ic-icon>svg,
.smartcharts-light .sc-mcd__category__head .category-title-left .ic-icon>svg,
.smartcharts-light .sc-mcd__category__head .ic-icon>svg {
    fill: rgba(0, 0, 0, 0.8);
    stroke: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .cq-chart-controls .cq-menu-btn .ic-icon>svg,
.smartcharts-dark .sc-filter .ic-icon>svg,
.smartcharts-dark .cq-active-options .ic-icon>svg,
.smartcharts-dark .titlebar>.icons .ic-icon>svg,
.smartcharts-dark .cq-draw-button .ic-icon>svg,
.smartcharts-dark .cq-lookup-input .ic-icon>svg,
.smartcharts-dark .template-name .ic-icon>svg,
.smartcharts-dark .ciq-views .ciq-list-item .ic-icon>svg,
.smartcharts-dark .ciq-chart-dialog .ic-icon>svg,
.smartcharts-dark .cq-menu-dropdown .title .ic-icon>svg,
.smartcharts-dark .ciq-chart-types .ciq-list-item .ic-icon>svg,
.smartcharts-dark .sc-mcd__filter .ic-icon>svg,
.smartcharts-dark .sc-mcd__category__head .category-title-left .ic-icon>svg,
.smartcharts-dark .sc-mcd__category__head .ic-icon>svg {
    fill: #999;
    stroke: #999;
}

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

.smartcharts-light .cq-chart-controls .stxMenuActive .cq-menu-btn .ic-icon svg,
.smartcharts-light .ciq-aggregate-setting>.ic-icon:hover svg,
.smartcharts-light .cq-active-options .ic-icon:hover svg,
.smartcharts-light .ciq-chart-types .ciq-list-item .active.ic-icon svg {
    fill: #2a3052;
    stroke: #2a3052;
}

.smartcharts-dark .cq-chart-controls .stxMenuActive .cq-menu-btn .ic-icon svg,
.smartcharts-dark .ciq-aggregate-setting>.ic-icon:hover svg,
.smartcharts-dark .cq-active-options .ic-icon:hover svg,
.smartcharts-dark .ciq-chart-types .ciq-list-item .active.ic-icon svg {
    fill: #fff;
    stroke: #fff;
}

.ic-frx,
.ic-otc,
.ic-wld {
    width: 32px;
    min-width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ic-frx>span,
.ic-otc>span,
.ic-wld>span {
    position: absolute;
}

.ic-frx>span:last-child {
    top: 8px;
    left: 8px;
}

.ic-otc>span {
    top: 5px;
}

.ic-otc>span:last-child {
    top: -8px;
    left: 9px;
}

.ic-wld>span:last-child {
    top: -9px;
    left: 11px;
}

.ic-wld>span:last-child>svg {
    width: 12px;
    height: 8px;
}

.ic-icon.ic-frxXAUUSD>svg {
    fill: #ffd700;
}

.ic-icon.ic-frxXPDUSD>svg {
    fill: #e9eaf0;
}

.ic-icon.ic-frxXPTUSD>svg {
    fill: #f4f3f3;
}

.ic-icon.ic-frxXAGUSD>svg {
    fill: #e1e1e1;
}

.smartcharts .ic-cryptocurrency>svg {
    stroke: none !important;
}

.smartcharts-dark .ic-cryptocurrency>svg {
    -webkit-filter: brightness(3);
    filter: brightness(3);
}

.smartcharts-dark .sc-mcd__filter__item--selected .ic-cryptocurrency>svg {
    -webkit-filter: brightness(6);
    filter: brightness(6);
}

.smartcharts-mobile .cq-chart-controls .ciq-menu {
    padding: 0px;
}

.smartcharts-mobile br,
.smartcharts-mobile .ic-subtitle {
    display: none;
}

.ciq-chart-types .cq-menu-dropdown {
    width: 424px;
    height: 174px;
    box-sizing: border-box;
}

.ciq-chart-types .cq-menu-dropdown .body {
    padding: 0 7px 0 16px;
}

.ciq-chart-types .ciq-list {
    padding-right: 9px;
}

.ciq-chart-types .ciq-list .ciq-list-item {
    padding: 0;
    justify-content: space-between;
}

.ciq-chart-types .ciq-list .ciq-list-item>.left {
    display: inline-flex;
    align-items: center;
}

.ciq-chart-types .ciq-list .ciq-list-item>.ciq-aggregate-setting {
    margin-right: 5px;
}

.ciq-chart-types .ciq-list .ciq-list-item :last-child .ic-icon>svg {
    stroke: none;
}

.sc-chart-type {
    display: flex;
    padding: 24px;
    justify-content: space-between;
}

.smartcharts-light .sc-chart-type {
    background: #fff;
}

.smartcharts-dark .sc-chart-type {
    background: #151717;
}

.sc-chart-type__item {
    width: 25%;
    height: 88px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sc-chart-type__item .ic-icon {
    margin: 0 auto 12px;
}

.sc-chart-type__item .text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .sc-chart-type__item .text {
    color: #333;
}

.smartcharts-dark .sc-chart-type__item .text {
    color: #c2c2c2;
}

.sc-chart-type__item:last-child {
    margin-right: 0px;
}

.smartcharts-light .sc-chart-type__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-chart-type__item:hover {
    background: #242828;
}

.sc-chart-type__item--active {
    background: transparent !important;
}

.smartcharts-light .sc-chart-type__item--active {
    border-color: #85acb0;
}

.smartcharts-dark .sc-chart-type__item--active {
    border-color: #85acb0;
}

.sc-chart-type__item--active .text {
    font-weight: bold;
}

.smartcharts-dark .sc-chart-type__item--active .text {
    color: #fff;
}

.sc-chart-type__item--disabled {
    cursor: auto;
    cursor: initial;
    background: transparent !important;
}

.sc-chart-type__item--disabled>span {
    opacity: 0.32;
    background: transparent !important;
    pointer-events: none;
}

.smartcharts-mobile .sc-chart-type {
    padding: 8px 10px 24px;
}

.smartcharts-mobile .sc-chart-type__item {
    height: 64px;
    width: 64px;
}

.smartcharts-mobile .sc-chart-type__item .ic-icon {
    margin-bottom: 2px;
}

.ciq-period {
    padding: 0;
    line-height: 1.5em !important;
}

.ciq-period>.cq-menu-btn {
    padding: 0 5px;
}

.ciq-period>.cq-menu-btn>.bt-priod {
    display: block;
    height: auto;
    line-height: 2em;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
}

.ciq-period>.cq-menu-btn>.bt-priod .ic-priod {
    font-size: 1.2em;
    border-radius: 4px;
    padding: 3px 5px;
}

.ciq-period.stxMenuActive .bt-priod {
    font-weight: 500;
}

.smartcharts-light .ciq-period.stxMenuActive .ic-subtitle,
.smartcharts-light .ciq-period.stxMenuActive .ic-priod span {
    color: #7f8397;
}

.smartcharts-dark .ciq-period.stxMenuActive .ic-subtitle,
.smartcharts-dark .ciq-period.stxMenuActive .ic-priod span {
    color: #fff;
}

.ciq-period:after {
    display: none;
}

.ciq-period .unit_display {
    text-transform: capitalize;
}

.ciq-period .interval_display {
    margin: 0 5px 0 0;
}

.ciq-period .cq-menu-dropdown {
    width: 424px;
    height: 216px;
    font-size: 1.2em;
    font-weight: normal;
}

.sc-interval {
    display: flex;
    padding: 24px;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 4px;
}

.smartcharts-light .sc-interval {
    background: #fff;
    color: #333;
}

.smartcharts-dark .sc-interval {
    background: #151717;
    color: #c2c2c2;
}

.sc-interval__head {
    display: flex;
}

.sc-interval__head strong {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.smartcharts-dark .sc-interval__head strong {
    color: #fff;
}

.sc-interval__info {
    display: none;
}

.sc-interval__content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}

.sc-interval__content .sc-interval__item {
    width: 23.9%;
    height: 32px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px 8px 0px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
}

.smartcharts-light .sc-interval__content .sc-interval__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-interval__content .sc-interval__item:hover {
    background: #242828;
}

.sc-interval__content .sc-interval__item--active {
    background: transparent !important;
}

.smartcharts-light .sc-interval__content .sc-interval__item--active {
    color: #333;
    border-color: #85acb0;
    font-weight: bold;
}

.smartcharts-dark .sc-interval__content .sc-interval__item--active {
    color: #fff;
    border-color: #85acb0;
    font-weight: bold;
}

.sc-interval__content .sc-interval__item--disabled {
    cursor: auto;
    cursor: initial;
    background: transparent !important;
}

.sc-interval__content .sc-interval__item--disabled span {
    opacity: 0.32;
    pointer-events: none;
}

.smartcharts-mobile .sc-interval {
    padding: 8px 10px 24px;
}

.smartcharts-mobile .sc-interval__info {
    display: block;
}

.smartcharts-mobile .sc-interval__content .sc-interval__item {
    width: 31.9% !important;
    margin: 0 4px 8px 0px;
}

.sc-chart-mode .sc-dialog {
    width: 424px;
}

.sc-chart-mode__menu {
    position: relative;
}

.sc-chart-mode__menu .ic-icon {
    margin: auto;
    width: 16px;
    height: 16px;
    top: -4px;
    position: relative;
}

.sc-chart-mode__menu .ic-icon svg {
    stroke: none !important;
    width: 16px !important;
    height: 16px !important;
}

.smartcharts-light .sc-chart-mode__menu .ic-icon svg {
    fill: #333 !important;
}

.smartcharts-dark .sc-chart-mode__menu .ic-icon svg {
    fill: #c2c2c2 !important;
}

.sc-chart-mode__menu__timeperiod {
    position: absolute;
    top: -9px;
    left: 4px;
    font-size: 8px;
    font-weight: bold;
}

.smartcharts-light .sc-chart-mode__menu__timeperiod {
    color: #333 !important;
}

.smartcharts-dark .sc-chart-mode__menu__timeperiod {
    color: #c2c2c2 !important;
}

.sc-chart-mode__section {
    border-radius: 4px;
}

.smartcharts-light .sc-chart-mode__section {
    background: #fff;
}

.smartcharts-dark .sc-chart-mode__section {
    background: #151717;
}

.smartcharts-light .sc-chart-mode__section__item:first-child {
    border-bottom: 4px solid #f2f3f4;
}

.smartcharts-dark .sc-chart-mode__section__item:first-child {
    border-bottom: 4px solid #0e0e0e;
}

.sc-toolbar-widget .sc-chart-mode__menu {
    padding: 8px;
}

.sc-toolbar-widget .sc-chart-mode__menu__timeperiod {
    top: 3px;
    left: 8px;
}

.smartcharts-mobile .sc-chart-mode .sc-dialog {
    width: 300px;
    left: auto;
}

.sc-scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    scrollbar-width: thin;
}

.smartcharts-light .sc-scrollbar {
    scrollbar-color: #d6dadb transparent;
}

.smartcharts-dark .sc-scrollbar {
    scrollbar-color: #323738 transparent;
}

.sc-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.sc-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
    border-radius: 2px;
}

.sc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: transparent;
}

.smartcharts-light .sc-scrollbar::-webkit-scrollbar-thumb {
    background: #d6dadb;
}

.smartcharts-dark .sc-scrollbar::-webkit-scrollbar-thumb {
    background: #323738;
}

.sc-scrollbar::-webkit-scrollbar-button,
.sc-scrollbar::-webkit-scrollbar-corner {
    display: none;
}

.sc-scrollbar--auto-hide {
    scrollbar-color: transparent transparent !important;
}

.sc-scrollbar--auto-hide::-webkit-scrollbar-thumb {
    display: none;
}

.sc-scrollbar--freeze {
    overflow: hidden !important;
}

.smartcharts-light .sc-scrollbar:hover {
    scrollbar-color: #d6dadb transparent !important;
}

.smartcharts-dark .sc-scrollbar:hover {
    scrollbar-color: #323738 transparent !important;
}

.sc-scrollbar:hover::-webkit-scrollbar-thumb {
    display: inherit !important;
}

.smartcharts-mobile .sc-scrollbar--auto-hide::-webkit-scrollbar-thumb {
    display: inherit !important;
}

.sc-studies .react-tabs__tab-list .react-tabs__tab {
    box-shadow: none !important;
    outline: none !important;
}

.sc-studies .react-tabs__tab-list .react-tabs__tab:after {
    display: none;
}

.sc-studies .hidden {
    display: none;
}

.sc-studies .cq-dialog__body {
    position: relative;
}

.sc-studies__panel {
    width: 360px;
    height: 392px;
    padding: 8px 0px 8px 8px;
    box-sizing: border-box;
}

.sc-studies__panel>h3 {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    padding: 0 8px;
    margin: 18px 0;
    display: none;
}

.sc-studies__panel__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sc-studies__panel__head p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 0.1;
    letter-spacing: normal;
    padding: 0 8px;
}

.smartcharts-light .sc-studies__panel__head p {
    color: #333;
}

.smartcharts-dark .sc-studies__panel__head p {
    color: #c2c2c2;
}

.sc-studies__panel__content {
    width: 100%;
}

.sc-studies__panel__content--active .sc-studies__list__item {
    height: 48px;
    padding: 4px 16px;
    cursor: auto;
    cursor: initial;
}

.sc-studies__panel--active {
    padding-right: 8px;
}

.sc-studies--empty {
    display: flex;
    flex-direction: column;
    padding: 8px;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.sc-studies--empty>.ic-icon {
    width: 130px;
    height: 130px;
    margin: 60px auto 24px;
}

.sc-studies--empty strong {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 8px;
}

.smartcharts-light .sc-studies--empty strong {
    color: #333;
}

.smartcharts-dark .sc-studies--empty strong {
    color: #fff;
}

.sc-studies--empty p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 0px;
}

.smartcharts-light .sc-studies--empty p {
    color: #999;
}

.smartcharts-dark .sc-studies--empty p {
    color: #6e6e6e;
}

.sc-studies__list__item {
    height: 40px;
    display: flex;
    margin-right: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.smartcharts-light .sc-studies__list__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-studies__list__item:hover {
    background: #242828;
}

.sc-studies__list__item:hover .ic-info {
    opacity: 1;
}

.sc-studies__list__item .info {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 8px 0 8px 16px;
}

.sc-studies__list__item .info .ic-icon {
    margin-right: 16px;
}

.sc-studies__list__item .info .text {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}

.sc-studies__list__item .info .text span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-right: 16px;
}

.smartcharts-light .sc-studies__list__item .info .text span {
    color: #333;
}

.smartcharts-dark .sc-studies__list__item .info .text span {
    color: #c2c2c2;
}

.sc-studies__list__item .info .text small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
}

.smartcharts-light .sc-studies__list__item .info .text small {
    color: #999;
}

.smartcharts-dark .sc-studies__list__item .info .text small {
    color: #6e6e6e;
}

.sc-studies__list__item .detail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
}

.sc-studies__list__item .detail span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    margin-left: 8px;
}

.sc-studies__list__item .detail .ic-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: none;
}

.sc-studies__list__item .detail .ic-icon svg {
    width: 16px;
    height: 16px;
}

.smartcharts-light .sc-studies__list__item .detail .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-studies__list__item .detail .ic-icon svg {
    fill: #c2c2c2;
}

.sc-studies__list__item .detail .ic-icon.ic-info {
    margin-right: 16px;
}

.sc-studies__list__item .ic-info {
    opacity: 0;
}

.sc-studies__list__item .sc-tooltip__inner {
    width: 280px;
    height: auto;
    white-space: break-spaces;
    text-align: center;
}

.sc-studies__list__item--disabled {
    opacity: 0.3;
    pointer-events: none;
}

.sc-studies__category__head {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    padding: 8px;
}

.smartcharts-light .sc-studies__category__head {
    color: #999;
}

.smartcharts-dark .sc-studies__category__head {
    color: #6e6e6e;
}

.sc-studies__category__body {
    width: 100%;
}

.sc-studies__info {
    width: 360px;
    right: 0px;
    z-index: 2;
    height: 100%;
    display: flex;
    position: absolute;
    padding: 16px 24px;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}

.smartcharts-light .sc-studies__info {
    color: #333;
    background: #fff;
}

.smartcharts-dark .sc-studies__info {
    color: #c2c2c2;
    background: #0e0e0e;
}

.sc-studies__info__content {
    margin: -20px -20px 0;
    padding: 0;
}

.sc-studies__info p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 0px;
}

.sc-studies__info .btn {
    width: 100%;
}

.smartcharts-mobile .stx-panel-control {
    left: 5px;
}

.smartcharts-mobile .sc-studies .react-tabs__tab-panel {
    height: 425px !important;
}

.smartcharts-mobile .sc-studies .sc-dialog {
    overflow-y: scroll;
    max-height: calc(100vh - 90px);
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-list {
    width: 50px;
    min-width: 50px;
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-list .react-tabs__tab span:not(.sc-notification-badge):not(.ic-icon) {
    display: none;
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-list .react-tabs__tab .sc-notification-badge {
    position: absolute;
    top: 2px;
    left: 19px;
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon {
    width: 22px;
    height: 22px;
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg {
    width: 22px;
    height: 22px;
}

.smartcharts-mobile .tabs--vertical .react-tabs__tab-panel {
    width: calc(100% - 50px);
}

.smartcharts-mobile .sc-studies__panel {
    width: 100%;
}

.smartcharts-mobile .sc-studies__panel>h3 {
    display: block;
}

.smartcharts-mobile .sc-studies__panel__content--active .sc-studies__list__item {
    padding: 4px;
}

.smartcharts-mobile .sc-studies__list__item .info {
    padding: 8px 0 8px 8px;
}

.smartcharts-mobile .sc-studies__list__item .info .text {
    padding-left: 0px;
}

.smartcharts-mobile .sc-studies__list__item .ic-info {
    opacity: 1;
}

.smartcharts-mobile .sc-studies__list__item .detail span {
    margin-left: 16px;
}

.smartcharts-mobile .sc-studies__info {
    width: calc(100% - 50px);
}

.smartcharts-mobile .sc-studies__info>p {
    max-height: 360px;
    height: 360px;
    overflow-y: scroll;
}

.sc-views-menu .sc-dialog {
    width: 320px;
}

.form--sc-views {
    overflow-y: hidden !important;
}

.form--sc-views__input {
    height: 40px;
    position: relative;
    display: flex;
}

.form--sc-views__input .sc-input {
    width: calc(100% - 40px);
    border-radius: 4px 0 0 4px;
    height: 40px;
    text-align: left;
}

.form--sc-views__input .subtitle {
    position: absolute;
    top: -6px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.form--sc-views__input .subtitle span {
    padding: 0 4px;
}

.smartcharts-light .form--sc-views__input .subtitle span {
    background: #fff;
}

.smartcharts-dark .form--sc-views__input .subtitle span {
    background: #151717;
}

.form--sc-views__input button {
    width: 40px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    padding: 8px 7px;
    border: none !important;
}

.smartcharts-light .form--sc-views__input button svg {
    fill: #fff;
}

.smartcharts-dark .form--sc-views__input button svg {
    fill: #fff;
}

.form--sc-views__input--active .subtitle {
    opacity: 1;
}

.smartcharts-light .form--sc-views__input--active .subtitle {
    color: #85acb0;
}

.smartcharts-dark .form--sc-views__input--active .subtitle {
    color: #85acb0;
}

.smartcharts-light .form--sc-views__input--active input {
    border-color: #85acb0;
    color: #333;
}

.smartcharts-dark .form--sc-views__input--active input {
    border-color: #85acb0;
    color: #fff;
}

.smartcharts-light .form--sc-views__input--active button {
    background: #ff444f;
}

.smartcharts-dark .form--sc-views__input--active button {
    background: #ff444f;
}

.sc-views {
    height: 304px;
    position: relative;
    border-radius: 0 0 4px 4px;
}

.smartcharts-light .sc-views {
    background: #fff;
}

.smartcharts-dark .sc-views {
    background: #151717;
}

.sc-views__menu {
    position: relative;
}

.sc-views__menu .ic-icon {
    margin: auto;
    width: 16px;
    height: 16px;
    top: -4px;
    position: relative;
}

.sc-views__menu .ic-icon svg {
    stroke: none !important;
    width: 16px !important;
    height: 16px !important;
}

.smartcharts-light .sc-views__menu .ic-icon svg {
    fill: #333 !important;
}

.smartcharts-dark .sc-views__menu .ic-icon svg {
    fill: #c2c2c2 !important;
}

.sc-views--empty {
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.sc-views--empty>.ic-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 24px;
}

.sc-views--empty p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 46px;
}

.smartcharts-light .sc-views--empty p {
    color: #999;
}

.smartcharts-dark .sc-views--empty p {
    color: #6e6e6e;
}

.sc-views--empty button {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    outline: none;
    padding: 10px 16px;
}

.sc-views--empty button>.ic-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 6px;
}

.smartcharts-light .sc-views--empty button>.ic-icon {
    fill: #ff444f;
}

.smartcharts-dark .sc-views--empty button>.ic-icon {
    fill: #ff444f;
}

.sc-views__views {
    padding: 16px 8px 0;
}

.smartcharts-light .sc-views__views {
    border-top: 1px solid #f2f3f4;
}

.smartcharts-dark .sc-views__views {
    border-top: 1px solid #0e0e0e;
}

.sc-views__views__head {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
}

.sc-views__views__head h5 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 0px;
}

.smartcharts-light .sc-views__views__head h5 {
    color: #999;
}

.smartcharts-dark .sc-views__views__head h5 {
    color: #6e6e6e;
}

.sc-views__views__head button {
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    outline: none !important;
    font-weight: bold;
}

.smartcharts-light .sc-views__views__head button {
    border: 1px solid #999;
    color: #333;
}

.smartcharts-dark .sc-views__views__head button {
    border: 1px solid #6e6e6e;
    color: #fff;
}

.sc-views__views__list__item {
    height: 40px;
    border-radius: 4px;
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    cursor: pointer;
    position: relative;
}

.smartcharts-light .sc-views__views__list__item {
    color: #333;
}

.smartcharts-dark .sc-views__views__list__item {
    color: #c2c2c2;
}

.sc-views__views__list__item .text {
    max-width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smartcharts-light .sc-views__views__list__item .ic-icon {
    fill: #333;
}

.smartcharts-dark .sc-views__views__list__item .ic-icon {
    fill: #c2c2c2;
}

.sc-views__views__list__item .sc-tooltip__inner {
    max-width: 304px;
    height: auto;
    white-space: break-spaces;
    text-align: center;
}

.smartcharts-light .sc-views__views__list__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-views__views__list__item:hover {
    background: #242828;
}

.sc-views--overwrite {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 40;
}

.smartcharts-light .sc-views--overwrite {
    background: #fff;
}

.smartcharts-dark .sc-views--overwrite {
    background: #151717;
}

.sc-views--overwrite__content {
    height: 230px;
    padding: 24px 16px 16px;
    box-sizing: border-box;
    text-align: center;
}

.sc-views--overwrite__content .ic-icon {
    margin: auto;
    width: 128px;
    height: 128px;
}

.sc-views--overwrite__content p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .sc-views--overwrite__content p {
    color: #333;
}

.smartcharts-dark .sc-views--overwrite__content p {
    color: #c2c2c2;
}

.sc-views--overwrite__footer {
    height: 72px;
    padding: 16px 24px;
    text-align: right;
    box-sizing: border-box;
}

.smartcharts-light .sc-views--overwrite__footer {
    border-top: 2px solid #f2f3f4;
}

.smartcharts-dark .sc-views--overwrite__footer {
    border-top: 2px solid #0e0e0e;
}

.sc-views--overwrite__footer button {
    margin-left: 8px;
}

.smartcharts-mobile .sc-views-menu .sc-dialog {
    left: auto;
    width: 300px;
}

.form {
    padding: 8px 0px;
    flex-grow: 1;
    overflow-y: scroll;
    box-sizing: border-box;
}

.form .form__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.smartcharts-light .form .form__label {
    color: #333;
}

.smartcharts-dark .form .form__label {
    color: #c2c2c2;
}

.form .form__control {
    display: block;
}

.form__group {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.form__group--select,
.form__group--colorpicker {
    position: relative;
    height: 40px;
}

.form__group--select .form__label,
.form__group--colorpicker .form__label {
    margin-bottom: -8px;
    margin-left: 10px;
}

.form__group--select .form__label span,
.form__group--colorpicker .form__label span {
    padding-left: 2px;
    padding-right: 2px;
    z-index: 1;
}

.smartcharts-light .form__group--select .form__label span,
.smartcharts-light .form__group--colorpicker .form__label span {
    background: #fff;
}

.smartcharts-dark .form__group--select .form__label span,
.smartcharts-dark .form__group--colorpicker .form__label span {
    background: #151717;
}

.form__group--switch {
    flex-direction: row;
    justify-content: flex-start;
}

.form__group--switch .form__label {
    width: auto;
    min-width: 70px;
    font-size: 14px;
}

.form__group--switch .form__control {
    padding-left: 16px;
    width: auto;
}

.form__group--end {
    height: 20px;
    margin-bottom: 0px;
}

.form__input-group {
    padding: 16px 24px;
}

.smartcharts-light .form__input-group {
    border-top: 4px solid #f2f3f4;
}

.smartcharts-dark .form__input-group {
    border-top: 4px solid #0e0e0e;
}

.form__input-group h4 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.smartcharts-light .form__input-group h4 {
    color: #333;
}

.smartcharts-dark .form__input-group h4 {
    color: #fff;
}

.form__input-group:first-child {
    border-top: none;
}

.form__input-group--show-zones {
    margin-bottom: 30px;
}

.form__input-group--show-zones .form__label {
    font-size: 14px;
}

.form--indicator-setting {
    min-width: 320px;
    max-width: 320px;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.smartcharts-light .form--indicator-setting {
    background: #fff;
}

.smartcharts-dark .form--indicator-setting {
    background: #151717;
}

.form--indicator-setting .form__input-group {
    width: 320px !important;
    box-sizing: border-box;
}

.form--indicator-setting .form__input-group--result:last-child {
    height: 280px;
}

.form--indicator-setting .sc-scrollbar {
    height: 282px;
}

.form--fractal-chaos-bands .form__group--switch {
    margin-bottom: 98px;
}

.form--drawing-tool .sc-scrollbar {
    height: 280px;
}

.sc-slider {
    width: 100%;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.sc-slider .sc-slider-range {
    position: relative;
    width: calc(100% - 38px);
    margin-top: 9px;
    padding-right: 8px;
    height: 12px;
}

.sc-slider .sc-slider-range>input,
.sc-slider .sc-slider-range div {
    position: absolute;
    left: 0px;
    top: 0px;
}

.sc-slider .sc-slider-range input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
    height: 12px;
    top: -5px;
}

.sc-slider .sc-slider-range input[type='range']:focus {
    outline: none;
}

.sc-slider .sc-slider-range input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    border-radius: 0px;
    background: transparent;
    border: 0px solid #010101;
}

.sc-slider .sc-slider-range input[type='range']::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    border-radius: 0px;
    background: transparent;
    border: 0px solid #010101;
    height: 14px;
    margin-top: -3px;
    top: -3px;
}

.sc-slider .sc-slider-range input[type='range']::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    border-radius: 0px;
    background: transparent;
    border: 0px solid #010101;
    color: transparent;
}

.sc-slider .sc-slider-range input[type='range']::-ms-thumb {
    cursor: pointer;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-top: 0px;
    margin-top: 0px;
}

.smartcharts-light .sc-slider .sc-slider-range input[type='range']::-ms-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.smartcharts-dark .sc-slider .sc-slider-range input[type='range']::-ms-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.sc-slider .sc-slider-range input[type='range']::-moz-range-thumb {
    cursor: pointer;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-top: 0px;
    margin-top: 0px;
}

.smartcharts-light .sc-slider .sc-slider-range input[type='range']::-moz-range-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.smartcharts-dark .sc-slider .sc-slider-range input[type='range']::-moz-range-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.sc-slider .sc-slider-range input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-top: 0px;
    margin-top: 1px;
}

.smartcharts-light .sc-slider .sc-slider-range input[type='range']::-webkit-slider-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.smartcharts-dark .sc-slider .sc-slider-range input[type='range']::-webkit-slider-thumb {
    background-color: #ff444f;
    border: 2px solid #ff444f;
}

.sc-slider .sc-slider-range input[type='range']::-moz-focus-outer {
    border: 0;
}

.sc-slider .sc-slider-range .sc-slider-bar {
    width: 100%;
    outline: none;
    height: 2px;
}

.smartcharts-light .sc-slider .sc-slider-range .sc-slider-bar {
    background: #eaeced;
}

.smartcharts-dark .sc-slider .sc-slider-range .sc-slider-bar {
    background: #1d1f20;
}

.sc-slider .sc-slider-range .sc-slider-active-bar {
    height: 2px;
    min-width: 10px;
}

.smartcharts-light .sc-slider .sc-slider-range .sc-slider-active-bar {
    background: #ff444f;
}

.smartcharts-dark .sc-slider .sc-slider-range .sc-slider-active-bar {
    background: #ff444f;
}

.sc-slider>div:last-child {
    text-align: right;
    flex-grow: 1;
    font-weight: bold;
    font-size: 14px;
    width: 26px;
}

.smartcharts-light .sc-slider>div:last-child {
    color: #333;
}

.smartcharts-dark .sc-slider>div:last-child {
    color: #fff;
}

.sc-dropdown {
    position: relative;
    height: 40px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.smartcharts-light .sc-dropdown {
    background: #fff;
}

.smartcharts-dark .sc-dropdown {
    background: #151717;
}

.sc-dropdown .subtitle {
    position: absolute;
    margin-left: 10px;
    top: -6px;
}

.sc-dropdown .subtitle span {
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.smartcharts-light .sc-dropdown .subtitle span {
    background: #fff;
    color: #333;
}

.smartcharts-dark .sc-dropdown .subtitle span {
    background: #151717;
    color: #c2c2c2;
}

.sc-dropdown .value {
    height: 40px;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-transform: capitalize;
}

.smartcharts-light .sc-dropdown .value {
    color: #333 !important;
    border: 1px solid #d6dadb;
}

.smartcharts-dark .sc-dropdown .value {
    color: #c2c2c2 !important;
    border: 1px solid #323738;
}

.sc-dropdown .value .ic-icon {
    line-height: 35px;
}

.sc-dropdown .value .ic-icon svg {
    pointer-events: none;
    transition: transform 0.6s;
}

.smartcharts-light .sc-dropdown .value .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-dropdown .value .ic-icon svg {
    fill: #c2c2c2;
}

.sc-dropdown .value .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    min-width: 210px;
    overflow: hidden;
}

.sc-dropdown .value:after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.smartcharts-light .sc-dropdown .value:hover {
    border-color: #999;
}

.smartcharts-dark .sc-dropdown .value:hover {
    border-color: #6e6e6e;
}

.smartcharts-light .sc-dropdown .value.active {
    border-color: #85acb0;
}

.smartcharts-dark .sc-dropdown .value.active {
    border-color: #85acb0;
}

.sc-dropdown .value.active svg {
    transform: scaleY(-1);
}

.sc-dropdown .dropdown {
    position: absolute;
    right: -4px;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    max-height: 2px;
    overflow: scroll;
    box-shadow: 0 2px 8px 0 rgba(42, 48, 82, 0.14);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    width: 272px;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s;
}

.smartcharts-light .sc-dropdown .dropdown {
    background: #fff;
}

.smartcharts-dark .sc-dropdown .dropdown {
    background: #151717;
}

.sc-dropdown .dropdown.active {
    opacity: 1;
    max-height: 200px;
    pointer-events: all;
    transform: translateY(8px);
}

.smartcharts-light .sc-dropdown .dropdown.active {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08), 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.smartcharts-dark .sc-dropdown .dropdown.active {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.64), 0 0 16px 0 rgba(0, 0, 0, 0.64);
}

.sc-dropdown .dropdown .row {
    cursor: pointer;
    padding: 10px 16px 9px;
    text-transform: capitalize;
}

.smartcharts-light .sc-dropdown .dropdown .row {
    color: #333;
}

.smartcharts-dark .sc-dropdown .dropdown .row {
    color: #c2c2c2;
}

.smartcharts-light .sc-dropdown .dropdown .row:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-dropdown .dropdown .row:hover {
    background: #242828;
}

.sc-dropdown .dropdown .row--selected {
    font-weight: bold;
}

.smartcharts-light .sc-dropdown .dropdown .row--selected {
    background: #d6dadb !important;
    color: #333 !important;
}

.smartcharts-dark .sc-dropdown .dropdown .row--selected {
    background: #323738 !important;
    color: #fff !important;
}

.sc-dropdown .option {
    display: inline-block;
    width: 100%;
    pointer-events: none;
    margin-right: 16px;
}

.sc-dropdown .solid-1 {
    border-top-style: solid;
    border-top-width: 1px;
}

.sc-dropdown .dotted-1 {
    border-top-style: dotted;
    border-top-width: 1px;
}

.sc-dropdown .dashed-1 {
    border-top-style: dashed;
    border-top-width: 1px;
}

.sc-dropdown .solid-3 {
    border-top-style: solid;
    border-top-width: 2px;
}

.sc-dropdown .dotted-3 {
    border-top-style: dotted;
    border-top-width: 2px;
}

.sc-dropdown .dashed-3 {
    border-top-style: dashed;
    border-top-width: 2px;
}

.sc-dropdown .solid-5 {
    border-top-style: solid;
    border-top-width: 3px;
}

.sc-dropdown .dotted-5 {
    border-top-style: dotted;
    border-top-width: 3px;
}

.sc-dropdown .dashed-5 {
    border-top-style: dashed;
    border-top-width: 3px;
}

.sc-dropdown.active {
    position: fixed;
    z-index: 2;
}

.smartcharts-light .sc-dropdown.active .subtitle span {
    color: #85acb0;
}

.smartcharts-dark .sc-dropdown.active .subtitle span {
    color: #85acb0;
}

.sc-color-picker {
    position: relative;
    height: 40px;
    width: 100%;
}

.smartcharts-light .sc-color-picker {
    background: #fff;
}

.smartcharts-dark .sc-color-picker {
    background: #151717;
}

.sc-color-picker .subtitle {
    position: absolute;
    margin-left: 10px;
    top: -6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.sc-color-picker .subtitle span {
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.smartcharts-light .sc-color-picker .subtitle span {
    background: #fff;
    color: #333;
}

.smartcharts-dark .sc-color-picker .subtitle span {
    background: #151717;
    color: #c2c2c2;
}

.sc-color-picker .value {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.smartcharts-light .sc-color-picker .value {
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #d6dadb;
}

.smartcharts-dark .sc-color-picker .value {
    background-color: #151717;
    color: #c2c2c2 !important;
    border: 1px solid #323738;
}

.sc-color-picker .value:before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.sc-color-picker .value .sc-input-color {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    margin-right: 16px;
}

.sc-color-picker .value .ic-icon {
    line-height: 35px;
}

.sc-color-picker .value .ic-icon svg {
    pointer-events: none;
    transition: transform 0.6s;
}

.smartcharts-light .sc-color-picker .value .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-color-picker .value .ic-icon svg {
    fill: #c2c2c2;
}

.smartcharts-light .sc-color-picker .value:hover {
    border-color: #999;
}

.smartcharts-dark .sc-color-picker .value:hover {
    border-color: #6e6e6e;
}

.sc-color-picker .dropdown {
    position: absolute;
    right: 0px;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    width: 266px;
    padding: 8px;
    border-radius: 4px;
    transform: translateY(-8px);
    box-sizing: border-box;
    transition: opacity 0.2s, transform 0.2s;
}

.smartcharts-light .sc-color-picker .dropdown {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08), 0 0 16px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}

.smartcharts-dark .sc-color-picker .dropdown {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.64), 0 0 16px 0 rgba(0, 0, 0, 0.64);
    background: #151717;
}

.sc-color-picker .dropdown.open {
    opacity: 1;
    pointer-events: initial;
    transform: translateY(8px);
}

.sc-color-picker .dropdown .row {
    height: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    align-items: center;
}

.sc-color-picker .dropdown .row .tile-color {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.sc-color-picker.active {
    position: fixed;
    z-index: 2;
}

.smartcharts-light .sc-color-picker.active .subtitle span {
    color: #85acb0;
}

.smartcharts-dark .sc-color-picker.active .subtitle span {
    color: #85acb0;
}

.smartcharts-light .sc-color-picker.active .value {
    border-color: #85acb0;
}

.smartcharts-dark .sc-color-picker.active .value {
    border-color: #85acb0;
}

.sc-color-picker.active .value svg {
    transform: scaleY(-1);
}

.sc-color-picker .sc-color-picker,
.sc-color-picker .sc-numeric-input {
    min-width: 124px;
    max-width: 124px;
}

.sc-switch {
    width: 32px;
    height: 18px;
    position: relative;
    cursor: pointer;
    border-radius: 9px;
}

.sc-switch .handle {
    position: absolute;
    top: 2px;
    width: 14px;
    height: 14px;
    transition: left 0.2s;
    border-radius: 7px;
}

.smartcharts-light .sc-switch .handle {
    background: #fff;
}

.smartcharts-dark .sc-switch .handle {
    background: #fff;
}

.sc-switch.on .handle {
    left: 16px;
}

.smartcharts-light .sc-switch.on {
    background: #4bb4b3;
}

.smartcharts-dark .sc-switch.on {
    background: #00a79e;
}

.sc-switch.off .handle {
    left: 2px;
}

.smartcharts-light .sc-switch.off {
    background: #eaeced;
}

.smartcharts-dark .sc-switch.off {
    background: #1d1f20;
}

.sc-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sc-checkbox__input {
    display: none;
}

.sc-checkbox__label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

.sc-checkbox__box {
    border-radius: 2px;
}

.sc-checkbox__box svg {
    border-radius: 2px;
}

.smartcharts-light .sc-checkbox__box svg {
    fill: #999;
}

.smartcharts-dark .sc-checkbox__box svg {
    fill: #6e6e6e;
}

.smartcharts-light .sc-checkbox--checked .sc-checkbox__box svg {
    background: #ff444f;
    fill: #ff444f;
}

.smartcharts-dark .sc-checkbox--checked .sc-checkbox__box svg {
    background: #ff444f;
    fill: #ff444f;
}

.sc-switch-icon {
    display: flex;
}

.sc-switch-icon__icon {
    width: 160px;
    height: 120px;
}

.sc-switch-icon__description {
    padding-left: 16px;
}

.sc-numbercolorpicker,
.sc-fontsetting {
    display: inline-flex;
}

.sc-numbercolorpicker {
    display: flex;
}

.sc-numbercolorpicker input {
    box-shadow: none !important;
}

.smartcharts-light .sc-numbercolorpicker input {
    background: #fff;
    border: 1px solid #d6dadb;
    color: #333;
}

.smartcharts-dark .sc-numbercolorpicker input {
    background: #151717;
    border: 1px solid rgba(127, 131, 151, 0.3);
    color: #fff;
}

.smartcharts-light .sc-numbercolorpicker input:hover {
    border-color: #999 !important;
}

.smartcharts-dark .sc-numbercolorpicker input:hover {
    border-color: #6e6e6e !important;
}

.smartcharts-light .sc-numbercolorpicker input:focus {
    border-color: #85acb0 !important;
}

.smartcharts-dark .sc-numbercolorpicker input:focus {
    border-color: #85acb0 !important;
}

.sc-numbercolorpicker .field {
    width: 50%;
}

.sc-numbercolorpicker .sc-numeric-input {
    width: 124px;
    min-width: 124px;
}

.sc-numbercolorpicker .sc-color-picker {
    width: 124px;
}

.sc-numeric-input {
    position: relative;
    height: 40px;
    width: 100%;
    margin-right: 25px;
}

.sc-numeric-input .subtitle {
    position: absolute;
    margin-left: 10px;
    top: -6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sc-numeric-input .subtitle span {
    padding-left: 4px;
    padding-right: 4px;
    z-index: 1;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

.smartcharts-light .sc-numeric-input .subtitle span {
    color: #333;
    background: #fff;
}

.smartcharts-dark .sc-numeric-input .subtitle span {
    color: #c2c2c2;
    background: #151717;
}

.sc-numeric-input input[type='number'] {
    -moz-appearance: textfield;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 12px;
    width: 100% !important;
    box-shadow: none !important;
    outline: none;
}

.smartcharts-light .sc-numeric-input input[type='number'] {
    color: #333 !important;
    border: 1px solid #d6dadb;
}

.smartcharts-dark .sc-numeric-input input[type='number'] {
    color: #c2c2c2 !important;
    border: 1px solid #323738;
}

.sc-numeric-input input[type='number']::-webkit-outer-spin-button,
.sc-numeric-input input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sc-numeric-input input[type='number']:hover,
.sc-numeric-input input[type='number']:focus {
    -moz-appearance: textfield;
}

.smartcharts-light .sc-numeric-input input[type='number']:hover {
    border-color: #999 !important;
}

.smartcharts-dark .sc-numeric-input input[type='number']:hover {
    border-color: #6e6e6e !important;
}

.smartcharts-light .sc-numeric-input input[type='number']:focus {
    color: #333 !important;
    border-color: #85acb0 !important;
}

.smartcharts-dark .sc-numeric-input input[type='number']:focus {
    color: #fff !important;
    border-color: #85acb0 !important;
}

.smartcharts-light .sc-numeric-input input[type='number']:focus+.subtitle>span {
    color: #85acb0 !important;
}

.smartcharts-dark .sc-numeric-input input[type='number']:focus+.subtitle>span {
    color: #85acb0 !important;
}

.sc-numeric-input .sc-numeric-input-buttons {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}

.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons {
    background: #fff;
}

.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons {
    background: #151717;
}

.sc-numeric-input .sc-numeric-input-buttons .ic-icon {
    width: 24px;
    height: 19px;
    line-height: 19px;
    cursor: pointer;
}

.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons .ic-icon svg {
    fill: #c2c2c2;
}

.sc-numeric-input .sc-numeric-input-buttons .ic-icon:first-child {
    border-radius: 0 3px 0 0;
}

.sc-numeric-input .sc-numeric-input-buttons .ic-icon:last-child {
    border-radius: 0 0 3px;
}

.smartcharts-light .sc-numeric-input .sc-numeric-input-buttons .ic-icon:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-numeric-input .sc-numeric-input-buttons .ic-icon:hover {
    background: #242828;
}

.smartcharts-light .sc-numeric-input:hover input[type='number'] {
    border-color: #999;
}

.smartcharts-dark .sc-numeric-input:hover input[type='number'] {
    border-color: #6e6e6e;
}

.sc-fontsetting .cq-text-icon {
    margin-right: 5px;
}

.cq-text-icon {
    justify-content: space-around;
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
    font-family: serif;
    font-size: 1.5em;
}

.sc-changefontsize {
    width: 56px;
    margin-right: 5px;
}

.sc-changefontfamily {
    width: 138px;
}

.sc-toggle {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sc-toggle>.ic-icon,
.sc-chart-controls .ic-icon-with-sub {
    width: 24px;
    height: 24px;
}

.sc-chart-size {
    display: flex !important;
    height: auto;
    width: auto !important;
}

.sc-chart-size:after {
    display: none;
}

.sc-chart-size>span {
    opacity: 1;
    position: relative;
    cursor: pointer;
    transition: scale 0.25s;
}

.sc-chart-size .cq-menu-btn {
    cursor: pointer;
    padding: 5px 0px;
}

.smartcharts-light .sc-chart-size .cq-menu-btn:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-chart-size .cq-menu-btn:hover {
    background: #242828;
}

.sc-chart-size .interval-title {
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    display: none;
}

.sc-dtools .tabs--vertical .react-tabs__tab-list {
    padding-top: 0px !important;
}

.sc-dtools--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.sc-dtools--empty>.ic-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 24px;
}

.sc-dtools--empty p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 46px;
}

.smartcharts-light .sc-dtools--empty p {
    color: #6e6e6e;
}

.smartcharts-dark .sc-dtools--empty p {
    color: #999;
}

.sc-dtools__panel {
    width: 360px;
    height: 392px;
    padding: 16px 0 16px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.sc-dtools__panel__head {
    text-align: right;
    padding: 0 16px 16px;
}

.sc-dtools__panel__head .sc-btn {
    cursor: pointer;
}

.sc-dtools__panel__content {
    box-sizing: border-box;
}

.sc-dtools__panel__content--active .sc-dtools__list__item {
    height: 48px;
    padding: 4px 16px;
    cursor: auto;
    cursor: initial;
}

.sc-dtools__list__item {
    height: 40px;
    padding: 10px 16px;
    display: flex;
    margin-right: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.smartcharts-light .sc-dtools__list__item {
    color: #333;
}

.smartcharts-dark .sc-dtools__list__item {
    color: #c2c2c2;
}

.smartcharts-light .sc-dtools__list__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-dtools__list__item:hover {
    background: #242828;
}

.sc-dtools__list__item .info {
    display: flex;
    align-items: center;
}

.sc-dtools__list__item .info .text {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}

.sc-dtools__list__item .info .text span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-right: 16px;
}

.sc-dtools__list__item .info .text small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 2px;
}

.smartcharts-light .sc-dtools__list__item .info .text small {
    color: #999;
}

.smartcharts-dark .sc-dtools__list__item .info .text small {
    color: #6e6e6e;
}

.sc-dtools__list__item .actions {
    display: flex;
    justify-content: space-between;
}

.sc-dtools__list__item .actions small {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
}

.sc-dtools__list__item .actions .ic-icon {
    cursor: pointer;
}

.smartcharts-light .sc-dtools__list__item .actions .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-dtools__list__item .actions .ic-icon svg {
    fill: #c2c2c2;
}

.sc-dtools__category {
    margin-top: 16px;
}

.sc-dtools__category__head {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-bottom: 8px;
}

.smartcharts-light .sc-dtools__category__head {
    color: #999;
}

.smartcharts-dark .sc-dtools__category__head {
    color: #6e6e6e;
}

.sc-dtools .cq-menu-dropdown {
    width: 200px;
    box-sizing: border-box;
    overflow: visible !important;
}

.sc-dtools .cq-menu-dropdown .body {
    padding: 0 7px 0 16px;
    overflow: visible;
}

.sc-dtools .cq-menu-dropdown .body .cq-draw-buttons {
    display: flex;
    margin-top: 18px;
}

.sc-dtools .cq-menu-dropdown .body .cq-draw-buttons+div {
    border-radius: 4px 4px 0 0;
}

.sc-dtools .cq-menu-dropdown .body .cq-draw-button {
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 0 0 8px;
    border-radius: 3px;
    font-weight: bold;
}

.smartcharts-light .sc-dtools .cq-menu-dropdown .body .cq-draw-button {
    border: solid #d6dadb 1px;
}

.smartcharts-dark .sc-dtools .cq-menu-dropdown .body .cq-draw-button {
    border: solid #323738 1px;
}

.sc-dtools .cq-menu-dropdown .body .ciq-list {
    padding-right: 9px;
}

.sc-chart-setting .tabs--vertical .react-tabs__tab-list {
    padding-top: 0px !important;
}

.sc-chart-setting__panel {
    width: 536px;
    height: 564px;
    padding: 24px;
    box-sizing: border-box;
}

.sc-chart-setting__list__item {
    height: 40px;
    display: flex;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.smartcharts-light .sc-chart-setting__list__item {
    color: #333;
}

.smartcharts-dark .sc-chart-setting__list__item {
    color: #eaeced;
}

.sc-chart-setting__list__item .text {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-right: 16px;
    width: 100%;
    padding: 8px 0 8px 16px;
}

.sc-chart-setting__list__item .action {
    margin-right: 20px;
}

.sc-chart-setting__list__item .action--position {
    display: flex;
}

.sc-chart-setting__list__item .action--position .ic-icon {
    opacity: 0.6;
}

.smartcharts-light .sc-chart-setting__list__item .action--position .ic-icon {
    fill: #333;
    stroke: #333;
}

.smartcharts-dark .sc-chart-setting__list__item .action--position .ic-icon {
    fill: #eaeced;
    stroke: #eaeced;
}

.sc-chart-setting__list__item .action--position .ic-icon svg {
    height: 20px;
    width: 20px;
}

.sc-chart-setting__list__item .action--position .ic-icon.active {
    opacity: 1;
}

.sc-chart-setting .form__group {
    margin-bottom: 24px;
}

.sc-chart-setting .form__group .form__label {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-bottom: 16px;
}

.smartcharts-light .sc-chart-setting .form__group .form__label {
    color: #333;
}

.smartcharts-dark .sc-chart-setting .form__group .form__label {
    color: #fff;
}

.smartcharts-light .sc-chart-setting .form__group .sc-checkbox .sc-checkbox__label {
    color: #333;
}

.smartcharts-dark .sc-chart-setting .form__group .sc-checkbox .sc-checkbox__label {
    color: #eaeced;
}

.sc-chart-setting .form__group--theme .form__control {
    display: flex;
    justify-content: space-between;
}

.sc-chart-setting .form__group--theme .form__group__item {
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.sc-chart-setting .form__group--theme .form__group__item .ic-icon {
    border-radius: 4px;
    border: 1px solid transparent;
    width: 238px;
    height: 182px;
    cursor: pointer;
}

.sc-chart-setting .form__group--theme .form__group__item .text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    padding-top: 8px;
}

.smartcharts-light .sc-chart-setting .form__group--theme .form__group__item .text {
    color: #333;
}

.smartcharts-dark .sc-chart-setting .form__group--theme .form__group__item .text {
    color: #eaeced;
}

.smartcharts-light .sc-chart-setting .form__group--theme .form__group__item--active .ic-icon {
    border-color: #85acb0;
}

.smartcharts-dark .sc-chart-setting .form__group--theme .form__group__item--active .ic-icon {
    border-color: #85acb0;
}

.sc-chart-setting .form__group--theme .form__group__item--active .text {
    font-weight: bold;
}

.sc-chart-setting .form__group--language .form__control {
    display: flex;
    flex-wrap: wrap;
}

.sc-chart-setting .form__group--language .form__group__item {
    width: 80px;
    height: 84px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 16px 16px 0;
}

.sc-chart-setting .form__group--language .form__group__item .ic-icon {
    margin: 16px auto 8px;
    width: 36px;
    height: 24px;
}

.sc-chart-setting .form__group--language .form__group__item .ic-icon svg {
    width: 36px;
    height: 24px;
}

.sc-chart-setting .form__group--language .form__group__item .text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .sc-chart-setting .form__group--language .form__group__item .text {
    color: #333;
}

.smartcharts-dark .sc-chart-setting .form__group--language .form__group__item .text {
    color: #eaeced;
}

.smartcharts-light .sc-chart-setting .form__group--language .form__group__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-chart-setting .form__group--language .form__group__item:hover {
    background: #242828;
}

.sc-chart-setting .form__group--language .form__group__item--active {
    background: transparent !important;
}

.smartcharts-light .sc-chart-setting .form__group--language .form__group__item--active {
    border-color: #85acb0;
}

.smartcharts-dark .sc-chart-setting .form__group--language .form__group__item--active {
    border-color: #85acb0;
}

.sc-download-menu .sc-dialog {
    width: 320px;
}

.sc-download {
    padding: 24px;
    display: flex;
    border-radius: 4px;
}

.smartcharts-light .sc-download {
    background: #fff;
    color: #333;
}

.smartcharts-dark .sc-download {
    background: #151717;
    color: #c2c2c2;
}

.sc-download__item {
    width: 88px;
    height: 88px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
}

.sc-download__item .ic-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
}

.smartcharts-light .sc-download__item:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-download__item:hover {
    background: #242828;
}

.sc-download__item__label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    display: block;
}

.sc-download__item--loading>.sc-download__item__label,
.sc-download__item--loading>.ic-icon {
    opacity: 0.32;
}

.smartcharts-mobile .sc-download {
    justify-content: space-around;
}

.smartcharts-mobile .sc-download__item {
    margin: 0px;
}

.smartcharts-mobile .sc-download-menu .sc-dialog {
    left: auto;
    width: 300px;
}

.sc-dialog {
    width: auto;
    top: auto;
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    box-shadow: 0 0 0.63em 0.03em rgba(0, 0, 0, 0.14);
    z-index: -3;
    pointer-events: none;
    transform: translateY(3em);
    transition: pointer-events 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), transform 0.25s cubic-bezier(0.64, 0.04, 0.35, 1), opacity 0.17s cubic-bezier(0.64, 0.04, 0.35, 1), z-index 0.17s cubic-bezier(0.64, 0.04, 0.35, 1);
}

.smartcharts-light .sc-dialog {
    background: #f2f3f4;
}

.smartcharts-dark .sc-dialog {
    background: #0e0e0e;
}

.sc-dialog.sc-dialog-enter-done,
.sc-dialog.sc-dialog-enter-active {
    opacity: 1;
    transform: none;
    z-index: 3;
}

.sc-dialog.sc-dialog-enter-done {
    pointer-events: initial;
}

.sc-dialog__head {
    display: flex;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
    height: 56px;
    box-sizing: border-box;
    border-bottom: 2px solid;
}

.smartcharts-light .sc-dialog__head {
    color: #333;
    background: #fff;
    border-color: #f4f4f6;
}

.smartcharts-dark .sc-dialog__head {
    color: #fff;
    background: #151717;
    border-color: #0e0e0e;
}

.sc-dialog__head--title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    min-width: 240px;
    padding: 16px;
    border-radius: 5px 0 0;
    position: relative;
    box-sizing: border-box;
}

.sc-dialog__head--custom {
    width: 100%;
}

.sc-dialog__head--info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 10px 8px 10px 16px;
}

.sc-dialog__head--info .ic-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 4px;
}

.smartcharts-light .sc-dialog__head--info .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-dialog__head--info .ic-icon svg {
    fill: #c2c2c2;
}

.smartcharts-light .sc-dialog__head--info .ic-icon:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-dialog__head--info .ic-icon:hover {
    background: #242828;
}

.sc-dialog__head--search {
    padding: 10px 0px 10px 12px;
}

.sc-dialog__head--action {
    padding: 16px;
    border-radius: 0 5px 0 0;
}

.sc-dialog__head--action .ic-icon {
    width: 32px;
    height: 32px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 4px;
    padding: 4px;
    position: relative;
    top: -6px;
}

.smartcharts-light .sc-dialog__head--action .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-dialog__head--action .ic-icon svg {
    fill: #c2c2c2;
}

.smartcharts-light .sc-dialog__head--action .ic-icon:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-dialog__head--action .ic-icon:hover {
    background: #242828;
}

.sc-dialog__body {
    border-radius: 0 0 4px 4px;
    position: relative;
}

.smartcharts-light .sc-dialog--tabular .sc-dialog__head {
    background: #fff;
    border-color: #f2f3f4;
}

.smartcharts-dark .sc-dialog--tabular .sc-dialog__head {
    background: #0e0e0e;
    border-color: #151717;
}

.sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    width: 200px;
}

.smartcharts-light .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    background: #f2f3f4;
}

.smartcharts-dark .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    background: #151717;
}

.tabs--vertical {
    display: flex;
    border-radius: 0 0 4px 4px;
}

.tabs--vertical .react-tabs__tab-list {
    margin: 0px;
    width: 240px;
    min-width: 240px;
    border-radius: 0 0 0 5px;
    border-bottom: none;
    padding: 0;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list {
    background: #f2f3f4;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list {
    background: #151717;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 10px 12px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab {
    color: #333;
    border-left: 4px solid #f2f3f4;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab {
    color: #c2c2c2;
    border-left: 4px solid #151717;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon {
    width: 16px;
    height: 16px;
    line-height: 27px;
    margin-right: 16px;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon {
    fill: #333;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon {
    fill: #c2c2c2;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg {
    width: 16px;
    height: 16px;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab .ic-icon svg {
    fill: #c2c2c2;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab .sc-notification-badge {
    position: relative;
    margin-left: 5px;
    top: 0px;
    left: 0px;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover {
    border-left-color: #e6e9e9;
    background: #e6e9e9;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab:hover {
    border-left-color: #242828;
    background: #242828;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab:after {
    display: none !important;
}

.tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected {
    border-radius: 0px;
    font-weight: bold;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected {
    color:  !important;
    background: #fff !important;
    border-left-color: #ff444f !important;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected {
    color: #fff !important;
    background: #0e0e0e !important;
    border-left-color: #ff444f !important;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-list .react-tabs__tab--selected .ic-icon {
    fill: #fff;
}

.tabs--vertical .react-tabs__tab-panel {
    width: calc(100% - 200px);
    border-radius: 0 0 4px;
}

.smartcharts-light .tabs--vertical .react-tabs__tab-panel {
    background: #fff;
}

.smartcharts-dark .tabs--vertical .react-tabs__tab-panel {
    background: #0e0e0e;
}

.tabs--vertical .react-tabs__tab-panel .items {
    border-radius: 0 0 4px;
}

.smartcharts-mobile .sc-dialog {
    left: 10px;
    width: calc(100% - 20px);
}

.smartcharts-mobile .sc-dialog .react-tabs__tab-panel {
    height: 430px;
}

.smartcharts-mobile .sc-dialog .cq-titlebar {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.smartcharts-light .smartcharts-mobile .sc-dialog .cq-titlebar {
    color: #333;
    border-bottom: 2px solid #f2f3f4;
}

.smartcharts-dark .smartcharts-mobile .sc-dialog .cq-titlebar {
    color: #fff;
    border-bottom: 2px solid #0e0e0e;
}

.smartcharts-mobile .sc-dialog .cq-titlebar :last-child {
    margin-left: auto;
}

.smartcharts-mobile .sc-dialog .cq-titlebar .cq-title {
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 10px;
}

.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head {
    background: #fff;
    border-color: #f2f3f4;
}

.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head {
    background: #0e0e0e;
    border-color: #151717;
}

.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    width: 150px;
    min-width: 150px;
    padding: 16px 8px;
}

.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    border-left: 50px solid #f2f3f4;
    background: transparent;
}

.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--title {
    border-left: 50px solid #151717;
    background: transparent;
}

.smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info {
    position: absolute;
    left: 50px;
    width: calc(100% - 90px);
    padding: 10px 8px;
    font-size: 14px;
}

.smartcharts-light .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info {
    background: #fff;
}

.smartcharts-dark .smartcharts-mobile .sc-dialog--tabular .sc-dialog__head .sc-dialog__head--info {
    background: #0e0e0e;
}

.smartcharts-mobile .cq-modal--settings .sc-dialog {
    width: 320px;
    left: calc(50% - 160px);
}

@media (max-width: 767px) and (min-width: 320px) {
    .smartcharts-portal {
        opacity: 0;
        pointer-events: none;
        display: none;
    }
    .smartcharts-portal--open {
        display: block;
        pointer-events: auto;
        opacity: 1;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-modal-dropdown.stxMenuActive {
        z-index: 9999;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown {
        width: 100%;
        height: auto;
        left: 0px;
        bottom: auto;
        transform: translateX(0) translateY(-3em);
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.open {
        margin: 0px;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-done,
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-active {
        opacity: 1;
        transform: translateX(0) translateY(0em);
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-done {
        z-index: 6;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown .cq-dialog__body {
        height: 100% !important;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown .cq-categorical-display {
        flex: 1;
        box-shadow: none;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown .category-title.sticky-top {
        top: unset;
    }
    .smartcharts-portal .smartcharts .smartcharts-mobile .cq-menu-dropdown .cq-scroll-panel .category:last-child {
        padding-bottom: 8em;
    }
}

.ciq-list {
    position: relative;
    box-sizing: border-box;
}

.ciq-list.ps {
    padding-right: 11px;
}

.ciq-list.scrollbar-container .ciq-list-item:first-child {
    margin-top: 16px;
}

.ciq-list.scrollbar-container .ciq-list-item:nth-last-child(-n+3) {
    margin-bottom: 16px;
}

.ciq-list .ciq-list-item {
    cursor: pointer;
    line-height: normal;
    font-size: 1.2em;
    height: auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none;
    box-sizing: border-box;
}

.smartcharts-light .ciq-list .ciq-list-item {
    color: #333;
    background: #fff;
    border: 1px solid #eaeced;
    border-top: none;
}

.smartcharts-dark .ciq-list .ciq-list-item {
    color: #c2c2c2;
    background: #0e0e0e;
    border: 1px solid #1d1f20;
    border-top: none;
}

.ciq-list .ciq-list-item:first-child {
    margin-top: 18px;
    border-radius: 4px 4px 0 0;
}

.smartcharts-light .ciq-list .ciq-list-item:first-child {
    border-top: 1px solid #eaeced;
}

.smartcharts-dark .ciq-list .ciq-list-item:first-child {
    border-top: 1px solid #1d1f20;
}

.ciq-list .ciq-list-item:last-child {
    border-radius: 0 0 4px 4px;
    margin-bottom: 18px;
}

.smartcharts-light .ciq-list .ciq-list-item:hover {
    background-color: #e6e9e9;
}

.smartcharts-dark .ciq-list .ciq-list-item:hover {
    background-color: #242828;
}

.ciq-list .ciq-list-item.active {
    font-weight: bold;
}

.smartcharts-light .ciq-list .ciq-list-item.active {
    color: #2a3052;
    background-color: rgba(0, 0, 0, 0.16);
}

.smartcharts-dark .ciq-list .ciq-list-item.active {
    color: #fff;
    background-color: #323738;
}

.ciq-list .ciq-list-item.disabled {
    pointer-events: none;
}

.ciq-list .ciq-list-item.disabled>* {
    opacity: 0.2;
    cursor: auto;
}

.ciq-list>div:nth-child(3)>div {
    opacity: 0.16;
}

.smartcharts-light .ciq-list>div:nth-child(3)>div {
    background-color: #333 !important;
}

.smartcharts-dark .ciq-list>div:nth-child(3)>div {
    background-color: #c2c2c2 !important;
}

.react-tabs {
    -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0;
}

.react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer;
}

.react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: black;
    border-radius: 5px 5px 0 0;
}

.react-tabs__tab--disabled {
    color: GrayText;
    cursor: default;
}

.react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none;
}

.react-tabs__tab:focus:after {
    content: "";
    position: absolute;
    height: 5px;
    left: -4px;
    right: -4px;
    bottom: -5px;
    background: #fff;
}

.react-tabs__tab-panel {
    display: none;
}

.react-tabs__tab-panel--selected {
    display: block;
}

.cq-chart-settings {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.cq-chart-settings .ciq-num-input>input[type=number] {
    width: 5.5em;
}

.cq-chart-settings .titlebar {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smartcharts-light .cq-chart-settings .titlebar {
    color: #000;
}

.smartcharts-dark .cq-chart-settings .titlebar {
    color: #fff;
}

.cq-chart-settings .titlebar .title {
    font-size: 1.4em;
    padding-left: 16px;
    font-weight: bold;
}

.cq-chart-settings .titlebar .icons {
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

.smartcharts-light .cq-chart-settings .titlebar .icons svg {
    fill: #000;
}

.smartcharts-dark .cq-chart-settings .titlebar .icons svg {
    fill: #fff;
}

.smartcharts-light .cq-chart-settings .titlebar.no-tabs {
    border-bottom: 1px solid #f4f4f6;
}

.smartcharts-dark .cq-chart-settings .titlebar.no-tabs {
    border-bottom: 1px solid #0e0e0e;
}

.cq-chart-settings .tabs {
    height: 40px;
    align-items: stretch;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.smartcharts-light .cq-chart-settings .tabs {
    border-bottom: 1px solid #f4f4f6;
}

.smartcharts-dark .cq-chart-settings .tabs {
    border-bottom: 1px solid #0e0e0e;
}

.cq-chart-settings .tabs>div {
    text-align: center;
    line-height: 40px;
    width: 50%;
    cursor: pointer;
    font-size: 1.4em;
}

.cq-chart-settings .tabs>div.active {
    font-weight: bold;
}

.cq-chart-settings .tabs .active-border {
    position: absolute;
    height: 2px;
    width: calc(50% + 1px);
    bottom: -1px;
    left: 0;
    transition: left linear 0.1s;
}

.smartcharts-light .cq-chart-settings .tabs .active-border {
    background: #7f8397;
}

.smartcharts-dark .cq-chart-settings .tabs .active-border {
    background: #191c31;
}

.cq-chart-settings .tabs .active-border.second {
    left: 50%;
}

.cq-chart-settings .buttons {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px 24px;
    border-radius: 0 0 4px 4px;
    height: 72px;
    box-sizing: border-box;
}

.smartcharts-light .cq-chart-settings .buttons {
    background: #fff;
    border-top: 1px solid #f2f3f4;
}

.smartcharts-dark .cq-chart-settings .buttons {
    background: #151717;
    border-top: 1px solid #0e0e0e;
}

.cq-chart-settings .buttons .sc-btn--delete {
    cursor: pointer;
    padding: 5px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.smartcharts-light .cq-chart-settings .buttons .sc-btn--delete svg {
    fill: #333;
}

.smartcharts-dark .cq-chart-settings .buttons .sc-btn--delete svg {
    fill: #c2c2c2;
}

.smartcharts-light .cq-chart-settings .buttons .sc-btn--delete:hover {
    background: #e6e9e9;
}

.smartcharts-dark .cq-chart-settings .buttons .sc-btn--delete:hover {
    background: #242828;
}

.cq-chart-settings .buttons .sc-btn--reset {
    margin-right: 8px;
    padding: 5px 12px;
}

.cq-chart-settings .description {
    flex-grow: 1;
    padding: 16px;
    font-size: 1.2em;
    line-height: 18px;
}

.cq-chart-settings input[type=number] {
    display: inline-block;
    width: 3.2em;
    line-height: 1.6em;
    margin-right: 5px;
    padding-left: 6px;
    border-radius: 3px;
    font-size: 14px;
}

.smartcharts-mobile .cq-dialog-active {
    visibility: visible;
    z-index: 1;
}

.smartcharts-mobile .cq-settings-dialog .items {
    padding: 5px 0;
}

.smartcharts-mobile .cq-settings-dialog .items .item {
    height: 28px;
}

.sc-search-input {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
}

.sc-search-input>input {
    padding-left: 32px;
    line-height: 2;
    font-size: 1.4rem;
    border: none;
    outline: 0;
    background-color: transparent;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}

.smartcharts-light .sc-search-input>input::-webkit-input-placeholder {
    color: #d6d6d6;
}

.smartcharts-dark .sc-search-input>input::-webkit-input-placeholder {
    color: #3e3e3e;
}

.smartcharts-light .sc-search-input>input:-moz-placeholder {
    color: #d6d6d6;
}

.smartcharts-dark .sc-search-input>input:-moz-placeholder {
    color: #3e3e3e;
}

.smartcharts-light .sc-search-input>input::-moz-placeholder {
    color: #d6d6d6;
}

.smartcharts-dark .sc-search-input>input::-moz-placeholder {
    color: #3e3e3e;
}

.smartcharts-light .sc-search-input>input:-ms-input-placeholder {
    color: #d6d6d6;
}

.smartcharts-dark .sc-search-input>input:-ms-input-placeholder {
    color: #3e3e3e;
}

.smartcharts-light .sc-search-input>input {
    color: #333;
    border: 1px solid #d6dadb;
    background: #fff;
}

.smartcharts-dark .sc-search-input>input {
    color: #fff;
    border: 1px solid #323738;
    background: #0e0e0e;
}

.smartcharts-light .sc-search-input>input:hover {
    border-color: #999;
}

.smartcharts-dark .sc-search-input>input:hover {
    border-color: #999;
}

.smartcharts-light .sc-search-input>input:focus {
    border-color: #85acb0;
}

.smartcharts-dark .sc-search-input>input:focus {
    border-color: #85acb0;
}

.sc-search-input .ic-icon {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 16px;
    height: 16px;
}

.sc-search-input .ic-icon svg {
    width: 16px;
    height: 16px;
    top: -1px;
}

.smartcharts-light .sc-search-input .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-search-input .ic-icon svg {
    fill: #c2c2c2;
}

.sc-search-input .ic-icon.icon-reset {
    left: auto;
    right: 8px;
    opacity: 0;
    top: 5px;
    pointer-events: none;
    cursor: pointer;
}

.sc-search-input .ic-icon.icon-reset svg {
    stroke: none;
}

.smartcharts-light .sc-search-input .ic-icon.icon-reset svg {
    fill: #999;
}

.smartcharts-dark .sc-search-input .ic-icon.icon-reset svg {
    fill: #333;
}

.smartcharts-light .sc-search-input.active>input {
    color: #333 !important;
    border-color: #85acb0 !important;
}

.smartcharts-dark .sc-search-input.active>input {
    color: #fff !important;
    border-color: #85acb0 !important;
}

.sc-search-input.active .ic-icon.icon-reset {
    opacity: 1;
    pointer-events: initial;
}

.sc-mcd {
    width: 560px;
    display: flex;
    height: 100%;
}

.smartcharts-light .sc-mcd {
    color: #333;
    background: #fff;
    box-shadow: 0 2px 8px 0 #999cac;
}

.smartcharts-dark .sc-mcd {
    color: #c2c2c2;
    background: #0e0e0e;
    box-shadow: 0 2px 8px 0 #191c31;
}

.sc-mcd__tabs {
    width: 240px;
    box-sizing: border-box;
}

.smartcharts-light .sc-mcd__tabs {
    background: #f2f3f4;
}

.smartcharts-dark .sc-mcd__tabs {
    background: #151717;
}

.sc-mcd__tabs__head {
    height: 56px;
    padding: 16px 24px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.sc-mcd__content {
    width: 320px;
    display: flex;
    flex-direction: column;
}

.sc-mcd__content__head {
    height: 56px;
    padding: 12px 16px 10px;
    box-sizing: border-box;
}

.smartcharts-light .sc-mcd__content__head {
    border-bottom: 2px solid #f2f3f4;
}

.smartcharts-dark .sc-mcd__content__head {
    border-bottom: 2px solid #151717;
}

.sc-mcd__content__body {
    height: calc(100% - 56px);
    transform: translateZ(0);
    position: relative;
}

.sc-mcd__content__body__scroll {
    overflow-y: auto;
    position: relative;
    height: 100%;
}

.sc-mcd__filter {
    margin: 0px;
    width: 240px;
    min-width: 240px;
    border-radius: 0 0 0 5px;
    border-bottom: none;
    padding: 0;
}

.sc-mcd__filter__item {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.smartcharts-light .sc-mcd__filter__item {
    border-left: 4px solid #f2f3f4;
}

.smartcharts-dark .sc-mcd__filter__item {
    border-left: 4px solid #0e0e0e;
}

.sc-mcd__filter__item .ic-icon {
    display: inline-flex;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 1.3em;
    position: relative;
    top: 2px;
}

.smartcharts-light .sc-mcd__filter__item:hover {
    background-color: #e6e9e9;
    border-left-color: #e6e9e9;
}

.smartcharts-dark .sc-mcd__filter__item:hover {
    background-color: #242828;
    border-left-color: #242828;
}

.sc-mcd__filter__item--selected {
    font-weight: 800;
}

.smartcharts-light .sc-mcd__filter__item--selected {
    color: #333;
    background-color: #fff !important;
    border-left-color: #e31c4b !important;
}

.smartcharts-dark .sc-mcd__filter__item--selected {
    color: #fff;
    background-color: #0e0e0e !important;
    border-left-color: #ff444f !important;
}

.smartcharts-light .sc-mcd__filter__item--selected .ic-icon svg {
    fill: #333;
    stroke: #333;
}

.smartcharts-dark .sc-mcd__filter__item--selected .ic-icon svg {
    fill: #fff;
    stroke: #fff;
}

.sc-mcd__list {
    width: 100%;
}

.sc-mcd__category {
    padding-bottom: 12px;
    position: relative;
}

.smartcharts-light .sc-mcd__category {
    border-bottom: 4px solid #f2f3f4;
}

.smartcharts-dark .sc-mcd__category {
    border-bottom: 4px solid #151717;
}

.sc-mcd__category .empty-category {
    padding: 0.9em 1.2em;
    border-radius: 4px;
    font-size: 14px;
}

.smartcharts-light .sc-mcd__category .empty-category {
    background-color: #fff;
}

.smartcharts-dark .sc-mcd__category .empty-category {
    background-color: #0e0e0e;
}

.sc-mcd__category:last-child {
    margin-bottom: 10px !important;
    border-bottom: none;
}

.sc-mcd__category--has-subtitle {
    padding-top: 6.5em;
}

.sc-mcd__category--favorite .sc-mcd__category__content {
    margin: 0 3px 4px 8px;
}

.sc-mcd__category__head {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 20px;
    line-height: 40px;
    position: relative;
    top: 0;
    transform: translate3d(0, 0, 0);
}

.smartcharts-light .sc-mcd__category__head {
    color: #333;
}

.smartcharts-dark .sc-mcd__category__head {
    color: #fff;
}

.sc-mcd__category__head.sticky-top,
.sc-mcd__category__head.sticky-bottom {
    z-index: 8;
    padding-top: 0px;
    height: 40px;
}

.smartcharts-light .sc-mcd__category__head.sticky-top,
.smartcharts-light .sc-mcd__category__head.sticky-bottom {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.smartcharts-dark .sc-mcd__category__head.sticky-top,
.smartcharts-dark .sc-mcd__category__head.sticky-bottom {
    background-color: #0e0e0e;
    border-bottom: 1px solid #0e0e0e;
}

.sc-mcd__category__head.sticky-top.has-subtitle,
.sc-mcd__category__head.sticky-bottom.has-subtitle {
    height: 60px;
}

.sc-mcd__category__head.sticky-bottom {
    position: absolute;
    top: auto !important;
    bottom: 0px !important;
}

.sc-mcd__category__head.sticky-top {
    position: fixed;
    top: 0px;
    z-index: 9;
    padding-right: 25px;
}

.sc-mcd__category__head .category-name-postfix {
    margin-left: 5px;
}

.sc-mcd__category__head .category-subtitle {
    font-weight: normal;
    line-height: normal;
}

.smartcharts-light .sc-mcd__category__head .category-subtitle {
    color: #7f8397;
}

.smartcharts-dark .sc-mcd__category__head .category-subtitle {
    color: #eaeced;
}

.sc-mcd__category__content--has-subcategory {
    margin: 0 3px 4px 8px;
    border-radius: 4px;
}

.smartcharts-light .sc-mcd__category__content--has-subcategory {
    border: 1px solid #fff;
}

.smartcharts-dark .sc-mcd__category__content--has-subcategory {
    border: 1px solid #0e0e0e;
}

.sc-mcd__category__content--has-subcategory.has-subcategory>div:nth-child(2) {
    border-radius: 4px 4px 0 0;
}

.sc-mcd__category__content--has-subcategory:last-child {
    margin-bottom: 0px;
}

.sc-mcd__category__content .subcategory {
    padding: 0 20px;
    font-size: 1.4em;
    border-radius: 4px 4px 0 0;
    display: flex;
    height: 40px;
    font-weight: bold;
    align-items: center;
}

.smartcharts-light .sc-mcd__category__content .subcategory {
    color: #333;
    background-color: #fff;
}

.smartcharts-dark .sc-mcd__category__content .subcategory {
    color: #fff;
    background-color: #0e0e0e;
}

.sc-mcd__item {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    line-height: initial;
    font-size: 1.4em;
    cursor: pointer;
}

.smartcharts-light .sc-mcd__item {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.smartcharts-dark .sc-mcd__item {
    border-bottom: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}

.sc-mcd__item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sc-mcd__item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.sc-mcd__item:not(:first-child):not(:last-child) {
    border-radius: 4px;
}

.sc-mcd__item__name {
    display: flex;
    align-items: center;
}

.sc-mcd__item__name>span {
    margin-right: 16px;
}

.sc-mcd__item__detail {
    display: flex;
    align-items: center;
}

.smartcharts-light .sc-mcd__item__detail .ic-icon svg {
    fill: #333;
    stroke: #333;
}

.smartcharts-dark .sc-mcd__item__detail .ic-icon svg {
    fill: #999;
    stroke: #999;
}

.sc-mcd__item .closed-market {
    border: 1px solid #f44336;
    color: #f44336;
    padding: 3px 6px;
    font-size: 0.64em;
    border-radius: 4px;
}

.smartcharts-light .sc-mcd__item:hover {
    color: #333;
    background: #e6e9e9;
}

.smartcharts-dark .sc-mcd__item:hover {
    color: #fff;
    background: #242828;
}

.smartcharts-light .sc-mcd__item:hover .sc-mcd__item__detail .ic-icon svg {
    fill: #333;
    stroke: #333;
}

.smartcharts-dark .sc-mcd__item:hover .sc-mcd__item__detail .ic-icon svg {
    fill: #fff;
    stroke: #fff;
}

.smartcharts-light .sc-mcd__item--selected {
    color: #333 !important;
    background: #d6dadb !important;
}

.smartcharts-dark .sc-mcd__item--selected {
    color: #fff !important;
    background: #323738 !important;
}

.sc-mcd__item--selected .sc-mcd__item__name {
    font-weight: bold;
}

.smartcharts-light .sc-mcd__item--selected .sc-mcd__item__detail .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-mcd__item--selected .sc-mcd__item__detail .ic-icon svg {
    fill: #999;
}

.sc-mcd--nested .sc-mcd__category {
    width: 100%;
    padding: 0px;
    max-height: 40px;
    overflow-y: hidden;
    border-bottom: none;
    transition: max-height 0.5s ease-in-out;
}

.sc-mcd--nested .sc-mcd__category__head {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    padding-left: 17px;
    padding-right: 20px;
    cursor: pointer;
}

.sc-mcd--nested .sc-mcd__category__head.sticky-top {
    position: relative;
    top: 0px !important;
}

.sc-mcd--nested .sc-mcd__category__head .category-title-left {
    display: flex;
    align-items: center;
}

.sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon {
    margin-right: 16px;
    position: relative;
    top: -1px;
}

.smartcharts-light .sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon {
    color: #333;
}

.smartcharts-dark .sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon {
    color: #c2c2c2;
}

.sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon svg {
    width: 24px;
    height: 24px;
}

.smartcharts-light .sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-mcd--nested .sc-mcd__category__head .category-title-left .ic-icon svg {
    fill: #c2c2c2;
}

.sc-mcd--nested .sc-mcd__category__head .ic-icon.arrow {
    transition: transform 0.3s ease-in-out;
}

.smartcharts-light .sc-mcd--nested .sc-mcd__category__head .ic-icon.arrow {
    fill: #333;
}

.smartcharts-dark .sc-mcd--nested .sc-mcd__category__head .ic-icon.arrow {
    fill: #c2c2c2;
}

.sc-mcd--nested .sc-mcd__category__content .subcategory {
    font-weight: normal;
}

.smartcharts-light .sc-mcd--nested .sc-mcd__category__content .subcategory {
    color: #999;
}

.smartcharts-dark .sc-mcd--nested .sc-mcd__category__content .subcategory {
    color: #6e6e6e;
}

.sc-mcd--nested .sc-mcd__category--active {
    max-height: 1500px;
}

.sc-mcd--nested .sc-mcd__category--active .sc-mcd__category__head>.ic-icon.arrow {
    transform: rotate(180deg);
}

.smartcharts-mobile .sc-mcd {
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.smartcharts-mobile .sc-mcd__content {
    width: 100%;
    height: 100%;
}

.smartcharts-mobile .sc-mcd__content__head {
    border-bottom: none;
}

.smartcharts-mobile .sc-mcd__category--favorite .sc-mcd__category__content {
    margin: 0 8px 4px;
}

.smartcharts-mobile .sc-mcd__category__content--has-subcategory {
    margin: 0 8px 4px;
}

.smartcharts-mobile .sc-mcd--nested {
    min-height: calc(100% - 38px);
}

.cq-chart-title {
    display: inline-block;
    top: 1em;
    z-index: 41;
    margin: 0.2em 0.8em;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn {
    cursor: pointer;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 10px;
    width: 12px;
}

.cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    width: 12px;
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    fill: #333;
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled .cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    fill: #999;
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn {
    border: solid 1px #85acb0;
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn {
    border: solid 1px #85acb0;
}

.cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    transform: rotate(180deg);
}

.smartcharts-light .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    fill: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .cq-chart-title.ciq-menu.ciq-enabled.stxMenuActive>.cq-menu-btn>.cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    fill: #999;
}

.smartcharts-light .cq-chart-title.ciq-enabled .cq-symbol-select-btn {
    background: #fff;
    border: solid 1px #fff;
}

.smartcharts-dark .cq-chart-title.ciq-enabled .cq-symbol-select-btn {
    background: #0e0e0e;
    border: solid 1px #151717;
}

.cq-chart-title .cq-menu-btn {
    padding: 8px;
    border-radius: 4px;
}

.smartcharts-light .cq-chart-title .cq-menu-btn {
    background: #f2f3f4;
}

.smartcharts-dark .cq-chart-title .cq-menu-btn {
    background: #151717;
}

.cq-chart-title .cq-symbol-select-btn {
    font-family: "IBM Plex Sans", sans-serif;
    padding: 0.58em 1em;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn {
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn {
    color: #fff;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn:hover {
    border: solid 1px #999;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn:hover {
    border: solid 1px #999;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown {
    display: none;
    position: relative;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon.cq-symbol-dropdown svg {
    transition: transform 0.2s ease-in-out;
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon,
.cq-chart-title .cq-symbol-select-btn>.ic-frx,
.cq-chart-title .cq-symbol-select-btn>.ic-wld,
.cq-chart-title .cq-symbol-select-btn>.ic-otc {
    height: 32px;
    width: 32px;
    transform: scale(1.3);
}

.cq-chart-title .cq-symbol-select-btn>.ic-icon>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-frx>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-wld>svg,
.cq-chart-title .cq-symbol-select-btn>.ic-otc>svg {
    height: 32px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-info {
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 20px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-info .cq-market {
    font-size: 1em;
    line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price {
    line-height: 22px;
    font-size: 1.2em;
    text-align: left;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol .cq-animated-price,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price .cq-animated-price {
    transition: color 300ms ease-out;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol .divider,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price .divider {
    padding: 0 3px;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol>div,
.cq-chart-title .cq-symbol-select-btn .cq-chart-price>div {
    line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol {
    font-weight: bold;
    font-size: 1.6em;
    text-align: left;
    line-height: 24px;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-symbol {
    color: #333;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-symbol {
    color: #fff;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol.closed-no-opentime {
    line-height: calc(24px + 1.13em);
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon {
    width: 12px;
    margin-right: 5px;
    height: 12px;
    margin-top: 3px;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-icon svg {
    left: 0;
    position: absolute;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening {
    font-size: 1.2em;
    text-align: left;
    line-height: 1.5;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
    font-weight: bold;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-closed .cq-closed-opening .cq-closed-opening-time {
    color: #fff;
}

.cq-chart-title .cq-symbol-select-btn .cq-symbol-closed-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: auto;
    padding: 0 5px;
    height: 20px;
    border: 2px solid #e31c4b;
    color: #e31c4b;
    border-radius: 4px;
    text-transform: uppercase;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-price>*,
.cq-chart-title .cq-symbol-select-btn .cq-chart-closed>* {
    position: relative;
}

.cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
    display: flex;
    vertical-align: text-bottom;
}

.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.smartcharts-light .cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
    color: #999;
}

.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-price,
.smartcharts-dark .cq-chart-title .cq-symbol-select-btn .cq-chart-closed {
    color: #999;
}

.cq-chart-title .cq-menu-dropdown {
    left: 0px;
    bottom: auto;
    transform: translateX(0) translateY(-3em);
}

.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-active {
    opacity: 1;
    transform: translateX(0) translateY(0em);
}

.cq-chart-title .cq-menu-dropdown.cq-menu-dropdown-enter-done {
    z-index: 6;
}

.smartcharts-mobile .cq-top-ui-widgets {
    width: 100%;
    padding: 0px;
    margin: 0 !important;
    z-index: 3;
}

.smartcharts-mobile .cq-chart-title {
    width: 100%;
    display: block;
    top: 0em;
    margin: 0px;
}

.smartcharts-mobile .cq-chart-title .cq-symbol-select-btn {
    margin: 0.3em 0.4em;
}

.smartcharts-mobile .cq-chart-title .cq-menu-dropdown {
    width: 100%;
    top: 0px;
    margin: 0px;
}

.cq-last-digits {
    position: absolute;
    bottom: 45px;
    left: calc(50% - 150px);
    visibility: hidden;
}

.cq-last-digits.show {
    visibility: visible;
}

.cq-last-digits .cq-bars {
    height: 70px;
}

.smartcharts-light .cq-last-digits .cq-bars {
    color: #7f8397;
}

.smartcharts-dark .cq-last-digits .cq-bars {
    color: #7f8397;
}

.smartcharts-light .cq-last-digits .cq-bars .min {
    color: #e31c4b;
}

.smartcharts-dark .cq-last-digits .cq-bars .min {
    color: #e31c4b;
}

.smartcharts-light .cq-last-digits .cq-bars .max {
    color: #2d9f93;
}

.smartcharts-dark .cq-last-digits .cq-bars .max {
    color: #39b19d;
}

.cq-last-digits .cq-bars .cq-bar-value {
    margin: -16px 0 0 -6px;
    transition: opacity 0.8s linear;
    font-size: 12px;
    opacity: 0;
}

.cq-last-digits .cq-bars .cq-bar-value.show {
    opacity: 1;
}

.cq-last-digits .cq-bars .cq-bar {
    width: 10px;
    position: absolute;
    bottom: 40px;
    transition: height 0.8s ease-in-out;
    border-radius: 16px;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar {
    background-color: #999cac;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar {
    background-color: #555975;
}

.cq-last-digits .cq-bars .cq-bar .cq-bar-title {
    position: absolute;
    bottom: -20px;
    width: 10px;
    text-align: center;
    font-size: 14px;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar.min {
    background-color: #e31c4b;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar.min {
    background-color: #e31c4b;
}

.smartcharts-light .cq-last-digits .cq-bars .cq-bar.max {
    background-color: #2d9f93;
}

.smartcharts-dark .cq-last-digits .cq-bars .cq-bar.max {
    background-color: #39b19d;
}

.cq-last-digits .cq-bar-footer {
    text-align: center;
    width: 475px;
    font-size: 12px;
    top: 60px;
    position: absolute;
    left: -75px;
}

.smartcharts-light .cq-last-digits .cq-bar-footer {
    color: #000;
}

.smartcharts-dark .cq-last-digits .cq-bar-footer {
    color: #fff;
}

.cq-last-digits.minimised {
    bottom: 10px;
}

.cq-last-digits.minimised .cq-bars {
    height: 25px;
}

.cq-last-digits.minimised .cq-bar-footer {
    top: 8px;
}

.cq-bottom-ui-widgets {
    position: absolute;
    width: 100%;
}

.sc-navigation-widget {
    width: 32px;
    position: absolute;
    bottom: 80px;
    left: 13px;
    z-index: 4;
}

.sc-navigation-widget__item--scale {
    margin-bottom: 8px;
}

.sc-navigation-widget__item--zoom .ic-icon:first-child {
    margin-bottom: 2px;
}

.sc-navigation-widget__item--hidden {
    display: none;
}

.sc-navigation-widget__item--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sc-navigation-widget__item .ic-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
    line-height: 41px;
    transition: none;
}

.smartcharts-light .sc-navigation-widget__item .ic-icon {
    background-color: #f2f3f4;
}

.smartcharts-dark .sc-navigation-widget__item .ic-icon {
    background-color: #151717;
}

.smartcharts-light .sc-navigation-widget__item .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-navigation-widget__item .ic-icon svg {
    fill: #c2c2c2;
}

.sc-highlow {
    width: 160px;
    height: 160px;
}

.spot__shape-circule {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-left: 77px;
    margin-top: 77px;
    line-height: 1px;
    position: absolute;
}

.smartcharts-light .spot__fill-red {
    background-color: #e31c4b;
}

.smartcharts-dark .spot__fill-red {
    background-color: #e31c4b;
}

.smartcharts-light .spot__fill-blue {
    background-color: #39b19d;
}

.smartcharts-dark .spot__fill-blue {
    background-color: #39b19d;
}

.spot__label {
    text-align: center;
    padding: 4px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    line-height: 1.5;
}

.smartcharts-light .spot__label {
    background-color: rgba(0, 0, 0, 0.16);
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .spot__label {
    background-color: #303342;
    color: #fff;
}

.spot__label:after {
    content: '';
    position: absolute;
    left: 0;
    margin-left: 0px;
    border-width: 4px;
    border-style: solid;
}

.spot__label[data-label-pos='top'] {
    border-radius: 3px 3px 3px 0px;
    margin-top: 42px;
    margin-left: 79px;
}

.spot__label[data-label-pos='top']:after {
    top: 100%;
}

.smartcharts-light .spot__label[data-label-pos='top']:after {
    border-color: rgba(0, 0, 0, 0.16) transparent transparent rgba(0, 0, 0, 0.16);
}

.smartcharts-dark .spot__label[data-label-pos='top']:after {
    border-color: #303342 transparent transparent #303342;
}

.spot__label[data-label-pos='bottom'] {
    border-radius: 0px 3px 3px;
    margin-top: 91px;
    margin-left: 79px;
}

.spot__label[data-label-pos='bottom']:after {
    bottom: 100%;
}

.smartcharts-light .spot__label[data-label-pos='bottom']:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.16);
}

.smartcharts-dark .spot__label[data-label-pos='bottom']:after {
    border-color: transparent transparent #303342 #303342;
}

html,
body {
    -ms-touch-action: none;
    margin: 0px;
}

.chartContainer {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    position: relative;
    transition: height 0.4s ease-in-out;
}

.smartcharts-light .chartContainer {
    background: #fff;
    color: #555975;
}

.smartcharts-dark .chartContainer {
    background: #0e0e0e;
    color: #999;
}

.chartContainer.ciq-draw-mode {
    cursor: none;
}

.chartContainer .stx-panel-study .stx-subholder:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0px;
}

.smartcharts-light .chartContainer .stx-panel-study .stx-subholder:after {
    background: #d6d6d6;
    background-image: linear-gradient(to left, #d6d6d6 95%, #fff 100%);
}

.smartcharts-dark .chartContainer .stx-panel-study .stx-subholder:after {
    background: #3e3e3e;
    background-image: linear-gradient(to left, #3e3e3e 95%, #0e0e0e 100%);
}

.chartContainer :last-child {
    z-index: 1;
}

.ciq-chart {
    height: auto;
    width: 100%;
    z-index: 4;
}

.smartcharts-light .ciq-chart {
    background: #fff;
}

.smartcharts-dark .ciq-chart {
    background: #0e0e0e;
}

.ciq-chart--screenshot .cq-symbol-select-btn .ic-icon,
.ciq-chart--screenshot .cq-menu-dropdown,
.ciq-chart--screenshot .sc-toolbar-widget,
.ciq-chart--screenshot .sc-navigation-widget,
.ciq-chart--screenshot .stx_jump_today.home,
.ciq-chart--screenshot .stx-panel-control .stx-btn-panel {
    display: none !important;
}

.ciq-chart--screenshot .stx-panel-control {
    left: 5px;
}

.ciq-chart--screenshot .cq-symbol-select-btn .cq-symbol-info {
    margin: 0 !important;
}

.ciq-chart--screenshot .sc-studies-list .stx-btn-panel {
    display: none !important;
}

.cq-chart-control-left .stx-panel-control {
    left: 10px;
}

.cq-chart-control-left .chartContainer {
    width: calc(100% - 100px);
    margin-left: 100px;
}

.sharing .ciq-no-share {
    display: none !important;
    left: -9999px !important;
}

.stx-btn {
    display: inline-block;
    cursor: pointer;
    padding: 0px 8px;
    border: solid 1px #ddd;
    font-weight: bold;
    line-height: 27px;
    color: #7e7e7e;
    text-align: center;
    overflow: visible;
    background-repeat: no-repeat;
    border-radius: 3px;
    transition: color 0.25s, border 0.25s, box-shadow 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stx-btn:hover {
    color: #444444;
    border: solid 1px #c5c5c5;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 0px -8px 6px rgba(100, 100, 100, 0.03);
}

.stx-btn:active {
    color: #333;
    box-shadow: inset 0px 8px 6px rgba(100, 100, 100, 0.03);
}

.stx-btn-panel,
.stx-btn-panel span {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s;
}

.stx-btn-panel {
    margin: 2px;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.smartcharts-light .stx-btn-panel {
    background-color: #fff;
}

.smartcharts-dark .stx-btn-panel {
    background-color: #0e0e0e;
}

.stx-btn-panel>span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat center;
}

.stx-btn-panel:hover span,
.stx-btn-panel:active span {
    opacity: 1;
}

.stx-btn-panel:active svg {
    transform: scale(1.2, 1.2);
}

.stx-btn-panel.stx-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stx-btn-panel .stx-ico-close {
    width: 16px;
    height: 16px;
}

.cq-change:after {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.cq-change.up:after {
    border-bottom: 8px solid #39b19d;
}

.cq-change.down:after {
    border-top: 8px solid #e31c4b;
}

.cq-change .cq-todays-change-percent {
    padding-left: 3px;
}

.stx_chart_controls {
    position: absolute;
    display: block;
    bottom: 60px;
    left: 50%;
    margin-left: -55px;
    height: 27px;
    margin-bottom: 15px;
    width: auto;
    text-align: center;
    z-index: 30;
}

.stx_jump_today:hover,
.stx_jump_today:active {
    opacity: 1;
}

.stx_jump_today {
    color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    right: 10px;
    line-height: 0px;
    height: 32px;
    width: 32px;
    padding: 0px;
    margin-bottom: 17px;
    border-radius: 4px;
    z-index: 15;
    cursor: pointer;
}

.smartcharts-light .stx_jump_today {
    background: #f2f3f4;
}

.smartcharts-dark .stx_jump_today {
    background: #151717;
}

.stx_jump_today svg {
    position: relative;
    left: 8px;
    top: 8px;
}

.smartcharts-light .stx_jump_today svg {
    fill: #333;
}

.smartcharts-dark .stx_jump_today svg {
    fill: #c2c2c2;
}

.stx-baseline-handle {
    cursor: ns-resize;
    display: none;
    opacity: 0.5;
    position: absolute;
    z-index: 30;
    height: 20px;
    width: 20px;
}

.stx-baseline-handle svg {
    height: inherit;
    width: inherit;
}

.stx-baseline-handle:hover {
    opacity: 1;
}

.stx-drag-chart {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.stx-panel-control {
    position: absolute;
    top: 4px;
    left: 80px;
    overflow: hidden;
    z-index: 30;
    display: none;
    border-radius: 4px;
    height: 24px;
}

.smartcharts-light .stx-panel-control {
    background: #f2f3f4;
}

.smartcharts-dark .stx-panel-control {
    background: #151717;
}

.stx-panel-control .stx-btn-panel {
    opacity: 1;
    background: transparent;
}

.smartcharts-light .stx-panel-control .stx-btn-panel svg {
    fill: #333;
    stroke: #333;
}

.smartcharts-dark .stx-panel-control .stx-btn-panel svg {
    fill: #c2c2c2;
    stroke: #c2c2c2;
}

.stx-panel-control .stx-btn-panel.stx_solo_lit svg {
    stroke: transparent !important;
}

.stx-panel-control * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stx-panel-control.stx-show {
    display: inline-flex;
}

.stx-panel-control .stx-btn {
    float: left;
}

.stx-panel-control .stx-panel-title {
    box-shadow: none;
    margin: 0px 4px;
    float: left;
    display: inline-block;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 2.6;
    letter-spacing: normal;
}

.smartcharts-light .stx-panel-control .stx-panel-title {
    color: #333;
}

.smartcharts-dark .stx-panel-control .stx-panel-title {
    color: #c2c2c2;
}

.stx-panel-control .stx-panel-title .bars {
    font-weight: normal;
}

.mSticky {
    position: absolute;
    display: none;
    z-index: 44;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .mSticky {
    color: #333;
    background: #f2f3f4;
}

.smartcharts-dark .mSticky {
    color: #c2c2c2;
    background: #151717;
}

.mSticky .mStickyInterior {
    padding: 8px;
    position: relative;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .mSticky .mStickyInterior {
    background: #d6dadb;
    color: #333;
}

.smartcharts-dark .mSticky .mStickyInterior {
    background: #323738;
    color: #fff;
}

.mSticky .mStickyRightClick {
    position: relative;
}

.stx_draw_ok {
    display: none !important;
}

.vectorTrashCan,
.overlayEdit {
    position: absolute;
    z-index: 40;
}

.sMeasure {
    margin: 0px;
    padding: 5px 10px;
    display: inline-block;
    float: left;
}

.overlayEdit.stx-btn,
.vectorTrashCan.stx-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 3px;
}

.smartcharts-light .overlayEdit.stx-btn,
.smartcharts-light .vectorTrashCan.stx-btn {
    background: #d6dadb !important;
}

.smartcharts-dark .overlayEdit.stx-btn,
.smartcharts-dark .vectorTrashCan.stx-btn {
    background: #323738 !important;
}

.overlayEdit.stx-btn span,
.vectorTrashCan.stx-btn span {
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px !important;
}

.overlayEdit.stx-btn span svg,
.vectorTrashCan.stx-btn span svg {
    fill: #555975;
}

.overlayEdit.stx-btn span.ic-delete,
.vectorTrashCan.stx-btn span.ic-delete {
    display: none;
}

.overlayEdit.stx-btn span.ic-edit,
.vectorTrashCan.stx-btn span.ic-edit {
    display: flex;
}

.rightclick_study .overlayEdit {
    margin: 0px !important;
}

.rightclick_series .overlayEdit.stx-btn>.ic-delete,
.rightclick_series .vectorTrashCan.stx-btn>.ic-delete {
    display: flex;
}

.rightclick_series .overlayEdit.stx-btn>.ic-edit,
.rightclick_series .vectorTrashCan.stx-btn>.ic-edit {
    display: none;
}

.overlayTrashCan {
    display: none !important;
}

.mouseDeleteInstructions {
    margin: 8px;
    background: transparent;
    display: block;
}

.mouseDeleteText,
.mouseManageText {
    display: none;
}

.rightclick_drawing .mouseManageText {
    display: inline;
}

.rightclick_series .mouseDeleteText {
    display: inline;
}

.stx-loader {
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 50;
}

.stx_current_hr_up,
.stx_current_hr_down {
    font-weight: bold;
    font-size: 12px;
    font-family: "IBM Plex Sans", sans-serif;
}

.smartcharts-light .stx_current_hr_up,
.smartcharts-light .stx_current_hr_down {
    color: #fff;
    background-color: #ff444f;
}

.smartcharts-dark .stx_current_hr_up,
.smartcharts-dark .stx_current_hr_down {
    color: #fff;
    background-color: #ff444f;
}

.stx-float-price,
.stx-float-date {
    border-radius: 4px;
    font-weight: normal;
}

.smartcharts-light .stx-float-price,
.smartcharts-light .stx-float-date {
    background-color: #d6dadb;
    color: #333 !important;
}

.smartcharts-dark .stx-float-price,
.smartcharts-dark .stx-float-date {
    background-color: #323738;
    color: #fff !important;
}

.stx-float-date {
    position: absolute;
    font-size: 12px;
    font-family: 'Helvetica';
    z-index: 3;
    padding: 0 8px;
    text-align: center;
    width: auto;
    height: 30px;
    line-height: 31px;
    box-size: content-box;
}

.stx_crosshair {
    position: absolute;
    z-index: 1;
}

.smartcharts-light .stx_crosshair {
    background-color: #d6dadb;
}

.smartcharts-dark .stx_crosshair {
    background-color: #323738;
}

.stx_crosshair_drawing {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.smartcharts-light .stx_crosshair_drawing {
    background-color: #d6dadb;
}

.smartcharts-dark .stx_crosshair_drawing {
    background-color: #323738;
}

.crossY,
.stx_crosshair_y {
    left: 0px;
    height: 1px;
    width: 98%;
    margin-top: 0;
}

.crossX,
.stx_crosshair_x {
    top: 0px;
    width: 1px;
    height: 100%;
}

.stx-crosshair-on {
    cursor: crosshair;
}

.stx_panels {
    font-family: 'Helvetica';
    font-size: 12px;
    color: #fff;
}

.stx_panel_background {
    color: #7c878b;
}

.stx_panel_border {
    width: 1px;
    color: #cccccc;
}

.stx_grid {
    width: 1px;
    opacity: 1;
    border: none;
}

.smartcharts-light .stx_grid {
    background: #fff;
    color: #f2f3f4;
}

.smartcharts-dark .stx_grid {
    background: #0e0e0e;
    color: #1d1f20;
}

.stx_grid_border {
    opacity: 0.2;
    border-style: solid;
}

.smartcharts-light .stx_grid_border {
    border-color: rgba(153, 156, 172, 0.32);
}

.smartcharts-dark .stx_grid_border {
    border-color: rgba(127, 131, 151, 0.3);
}

.stx_line_chart {
    width: 1px;
    border-top-style: dotted;
}

.stx_bar_chart,
.stx_bar_up,
.stx_bar_down,
.stx_bar_even {
    width: 1px;
}

.smartcharts-light .stx_line_chart,
.smartcharts-light .stx_bar_chart {
    color: #7f8397;
}

.smartcharts-dark .stx_line_chart,
.smartcharts-dark .stx_bar_chart {
    color: #fff;
}

.stx_bar_down {
    color: #f95454;
}

.stx_bar_up {
    color: #4caf50;
}

.stx_baseline_delta_mountain {
    background-color: rgba(163, 102, 255, 0.5);
    color: rgba(163, 102, 255, 0.01);
    padding: 3px;
}

.stx_colored_mountain_chart {
    background-color: rgba(163, 102, 255, 0.5);
    color: rgba(163, 102, 255, 0.01);
    width: 2px;
    padding: 4px;
}

.stx_mountain_chart {
    width: 1px;
}

.smartcharts-light .stx_mountain_chart {
    border: #85acb0;
    background-color: rgba(133, 172, 176, 0.16);
    color: rgba(255, 255, 255, 0);
}

.smartcharts-dark .stx_mountain_chart {
    border: #fff;
    background-color: rgba(255, 255, 255, 0.36);
    color: rgba(16, 19, 32, 0);
}

.stx_histogram_down {
    color: #f95454;
}

.smartcharts-light .stx_histogram_down {
    border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_down {
    border-left-color: #fff;
}

.stx_histogram_up {
    color: #4caf50;
}

.smartcharts-light .stx_histogram_up {
    border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_up {
    border-left-color: #fff;
}

.stx_histogram_even {
    color: #999999;
}

.smartcharts-light .stx_histogram_even {
    border-left-color: #999cac;
}

.smartcharts-dark .stx_histogram_even {
    border-left-color: #fff;
}

.stx_highlight_vector {
    color: #ff0000;
    width: 3px;
}

.stx_candle_shadow,
.stx_bar_even {
    color: #2e383b;
}

.stx_candle_down,
.stx_line_down {
    color: #f95454;
    border-left-color: transparent;
}

.stx_candle_up,
.stx_line_up {
    color: #4caf50;
    border-left-color: transparent;
}

.stx_hollow_candle_down {
    color: #f95454;
}

.stx_hollow_candle_up {
    color: #4caf50;
}

.stx_hollow_candle_even {
    color: #888888;
}

.stx_baseline {
    color: #2e383b;
}

.stx_baseline_down {
    color: #f95454;
    width: 2px;
}

.stx_baseline_up {
    color: #4caf50;
    width: 2px;
}

.stx_kagi_down {
    color: #f95454;
    width: 1px;
}

.stx_kagi_up {
    color: #4caf50;
    width: 3px;
}

.stx_pandf_down {
    color: #f95454;
    padding: 2px 0px;
    width: 2px;
}

.stx_pandf_up {
    color: #4caf50;
    padding: 2px 0px;
    width: 2px;
}

.stx_volume_up {
    color: #4caf50;
}

.smartcharts-light .stx_volume_up {
    border: #999cac;
}

.smartcharts-dark .stx_volume_up {
    border: #fff;
}

.stx_volume_down {
    color: #f95454;
}

.smartcharts-light .stx_volume_down {
    border: #999cac;
}

.smartcharts-dark .stx_volume_down {
    border: #fff;
}

.stx_volume_underlay_up {
    color: #8cc176;
    opacity: 0.3;
    border-left-color: #000;
}

.stx_volume_underlay_down {
    color: #b82d0c;
    opacity: 0.3;
    border-left-color: #000;
}

.stx_volume_profile {
    opacity: 0.3;
    border-color: #000;
}

.stx_projection_new {
    color: #0000ff;
}

.stx_gaps {
    color: #b1b7b8;
    opacity: 0.3;
}

.stx_histogram {
    opacity: 0.2;
}

.smartcharts-light .stx_histogram {
    color: #555975;
}

.smartcharts-dark .stx_histogram {
    color: #999;
}

.stx_annotation {
    font-size: 13px;
    font-family: 'Helvetica';
    background: transparent;
    box-shadow: none;
    padding: 0px 6px;
    outline: none;
    color: #333;
    resize: none;
    z-index: 1000;
}

.smartcharts-light .stx_annotation {
    border: 1px solid #999cac;
}

.smartcharts-dark .stx_annotation {
    border: 1px solid #fff;
}

.stx_annotation_bg {
    color: #f5f5f5;
}

.stx_annotation_highlight {
    color: #fff;
}

.stx_annotation_highlight_bg {
    color: #3d4447;
}

.annotationSave,
.annotationCancel,
.stx-btn.stx_annotation_save,
.stx-btn.stx_annotation_cancel {
    position: absolute;
    display: none;
    font-size: 11px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 50;
}

.annotationCancel,
.stx_annotation_cancel {
    margin-left: 10px;
}

.stx_watermark {
    font-size: 16px;
    font-family: 'Helvetica';
}

.stx_fib_levels {
    font-size: 12px;
    font-family: 'Helvetica';
    color: transparent;
}

.stx-holder {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 4;
}

.stx-subholder {
    position: absolute;
    overflow: hidden;
}

.stx-subholder:before {
    content: ' ';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("https://static.cdnpub.info/traderoom/map.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    background-size: cover;
}

.smartcharts-light .stx-subholder:before {
    opacity: .05;
}

.smartcharts-dark .stx-subholder:before {
    opacity: .4;
}

.stx_market_session.divider {
    background-color: rgba(0, 255, 0, 0.8);
    width: 1px;
}

.stx_market_session.pre {
    background-color: rgba(255, 255, 0, 0.1);
}

.stx_market_session.post {
    background-color: rgba(0, 0, 255, 0.2);
}

.stx_grid_dark {
    opacity: 1;
    opacity: 0.95;
    border-style: solid;
    border: none;
}

.smartcharts-light .stx_grid_dark {
    color: #555975;
}

.smartcharts-dark .stx_grid_dark {
    color: #999;
}

.stx_yaxis,
.stx_xaxis,
.stx_xaxis_dark {
    font-size: 10px;
    font-family: "IBM Plex Sans", sans-serif;
}

.smartcharts-light .stx_yaxis,
.smartcharts-light .stx_xaxis,
.smartcharts-light .stx_xaxis_dark {
    color: #555975;
}

.smartcharts-dark .stx_yaxis,
.smartcharts-dark .stx_xaxis,
.smartcharts-dark .stx_xaxis_dark {
    color: #999;
}

.stx_price_label {
    font-weight: normal;
    font-size: 12px;
    font-family: "IBM Plex Sans", sans-serif;
}

.smartcharts-light .stx_price_label {
    color: #555975;
}

.smartcharts-dark .stx_price_label {
    color: #999;
}

.stx-holder:hover .stx-btn-panel {
    opacity: 1;
    transition: opacity 0.5s, height 0.3s;
}

.stx-ico-handle {
    opacity: 1;
    position: absolute;
    left: 0%;
    height: 1px;
    width: 100%;
    overflow: hidden;
    cursor: ns-resize;
    z-index: 1;
}

.smartcharts-light .stx-ico-handle {
    box-shadow: 0 0 0px 2px #fff;
    background: #fff;
}

.smartcharts-dark .stx-ico-handle {
    box-shadow: 0 0 0px 2px #0e0e0e;
    background: #0e0e0e;
}

.stx-ico-handle span {
    padding: 100%;
}

.smartcharts-light .stx-ico-handle span {
    background: #d6dadb;
}

.smartcharts-dark .stx-ico-handle span {
    background: #323738;
}

.stx-ico-handle:hover {
    opacity: 0.3;
}

.stx-ico-handle:active {
    cursor: ns-resize;
}

.stx-ico-handle.stx-grab {
    opacity: 0.3;
    height: 2px;
}

.smartcharts-light .stx-ico-handle.stx-grab {
    background-color: #999cac;
}

.smartcharts-dark .stx-ico-handle.stx-grab {
    background-color: #fff;
}

.stx_panel_drag {
    color: transparent;
}

.stx_xaxis,
.stx_yaxis,
.stx_watermark {
    font-family: "IBM Plex Sans", sans-serif;
}

.ciq-menu>span.icons-on {
    margin-top: -3px;
}

.stx_range_slider.shading {
    background-color: rgba(128, 128, 128, 0.3);
    border: solid 2px #0090b7;
    width: 5px;
}

.stx-chart-panel.stx-show {
    display: none;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    background-color: transparent !important;
}

.cq-spot {
    width: 6px;
    height: 6px;
    padding: 0px;
    line-height: 1px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    background: transparent;
    -webkit-animation: pulse 1.6s infinite;
    animation: pulse 1.6s infinite;
    margin-left: -3px;
    margin-top: -3px;
    box-shadow: 0 0 0 rgba(255, 153, 51, 0.6);
    z-index: -2 !important;
}

.cq-spot:before {
    content: '\25CF';
    font-size: 18px;
    color: #f93;
    position: relative;
    left: -2.3px;
    line-height: 5px;
}

.cq-spot.cq-endpoint {
    position: absolute;
    text-align: center;
    width: 1px;
    height: 100%;
    line-height: 20px;
    color: #ffffff;
    bottom: 0px !important;
    top: 0px !important;
    -webkit-animation: none;
    animation: none;
}

.smartcharts-light .cq-spot.cq-endpoint {
    border-left: 2px dashed #ff444f;
}

.smartcharts-dark .cq-spot.cq-endpoint {
    border-left: 2px dashed #ff444f;
}

.cq-spot.cq-endpoint:before {
    content: '\25CF';
    font-size: 18px;
    color: #0298d3;
    position: relative;
    left: -2.3px;
    line-height: 5px;
    display: none;
}

.cq-spot.cq-endpoint .cq-endpoint-label {
    width: 145px;
    padding: 1px 9px;
    border-radius: 4px;
    position: absolute;
    top: calc(100% - 22px);
    transform: translateX(-50%);
}

.smartcharts-light .cq-spot.cq-endpoint .cq-endpoint-label {
    background-color: #ff444f;
    color: #fff;
}

.smartcharts-dark .cq-spot.cq-endpoint .cq-endpoint-label {
    background-color: #ff444f;
    color: #fff;
}

.closed-chart .cq-spot {
    -webkit-animation: none;
    animation: none;
}

.smartcharts-light .closed-chart .cq-spot:before {
    color: #d6d6d6;
}

.smartcharts-dark .closed-chart .cq-spot:before {
    color: #303342;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 51, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 153, 51, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 51, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 51, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 153, 51, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 153, 51, 0);
    }
}

.smartcharts-mobile .mSticky {
    background: none;
}

.smartcharts-mobile .mSticky .mStickyInterior {
    margin: 0px;
    padding: 0px 8px 0 !important;
    line-height: 30px;
    border-radius: 3px 0px 0px 3px;
    width: auto;
    z-index: 99;
}

.smartcharts-mobile .mSticky .mStickyRightClick {
    margin-left: -2px !important;
}

.smartcharts-mobile .stx-panel-control .stx-panel-title {
    font-size: 13px;
    line-height: 2;
}

.smartcharts-mobile .stx-panel-control .stx-btn-panel .stx-ico-edit {
    width: 22px;
    height: 22px;
}

.smartcharts-mobile .stx-panel-control .stx-btn-panel .stx-ico-edit svg {
    width: 22px;
    height: 22px;
}

.stx-textarea {
    padding: 0 5px 0 10px;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.smartcharts-light .stx-textarea {
    border-left: 1px solid #7f8397;
}

.smartcharts-dark .stx-textarea {
    border-left: 1px solid #fff;
}

.annotationCancel,
.annotationSave {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    line-height: 27px;
    height: 27px;
    padding: 0 10px;
    cursor: pointer;
    border: none;
    transition: all 0.2s 0s, opacity 0.2s 0s;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.smartcharts-light .annotationCancel,
.smartcharts-light .annotationSave {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .annotationCancel,
.smartcharts-dark .annotationSave {
    background: #0e0e0e;
    color: #999;
}

.annotationCancel:hover,
.annotationSave:hover {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.annotationCancel:active,
.annotationSave:active {
    border: none;
    transition: all 0s 0s;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cq-menu-dropdown .ps-scrollbar-y-rail {
    z-index: 1000000;
}

.ciq-chart-area,
.ciq-chart,
.stx-panel-side {
    box-sizing: border-box;
}

.ciq-chart-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
    z-index: 1;
    padding: 0px;
}

.smartcharts-light .ciq-chart-area {
    background: #fff;
}

.smartcharts-dark .ciq-chart-area {
    background: #0e0e0e;
}

.smartcharts {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1em;
    overflow: hidden;
    top: 0;
}

.smartcharts-light .smartcharts {
    background: #fff;
}

.smartcharts-dark .smartcharts {
    background: #0e0e0e;
}

.smartcharts input {
    font-weight: 300;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.smartcharts-light .smartcharts input {
    color: #7f8397;
    background-color: #fff;
}

.smartcharts-dark .smartcharts input {
    color: #fff;
    background-color: #0e0e0e;
}

.smartcharts-light .smartcharts input::-moz-placeholder {
    color: #7f8397;
}

.smartcharts-light .smartcharts input::placeholder,
.smartcharts-light .smartcharts input::-moz-placeholder {
    color: #7f8397;
}

.smartcharts-dark .smartcharts input::-moz-placeholder {
    color: #fff;
}

.smartcharts-dark .smartcharts input::placeholder,
.smartcharts-dark .smartcharts input::-moz-placeholder {
    color: #fff;
}

.smartcharts div,
.smartcharts li,
.smartcharts span,
.smartcharts a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.smartcharts .cq-top-ui-widgets {
    position: absolute;
    z-index: 5;
    margin: 0.2em 0.5em;
    width: 100%;
    pointer-events: none;
}

.smartcharts .cq-top-ui-widgets>div {
    pointer-events: initial;
}

.smartcharts .ciq-menu {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

.smartcharts .ciq-menu-section {
    float: right;
}

.smartcharts .smartcharts-mobile,
.smartcharts .smartcharts-desktop {
    position: absolute;
    height: 100%;
    width: 100%;
}

.smartcharts .cq-chart-control-left .cq-top-ui-widgets {
    left: 90px;
}

.smartcharts .cq-chart-control-left .cq-notifications {
    right: 100px;
}

.smartcharts--has-markers .stx-subholder {
    z-index: 108 !important;
}

.smartcharts--loading .cq-menu-btn,
.smartcharts--loading .sc-toolbar-widget,
.smartcharts--loading .ciq-navigation-widget,
.smartcharts--loading .sc-chart-footer {
    opacity: 0.24;
}

.smartcharts .smartcharts-mobile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.smartcharts .smartcharts-mobile .cq-top-ui-widgets {
    z-index: 13;
}

.cq-modal__overlay {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.ciq-modal .cq-modal__overlay {
    z-index: 9999;
    position: absolute;
}

.smartcharts-light .ciq-modal .cq-modal__overlay {
    background: rgba(0, 0, 0, 0.72);
}

.smartcharts-dark .ciq-modal .cq-modal__overlay {
    background: rgba(0, 0, 0, 0.72);
}

.ciq-menu {
    position: relative;
}

.smartcharts-light .ciq-menu {
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .ciq-menu {
    color: #999;
}

.ciq-menu>span {
    padding: 0 12px 0 0;
    position: relative;
    font-weight: 400;
}

.ciq-menu .cq-menu-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ciq-menu.ciq-enabled>.cq-menu-btn {
    cursor: pointer;
}

.cq-menu-dropdown {
    display: block;
    line-height: 2.1em;
    position: absolute;
    overflow: hidden;
    height: auto;
    border-radius: 3px;
    bottom: 5em;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    transition: transform 300ms, opacity 300ms;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.smartcharts-light .cq-menu-dropdown {
    color: #333;
    background-color: #f2f3f4;
}

.smartcharts-dark .cq-menu-dropdown {
    color: #c2c2c2;
    background-color: #0e0e0e;
}

.cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-menu-dropdown.cq-menu-dropdown-enter-active {
    opacity: 1;
}

.cq-menu-dropdown.cq-menu-dropdown-enter-done {
    pointer-events: initial;
}

.cq-menu-dropdown .title {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 9px 16px;
    box-sizing: content-box;
}

.smartcharts-light .cq-menu-dropdown .title {
    background: #fff;
    color: #333;
}

.smartcharts-dark .cq-menu-dropdown .title {
    background: #151717;
    color: #fff;
}

.cq-menu-dropdown .title .title-text {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}

.smartcharts-light .cq-menu-dropdown .title>.ic-icon {
    color: #333;
}

.smartcharts-dark .cq-menu-dropdown .title>.ic-icon {
    color: #c2c2c2;
}

.cq-menu-dropdown .icon-close-menu {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    pointer-events: none;
    opacity: 0;
}

.smartcharts-light .cq-menu-dropdown .cq-categorical-display .cq-lookup-filters {
    background: #f2f3f4;
}

.smartcharts-dark .cq-menu-dropdown .cq-categorical-display .cq-lookup-filters {
    background: #151717;
}

.smartcharts-mobile .ciq-menu.stxMenuActive {
    z-index: 9;
}

.smartcharts-mobile .ciq-menu .cq-menu-btn:hover>.ic-icon svg,
.smartcharts-mobile .ciq-menu .cq-menu-btn:hover>.cq-toggle svg {
    background: transparent;
}

.smartcharts-mobile .cq-modal-dropdown.stxMenuActive {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.smartcharts-mobile .cq-modal-dropdown.ciq-studies .cq-modal__overlay .cq-menu-dropdown,
.smartcharts-mobile .cq-modal-dropdown.cq-comparison-new .cq-modal__overlay .cq-menu-dropdown,
.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-modal__overlay .cq-menu-dropdown {
    height: 100%;
}

.smartcharts-mobile .cq-modal-dropdown.ciq-studies .cq-modal__overlay .cq-menu-dropdown .title,
.smartcharts-mobile .cq-modal-dropdown.cq-comparison-new .cq-modal__overlay .cq-menu-dropdown .title,
.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-modal__overlay .cq-menu-dropdown .title {
    border-bottom: none !important;
}

.smartcharts-mobile .cq-modal-dropdown .cq-modal__overlay {
    position: relative;
    transition: opacity 300ms;
    height: inherit;
    width: 100%;
    padding: 0;
    opacity: 0;
}

.smartcharts-mobile .cq-modal-dropdown.stxMenuActive .cq-modal__overlay {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.smartcharts-mobile .cq-modal-dropdown.cq-chart-title .cq-menu-dropdown {
    transform: translateY(-3em);
}

.smartcharts-mobile .cq-modal-dropdown .cq-scroll-panel {
    border-left: none;
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown {
    height: auto;
    bottom: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    position: absolute;
    transform: translateY(3em);
    border: none;
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown.cq-menu-dropdown-enter-active {
    transform: translateY(0em);
}

.smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown .title .title-text {
    font-size: 14px;
}

.smartcharts-light .smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown .title .icon-close-menu svg {
    fill: #333;
}

.smartcharts-dark .smartcharts-mobile .cq-modal-dropdown .cq-menu-dropdown .title .icon-close-menu svg {
    fill: #fff;
}

.smartcharts-mobile .cq-menu-dropdown.open .icon-close-menu,
.smartcharts-mobile .cq-menu-dropdown.cq-menu-dropdown-enter-done .icon-close-menu {
    pointer-events: initial;
    opacity: 1;
}

.cq-chart-unavailable {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    z-index: 1;
    font-size: 1.7em;
    color: #878787;
}

.sc-tooltip__inner {
    position: absolute;
    top: 0px;
    left: 50%;
    border-radius: 4px;
    height: 34px;
    width: auto;
    white-space: nowrap;
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    opacity: 0;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(calc(-100% - 8px));
    pointer-events: none;
}

.smartcharts-light .sc-tooltip__inner {
    background: #d6dadb;
    color: #333;
}

.smartcharts-dark .sc-tooltip__inner {
    background: #323738;
    color: #fff;
}

.sc-tooltip__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    content: ' ';
    bottom: 0px;
    left: calc(50% - 6px);
    background: transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateY(100%);
}

.smartcharts-light .sc-tooltip__inner:before {
    border-top: 6px solid #d6dadb;
}

.smartcharts-dark .sc-tooltip__inner:before {
    border-top: 6px solid #323738;
}

.sc-tooltip--right .sc-tooltip__inner {
    left: calc(100% + 10px);
    top: calc(50% - 17px);
    transform: none;
}

.sc-tooltip--right .sc-tooltip__inner:before {
    left: -6px;
    bottom: calc(50% - 6px);
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
    border-left: none;
    transform: translateY(0);
}

.smartcharts-light .sc-tooltip--right .sc-tooltip__inner:before {
    border-right: 6px solid #d6dadb;
}

.smartcharts-dark .sc-tooltip--right .sc-tooltip__inner:before {
    border-right: 6px solid #323738;
}

.sc-tooltip--enable:hover .sc-tooltip__inner {
    opacity: 1;
    z-index: 3;
}

.sc-notification-badge {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

.smartcharts-light .sc-notification-badge {
    background: #ec3f3f;
    color: #fff;
}

.smartcharts-dark .sc-notification-badge {
    background: #ec3f3f;
    color: #fff;
}

.sc-btn {
    padding: 5px 16px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    border-radius: 4px;
    outline: none !important;
    border: 1px solid;
}

.smartcharts-light .sc-btn {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #ff444f;
}

.smartcharts-dark .sc-btn {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #ff444f;
}

.sc-btn[type='button'] {
    cursor: pointer;
}

.smartcharts-light .sc-btn:hover {
    background: rgba(255, 68, 79, 0.08);
}

.smartcharts-dark .sc-btn:hover {
    background: rgba(255, 68, 79, 0.08);
}

.sc-btn--sm {
    padding: 3px 12px;
    font-size: 12px;
}

.sc-btn--w100 {
    width: 100%;
}

.smartcharts-light .sc-btn--primary {
    border-color: #ff444f;
    background: #ff444f;
    color: #fff;
}

.smartcharts-dark .sc-btn--primary {
    border-color: #ff444f;
    background: #ff444f;
    color: #fff;
}

.smartcharts-light .sc-btn--primary:hover {
    border-color: #eb3e48;
    background: #eb3e48;
}

.smartcharts-dark .sc-btn--primary:hover {
    border-color: #ff525c;
    background: #ff525c;
}

.sc-btn--primary--disabled {
    opacity: 0.32;
}

.smartcharts-light .sc-btn--primary--disabled {
    border-color: #ff444f;
    background: #ff444f;
}

.smartcharts-dark .sc-btn--primary--disabled {
    border-color: #ff444f;
    background: #ff444f;
}

.smartcharts-light .sc-btn--primary--disabled:hover {
    border-color: #ff444f;
    background: #ff444f;
}

.smartcharts-dark .sc-btn--primary--disabled:hover {
    border-color: #ff444f;
    background: #ff444f;
}

.sc-btn--outline-secondary {
    background: transparent;
}

.smartcharts-light .sc-btn--outline-secondary {
    border-color: #999;
    color: #333;
}

.smartcharts-dark .sc-btn--outline-secondary {
    border-color: #6e6e6e;
    color: #fff;
}

.smartcharts-light .sc-btn--outline-secondary:hover {
    background: rgba(0, 0, 0, 0.08) !important;
}

.smartcharts-dark .sc-btn--outline-secondary:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.sc-chart__status {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 4px 0;
    opacity: 1;
}

.smartcharts-light .sc-chart__status {
    background: #f2f3f4;
}

.smartcharts-dark .sc-chart__status {
    background: #f2f3f4;
}

.smartcharts-light .sc-chart__status--online {
    background: #4bb4b3;
}

.smartcharts-dark .sc-chart__status--online {
    background: #4bb4b3;
}

.sc-chart__status--blinker {
    -webkit-animation: blinking-network-status 0.4s infinite alternate;
    animation: blinking-network-status 0.4s infinite alternate;
}

.smartcharts-light .sc-chart__status--blinker {
    background: #4bb4b3;
}

.smartcharts-dark .sc-chart__status--blinker {
    background: #4bb4b3;
}

.smartcharts-light .sc-chart__status--offline {
    background: #cc2e3d;
}

.smartcharts-dark .sc-chart__status--offline {
    background: #cc2e3d;
}

.sc-input {
    border-radius: 4px 0 0 4px;
    height: 40px;
    box-sizing: border-box;
    border-right: none !important;
    position: relative;
    outline: none !important;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    background: transparent;
}

.smartcharts-light .sc-input {
    border: 1px solid #d6dadb;
}

.smartcharts-dark .sc-input {
    border: 1px solid #323738;
}

.sc-input::-moz-placeholder {
    font-size: 14px;
}

.sc-input::placeholder,
.sc-input::-moz-placeholder {
    font-size: 14px;
}

.smartcharts-light .sc-input::-moz-placeholder {
    color: #999;
}

.smartcharts-light .sc-input::placeholder,
.smartcharts-light .sc-input::-moz-placeholder {
    color: #999;
}

.smartcharts-light .sc-input:hover {
    border-color: #999;
}

.smartcharts-dark .sc-input:hover {
    border-color: #6e6e6e;
}

.smartcharts-light .sc-input--active {
    border-color: #85acb0 !important;
}

.smartcharts-dark .sc-input--active {
    border-color: #85acb0 !important;
}

@-webkit-keyframes blinking-network-status {
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinking-network-status {
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.barrier-area {
    padding: 13px 0;
    position: absolute;
    width: 100%;
}

.chart-line {
    position: absolute;
    z-index: 35;
}

.chart-line.horizontal {
    width: 100%;
    left: 0;
    font-size: 1em;
}

.chart-line.horizontal:hover {
    z-index: 105;
}

.chart-line.horizontal.draggable>.draggable-area {
    height: 20px;
    top: -8px;
    position: absolute;
    width: 100%;
}

.chart-line.horizontal.draggable>.draggable-area:hover {
    background: rgba(0, 0, 0, 0.05);
}

.chart-line.horizontal .drag-line {
    height: 1px;
    float: left;
    width: 100%;
    margin-left: -10px;
    position: relative;
    border-top-width: 0;
}

.chart-line.horizontal .title-wrapper {
    position: absolute;
    height: 24px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.001) 30%, var(--general-main-1) 50%, rgba(255, 255, 255, 0.001) 75%);
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 3px 10px;
    font-weight: bold;
}

.chart-line.horizontal .title-wrapper .title {
    white-space: pre-wrap;
}

.draggable.chart-line:hover.horizontal {
    cursor: ns-resize;
}

.draggable.chart-line:hover.vertical {
    cursor: ew-resize;
}

.hide-pricelines>.chart-line.horizontal,
.hide-pricelines>.barrier-area {
    display: none;
}

.drag-price {
    display: block;
    height: 24px;
    top: -11px;
    position: absolute;
    right: -1px;
    border: 1px solid inherit;
}

.drag-price .arrow-icon {
    height: 39px;
    padding: 4px 0px;
    position: absolute;
    transition: none;
    left: 2px;
    background: var(--general-main-1);
    width: calc(100% - 2px);
}

.no-touch .price-arrow span {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    width: 15px;
    height: 15px;
    background-position: -4px -488px;
    opacity: 0;
    transition: opacity 0.2s;
}

.no-touch .chart-line:hover .price-arrow {
    width: 20px;
    height: 23px;
}

.no-touch .chart-line:hover .price-arrow span {
    opacity: 1;
}

.price {
    font-size: 12px;
    display: block;
    padding: 3px 1px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
}

.draggable .price {
    padding-left: 16px;
}

.draggable .price:after {
    font-weight: normal;
    content: '≡';
    font-size: 25px;
    position: absolute;
    left: 1px;
    top: 1px;
    transform: scaleX(0.8);
}

.shade.hidden {
    opacity: 0;
}

.shade {
    position: absolute;
    width: 100%;
    top: -120px;
    left: 0;
    right: 0;
    height: 120px !important;
    opacity: 0.3;
    transition: opacity 0.1s ease-out;
}

.top-shade {
    background-image: linear-gradient(to bottom, transparent, var(--shade-color));
}

.between-shade {
    opacity: 0.2;
    background-color: var(--shade-color);
}

.bottom-shade {
    background-image: linear-gradient(to bottom, var(--shade-color), transparent);
}

.sc-loader .sc-loader-spin,
.cq-comparison-loader,
.cq-loading {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=http://www.w3.org/2000/svg width=32 height=32%3E%3Cpath d=M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4 opacity=.25/%3E%3Cpath d=M16 0c8.837 0 16 7.163 16 16h-4c0-6.627-5.373-12-12-12V0z%3E%3CanimateTransform type=rotate repeatCount=indefinite calcMode=linear to=360 16 16 attributeName=transform dur=0.8s from=0 16 16/%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
}

.smartcharts-dark .sc-loader .sc-loader-spin,
.smartcharts-dark .cq-comparison-loader,
.smartcharts-dark .cq-loading {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=http://www.w3.org/2000/svg width=32 height=32 fill=%23fff%3E%3Cpath opacity=.25 d=M16 0a16 16 0 000 32 16 16 0 000-32m0 4a12 12 0 010 24 12 12 0 010-24/%3E%3Cpath d=M16 0a16 16 0 0116 16h-4A12 12 0 0016 4z%3E%3CanimateTransform attributeName=transform type=rotate from=0 16 16 to=360 16 16 dur=0.8s repeatCount=indefinite/%3E%3C/path%3E%3C/svg%3E");
}

.sc-loader {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.sc-loader.show {
    display: block;
    z-index: 9;
}

.sc-loader .sc-loader-spin {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -45px;
    z-index: 1;
}

.smartcharts-light .sc-loader .sc-loader-spin {
    stroke: #000;
}

.smartcharts-dark .sc-loader .sc-loader-spin {
    stroke: #fff;
}

.sc-loader .sc-loader-status {
    padding-top: 5px;
    position: absolute;
    height: 20px;
    width: 200px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: 10px;
    text-align: center;
}

.smartcharts-light .sc-loader .sc-loader-status {
    color: #000;
}

.smartcharts-dark .sc-loader .sc-loader-status {
    color: #fff;
}

.cq-loading {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-bottom: 2px;
    margin-left: 1px;
}

.sc-inline-loader {
    position: relative;
}

.sc-inline-loader:after {
    border-radius: 3px;
    position: absolute;
    content: ' ';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.sc-inline-loader__inner {
    width: 50px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 25px);
    opacity: 1 !important;
}

.sc-inline-loader__inner__bullet {
    height: 100%;
    width: 4px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 3px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.smartcharts-light .sc-inline-loader__inner__bullet {
    background-color: #85acb0;
}

.smartcharts-dark .sc-inline-loader__inner__bullet {
    background-color: #85acb0;
}

.sc-inline-loader__inner__bullet:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sc-inline-loader__inner__bullet:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sc-inline-loader__inner__bullet:nth-child(4) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sc-inline-loader--enable>span,
.sc-inline-loader--enable>div {
    opacity: 0.32;
}

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

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

.rightclick_study .mouseManageText {
    display: inline;
}

.rightclick_study .mouseDeleteText {
    display: none;
}

.rightclick_study .overlayEdit {
    margin-top: -4px;
    margin-left: 5px;
    opacity: 1;
}

.rightclick_study .overlayEdit.stx-btn span {
    border: none;
    background-position: -301px -26px;
    width: 23px;
}

.ciq-sleeping .chartContainer {
    opacity: 0.5;
}

.cq-chart-controls {
    position: absolute;
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    z-index: 9;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    border-radius: 2px;
    transition: z-index 0.3s linear;
}

.smartcharts-light .cq-chart-controls {
    background: #fff;
    box-shadow: inset 0 1px 0 0 #f2f3f4;
}

.smartcharts-dark .cq-chart-controls {
    background: #0e0e0e;
    box-shadow: inset 0 1px 0 0 #151717;
}

.cq-chart-controls.active {
    z-index: 5;
}

.cq-chart-controls .ciq-menu {
    width: auto;
}

.cq-chart-controls .ciq-menu>span {
    margin: 0;
    padding: 0;
}

.cq-chart-controls .ciq-menu:after {
    right: 5px;
    top: 11px;
    transform: rotate(225deg);
    display: none;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive {
    box-shadow: 0px -2px 0px 0 #ff444f;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive {
    box-shadow: 0px -2px 0px 0 #ff444f;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn {
    background: #fff;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn {
    background: #0e0e0e;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon,
.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle {
    color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon,
.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle {
    color: #fff;
}

.cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
    display: none;
    font-weight: bold;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
    color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled.stxMenuActive .cq-menu-btn>.cq-toggle .ic-subtitle {
    color: #fff;
}

.smartcharts-light .cq-chart-controls .ciq-menu.ciq-enabled .cq-menu-btn:hover {
    background: #e6e9e9;
}

.smartcharts-dark .cq-chart-controls .ciq-menu.ciq-enabled .cq-menu-btn:hover {
    background: #242828;
}

.cq-chart-controls .ciq-menu .cq-menu-btn {
    position: relative;
    padding: 3px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
    padding: 0.35em 0.5em;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
    font-weight: bold;
}

.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
    color: #7f8397;
}

.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon.active .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle.active .ic-subtitle {
    color: #fff;
}

.cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
    display: none;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    font-size: 1em;
}

.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-light .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
    color: rgba(0, 0, 0, 0.8);
}

.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon .ic-subtitle,
.smartcharts-dark .cq-chart-controls .ciq-menu .cq-menu-btn>.cq-toggle .ic-subtitle {
    color: #999;
}

.cq-chart-controls .ciq-menu .notification-badge {
    background: #e9e9e9;
    color: #2a3052;
    border-radius: 100px;
    font-size: 1em;
    position: absolute;
    top: 1px;
    line-height: 18px;
    left: 55px;
    width: 16px;
    height: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.cq-chart-controls .ciq-menu .notification-badge.x2 {
    width: 24px;
}

.cq-chart-controls .ciq-menu .sc-tooltip__inner {
    display: none !important;
}

.cq-chart-controls .ciq-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    box-sizing: border-box;
}

.cq-chart-controls .cq-toggle {
    cursor: pointer;
    color: #575757;
}

.cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-dropdown {
    transform: translateX(-50%) translateY(3em);
    left: 50%;
}

.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(-50%) translateY(0em);
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown {
    bottom: auto;
    left: 9em;
    top: -1em;
    transform: translateX(-3em);
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
    transform: translateX(0em);
}

.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-exit-active {
    opacity: 0;
    z-index: -3;
}

.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-done,
.cq-chart-controls .ciq-menu .cq-menu-dropdown.cq-menu-dropdown-enter-active {
    opacity: 1;
    z-index: 6;
}

.cq-chart-control-bottom .cq-chart-controls {
    bottom: 0px;
    height: 40px;
    width: 100%;
    padding: 0 5px;
}

.cq-chart-control-left .cq-chart-controls {
    left: 0px;
    top: 0;
    height: 100%;
    width: 100px;
    padding: 5px 0;
    flex-flow: column;
}

.cq-chart-control-left .cq-chart-controls .ciq-menu {
    min-height: 45px;
    height: auto;
}

.smartcharts-light .cq-chart-control-left .cq-chart-controls .ciq-menu .stxMenuActive {
    box-shadow: 2px 0.3px 0px 0 #ff444f;
}

.smartcharts-dark .cq-chart-control-left .cq-chart-controls .ciq-menu .stxMenuActive {
    box-shadow: 2px 0.3px 0px 0 #ff444f;
}

.cq-chart-control-left .cq-chart-controls .ciq-menu .cq-menu-btn {
    padding: 0 5px;
}

.smartcharts-mobile .cq-chart-controls {
    justify-content: space-around;
    padding: 0 0.7em;
    height: 40px;
}

.smartcharts-light .smartcharts-mobile .cq-chart-controls {
    box-shadow: inset 0 1px 0 0 #f2f3f4;
}

.smartcharts-dark .smartcharts-mobile .cq-chart-controls {
    box-shadow: inset 0 1px 0 0 #151717;
}

.smartcharts-mobile .cq-chart-controls.active {
    z-index: 5;
}

.smartcharts-mobile .cq-chart-controls .cq-menu-btn {
    padding: 0;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu {
    padding: 0em;
    width: auto;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
    padding: 0.35em 0em;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-btn>.bt-priod {
    padding: 0.7em 0.5em !important;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .cq-menu-dropdown {
    height: auto;
    left: -1px;
    padding: 0;
    border: none;
    box-shadow: none;
}

.smartcharts-mobile .cq-chart-controls .ciq-menu .notification-badge {
    left: 15px;
    top: 0px;
}

.smartcharts-mobile .cq-chart-controls .bt-priod,
.smartcharts-mobile .cq-chart-controls .cq-toggle,
.smartcharts-mobile .cq-chart-controls .cq-menu-btn,
.smartcharts-mobile .cq-chart-controls .sc-chart-size>span {
    padding: 0 !important;
}

.smartcharts-mobile .cq-chart-controls .ic-priod {
    padding: 6px 0px !important;
}

.smartcharts-mobile .cq-chart-controls .ic-icon-with-sub>svg {
    padding: 5px 10px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .cq-toggle {
    padding: 0.35em 0.6em;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu {
    width: 50px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
    padding: 0.35em 0em;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
    display: none;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .notification-badge {
    left: 28px;
}

.smartcharts-480 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ic-priod {
    padding: 0 !important;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu {
    width: auto;
    min-width: 45px;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
    padding: 0.35em 0em;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
    display: none;
}

.smartcharts-900 .smartcharts-desktop .cq-chart-control-bottom .cq-chart-controls .ciq-menu .notification-badge {
    left: 30px;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu {
    width: auto;
    min-width: 70px;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .cq-menu-btn>.ic-icon {
    padding: 0.35em 0.5em;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .cq-menu-btn .ic-subtitle {
    display: none;
}

.smartcharts-1280 .smartcharts-desktop .cq-chart-controls .ciq-menu .notification-badge {
    left: 55px;
}

.sc-chart-footer {
    display: flex;
    height: 31px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    justify-content: flex-end;
    z-index: 9;
}

.smartcharts-light .sc-chart-footer {
    color: #333;
    background: #fff;
    border-top: 1px solid #f2f3f4;
}

.smartcharts-dark .sc-chart-footer {
    color: #c2c2c2;
    background: #0e0e0e;
    border-top: 1px solid #151717;
}

.sc-chart-footer .ciq-menu .cq-menu-btn {
    padding: 8px;
    cursor: pointer;
}

.sc-chart-footer .ciq-menu .cq-menu-btn .ic-icon {
    width: 16px;
    height: 16px;
    line-height: 8px;
}

.smartcharts-light .sc-chart-footer .ciq-menu .cq-menu-btn .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-chart-footer .ciq-menu .cq-menu-btn .ic-icon svg {
    fill: #c2c2c2;
}

.sc-chart-footer .ciq-menu .cq-menu-btn .ic-subtitle {
    display: none;
}

.sc-chart-footer .ciq-menu .cq-menu-btn .ic-icon-with-sub {
    line-height: 8px;
}

.sc-chart-footer .ciq-menu .sc-tooltip__inner {
    display: none;
}

.smartcharts-light .sc-chart-footer .ciq-menu:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-chart-footer .ciq-menu:hover {
    background: #242828;
}

.sc-chart-footer__item {
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    position: relative;
}

.sc-chart-footer__item--status {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 16px;
}

.sc-chart-footer__item--time {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 8px;
}

.sc-chart-footer__item--time span {
    padding-right: 16px;
    padding-left: 16px;
}

.smartcharts-light .sc-chart-footer__item--time span {
    border-right: 1px solid #f2f3f4;
    border-left: 1px solid #f2f3f4;
}

.smartcharts-dark .sc-chart-footer__item--time span {
    border-right: 1px solid #151717;
    border-left: 1px solid #151717;
}

.sc-chart-footer__item .sc-tooltip__inner {
    top: 9px;
}

.sc-chart-footer__item .sc-tooltip__inner:before {
    display: none;
}

.smartcharts-light .cq-crosshair-toggle:hover {
    background: #e6e9e9;
}

.smartcharts-dark .cq-crosshair-toggle:hover {
    background: #242828;
}

.cq-crosshair {
    display: none;
}

.stx-crosshair-on .cq-crosshair {
    position: relative;
    display: block;
    opacity: 0;
    z-index: 30;
    top: 0;
    left: 0;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content {
    border-radius: 4px;
    position: absolute;
    pointer-events: none;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content {
    color: #333;
    background: #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content {
    color: #fff;
    background: #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:after,
.stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: none;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
    left: -6px;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
    border-right: 6px solid #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content:after {
    border-right: 6px solid #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
    left: 100%;
}

.smartcharts-light .stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
    border-left: 6px solid #d6dadb;
}

.smartcharts-dark .stx-crosshair-on .cq-crosshair .cq-crosshair-content:before {
    border-left: 6px solid #323738;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row span:first-child {
    padding-right: 5px;
}

.stx-crosshair-on .cq-crosshair .cq-crosshair-content .row span:last-child {
    font-weight: bold;
}

.stx-crosshair-on .cq-crosshair.arrow-left .cq-crosshair-content {
    transform: translateX(30px) translateY(-50%);
}

.stx-crosshair-on .cq-crosshair.arrow-right .cq-crosshair-content {
    transform: translateX(calc(-100% - 30px)) translateY(-50%);
}

.stx-crosshair-on .cq-crosshair.arrow-left .cq-crosshair-content:after,
.stx-crosshair-on .cq-crosshair.arrow-right .cq-crosshair-content:before {
    display: block;
}

.stx-crosshair-on .cq-crosshair.active {
    pointer-events: initial;
    opacity: 1;
}

@-webkit-keyframes move-background {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(46px);
    }
}

@keyframes move-background {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(46px);
    }
}

.pagination {
    top: 0;
    bottom: 0 !important;
}

.pagination__loader {
    color: #000;
    position: relative;
    height: 100%;
    text-align: center;
    overflow: hidden;
    margin-left: -10000px;
    opacity: 0.7;
}

.pagination__loader-background {
    position: absolute;
    left: -46px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation-name: move-background;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: move-background;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.smartcharts-light .pagination__loader-background {
    background: -webkit-repeating-linear-gradient(145deg, rgba(255, 0, 0, 0) 1px, #f4f4f6 2px, #f4f4f6 11px, rgba(255, 0, 0, 0) 12px, rgba(255, 0, 0, 0) 20px);
    background: repeating-linear-gradient(-55deg, rgba(255, 0, 0, 0) 1px, #f4f4f6 2px, #f4f4f6 11px, rgba(255, 0, 0, 0) 12px, rgba(255, 0, 0, 0) 20px);
}

.smartcharts-dark .pagination__loader-background {
    background: -webkit-repeating-linear-gradient(145deg, rgba(255, 0, 0, 0) 1px, #333 2px, #333 11px, rgba(255, 0, 0, 0) 12px, rgba(255, 0, 0, 0) 20px);
    background: repeating-linear-gradient(-55deg, rgba(255, 0, 0, 0) 1px, #333 2px, #333 11px, rgba(255, 0, 0, 0) 12px, rgba(255, 0, 0, 0) 20px);
}

.sc-toolbar-widget {
    position: absolute;
    border-radius: 4px;
    width: 40px;
    top: 102px;
    left: 1.2em;
    z-index: 4;
    box-sizing: content-box;
}

.smartcharts-light .sc-toolbar-widget {
    background: #fff;
    border: 8px solid #f2f3f4;
}

.smartcharts-dark .sc-toolbar-widget {
    background: #0e0e0e;
    border: 8px solid #151717;
}

.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-views__menu,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-download__menu,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-studies__menu,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-dtools__menu {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
}

.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu .ic-icon,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-views__menu .ic-icon,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-download__menu .ic-icon,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-studies__menu .ic-icon,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-dtools__menu .ic-icon {
    width: 24px !important;
    height: 24px !important;
    top: 0px;
}

.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu .ic-icon svg,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-views__menu .ic-icon svg,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-download__menu .ic-icon svg,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-studies__menu .ic-icon svg,
.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-dtools__menu .ic-icon svg {
    width: 24px !important;
    height: 24px !important;
    position: relative;
    bottom: 0px;
}

.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu .ic-icon svg,
.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-views__menu .ic-icon svg,
.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-download__menu .ic-icon svg,
.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-studies__menu .ic-icon svg,
.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-dtools__menu .ic-icon svg {
    fill: #333;
}

.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu .ic-icon svg,
.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-views__menu .ic-icon svg,
.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-download__menu .ic-icon svg,
.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-studies__menu .ic-icon svg,
.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-dtools__menu .ic-icon svg {
    fill: #c2c2c2;
}

.sc-toolbar-widget .ciq-menu .cq-menu-btn .sc-chart-mode__menu .ic-icon svg {
    width: 20px !important;
    height: 20px !important;
    bottom: -2px;
}

.smartcharts-light .sc-toolbar-widget .ciq-menu .cq-menu-btn:hover {
    background: #e6e9e9;
}

.smartcharts-dark .sc-toolbar-widget .ciq-menu .cq-menu-btn:hover {
    background: #242828;
}

.sc-toolbar-widget .sc-tooltip__inner {
    left: calc(100% + 15px);
}

.sc-toolbar-widget--bottom {
    top: auto;
    bottom: 38px;
}

.sc-toolbar-widget:hover {
    z-index: 5;
}

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