@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--BGCOLOR:#26362f;--BORDER-COLOR:#fff;--COLOR:#fff;--ERROR:#b22222;--INACTIVE:#d3d3d3;--LINK-COLOR:#f5f5f5;--LINK-HOVER:hsla(0,0%,96%,.9);--STATUS-COMPLETE:#32cd32;--STATUS-OPEN:#b22222;--TABLE-BGCOLOR:#fff;--TABLE-COLOR:#000;--INPUT-INVALID:red}.errmsg{background-color:#fff;background-color:var(--TABLE-BGCOLOR);color:#b22222;color:var(--ERROR);display:inline-block;margin-bottom:.5em;padding:.25em}.errmsg a:-webkit-any-link{color:#b22222;color:var(--ERROR);text-decoration:underline}.errmsg a:any-link{color:#b22222;color:var(--ERROR);text-decoration:underline}.nowrap{white-space:nowrap}.icon-button{background-color:initial;border:none;color:#fff;color:var(--COLOR);display:grid;font-size:2.5rem;height:48px;place-content:center;width:48px}.icon-button:focus-visible,.icon-button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.icon-button[disabled]{visibility:hidden}body{background-blend-mode:multiply;background-color:#26362f;background-color:var(--BGCOLOR);background-image:url(/static/media/background.46e60903d4da4a311b6b.jpg);background-position:100% 0;background-size:cover;color:#fff;color:var(--COLOR);font-family:Nunito,sans-serif;min-height:100vh}button,input,select,textarea{font:inherit}#root{display:flex;flex-flow:column nowrap;min-height:100vh}a{text-decoration:none}a:-webkit-any-link{color:#f5f5f5;color:var(--LINK-COLOR)}a:any-link{color:#f5f5f5;color:var(--LINK-COLOR)}a:focus-visible,a:hover{color:hsla(0,0%,96%,.9);color:var(--LINK-HOVER)}.public,.welcome{display:flex;flex-direction:column;gap:1rem}.public{flex-grow:1;padding:1em}.login,.public__main{border-bottom:2px solid #fff;border-bottom:2px solid var(--BORDER-COLOR);border-top:2px solid #fff;border-top:2px solid var(--BORDER-COLOR);flex-grow:1;padding:1em 0}.public__addr{margin-top:1em}.welcome a:before{content:"➜ "}.dash-header{background-color:#26362f;background-color:var(--BGCOLOR);border-bottom:1px solid #fff;border-bottom:1px solid var(--BORDER-COLOR);padding:0 .5em;position:-webkit-sticky;position:sticky;top:0;z-index:1}.dash-header__container{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.dash-header__container--small{max-width:800px}.dash-header__nav{display:flex;flex-flow:row nowrap;gap:.5em;justify-content:flex-end}.dash-container{flex-grow:1;padding:.75em .5em .5em}.dash-footer{background-color:#26362f;background-color:var(--BGCOLOR);border-top:1px solid #fff;border-top:1px solid var(--BORDER-COLOR);bottom:0;display:flex;flex-flow:row nowrap;font-size:1rem;gap:1em;justify-content:flex-start;padding:.5em;position:-webkit-sticky;position:sticky;z-index:1}.dash-footer__button{font-size:1rem;height:auto;width:auto}tbody,thead,tr{display:contents}.table{grid-gap:.1em;display:grid;font-size:1rem;gap:.1em;grid-template-columns:1fr 2fr 1fr;width:100%}.table,.table__button{color:#000;color:var(--TABLE-COLOR)}.table__button{font-size:1.5rem;padding:.25em}.table__thead{position:-webkit-sticky;position:sticky;top:0;z-index:1}.table__cell,.table__th{background-color:#fff;background-color:var(--TABLE-BGCOLOR);border:1px solid #000;border:1px solid var(--TABLE-COLOR);padding:.5em;text-align:left}.table__cell:last-child{display:grid;place-content:center}.table__cell--inactive{background-color:#d3d3d3;background-color:var(--INACTIVE)}.note__created,.note__updated,.note__username{display:none}.note__status{font-weight:700}.note__status--open{color:#b22222;color:var(--STATUS-OPEN)}.note__status--completed{color:#32cd32;color:var(--STATUS-COMPLETE)}.form{display:flex;flex-flow:column nowrap;gap:.75em;max-width:800px}.form__checkbox-container{align-items:center;display:flex;gap:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__persist{align-items:center;display:flex;gap:.5em;width:100%}.form__title-row{align-items:center;display:flex;justify-content:space-between}.form__input,.form__submit-button{border-radius:15px;padding:.5em}.form__input--text{min-height:150px}.form__input--incomplete{border:1px solid red;border:1px solid var(--INPUT-INVALID);outline:1px solid red;outline:1px solid var(--INPUT-INVALID)}.form__checkbox{height:24px;width:24px}.form__select{padding:.25em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__action-buttons{align-items:center;display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em}.form__row{display:flex;flex-flow:row nowrap;gap:2em}.form__divider{display:flex;flex-flow:column nowrap;gap:.5em}@media screen and (max-width:400px){h1{font-size:2rem}.dash-header__nav{gap:0}.icon-button{font-size:1.5rem}}@media screen and (min-width:768px){body{font-size:1.25rem}.dash-header{padding:0 1em}.dash-container{padding:1em}.table{font-size:1.5rem}.table--notes{grid-template-columns:repeat(3,1fr) 2fr repeat(2,1fr)}.note__created,.note__updated,.note__username{display:block}.form__action-buttons{position:static}}
/*# sourceMappingURL=main.2b6aaf76.css.map*/