.tableQuotazioni {
    /* background-color: var(--gray-3); */
    table-layout: fixed !important;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.tableQuotazioni th,
.tableQuotazioni td {
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}

.tableQuotazioni {
    overflow-x: auto;
}

.tableQuotazioni thead,
.tableQuotazioni tbody,
.tableQuotazioni tr,
.tableQuotazioni td  {
    width: 100% !important;
}

.tableQuotazioni tr {
    background-color: var(--gray-3);
    height: 35px !important;
}


.tableQuotazioni thead th:not(:nth-child(3)),
.tableQuotazioni tbody td:not(:nth-child(3)) {
    width: 30px !important;
}


.tableQuotazioni th,
.tableQuotazioni td {
    padding-right: 15px;
}

.tableQuotazioni thead th:first-child,
.tableQuotazioni tbody td:first-child,
.tableQuotazioni thead th:nth-child(2),
.tableQuotazioni tbody td:nth-child(2) {
    padding-right: 30px;
}

.tableQuotazioni thead th:first-child,
.tableQuotazioni tbody td:first-child {
    padding-left: 0.75rem;
	width: 30px;
}

.tableQuotazioni tr td:first-child,
.tableQuotazioni tr th:first-child {
    border-top-left-radius: var(--main-border-radius);
    border-bottom-left-radius: var(--main-border-radius);
}

.tableQuotazioni tr td:last-child,
.tableQuotazioni tr th:last-child {
    border-top-right-radius: var(--main-border-radius);
    border-bottom-right-radius: var(--main-border-radius);
    width: auto !important;
}


.tableQuotazioni thead tr th:nth-child(5),
.tableQuotazioni thead tr th:nth-child(6),
.tableQuotazioni thead tr th:nth-child(7),
.tableQuotazioni tbody tr td:nth-child(5),
.tableQuotazioni tbody tr td:nth-child(6),
.tableQuotazioni tbody tr td:nth-child(7) {
    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;
}