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

.zw-box>div,
.zw-box>a {
    margin-bottom: 1rem
}

.zw-box>div:last-child {
    margin-bottom: 0
}

.zw-hidden {
    visibility: hidden
}

.zw-box a {
    text-decoration: none !important
}

.zw-box .d-block {
    display: block
}

.zw-box .d-inline-block {
    display: inline-block
}

.zw-box .d-flex {
    display: flex
}

.zw-box .d-flex-column {
    flex-direction: column
}

.zw-box .justify-center {
    justify-content: center
}

.zw-box .justify-around {
    justify-content: space-around
}

.zw-box .justify-between {
    justify-content: space-between
}

.zw-box .justify-end {
    justify-content: flex-end
}

.zw-box .align-top {
    align-items: flex-start
}

.zw-box .align-bottom {
    align-items: flex-end
}

.zw-box .align-center {
    align-items: center
}

.zw-box .text-primary {
    color: #2196f3
}

.zw-box .text-light {
    color: #989898
}

.zw-box .text-success {
    color: #1ca913
}

.zw-box .text-danger {
    color: #f00
}

.zw-box .text-center {
    text-align: center
}

.zw-box .text-right {
    text-align: right
}

.zw-box .bg-primary {
    background: #2196f3
}

.zw-box .bg-light {
    background: #989898
}

.zw-box .bg-success {
    background: #1ca913
}

.zw-box .bg-danger {
    background: #f00
}

.zw-box .w-50 {
    width: 50%
}

.zw-box .w-100 {
    width: 100%
}

.zw-box .mb-10 {
    margin-bottom: 10px
}

.zw-box .mb-30 {
    margin-bottom: 30px
}

.zw-box .mt-10 {
    margin-top: 10px
}

.zw-box .mt-30 {
    margin-top: 30px
}

.zw-box .ml-10 {
    margin-left: 10px
}

.zw-box .ml-30 {
    margin-left: 30px
}

.zw-box .mr-10 {
    margin-right: 10px
}

.zw-box .mr-30 {
    margin-right: 30px
}

.zw-box .pb-10 {
    padding-bottom: 10px
}

.zw-box .pb-30 {
    padding-bottom: 30px
}

.zw-box .pt-10 {
    padding-top: 10px
}

.zw-box .pt-30 {
    padding-top: 30px
}

.zw-box .pl-10 {
    padding-left: 10px
}

.zw-box .pl-30 {
    padding-left: 30px
}

.zw-box .pr-10 {
    padding-right: 10px
}

.zw-box .pr-30 {
    padding-right: 30px
}

.zw-box .zw-hl-light,
.zw-box .zw-hl-dark {
    padding: 5px;
    border-radius: 5px;
    box-sizing: content-box
}

.zw-box .zw-hl-dark {
    background: #fff
}

.zw-box .zw-hl-light {
    background: #e9eceb;
    border: 1px solid #e2e2e2
}

.zw-box .zw-ticker {
    position: relative;
    visibility: hidden;
    overflow: hidden
}

.zw-box .zw-ticker.zw-header,
.zw-box .zw-ticker.zw-footer {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999999
}

.zw-box .zw-ticker.zw-header {
    top: 0
}

.zw-box .zw-ticker.zw-footer {
    bottom: 0
}

.zw-box .zw-ticker-round {
    border-radius: 5px
}

.zw-box .zw-ticker-stats {
    position: relative;
    font-size: 15px;
    margin: 0 !important;
    border: 0 none !important;
    white-space: nowrap;
    list-style: none !important;
    line-height: 1em;
    z-index: 10
}

.zw-box .zw-ticker-stats .cc-stock {
    display: inline-flex;
    margin: 0 !important;
    padding: 10px 5px !important
}

.zw-box .zw-ticker-stats .cc-stock div b {
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center
}

.zw-box .zw-ticker-stats .cc-stock .stock-img {
    margin-right: 8px
}

.zw-box .zw-ticker-stats-rtl .cc-stock .stock-img {
    margin-left: 8px
}

.zw-box .zw-ticker-stats a {
    color: inherit
}

.zw-box .cc-stock .stock-img {
    width: 100%;
    max-width: 25px;
    max-height: 25px;
    margin-right: 10px;
    vertical-align: top
}

.zw-box .cc-stock>div {
    position: relative
}

.zw-box .cc-stock svg {
    display: inline-block;
    width: .9em;
    margin-right: 2px
}

.zw-box .cc-stock:before {
    display: none
}

.zw-box a.cc-stock:hover {
    background: rgba(255, 255, 255, .1)
}

.zw-box .cc-ticker {
    width: 100%;
    overflow: hidden
}

.zw-box .zw-ticker-stats {
    position: relative;
    width: 100%;
    -webkit-animation: ticker 0s linear infinite 0s normal;
    -moz-animation: ticker 0s linear infinite 0s normal;
    animation: ticker 0s linear infinite 0s normal
}

.zw-box:hover .zw-ticker-stats {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused
}

.zw-box .zw-ticker-stats-rtl {
    -webkit-animation: ticker-rtl 0s linear infinite 0s normal;
    -moz-animation: ticker-rtl 0s linear infinite 0s normal;
    animation: ticker-rtl 0s linear infinite 0s normal
}

.zw-box .zw-ticker-stats .cc-dup {
    display: inline
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes ticker-rtl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes ticker-rtl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.zw-box .zw-glossy:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .08) 51%, rgba(255, 255, 255, .14))
}

.zw-box .zw-dark-theme .cc-stock {
    border-right: 1px solid #363c4e
}

.zw-box .zw-led-theme {
    background: #010101
}

.zw-box .zw-led-theme .zw-ticker-stats {
    font-family: 'LEDDotMatrixRegular';
    font-size: 23px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.zw-box .zw-led-theme::before,
.zw-box .zw-led-theme::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1
}

.zw-box .zw-led-theme::after {
    background: -webkit-linear-gradient(#444 50%, transparent 50%);
    background: linear-gradient(#444 50%, transparent 50%);
    background-size: 100% 3px;
    background-repeat: repeat-y
}

.zw-box .zw-led-theme::before {
    background: -webkit-linear-gradient(to left, transparent 50%, #444 50%);
    background: linear-gradient(to left, transparent 50%, #444 50%);
    background-size: 3px 100%;
    background-repeat: repeat-x
}

.zw-box .zw-led-theme .zw-up {
    color: #34f807
}

.zw-box .zw-led-theme .zw-down {
    color: #ff000f
}

.zw-box .zw-led-theme .zw-price {
    display: flex;
    align-items: center
}

.zw-box .zw-led-theme .cc-stock svg {
    width: 26px;
    margin-right: 6px
}

.zw-box .zw-led-theme div b {
    font-weight: normal !important
}

.zw-box .zw-ticker.zw-light-theme {
    background: linear-gradient(to top, #f2f2f2, #fff);
    border: 1px solid #dadde0
}

.zw-box .zw-ticker.zw-light-theme .cc-stock {
    padding: 10px 15px !important;
    border-right: 1px solid #dadde0
}

.zw-box .zw-ticker.zw-light-theme .cc-stock:last-child {
    border-right: none
}

.zw-box .zw-ticker-vertical .zw-ticker-stats {
    display: flex;
    justify-content: space-around
}

.zw-box .zw-ticker-init .zw-ticker-stats .cc-stock {
    flex: 1
}

.zw-box .zw-ticker-vertical .cc-stock {
    display: inline-flex
}

.fiat-symbol,
.zw-box .fiat-symbol {
    display: inline-block !important
}

.zw-box .zw-down .fiat-symbol {
    transform: rotate(180deg)
}

.zw-company .zw-section {
    margin-bottom: 20px
}

.zw-company .zw-section:last-child {
    margin-bottom: 0
}

.zw-company a {
    font-weight: bold
}

.zw-company {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 2px solid #f1f3f6;
    border-radius: 5px;
    box-sizing: border-box
}

.zw-company-name {
    font-size: 2em;
    font-weight: bold
}

.zw-company .zw-logo {
    width: 100%;
    max-width: 40px;
    margin-right: 10px
}

.zw-company-hl {
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(123, 123, 123, .25)
}

.zw-company-hl>div {
    padding: 5px 0;
    padding-right: 20px
}

.zw-company .zw-icon {
    width: 20px;
    opacity: .5
}

.zw-company .zw-company-table {
    width: auto;
    border: 0 none
}

.zw-company .zw-company-table td {
    padding: 5px;
    border: 0 none
}

.zw-xs .zw-company-hl span {
    display: block
}

.zw-xs .zw-company .zw-company-table.has-labels td {
    display: block
}

.zw-md .zw-company-hl {
    flex-direction: column
}

.zw-box .zw-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 6px 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    vertical-align: top;
    transition: background-color .2s ease-out
}

.zw-box .zw-btn:last-child {
    margin: 0
}

.zw-box .zw-btn-sm {
    padding: 4px 12px
}

.zw-box .zw-btn-lg {
    padding: 12px 30px
}

.zw-box .zw-btn img {
    height: 2em;
    margin-right: 10px
}

.zw-box .zw-btn-plastic {
    color: #fff;
    font-weight: bold;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.zw-box .zw-btn-cool {
    border: 1px solid rgba(0, 0, 0, .21) !important;
    border-bottom: 4px solid rgba(0, 0, 0, .21) !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15)
}

.zw-box .zw-btn-flat {
    border: none !important
}

.zw-box .zw-btn-outline {
    background-color: transparent !important
}

.zw-box .zw-btn-light {
    color: #555;
    background-color: #fff;
    border-color: #fff
}

.zw-btn-plastic.zw-btn-light {
    color: #555;
    background-color: #ddd;
    border-color: #bbb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9)
}

.zw-box .zw-btn-plastic.zw-btn-yellow,
.zw-box .zw-btn-cool.zw-btn-yellow {
    color: #967d09;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9)
}

.zw-box .zw-btn-none {
    padding: 0;
    color: inherit;
    border: none;
    background: none
}

.zw-box .zw-btn-block {
    display: block;
    width: 100%
}

ul.zw-news {
    padding: 20px;
    list-style: none;
    text-align: left;
    border-radius: 5px
}

ul.zw-news li {
    padding-bottom: 20px;
    line-height: 1.5em
}

ul.zw-news li:last-child {
    padding-bottom: 0
}

ul.zw-news .zw-n-media {
    margin-right: 20px
}

ul.zw-news .zw-n-img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-image: url(../img/rss.png);
    background-size: cover;
    background-position: center
}

ul.zw-news .zw-n-content {
    width: 100%
}

ul.zw-news a.zw-n-title {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none
}

ul.zw-news a.zw-n-title:hover {
    text-decoration: underline
}

ul.zw-news .zw-n-stat {
    opacity: .5
}

.zw-box .zw-list {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e6e6e6
}

.zw-box .zw-list-item {
    display: block;
    color: inherit;
    padding: 15px;
    border-bottom: 1px solid rgba(83, 101, 140, .33)
}

.zw-box .zw-list-item:last-child {
    border-bottom: 0
}

.zw-box .zw-list .zw-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zw-box .zw-list .inline-chart {
    margin-left: 20px
}

.zw-box .zw-list .flex-truncate {
    flex-grow: 1;
    min-width: 0;
    padding-right: 10px
}

.zw-box .zw-list img {
    max-height: 25px;
    margin-right: 10px
}

.zw-box .zw-list-1 .zw-price,
.zw-box .zw-list-1 .zw-change {
    display: inline-block;
    margin: 0 4px;
    padding: 4px
}

.zw-box .zw-list-1 .zw-change {
    color: #fff;
    border-radius: 3px;
    min-width: 60px
}

.zw-box .zw-list-2 .zw-change {
    min-width: 60px
}

.zw-box .zw-list-3 .zw-inline-chart {
    margin-left: 20px
}

.zw-box .zw-list-toggle {
    border: 0 !important
}

.zw-box .zw-list-toggle .zw-list-item {
    margin-bottom: 10px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e6e6e6
}

.zw-box .zw-list-toggle .zw-list-row {
    padding: 15px
}

.zw-box .zw-list-toggle .zw-list-header {
    position: relative;
    padding-right: 45px;
    cursor: pointer
}

.zw-box .zw-list-toggle .zw-list-header i {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 9px;
    transform: translateY(-50%)
}

.zw-box .zw-list-toggle .zw-list-header i::before,
.zw-list-header i::after {
    content: "";
    position: absolute;
    background-color: #565656;
    width: 3px;
    height: 9px;
    transition: all .25s ease-in-out
}

.zw-box .zw-list-toggle .zw-list-header i::before {
    transform: translate(2px, 0) rotate(45deg)
}

.zw-box .zw-list-toggle .zw-list-header i::after {
    transform: translate(-2px, 0) rotate(-45deg)
}

.zw-box .zw-list-toggle .zw-list-item.active .zw-list-header i::before {
    transform: translate(-2px, 0) rotate(45deg)
}

.zw-box .zw-list-toggle .zw-list-item.active .zw-list-header i::after {
    transform: translate(2px, 0) rotate(-45deg)
}

.zw-box .zw-list-toggle .zw-list-body {
    display: none;
    width: 100%;
    text-align: left
}

.zw-box .zw-list-4 .zw-list-price,
.zw-box .zw-list-5 .zw-list-price {
    opacity: 1;
    transition: opacity .15s ease-in
}

.zw-box .zw-list-4 .zw-list-item.active .zw-list-price,
.zw-box .zw-list-5 .zw-list-item.active .zw-list-price {
    opacity: 0
}

.zw-box .zw-list-4 .zw-price {
    font-size: 3em;
    line-height: 1em
}

.zw-box .zw-list-4 .zw-change {
    min-width: 60px;
    text-align: right
}

.zw-box .zw-list-5 .zw-list-table {
    border-collapse: collapse
}

.zw-box .zw-list-5 .zw-list-table td {
    padding: 10px 15px;
    border-color: rgba(83, 101, 140, .33);
    border-width: 1px 0;
    border-style: dashed
}

.zw-box .zw-list-5 .zw-list-table tr:last-child td {
    border-bottom: 0
}

.zw-box .zw-list.zw-light-theme .zw-list-item {
    border-bottom: 1px solid #e6e6e6
}

.zw-box .zw-list-5 .zw-light-theme .zw-list-table td {
    border-color: #e2e2e2
}

.chartjs-tooltip {
    position: fixed;
    font-size: 14px;
    opacity: 1;
    border-radius: 5px;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 2px 2px 6px -4px #999;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 9999999999
}

.chartjs-tooltip table {
    margin: 0;
    border: 0;
    text-align: left;
    white-space: nowrap;
    border-collapse: collapse
}

.chartjs-tooltip th,
.chartjs-tooltip td {
    border: 0 none;
    padding: 4px 8px;
    vertical-align: middle
}

.chartjs-tooltip-light {
    border: 1px solid #e3e3e3;
    background: rgba(255, 255, 255, .96)
}

.chartjs-tooltip-light thead tr {
    background: #ECEFF1;
    border-bottom: 1px solid #ddd
}

.chartjs-tooltip-dark thead tr {
    background: rgba(0, 0, 0, .7);
    border-bottom: 1px solid #333
}

.chartjs-tooltip-dark {
    color: #fff;
    background: rgba(30, 30, 30, .8)
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%
}

.zw-chart {
    position: relative;
    border-radius: 5px;
    border-style: solid;
    overflow: hidden;
    border-width: 1px
}

.zw-chart-light {
    background: #fff;
    border-color: rgb(238, 238, 238)
}

.zw-chart-dark {
    background: #202328;
    border-color: #202328
}

.cdt-table .zw-inline-chart {
    width: 200px;
    max-height: 200px
}

.zw-box table.dataTable>tbody>tr>td:first-child,
.zw-box table.dataTable>thead>tr>th:first-child {
    text-align: left
}

.cdt-table.cmcl-xs table.dataTable {
    font-size: 13px
}

.cdt-table.cmcl-xs .stock-name {
    display: inline-block;
    max-width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cdt-table.cmcl-xs table.dataTable .stock-image img {
    max-width: 24px
}

.cdt-table .datatable-scroll {
    overflow: auto
}

.cdt-table .datatable-scroll::-webkit-scrollbar {
    height: 5px
}

.cdt-table .datatable-scroll:hover::-webkit-scrollbar-track {
    background: #e9ecf5
}

.cdt-table .datatable-scroll:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #848ea1
}

.cdt-table.dark .datatable-scroll:hover::-webkit-scrollbar-track {
    background: rgba(18, 22, 41, .22)
}

.zw-range-slider {
    position: relative;
    width: 190px;
    margin: 20px 0 24px 0;
    font-size: 12px
}

.zw-range-slider .rangeslider,
.zw-range-slider .rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.zw-range-slider .rangeslider {
    background: #e6e6e6;
    position: relative
}

.zw-range-slider .rangeslider--horizontal {
    height: 5px;
    width: 100%
}

.zw-range-slider .rangeslider--horizontal .range-min,
.zw-range-slider .rangeslider--horizontal .range-max {
    position: absolute;
    color: inherit;
    top: 10px;
    left: 0;
    width: auto
}

.zw-range-slider .rangeslider--horizontal .range-max {
    left: auto;
    right: 0
}

.zw-range-slider .rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
    height: 100%
}

.zw-range-slider .rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.zw-range-slider .rangeslider__fill {
    background: #06a076;
    position: absolute
}

.zw-range-slider .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.zw-range-slider .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.zw-range-slider .rangeslider__handle {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    background: #06a076;
    padding: 4px 8px;
    text-align: center;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    cursor: pointer
}

.zw-range-slider .rangeslider--horizontal .rangeslider__handle {
    bottom: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.zw-range-slider .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type="range"]:focus+.zw-range-slider .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.zw-box .zw-label {
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e6e6e6
}

.zw-box a.zw-label {
    display: block;
    color: inherit
}

.zw-box .zw-label-col {
    padding: 15px
}

.zw-box .zw-label .flex-truncate {
    flex-grow: 1;
    min-width: 0;
    padding-right: 10px
}

.zw-box .zw-label .zw-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zw-box .zw-label .zw-arrow {
    display: inline-block;
    height: .7em;
    margin-right: 4px
}

.zw-box .zw-label .zw-logo {
    width: 100%
}

.zw-box .zw-label-1 .zw-logo {
    max-width: 25px
}

.zw-box .zw-label-2 {
    font-weight: bold;
    white-space: nowrap
}

.zw-box .zw-label-2 .zw-label-heading {
    font-size: .8em;
    opacity: .3;
    text-transform: uppercase
}

.zw-box .zw-label-3 .zw-price {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    min-width: 60px;
    margin: 0 4px;
    padding: 4px 8px;
    text-align: center
}

.zw-box .zw-label-3 .zw-logo {
    max-width: 25px
}

.zw-box .zw-label-4 {
    white-space: nowrap
}

.zw-box .zw-label-4 .zw-price {
    font-size: 1.4em
}

.zw-box .zw-label-4 .zw-name b {
    font-size: 1.3em;
    line-height: 1em
}

.zw-box .zw-label-4 .zw-logo {
    max-width: 35px
}

.zw-box .zw-card {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f1f3f6;
    box-sizing: border-box;
    overflow: hidden
}

.zw-box a.zw-card {
    display: block;
    color: inherit
}

.zw-box .zw-card .zw-card-header,
.zw-box .zw-card .zw-card-body {
    padding: 20px
}

.zw-box .zw-card .flex-truncate {
    flex-grow: 1;
    min-width: 0;
    padding-right: 10px
}

.zw-box .zw-card .zw-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zw-box .zw-card img {
    max-height: 40px;
    margin-right: 10px
}

.zw-box .zw-card .zw-card-chart {
    transform: translateY(1px)
}

.zw-box .zw-card img.zw-img-small {
    max-height: 20px
}

.zw-box .zw-card-1 .zw-symbol {
    font-size: 2em
}

.zw-box .zw-card-1 .zw-price {
    color: #9194a6;
    font-size: 3em;
    line-height: 1;
    white-space: nowrap
}

.zw-box .zw-card-1 .zw-price img {
    padding-bottom: 5px
}

.zw-box .zw-card-2 .zw-name span {
    font-size: 1.3em
}

.zw-box .zw-card-2 .zw-price {
    font-size: 3em;
    line-height: 1
}

.zw-box .zw-card-3 .zw-price {
    color: #9194a6;
    font-size: 3em
}

.zw-box .zw-card-3 img {
    max-height: 20px;
    margin-right: 10px
}

.zw-box .zw-card-4 img {
    max-height: 20px;
    margin-right: 10px
}

.zw-box .zw-card-4 .zw-price {
    font-size: 2em
}

.zw-box .zw-card-4 .bg {
    position: absolute;
    height: 100%;
    right: 20px;
    bottom: -20px
}

.zw-box .zw-card-4 .bg img {
    display: block;
    max-height: 100%;
    margin: 0;
    height: 100%;
    opacity: .1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: 0 0;
    border: none
}

.zw-box .zw-card-5 .zw-card-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #fafafa
}

.zw-xs .zw-card-5 .zw-card-body {
    flex-direction: column
}

.zw-box .zw-card-6 .zw-name b,
.zw-box .zw-card-6 .zw-price {
    font-size: 1.3em
}

.zw-box .zw-card-7 {
    line-height: 1.5
}

.zw-box .zw-card-7 .zw-price {
    font-size: 1.5em
}

.zw-box .zw-card-7 .zw-text {
    font-size: .8em;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.zw-box .zw-card-8 .zw-name b,
.zw-box .zw-card-8 .zw-price {
    font-size: 1.3em
}

.zw-box .zw-card-8 .zw-card-list {
    margin-bottom: 10px
}

.zw-box .zw-card-8 .zw-card-list:last-child {
    margin-bottom: 0
}

.zw-box .zw-dark-theme,
.zw-box .zw-red-theme,
.zw-box .zw-green-theme,
.zw-box .zw-blue-theme,
.zw-box .zw-yellow-theme,
.zw-box .zw-purple-theme {
    color: #fff
}

.zw-box .zw-light-theme {
    background-color: #fff
}

.zw-box .zw-dark-theme {
    background-color: #293145
}

.zw-box .zw-red-theme {
    background-color: #cd1d18
}

.zw-box .zw-green-theme {
    background-color: #1ca913
}

.zw-box .zw-blue-theme {
    background-color: #247edd
}

.zw-box .zw-yellow-theme {
    color: #967d09;
    background-color: #f0d264
}

.zw-box .zw-purple-theme {
    background-color: #cb99c5
}

.zw-search {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: visible
}

.zw-search input {
    width: 100%;
    border-radius: 5px;
    margin: 0;
    padding: 12px;
    outline: 0 none;
    color: #222;
    font-size: .9em;
    line-height: .9em;
    background: #fff;
    border: 2px solid #ced4da;
    z-index: 200
}

.zw-search.zw-rounded input {
    border-radius: 100px
}

.zw-search input::-webkit-input-placeholder,
.zw-search input::-ms-input-placeholder,
.zw-search input::placeholder {
    color: inherit;
    opacity: .6
}

.zw-search input:focus {
    outline: 0 none;
    border: 2px solid #aaa;
    box-shadow: none
}

.zw-search>span {
    width: 100%
}

.zw-search .search-icon {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 300;
    transform: translateY(-50%)
}

.zw-search .search-icon i {
    content: url('../img/icons/search.svg');
    width: 100%
}

.zw-search .search-icon.search-load i {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #ced4da;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    -webkit-animation: zwspin .4s linear infinite;
    animation: zwspin .4s linear infinite
}

.zw-search .tt-menu {
    width: 100%;
    top: 50% !important;
    padding-top: 20px;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 13px 0 rgba(236, 236, 241, .44);
    box-sizing: border-box;
    overflow: hidden
}

.zw-search.zw-rounded .tt-menu {
    border-radius: 0 0 25px 25px
}

.zw-search .tt-menu .tt-suggestion {
    margin: 0
}

.zw-search .tt-menu .tt-suggestion a {
    text-decoration: none
}

.zw-search .tt-menu .tt-suggestion:hover {
    background-color: #f0f0f0
}

.zw-search .tt-menu .tt-suggestion .prelink {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.zw-search .tt-menu .tt-suggestion .prelink .stocksymbol {
    flex: 0 0 150px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px
}

.zw-search .tt-menu .tt-suggestion .prelink .stockname {
    flex: 1
}

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

.zw-search-large,
.zw-search-large .tt-menu .tt-suggestion .prelink {
    font-size: 1.4em;
    line-height: 1.4em
}

.zw-search-large input,
.zw-search-large .tt-menu .tt-suggestion .prelink {
    padding: 20px
}

.zw-search-large .tt-menu {
    padding-top: 30px
}

.zw-search-large.zw-search .search-icon {
    right: 20px;
    width: 30px;
    height: 30px
}