@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&family=Nunito:wght@500;600;700;800;900&display=swap);.modal{align-items:center;background-color:rgba(0,0,0,.2);display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:.5s;width:100vw;z-index:4}.modal.active{opacity:1;pointer-events:all}.modal__content{background-color:#fff;border-radius:12px;padding:20px;-webkit-transform:scale(.5);transform:scale(.5);transition:all .4s}.modal__content__title{font-size:1.5rem;font-weight:500;margin:10px 0;outline:none;width:100%}.modal__content__title,.modal__content__title :focus{border:none;border-bottom:1px solid gray}.modal__content__description{border:1px solid transparent;font-size:1rem;font-weight:300;margin-bottom:10px;outline:none;width:100%}.modal__content__description:focus{border-bottom:1px solid #008b8b}.modal__content__comments{border:1px solid transparent;font-size:1rem;font-weight:300;margin-bottom:10px;outline:none;width:100%}.modal__content__comments:focus{border-bottom:1px solid #008b8b}.modal__content__priority{border:1px solid transparent;font-size:1rem;font-weight:300;margin-bottom:10px;outline:none;width:100%}.modal__content__priority:focus{border-bottom:1px solid #008b8b}.modal__content__button{background-color:#008b8b;border:none;border-radius:8px;color:#fff;font-size:20px;font-weight:700;margin-top:40px;padding:8px}.modal__content.active{-webkit-transform:scale(1);transform:scale(1)}h1{word-break:break-all}@media(max-width:450px){h1{font-size:13px}}p{word-break:break-all}.wrapper{display:flex;height:100%;justify-content:center;margin-top:32px}.board{align-items:center;border:5px solid #a9a9a9;border-radius:12px;display:flex;flex-direction:column;flex-grow:1;margin:10px;max-width:500px;overflow:scroll;overflow-x:hidden;padding:20px 10px;width:30%}@media(max-width:450px){.board{margin:2px;max-height:100vh;min-height:50vh;width:130px}}.title{display:flex;font-size:1.5rem;font-weight:700;justify-content:space-between;margin-bottom:16px;width:100%}.title__button__container{display:flex;flex:1 1;justify-content:flex-end}.title__placeholder{flex:1 1}.title p{flex:2 1;text-align:center}@media(max-width:450px){.title p{font-size:13px}}.title button{border:2px solid #008b8b;border-radius:8px;color:#008b8b;cursor:pointer;font-size:20px;font-weight:700;padding:2px 8px}.title button:hover{background-color:#008b8b;border:2px solid transparent;color:#fcfcf9}@media(max-width:450px){.title button{border-radius:8px;font-size:9px;margin-left:10px;padding:2px 4px}}.item{background-color:#fcfcf9;border:2px solid #008b8b;border-radius:6px;box-shadow:none;cursor:grab;margin:5px 0;padding:10px;width:100%}@media(max-width:450px){.item{font-size:9px;font-weight:700}}.item p{margin:8px 0}.item__edit{align-items:center;display:flex;font-size:1.5rem;font-weight:700;justify-content:space-between;margin-top:16px;width:100%}.item__edit__button{border:2px solid #008b8b;border-radius:8px;color:#008b8b;font-size:20px;font-weight:700;padding:4px 24px}@media(max-width:450px){.item__edit__button{border-radius:6px;font-size:9px;margin-left:0;margin-top:2px;padding:2px 4px}}.item__edit__trash{cursor:default;height:25px;width:25px}@media(max-width:450px){.item__edit__trash{height:15px;margin-top:0;width:15px}}.item__edit__button:hover{background-color:#008b8b;border:2px solid transparent;color:#fcfcf9}.header{border-bottom:1px solid gray;display:flex;justify-content:space-between;padding:20px 40px}@media(max-width:450px){.header{justify-content:center}}.header__logo,.home_create_button{color:#008b8b;font-weight:700}.home_create_button{background-color:#fff;border:none;font-size:100%;margin-bottom:2%;margin-right:50%;padding:20px 30px}.home_create_button:hover{background-color:#008b8b;border:#008b8b;border-radius:8px;color:#fff}.project-table{align-items:center;border-bottom:1px solid gray;display:flex;justify-content:space-between}.project-table__name{background-color:#fff;color:#008b8b;font-size:100%;font-weight:700;height:100%;margin-left:20px;padding:10px;width:100%}.project-table__name:hover{background-color:#008b8b;border:#008b8b;border-top:1px solid transparent;color:#fff}.project-table__trash{cursor:default;height:25px;margin:0 4%;width:25px}*{box-sizing:border-box;font-family:Manrope,sans-serif;margin:0;padding:0;text-decoration:none}.App{height:100vh}.todo{font-size:25px;padding:20px}@media(max-width:450px){.todo{justify-content:center}}.todo__logo{color:#008b8b;font-weight:700}
/*# sourceMappingURL=main.5d214c82.css.map*/