@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--BGCOLOR:#fff;--BORDER-COLOR:#000;--COLOR:#000;--ERROR:#b22222;--INACTIVE:#d3d3d3;--LINK-COLOR:#000;--LINK-HOVER:orange;--NOTE-BGCOLOR:rgba(25,25,113,.65);--STATUS-COMPLETE:#32cd32;--STATUS-OPEN:#b22222;--TABLE-BGCOLOR:#fff;--TABLE-COLOR:#000}.errmsg{background-color:#fff;background-color:var(--TABLE-BGCOLOR);color:#b22222;color:var(--ERROR);display:inline-block;margin-bottom:.5em;padding:.25em}.nowrap{white-space:nowrap}.icon-button{background-color:initial;border:none;color:#000;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}.welcome-email{position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.sidebar-open{-webkit-transform:translateX(250px);transform:translateX(250px)}body{background-blend-mode:multiply;background-color:#fff;background-color:var(--BGCOLOR);background-position:100% 0;background-size:cover;color:#000;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:#000;color:var(--LINK-COLOR)}a:focus-visible,a:hover{color:orange;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 #000;border-bottom:2px solid var(--BORDER-COLOR);border-top:2px solid #000;border-top:2px solid var(--BORDER-COLOR);flex-grow:1;padding:1em 0}.public__addr{margin-top:1em}.dash-header{background-color:#fff;background-color:var(--BGCOLOR);border-bottom:1px solid #000;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:#fff;background-color:var(--BGCOLOR);border-top:1px solid #000;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}.table,.table-timesheet{background-color:#fff;border-collapse:collapse;box-shadow:0 0 20px rgba(0,0,0,.15);color:#000;color:var(--TABLE-COLOR);font-size:1rem;margin-bottom:1em;width:100%}.weekend td{align-items:center;border-bottom:1px solid #ddd;padding:.75rem;text-align:center;vertical-align:middle}.weekend input,.weekend td{background-color:#d3d3d3;color:#000}.table-timesheet th{background-color:#f5f5f5;font-weight:700}input[type=email],input[type=password],input[type=text],textarea{background-color:#f5f5f5;border:1px solid grey;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.15);box-sizing:border-box;font-size:1rem;padding:.5rem;width:100%}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{border-color:#007bff;box-shadow:0 0 20px rgba(0,0,0,.3);outline:none}.table-timesheet td,.table-timesheet th{align-items:center;border:1px solid #000;padding:.75rem;text-align:center;vertical-align:middle}.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)}.timesheets-list{background-color:#fff;border-collapse:collapse;box-shadow:0 0 20px rgba(0,0,0,.15);color:#000;color:var(--TABLE-COLOR);font-size:1rem;margin-bottom:1em;width:100%}.timesheets-list th{background-color:#f5f5f5;font-weight:700}.timesheets-list td,.timesheets-list th{align-items:center;border:1px solid #000;padding:.75rem;text-align:center;vertical-align:middle}.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;outline:1px solid red}.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}}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none}.react-flow__node,.react-flow__nodes{-webkit-transform-origin:0 0;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;-webkit-transform-origin:left top;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;top:auto}.react-flow__handle-bottom,.react-flow__handle-top{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.react-flow__handle-top{top:-4px}.react-flow__handle-left{left:-4px}.react-flow__handle-left,.react-flow__handle-right{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.react-flow__handle-right{right:-4px}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.react-flow__attribution{background:hsla(0,0%,100%,.5);font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:hsla(0,0%,94%,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}
/*# sourceMappingURL=main.846b56ce.css.map*/