.chart-bar-boxes {
    height: 450px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.chart-bar-boxes .chart-box {
    position: relative;
    width: 60px;
    justify-content: center;
    display: flex;
}
.chart-bar-boxes .chart-box .chart {
    height: 200px;
    width: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.chart-bar-boxes .chart-box .chart {
    height: 200px;
    width: 45px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    border: 1px solid #666 !important;
    margin: 0;
}
.chart-bar-boxes .chart-box::after {
    position: absolute;
    content: attr(data-value);
    bottom: 10px;
    right: 50%;
    transform: translate(50%);
    font-size: 18px;
    color: #666;
    font-weight: bold;
    font-family: iranyekan;
    direction: ltr;
    font-size: 15px;
    width: 54px;
    text-align: center;
    border: 1px solid #555;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    bottom: -50px;
    background: white;
}
.chart-bar-boxes .chart-box::before {
    position: absolute !important;
    content: attr(data-title) !important;
    top: calc(100% + 210px) !important;
    right: 50% !important;
    font-size: 13px !important;
    font-family: iranyekan !important;
    width: 330px !important;
    text-align: right !important;
    bottom: 0 !important;
    height: 20px !important;
    right: 65px !important;
    transform: translateX(50%) rotate(-75deg) !important;
}
.chart-bar-boxes {
    height: 270px;
    display: flex;
    align-items: baseline;
    width: 100px;
    justify-content: center;
}
.chart-bar-boxes .chart-box{
    border-bottom: none !important;
}
.chart-bar-boxes  .chart-box::before {
    position: absolute;
    content: attr(data-title);
    top: calc(100% + 10px);
    right: 50%;
    transform: translate(50%);
    font-size: 10px;
    font-family: iranyekan;
    width: 330px;
    text-align: right;
    bottom: 0;
    transform: rotate(-70deg);
}
.chart-bar-boxes .chart-box.blue .progress {
    background: #18DEEF;
}
.chart-bar-boxes .chart-box.blue::before {
    color: #18DEEF;
}

.chart-bar-boxes .chart-box.pink .progress {
    background: #E756AB;
}
.chart-bar-boxes .chart-box.pink::before {
    color: #E756AB;
}

.chart-bar-boxes .chart-box.green .progress {
    background: #5EE796;
}
.chart-bar-boxes .chart-box.green::before {
    color: #5EE796;
}
