@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');
.edocman-container  .pagination {
  display: block;
  width: 100%;
  box-shadow: none;
  border: none;
}
div.sortPagiBar select {
  display: inline-block;
  height: auto;
}
.edocman-container  .pagination .icon-angle-double-left::before {
 font-family: 'Font Awesome\ 5 Free';
  content: "\f100";
 font-weight: 900;

}
.edocman-container  .pagination .icon-angle-left::before {
font-family: 'Font Awesome\ 5 Free';
  content: "\f104";
 font-weight: 900;
}
.edocman-container  .pagination .icon-angle-double-right::before {
 font-family: 'Font Awesome\ 5 Free';
  content: "\f101";
 font-weight: 900;
}
.edocman-container  .pagination .icon-angle-right::before {
 font-family: 'Font Awesome\ 5 Free';
  content: "\f105";
 font-weight: 900;
}