.field-validation-error {
  margin: 5px;
  color: red;
}
.select2-selection--single .select2-selection__clear {
    margin-right: 2.3rem;
    margin-top: 0.175rem;
    background-color: #1d1e21;
    color: #fff;
    border: 0px;
}
.badge {
    height: 1.5rem;
    width: 100%;
    min-width: 6rem;
}
.dataTables_processing {
    top: 20px !important;
    z-index: 11000 !important;
}