.alert {
  opacity: 0;
}

.container-doc {
  max-width: 650px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header-doc {
  background: #28a745;
  color: white;
  padding: 30px;
  text-align: center;
}

.header-doc .icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.header-doc h2 {
  margin: 0;
  font-size: 24px;
}

.content-doc {
  padding: 30px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table tr {
  border-bottom: 1px solid #eee;
}

.info-table td,
.info-table th {
  padding: 12px;
}

.info-table th.label {
  font-weight: bold;
  width: 40%;
  background: #f8f9fa;
}

.info-table td.value {
  width: 60%;
}

.footer-doc {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  color: #666;
  font-size: 12px;
}

.tab-pane pre {
  border-radius: 5px;
  font-size: 12px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#tableRegistersData {
    width: 100% !important;
    table-layout: fixed;
}

#tableRegistersData_wrapper {
    overflow-x: auto;
}

#tableRegistersData .wrap-text {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal !important;
    overflow-wrap: break-word;
    max-width: 0;
}

.info-tbody {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    line-height: 1.5;
    padding: 10px;
    display: block;
}


.info-tbody pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin: 0;
}

.log-content {
  max-height: 200px;
  overflow: auto;
}
