#ulTab li a {
    background-color: initial;
    color: #acacac;
    font-weight: 700 !important;
    font-size: 16px;
}


#ulTab li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #ulTab li.active::after {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #377dff;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
