:root {
    --COLOR-GRAY:#5C5E61;
    --COLOR-TABLE-BG-GRAY:#F7F7F7;
    --COLOR-LIGHT-GRAY:#E2E2E2;
    --COLOR-BLUE:#3788CA;
    --COLOR-DARK-BLUE:#0669ab;
    --COLOR-DARK-BLUE-ITEM:#1867A5;
    --COLOR-RED:#E71F1D;
    --COLOR-GREEN:#76A797;
}

.jztfCircleNumber{
    background: var(--COLOR-BLUE);
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
}
.jztfCircleNumberGray{
    background: var(--COLOR-LIGHT-GRAY);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
}
.jztfCircleNumberRed{
    color: white;
    background: var(--COLOR-RED);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
}
