
.return-bar-charts {
    border: solid 1px #cfcfcf;
}

.progress-vertical-bar.top, .progress-vertical-bar.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.progress-vertical-bar.top {
    height: 234px;
}
.progress-vertical-bar.bottom {
    min-height: 211px;
}

.progress-vertical-bar.top {
    display: table-cell;
    vertical-align: bottom;
    align-items: start;
}

.progress-vertical-bar.top h3 {
    color: #444a5a;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 22px;
}
.progress-vertical-bar.top p {
    margin: 4px 0 13px;
}
.return-bar-charts .bar a.select-return-range {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.return-bar-charts .bar:hover, .return-bar-charts .bar.selected {
    background-color: rgba(11, 100, 180, 0.1);
    outline: solid 2px #0b64b4;
}

.return-bar-charts .bar:first-child {
    border-left: solid 1px #cfcfcf;
}
.return-bar-charts .bar:not(:last-child) {
    border-right: solid 1px #cfcfcf;
}
.progress-vertical-bar.top {
    justify-content: flex-end;
}

.return-bar-charts .datalabel {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #444a5a;
}

.progress-vertical-bar.top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 2px;
    border-bottom: solid 3px #cfcfcf;
}
.top .rect, .bottom .rect {
    min-width: 35px;
    min-height: 40px;
}

.top .rect {
    background: rgba(10, 156, 104, 0.2);
    border: solid 2px #0a9c68;
    border-bottom-color: transparent;
}

.bottom .rect {
    background: rgba(218, 36, 38, 0.2);
    border: solid 2px #da2426;
    border-top-color: transparent;
}

.investment-return-range-component .strong {
    font-weight: 500;
}

.tippy-popper .tippy-tooltip-content {
    text-align: left;
    font-weight: 500;
}
.tippy-popper .progress-tooltip h3 {
    margin: 5px 0;
}
.tippy-popper .progress-tooltip {
    padding: 6px 4px;
}
.tippy-popper .progress-tooltip .row:not(:last-child) {
    margin-bottom: 12px;
}
.tippy-popper span.arrow {
    color: #0a9c68;
}

.investment-return-range-component .label-text-small{
    height: 57px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #444a5a;
    margin-top: 15px;
    margin-bottom: 47px;
}
.investment-return-range-component .investment-return-range-title{
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #444a5a;
    margin-bottom: 16px;
}