.upload-container {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    /*width: 350px;*/
}

.drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .drop-area.dragover {
        background-color: #e0f7fa;
        border-color: #00acc1;
    }

.browse {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.progress-container {
    width: 100%;
    background-color: #eee;
    height: 20px;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    transition: width 0.3s;
}


#preview-container {
    margin-top: 15px;
}

    #preview-container img {
        max-width: 100%;
        border-radius: 8px;
        margin-top: 10px;
    }


.table-container {
    height: 70vh;
    overflow-y: scroll;
    margin: auto;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container thead {
        background-color: #f0f0f0;
    }

    .table-container th, td {
        text-align: left;
        padding: 14px 12px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 15px;
    }

    .table-container th {
        font-weight: 600;
        color: #444;
    }

    .nascondi {
        display:none;
    }

.team-desc p {
    margin: 0 !important;
}

.ruota90 {
    display: inline-block; 
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
