.base-table-viewer-structure {
  margin-top: 1rem;
}
.base-table-viewer-structure .log-info-block {
  font-size: 14px;
  padding: 0 15px;
  max-width: 100%;
  margin: 14px 0;
  border: 1px solid rgba(169, 194, 255, 0.5294117647);
  background-color: rgba(178, 169, 255, 0.0588235294);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-table-viewer-structure .log-info-block p {
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 7px;
}
.base-table-viewer-structure .log-filepath p {
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid rgba(169, 194, 255, 0.5294117647);
  background-color: rgba(178, 169, 255, 0.0588235294);
}
.base-table-viewer-structure .dataTable[role=grid] {
  border: 1px;
  border-radius: 5px;
  border-color: #dddddd;
  border-style: solid;
}
.base-table-viewer-structure .dataTable[role=grid] thead {
  background-color: #f8f9fa;
}
.base-table-viewer-structure .dataTable[role=grid] thead tr[role=row] {
  vertical-align: top;
}
.base-table-viewer-structure .dataTable[role=grid] thead tr[role=row] th:nth-child(1) {
  text-align: left;
  padding-left: 20px;
}
.base-table-viewer-structure .dataTable[role=grid] thead tr[role=row] th {
  border-bottom: 1px solid #dddddd;
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr.odd {
  background-color: #ffffff;
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr.odd:hover {
  background-color: #f8f9fa;
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr.even:hover {
  background-color: #f8f9fa;
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr td:nth-child(1) {
  text-align: left;
  padding-left: 20px;
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr td {
  border-bottom: 1px dashed rgba(178, 169, 255, 0.0588235294);
}
.base-table-viewer-structure .dataTable[role=grid] tbody tr:hover {
  --bs-table-accent-bg: #f8f9fa;
}
.base-table-viewer-structure .dataTables_paginate {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  border: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #dddddd;
  overflow: hidden;
}
.base-table-viewer-structure .log-filesize-limitation {
  text-align: center;
  color: #fa9732;
}

/*# sourceMappingURL=base-table-view.css.map */
