<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table,
.table {
  background-color: transparent;
  margin: 30px 0;
  width: 100%; }
  .intranet .has-background table, .intranet .has-background
  .table {
    margin-bottom: 400px; }
    @media (max-width: 767.98px) {
      .intranet .has-background table, .intranet .has-background
      .table {
        margin-bottom: 250px; } }
  .intranet .has-background .card table, .intranet .has-background .card
  .table {
    margin-bottom: 30px; }
  table.ui-datepicker-calendar td,
  .table.ui-datepicker-calendar td {
    padding: 1px !important; }
    table.ui-datepicker-calendar td:first-child,
    .table.ui-datepicker-calendar td:first-child {
      padding-left: 1px !important; }
  table.ui-datepicker-calendar thead th,
  .table.ui-datepicker-calendar thead th {
    color: #434343; }
  @media (max-width: 991.98px) {
    table.ui-datepicker-calendar td,
    .table.ui-datepicker-calendar td {
      display: inline-flex;
      padding: 0 !important;
      width: 35px; }
      table.ui-datepicker-calendar td:first-child,
      .table.ui-datepicker-calendar td:first-child {
        display: inline-block;
        padding: 0 !important; }
      table.ui-datepicker-calendar td a,
      .table.ui-datepicker-calendar td a {
        width: 100%;
        display: flex;
        justify-content: center; }
    table.ui-datepicker-calendar thead th,
    .table.ui-datepicker-calendar thead th {
      color: #434343;
      width: 35px; } }
  table th,
  table td,
  .table th,
  .table td {
    padding: 15px;
    vertical-align: top; }
    table th:first-child,
    table td:first-child,
    .table th:first-child,
    .table td:first-child {
      padding-left: 15px; }
    table th p,
    table td p,
    .table th p,
    .table td p {
      margin: 0 !important; }
    .intranet table th .collapse-item, .intranet
    table td .collapse-item, .intranet
    .table th .collapse-item, .intranet
    .table td .collapse-item {
      color: #434343; }
    .intranet table th .collapse-trigger, .intranet
    table td .collapse-trigger, .intranet
    .table th .collapse-trigger, .intranet
    .table td .collapse-trigger {
      width: auto; }
  @media (max-width: 767.98px) {
    table tr,
    .table tr {
      display: block;
      padding: 7.5px; } }
  table tr:nth-child(even),
  .table tr:nth-child(even) {
    background-color: #e6e6e6; }
  .intranet table td, .intranet
  .table td {
    padding: 15px; }
    .intranet table td:first-child, .intranet
    .table td:first-child {
      padding-left: 60px; }
    @media (max-width: 767.98px) {
      .intranet table td, .intranet
      .table td {
        display: inline-block;
        padding: 7.5px !important; }
        .intranet table td:first-child, .intranet
        .table td:first-child {
          display: block; }
        .intranet table td + td, .intranet
        .table td + td {
          padding-top: 0 !important; } }
  table thead th,
  .table thead th {
    vertical-align: bottom;
    color: #fff; }
  table tbody + tbody,
  .table tbody + tbody {
    border-top: 2px solid #e6e6e6; }
  table--compact th,
  table--compact td,
  .table--compact th,
  .table--compact td {
    padding: 5px; }
  table--bordered,
  .table--bordered {
    border: 1px solid #e6e6e6; }
    table--bordered th,
    table--bordered td,
    .table--bordered th,
    .table--bordered td {
      border: 1px solid #e6e6e6; }
    table--bordered thead th,
    table--bordered thead td,
    .table--bordered thead th,
    .table--bordered thead td {
      border-bottom-width: 2px; }
  table--striped tbody tr:nth-of-type(odd),
  .table--striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2; }
    .intranet .has-background table--striped tbody tr:nth-of-type(odd), .intranet .has-background
    .table--striped tbody tr:nth-of-type(odd) {
      background-color: #fff; }
  table--hover tbody tr:hover,
  .table--hover tbody tr:hover {
    background-color: #f2f2f2; }

.table-responsive {
  display: block;
  overflow-x: auto; }

@media (max-width: 575.98px) {
  .table-responsive--sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive--sm &gt; .table--bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive--md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive--md &gt; .table--bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive--lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive--lg &gt; .table--bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive--xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive--xl &gt; .table--bordered {
      border: 0; } }

.table-responsive- {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive- &gt; .table--bordered {
    border: 0; }
</pre></body></html>