@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{align-items:center;background:#927dfc;display:flex;justify-content:center;min-height:100vh}.wrapper{background:#fff;border-radius:9px;height:288px;padding:30px;transition:height .2s ease;width:450px}.wrapper.active{height:537px}.wrapper .upload-box{align-items:center;border:2px dashed #afafaf;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;height:225px;justify-content:center}.wrapper.active .upload-box{border:none}.upload-box p{font-size:1.06rem;margin-top:20px}.wrapper.active .upload-box p{display:none}.wrapper.active .upload-box img{border-radius:5px;height:100%;object-fit:cover;width:100%}.wrapper .content{margin-top:28px;opacity:0;pointer-events:none}.wrapper.active .content{opacity:1;pointer-events:auto;transition:opacity .5s ease .05s}.content .row{display:flex;justify-content:space-between}.content .row .column{width:calc(50% - 15px)}.row .column label{font-size:1.06rem}.sizes .column input{border:1px solid #aaa;border-radius:4px;font-size:1.06rem;height:49px;margin-top:7px;outline:none;padding:0 15px;width:100%}.sizes .column input:focus{border:2px solid #927dfc;padding:0 14px}.content .checkboxes{margin-top:20px}.checkboxes .column{align-items:center;display:flex}.checkboxes .column input{accent-color:#927dfc;height:17px;margin-right:9px;width:17px}.content .download-btn{background:#927dfc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.06rem;margin:30px 0 10px;outline:none;padding:15px 0;text-transform:uppercase;width:100%}
/*# sourceMappingURL=main.c7346579.css.map*/