/**
 * 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
 */
.card-content {
  padding-bottom: 1rem;
  min-height: 60vh;
}
.form-container .el-form-item {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
.form-container .form-item {
  width: 100%;
}
.form-container .form-item input {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
}
.form-container .el-form-item__label {
  line-height: 1rem;
}
.form-container .el-input__inner {
  padding: 0;
}
.form-container .el-input.is-disabled .el-input__inner {
  background-color: #ffffff;
}
.form-container .el-input-group__prepend,
.form-container .el-input-group__append,
.form-container .el-input-number__decrease,
.form-container .el-input-number__increase {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
  background-color: #ffffff;
}
.form-container .el-date-editor {
  width: calc(100% - 2rem);
}
.form-container .el-date-editor input {
  margin-left: 2rem;
}
.upload-demo .el-upload-dragger {
  width: 46vh;
}
.import-error .el-alert__description {
  word-break: break-word;
}
.submit-info {
  margin-top: 20px;
  text-align: left;
}
/**
 * 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
 */
.adhoc-survey-detail-dialog .detail-content {
  padding: 0 3rem;
}
.adhoc-survey-detail-dialog .detail-content .label, .adhoc-survey-detail-dialog .detail-content label {
  color: #9f9f9f;
  font-weight: normal;
}
.adhoc-survey-detail-dialog .detail-content .form-item, .adhoc-survey-detail-dialog .detail-content .el-form-item__label {
  line-height: 0.95rem;
}
.adhoc-survey-detail-dialog .detail-content .field {
  font-weight: bold;
  word-break: break-word;
}
.adhoc-survey-detail-dialog .detail-content .field.underline {
  text-decoration: underline;
}
.adhoc-survey-detail-dialog .detail-content .el-divider {
  background-color: #EFEFEF;
  margin: 0.75rem 0;
}
.adhoc-survey-detail-dialog .detail-content.mobile {
  padding: 0;
}
.adhoc-survey-detail-dialog .detail-content.mobile .label.mobile-float-right {
  text-align: right;
  margin-right: 1rem;
}
.adhoc-survey-detail-dialog .detail-content.mobile .field {
  line-height: 1.375rem;
}
.adhoc-survey-detail-dialog .detail-content.mobile .el-row {
  margin: 0.5rem 0;
}
.adhoc-survey-detail-dialog .detail-content.mobile .el-row .el-col:first-child {
  margin-bottom: 0.5rem;
}
.adhoc-survey-detail-dialog .detail-content.mobile .el-image {
  width: 40px;
  height: 40px;
}
.adhoc-survey-detail-dialog .detail-content .el-image {
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.adhoc-survey-detail-dialog .detail-content {
  padding: 0 1rem;
}
.adhoc-survey-detail-dialog .el-form-item {
  margin: auto;
}
.adhoc-survey-detail-dialog .field {
  font-size: 14px;
  line-height: 14px;
}
.adhoc-survey-detail-dialog .el-table {
  margin-top: 3rem !important;
  border: 1px solid #f1f1f1;
}
.adhoc-survey-detail-dialog .el-table tr, .adhoc-survey-detail-dialog .el-table th.el-table__cell {
  background-color: #fbfbfb;
}
.adhoc-survey-detail-dialog .el-table th.el-table__cell {
  border-bottom: 2px solid #dddddd !important;
}
