.page_select-domain .field_menu_icon {
  grid-column: 1;
  grid-row: 1;
}
.page_select-domain .cms_rows .cell.row_heading {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
.page_select-domain .cms_rows > .hero_1 {
  justify-content: center;
}
.page_select-domain .cms_rows > .hero_1.row_heading {
  justify-content: left;
}
.page_select-domain .record_indent_sub .cms_rows > .hero_1 {
  justify-content: center;
}
.page_select-domain .record_indent_sub .cms_rows > .hero_2 {
  justify-content: left;
}

.page_users .theme_row_table .cms_rows {
  grid-template-columns: 33px auto;
}


.page_domain-seo-admin .cell_heading,
.page_domain-seo .cell_heading {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.page_invoices-payments .add_btn .tag {
  position: static;
  opacity: 1;
  transform: unset;
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 0 20px 0 0;
  margin: 0;
  width: auto;
}
.page_invoices-payments .add_btn .tag:after {
  content: unset;
}