*{
    font-size: 0.9rem;
}

.fa-plus-circle{
    font-size: 2.2rem;
}

td>.task__i{
    margin-left: 10px;
}
.task__i{
    cursor:pointer;
    font-size: 1.5rem;
}
.fa-sort{
    cursor: pointer;
}

.taskCheck{
    color:green;
}
.taskTrash--afterConfirm{
    color:rgba(255,0,0,1);
    opacity: 0.35;
    transform: scale(1.25);
    transition:.3s all ease;
}
.taskTrash--beforeConfirm{
    color:rgba(100,40,200,0.8);
}
.taskTrash--confirm{
    color:red;
    cursor:pointer;
    font-weight: 900;
    left:-40px;
    position:relative;
}

.taskRecycle{
    color:black;
}



.table-sm>:not(caption)>*>* {
    padding: 0.05rem !important;
}

.table-sm th{
    background-color: #000;
    color:#fff;
    padding:8px 3px !important;
    text-align: center;
}
.table-sm thead{
    border-bottom:10px;
    border-color: rgba(255,255,255,0);
    border-style:solid;
}




.doneTask--details{
    margin:10px 20px;
    transition: all .5s ease;
}
.doneTask--details td{
    border:1px solid rgba(100,100,100,0.6);
}
.doneTask--details__hidden{
    display:none;
}



#formModifyTask>div>div{
    padding: 4px;
}
#formNewTask,#formProject,.projectDelete>button{
    margin-left:30px;
}
.newTaskForm>button,.projectForm>button,.projectDelete>button{
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 50px;
}


.projectUser input{
    border-width: 0 0 1px 0;
    margin-bottom:8px;
}

.userProject i{
    color:rgba(180,0,0,1);
    cursor: pointer;
    padding:0 10px;
}



.task__marked{
    background-color: rgba(255,255,0,0.75);
}
.task__unmarked{
    background-color: inherit;
}

.importance{
    padding-top:2px;
    padding-bottom:2px;
}
