.library{display:grid;grid-template-columns:1fr;gap:1em;padding:1em}.library *{margin:0;padding:0}.library .content{margin:1em 0 3em}.library .content #download-selected{position:fixed;bottom:0;left:50%;transform:translate(-50%);padding:.5em 1em;border:none;background:#618d1f;border-radius:5px;color:#fff;margin:1em auto;display:flex;align-items:center;gap:1em;font-size:1em;box-shadow:0 5px 10px rgba(79,114,25,.3333333333333333)}.library .content #download-selected:hover{background:#4f7219}.library .content .breadcrumbs{display:flex;align-items:center;gap:.5em;overflow-x:auto;white-space:nowrap;max-width:100%;scrollbar-width:thin}.library .content .breadcrumbs::-webkit-scrollbar{height:6px}.library .content .breadcrumbs .breadcrumb{display:block;color:#fff;background:transparent;max-width:10em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.library .content .breadcrumbs .icon{font-size:.75em;color:#fff}.library .content .handlers{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5em .5em .5em 2em;background:#7eb628;box-shadow:0 5px 10px rgba(0,0,0,.13333333333333333);margin:0 0 1em;border-radius:5px}.library .content .handlers .display{display:flex}.library .content .handlers .right{display:flex;align-items:center;gap:1em}.library .content .handlers button{display:flex;padding:.75em 1em;border:none}.library .content .handlers button.grid{border-radius:5px 0 0 5px}.library .content .handlers button.list{border-radius:0 5px 5px 0}.library .content .handlers button.active{background:#58801c;color:#fff}.library .content .handlers .select-all{display:flex;align-items:center;color:#fff;border:1px solid #fff;padding:.25em .5em;border-radius:5px;gap:.5em;cursor:pointer}.library .content .files{display:grid;grid-template-columns:repeat(7,1fr);padding:0;gap:1em}.library .content .files .file{display:grid;padding:.25em;width:100%}.library .content .files .file .select-container{position:absolute;top:0;left:0}.library .content .files .file .select-container input[type=checkbox]{background:red}.library .content .files .file .preview{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1/1;background:rgba(0,0,0,.06666666666666667);box-shadow:0 5px 10px rgba(0,0,0,.06666666666666667);border-radius:5px}.library .content .files .file .preview :not(.icon,input,.select-container){position:absolute;top:0;left:0;padding:1em;height:100%;width:100%;-o-object-fit:contain;object-fit:contain;max-width:100%!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.library .content .files .file .preview .icon{font-size:3rem;opacity:.25}.library .content .files .file .file_name{padding:.5rem 0;max-width:15em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000;font-weight:600;font-size:.9em}.library .content .files.list{display:grid;grid-template-columns:1fr;gap:0}.library .content .files.list .file{display:grid;grid-template-columns:50px 1fr;padding:.5em 1em;gap:1em;border-bottom:1px solid #ddd}.library .content .files.list .file .preview .icon{font-size:1.25em}.library .content .files.list .file .preview :not(.icon){padding:.5em}.library .content .files.list .file .file_name{display:flex;align-items:center;max-width:100%}.library .content .files.list .file:last-child{border-bottom:none}.library .content .preview.folder{color:#000;text-decoration:none}.library .content .preview.folder:hover{background:#ddd}@media screen and (max-width:1280px){.library .content .handlers{padding:1.5em 1em;display:grid;grid-template-rows:auto 1fr}.library .content .files{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:780px){.library .content .files{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:500px){.library .content .files{grid-template-columns:repeat(3,1fr)}.library .content .right{margin:1em 0 0;display:flex;justify-content:space-between}}

/*# sourceMappingURL=index.css.map*/