body{background-color:#dce1e5}.card-title{display:flex;gap:10px}.app{display:flex;flex-direction:column;gap:30px}.rest{background-color:#dce1e5}.display{width:100px;height:30px;display:inline-flex;align-items:center;padding:8px;background-color:#fff;border:1px solid lightgray;border-radius:4px;cursor:pointer;box-shadow:0 4px 8px #0000001a}.display img{margin:0 3px}.dropdown{position:absolute;background-color:#f9f9f9;border:1px solid lightgray;box-shadow:0 4px 8px #0000001a;border-radius:4px;padding:10px;margin-top:10px;margin-left:20px;width:250px;z-index:1000}.dropdown-item{display:flex;justify-content:space-between;margin-bottom:10px}.cards{display:grid;grid-row:5}.dropdown select{padding:4px;border:1px solid lightgray;border-radius:4px;width:100px;margin-right:10px}.columns{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.col{display:flex;justify-content:space-around}.tasks-container{display:flex;flex-direction:column;gap:10px;margin-top:30px}.img{height:20px}.left{display:flex;justify-content:space-between;gap:10px}.right{display:flex;gap:10px}.card{width:400px;height:160px;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;border:black;font-size:14px}.tag-button{background-color:#fff;border:1px solid lightgray;border-radius:4px;cursor:pointer;padding:4px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-left:20px;margin-top:10px}.card-title{margin-left:20px}.card-footer{display:flex;margin-left:20px;gap:10px}.avatar{width:40px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-right:20px}p{color:#434342}
