
.chart-two-custom .header {
    height: 51px;
}

.chart-two-custom .box-green-light {
    background: #BFEBE1;
    text-align: center;
    font-weight: 600;
    padding: 9px 0 10px 0;
    border-radius: 5px;
}

.chart-two-custom .main > div {
    font-size: 20px;
    width: 100%;
}

#template .chart-two-custom .main > div.box-green {
    font-size: 20px !important;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#template .chart-two-custom .col-6 .main.h-100 > div.box-green {
    margin-top: 5px;
    padding-top: 0;
    height: calc(100% - 5px) !important;
}

.chart-two-custom .main-box .main {
    height: calc(100% - 51px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.chart-two-custom .point-box {
    height: 50px;
    margin-top: 5px;
    position: initial;
    background: #e4e4e4;
    border-radius: 5px;
}

.chart-two-custom .point-box .point {
    width: 10px;
    height: 10px;
    background: #2EBB9D;
    border-radius: 50px;
    position: absolute;
    /*top: 20px;*/
}

.chart-two-custom .point-box .point2 {
    width: 10px;
    height: 10px;
    background: #FF5D2A;
    border-radius: 50px;
    position: absolute;
    /*top: 20px;*/
}

.chart-two-custom .main-box .main > div {
    font-size: 20px;
    width: 100%;
    padding: 22px 0;
}
.chart-two-custom .grids {
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.chart-two-custom .main .grids {
    position: absolute;
    width: 100%;
    margin-top: -20px;
}
.chart-two-custom .grids .line-long{
    height: 12px;
    width: 2px;
    background: #d7d7d7;
    position: relative;
}
.chart-two-custom .grids .line-long::before {
    content: attr(data-label);
    position: absolute;
    top: -20px;
    font-size: 13px;
    font-weight: 300;
    color: #222;
    width: 30px;
    right: -15px;
    text-align: center;
}
.chart-two-custom .grids .line-short{
    height: 5px;
    width: 1px;
    background: #d7d7d7;
}
.chart-two-custom .main .grids .line-long , .chart-two-custom .main .grids .line-short{
background: #555;
}
.chart-two-custom .header .grids {
    margin: 0 5px;
}
.women-box-label {
    min-width: 250px;
    padding: 5px;
    background: #2EBB9D;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin: 20px 15px 0;
    font-size: 18px;
}
.men-box-label {
    min-width: 250px;
    padding: 5px;
    background: #FF5D2A;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin: 20px 15px 0;
    font-size: 18px;
}