@charset "UTF-8";:root{color-scheme:dark;box-sizing:border-box}html,body{height:100dvh;margin:0;padding:0}#root{height:100%;max-height:100%;min-height:100%;overflow:hidden}.notes-editor-area{position:relative;height:100%;min-width:0;min-height:0}.notes-editor-area .RichTextEditorContainer>div:first-child{height:100%}.notes-editor-area .MenuBar{position:absolute;bottom:5px;right:5px;max-width:100%;margin-right:15px}.note-updated-label:empty:before{content:"​"}.context-menu-vertical-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;z-index:1000;pointer-events:none;padding-bottom:25px}.context-menu-vertical-wrapper .context-menu-vertical-spacer{flex-grow:0;flex-shrink:1}.context-menu-vertical-wrapper .context-menu-horizontal-wrapper{display:flex;flex-direction:row;padding-right:25px}.context-menu-vertical-wrapper .context-menu-horizontal-wrapper .context-menu-horizontal-spacer{flex-grow:0;flex-shrink:1}.context-menu-vertical-wrapper .context-menu-horizontal-wrapper .ContextMenu{pointer-events:auto}.ContextMenu{outline:none;position:relative}.ContextMenu .ContextSubMenu{background-color:#3d3d3d;border:1px solid darkgrey}.ContextMenu .ContextSubMenu:not(.is-root){position:absolute;top:-1px;left:100%}.ContextMenu .ContextSubMenu:not(.is-root).no-direction{visibility:hidden}.ContextMenu .ContextSubMenu:not(.is-root).right{left:100%}.ContextMenu .ContextSubMenu:not(.is-root).left{left:auto;right:100%}.ContextMenu .ContextSubMenu .group .ContextMenuEntry{position:relative;padding:2px 12px 2px 27px;min-width:100px;display:flex;align-items:center;-webkit-user-select:none;user-select:none;white-space:nowrap}.ContextMenu .ContextSubMenu .group .ContextMenuEntry.highlighted{background-color:#575757}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .entry-icon{position:absolute;left:7px;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .entry-icon.disabled>svg{color:#d3d3d3}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .entry-text{margin-right:30px;max-width:400px;overflow:hidden;text-overflow:ellipsis}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .entry-text.disabled{color:#d3d3d3}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .shortcut{color:gray;font-size:12px;margin-left:auto}.ContextMenu .ContextSubMenu .group .ContextMenuEntry .SubMenuIcon{position:absolute;right:6px}.ContextMenu .ContextSubMenu .group:not(:last-child){border-bottom:1px solid darkgrey}.NoteItem{border-bottom:1px solid rgba(255,255,255,.12)}
