.billingCycle .nav-pills .nav-link:not(.active) {
    border: 1px solid #ebebeb;
    color: #575757;
    font-weight: 600;
}

.table-parameters * {
    display:flex;
    flex-direction:column;
}

.table-parameters tr {
    display:flex;
    flex-direction:row;
    gap:1rem;
    justify-content:center;
}

.table-parameters th,
.table-parameters td{
    display:flex;
    flex-direction:row;
        font-size: 15px;
    line-height: 30px;
        padding: 0rem;
    border-bottom:0;    
}

.table-parameters td {
        color: #5a5a5a;
        font-weight:700;
       font-family: "Poppins", sans-serif;
}

.table-parameters th {
    color:#757575;
    font-weight:400
}

.table-parameters tbody th span {
    position: relative;
    z-index: 1;
    background-color: #fff
}





