#spritesheetExportApp{position:absolute;top:20%;right:20%;z-index:9999;width:80%;max-width:250px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;padding:4px 4px 8px 4px;box-sizing:border-box;border-radius:3px;box-shadow:var(--drop-shadow);opacity:0}#spritesheetExportApp .row{position:relative;display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px;box-sizing:border-box}#spritesheetExportApp p{color:var(--white)}#spritesheetExportApp p.title{position:relative;display:block;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:8px;margin-bottom:10px;padding-top:8px;line-height:1;font-size:14px;cursor:default}#spritesheetExportApp .row.section{margin-top:15px;border:var(--borders);padding-bottom:4px}#spritesheetExportApp .row.section.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0.05);opacity:.5}#spritesheetExportApp .row.section .title-wrapper{display:flex;align-items:center;align-content:center;width:100%;transform:translateY(calc(-50% - 2px))}#spritesheetExportApp .row.section p{background:var(--darko-d);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 4px}#spritesheetExportApp .field{position:relative;display:flex;align-content:center;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:13px;margin-bottom:5px;margin-left:4px}#spritesheetExportApp .field.row-field{align-items:center;flex-flow:row nowrap}#spritesheetExportApp .field.row-field p{color:var(--dim-a);font-size:12px}#spritesheetExportApp .field:last-child{margin-right:0}#spritesheetExportApp .field label{position:relative;display:block;line-height:1;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:12px;margin-bottom:1px;color:var(--dim-b)}#spritesheetExportApp .field input{position:relative;display:block;width:70px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#spritesheetExportApp .row:last-child{align-items:center;align-content:center;justify-content:center;margin-top:15px}#spritesheetExportApp .row:last-child button{width:80px;height:30px}#spritesheetExportApp .row:first-child{margin-bottom:6px;padding-bottom:6px;margin-top:1px;padding-top:1px;border-bottom:var(--borders)}#spritesheetExportApp .row:first-child p{margin:0;padding:0;font-weight:700;font-size:16px}#spritesheetExportApp button.close{position:absolute;right:6px;color:var(--dim-b);width:15px;height:15px}#spritesheetExportApp .full-width{width:100%}#spritesheetExportApp .field.filename{margin-top:9px;width:calc(100% - 20px)}#spritesheetExportApp .field.filename input{width:100%}