.files-table{display:grid;margin-top:24px;font-size:14px;background-color:#1a1a1a;position:relative}.files-table a{text-decoration:none}.files-table-container.loading .files-table .additional-files-header-row div:after,.files-table-container.loading .files-table .header-row div:after{display:none}.files-table-container.loading .files-table .file-row{pointer-events:none}.files-table-container.loading .files-table .file-row *{border-color:rgba(0,0,0,0)!important;color:rgba(0,0,0,0)!important}.files-table-container.loading .files-table:after{content:"";position:absolute;inset:0;background-image:linear-gradient(120deg,transparent 200px,rgba(100,100,100,.1) 500px,transparent 800px);background-repeat:no-repeat;animation:animate-files-table-skeleton 2s ease-out infinite}@keyframes animate-files-table-skeleton{0%{background-position-x:-800px}to{background-position-x:100vw}}.files-table .file-row{position:relative}.files-table .file-row .kebab-menu{position:absolute;right:0;top:0;bottom:0;margin:auto;height:36px}.files-table .file-row{color:#b2b2b2;background-color:#1a1a1a;cursor:pointer}.files-table .file-row>div:first-child a{text-decoration:none;font-size:13px;color:#999}.files-table .file-row>div:last-child{padding:0}.files-table .file-row:has(.is-open),.files-table .file-row:hover{background-color:rgba(38,38,38,.8);color:#ccc}.files-table .additional-files-header-row,.files-table .file-row-details,.files-table .header-row{display:grid;grid-template-columns:67px 1fr 118px 86px 92px 117px 79px 36px;align-items:center}.columns-6 .files-table .additional-files-header-row,.columns-6 .files-table .file-row-details,.columns-6 .files-table .header-row{grid-template-columns:67px 1fr 118px 86px 92px 79px 36px}.files-table .additional-files-header-row>div,.files-table .file-row-details>div,.files-table .header-row>div{padding:10px 12px;min-width:0;display:flex}.files-table .additional-files-header-row>div span,.files-table .file-row-details>div span,.files-table .header-row>div span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.files-table .additional-files-header-row>div span.name,.files-table .file-row-details>div span.name,.files-table .header-row>div span.name{color:#e5e5e5;margin-bottom:2px}.files-table .additional-files-header-row>div .has-tooltip,.files-table .file-row-details>div .has-tooltip,.files-table .header-row>div .has-tooltip{max-width:100%}.files-table .additional-files-header-row>div .tooltip-wrapper,.files-table .file-row-details>div .tooltip-wrapper,.files-table .header-row>div .tooltip-wrapper{display:flex;max-width:100%}.files-table .additional-files-header-row>div a+a,.files-table .file-row-details>div a+a,.files-table .header-row>div a+a{border-left:1px solid #4d4d4d;padding-left:6px;margin-left:6px}.files-table .additional-files-header-row>div .more,.files-table .file-row-details>div .more,.files-table .header-row>div .more{display:inline-block;color:#999;flex-wrap:wrap;margin-left:4px;font-size:12px;white-space:nowrap}.files-table .header-row{background-color:#262626;align-items:center;color:#e5e5e5;border-bottom:2px solid #0d0d0d;margin-bottom:4px}.files-table .header-row div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;justify-content:space-between;align-items:center;height:40px}.files-table .header-row div:last-child{grid-column:span 2}.files-table .header-row div:hover:not(.unsortable){background-color:#333;cursor:pointer}.files-table .header-row div:hover:not(.unsortable):after{transform:scale(1);opacity:1}.files-table .header-row div:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13L6 8H14L10 13Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");display:block;opacity:0;transform:scale(0);transition:transform .2s,opacity .2s;flex-shrink:0}.files-table .header-row div.is-selected-down:after{transform:scale(1) rotate(0deg);opacity:1}.files-table .header-row div.is-selected-up.is-selected-up:after{transform:scale(1) rotate(180deg);opacity:1}.files-table .header-row div:empty{pointer-events:none}.files-table .header-row div:empty:after{content:none}.files-table .additional-files-header-row{background-color:#262626;align-items:center;color:#e5e5e5;border-bottom:2px solid #0d0d0d;margin-bottom:4px}.files-table .additional-files-header-row div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;display:flex;justify-content:space-between;align-items:center;height:40px}.files-table-container+.pagination{padding:24px 0 64px}.files-table-container.loading~.pagination{opacity:.3;pointer-events:none}.files-cards-list{margin-top:24px}