.modal-edit{z-index:100;display:flex;justify-content:center;align-items:center}.modal-edit,.modal-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0}.modal-edit-overlay{width:100vw;height:100vh;background-color:rgba(0,0,0,.25)}.modal-edit__wrapper{margin:16px 15px;padding:32px 24px;max-width:1200px;min-width:991px;display:flex;flex-direction:column;background-color:#fff;z-index:1;border-radius:8px}.modal-edit__wrapper input[type=file]{display:none}.modal-edit__image{height:300px;margin-bottom:32px}.modal-edit__label{font-weight:700}.modal-edit__file{max-width:350px;border:1px solid #e9e9e9;padding:16px;margin-bottom:12px;position:relative;overflow:hidden;cursor:pointer}.modal-edit__file>span{display:block;overflow:hidden;text-wrap:nowrap;width:80%}.modal-edit__file:after{content:"Bestand selecteren";position:absolute;right:16px;bottom:50%;transform:translateY(50%);background-color:#c0d23c;padding:6px 12px;border-radius:8px}.modal-edit__thumbnail-image{width:120px;height:120px;border-radius:999px;overflow:hidden}.modal-edit__buttons{display:flex;flex-direction:row;justify-content:flex-end}.modal-edit__back{background-color:transparent;margin-right:12px}.modal-edit__save{padding:10px 16px}@media screen and (max-width:992px){.modal-edit__wrapper{margin:16px 8px;min-width:calc(100vw - 30px)}.modal-edit__image{height:150px}}