.page-item.previous .page-link,
.page-item.next .page-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.775rem !important;
  padding-left: 0.775rem !important;
  padding-right: 0.775rem !important;
}


nav.dataTables_paginate  ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}


.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-cancel-button,
.file-input-new .fileinput-upload-button{
  display: none !important;
}

.select2-results__option[role="option"][aria-selected="true"] {
  background-color: #e30b5c;
  color: #fff;
}

table td.wrap, table th.wrap {
  width: 1px;
  white-space: nowrap;
}