@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--BGCOLOR:#0f172a;--BORDER-COLOR:#fff;--COLOR:#fff;--ERROR:#b22222;--INACTIVE:#d3d3d3;--LINK-COLOR:#f5f5f5;--LINK-HOVER:#f5f5f5e6;--NOTE-BGCOLOR:#191971a6;--STATUS-COMPLETE:#32cd32;--STATUS-OPEN:#b22222;--TABLE-BGCOLOR:#fff;--TABLE-COLOR:#000}.errmsg{background-color:#fff;background-color:var(--TABLE-BGCOLOR);display:inline-block;margin-bottom:.5em;padding:.25em}.errmsg,.errmsg a:any-link{color:#b22222;color:var(--ERROR)}.errmsg a:any-link{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{cursor:pointer;transform:scale(1.2)}.icon-button[disabled]{visibility:hidden}body{background-blend-mode:multiply;background-color:#0f172a;background-color:var(--BGCOLOR);background-image:url(/static/media/background.aecd42b4c1d197657b25.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,a:visited{color:#f5f5f5;color:var(--LINK-COLOR)}a:focus-visible,a:hover{color:#f5f5f5e6;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:#0f172a;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__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:#0f172a;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;grid-template-columns:1fr 2fr 1fr}.table,.table__timesheet{color:#000;color:var(--TABLE-COLOR);display:grid;font-size:1rem;gap:.1em;width:100%}.table__timesheet{grid-gap:.1em;grid-template-columns:1fr 1fr 1fr .5fr}.table__button{color:#000;color:var(--TABLE-COLOR);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: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;color:#000;padding:.5em}.form__input--text{min-height:150px}.form__input--incomplete{border:1px solid red;outline:1px solid red}.form__checkbox{height:24px;width:24px}.form__select{padding:.25em;width:-webkit-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}.loader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.timesheet-list{display:flex;flex-flow:row wrap;gap:10px;justify-content:flex-start;margin-top:10px}.timesheet-elem{position:relative}.timesheet-button{align-items:center;border:2px solid #000;border-radius:8px;color:#000;cursor:pointer;display:flex;flex-direction:column;justify-content:space-evenly;padding:5px;width:200px}.del-button{background:none;border:none;color:#000;height:32px;position:absolute;right:5px;top:5px;width:32px}.del-button:hover{cursor:pointer;font-size:1.5rem}.logs{margin-left:50px;margin-top:10px}.logs-nav{align-content:center;display:flex;justify-content:space-between}.logs-nav h2{align-items:center;display:flex;justify-content:center;margin-left:10px}.logs-buttons{display:flex;gap:5px}.logs-sum{margin-left:10px;margin-top:10px}.del-choice-inactive{display:none}.del-choice-active{animation:appear .45s ease-out;background-color:#fff;border:2px solid #000;border-radius:10px;color:#000;display:flex;flex-direction:column;gap:20px;left:50%;padding:10px;position:fixed;text-align:center;top:5%;transform:translateX(-50%);width:250px;z-index:5}@keyframes appear{0%{opacity:0;transform:translate(-50%,-150%)}to{opacity:1;transform:translateY(-50%,0)}}.del-choice-buttons{display:flex;flex-direction:row;justify-content:space-around}.no,.yes{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #000;border-radius:12px;color:#000;cursor:pointer;width:60px}@media screen and (max-width:400px){h1{font-size:2rem}.dash-header__nav{gap:0}.icon-button{font-size:1.5rem}.timesheet-list{align-items:center;flex-direction:column;justify-content:center}.del-button{font-size:1.2rem;right:0;top:1px}}@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.8338feb2.css.map*/