@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--heading-color:#444;--text-color:#999;--primary-color:#8d69f1;--highlight-color:#d13267;--bg-color:#f4f4f4}body{background:#f4f4f4;background:var(--bg-color);font-family:Poppins,sans-serif;font-size:1.1em;margin:0}h1,h2,h3,h4,li,p,ul{margin:0;padding:0}ul{list-style-type:none}.page-title{color:#444;color:var(--heading-color);display:inline-block;font-size:1em}.btn{background:#fff;border:1px solid #8d69f1;border:1px solid var(--primary-color);border-radius:4px;color:#8d69f1;color:var(--primary-color);cursor:pointer;font-size:1em;padding:8px 12px}.btn:hover{background-color:#8d69f1;background-color:var(--primary-color);color:#fff}label{display:block;margin:24px auto}label span{display:block;margin-bottom:6px}input,textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#777;font-size:1em;padding:8px 6px;width:100%}textarea{min-height:160px}.error{background:pink;border:1px solid red;border-radius:4px;color:red;margin:10px 0;padding:8px}.App{display:flex}.App .container{flex-grow:1;padding:0 20px}.navbar{box-sizing:border-box;margin-bottom:80px;padding:30px 0;width:100%}.navbar ul{justify-content:flex-end;margin:0 auto}.navbar .logo,.navbar ul{align-items:center;display:flex}.navbar .logo{color:var(--heading-color);font-weight:700;letter-spacing:1px;margin-right:auto}.navbar .logo img{-webkit-filter:invert(25%);filter:invert(25%);margin-right:10px;margin-top:-8px;width:36px}.navbar a{color:#333;margin-right:20px;text-decoration:none}.project-filter{margin:30px auto}.project-filter nav{background:#fff;border-radius:4px;display:flex;padding:10px}.project-filter p{font-size:.9em;margin-right:10px}.project-filter button{background:transparent;border:0;border-right:1px solid #e4e4e4;color:var(--text-color);cursor:pointer;font-family:inherit;font-size:.9em;font-weight:700}.project-filter button:last-child{border:0}.project-filter button.active{color:var(--primary-color)}.project-list{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:40px}.project-list a{background:#fff;border-radius:6px;box-shadow:3px 3px 5px rgba(0,0,0,.05);color:inherit;padding:16px 16px 6px;text-decoration:none}.project-list h4{color:var(--heading-color);font-size:.9em}.project-list p{color:var(--text-color);font-size:.9em}.project-list .assigned-to{border-top:1px solid #eee;margin-top:20px;padding-top:10px}.project-list ul{display:flex}.project-list li{margin-right:10px}.project-list .avatar{height:25px;width:25px}.avatar{border-radius:50%;display:inline-block;height:50px;overflow:hidden;padding:6px;width:50px}.avatar img{height:100%;width:100%}.create-form{margin:auto;max-width:550px}.auth-form{background:#fff;border:1px solid #ddd;box-shadow:3px 3px 5px rgba(0,0,0,.05);margin:60px auto;max-width:360px;padding:40px}.project-details{grid-gap:30px;align-items:start;display:grid;grid-template-columns:3fr 2fr}.project-summary{background:#fff;border-radius:4px;padding:20px}.project-summary .due-date{color:var(--heading-color);font-size:.9em;margin:10px 0}.project-summary .details{line-height:1.4em;margin:20px 0;max-width:200px}.project-summary .details,.project-summary h4{color:var(--text-color);font-size:.9em}.project-summary .assigned-users{display:flex;margin-top:20px}.project-summary .assigned-users .avatar{margin-right:10px}.project-summary+.btn{margin-top:20px}.project-comments label{margin-bottom:0}.project-comments textarea{font-size:1.5em;min-height:40px}.project-comments h4{color:var(--heading-color)}.project-comments li{background:#fff;border:1px solid #f2f2f2;border-radius:4px;box-shadow:3px 3px 5px rgba(0,0,0,.05);margin-top:20px;padding:16px}.comment-author{align-items:center;color:var(--heading-color);display:flex}.comment-author .avatar{height:30px;margin-right:10px;width:30px}.comment-date{color:var(--text-color);font-size:.9em}.sidebar{background:var(--primary-color);box-sizing:border-box;color:#fff;min-height:100vh;min-width:200px;position:relative;width:200px}.sidebar-content{position:fixed;width:inherit}.sidebar .user{border-bottom:1px solid hsla(0,0%,100%,.2);font-weight:700;letter-spacing:1px;padding:20px 15px;text-align:center}.sidebar .links{margin-left:8px;margin-top:80px}.sidebar .links li{margin-top:10px}.sidebar .links a{box-sizing:border-box;color:#fff;display:flex;padding:8px;text-decoration:none;width:100%}.sidebar .links img{-webkit-filter:invert(100%);filter:invert(100%);margin-right:6px}.sidebar .links a.active{background:var(--bg-color);border-radius:20px 0 0 20px;color:#555}.sidebar .links .active img{-webkit-filter:invert(40%);filter:invert(40%)}.user-list{background:#fbfbfb;box-sizing:border-box;color:var(--heading-color);min-width:200px;width:200px}.user-list h2{border-bottom:1px solid #eee;font-size:1.2em;margin-bottom:30px;padding-bottom:10px;padding-top:20px;text-align:center}.user-list .user-list-item{align-items:center;display:flex;font-size:.8em;justify-content:flex-end;margin:15px auto;padding-left:6px;padding-right:6px;text-align:right}.user-list .avatar{height:40px;margin-left:6px;width:40px}.user-list .user-list-item:hover{background:#eee9fc}.user-list .online-user{background:var(--primary-color);border-radius:50%;display:inline-block;height:10px;margin-right:2px;margin-top:2px;width:10px}