/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .content-title .content-button-container .toggle-map
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter .row-clickable .mobile-table-detail .float-right-bottom
 * .hide-selection .hide-select-all .small-padding .fixed-width
 * .hide-header
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter 
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .card-content .form-container .form-item
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .detail-content .label .field
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .error-badge
 */
#audit-trail-archive {
  height: 26vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8vh;
}
#audit-trail-archive .detail-content {
  padding: 0 3rem;
}
#audit-trail-archive .detail-content .label, #audit-trail-archive .detail-content label {
  color: #9f9f9f;
  font-weight: normal;
}
#audit-trail-archive .detail-content .form-item, #audit-trail-archive .detail-content .el-form-item__label {
  line-height: 0.95rem;
}
#audit-trail-archive .detail-content .field {
  font-weight: bold;
  word-break: break-word;
}
#audit-trail-archive .detail-content .field.underline {
  text-decoration: underline;
}
#audit-trail-archive .detail-content .el-divider {
  background-color: #EFEFEF;
  margin: 0.75rem 0;
}
#audit-trail-archive .detail-content.mobile {
  padding: 0;
}
#audit-trail-archive .detail-content.mobile .label.mobile-float-right {
  text-align: right;
  margin-right: 1rem;
}
#audit-trail-archive .detail-content.mobile .field {
  line-height: 1.375rem;
}
#audit-trail-archive .detail-content.mobile .el-row {
  margin: 0.5rem 0;
}
#audit-trail-archive .detail-content.mobile .el-row .el-col:first-child {
  margin-bottom: 0.5rem;
}
#audit-trail-archive .detail-content.mobile .el-image {
  width: 40px;
  height: 40px;
}
#audit-trail-archive .detail-content .el-image {
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
#audit-trail-archive .el-form-item {
  margin: auto;
}
#audit-trail-archive a.field {
  display: block;
}
