.board-card-cont{height:13em;width:15rem;margin:1rem;border-radius:20px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;box-shadow:0 0 .5rem #000}.board-input{height:13rem;width:15rem;border:none;margin:1rem;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem;background-color:#c4bbbb;border-radius:20px}.board-input input{height:2rem;background-color:#e6dcdc;border:none;border-radius:10px}.add-btn{margin:.5rem;height:2rem;width:4rem;border:0;border-radius:10px;font-size:1rem;color:#fff;background-color:#375805;box-shadow:0 0 .5rem #375805}.board-cont{display:flex;flex-direction:row;flex-wrap:wrap;padding:1rem}.delete-btn{height:2rem;width:2rem;border-radius:50%;font-size:1rem;font-weight:700;background-color:#7a0303;box-shadow:0 0 .7rem #7a0303;border:0;color:#fff;cursor:pointer;text-align:center;padding:4%}.list{background-color:#302d2d;color:#fff;min-width:10rem;flex:1 1 auto}.list-item{margin:5px;color:#fff}.list-card{background-color:#555151;margin:5px 0;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between}.list-card:hover{transition:.2s;padding:8%;background-color:#f8c973;color:#000}.list-del-btn{height:2.5rem;width:7rem;margin:5px;font-size:1rem;background-color:#9c0404;color:#fff;font-weight:700;border:0;border-radius:10px;cursor:pointer}.board-heading{color:#585656;margin-left:2rem}.lists-cont{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:1rem;width:100%}.list-inp-cont{height:7rem;width:15em;margin:1rem;border-radius:15px;color:#fff;background-color:#353434;display:flex;flex-direction:column;justify-content:space-around;padding:10px;text-align:center}.list-inp{height:1.7rem;border:0;background-color:#c0b9b9;padding:.5% .5% .5% 2%;border-radius:10px;font-size:1rem;margin:5px}.list-btn-add{margin:5px;height:2rem;width:7rem;font-size:1rem;font-weight:600;border:0;border-radius:5px;background-color:green;color:#fff}.checklist-inp-cont{height:3rem;width:25rem;padding:1%;margin-bottom:1rem;border-bottom:2px solid rgb(185,182,182);display:flex;justify-content:space-around;align-items:center}.checklist-cont{padding:.5rem;background-color:#141414;border-radius:15px;color:#fff;padding:1rem;margin:10px 0}.checklist-cont span{font-weight:600;font-size:1.3rem}.checkItems-cont{height:10rem;width:30rem;margin:10px;overflow-y:auto}.checkItem-cont{border-radius:10px;display:flex;align-items:center;justify-content:space-between;background-color:#494848;margin:2px;padding:1%}.checkItem-cont button{height:2rem;width:2rem;border-radius:10px;border:0;font-weight:1000;color:#fff;background-color:#7e0606}.checkItem-inp-cont{height:2.5rem;margin:5px}.checkItem-inp-cont input{height:2rem;width:20rem;border:0px;border-radius:10px;margin-left:1rem;font-size:1rem}.checklist-remove-btn{height:2rem;font-size:1rem;font-weight:600;background-color:#ad750c;border-radius:5px;border:0;padding:10px;text-align:center;cursor:pointer}
