.no-arrow:after{
  display: none;
}
.upload-filename
{
  display: none !important;
}

table.dataTable > thead .sorting:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  opacity: 1;
  width: auto;
  height: auto;
  background:none !important;
  position: absolute;
    right: 15px;
}
table.dataTable > thead .sorting.sorting_asc:after{
  content: "\f0de" !important;
  margin-top: 3px;
}
table.dataTable > thead .sorting.sorting_desc:after{
  
  content: "\f0dd" !important;
  margin-top: -3px;
}

.table-fixed-header .dataTables_wrapper{
  height:100%;
  display: flex;
    flex-direction: column;
}
.table-fixed-header .table-responsive{
  flex: 1 0 auto;
}
.error-help-block
{
  color: #F1416C !important;
}

.table-fixed-header .dataTables_scrollFoot{
  display: none;
}
.table-fixed-header .dataTables_scroll{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table-fixed-header .dataTables_scroll .dataTables_scrollBody{
  flex: 1;
}
.word-break{
  word-break: break-all;
}
.mfp-bg {
  z-index: 1056 !important;
}
.mfp-wrap {
  z-index: 1057 !important;
}
