.modal-edit{z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-edit-overlay{background-color:#00000040;width:100vw;height:100vh;position:fixed;inset:0}.modal-edit__wrapper{z-index:1;background-color:#fff;border-radius:8px;flex-direction:column;min-width:991px;max-width:1200px;margin:16px 15px;padding:32px 24px;display:flex}.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{cursor:pointer;border:1px solid #e9e9e9;max-width:350px;margin-bottom:12px;padding:16px;position:relative;overflow:hidden}.modal-edit__file>span{text-wrap:nowrap;width:80%;display:block;overflow:hidden}.modal-edit__file:after{content:"Bestand selecteren";background-color:#c0d23c;border-radius:8px;padding:6px 12px;position:absolute;bottom:50%;right:16px;transform:translateY(50%)}.modal-edit__thumbnail-image{border-radius:999px;width:120px;height:120px;overflow:hidden}.modal-edit__buttons{flex-direction:row;justify-content:flex-end;display:flex}.modal-edit__back{background-color:#0000;margin-right:12px}.modal-edit__save{padding:10px 16px}@media screen and (max-width:992px){.modal-edit__wrapper{min-width:calc(100vw - 30px);margin:16px 8px}.modal-edit__image{height:150px}}
