.fi-main {
    background: #a8dadc;
}

.fi-ta-content {
    background: #eaeaea;
    /* background: #457b9d; */
}

.fi-ta-row:hover {
    background: #eaeaea !important;
}




.replyUserName {
    color: white;
}

/* status */
.Status_new,
.Status_processing,
.Status_canceled,
.Status_done {
    border-radius: 10px;
    padding: 10px !important;
    color: white !important;
    width: 120px;
    justify-content: center;

}
.Status_new {
    background-color: #5cb85c;
}
.Status_processing {
    background-color: #f5a920;
}
.Status_canceled {
    background-color: #e23636;
}
.Status_done {
    background-color: #6c3894;
}
