*{font-family:Arial,Helvetica,sans-serif}.con{min-height:120vh;overflow-y:auto;padding:0 2rem 2rem}.new-item-form{display:flex;flex-direction:column;grid-gap:.7rem;gap:.7rem}.new-item-form input::-webkit-input-placeholder{text-align:center;color:#0af}.new-item-form input::placeholder{text-align:center;color:#0af}.header-todo{font-size:2rem;margin-top:3rem;margin-bottom:1rem}.list{padding:0;margin:0 0 0 1rem;list-style:none;font-size:1.5rem}.list li:has(input:checked) label{color:#526d7a}.list{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;color:#2f4f4f}.list li{grid-gap:1.5rem;gap:1.5rem}.list li,.list li label{display:flex;align-items:center}.list li label{grid-gap:1rem;gap:1rem;cursor:pointer}.list li:has(input:focus-visible) label{outline:1px solid #0af}.list li input{outline:none;width:0;height:0;-webkit-appearance:none;appearance:none;pointer-events:none;position:absolute}.list li label:before{content:"";display:block;width:.9rem;height:.9rem;background:#cef;border-radius:.25em;display:flex;justify-content:center;align-items:center}.list li label:hover:before{background:#9df}.list li:has(input:checked) label:before{content:"\2714";background:#08c;color:#cef;font-size:.75rem;font-weight:700}.list li:has(input:checked) label:hover:before{background:#069}.delete{font-size:1rem;padding:.38em .5em}@media(max-width:27rem){.header-todo{font-size:1.2rem}.list li{font-size:1rem;grid-gap:.4rem;gap:.4rem}.list{margin-left:0}.delete{font-size:.8rem}.list li label{grid-gap:.4rem;gap:.4rem}}@media(max-width:36rem){.header-todo{text-align:center}}*{box-sizing:border-box}a{text-decoration:none}p{margin-bottom:0}body{margin:0;padding:0}.link-to-editor{overflow:hidden}button:focus{outline:none}.pane{overflow-y:auto}.sidebar{width:100%}.sidebar--note{display:flex}.sidebar--header{display:flex;justify-content:space-around;align-items:center;padding-top:4rem;padding-bottom:4rem}.future-plans-div{justify-content:center;margin-top:4rem}.future-plans-div,.title{display:flex;align-items:center}.title{overflow:hidden;width:100%;cursor:pointer;justify-content:space-between;line-height:2rem}.notes{margin-bottom:0;color:#0d6efd;font-size:2.1rem;font-weight:"530"}.title--delete{display:none;cursor:pointer;background-color:initial;border:none}.title:hover .title--delete{display:block}.note-summary:not(:last-of-type){border-bottom:1px solid #d3d3d3}.text-snippet{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.1rem;line-height:2.5rem;margin-left:1rem}.selected-note{background-color:rgba(0,170,255,.1)}.selected-note .text-snippet{color:#2f4f4f;font-weight:700}.gutter{background-color:rgba(0,170,255,.1);background-repeat:no-repeat;background-position:50%}.gutter.gutter-horizontal{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==")}.gutter.gutter-horizontal:hover{cursor:col-resize}.split{display:flex}.delete-btn{display:none;background:none;border:none;margin-right:1rem}.title:hover>.delete-btn{display:block}.trash-icon{cursor:pointer}.gg-trash{box-sizing:border-box;position:relative;display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transform:scale(var(--ggs,1));transform:scale(var(--ggs,1));width:10px;height:12px;border:2px solid transparent;box-shadow:0 0 0 2px,inset -2px 0 0,inset 2px 0 0;border-bottom-left-radius:1px;border-bottom-right-radius:1px;margin-top:4px}.gg-trash:after,.gg-trash:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-trash:after{background:currentColor;border-radius:3px;width:16px;height:2px;top:-4px;left:-5px}.gg-trash:before{width:10px;height:4px;border:2px solid;border-bottom:transparent;border-top-left-radius:2px;border-top-right-radius:2px;top:-7px;left:-2px}.no-notes{height:80vh;flex-direction:column;align-items:center}.nav-container-2,.no-notes{display:flex;justify-content:center}.header{display:flex;align-items:center;height:3.5rem;margin:0 0 2rem;padding:0 1rem;box-shadow:0 .1rem 0 rgba(0,170,255,.1)}.header-text{margin-right:auto;font-size:1.2rem;max-width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0d6efd}.for-header-menu{position:relative}.toggler{position:absolute;top:1.5rem;left:-9rem;background-color:grey;height:7rem;width:10rem;justify-content:center;z-index:2;border-radius:1rem}.toggler,.toggler--slider{display:flex;align-items:center}.toggler--slider{width:25px;height:13px;background-color:#2b283a;border-radius:2rem;margin-inline:7px;cursor:pointer;justify-content:flex-start;border:1px solid #000;box-sizing:initial}main.dark .toggler--slider{border-color:#fff;background-color:#f5f5f5}.toggler--slider--circle{height:13px;width:13px;background-color:#fff;border-radius:50%}main.dark .toggler--slider--circle{background-color:#000}.toggler--light{color:#2b283a}main.dark .toggler--light{color:#918e9b}.toggler--dark{color:#d5d4d8}main.dark .toggler-dark{color:#fff}main.dark .toggler--slider{justify-content:flex-end}.app-main-note-preview h1{font-size:1.8rem;font-weight:700}.app-main-note-preview p{font-size:1.3rem}.editor-text{margin:0 5rem}.stack{padding-left:2rem}.for-overflow h1,.for-overflow p,h2,h3,h4,h5,h6{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:0}@media(max-width:50rem){.editor-text{margin:0 .9rem}}@media(max-width:39rem){.text-snippet{margin:0}.delete-btn{margin-right:0}}@media(max-width:29rem){.notes{font-size:1.4rem}}
/*# sourceMappingURL=main.2899d490.chunk.css.map */