.page-custom-cont-section table {
  border: solid rgb(222, 226, 230);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  width: 100%;
  width: -webkit-fill-available;
}
.page-custom-cont-section div > .table {
  border: solid rgb(222, 226, 230);
  border-width: 1px;
}

.page-custom-cont-section .table-no-head tbody tr th:not(:last-child),
.page-custom-cont-section .table-no-head tbody tr td:not(:last-child) {
  border-right-width: 1px;
}

.page-custom-cont-section .table > :not(caption) > * > * {
  border: 0 solid rgb(222, 226, 230);
  padding: 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
  color: #212529 !important;
}

.page--content-wrapper.page-custom-cont-section {
  div {
    overflow-x: scroll;
  }
  div {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  div::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
  }
  a,
  a:hover {
    color: #35bbd1;
    text-decoration: none;
    font-size: 14px;
  }
  .page-custom-cont-section table td,
  .page-custom-cont-section table th {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  p {
    font-size: 14px !important;
    line-height: calc(1 + 0.8 / 1);
  }
}
