.tablepress {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  --text-color: #111;
  --head-text-color: var(--text-color);
  --head-bg-color: #d9edf7;
  --odd-text-color: var(--text-color);
  --odd-bg-color: #f9f9f9;
  --even-text-color: var(--text-color);
  --even-bg-color: #fff;
  --hover-text-color: var(--text-color);
  --hover-bg-color: #f3f3f3;
  --border-color: #ddd;
  --padding: 0.5rem;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 0 auto 1rem;
  table-layout: auto;
  width: 100%;
}

.tablepress > :not(caption) > * > * {
  background: none;
  border: none;
  box-sizing: content-box;
  float: none !important;
  padding: var(--padding);
  text-align: left;
  vertical-align: top;
}

.tablepress > * + tbody > * > *,
.tablepress > tbody > * ~ * > *,
.tablepress > tfoot > * > * {
  border-top: 1px solid var(--border-color);
}

.tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--head-bg-color);
  color: var(--head-text-color);
  font-weight: 700;
  vertical-align: middle;
  word-break: normal;
}

.tablepress > :where(tbody) > .odd > * {
  background-color: var(--odd-bg-color);
  color: var(--odd-text-color);
}

.tablepress > :where(tbody) > .even > * {
  background-color: var(--even-bg-color);
  color: var(--even-text-color);
}

.tablepress > .row-hover > tr:hover > * {
  background-color: var(--hover-bg-color);
  color: var(--hover-text-color);
}

.tablepress img {
  border: none;
  margin: 0;
  max-width: none;
  padding: 0;
}

.tablepress-table-description {
  clear: both;
  display: block;
}

.dataTables_wrapper {
  clear: both;
  margin-bottom: 1rem;
  position: relative;
}

.dataTables_wrapper .tablepress {
  clear: both;
  margin-bottom: 0;
}

.dataTables_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto;
}

.dataTables_length {
  float: left;
  white-space: nowrap;
}

.dataTables_filter {
  float: right;
  white-space: nowrap;
}

.dataTables_filter label input {
  margin-left: 0.5em;
  margin-right: 0;
}

.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0;
}

.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
}

.dataTables_paginate .paginate_button {
  color: #111;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  position: relative;
  text-decoration: underline;
}

.dataTables_paginate .paginate_button:first-child {
  margin-left: 0;
}

.dataTables_paginate .paginate_button:last-child {
  margin-right: 0;
}

.dataTables_paginate .paginate_button:after,
.dataTables_paginate .paginate_button:before {
  color: #d9edf7;
}

.dataTables_paginate .paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}

.dataTables_paginate .paginate_button:hover:after,
.dataTables_paginate .paginate_button:hover:before {
  color: #049cdb;
}

.dataTables_paginate .paginate_button.disabled {
  color: #999;
  cursor: default;
  text-decoration: none;
}

.dataTables_paginate .paginate_button.disabled:after,
.dataTables_paginate .paginate_button.disabled:before {
  color: #f9f9f9;
}

.dataTables_paginate .paginate_button.current {
  cursor: default;
  font-weight: 700;
  text-decoration: none;
}

.dataTables_paginate.paging_simple {
  padding: 0 15px;
}

.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
  -webkit-font-smoothing: antialiased;
  bottom: 0;
  content: "\f053";
  font-family: TablePress;
  font-size: 14px;
  font-weight: 700;
  height: 14px;
  left: -14px;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: auto;
  text-align: left;
  text-shadow: 0.1em 0.1em #666;
  top: 0;
  width: 14px;
}

.dataTables_paginate.paging_simple .paginate_button.next:after {
  content: "\f054";
  left: auto;
  text-align: right;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scroll .tablepress {
  width: 100% !important;
}

.dataTables_scrollHead table.tablepress {
  margin: 0;
}

.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_scrollBody .tablepress thead th:after {
  content: "";
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  th
  > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.tablepress {
  --head-active-bg-color: #049cdb;
  --head-active-text-color: var(--head-text-color);
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  cursor: pointer;
  outline: none;
  padding-right: 20px;
  position: relative;
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  -webkit-font-smoothing: antialiased;
  bottom: 0;
  font-family: TablePress;
  font-size: 14px;
  font-weight: 400;
  height: 14px;
  left: auto;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 6px;
  top: 0;
}

.tablepress .sorting:after {
  content: "\f0dc";
}

.tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px;
}

.tablepress .sorting_desc:after {
  content: "\f0d7";
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: var(--head-active-bg-color);
  color: var(--head-active-text-color);
}

.tablepress.avaliacao {
  font-size: 11px;
}
.tablepress.avaliacao tr th {
  position: relative;
}
.tablepress.avaliacao tr th i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  margin-top: -7px;
}
.tablepress.avaliacao tr th span {
  display: none;
  position: absolute;
  bottom: -57px;
  background: black;
  right: 0;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.tablepress.avaliacao tr th span.active {
  display: block !important;
}

.tablepress.avaliacao > :where(thead, tfoot) > * > th {
  background-color: black;
  color: white;
}

.tablepress.avaliacao tbody tr td:nth-child(1),
.tablepress.avaliacao thead tr th:nth-child(1),
.tablepress.avaliacao tbody tr td:nth-child(2),
.tablepress.avaliacao thead tr th:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: white;
}

.tablepress.avaliacao thead tr th:nth-child(1),
.tablepress.avaliacao thead tr th:nth-child(2) {
  background-color: black;
}

.tablepress.avaliacao tbody tr td:nth-child(2),
.tablepress.avaliacao thead tr th:nth-child(2) {
  left: 10px;
  vertical-align: middle;
  z-index: 3;
}


.tablepress.avaliacao tbody tr td.star {
  color: #00558f;
}
.tablepress.avaliacao tr td.selos {
  padding: 4px 0 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 46px;
  overflow: hidden;
  width: 18px;
}
.tablepress.avaliacao tr td span {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 50%;
  width: 15px;
  margin-bottom: 2px;
}
.tablepress.avaliacao tr td span.selo-m {
  background-color: #ed1d24;
  color: transparent;
}
.tablepress.avaliacao tr td span.selo-e {
  background-color: #ffcb05;
  color: transparent;
}
.tablepress.avaliacao tr td span.selo-b {
  background-color: #883f98;
  color: transparent;
}
.tablepress.avaliacao tr td.excelente {
  background-color: #00558f;
  color: white;
  font-weight: bold;
}
.tablepress.avaliacao tr td.boa {
  background-color: #0083ca;
  color: white;
  font-weight: bold;
}
.tablepress.avaliacao tr td.media {
  background-color: #93bfe6;
  color: white;
  font-weight: bold;
}
.tablepress.avaliacao tr td.baixa {
  background-color: #77787b;
  color: white;
  font-weight: bold;
}
