.chart-wrapper {
    width: 100%;
}

.chart-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.chart-wrapper li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    height: 55px;
}

.chart-label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    width: 70px;
}

.chart-label-sub {
    display: block;
    color: #9b9b9b;
    font-weight: 500;
}

.chart-bar {
    flex: 1;
    display: flex;
    height: 50px;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
}

.chart-bar-inner {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #0c66e4;
    text-align: left;
}

.chart-bar-inner-text {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.align-left {
    text-align: left !important;
    padding-left: 10px;
}

.short-bar {
    background-color: #d32f2f !important;
}

.bar-text-sub {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.chart-point {
    text-align: right;
    margin-top: 10px;
}

.chart-point-text {
    font-size: 13px;
}

.chart-point-circle-long {
    width: 14px;
    height: 14px;
    background-color: #0055cc;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.chart-point-circle-short {
    width: 14px;
    height: 14px;
    background-color: #d32f2f;
    border-radius: 50%;
    display: inline-block;
}

.market-data-box {
    padding: 6px;
}

.market-data-box-inner {
    background: #ffffff;
    padding: 16px;
    border-radius: 10px;
}