@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif}.task-form-container{border-bottom:ipx solid #cdcdcd;padding:16px;height:150px;align-items:center;display:flex;justify-content:center;background-color:#f9f9f9}.task-form-header>input{margin-bottom:12px;height:40px;padding:10px;border:rgb(239,237,237) 1px solid;width:100%;background-color:#e6e6e6;border-radius:4px}.task-form-header{display:flex;align-items:center;justify-content:center;flex-direction:column;width:40%}.task-lower-line{display:flex;align-items:center;justify-content:space-between;margin-top:12px;width:100%}.task-form-tags{display:flex;gap:10px;margin-top:12px}.task-select{width:100px;height:30px;background-color:#e0e0e0}.task-form-submit{display:flex;gap:15px}.task-submit-button{width:100px;height:30px;background-color:#470fb7;color:#fff;border:none;border-radius:4px;cursor:pointer}.tags{width:auto;height:20px;background-color:#e0e0e0;border-radius:2px;padding:2px 4px;cursor:pointer}.task_column_header{display:flex;gap:10px;width:100%;justify-content:center}.task-coloumn{width:100%;justify-content:space-around}.task-card{width:80%;min-height:100px;border:1px solid #dcdcdc;border-radius:10px;background-color:#f9f9f9;padding:15px;margin:15px 15px 15px 50px;cursor:grab}.remove-icon{width:20px;height:20px;border-radius:100%;display:flex;opacity:50%;align-items:center;justify-content:center;cursor:pointer;transition:all .3 ease-in-out}.task-card-remove-icon:hover.remove-icon{opacity:80%}.remove-icon:hover{opacity:100%}.task-card-tags{display:flex;gap:10px;margin-top:10px}.card-bottom-line{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.task-column-container{display:flex;margin-top:30px;justify-content:space-evenly}.task_column_icon{height:20px}
