@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");body,html{padding:0;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}.formContainer{padding:.5rem 0}.ProseMirror{padding:10px;border-top:1px solid grey;background:#fff;border-radius:0 0 5px 5px;min-height:100px}.ProseMirror:focus{border:none;outline:1px solid #1976d2}.ProseMirror ol,.ProseMirror ul{padding:0 2rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{line-height:1.1}.ProseMirror code{background-color:rgba(#616161,.1);color:#616161}.ProseMirror pre{background:#0d0d0d;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem;border-radius:.5rem}.ProseMirror code{color:inherit;padding:0;background:none;font-size:.8rem}.ProseMirror img{max-width:100%;height:auto}.ProseMirror blockquote{padding-left:1rem;border-left:3px solid #999}.ProseMirror hr{border:none;border-top:3px solid #999;margin:2rem 0}.textEditor{border-radius:5px;border:1px solid grey}.error{border:1px solid #d32f2f}.menuBar{justify-content:space-between}.menuBar,.menuBar .menuItems{display:flex;align-items:center;flex-wrap:wrap}.menuBar button{display:flex;font-size:18px;margin:7px 15px 7px 7px;outline:none;border:none;background:none;color:#464646;cursor:pointer}.menuBar button:last-child{margin-right:7px}.heading3{font-size:15px}button.is_active{background:#c5c5c5;padding:2px 3px;border-radius:2px}