#cropApp{position:absolute;top:calc(50% - 175px);right:calc(50% - 175px);z-index:9999;width:350px;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}#cropApp .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;box-sizing:border-box}#cropApp 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;color:var(--white);font-size:14px;cursor:default}#cropApp .row.section{margin-top:15px;border:1px dashed rgba(240,230,250,0.05)}#cropApp .row:first-child{margin-bottom:6px;padding-bottom:6px;margin-top:1px;padding-top:1px;border-bottom:var(--borders)}#cropApp .row:first-child p{margin:0;padding:0;font-weight:700;font-size:16px}#cropApp .row:last-child{align-items:center;align-content:center;justify-content:center;margin-top:15px}#cropApp .row:last-child button{width:80px;height:30px;margin:0 2.5px}#cropApp button.close{position:absolute;right:6px;color:var(--dim-b);width:15px;height:15px}