.file-manipulator{width:100%;max-width:700px;background-color:#ffffff;margin:15px;border-radius:3px;box-shadow:.1px .1px 3px rgba(0,0,0,0.3)}.file-manipulator .top-controls{background-color:rgba(255,255,255,0.9)}.file-manipulator .top-controls-row{width:100%;display:flex;justify-content:space-between}.file-manipulator .top-controls-row.second{background-color:rgba(0,0,0,0.05);border-top:1px solid rgba(0,0,0,0.1)}.file-manipulator .controls-ghost-btn{border:0px;background-color:transparent;padding:6px;display:flex;justify-content:center;align-items:center}.file-manipulator.top-level .navigate-up-btn,.file-manipulator.no-selection .delete-files-btn{color:grey;cursor:default;pointer-events:none}.file-manipulator .folder-contents{position:relative;max-height:500px;overflow:auto;overflow-x:hidden;padding:6px;min-height:5em}.file-manipulator .folder-contents:empty::before{display:flex;position:absolute;content:'Drag & Drop';border:1px dashed #000;justify-content:center;align-items:center;top:6px;left:6px;right:6px;bottom:6px}.file-row{display:flex;justify-content:flex-start;align-items:center}.file-row .type-block{width:1em;margin:0 .25em;text-align:center}.file-row.clickable{cursor:pointer}