﻿:root {
  --avatar-size: 45px;
}
avatar[breezer-avatar] {
  width: var(--avatar-size, 40px);
  height: var(--avatar-size, 40px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
  container-type: size;
  container-name: avatar-container;
}
avatar[breezer-avatar][placeholder] {
  background-color: var(--background-highlight-colour, #4040400D);
}
avatar[breezer-avatar] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
avatar[breezer-avatar] span {
  font-size: 13px;
}
@container avatar-container (min-width: 40px) {
  avatar[breezer-avatar] span {
    font-size: 16px;
  }
}
@container avatar-container (min-width: 60px) {
  avatar[breezer-avatar] span {
    font-size: 32px;
  }
}
@container avatar-container (min-width: 100px) {
  avatar[breezer-avatar] span {
    font-size: 48px;
  }
}
@container avatar-container (min-width: 120px) {
  avatar[breezer-avatar] span {
    font-size: 60px;
  }
}
@media only screen and (max-width : 600px) {
  :root {
    --avatar-size: 30px;
  }
}
list-items-loading,
list-items-no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  height: 200px;
}
list-items-no-data span {
  margin: auto;
  padding: 10px;
  display: block;
  color: var(--secondary-text-colour, #404040E6);
}
list-paginator {
  margin: 25px 0;
  display: grid;
  grid-template-areas: 'paginator page-size' 'results-info results-info';
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}
@media only screen and (max-width : 600px) {
  list-paginator {
    grid-template-areas: 'paginator paginator' 'results-info page-size';
  }
}
list-paginator .page-size {
  grid-area: page-size;
  display: flex;
  gap: 5px;
  justify-content: end;
  align-items: center;
}
list-paginator .paginator {
  grid-area: paginator;
}
list-paginator .results-info {
  grid-area: results-info;
}
list-paginator dropdown-selected[breezer-dropdown] {
  min-width: unset;
  width: 75px;
}
auto-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
auto-actions button:not(.inline) {
  white-space: pre;
  display: flex;
  gap: 5px;
}
breezer-page,
.br-page {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  breezer-page,
  .br-page {
    margin-top: 0px;
  }
}
breezer-page header,
.br-page header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
breezer-page content,
.br-page content {
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin: 5px 0;
  background-color: white;
  border-radius: 12px;
  transition: 0.3s;
  width: 100%;
  border: 1px solid var(--border-colour, #40404041);
}
@media print {
  breezer-page content,
  .br-page content {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
@media print {
  breezer-page content,
  .br-page content {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
@media print {
  breezer-page content,
  .br-page content {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
@media print {
  breezer-page content,
  .br-page content {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
breezer-page.br-edit,
.br-page.br-edit,
breezer-page.br-display,
.br-page.br-display {
  align-items: center;
}
breezer-page.br-edit > *,
.br-page.br-edit > *,
breezer-page.br-display > *,
.br-page.br-display > * {
  max-width: 800px;
}
breezer-page[identifier="indy-forms-user"] content,
.br-page[identifier="indy-forms-user"] content {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
breezer-page[identifier="dataset"] > *,
.br-page[identifier="dataset"] > *,
breezer-page[identifier="dataset-rows"] > *,
.br-page[identifier="dataset-rows"] > *,
breezer-page[identifier="dataset-import"] > *,
.br-page[identifier="dataset-import"] > * {
  max-width: 100%;
  min-width: 800px;
  width: max-content;
}
@media only screen and (max-width : 1400px) {
  breezer-page[identifier="dataset"] > *,
  .br-page[identifier="dataset"] > *,
  breezer-page[identifier="dataset-rows"] > *,
  .br-page[identifier="dataset-rows"] > *,
  breezer-page[identifier="dataset-import"] > *,
  .br-page[identifier="dataset-import"] > * {
    width: 100%;
    min-width: unset;
    max-width: 100dvw;
  }
  breezer-page[identifier="dataset"] header,
  .br-page[identifier="dataset"] header,
  breezer-page[identifier="dataset-rows"] header,
  .br-page[identifier="dataset-rows"] header,
  breezer-page[identifier="dataset-import"] header,
  .br-page[identifier="dataset-import"] header {
    flex-wrap: wrap;
    gap: 10px;
  }
  breezer-page[identifier="dataset"] header actions,
  .br-page[identifier="dataset"] header actions,
  breezer-page[identifier="dataset-rows"] header actions,
  .br-page[identifier="dataset-rows"] header actions,
  breezer-page[identifier="dataset-import"] header actions,
  .br-page[identifier="dataset-import"] header actions,
  breezer-page[identifier="dataset"] header auto-actions,
  .br-page[identifier="dataset"] header auto-actions,
  breezer-page[identifier="dataset-rows"] header auto-actions,
  .br-page[identifier="dataset-rows"] header auto-actions,
  breezer-page[identifier="dataset-import"] header auto-actions,
  .br-page[identifier="dataset-import"] header auto-actions {
    margin-left: auto;
  }
}
dropdown[disabled] dropdown-selected {
  background-color: color-mix(in srgb, var(--text-colour, #404040) 1%, transparent);
}
dropdown-selected {
  padding: 8px 10px;
  background-color: white;
  border: 1px solid var(--border-colour, #40404041);
  border-radius: 8px;
  transition: 0.2s;
  outline: none;
  min-width: 250px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
dropdown-selected:focus,
dropdown-selected:hover {
  border: 1px solid var(--primary-colour, #2F65E7);
}
dropdown-indicator {
  margin-left: auto;
}
dropdown-indicator[opened]::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f106";
  margin: 0;
}
dropdown-indicator[closed]::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f107";
  margin: 0;
}
dropdown-indicator:hover {
  color: var(--primary-colour, #2F65E7);
}
dropdown-select-chosen-options {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
}
chosen-option,
chosen-option[breezer-dropdown-select-chosen-options] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
  border: 1px solid var(--border-colour, #40404041);
  margin: 3px;
  min-width: 150px;
}
chosen-option:focus,
chosen-option[breezer-dropdown-select-chosen-options]:focus,
chosen-option:hover,
chosen-option[breezer-dropdown-select-chosen-options]:hover {
  border: 1px solid var(--primary-colour, #2F65E7);
}
chosen-option button.remove-option::before,
chosen-option[breezer-dropdown-select-chosen-options] button.remove-option::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f00d";
  margin: 2px 5px;
}
dropdown-options {
  min-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(64, 64, 64, 0.14), 0 1px 7px 0 rgba(64, 64, 64, 0.12), 0 3px 1px -1px rgba(64, 64, 64, 0.2);
}
select-option {
  padding: 7px;
  cursor: pointer;
  transition: all 0.1s;
}
select-option:hover,
select-option[selected] {
  background-color: var(--background-highlight-colour, #4040400D);
}
select-for-options {
  display: flex;
  flex-direction: column;
}
select-for-options loading-spinner {
  margin: 25px 0;
  width: 100%;
  justify-content: center;
}
select-for-footer .select-footer-container {
  padding: 8px 10px;
  display: block;
  border-top: 1px solid var(--border-colour, #40404041);
}
select-for-footer .select-footer-container .default-text {
  font-size: 13px;
  color: var(--secondary-text-colour, #404040E6);
}
select-for-filter {
  border-bottom: 1px solid var(--border-colour, #40404041);
  display: flex;
}
select-for-filter input {
  border: none;
  border-radius: unset;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  padding: 10px 7px;
  border-radius: 0;
  width: 100%;
}
select-for-filter input:hover,
select-for-filter input:focus {
  border: none;
  outline: none;
}
select-for-filter input:hover,
select-for-filter input:focus {
  border: none;
  outline: none;
}
dropdown[type="select-dataset-field-row-model"] chosen-option:not(:first-of-type) summary-for[type="select-dataset-field-row"] label {
  height: 0;
  margin: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
dropdown[type="select-dataset-field-row-model"] chosen-option:first-of-type {
  margin-top: 25px;
}
dropdown[type="select-dataset-field-row-model"] chosen-option:first-of-type summary-for[type="select-dataset-field-row"] label {
  position: relative;
  margin-top: -30px;
}
dropdown[type="select-dataset-field-row-model"] dropdown-options select-for-options select-option:not(:first-of-type):not(select-option:has(.clear) + select-option) summary-for label {
  height: 0;
  margin: 0;
  visibility: hidden;
}
select-for-options:has(summary-for[type='select-dataset-field-row']) select-option:not(:first-of-type):not(select-option:has(.clear) + select-option) summary-for label {
  height: 0;
  margin: 0;
  visibility: hidden;
}
dropdown[type="tag-summary-model"] dropdown-selected {
  border: 0;
  padding: 0;
}
dropdown[type="tag-summary-model"] dropdown-selected:hover,
dropdown[type="tag-summary-model"] dropdown-selected:focus {
  border: 0;
}
dropdown[type="tag-summary-model"] dropdown-select-chosen-options {
  display: inline-block;
  margin-right: 3px;
}
dropdown[type="tag-summary-model"] dropdown-select-chosen-options span.no-options {
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 15px;
  display: inline-flex;
  background-color: color-mix(in srgb, var(--text-colour, #404040) 10%, transparent);
}
dropdown[type="tag-summary-model"] chosen-option {
  border: 0;
  padding: 0;
  margin: 0 3px;
  position: relative;
  display: inline-flex;
  min-width: min-content;
}
dropdown[type="tag-summary-model"] chosen-option summary-for {
  padding-right: 30px;
}
dropdown[type="tag-summary-model"] chosen-option button {
  position: absolute;
  right: 5px;
}
dropdown[type="tag-summary-model"] chosen-option:hover,
dropdown[type="tag-summary-model"] chosen-option:focus {
  border: 0;
}
form-field[breezer-form-field] {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
form-field[breezer-form-field] label {
  color: color-mix(in srgb, var(--text-colour, #404040) 80%, transparent);
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0;
}
form-field[breezer-form-field] label[breezer-editor-for-radio-option] {
  font-weight: 400;
  margin-left: 5px;
}
form-field[breezer-form-field] p {
  margin: 5px 0;
  color: var(--secondary-text-colour, #404040E6);
  font-size: 12px;
  white-space: pre-wrap;
}
form-field[breezer-form-field].with-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
}
form-field[breezer-form-field].with-info > * {
  grid-column: 0.33333333;
}
form-field[breezer-form-field].with-info > label {
  grid-column: 1;
}
form-field[breezer-form-field].with-info > info-hover {
  grid-column: 2;
  margin-left: 5px;
  margin-top: 2px;
}
display-for,
editor-for {
  display: block;
}
display-for > a.image > img {
  border: 1px solid transparent;
  max-width: 100%;
  max-height: 100%;
}
editor-for[display="toggle"][breezer-editor-for-bool]::after {
  z-index: unset;
}
summary-for[type="date-time"] {
  display: flex;
  gap: 5px;
}
paginator {
  display: flex;
  align-items: center;
}
paginator button.previous,
paginator button.next {
  padding: 5px;
  color: var(--text-colour, #404040);
  font-size: 14px;
}
paginator button.previous[disabled],
paginator button.next[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
paginator button.previous:not([disabled]):hover,
paginator button.next:not([disabled]):hover {
  color: var(--primary-colour, #2F65E7);
}
paginator button.previous {
  margin-right: 5px;
}
paginator button.next {
  margin-left: 5px;
}
paginator button.page {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: width 0.15s, height 0.15s, color 0.15s, background-color 0.15s;
}
paginator button.page:not(.current) {
  background-color: transparent;
  border-color: transparent;
  color: var(--text-colour, #404040);
}
paginator button.page:not(.current):hover {
  background-color: #eaeaea;
}
paginator i {
  color: var(--primary-colour, #2F65E7);
}
breezer-canvas {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  touch-action: none;
}
breezer-canvas[hasBackground] > canvas {
  position: absolute;
}
breezer-canvas img.canvas-background {
  max-width: 100%;
}
breezer-canvas canvas {
  border: 1px solid var(--border-colour, #40404041);
}
breezer-canvas canvas:hover,
breezer-canvas canvas:focus {
  border: 1px solid var(--primary-colour, #2F65E7);
}
breezer-canvas-drawing-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
breezer-canvas-drawing-controls button {
  margin: 3px;
  width: 25px;
  height: 25px;
  color: var(--secondary-text-colour, #404040E6);
  font-size: 20px;
}
breezer-canvas-drawing-controls button.active,
breezer-canvas-drawing-controls button:hover,
breezer-canvas-drawing-controls button:focus {
  color: var(--text-colour, #404040);
}
breezer-canvas-drawing-controls button.eraser::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f12d";
  margin: 0;
}
breezer-canvas-drawing-controls button.clear::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f51a";
  margin: 0;
}
breezer-canvas-drawing-controls button.colour {
  border: 1px solid var(--border-colour, #40404041);
}
breezer-canvas-drawing-controls button.colour.active,
breezer-canvas-drawing-controls button.colour:hover,
breezer-canvas-drawing-controls button.colour:focus {
  border: 1px solid var(--primary-colour, #2F65E7);
}
display-for[display="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid var(--border-colour, #40404041);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 6 Pro';
  transition: 0.2s;
  background-color: white;
}
display-for[display="checkbox"][checked] {
  border-color: var(--primary-colour, #2F65E7);
  color: white;
  background-color: var(--primary-colour, #2F65E7);
}
display-for[display="checkbox"][checked]::before {
  content: "\f00c";
  font-weight: 400;
}
display-for[display="checkbox"][disabled] {
  opacity: 0.8;
}
display-for[display="checkbox"] > input[type="checkbox"] {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
display-for[display="toggle"] {
  position: relative;
  width: 40px;
  height: 20px;
  display: flex;
  transition: 0.2s;
  border: 1px solid var(--border-colour, #40404041);
  border-radius: calc(20px / 2);
  background-color: var(--border-colour, #40404041);
}
display-for[display="toggle"]::after {
  z-index: 1;
  transition: 0.2s;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: ' ';
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  cursor: pointer;
}
display-for[display="toggle"][checked] {
  background-color: var(--primary-colour, #2F65E7);
  border: 1px solid var(--primary-colour, #2F65E7);
}
display-for[display="toggle"][checked]::after {
  left: calc(100% - 20px + 1px);
}
display-for[display="toggle"] > input[type="checkbox"] {
  width: 40px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
editor-for[display="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid var(--border-colour, #40404041);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 6 Pro';
  transition: 0.2s;
  background-color: white;
}
editor-for[display="checkbox"][checked] {
  border-color: var(--primary-colour, #2F65E7);
  color: white;
  background-color: var(--primary-colour, #2F65E7);
}
editor-for[display="checkbox"][checked]::before {
  content: "\f00c";
  font-weight: 400;
}
editor-for[display="checkbox"][disabled] {
  opacity: 0.8;
}
editor-for[display="checkbox"] > input[type="checkbox"] {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
editor-for[display="checkbox"]:focus-within {
  border: 1px solid var(--primary-colour, #2F65E7);
}
editor-for[display="toggle"] {
  position: relative;
  width: 40px;
  height: 20px;
  display: flex;
  transition: 0.2s;
  border: 1px solid var(--border-colour, #40404041);
  border-radius: calc(20px / 2);
  background-color: var(--border-colour, #40404041);
}
editor-for[display="toggle"]::after {
  z-index: 1;
  transition: 0.2s;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  content: ' ';
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  cursor: pointer;
}
editor-for[display="toggle"][checked] {
  background-color: var(--primary-colour, #2F65E7);
  border: 1px solid var(--primary-colour, #2F65E7);
}
editor-for[display="toggle"][checked]::after {
  left: calc(100% - 20px + 1px);
}
editor-for[display="toggle"] > input[type="checkbox"] {
  width: 40px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
editor-for[type="radio-option"] {
  display: flex;
  align-items: center;
}
editor-for[type="radio-option"] .option-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
editor-for[type="radio-option"] .option-content label {
  margin-left: 5px;
  cursor: pointer;
}
editor-for[type="radio-option"] .option-content p {
  margin: unset;
  margin-left: 5px;
}
editor-for[type="radio-option"] radio {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-colour, #40404041);
  transition: 0.2s;
}
editor-for[type="radio-option"] radio:focus-within,
editor-for[type="radio-option"] radio:hover,
editor-for[type="radio-option"] radio[checked] {
  border-color: var(--primary-colour, #2F65E7);
}
editor-for[type="radio-option"] radio[checked] {
  border-width: 8px;
}
editor-for[type="radio-option"] radio > input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
message-box-container,
confirmation-prompt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: start;
}
message-box-container span,
confirmation-prompt span {
  text-align: center;
}
message-box-container message-box-buttons,
confirmation-prompt message-box-buttons,
message-box-container .options,
confirmation-prompt .options {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
editor-for[type="string-expandable"] {
  display: grid;
  line-height: 1.5;
}
editor-for[type="string-expandable"]::after {
  content: attr(replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
editor-for[type="string-expandable"] textarea {
  resize: none;
  overflow: hidden;
}
editor-for[type="string-expandable"] textarea[disabled] {
  background-color: color-mix(in srgb, var(--text-colour, #404040) 1%, transparent);
}
editor-for[type="string-expandable"] textarea,
editor-for[type="string-expandable"]::after {
  padding: 8px 10px;
  border: 1px solid var(--border-colour, #40404041);
  background-color: white;
  border-radius: 8px;
  line-height: inherit;
  overflow-wrap: anywhere;
  grid-area: 1 / 1 / 2 / 2;
}
editor-for[type="string-expandable"] textarea:hover,
editor-for[type="string-expandable"]::after:hover,
editor-for[type="string-expandable"] textarea:focus,
editor-for[type="string-expandable"]::after:focus {
  border: 1px solid var(--primary-colour, #2F65E7);
}
editor-for[type="string-expandable"] textarea[disabled],
editor-for[type="string-expandable"]::after[disabled] {
  background-color: var(--secondary-text-colour, #404040E6);
  border-color: var(--border-colour, #40404041);
}
editor-for[type="string-expandable"] textarea:hover,
editor-for[type="string-expandable"]::after:hover,
editor-for[type="string-expandable"] textarea:focus,
editor-for[type="string-expandable"]::after:focus {
  border: 1px solid var(--primary-colour, #2F65E7);
}
editor-for[type="string-expandable"] textarea[disabled],
editor-for[type="string-expandable"]::after[disabled] {
  background-color: var(--secondary-text-colour, #404040E6);
  border-color: var(--border-colour, #40404041);
}
table editor-for[type="string-expandable"] {
  padding: 8px 10px;
}
nav[breezer-application-menu] {
  padding-top: 4px;
}
main[breezer-breezer-layout] {
  overflow: auto;
}
auto-actions[breezer-auto-actions] button:not(.inline) {
  white-space: pre;
  display: flex;
  gap: 5px;
}
search-bar[breezer-search-bar] {
  border-radius: 5px;
  box-shadow: none;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}
search-bar[breezer-search-bar] > button {
  padding: 0 8px;
}
search-bar[breezer-search-bar] > button::before {
  font-size: 15px;
  font-weight: 800;
}
textarea[breezer-editor-for-string-expandable],
editor-for[breezer-editor-for-string-expandable]::after {
  border-radius: 8px;
  color: var(--text-colour, #404040);
}
file-upload[breezer-file-upload] input[type="file"] {
  z-index: 1;
}
dropdown[select] > dropdown-trigger[breezer-dropdown] span.no-options {
  color: var(--secondary-text-colour, #404040E6);
}
dropdown > dropdown-content[breezer-dropdown] {
  z-index: 10000;
}
label[breezer-editor-for-radio-option] {
  font-size: 14px;
}
summary-for[type="list-indy-forms-user-model"] {
  display: flex;
}
p[breezer-message-box] {
  text-align: center;
}
summary-for[breezer-summary-for-tag] {
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: min-content;
  white-space: nowrap;
}
loading-spinner {
  display: flex;
  width: min-content;
}
loading-spinner spinner {
  height: 20px;
  width: 20px;
  border: solid var(--primary-colour, #2F65E7);
  border-width: 5px;
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: spin 1s linear infinite;
}
tooltip[breezer-with-tool-tip] {
  padding: 8px;
  border-radius: 3px;
  font-size: 12px;
  background-color: color-mix(in srgb, var(--text-colour, #404040) 50%, transparent);
  color: white;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  width: max-content;
  max-width: 200px;
}
editor-for[type="date-time"] {
  display: flex;
  gap: 5px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
editor-for[type="html-fragment"]:hover .ql-toolbar.ql-snow,
editor-for[type="html-fragment"]:focus-within .ql-toolbar.ql-snow,
editor-for[type="html-fragment"]:hover .ql-container.ql-snow,
editor-for[type="html-fragment"]:focus-within .ql-container.ql-snow {
  border-color: var(--primary-colour, #2F65E7);
}
editor-for[type="html-fragment"] .ql-toolbar.ql-snow,
editor-for[type="html-fragment"] .ql-container.ql-snow {
  transition: 0.3s;
  border-color: color-mix(in srgb, var(--text-colour, #404040) 80%, transparent);
  border-width: 1px;
}
editor-for[type="html-fragment"] .ql-toolbar.ql-snow {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
editor-for[type="html-fragment"] .ql-container.ql-snow {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
editor-for[type="html-fragment"] .ql-editor.ql-blank::before {
  color: var(--secondary-text-colour, #404040E6);
}
editor-for[type="html-fragment"] .ql-snow .ql-stroke {
  stroke: var(--text-colour, #404040);
}
editor-for[type="html-fragment"] .ql-snow .ql-fill {
  fill: var(--text-colour, #404040);
}
editor-for[type="html-fragment"] .ql-formats > button {
  color: var(--text-colour, #404040);
}
editor-for[type="html-fragment"] .ql-snow .ql-picker {
  color: var(--text-colour, #404040);
}
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:hover,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:hover,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:focus,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:focus,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button.ql-active,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button.ql-active,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label:hover,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label:hover,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label.ql-active,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label.ql-active,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item:hover,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item:hover,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: var(--primary-colour, #2F65E7);
}
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:focus .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:focus .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button.ql-active .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button.ql-active .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: var(--primary-colour, #2F65E7);
}
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:focus .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:focus .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button.ql-active .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button.ql-active .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
editor-for[type="html-fragment"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: var(--primary-colour, #2F65E7);
}
editor-for[type="html-fragment"] .ql-snow a {
  color: var(--primary-colour, #2F65E7);
}
iframe.ql-video {
  width: 480px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
}
.fr-toolbar .fr-command.fr-btn svg.fr-svg {
  width: 18px;
  height: 18px;
}
.fr-toolbar .fr-command.fr-btn svg.fr-svg path {
  fill: var(--text-colour, #404040);
}
.fr-toolbar .fr-command.fr-btn.fr-active svg path {
  fill: var(--primary-colour, #2F65E7) !important;
}
.fr-box.fr-basic {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.fr-toolbar.fr-top {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.fr-second-toolbar {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.fr-box.fr-basic .fr-element {
  cursor: text;
}
.fr-box.fr-basic .fr-element > * {
  color: var(--text-colour, #404040);
}
.fr-input-line input {
  min-width: unset;
}
.fr-box.fr-basic .fr-wrapper {
  border: 1px solid var(--border-colour, #40404041) !important;
  border-bottom-color: var(--border-colour, #40404041) !important;
}
.fr-second-toolbar {
  border: 1px solid var(--border-colour, #40404041) !important;
  border-top: none !important;
}
.fr-toolbar {
  border-color: var(--border-colour, #40404041) !important;
}
.fr-box .fr-counter {
  color: var(--secondary-text-colour, #404040E6) !important;
}
ul.validation-errors {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  color: var(--warning-colour, #F9034C);
}
form-field[breezer-form-field] .invalid input {
  border: 1px solid var(--border-colour, #40404041);
  box-shadow: none;
}
form-field[breezer-form-field] validation-for span {
  margin-left: unset;
  color: var(--warning-colour, #F9034C);
  font-size: 12px;
}
button,
.button {
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
}
button:not(.inline),
.button:not(.inline) {
  padding: 8px 10px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
button:not(.inline, .secondary, .danger),
.button:not(.inline, .secondary, .danger) {
  background-color: var(--primary-colour, #2F65E7);
  color: white;
  border: 1px solid var(--primary-colour, #2F65E7);
}
button:not(.inline, .secondary, .danger):hover,
.button:not(.inline, .secondary, .danger):hover {
  opacity: 0.8;
}
button.secondary,
.button.secondary {
  background-color: transparent;
  color: var(--text-colour, #404040);
  border: 1px solid var(--text-colour, #404040);
}
button.secondary:hover,
.button.secondary:hover {
  border-color: var(--primary-colour, #2F65E7);
  color: var(--primary-colour, #2F65E7);
  opacity: 0.8;
}
button.success,
.button.success {
  background-color: var(--success-colour, #33DA82);
  border-color: var(--success-colour, #33DA82);
}
button.warning,
.button.warning {
  color: white;
  background-color: var(--soft-warning-colour, #D38200);
  border: 1px solid var(--soft-warning-colour, #D38200);
}
button.danger,
.button.danger {
  background-color: var(--warning-colour, #F9034C);
  color: white;
}
button.inline,
.button.inline {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: inherit;
  padding: 0;
  margin: 0;
}
button.inline:hover,
.button.inline:hover {
  color: var(--primary-colour, #2F65E7);
}
button[loading] {
  opacity: unset;
}
button[loading]::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  content: "\f3f4";
  margin: 0;
}
button[loading]::after {
  border: none;
  animation: none;
}
button[loading]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 2;
  animation: spin 1.5s ease infinite;
  opacity: 0.8;
}
input,
.input,
select,
textarea {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--border-colour, #40404041);
  padding: 8px 10px;
  transition: 0.4s;
  outline: none;
}
input:hover,
.input:hover,
select:hover,
textarea:hover,
input:focus,
.input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--primary-colour, #2F65E7);
  outline: none;
}
input::placeholder,
.input::placeholder,
select::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--text-colour, #404040) 50%, transparent);
}
input.clear,
.input.clear,
select.clear,
textarea.clear {
  border: none;
  border-radius: unset;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
input.clear:hover,
.input.clear:hover,
select.clear:hover,
textarea.clear:hover,
input.clear:focus,
.input.clear:focus,
select.clear:focus,
textarea.clear:focus {
  border: none;
  outline: none;
}
input.clear:hover,
.input.clear:hover,
select.clear:hover,
textarea.clear:hover,
input.clear:focus,
.input.clear:focus,
select.clear:focus,
textarea.clear:focus {
  border: none;
  outline: none;
}
@media print {
  * {
    background-color: unset !important;
  }
  p.print-input {
    border: 1px solid #404040 !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    color: #404040 !important;
    min-height: 35px;
    white-space: normal;
    min-width: 200px;
  }
  body {
    display: block !important;
    height: auto !important;
    overflow: auto !important;
    --border-colour: #404040;
    --text-colour: #404040;
  }
  div#app {
    height: auto !important;
  }
  div.page-layout {
    display: block !important;
  }
  div.page-layout > header {
    display: none;
  }
  div.page-layout > .menu-container {
    display: none !important;
  }
  div.page-layout > main {
    border-top: none !important;
    display: block !important;
  }
  breezer-page,
  .br-page {
    display: block !important;
    padding: 10px;
    margin-top: 0;
    --max-page-width: 100% !important;
    --max-form-width: 100% !important;
  }
  breezer-page > header,
  .br-page > header {
    display: block !important;
    position: inherit !important;
    box-shadow: none !important;
  }
  breezer-page > header i.completed-check,
  .br-page > header i.completed-check {
    display: none !important;
  }
  breezer-page > content,
  .br-page > content {
    display: block !important;
  }
  breezer-page auto-actions,
  .br-page auto-actions {
    display: none !important;
  }
  form-field[breezer-form-field] {
    margin: 5px 0 !important;
    display: block;
  }
  form-field[breezer-form-field] label {
    font-weight: bold;
  }
  form-field[breezer-form-field] > a {
    display: block !important;
  }
  editor-for {
    display: block;
  }
  input:not([type="color"]),
  select,
  textarea {
    border-radius: 0 !important;
  }
  /* Hide Calendar Icon In Chrome */
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
  editor-for[display="checkbox"][breezer-editor-for-bool] {
    border-radius: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  editor-for[display="checkbox"][breezer-editor-for-bool][checked] {
    background-color: none !important;
    color: #404040 !important;
    border-color: #404040;
  }
  dropdown-selected[breezer-dropdown] {
    border-radius: 0 !important;
    padding: 0px !important;
    border: none !important;
  }
  dropdown-selected[breezer-dropdown] dropdown-indicator[breezer-dropdown] {
    display: none !important;
  }
  dropdown-selected[breezer-dropdown] dropdown-select-chosen-options[breezer-dropdown-select-chosen-options] {
    flex-direction: row;
    gap: 5px;
  }
  dropdown-selected[breezer-dropdown] chosen-option[breezer-dropdown-select-chosen-options] {
    border-color: #404040;
  }
  indyforms-file-upload {
    display: none !important;
  }
  button {
    display: none !important;
  }
  iframe {
    display: none !important;
  }
  div#hubspot-messages-iframe-container {
    display: none !important;
  }
}
.error-popup {
  position: absolute;
  width: 600px;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 25px;
  bottom: unset;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(64, 64, 64, 0.14), 0 1px 10px 0 rgba(64, 64, 64, 0.12), 0 2px 4px -1px rgba(64, 64, 64, 0.3);
  background-color: white;
  color: var(--text-colour, #404040);
  font-size: 18px;
  border-top: 20px solid var(--soft-warning-colour, #D38200);
  animation: slide-in ease forwards 1s;
}
.error-popup .error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width : 600px) {
  .error-popup .error-content {
    flex-direction: column;
  }
}
.error-popup .error-content span {
  font-weight: bold;
}
.error-popup .error-content a.dismiss {
  position: initial;
  color: var(--secondary-text-colour, #404040E6);
  font-weight: bold;
  font-size: 14px;
  border: 1px solid var(--secondary-text-colour, #404040E6);
  border-radius: 3px;
  padding: 10px;
}
#blazor-error-ui {
  display: none;
  position: absolute;
  width: 600px;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 25px;
  bottom: unset;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(64, 64, 64, 0.14), 0 1px 10px 0 rgba(64, 64, 64, 0.12), 0 2px 4px -1px rgba(64, 64, 64, 0.3);
  background-color: white;
  color: var(--text-colour, #404040);
  font-size: 18px;
  border-top: 20px solid var(--soft-warning-colour, #D38200);
  animation: slide-in ease forwards 1s;
}
#blazor-error-ui .error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width : 600px) {
  #blazor-error-ui .error-content {
    flex-direction: column;
  }
}
#blazor-error-ui .error-content span {
  font-weight: bold;
}
#blazor-error-ui .error-content a.dismiss {
  position: initial;
  color: var(--secondary-text-colour, #404040E6);
  font-weight: bold;
  font-size: 14px;
  border: 1px solid var(--secondary-text-colour, #404040E6);
  border-radius: 3px;
  padding: 10px;
}
@keyframes slide-in {
  0% {
    top: -100px;
  }
  100% {
    top: 25px;
  }
}
.blazored-modal-container {
  z-index: 9999999;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  padding: unset;
  --modal-side-padding: 40px;
  --modal-top-padding: 20px;
}
.blazored-modal-overlay {
  backdrop-filter: none;
  background-color: #0d193680;
  animation: fade-in-modal-overlay 0.3s linear forwards;
}
.blazored-modal {
  border-radius: 15px;
  padding: var(--modal-top-padding) 0px;
  position: relative;
  width: 800px;
  max-width: 100%;
  min-width: 10vw;
  max-height: 90vh;
  overflow-y: auto;
}
@media only screen and (min-width : 1401px) {
  .blazored-modal {
    min-width: 800px;
    max-width: 98%;
  }
}
.blazored-modal > * {
  padding: 0px var(--modal-side-padding);
}
.blazored-modal-header {
  display: contents;
  padding: unset;
}
.blazored-modal-header h3 {
  font-size: 20px;
  margin: 10px 0;
  padding-left: var(--modal-side-padding);
}
.blazored-modal-header button.blazored-modal-close {
  position: absolute;
  top: 3px;
  right: 10px;
  margin: unset;
  font-size: 30px;
  padding: unset;
  color: var(--text-colour, #404040);
  background-color: unset;
  border: unset;
}
.blazored-modal-header button.blazored-modal-close span {
  position: sticky;
  top: 0px;
}
.blazored-modal-content {
  overflow-y: auto;
  scrollbar-gutter: stable;
}
@media only screen and (max-width : 600px) {
  .blazored-modal-container {
    padding: unset;
    overflow-y: unset;
    --modal-side-padding: 20px;
    --modal-top-padding: 10px;
  }
  .blazored-modal {
    margin: 10px;
    z-index: 1000;
    max-height: 90svh;
    overflow-y: auto;
  }
  .blazored-modal-header button.blazored-modal-close {
    position: absolute;
    top: 2px;
    right: 15px;
  }
}
.blazored-modal.share-response {
  min-width: 30vw;
}
.blazored-modal.generation-rules {
  width: 1000px;
  min-width: 10vw;
}
.blazored-modal.ai-designer-chat {
  width: 1200px;
}
.blazored-modal.subscription-blocked {
  width: 800px;
}
.blazored-modal.save-library-document {
  width: 600px;
}
.blazored-modal.area-select,
.blazored-modal.form-templates,
.blazored-modal.form-preview {
  width: 1000px;
}
.blazored-modal.confirmation-prompt {
  max-width: 90%;
  width: 380px;
  min-width: unset;
}
.blazored-modal.confirmation-prompt .blazored-modal-content {
  margin: 15px 0;
}
.blazored-modal.change-subscription {
  width: 1300px;
}
@keyframes fade-in-modal-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.list-item-grid {
  display: grid;
  grid-template-columns: repeat(var(--column-count), 1fr);
  border-radius: 5px;
  overflow: auto;
}
.list-item-grid .data {
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  display: grid;
  background-color: white;
  border: 1px solid var(--border-colour, #40404041);
  border-radius: 9px;
  overflow-y: hidden;
  overflow-x: auto;
}
.list-item-grid .list-item-grid-row {
  padding: 10px 20px;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  display: grid;
  align-items: center;
}
.list-item-grid .list-item-grid-row.header-row {
  color: color-mix(in srgb, var(--text-colour, #404040) 50%, transparent);
  font-size: 12px;
}
.list-item-grid .list-item-grid-row.header-row > * {
  text-align: start;
  font-weight: bold;
}
.list-item-grid .list-item-grid-row.data-row {
  align-items: center;
}
.list-item-grid .list-item-grid-row.data-row:hover {
  background-color: var(--background-highlight-colour, #4040400D);
}
.list-item-grid .list-item-grid-row.data-row:not(:last-of-type) {
  border-bottom: 1px solid var(--border-colour, #40404041);
}
.list-item-grid .list-item-grid-row > * {
  padding: 5px;
}
.list-item-grid .data-row-actions {
  display: flex;
  justify-content: start;
  cursor: default;
}
.list-item-grid .list-item-actions {
  display: flex;
  padding-right: 10px;
  gap: 5px;
}
.list-item-grid[type="form-list-model"] {
  grid-template-columns: 165px minmax(200px, 1fr) 100px 100px 150px 0.5fr 120px;
}
@media only screen and (max-width : 600px) {
  .list-item-grid[type="form-list-model"] {
    grid-template-columns: 100px minmax(200px, 1fr) 100px 100px 150px 0.5fr 120px;
  }
}
.list-item-grid[type="form-list-model"] summary-for[type="list-tag-summary-model"] {
  max-width: unset;
}
.list-item-grid[type="all-form-responses-list-model"] {
  grid-template-columns: min-content 150px minmax(400px, auto) 150px 150px 200px 130px;
}
.list-item-grid[type="application-role-summary-model"] {
  grid-template-columns: 80px auto;
}
.layout-header-logo {
  max-width: 250px;
  padding: 15px 15px 15px 8px;
  height: 70px;
}
@media only screen and (max-width : 600px) {
  .layout-header-logo {
    padding: 18px;
  }
}
.form-section {
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin: 5px 0;
  background-color: white;
  border-radius: 12px;
  transition: 0.3s;
  width: 100%;
  border: 1px solid var(--border-colour, #40404041);
}
@media print {
  .form-section {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
@media print {
  .form-section {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
.dropdown-content {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(64, 64, 64, 0.14), 0 1px 7px 0 rgba(64, 64, 64, 0.12), 0 3px 1px -1px rgba(64, 64, 64, 0.2);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 13px;
  border: 1px solid var(--border-colour, #40404041);
}
.dropdown-content.actions {
  padding: unset;
  gap: unset;
  overflow: hidden;
}
.dropdown-content.actions .dropdown-action-item {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 10px;
  justify-content: start;
  align-items: center;
  padding: 12px 15px;
  color: var(--text-colour, #404040);
}
.dropdown-content.actions .dropdown-action-item:hover {
  background-color: color-mix(in srgb, var(--text-colour, #404040) 10%, transparent);
}
.dropdown-content.actions .dropdown-action-item:not(:first-child) {
  border-top: 1px solid var(--border-colour, #40404041);
}
.dropdown-content.actions .dropdown-action-item:hover {
  background-color: color-mix(in srgb, var(--text-colour, #404040) 10%, transparent);
}
.dropdown-content.actions .dropdown-action-item:not(:first-child) {
  border-top: 1px solid var(--border-colour, #40404041);
}
.standard-page,
.list-page {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media only screen and (max-width : 600px) {
  .standard-page,
  .list-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  .standard-page,
  .list-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  .standard-page,
  .list-page {
    margin-top: 0px;
  }
}
@media only screen and (max-width : 600px) {
  .standard-page,
  .list-page {
    margin-top: 0px;
  }
}
.list-page-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width : 600px) {
  .list-page-actions {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }
  .list-page-actions > * {
    width: 100%;
  }
}
.list-page-title {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
:root {
  /* Style for the entire scrollbar */
  /* Style for the scrollbar track */
  /* Style for the scrollbar thumb (the draggable part) */
  /* Change the thumb color on hover */
}
:root ::-webkit-scrollbar {
  width: 8px;
  /* Adjust scrollbar width */
  height: 8px;
  /* Adjust scrollbar height */
}
:root ::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Lighter background for the track */
}
:root ::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--text-colour, #404040) 20%, transparent);
  /* Sleek color */
  border-radius: 10px;
  /* Rounded edges */
}
:root ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Slightly darker color */
}
display-for[type='payment-response'] > span.status,
summary-for[type='payment-response'] > span.status,
editor-for[type='payment-response'] > span.status {
  background-color: color-mix(in srgb, var(--soft-warning-colour, #D38200) 10%, transparent);
  color: var(--soft-warning-colour, #D38200);
  font-weight: bold;
  border-radius: calc(26px / 2);
  display: inline-block;
  padding: 2px 6px;
  font-size: 0.8em;
}
display-for[type='payment-response'] > span.status.completed,
summary-for[type='payment-response'] > span.status.completed,
editor-for[type='payment-response'] > span.status.completed {
  background-color: color-mix(in srgb, var(--success-colour, #33DA82) 10%, transparent);
  color: var(--success-colour, #33DA82);
}
* {
  box-sizing: border-box;
}
:root {
  --font-awesome-family: "Font Awesome 6 Pro";
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'museo-sans';
  font-weight: 100;
  src: url("/fonts/MuseoSansRounded100.otf") format("opentype");
}
@font-face {
  font-family: 'museo-sans';
  font-weight: 300;
  src: url("/fonts/MuseoSansRounded300.otf") format("opentype");
}
@font-face {
  font-family: 'museo-sans';
  font-weight: 500;
  src: url("/fonts/MuseoSansRounded500.otf") format("opentype");
}
@font-face {
  font-family: 'museo-sans';
  font-weight: 700;
  src: url("/fonts/MuseoSansRounded700.otf") format("opentype");
}
@font-face {
  font-family: 'museo-sans';
  font-weight: 900;
  src: url("/fonts/MuseoSansRounded900.otf") format("opentype");
}
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 14px;
  color: var(--text-colour, #404040);
  background-color: var(--background-colour, #FBFBFB);
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* header styling */
.heading {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
}
h2,
.h2 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
h3,
.h3 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
h4,
.h4 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
}
h5,
.h5 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
h6,
.h6 {
  color: var(--text-colour, #404040);
  font-weight: bold;
  font-family: museo-sans;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.7em;
}
/* Paragraph styling */
p {
  line-height: 1.5;
}
p.light-disclaimer {
  font-style: italic;
  color: color-mix(in srgb, var(--text-colour, #404040) 50%, transparent);
}
.multi-line {
  white-space: pre-wrap;
}
/* Form field classes */
.form-field-label {
  color: color-mix(in srgb, var(--text-colour, #404040) 80%, transparent);
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0;
}
.form-field-description {
  margin: 5px 0;
  color: var(--secondary-text-colour, #404040E6);
  font-size: 12px;
  white-space: pre-wrap;
}
body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  min-height: unset;
}
/* Loading styles */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
i.completed-check {
  color: var(--success-colour, #33DA82);
  font-style: normal;
}
i.completed-check::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 800;
  content: "\f058";
  margin: 0;
}
a.text-link {
  cursor: pointer;
  color: var(--primary-colour, #2F65E7);
  font-weight: bold;
}
@supports (-webkit-touch-callout: none) {
  body {
    position: fixed;
  }
}
#app {
  height: 100%;
  overflow: auto;
  /* Chrome, Safari and Opera */
  /* IE and Edge */
  /* Firefox */
  /* Chrome, Safari and Opera */
  ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#app::-webkit-scrollbar {
  display: none;
}
#app::-webkit-scrollbar {
  display: none;
}
input {
  padding: 8px 10px;
}
@media only screen and (max-width : 600px) {
  input,
  select,
  textarea {
    min-width: unset;
  }
}
input[disabled],
select[disabled],
textarea[disabled] {
  background-color: color-mix(in srgb, var(--text-colour, #404040) 1%, transparent);
  color: var(--secondary-text-colour, #404040E6);
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}
input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
  border-color: var(--border-colour, #40404041);
}
input.invalid,
select.invalid,
textarea.invalid {
  border-color: var(--warning-colour, #F9034C);
}
drag-grip {
  cursor: grab;
}
drag-grip::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 800;
  content: "\f047";
  margin: 0;
}
button[disabled] {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}
tags {
  display: flex;
}
tags > * {
  margin-top: 5px;
  margin-right: 5px;
}
a {
  color: var(--primary-colour, #2F65E7);
  cursor: pointer;
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.5;
  color: var(--secondary-text-colour, #404040E6);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: var(--secondary-text-colour, #404040E6);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: var(--secondary-text-colour, #404040E6);
}
.app-loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-loading img {
  animation: none;
  position: absolute;
}
.app-loading img.outline {
  animation: spin 1s ease-in-out infinite;
}
.user-select-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid var(--border-colour, #40404041);
  transition: 0.2s;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
dataset-insert-page,
dataset-update-page {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
dataset-insert-page > auto-actions[breezer-auto-actions],
dataset-update-page > auto-actions[breezer-auto-actions] {
  margin-top: 30px;
  justify-content: flex-start;
}
list-item-property[property="j-m-e-s-path"],
list-item-property[property="api-url"] {
  font-family: 'Courier New', monospace;
  font-size: 12px;
}
list-item-property[property="j-m-e-s-path"] {
  color: rgba(0, 0, 0, 0.5);
}
list-item-property[property="api-url"] {
  color: var(--primary-colour, #2F65E7);
}
.no-data-feature-icon {
  font-size: 48px;
  color: color-mix(in srgb, var(--text-colour, #404040) 80%, transparent);
}
:root {
  --background-colour: #f8f8f8;
}
h1 {
  font-size: 26px;
  text-align: center;
}
a {
  display: block;
}
.button:not(.inline),
button:not(.inline) {
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 12px;
  font-weight: 600;
}
span.seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px 0;
  font-size: 14px;
  color: var(--secondary-text-colour, #404040E6);
  overflow: hidden;
}
span.seperator::before,
span.seperator::after {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  top: 51%;
  width: 50%;
  content: '\a0';
  height: 1px;
  background-color: var(--border-colour, #40404041);
}
span.seperator::before {
  right: 1em;
  margin-left: -50%;
}
span.seperator::after {
  left: 1em;
  margin-right: -50%;
}
input,
select {
  border-radius: 5px;
  padding: 10px;
}
input.input-validation-error,
select.input-validation-error {
  border: 1px solid var(--warning-colour, #F9034C);
}
select option {
  line-height: 1.5;
}
body {
  overflow: auto;
  scrollbar-gutter: stable;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-colour, #FBFBFB);
}
.auth-body-container {
  display: flex;
  overflow-x: hidden;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  min-height: 200px;
  min-width: 400px;
  max-height: 90vh;
}
@media only screen and (max-width: 600px) {
  .auth-body-container {
    max-height: 90%;
    min-width: unset;
    width: 95%;
  }
  .auth-body-container .auth-body-content {
    width: 100%;
  }
}
.auth-body-content {
  width: 480px;
  max-width: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
}
form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
}
.form-group .field-validation-error {
  position: absolute;
  top: 100%;
  left: 10px;
  font-size: 14px;
  color: var(--warning-colour, #F9034C);
}
.auth-body-image-panel {
  background-image: url("/images/auth-graphic.png?v=2.0");
  width: 500px;
  height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1068px), (max-height: 625px) {
  .auth-body-image-panel {
    display: none;
  }
}
.auth-body-content > .logo-container > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
}
.external-provider-auth {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.external-provider-auth a.provider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: none;
  border: 2px solid var(--border-colour, #40404041);
  border-radius: 3px;
  color: var(--secondary-text-colour, #404040E6);
  font-size: 12px;
  width: 85px;
  height: 70px;
}
.external-provider-auth a.provider img {
  max-width: 30px;
  margin-bottom: 7px;
  padding-right: unset;
  padding: 3px;
}
.external-provider-auth a.provider:hover {
  background-color: var(--background-highlight-colour, #4040400D);
  border-color: var(--primary-colour, #2F65E7);
  color: var(--primary-colour, #2F65E7);
}
.auth-links {
  margin-top: 25px;
}
.redir-link {
  display: flex;
  justify-content: center;
}
.redir-link span {
  color: var(--secondary-text-colour, #404040E6);
}
.redir-link a {
  margin: 0 8px;
  font-weight: 600;
}
.alert-danger > strong {
  display: none;
}
.alert-danger ul {
  color: var(--warning-colour, #F9034C);
  list-style-type: none;
  padding: 0;
  margin: 5px 0 12px 0;
  font-size: 14px;
}
.login-page {
  height: 100%;
}
.login-page a.forgot-password {
  display: flex;
  justify-content: center;
  margin: 15px 0 10px 0;
  font-size: 13px;
  color: var(--secondary-text-colour, #404040E6);
}
.login-page a.continue-as {
  margin: 28px 0;
  display: block;
  border: 1px solid var(--primary-colour, #2F65E7);
  font-weight: 400;
  color: var(--primary-colour, #2F65E7);
}
.auth-page.sign-up {
  height: 100%;
}
.auth-page.sign-up p {
  text-align: center;
  color: var(--secondary-text-colour, #404040E6);
}
.auth-page.sign-up p.no-card-required {
  font-style: italic;
}
.auth-page.sign-up p.trial-details {
  margin: 20px 0;
  font-size: 12px;
}
.auth-page.register-page .auth-section a {
  margin-top: 20px;
  background-color: var(--primary-colour, #2F65E7);
  color: white;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 12px;
  font-weight: 600;
}
.select-tenant a {
  background-color: unset;
}
.select-tenant a:not(.create-new) {
  margin-bottom: 15px;
}
.select-tenant a:hover {
  border-color: var(--primary-colour, #2F65E7);
}
.logged-out-page {
  display: flex;
  flex-direction: column;
}
.logged-out-page .logged-out-check {
  margin-top: 75px;
  display: flex;
  justify-content: center;
  color: #b9d7ee;
  height: 100px;
}
.logged-out-page .logged-out-check i {
  font-size: 100px;
}
.logged-out-page .post-logout-redirect-uri {
  margin-top: 50px;
}
.logged-out-page iframe.signout {
  display: none;
}
.auth-body-container .terms-page form p {
  text-align: center;
}
.auth-body-container .terms-page form p a {
  font-weight: bold;
}
.enable-authenticator .mfa-description {
  text-align: center;
}
.enable-authenticator img {
  margin: 0 auto 10px;
}
.enable-authenticator .text-danger {
  color: var(--warning-colour, #F9034C);
}
.enable-authenticator form:first-of-type {
  padding-top: 15px;
}
.enable-authenticator form:first-of-type input {
  font-size: 20px;
  letter-spacing: 20px;
  text-align: center;
}
.enable-authenticator form:last-of-type button {
  width: max-content;
  background: none;
  border: none;
  color: var(--primary-colour, #2F65E7);
  margin: auto;
}
.recovery-codes form {
  gap: 0;
}
.recovery-codes form ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
  padding-left: 0;
  row-gap: 15px;
}
.recovery-codes form button {
  margin-top: 15px;
}
.verify-2fa form {
  padding-top: 15px;
}
.verify-2fa form input {
  font-size: 20px;
  letter-spacing: 20px;
  text-align: center;
}
password-requirements {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 25px 0;
}
password-requirements requirement {
  display: flex;
  align-items: end;
  gap: 8px;
  color: var(--text-colour, #404040);
}
password-requirements requirement checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-colour, #40404041);
  color: var(--border-colour, #40404041);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transition: 0.3s;
}
password-requirements requirement checkmark::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  content: "\f00d";
  margin: 0;
}
password-requirements requirement checkmark.checked {
  color: var(--primary-colour, #2F65E7);
  border-color: var(--primary-colour, #2F65E7);
}
password-requirements requirement checkmark.checked::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 800;
  content: "\f00c";
  margin: 0;
}
.pw-wrapper {
  position: relative;
}
.pw-wrapper > input {
  width: 100%;
}
.pw-wrapper > input::-ms-reveal {
  display: none;
}
.pw-wrapper > .pw-toggle {
  position: absolute;
  opacity: 0.5;
  font-size: 0.8em;
  display: inline-block;
  height: 100%;
  top: 0;
  right: 0;
  width: auto;
  color: #2F65E7;
  font-size: 0;
  padding: 10px;
  background: transparent;
  border: transparent;
}
.pw-wrapper > .pw-toggle::after {
  content: '\f070';
  font-family: 'Font Awesome 6 Pro';
  color: #2F65E7;
  font-size: 18px;
  font-weight: 500;
}
.pw-wrapper > .pw-toggle:hover {
  opacity: 1;
}
.pw-wrapper.pw-hidden > .pw-toggle::after {
  content: '\f06e';
}