.fundiin-tag {
    color: #000;
    background-color: #eee;
    border: 1px solid #ccc;
    line-height: 200%;
    padding: 5px 5px 5px 5px;
    margin:0px 10px 10px 0px;
    border-radius: 5px;
}
.status-fdn-approve {
    background: #24c3fd !important;
    color: #000 !important;
}
.status-fdn-awaiting {
    color: #ffffff !important;
    background-color: #d39e00 !important;
}
.status-fdn-success {
    background: #28a745 !important;
    color: #ffffff !important;
}
.status-fdn-cancelled {
    background: #ff2800 !important;
    color: #fff !important;
}