.page-template-directorydashboard-php .dc-haslayout.dc-dbsectionspace .col-xl-9 {
  width: 90% !important;
  max-width: 90% !important;
  flex: 0 0 100% !important;
}
.page-template-directorydashboard-php .dc-location.dc-tabsinfo {
    display: none !important;
}
.form-control.txtarea {
  height: 110px !important;
}
.acf-doctreat__upload_btn {
  width: 100%;
  height: 150px !important;
  background: transparent;
  border: 3px dashed #ccc;
  border-radius: 8px;
}
.acf-doctreat__upload_preview {
  position: absolute;
  margin: 10px;
  gap: 10px;
  display: flex;
}
.acf-doctreat__upload_preview img {
  border-radius: 10px;
  border: 1px solid;
}