.tableLeghePubbliche {
    /* background-color: var(--gray-3); */
    table-layout: fixed !important;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.tableLeghePubbliche th,
.tableLeghePubbliche td {
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}

.tableLeghePubbliche {
    overflow-x: auto;
}

.tableLeghePubbliche thead,
.tableLeghePubbliche tbody,
.tableLeghePubbliche tr,
.tableLeghePubbliche td  {
    width: 100% !important;
}

.tableLeghePubbliche tr {
    background-color: var(--gray-3);
    height: 35px !important;
}



.tableLeghePubbliche thead th:not(:nth-child(2)),
.tableLeghePubbliche tbody td:not(:nth-child(2)) {
    width: 30px !important;
}


.tableLeghePubbliche th,
.tableLeghePubbliche td {
    padding-right: 15px;
}

.tableLeghePubbliche thead th:first-child,
.tableLeghePubbliche tbody td:first-child,
.tableLeghePubbliche thead th:nth-child(3),
.tableLeghePubbliche tbody td:nth-child(3) {
    padding-right: 30px;
}

.tableLeghePubbliche thead th:first-child,
.tableLeghePubbliche tbody td:first-child {
    padding-left: 0.75rem;
	width: 30px;
}

.tableLeghePubbliche tr td:first-child,
.tableLeghePubbliche tr th:first-child {
    border-top-left-radius: var(--main-border-radius);
    border-bottom-left-radius: var(--main-border-radius);
}

.tableLeghePubbliche tr td:last-child,
.tableLeghePubbliche tr th:last-child {
    border-top-right-radius: var(--main-border-radius);
    border-bottom-right-radius: var(--main-border-radius);
    width: auto !important;
}




.tableLeghePubbliche thead th:not(:nth-child(2)),
.tableLeghePubbliche tbody td:not(:nth-child(2)) {
    text-align: center !important;
}


.giocatoreDisabilitato {
    background-color: var(--main-grey) !important;
    color: white !important;
}



.giocatoreDisabilitato>td:nth-child(3):before {
    font-family: "Font Awesome 5 Pro";
    content: '\f05e';
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}

.giocatoreDisabilitato>td:last-child i,
.giocatoreDisabilitato>td:last-child svg {
    color: white !important;
}