header{display:flex;background-color:var(--black);height:50px;color:var(--white);align-items:center;padding:0 10px;font-family:JetBrains;font-weight:100;font-size:1.1rem;justify-content:space-between}time{white-space:nowrap}header p{white-space:nowrap}@media screen and (max-width: 768px){header p:nth-child(2){display:none}}._task_dtm22_1{background-color:var(--white);padding:.75rem;font-weight:500;color:var(--gray);cursor:pointer;font-weight:700;white-space:nowrap}._task_dtm22_1:hover{color:var(--gray1)}._status_132hv_1{display:flex;flex-direction:column;padding:1rem .5rem;padding-bottom:0;min-width:250px;width:100%;max-width:300px;margin-right:1.2rem;min-height:450px;height:100%;background-color:var(--white);border:var(--black) 5px solid;box-shadow:10px 8px var(--black)}._header_132hv_17{display:flex;width:100%;justify-content:space-between;margin:.5rem 0rem;color:#989898}._header_132hv_17 img{max-width:1.5rem}._header_132hv_17 div{display:flex;justify-content:space-between;gap:10px;align-items:center}._title_132hv_33{font-size:.9rem;font-weight:500;max-width:6rem;overflow:hidden}._title_132hv_33 input{width:100%;border:none;outline:none;padding:2px 6px;font-size:.8rem;color:#000;background-color:transparent;font-family:JetBrains;background-color:var(--yellow)}._button_132hv_51{border:none;outline:none;background-color:transparent;transition:all .2s ease-in-out}._button_132hv_51:hover{cursor:pointer}._tasks_132hv_62{display:flex;flex-direction:column;width:100%;min-height:2px}._tasks_132hv_62::-webkit-scrollbar{width:10px}._tasks_132hv_62::-webkit-scrollbar-track{border-radius:0}._tasks_132hv_62::-webkit-scrollbar-thumb{background-color:var(--black);background-clip:content-box;border-left:7px solid transparent}._task_132hv_62{border:1px solid black;box-shadow:2px 2px #000;margin:5px 0;padding:.75rem;font-weight:500;background-color:var(--white)}._task_132hv_62:hover{background-color:var(--window-background)}._container_1cftg_1{padding:0 .5rem;overflow-y:scroll;margin:.5rem 0}._kanban_1cftg_6{display:flex;overflow-x:scroll;padding-bottom:2rem}._container_1cftg_1::-webkit-scrollbar{width:12px}._container_1cftg_1::-webkit-scrollbar-track{border-radius:0}._container_1cftg_1::-webkit-scrollbar-thumb{background-color:var(--black);border-right:7px transparent solid;background-clip:padding-box}._kanban_1cftg_6::-webkit-scrollbar{height:6px}._kanban_1cftg_6::-webkit-scrollbar-track{border-radius:0}._kanban_1cftg_6::-webkit-scrollbar-thumb{background-color:var(--black)}._container_m6ic4_1{width:80vw;height:85%;display:flex;flex-direction:column;margin:auto;border:var(--black) 5px solid;background-color:var(--white)}@media screen and (min-width: 768px){._container_m6ic4_1{width:70vw}}._screen_m6ic4_17{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:1rem}._deleteButton_m6ic4_25{font-weight:200;cursor:pointer;color:var(--white)}._deleteButton_m6ic4_25:hover{font-weight:900;color:#f7625d;text-decoration:underline}._titleInput_m6ic4_36{font-size:1.2rem;font-family:JetBrains;font-weight:900;width:100%;border:none;outline:none;background-color:transparent;color:var(--white);text-align:center}._row_m6ic4_47{display:flex;justify-content:space-between}select{padding:2px 6px;font-size:1.1rem;font-family:JetBrains;border:none;outline:none;background-color:var(--yellow)}._date_m6ic4_61{display:flex;align-items:center;justify-content:center}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror>*+*{margin-top:.75em}.ProseMirror ul,.ProseMirror ol{padding:0 1rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{line-height:1.1}.ProseMirror code{background-color:#6161611a;color:#616161}.ProseMirror pre{background:#0d0d0d;color:#fff;font-family:JetBrains;padding:.75rem 1rem;border-radius:.5rem}.ProseMirror pre code{color:inherit;padding:0;background:none;font-size:.8rem}.ProseMirror img{max-width:100%;height:auto}.ProseMirror blockquote{padding-left:1rem;border-left:2px solid rgba(13,13,13,.1)}.ProseMirror hr{border:none;border-top:2px solid rgba(13,13,13,.1);margin:2rem 0}.editor{min-height:100px;overflow-y:scroll}.editor:focus{outline:none}.editor::-webkit-scrollbar{width:12px}.editor::-webkit-scrollbar-track{border-radius:0}.editor::-webkit-scrollbar-thumb{background-color:var(--black);border-left:7px transparent solid;background-clip:padding-box}.menu button{border:none;background-color:transparent;opacity:.3}.is-active{opacity:1}.round{display:flex;justify-content:center;align-items:center;border-radius:50%;width:17px;height:17px;background-color:#f7625d;border:1px solid #b93934;cursor:pointer;transition:all .3s ease}.round p{display:none;font-family:Montserrat;font-weight:700;color:#b93934;font-size:13px}.round:hover p{display:block}:root{--background: #fefaf7;--gray: #9b9b9b;--gray1: #3a3c3a;--white: #ffffff;--black: #000000;--window-background: #ff5c5c;--yellow: #ffff50}body{margin:0;padding:0;font-family:JetBrains;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background)}.main-container{display:flex;flex-direction:column;position:absolute;height:auto;bottom:0;top:0;left:0;right:0;margin:1rem;border:var(--black) 5px solid;box-shadow:10px 8px var(--black);background-image:url(/assets/sphere.grid-ee1fe208.png);background-color:var(--window-background);background-repeat:no-repeat;background-position:center;background-size:cover}@font-face{font-family:MovementV;src:local("MovementV"),url(/assets/MovementV-f426a7c4.ttf) format("truetype")}@font-face{font-family:Montserrat;src:local("Montserrat"),url(/assets/Montserrat-e740e324.ttf) format("truetype")}@font-face{font-family:JetBrains;src:local("JetBrains"),url(/assets/JetBrains-662a196d.ttf) format("truetype")}
