/*
 * Allows dragging and resizing of groups without interfering
 * when they overlap. 
*/
.react-flow__resize-control {
    pointer-events: all;
}

.group-drag-handle, .group-enable-pointer-events {
    pointer-events: auto;
}

input {
    border-radius: 5px;
    border: solid grey 1px;
    font-size: 16px;
}

button {
    border-radius: 5px;
    border: solid grey 1px;
    font-size: 16px;
}
