.chart .bar-chart {
    width: 100%;
    display: flex;
    background-color: var(--white);
}

.bar-chart .powerball-chart,
.bar-chart .superball-chart,
.bar-chart .hapball-chart,
.bar-chart .ball-chart {
    width: 33%;
    min-height: 170px;
    max-height: 170px;
}

.chart .powerball-chart,
.chart .ball-chart {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.powerball-chart .title,
.superball-chart .title,
.hapball-chart .title,
.ball-chart .title {
    text-align: center;
    padding: 20px;
}




.table-scrollable table td .paccent1 {
    font-weight: 700;
}

.table-scrollable table td .paccent2 {
    color: #f10000;
    font-weight: 700;
}

.table-scrollable table td .saccent1 {
    font-weight: 700;
}
.table-scrollable table td .saccent2 {
    color: #9515fd;
    font-weight: 700;
}

.table-scrollable table td .haccent1 {
    font-weight: 700;
}

.table-scrollable table td .haccent2 {
    color: #070bff;
    font-weight: 700;
}
