.content-wrapper {
    background: #F8F9FA;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input,
.form-group select {
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

form {
    width: 100%;
}
.table {
    background: #fff;
}
.text-in-progress{
    color: #0000FF;
}
.text-completed{
    color: #28a745
}
.text-partially-completed{
    color: #ffb900;
}
.text-failure{
    color: red;
}

.dataTables_scroll{
    margin-bottom: 1rem;
}