.bar__wrapper {
    margin: 0 auto;
    min-width: 1px;
    width: 65%;
    max-width: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bar {
    position: relative;
    height: 50%;
    width: 100%;
}

.bar__caption {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    bottom: 0;
    top: 0;
    height: 1em;
    font-weight: 500;
    color: #ffffff;
    font-size: 1em;
}

.bar__caption-out .bar__caption {
    bottom: 100%;
    margin-bottom: 7px;
    color: #000;
    opacity: .4;
}

.bar-fill__lightViolet20 {
    background-color: #b1528e;
}

.axis {
    border-top: 1px solid #dcdcdc;
    width: 100%;
}

.axis__caption {
    color: #000;
    text-align: center;
    padding: 0 5px;
    margin-top: 15px;
    font-size: 1em;
    font-weight: 500;
}