#upload-section div.drop-zone {
    border: 2px dashed grey;
}

#upload-section div.drop-zone .icon {
    width: 50px;
    height: 50px;
}

#upload-section div.drop-zone .icon svg {
    width: 100%;
    height: auto;
    fill: rgba(88, 89, 91, .8);
}

#upload-section div.drop-zone p {
    font-size: 1rem;
    color: rgba(88, 89, 91, .95);
}

#upload-section div.drop-zone.dragover {
    background-color: rgba(222, 143, 0, 0.2);
    border-color: var(--color-scapole-orange-main);
}

#upload-section .error-content {
    box-sizing: border-box;
}

#upload-section .error-content p {
    padding: 0.5rem;
}

#upload-section .list-group .list-group-item:nth-child(n+2) {
    margin-top: 1rem;
}

#upload-section .list-group .list-group-item:nth-child(n+2) span.remove:hover {
    cursor: pointer!important;
}
