#tasks-list-page{

    background-color: white;
    position: absolute;
    z-index: 120;
    display: none;
    background-color: lightgrey;
    overflow-y: auto;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tasks-list-content{
    padding: 5px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: overlay;
    overflow-x: hidden;
    
}

.tasks-list-content::-webkit-scrollbar {
    display: none;
  }



.list-tasks-plate{
    float: left;
    font-weight: 800;
    width: 90%;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}



.list-tasks-status__ACTIVE{
    background-color: #57d776;
}

.list-tasks-status__END{
    background-color: #939393;
}


.tasks-new-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    background-color: #4183c4;
    z-index: 201;
    color: white;
    text-align: center;
    height: 56px;
    width: 56px;
    padding-top: 14px;
    font-size: 29px;
    box-shadow: 0px -2px 8px 0px #33333382;
}