/**
 * 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-image .detail-content {
  padding: 0 3rem;
}
#audit-trail-image .detail-content .label, #audit-trail-image .detail-content label {
  color: #9f9f9f;
  font-weight: normal;
}
#audit-trail-image .detail-content .form-item, #audit-trail-image .detail-content .el-form-item__label {
  line-height: 0.95rem;
}
#audit-trail-image .detail-content .field {
  font-weight: bold;
  word-break: break-word;
}
#audit-trail-image .detail-content .field.underline {
  text-decoration: underline;
}
#audit-trail-image .detail-content .el-divider {
  background-color: #EFEFEF;
  margin: 0.75rem 0;
}
#audit-trail-image .detail-content.mobile {
  padding: 0;
}
#audit-trail-image .detail-content.mobile .label.mobile-float-right {
  text-align: right;
  margin-right: 1rem;
}
#audit-trail-image .detail-content.mobile .field {
  line-height: 1.375rem;
}
#audit-trail-image .detail-content.mobile .el-row {
  margin: 0.5rem 0;
}
#audit-trail-image .detail-content.mobile .el-row .el-col:first-child {
  margin-bottom: 0.5rem;
}
#audit-trail-image .detail-content.mobile .el-image {
  width: 40px;
  height: 40px;
}
#audit-trail-image .detail-content .el-image {
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
#audit-trail-image .big-image > img,
#audit-trail-image .loading-image {
  height: 100%;
}
#audit-trail-image .small-image > img {
  width: 3rem;
  padding-block: 1rem;
}
#audit-trail-image .big-image {
  height: 50vh;
}
#audit-trail-image .detail-content {
  margin-top: 2rem;
}
#audit-trail-image .detail-content .el-form {
  display: grid;
  gap: 0.5rem;
}
#audit-trail-image .detail-content .el-form-item {
  margin-bottom: 0;
}
