@import url("https://use.typekit.net/hcn3xjs.css");

body {
  max-width: 2048px;
  /* margin: 0 auto; */
  padding: 20px 20px;
  font-size: 11px;
  background-color: #F2F2F2;
  color: #0D0C0C;
  
  font-family: system-ui,serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: #F21D1D;
  font-family: bely-display,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  padding-bottom: 0.5em;
}

tr th, tr td {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
}

/* tr th:first-child, tr td:first-child { */
/*     max-width: 150px; */
/* } */


/* table#myTable tr th:nth-child(3), */
/* table#myTable tr td:nth-child(3) { */
/*     text-transform: capitalize; */
/*     max-width: 100px; */
/* } */

/* table#myTable tr th:nth-child(4), */
/* table#myTable tr td:nth-child(4) { */
/*     text-transform: capitalize; */
/*     max-width: 30px; */
/* } */
table#myTable tr th:nth-child(5),
table#myTable tr td:nth-child(5) {
    text-transform: capitalize;
    /* max-width: 125px; */
}
/* tr th:last-child, tr td:last-child { */
/*     max-width: 30px; */
/* } */

table#myTable tr td:nth-child(1), table#myTable tr td:nth-child(2) {
    font-weight: 800;
}

table#myTable tr td:nth-child(3) {
    text-transform: capitalize;
}

table#myTable tr td:nth-child(5) {
    /* text-transform: lowercase; */
}

/* Reduce vertical spacing */
 
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0px;
}
 
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 3px 17px;
}
/* End Reduce vertical spacing */

div.dataTables_filter {
  margin-bottom: 5px;
}

div.dtsp-titleRow {
  display: none;
}

table {
  border: none;
}
table#myTable {
  border: none;
  background-color: #fff;
}

.dataTables_scrollHead table {
  background-color: #F21D1D;
  color: #fff;
}

.dtsp-searchCont input {
  font-weight: 800;
}
div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  /* background-color: unset; */
  background-color: #eeeeee;
}
/* for vertical panes */
div.dtsp-verticalContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes,
div.dtsp-verticalContainer div.container{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 350px;
    min-width: 350px;
}
 
div.dtsp-verticalPanes {
    margin-right: 20px;
}
 
div.dtsp-title {
    margin-right: 0px !important;
    margin-top: 13px !important;
}
 
input.dtsp-search {
    min-width: 0px !important;
    padding-left: 0px !important;
    margin: 0px !important;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes{
    flex-direction: column;
    flex-basis: 0px;
}
 
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes div.dtsp-searchPane{
    flex-basis: 0px;
}
 
div.dtsp-verticalContainer div.container{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 60%;
}
 
div.dtsp-panesContainer {
    /* border: 1px solid #ccc; */
    /* border-radius: 6px; */
    /* padding: 1em !important; */
    padding: 30px 2.5em 0em !important
}
 
div.dtsp-titleRow {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
 
div.dtsp-titleRow div.dtsp-title {
  margin-top: 0 !important;
  padding-top: 0;
}
 
html.dark div.dtsp-panesContainer {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* tame search panes */
div.dtsp-panesContainer div.dataTables_scrollBody {
  height: unset !important;
  max-height: 295px !important;
}
div.dtsp-title {
  display: none;
}
div.dtsp-panesContainer button.dtsp-clearAll, div.dtsp-panesContainer button.dtsp-collapseAll, div.dtsp-panesContainer button.dtsp-showAll {
  background-color: #eeeeee;
}

/* simulate clickable */
table.dataTable tbody tr {
  cursor: pointer;
}

/* */
div.container {
  font-size: 10px;
}

/* hide on mobile */
@media screen and (max-width: 965px) {
  div.dtsp-verticalPanes {
    display: none;
  }
  .container, .container-sm {
    max-width: 100%;
    padding: 0px;
  }
  body {
    padding: 20px 10px;
  }

  #hamburgerBtn {
    display: block;
    background-color: #F21D1D;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 965px) {
  #hamburgerBtn {
    display: none;
  }
}
