.priceProgress {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border: 1px solid antiquewhite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: space-between;
   margin-bottom: 15px;
    margin-top: 25px;
    padding: 0 10px;
}

.priceProgress .priceStyle {
    color: var(--mainText);
    font-size: 14px
}

.priceProgress .priceStyle .convert {
    font-size: 16px
}

.priceProgress .progressBar {
    background-color: antiquewhite;
    height: 8px;
    overflow: hidden;
    position: relative;
    width: 480px
}

.priceProgress .progressBar .bar {
    background-color: var(--green);
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}


.stage-highest-table .table-row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1px
}

.stage-highest-table .table-row .col {
    max-width: 65px;
    min-width: 65px;
    line-height: 40px;
    background: rgba(56,142,60,.08);
    font-size: 12px;
    font-weight: 400;
    color: #121212;
    text-align: center;
    margin-right: 1px;
    padding: 0
}

.stage-highest-table .table-row .col.col-axis-y {
    max-width: 40px;
    min-width: 40px;
    font-size: 12px;
    font-weight: 400;
    color: grey;
    text-align: left;
    background: #fff
}
.stage-highest-table {
    overflow-y: auto;
}
.stage-highest-table .table-row .col.col-axis-x {
    line-height: 30px;
    color: grey;
    background: #fff
}

.stage-highest-table .table-row .col.high-light {
    background: #D1E5D2;
    color: #388E3C!important
}

.stage-highest-table .table-row .col.curr {
    background: #388E3C!important;
    color: #fff!important
}
