/*.light-style .file-actions {*/
/*    color: #6f6b7d;*/
/*    border-top: 1px solid #dbdade;*/
/*    border-bottom-right-radius: calc(0.375rem - 1px);*/
/*    border-bottom-left-radius: calc(0.375rem - 1px);*/
/*}*/
/*.file-actions {*/
/*    display: block;*/
/*    text-align: center;*/
/*    padding: 0.375rem 0;*/
/*    font-size: 0.75rem;*/
/*}*/
.file-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-action {
    display: inline-flex;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    margin-right: 10px;
}

.file-action:hover {
    color: #3079ed;
}

.move-up .ti-arrow-up {
    margin-top: 2px;
}

.move-down .ti-arrow-down {
    margin-bottom: 2px;
}