.i-s-bar {
    display: flex;
    margin-top: 38px;
}

.i-s-bar .i-s-bar-th {
    font-weight: bolder;
    flex-shrink: 0;
}
.i-s-bar .i-s-bar-tr{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 35px;
}
.i-s-bar .i-s-bar-tr .i-s-bar-td {
    cursor: pointer;
}

.i-s-bar .i-s-bar-tr .i-s-bar-td-active {
    color: #1a68fe;
    font-weight: bolder;;
}
