html,
body,
#app {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  font-size: 14px;
  flex-grow: 1;
}

.content {
  padding: 24px;
  padding-top: 0px;
}

.content h1:not(:first-of-type) {
  margin: 45px 0 12px;
}

.content h1:first-of-type,
.content .content-title {
  margin: 0 0 24px;
}

.el-loading-spinner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.el-dropdown-unstyled {
  color: inherit !important;
  font-size: inherit !important;
}

.el-dropdown + .el-button {
  margin-left: 10px;
}

.el-dialog {
  border: 2px solid #d1dbe5;
  border-radius: 4px !important;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 0 6px 0 rgba(0, 0, 0, 0.04) !important;
}

a.el-button {
  text-decoration: none;
}

.no-header .el-dialog__header {
  display: none;
}

.el-select:not(.version-select) {
  width: 100%;
}

pre.prettyprint {
  border: 0 !important;
}

.el-breadcrumb {
  font-size: 1rem;
}

.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
  font-weight: normal;
  text-decoration: none;
  transition: color 0.2s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #606266;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child
  .el-breadcrumb__inner
  a:hover {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

.builder-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.builder-actions .el-button {
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 8px;
}

.image-icon {
  width: 20px;
  height: 20px;
}

.image-icon-small .image-icon {
  width: 14px;
  height: 14px;
}

.el-card.pointer {
  transition: all 0.3s ease-in-out;
}

.box-card .el-dialog__header {
  display: none;
}

.box-card .box-card-text {
  padding-top: 10px;
  text-align: center;
}

.entity-list .el-col {
  margin-bottom: 24px;
}

.entity-list .box-card {
  height: 300px;
}

.entity-list .box-card:not(.new-entity) .el-card__body {
  overflow: auto;
  height: 220px;
}

.entity-list .box-card.new-entity {
  border: 2px dashed #eee;
}

.entity-list .new-entity .el-card__body {
  height: 100%;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #a0aec0;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #cbd5e0;
}
.separator::before {
  margin-right: 1em;
}
.separator::after {
  margin-left: 1em;
}

.el-tree {
  margin-bottom: 24px;
}

.form-wrapper {
  border: 1px solid #eaeefb;
  border-radius: 4px;
  padding: 24px;
}
