@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);body,html{padding:0;margin:0;font-family:Poppins;font-style:normal;font-weight:500}.cont{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;height:100vh}.box{border-radius:12px;width:400px;max-width:90%;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.image-upload-cont{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:20px}.choose-file-btn,.image-upload-cont,.reupload-btn{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.choose-file-btn,.reupload-btn{width:101px;height:31.98px;background:#2f80ed;border-radius:8px;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px 0}.choose-file-btn:hover,.reupload-btn:hover{cursor:pointer}.choose-file-btn-text,.reupload-btn-text{font-family:Noto Sans;font-size:12px;line-height:16px;letter-spacing:-.035em;text-align:center}.reupload-btn{margin:30px auto 10px}.image-drop-cont{width:100%;height:218.9px;background:#f6f8fb;border:1px dashed #97bef4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;padding:20px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.image-drop-cont.drag-active{opacity:.7}.upload-text{font-size:18px;line-height:27px;text-align:left}.upload-text,.upload-text-1{letter-spacing:-.035em;margin:15px 0}.upload-text-1{font-size:10px;line-height:15px;text-align:center}.upload-text-2{text-align:left;margin:15px 0}.upload-text-2,.upload-text-3{font-size:12px;line-height:18px;letter-spacing:-.035em}.upload-text-3{text-align:center;margin:20px 0}.img-upload-action{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.img-upload-action div:nth-child(2){display:none}.uploading-cont{justify-self:start;width:100%}.uploading-text{font-size:18px;line-height:27px;letter-spacing:-.035em;text-align:left;padding:20px 0}.uploading-loader{width:100%;height:6px;background:#f2f2f2;border-radius:8px;overflow-x:hidden}.uploading-loader-obj{width:25%;height:6px;background:#2f80ed;border-radius:8px;-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(400%);transform:translateX(400%)}}@keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(400%);transform:translateX(400%)}}.success-icon{margin:10px auto;width:-moz-fit-content;width:fit-content}.successful-upload-text{font-size:18px;line-height:27px;text-align:center;letter-spacing:-.035em;color:#4f4f4f;margin:10px 0}.image-display{max-width:100%;margin:10px auto auto}.image-link-cont{max-width:100%;background:#f6f8fb;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:8px;display:-moz-box;display:flex;margin:25px auto;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:0 5px 0 1px;overflow-x:hidden;text-overflow:ellipsis}.image-link{text-overflow:ellipsis;font-size:8px;line-height:12px;text-align:center;letter-spacing:-.035em;color:#4f4f4f;padding-left:4px}.copy-link-btn{min-width:74px;height:34px;background:#2f80ed;border-radius:8px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.copy-link-btn:hover{cursor:pointer}.d-flex-c{-moz-box-pack:center;justify-content:center;display:-moz-box;display:flex}.copy-link-text{font-size:8px;line-height:12px;text-align:center;letter-spacing:-.035em;color:#fff}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}