.files-table{background-color:#1a1a1a;margin-top:24px;font-size:14px;display:grid;position:relative}.files-table a{text-decoration:none}.files-table-container.loading .files-table .header-row div:after,.files-table-container.loading .files-table .additional-files-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 *{color:#0000!important;border-color:#0000!important}.files-table-container.loading .files-table:after{content:"";background-image:linear-gradient(120deg,#0000 200px,#6464641a 500px,#0000 800px);background-repeat:no-repeat;animation:2s ease-out infinite animate-files-table-skeleton;position:absolute;inset:0}@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{height:36px;margin:auto;position:absolute;top:0;bottom:0;right:0}.files-table .file-row{color:#b2b2b2;cursor:pointer;background-color:#1a1a1a}.files-table .file-row>div:first-child a{color:#999;font-size:13px;text-decoration:none}.files-table .file-row>div:last-child{padding:0}.files-table .file-row:hover{color:#ccc;background-color:#262626cc}.files-table .file-row:has(.is-open){color:#ccc;background-color:#262626cc}.files-table .file-row-details,.files-table .additional-files-header-row,.files-table .header-row{grid-template-columns:67px 1fr 118px 86px 92px 117px 79px 36px;align-items:center;display:grid}.columns-6 .files-table .file-row-details,.columns-6 .files-table .additional-files-header-row,.columns-6 .files-table .header-row{grid-template-columns:67px 1fr 118px 86px 92px 79px 36px}.files-table .file-row-details>div,.files-table .additional-files-header-row>div,.files-table .header-row>div{min-width:0;padding:10px 12px;display:flex}.files-table .file-row-details>div span,.files-table .additional-files-header-row>div span,.files-table .header-row>div span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.files-table .file-row-details>div span.name,.files-table .additional-files-header-row>div span.name,.files-table .header-row>div span.name{color:#e5e5e5;margin-bottom:2px}.files-table .file-row-details>div .has-tooltip,.files-table .additional-files-header-row>div .has-tooltip,.files-table .header-row>div .has-tooltip{max-width:100%}.files-table .file-row-details>div .tooltip-wrapper,.files-table .additional-files-header-row>div .tooltip-wrapper,.files-table .header-row>div .tooltip-wrapper{max-width:100%;display:flex}.files-table .file-row-details>div a+a,.files-table .additional-files-header-row>div a+a,.files-table .header-row>div a+a{border-left:1px solid #4d4d4d;margin-left:6px;padding-left:6px}.files-table .file-row-details>div .more,.files-table .additional-files-header-row>div .more,.files-table .header-row>div .more{color:#999;white-space:nowrap;flex-wrap:wrap;margin-left:4px;font-size:12px;display:inline-block}.files-table .header-row{color:#e5e5e5;background-color:#262626;border-bottom:2px solid #0d0d0d;align-items:center;margin-bottom:4px}.files-table .header-row div{white-space:nowrap;text-overflow:ellipsis;justify-content:space-between;align-items:center;height:40px;display:flex;overflow:hidden}.files-table .header-row div:last-child{grid-column:span 2}.files-table .header-row div:hover:not(.unsortable){cursor:pointer;background-color:#333}.files-table .header-row div:hover:not(.unsortable):after{opacity:1;transform:scale(1)}.files-table .header-row div:after{content:"";opacity:0;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");flex-shrink:0;width:20px;height:20px;transition:transform .2s,opacity .2s;display:block;transform:scale(0)}.files-table .header-row div.is-selected-down:after{opacity:1;transform:scale(1)rotate(0)}.files-table .header-row div.is-selected-up.is-selected-up:after{opacity:1;transform:scale(1)rotate(180deg)}.files-table .header-row div:empty{pointer-events:none}.files-table .header-row div:empty:after{content:none}.files-table .additional-files-header-row{color:#e5e5e5;background-color:#262626;border-bottom:2px solid #0d0d0d;align-items:center;margin-bottom:4px}.files-table .additional-files-header-row div{white-space:nowrap;text-overflow:ellipsis;cursor:default;justify-content:space-between;align-items:center;height:40px;display:flex;overflow:hidden}.files-table-container+.pagination{padding:24px 0 64px}.files-table-container.loading~.pagination{opacity:.3;pointer-events:none}.files-cards-list{margin-top:24px}