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