.files table {
    margin-bottom: 0px;
}

.files table tr {
    position: relative;
}

.files table td {
    border-bottom: 1px solid #D6DCDF;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.files table td.icon {
    width: 50px;
    vertical-align: top;
}

.files table td.icon i {
    color: rgba(var(--mainColor), 1);
}

.files table td.file {
    font-weight: bold;
}

.files table td.file span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
}

.files table td.file span.visibility {
    font-size: 11px;
}

.files table td.file span.visibility i {
    font-weight: 400;
    font-size: 13px;
    margin-right: 4px;
}

.files table td.file .size {
    opacity: .5;
}

.files table td.options {
    position: relative;
}

.files table td.options .button {
    margin-right: 45px;
}

.files table td.options .actions {
    top: calc(50% - 12px);
}

.files table td.options .optionsPopup {
    left: unset;
    right: 0px;
    top: 20px;
}