.total_postBox_count ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.total_postBox_count ul li{
    display: inline-block;
    
}

.total_postBox_count ul li:first-child{
    border-right: 1px solid;
    padding-right: 10px;
}

.total_postBox_count ul li:last-child{
    padding-left: 10px;
}

.total_postBox_count ul li img{
    width: 30px;
}

    .total_postBox_count ul li span {
        vertical-align: middle;
        margin-left:6px;
    }

.h2 {
    height: calc((100% / 2) - 16px);
}

.of_scroll{
    overflow: auto;
}

.Pf_card {
    height: 100%;
    border: 1px solid #64d05c;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.Pf_card img.pf_img {
    width: 150px;
    position: absolute;
    top: 10px;
    bottom: 125px;
    left: 10px;
    right: 10px;
    margin: auto;
}

.Pf_card h3.pf_count {
    font-size: 40px;
    font-weight: 400;
}

.Pf_card h6.pf_status {
    font-size: 18px;
    font-weight: 600;
}

.pf_details {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
}


.lowCTXT {
    color: #f36414;
}
.fullCTXT {
    color: #89ca52;
}
.avgCTXT {
    color: #f4c214;
}

.lowC {
    background: #f36414;
}
.fullC {
    background: #89ca52;
}
.avgC {
    background: #f4c214;
}

.custom-progress-box{
    width: 100%;
}
.custom-progress-box .custom-progress-bar {
    width: 100%;
    position: relative;
    background: #3e4852;
    height: 30px;
    border-radius: 10px;
    padding: 5px;
}
.custom-progress-box .custom-progress-bar .custom-progress-bar-line {
    width: 0%;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 1s width linear;
    margin: auto;
    border-radius: 5px;
}

.card-footer a {
    display: inline-block;
}

.card-footer a img {
    width: 35px;
    cursor: pointer;
}
