


.video-call{
    width: 100%;
    background-color: #fefefe;
    height: 300px;
}
.taskHighlightedTimeoverRow{
    background-color:     #a93226;
    color: white;
}
.taskHighlightedSuccessRow{
    background-color:   #2ecc71;
    color: white;
}
.days_left{
    color: red;
    font-size: 14px;
}
.total_work{
    color: blue;
    font-size: 14px;
}

.single-user-task {
    border: 3px solid #ccc !important;
    border-radius: 6px;
}