.modal__overlay{position:fixed;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.modal__body{background-color:#fff;border-radius:10px;padding:5px 0 5px 5px;min-width:100px;max-width:90vw;max-height:100%;overflow-x:hidden;box-shadow:0 0 10px #00000080}.centered-modal-overlay{position:fixed;top:40px;left:0;width:100%;height:100%;background:#0000004d;display:flex;justify-content:center;align-items:center;border-radius:10px}.centered-modal{background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 5px #00000080;max-width:90%;max-height:none}.header{cursor:grab;padding-left:10px;background-color:var(--color-primary);color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;height:35px}.header button{background:none;border:none;color:#fff;cursor:pointer}.content{padding:10px;max-height:90vh}
