
.template-format {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

.template-format .evaluation-status-wrapper {
  margin-top:5px;
  margin-bottom:5px;
  width: 100%;
  border-left:5px solid transparent;
  border-radius: 5px;
}

.template-format .evaluation-status-wrapper ul
 {
  margin:0px;
  padding:15px;
}
.template-format .evaluation-status-wrapper ul li {
  margin:5px;
  margin-left: 10px;
}

.template-format .evaluation-status-wrapper.status-regular {
  border-left-color: var(--nt-color-success-primary);
  background-color: var(--nt-color-success-secondary);
}

.template-format .evaluation-status-wrapper.status-alert {
  border-left-color: var(--nt-color-processing-primary);
  background-color: var(--nt-color-processing-secondary);
}

.template-format .evaluation-status-wrapper.status-irregular {
  border-left-color: var(--nt-color-error-primary);
  background-color: var(--nt-color-error-secondary);
}

.template-format .evaluation-status-wrapper.status-neutral {
  border-left-color: var(--nt-color-neutral-secondary);
  background-color: var(--nt-color-neutral-disabled);
}

.template-format .evaluation-status-wrapper.status-error {
  border-left-color: var(--nt-color-neutral-primary);
  background-color: var(--nt-color-neutral-disabled);
}

.template-format .evaluation-status-wrapper.info-default {
  border-left-color: var(--nt-color-info-primary);
  background-color: var(--nt-color-info-secondary);
}

.template-format .source-detail-header {
  break-after: avoid;

}

.template-format .source-detail-data {
  padding: 0 5px;
}

.template-format .source-detail-data div[data-ref],
.template-format .source-detail-data div[data-split-from],
.template-format .source-detail-data div[data-split-to] {
    display:flex;
    flex-wrap: wrap;
    width:100%;
}

.template-format .source-detail-data table, 
.template-format .source-detail-data table tbody
{
  width:100%;
  break-inside: auto;
  page-break-inside: auto;
}

.template-format .source-detail-data table th,
.template-format .source-detail-data table tr,
.template-format .source-detail-data table td
{
  page-break-inside: avoid;
  max-height: 1rem;
  min-height: 1rem !important;
  line-height: 1rem !important;
}
.template-format .source-detail-field-wrapper {
  margin:5px;
  break-inside: auto;
  m-ax-width: 48%;
  b-order:1px solid red;
}

.template-format .source-detail-field-object {
  display:block !important;
  width: 100%;
  font-weight: 600;
  margin: 15px 5px 5px 5px;
}

.template-format .source-detail-field-label {
  display:inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.template-format .source-detail-field-value {
  display:inline-block;
  min-width: 50px;
  margin-left: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  text-justify: inter-word;
}

.template-format div.array-item {
  margin-top: 2px;
  margin-left: 5px;
  border: 1px solid #eee;
  background-color: #f5f5f5 !important;
  padding: 2px;
  display:flex;
  flex-wrap: wrap;
  width: 100%;
  break-inside: auto;
}

.template-format div.array-item:only-of-type,
.template-format div.array-item:last-of-type {
  margin-bottom: 10px;
}

.template-format .source-detail-field-value + .source-detail-field-label {
  margin-right: 10px;
}

.template-format * {
  line-height: 1.2rem !important;
}

.template-format .source-detail-disclaimer {
  margin-top: 1em;
  padding: 1em;
  b-ackground-color: #f5f5f5 !important;
}

.template-format .source-detail-disclaimer-text {
  font-size: small;
  font-style: italic;
}

.template-format .horizontal-table {
  border-collapse: collapse;
}

.template-format .horizontal-table tr:not(:first-child) {
  border-top: 20px solid transparent;
}

.template-format .horizontal-table tr td:not(:first-child) {
  padding-top: 15px;
}

.template-format .horizontal-table tr td:not(:first-child) > div {
  display: flex;
  flex-wrap: wrap;
}

.template-format .horizontal-table tr td:not(:first-child) > div > div {
  margin-bottom: 1rem;
  margin-right: 25px;
}

.template-format .source-detail-badge {
  align-items: center;
  padding: 4px 16px;
  gap: 8px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  height: 28px;
  vertical-align: middle;
}

.template-format .source-detail-badge i {
    position: relative;
    margin-right: 5px
}

.template-format .source-detail-badge-tabs {
  background-color: #dce0ff;
  color: var(--nt-color-main-primary);
  display: flex;
  align-items: center;
  width: fit-content;
}
