.Modal{z-index:2000000;background-color:#fff;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.Modal--on{flex-direction:column;display:flex}.Modal__head{background-color:#f1f1f1;flex-shrink:0;justify-content:flex-end;align-items:center;height:60px;display:flex}.Modal__body{flex-grow:1;overflow-y:scroll}.Modal__body>*{margin-top:var(--space-xl)}.Modal__body>:last-child{margin-bottom:var(--space-xl)}
