       /*
table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>* {
  box-shadow: inset 0 0 0 9999px rgb(240 240 242);
}        */

.dt-container .view-pager .dt-paging > nav {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

.dt-container .view-pager .dt-info,
.dt-container .row.view-filter  {
  display: none;
}

table.dataTable.display > tbody > tr.dtrg-group > td {
  box-shadow: inset 0 0 0 9999px rgb(240 240 242);
}


table.dataTable .dt-image-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
}

table.dataTable .dt-image-container > img {
  width: 100%;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: none;
}

table.dataTable {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable .dtrg-content {
  display: inline-flex;
  align-items: center;
}

table.dataTable .dtrg-content .dtrg-content-img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 30px;
}

table.dataTable .dtrg-content .dtrg-content-img > img {
  width: 100%;
  border-radius: 20px;
}


table.dataTable tr.dtrg-group > td .dtrg-content-arrow > div {
  margin-right: .5em;
  display: inline-block;
  box-sizing: border-box;
  /*content: "";*/
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tr.dtrg-group.collapsed > td .dtrg-content-arrow > div {
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
