.file-upload-list {
   /* margin-left: 10px;
    margin-right: 10px;  
        width: 100%;
    */ 
    padding: 10px;

}

.file-upload-row {
    background-color: #F7F8F7;
    padding: 5px;
    margin-top: 5px;
}

.file-item-name {
    word-wrap: break-word;
}

.button-label {
    padding-left: 5px;
}

.delete-file-icon {
    margin: 4px !important;
    color: rgb(51, 51, 51) !important;
}

.file-list-row {
    padding-bottom: 10px;
}

.file-list-row-detail {
    width: 100%;
}

/*
dialog.cmpa-react-modal.duplicate-file {
    margin-top: 50% !important;
    top: 0 !important;
}
*/
