#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}h1,h2,p,span{color:var(--text-off-white)}form#add-todo-form{background-color:var(--dk-blue);padding:2em 8%;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;max-width:900px;margin-left:auto;margin-right:auto}form#add-todo-form h1{font-size:2em;text-align:center;font-weight:800;color:#fff;width:100%;margin-top:0}form label{width:100%;margin:0 auto 2em;position:relative}form label>span{display:block;color:var(--textbox-highlight);text-align:left;font-weight:800;padding-right:1em}form label>input,form label>textarea,form label>select{display:inline-block;width:100%;min-height:4em;padding-left:1em;padding-top:12px;background-color:transparent;border:none;border-bottom:2px solid var(--textbox-highlight);color:var(--text-white);font-family:Montserrat,sans-serif;font-weight:600}form label>textarea{padding:24px 1em 1em;width:100%}form label>input:focus-visible,form label>textarea:focus-visible{outline:none;border:2px solid var(--textbox-highlight);border-left:4px solid var(--textbox-highlight);border-radius:5px}form input[type=submit]{margin:3em 10% 0 auto;padding:.75em;font-family:Montserrat,sans-serif;font-size:1.5em;font-weight:800;text-transform:uppercase;letter-spacing:1px;width:20%;border:4px solid var(--yellow);border-radius:10px;color:var(--dk-blue);background-color:var(--yellow)}form input[type=submit]:focus,form input[type=submit]:hover,form input[type=submit]:active{border-color:var(--yellow);color:var(--yellow);background-color:transparent}form input#due-date{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;padding-right:40px}form input#due-date::-webkit-calendar-picker-indicator{opacity:0;display:block;position:absolute;right:10px;width:20px;height:100%;cursor:pointer}form input#due-date:before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM7 12h5v5H7z"/></svg>');position:absolute;right:10px;top:40%;transform:translate(-50%);pointer-events:none}form label>input.error-border,form label>textarea.error-border{border:2px solid #FF3838!important}form span.error-message{color:#ff2525;font-size:.9em;font-weight:700;display:block;width:100%;position:relative;top:-16px;text-align:left}.todo-container{padding:2em;margin-top:3em;background-color:#05195366;border-radius:20px;width:100%}@media (min-width:1024px){.lists-container{display:flex;justify-content:space-between}.todo-container{width:50%;padding:2em;margin-top:3em;background-color:#05195366;border-radius:20px}.todo-container.completed{margin-left:1em}}.todo-card{padding:1em 1em 1em 8%;border-radius:20px;background-color:var(--dk-blue);color:var(--text-off-white);text-align:left;display:flex;justify-content:space-between;align-items:center;margin-bottom:2em;position:relative}.todo-card.completed{padding-left:1em;padding-right:2em}.todo-card .todo-category{position:absolute;top:0;left:0;bottom:0;width:8%;border-radius:20px 0 0 20px;display:flex;justify-content:center;align-items:center}.todo-card .todo-category.high{background-color:var(--red)}.todo-card .todo-category.medium{background-color:var(--yellow)}.todo-card .todo-category.low{background-color:var(--blue)}.todo-card .todo-category span{rotate:-90deg;font-weight:800;text-transform:uppercase;color:var(--dk-blue)}.todo-card.completed .todo-category{background-color:transparent}.todo-card .todo-checkbox{width:10%}.todo-card .todo-checkbox label{position:relative}.todo-card .todo-checkbox input{visibility:hidden}.todo-card .todo-checkbox .custom-checkbox{content:"";position:absolute;top:-50%;left:calc(50% + 14px);border:3px solid transparent;border-radius:50%;width:28px;height:28px}.todo-card.completed .todo-checkbox .custom-checkbox:before{content:"";position:absolute;width:6px;height:12px;border-right:4px solid var(--dk-blue);border-bottom:4px solid var(--dk-blue);transform:rotate(45deg);top:2px;left:6px}.todo-card .todo-checkbox .custom-checkbox.high{border-color:var(--red)}.todo-card.completed .todo-checkbox .custom-checkbox.high{background-color:var(--red)}.todo-card .todo-checkbox .custom-checkbox.medium{border-color:var(--yellow)}.todo-card.completed .todo-checkbox .custom-checkbox.medium{background-color:var(--yellow)}.todo-card .todo-checkbox .custom-checkbox.low{border-color:var(--blue)}.todo-card.completed .todo-checkbox .custom-checkbox.low{background-color:var(--blue)}.todo-card .todo-text-wrapper{width:72%}.todo-card .todo-text-wrapper .todo-date{font-size:1em;line-height:1.1;font-weight:400;font-style:italic;letter-spacing:1px;margin:.5em 0}.todo-card .todo-text-wrapper .todo-heading{font-size:1.7em;line-height:1.1;font-weight:700;margin:0}.todo-card .todo-text-wrapper .todo-description{font-weight:500;font-size:1.1em;margin:.5em 0 1em}.todo-card button{background-color:transparent;border:2px solid transparent;padding:.5em;width:10%}.todo-card button:focus,.todo-card button:active,.todo-card button:hover{border-color:var(--textbox-highlight)}.todo-card button.completed-button{background-color:var(--yellow);color:var(--dk-blue);border:2px solid var(--yellow);padding:.5em;width:10%}.todo-card button.completed-button:hover,.todo-card button.completed-button:focus,.todo-card button.completed-button:active{background-color:transparent;color:var(--yellow);border-color:var(--yellow)}:root{font-family:Montserrat,sans-serif;line-height:1.1;font-weight:300;font-size:12px;background-color:#324e9b;color:#dce3ea;color-scheme:light dark;--dk-bg-blue: #040223;--dk-blue: #051853;--med-blue: #324E9B;--red: #E25C3B;--yellow: #FFBA49;--blue:#08B2E3;--text-off-white: #DCE3EA;--text-white: #fff;--textbox-highlight:#91A7E3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-size:2em;line-height:1.1;color:var(--text-white)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--yellow);color:var(--dk-blue);cursor:pointer;transition:border-color .25s}button:hover,button:active{border-color:var(--yellow);color:var(--yellow);background-color:transparent}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}footer{color:var(--text-white);font-weight:400;font-size:12px;padding:1em;text-align:center}footer p a{font-weight:600;color:var(--text-off-white);text-decoration:underline}footer p a:hover,footer p a:focus,footer p a:active{color:var(--text-off-white);text-decoration:none}
