
.sortable {
    cursor: pointer;
}

.sort-icon {
    font-size: 12px;
    margin-left: 5px;
}

/* Nuovi stili per la tabella */
.tabellafiga {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    margin: 25px 0;
}

.tabellafiga thead th {
    /*background-color: #0066CC;
color: #ffffff;*/
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: none;
}

.tabellafiga tbody tr {
    border-bottom: 1px solid #dddddd;
    transition: all 0.2s ease;
}

.tabellafiga tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

.tabellafiga tbody tr:last-of-type {
    border-bottom: 2px solid #0066CC;
}

.tabellafiga tbody tr:hover {
    background-color: #f2f7ff;
    transform: scale(1.002);
}

.tabellafiga td {
    padding: 12px 15px;
    vertical-align: middle;
}

.tabellafiga a {
    color: #0066CC;
    text-decoration: none;
    font-weight: 500;
}

.tabellafiga a:hover {
    text-decoration: underline;
}

.btn-danger {
    transition: all 0.2s ease;
}

.btn-danger:hover {
    transform: scale(1.1);
}

.sortable {
    cursor: pointer;
}

.sort-icon {
    font-size: 12px;
    margin-left: 5px;
}
