.flex.spaceAround {
    justify-content: space-between;
}

.statItem {
    padding: 20px;
    background: white;
    margin-top: 30px;
    border-radius: 15px;
    width: 220px;
    text-align: center;
    width: 26%;
}

#Dashboard .chartSection{
    margin-top: 50px;
}

#HotLeadList .list>div,#UserTopLeadList .list>div{
    padding: 7px 10px;
    border-right: 2px solid transparent;
    cursor: pointer;
}

#HotLeadList .leadFireListItem {
    margin-left: -10px;
    margin-right: 10px;
    color: #ab1e3b;
}

.thirdContainer .header{
    background: #ffffff1a;
    padding: 0px 10px;
    margin: 0px -10px;
}

.thirdContainer {
    width: 33%;
    padding: 0px 10px;
    padding-bottom: 10px;
    background: #d3d3d305;
    box-sizing: border-box;
    margin-right: 10px;
}

#HotLeadList .list>div:hover, #UserTopLeadList .list>div:hover {
    background: #ffffff0d;
}

#UserTopLeadList .list>div{
    position: relative;
}

#UserTopLeadList .leadFireListItem {
    position: absolute;
    left: -5px;
    font-size: 10px;
    top: 10px;
    color: #aa1e3b;
}






div#UserTaskList .taskMsg {
    border-radius: 5px;
}

#UserTaskList .leadBreak {
    border-bottom: 1px solid #ffffff33;
    padding: 0px;
    margin: 15px;
}

#UserTaskList .doneForToday {
    text-align: center;
    background: #9b9b9b14;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
}

#UserTaskList .taskMsg.complete.hide {
    opacity: 0;
}

#UserTaskList .taskMsg {
    transition: all .5s ease;
}

#UserTaskList .taskMsg.complete {
    background: green;
}