.popup{position:fixed;height:100%;width:100%;top:0;left:0;z-index:100;display:flex;justify-content:center;align-items:center;pointer-events:none;background-color:none;transition:background-color .2s}.popup.open{pointer-events:all;background-color:rgba(0,0,0,.4)}@-webkit-keyframes popup{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes popup{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@-webkit-keyframes popupClose{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}@keyframes popupClose{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}.popup.open .popup-content{-webkit-animation:popup .2s forwards;animation:popup .2s forwards}.popup.closed .popup-content{-webkit-animation:popupClose .2s forwards;animation:popupClose .2s forwards}.popup .closing-bubble{position:absolute;width:70px;height:70px;border-radius:50%;top:-35px;right:-35px;background:#f7971c;display:flex;justify-content:center;align-items:center}.popup .closing-bubble:hover{cursor:pointer}.popup .popup-content{border-radius:5px;background:#3c3532;overflow:visible;box-shadow:0 0 20px rgba(0,0,0,.4);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:30px;margin:0}.person-editor .editor{overflow:auto;height:100%}.person-editor .img-uploader{margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100px}.person-editor .img-uploader img{height:100px;width:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.person-editor .img-uploader .progress-bar{display:inline-block;width:2px;border-radius:1px;margin-right:35px}.person-editor .img-uploader .upload-icon{display:inline-block;overflow:hidden;padding:15px;margin:10px}.person-editor .img-uploader .upload-icon:hover{cursor:pointer}.person-editor label{font-size:1.3rem}.person-editor input{margin:5px;width:calc(100% - 10px);height:2rem;font-size:1.3rem;text-indent:2px}.person-editor input[name=imgUploader]{display:inline-block}