.help-block {
    color: red !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: flex !important;
    justify-content: flex-start;
    margin-left: 20px;
}
div.colors div.content {
    justify-content: flex-start !important;
}
form#frm-example input {
    border: 2px solid #0074ff !important;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 21%;
    font-size: 55px;
    line-height: 430px;
    color: white;
    left: 50%;
    width: 100%;
    height: 78%;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
   background-color: rgba(58,122,254,0.2);
    background: linear-gradient(to right, rgba(58,122,254,0.2) 0%, rgba(58,122,254,0.2) 25%, rgba(58,122,254,0.2) 75%, rgba(58,122,254,0.2) 100%);
}
