@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins Semi Bold";
  font-weight: bold;
  src: url("/static/fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Cera Pro Bold";
  font-weight: bold;
  src: url("/static/fonts/cera-pro-bold.woff2") format("woff2");
}
*[theme=dysguise] {
  --background: white;
  --backdrop: oklch(0 0 0 / 80%);
  --Gray100: oklch(0.95 0 0);
  --Gray200: oklch(0.8 0 0);
  --Gray300: oklch(0.7 0 0);
  --Gray400: oklch(0.6 0 0);
  --Gray500: oklch(0.5 0 0);
  --Gray600: oklch(0.4 0 0);
  --Gray700: oklch(0.3 0 0);
  --Gray800: oklch(0.1 0 0);
  --Primary100: oklch(0.968 0.02 210);
  --Primary400: oklch(0.57 0.09 210);
  --Primary500: oklch(0.50 0.1 210);
  --PrimaryBase: var(--Primary500);
  --Secondary: oklch(0.81 0.17 112.25);
  --Red200: oklch(0.75 0.14 23);
  --Red300: oklch(0.7 0.14 23);
  --Red400: oklch(0.6 0.14 23);
  --Red500: oklch(0.5 0.14 23);
  --Red600: oklch(0.4 0.14 23);
  /* Thematic Colours */
  --error-color: var(--Red500);
  --warning-color: var(--Red400);
  --muted-color: var(--Gray200);
  --muted-warn-color: var(--Red200);
  /* Fontes and typefaces */
  --font-size: 16px;
  --font-size-small: 0.875em;
  --font-body: "Poppins", sans-serif;
  --font-heading: "Cera Pro Bold", sans-serif;
  --text-color: var(--Gray800);
  --byline-color: var(--Gray300);
  --byline-subtext-color: var(--Gray300);
  --heading-color: var(--Primary400);
  --heading-subtext-color: var(--Gray500);
  --link-color: var(--Primary400);
  --link-decoration: none;
  --link-hover-color: oklch(from var(--Primary400) calc(l - 0.1) c h);
  --link-disabled-color: var(--Gray400);
  /* Icons */
  --icon-fill-amount: 0;
  --icon-weight: 400;
  --icon-grade: -20;
  --icon-opsz: 48;
  /* Core Elements */
  --border-width: 1px;
  --border-type: solid;
  --border-color: var(--Gray200);
  --border-radius: 10px;
  --border-radius-large: 15px;
  --header-background: var(--Primary100);
  --header-color: var(--Gray400);
  --header-link-color: var(--Gray400);
  --header-link-hover-color: var(--Gray100);
  --footer-background: var(--Primary500);
  --footer-color: var(--Primary100);
  --footer-link-color: var(--Primary100);
  --footer-link-hover-color: var(--Gray800);
  --raised-color: var(--Gray100);
  --raised-amount: 1px;
  /* Cards */
  --card-background: var(--background);
  --card-border-radius: var(--border-radius);
  --card-border-width: 1px;
  --card-border-type: solid;
  --card-border-color: var(--Gray100);
  --card-title-background: transparent;
  --card-title-color: var(--text-color);
  /* Form Fields */
  --input-color: var(--text-color);
  --input-background: white;
  /* Buttons */
  --button-color: var(--Primary500);
  --button-background: var(--Primary100);
  --button-hover-color: var(--Primary100);
  --button-hover-background: var(--Primary500);
  --button-border-color: var(--Primary500);
  --button-primary-color: white;
  --button-primary-background: var(--Primary500);
  --button-primary-hover-color: var(--Primary500);
  --button-primary-hover-backrgound: var(--Gray100);
  --button-warn-color: var(--Gray100);
  --button-warn-background: var(--Red500);
  --button-warn-hover-color: var(--Red500);
  --button-warn-hover-background: var(--Red200);
  --button-disabled-color: var(--Gray300);
  --button-disabled-background: var(--Gray100);
  --icon-button-color: var(--text-color);
  --icon-button-background: transparent;
  --icon-button-border-radius: var(--border-radius);
  --icon-button-border-width: 0;
  --icon-button-border-type: solid;
  --icon-button-border-color: var(--Gray300);
  --icon-button-disabled-color: var(--Gray300);
  --icon-button-disabled-background: transparent;
  --icon-button-disabled-border-width: var(--icon-button-border-width);
  --icon-button-disabled-border-type: var(--icon-button-border-type);
  --icon-button-disabled-border-color: var(--icon-button-border-color);
  --toggle-button-color: var(--Gray200);
  --toggle-button-on-color: var(--Primary600);
  /* Forms and Form Fields */
  --form-actions-background: var(--Primary500);
  --form-actions-color: var(--Primary100);
  --form-action-button-background: white;
  --form-action-button-color: var(--Primary500);
  --form-field-input-font: var(--font-body);
  --form-field-input-color: var(--Gray600);
  --form-field-input-background: white;
  --form-field-label-color: var(--PrimaryBase);
  --form-field-focussed-label-color: green;
  --form-field-invalid-input-color: var(--color-error);
  --form-field-required-color: var(--Red400);
  /* List Stepper */
  --list-stepper-bg: var(--Primary100);
  --list-stepper-font-size: 14px;
  --list-stepper-separator-color: white;
  --list-stepper-step-color: var(--Primary500);
  --list-stepper-step-background: transparent;
  --list-stepper-step-hover-color: var(--Primary100);
  --list-stepper-step-hover-background: var(--Primary500);
  --list-stepper-special-color: var(--Gray800);
  --list-stepper-special-background: var(--Gray100);
  --list-stepper-active-color: var(--Gray800);
  --list-stepper-active-background: var(--Secondary);
  /* Dialogs */
  --dialog-toolbar-background: var(--Primary500);
  --dialog-toolbar-color: var(--Primary100);
  /* Picker */
  --picker-color: var(--Primary500);
  --picker-background: white;
  --picker-selected-color: var(--Primary600);
  --picker-selected-background: var(--Primary100);
  --picker-option-detail-color: var(--Gray300);
  /* Rich Picker */
  --rich-list-columns: repeat(1, 1fr);
  /* Grids */
  --grid-gap: 1rem;
  --grid-message-background: transparent;
  --grid-message-color: var(--Primary500);
  --grid-message-warning-background: var(--warning-color);
  --grid-message-warning-color: var(--Gray100);
  /* Browser custsoms */
  --selection-bg: var(--Secondary);
  --selection-fg: var(--Gray800);
  /* Third party brands */
  --facebook-brand-color: #3b5998;
  --twitter-brand-color: #1da1f2;
  /* General Layout */
  --content-max-width: 1440px;
  --copy-max-width: 45em;
  --block-padding: 0.5rem;
  /* Set the base font-size for the rems */
  font-size: var(--font-size);
}

/* Some common mixins */
.card {
  position: relative;
  overflow: hidden;
  background-color: var(--card-background);
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) var(--card-border-type) var(--card-border-color);
  box-shadow: 0 1px var(--raised-amount) calc(var(--raised-amount) / 2) var(--raised-color);
}
.card > h1:first-child, .card > h2:first-child, .card > h3:first-child, .card > .toolbar:first-child {
  margin: 0;
  padding: 0.5rem;
  margin-bottom: 1rem;
  align-self: stretch;
  background-color: var(--card-title-background);
  color: var(--card-title-color);
}

.card-content {
  padding: 1rem;
}

/* Enable hardware acceleration */
/* CSS Resets */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  font-size: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  overflow: auto;
}

/* These are easy to forget */
::selection {
  background: var(--selection-bg);
  color: var(--selection-fg);
}

::-moz-selection {
  background: var(--selection-bg);
  color: var(--selection-fg);
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* Make sure to use same rgba used for selection-bg, but with some opacity */
body {
  -webkit-tap-highlight-color: rgba(90, 118, 181, 0.62);
}

/* I really like the iron-flex-layout mixins for applying flex layout.
 * It's simple to understand what the result will be.
 * Unfortunately apply is not supported in plain CSS yet,
 * so I created these sass mixins based of their implementation
 */
/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* Other Layout */
body {
  font-family: var(--font-body);
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
  text-transform: capitalize;
  font-family: var(--font-heading);
  color: var(--heading-color);
}
h1 .header-subtext, h2 .header-subtext, h3 .header-subtext, h4 .header-subtext, h5 .header-subtext, h6 .header-subtext {
  font-size: 0.95em;
  color: var(--heading-subtext-color);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1[no-margin], h2[no-margin], h3[no-margin], h4[no-margin], h5[no-margin], h6[no-margin] {
  margin-bottom: 0;
}

h1 {
  font-sixe: 4rem;
  margin-bottom: 20px;
  font-weight: normal;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
}

h3 {
  font-size: 25rem;
  font-weight: normal;
}

h4, h5, h6 {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4, h5, h6 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4, h5, h6 {
    font-size: 1.1rem;
  }
}
p, ul, ol {
  margin-bottom: 1rem;
}

ul, ol {
  margin-left: 1.25em;
}

dl {
  position: relative;
  overflow: hidden;
  background-color: var(--card-background);
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) var(--card-border-type) var(--card-border-color);
  box-shadow: 0 1px var(--raised-amount) calc(var(--raised-amount) / 2) var(--raised-color);
  --card-background: var(--Gray100);
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
dl > h1:first-child, dl > h2:first-child, dl > h3:first-child, dl > .toolbar:first-child {
  margin: 0;
  padding: 0.5rem;
  margin-bottom: 1rem;
  align-self: stretch;
  background-color: var(--card-title-background);
  color: var(--card-title-color);
}
dl dt {
  font-weight: bold;
  color: var(--form-field-label-color);
}

a {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}
a:hover {
  color: var(--link-hover-color);
}
a[disabled] {
  color: var(--link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

hr {
  color: var(--text-color);
  margin: 0 auto;
  max-width: 65%;
}
hr[data-style=empty] {
  border: 0;
  background: transparent;
}

.byline {
  color: var(--byline-color);
  font-size: 0.9em;
}
.byline .subtext {
  color: var(--byline-subtext-color);
}

article {
  color: var(--text-color);
  background-color: var(--background);
  position: relative;
  box-sizing: border-box;
}
article p {
  max-width: 50em;
}

.warning {
  color: var(--warning-color);
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.warning .warning-icon {
  margin-right: 0.5em;
}

input, button, select {
  box-sizing: border-box;
  padding: 0.5em 0.75em;
  border: var(--border-width) var(--border-type) var(--border-color);
  border-radius: var(--border-radius);
  color: var(--input-color);
  background-color: var(--input-background);
}

button,
input[type=submit],
input[type=button],
.btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: inline-block;
  appearance: button;
  box-sizing: border-box;
  padding: 0.25em 1em;
  color: var(--button-color);
  background: var(--button-background);
  border: 0;
  border-radius: var(--border-radius);
  font-family: inherit;
  font-size: var(--font-size);
  line-height: inherit;
}
button > tn-micon,
input[type=submit] > tn-micon,
input[type=button] > tn-micon,
.btn > tn-micon {
  margin-left: -0.5ema;
  vertical-align: middle;
  max-height: 24px;
}
button[minimal],
input[type=submit][minimal],
input[type=button][minimal],
.btn[minimal] {
  --font-size: 12px;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.btn:hover {
  color: var(--button-hover-color);
  background: var(--button-hover-background);
}
button.primary,
input[type=submit].primary,
input[type=button].primary,
.btn.primary {
  --button-color: var(--button-primary-color);
  --button-background: var(--button-primary-background);
  --button-hover-color: var(--button-primary-hover-color);
  --button-hover-background: var(--button-primary-hover-background);
}
button.warn,
input[type=submit].warn,
input[type=button].warn,
.btn.warn {
  --button-color: var(--button-warn-color);
  --button-background: var(--button-warn-background);
  --button-hover-color: var(--button-warn-hover-color);
  --button-hover-background: var(--button-warn-hover-background);
}
button[disabled],
input[type=submit][disabled],
input[type=button][disabled],
.btn[disabled] {
  cursor: normal;
  pointer-events: none;
  --button-color: var(--button-disabled-color);
  --button-background: var(--button-disabled-background);
  --button-hover-color: var(--button-disabled-hover-color);
  --button-hover-background: var(--button-disabled-hover-background);
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: var(--grid-gap, 1rem);
}

fieldset {
  display: flex;
}
fieldset.fieldset-ci {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1em;
}
fieldset.fieldset-ci .form-field-input {
  max-width: 90px;
}
fieldset.fieldset-ci input {
  width: 100%;
}
fieldset.fieldset-ci > div {
  margin-bottom: 1em;
}

.form-field {
  margin-bottom: 1rem;
  gap: 1em;
}
.form-field label {
  color: var(--Gray500);
  font-size: 1em;
}
.form-field .guidance {
  background-color: var(--Gray100);
  color: var(--Gray800);
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 100%;
  max-width: var(--copy-max-width);
}
.form-field .guidance .guidance-title {
  padding: 1em;
  background-color: var(--Gray200);
  color: var(--Gray800);
  font-weight: bold;
}
.form-field .guidance .guidance-notes {
  padding: 1em;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.85em;
}
.form-field [slot=help] {
  color: var(--Gray400);
  font-size: 0.85em;
}
.form-field .error_list {
  margin-top: 0.5rem;
}
.form-field.error label, .form-field .errors label, .form-field .errorlist label {
  color: var(--error-color);
}
form {
  position: relative;
  overflow: hidden;
}

.form-content {
  padding: var(--block-padding);
}

.form-actions {
  background-color: var(--form-actions-background);
  color: var(--form-actions-color);
  padding: var(--block-padding);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}
.form-actions .actions-title {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  font-weight: bold;
}
.form-actions button, .form-actions .btn {
  color: var(--form-action-button-color);
  background-color: var(--form-action-button-background);
}

.error, .error_list, .non-field-errors {
  color: var(--error-color);
}

.error_list, .non-field-errors {
  margin: 0 0 1rem 0;
  list-style-type: none;
}

.non-field-errors {
  padding: 0.5rem;
  color: var(--error-color);
}

[slot=warn] {
  color: var(--warning-color);
}

.form-field[data-field-type=quill-editor] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-field[data-field-type=quill-editor] label {
  width: 100%;
  font-weight: bold;
}
.form-field[data-field-type=quill-editor] .form-field-input {
  width: 100%;
  max-width: var(--copy-max-width);
}
.form-field[data-field-type=quill-editor] .quill-editor {
  overflow-y: auto;
  height: 350px;
}
.form-field[data-field-type=quill-editor] .ql-container {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.form-field[data-field-type=quill-editor] .toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}
.form-field[data-field-type=quill-editor] .toolbar > * {
  position: relative;
  margin: 0;
  width: auto;
}
.form-field[data-field-type=quill-editor] .toolbar rich-picker-new {
  --rich-list-toolbar-padding: 0;
}

form.step-content .form-field[data-field-type=quill-editor] .form-field-utils, form.step-test_content .form-field[data-field-type=quill-editor] .form-field-utils {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.form-field[data-field-name=variant] {
  padding-left: 0.5rem;
}

#presetForm {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  max-width: 768px;
  margin: 0 auto;
}

#userProfileForm {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  max-width: 768px;
  margin: 0 auto;
}

#id_references > div {
  margin-bottom: 1rem;
}

.formset .formset-form {
  position: relative;
  overflow: hidden;
  background-color: var(--card-background);
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) var(--card-border-type) var(--card-border-color);
  box-shadow: 0 1px var(--raised-amount) calc(var(--raised-amount) / 2) var(--raised-color);
  --card-title-background: var(--Primary400);
  --card-title-color: white;
  margin-bottom: 1rem;
}
.formset .formset-form > h1:first-child, .formset .formset-form > h2:first-child, .formset .formset-form > h3:first-child, .formset .formset-form > .toolbar:first-child {
  margin: 0;
  padding: 0.5rem;
  margin-bottom: 1rem;
  align-self: stretch;
  background-color: var(--card-title-background);
  color: var(--card-title-color);
}
.formset .formset-form-content {
  padding-left: var(--block-padding);
  padding-right: var(--block-padding);
}

::backdrop {
  background-color: var(--backdrop);
}

dialog {
  height: 80vh;
  width: 70vw;
  padding: 0;
  border: 0 none;
  overflow: hidden;
}
dialog .dialog-inner {
  height: 100%;
  widht: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
dialog .dialog-toolbar,
dialog .dialog-content,
dialog .dialog-footer {
  box-sizing: border-box;
  padding: var(--dialog-padding, 1rem);
}

.dialog-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--dialog-toolbar-background);
  color: var(--dialog-toolbar-color);
}
.dialog-toolbar h2, .dialog-toolbar h3 {
  margin: 0;
  color: var(--dialog-toolbar-color);
}
.dialog-toolbar input, .dialog-toolbar button {
  box-shadow: none;
}
.dialog-toolbar [modal-close] {
  --button-hover-background: var(--Gray200);
  --button-hover-color: var(--Primary500);
  border: 0;
}

.dialog-content {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.dialog-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--grid-gap);
}
.dialog-footer button {
  min-width: 100px;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
}

.confirm-dialog {
  max-width: 500px;
  height: auto;
  max-height: 300px;
}
.confirm-dialog .dialog-footer {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

header {
  --_background: var(--header-background);
  --_color: var(--header-color);
  background-color: var(--_background);
  color: var(--_color);
}
header a {
  --_color: var(--header-link-color);
}
header a:hover {
  --_color: var(--header-link-hover-color);
}
header .content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
header .header-title {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  font-size: 16px;
}
header .header-title .logo {
  position: relative;
  display: inline-block;
  max-width: 330px;
  width: 30vw;
}
header .header-title .logo img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 425px) {
  header .header-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  header .header-title {
    font-size: 26px;
  }
}

.content-wrapper {
  max-width: var(--content-max-width);
  margin: 0 auto;
}

.wrapped-cols {
  display: contents;
}

#content {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  --_color: var(--text-color);
  --_background: var(--background);
  position: relative;
}
#content .content-wrapper {
  min-height: 60vh;
  padding: 1rem 1rem 2rem;
  color: var(--_color);
  background-color: var(--_background);
}

footer {
  --link-color: var(--footer-link-color);
  --link-hover-color: var(--footer-link-hover-color);
  background-color: var(--footer-background);
  color: var(--footer-color);
  position: relative;
  z-index: 100;
}
footer .content-wrapper {
  padding: 3rem 1rem;
}
footer nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 2rem 1rem;
}
footer nav li {
  padding: 0.5rem;
}
footer nav a {
  display: inline-block;
  padding: 0.5rem;
}
footer .footer-legal, footer .tehnode-attribution {
  --_color: var(--background);
  margin: 1em 0 0;
  font-size: 14px;
}
@media screen and (min-width: 425px) {
  footer nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer nav li, footer nav a {
    padding: 1rem;
  }
}

/* END footer */
.breadcrumbs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 0.5em;
  overflow-x: auto;
}

.item-list {
  position: relative;
  overflow: hidden;
  background-color: var(--card-background);
  border-radius: var(--card-border-radius);
  border: var(--card-border-width) var(--card-border-type) var(--card-border-color);
  box-shadow: 0 1px var(--raised-amount) calc(var(--raised-amount) / 2) var(--raised-color);
  border: 0;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  background-color: var(--Gray100);
  margin-bottom: 1rem;
}
.item-list > h1:first-child, .item-list > h2:first-child, .item-list > h3:first-child, .item-list > .toolbar:first-child {
  margin: 0;
  padding: 0.5rem;
  margin-bottom: 1rem;
  align-self: stretch;
  background-color: var(--card-title-background);
  color: var(--card-title-color);
}

.item-list-message {
  padding: var(--grid-gap);
  text-align: center;
  background-color: white;
}

.item-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  --_color: var(--item-list-item-color, var(--text-color));
  --link-color: var(--_color);
  --link-hover-color: var(--_color);
  gap: var(--grid-gap);
  padding-right: 1rem;
  background-color: white;
  border-right: 1px solid var(--card-border-color);
  border-left: 1px solid var(--card-border-color);
}
.item-list-item .item-text {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  margin: 1rem;
}
.item-list-item .item-text h3 {
  margin: 0;
}
.item-list-item .item-text p {
  margin: 0.5rem 0 0;
}

.list-stepper {
  box-sizing: border-box;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  width: 100%;
  font-size: var(--list-stepper-font-size);
  background-color: var(--list-stepper-bg);
  border-radius: var(--border-radius-large);
  overflow: hidden;
}
.list-stepper li {
  padding: 0;
  border-bottom: 2px solid var(--list-stepper-separator-color);
  --depth: 0px;
}
.list-stepper li:last-child {
  border: none;
}
.list-stepper li.depth-2 {
  --depth: 1rem;
}
.list-stepper li.depth-3 {
  --depth: 2rem;
}
.list-stepper li.depth-4 {
  --depth: 2.5rem;
}
.list-stepper li a, .list-stepper li span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: var(--block-padding);
  padding-left: calc(var(--block-padding) + var(--depth));
  background-color: var(--list-stepper-step-background);
  color: var(--list-stepper-step-color);
}
.list-stepper li a:hover {
  --list-stepper-step-background: var(--list-stepper-step-hover-background);
  --list-stepper-step-color: var(--list-stepper-step-hover-color);
}
.list-stepper li.step-highlight {
  --list-stepper-step-background: var(--list-stepper-special-background);
  --list-stepper-step-color: var(--list-stepper-special-color);
}
.list-stepper li.step-active {
  --list-stepper-step-background: var(--list-stepper-active-background);
  --list-stepper-step-color: var(--list-stepper-active-color);
}

.assessment-detail {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.assessment-detail .assessment-steps {
  width: 30vw;
  max-width: 320px;
}
.assessment-detail #assessmentForm {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
  width: 60vw;
  overflow: hidden;
}
.assessment-detail #assessmentForm .form-actions {
  border-radius: var(--border-radius-large);
}
.assessment-detail .step-appendix {
  overflow: hidden;
}

object.assessment-pdf {
  position: relative;
  width: 100%;
  height: 90vh;
  border: var(--border-width) var(--border-type) var(--border-color);
  border-radius: var(--border-radius);
}
object.assessment-pdf::after {
  content: "Demo";
  display: block;
}

.field-row {
  padding-left: 0.5rem;
  width: 100%;
}

.field-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  justify-items: start;
  align-items: start;
  padding: 1rem 0.5rem;
}
.field-grid .grid-message {
  justify-self: stretch;
  text-align: center;
  grid-column: 1/4;
  padding: 1rem 1rem 0;
  background-color: var(--grid-message-background);
  color: var(--grid-message-color);
}
.field-grid .grid-message.warn {
  background-color: var(--grid-message-warning-background);
  color: var(--grid-message-warning-color);
}
.field-grid [data-column=name] {
  justify-self: stretch;
  padding: 1px;
}
.field-grid .heading {
  font-weight: bold;
  padding-left: 1.2em;
}
.field-grid .heading[data-column=name] {
  padding-left: 0;
}
.field-grid .form-field {
  width: 100%;
}
.field-grid[data-grid-type=groups] h4 {
  box-sizing: border-box;
  grid-column: 1/4;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}
.field-grid[data-grid-type=groups] [data-column=name] {
  padding-left: 0.5rem;
  font-weight: bold;
}
.field-grid[data-grid-type=groups] .byline {
  font-weight: normal;
  font-size: 0.8em;
}
.field-grid .test-muted .warn {
  color: var(--muted-warn-color);
}

drop-button [dropdown-items] {
  list-style-type: none;
  position: absolute;
  margin: 0;
  background-color: white;
  transition: all 0.3s ease;
  height: 0;
  padding: 0 0.75rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
drop-button [dropdown-items][open] {
  z-index: 900;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: auto;
  box-shadow: 0 1px var(--raised-amount) calc(var(--raised-amount) / 2) var(--raised-color);
}
drop-button [dropdown-items] li {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
drop-button [dropdown-items].pronoun-choices {
  min-width: 200px;
  width: auto;
}

.picker-option-list,
.rich-picker-chosen {
  display: grid;
  grid-template-columns: var(--rich-list-columns);
  grid-template-rows: auto;
  grid-gap: 1px;
  padding: 1px;
  align-items: start;
}

rich-picker-option {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: var(--picker-color);
  background-color: var(--picker-background);
  border-bottom: var(--border-width) var(--border-type) var(--border-color);
  padding: 1em 3.5em 1em 1em;
}
rich-picker-option[selected] {
  background-color: var(--picker-selected-background);
  color: var(--picker-selected-color);
}
rich-picker-option .option-detail {
  position: relative;
  margin: 1rem;
  pointer-events: none;
  color: var(--picker-option-detail-color);
}
rich-picker-option .option-detail .muted {
  --text-color: var(--Gray200);
}
rich-picker-option .option-detail .muted-extra {
  --text-color: var(--Gray400);
  font-size: small;
}
rich-picker-option .option-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  --button-color: var(--Primary100);
  --button-background: var(--Primary500);
  --button-hover-color: var(--Primary500);
  --button-hover-background: var(--Primary100);
}
rich-picker-option .option-actions label {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
}

.rich-picker-chosen [selected] {
  pointer-events: none;
  cursor: normal;
  background-color: white;
  color: var(--Primary600);
}

.battery-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem;
  background-color: var(--Primary100);
  color: var(--Primary600);
}
.battery-toolbar button[confirm] {
  --button-warn-color: var(--Red500);
  --button-warn-background: white;
  --button-warn-border-color: white;
}
.battery-toolbar h3 {
  margin: 0;
}

.battery-picker-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .battery-picker-results {
    grid-template-columns: repeat(2, 1fr);
  }
  .battery-picker-results .pagination {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.test-battery-choice {
  --button-background: var(--Primary100);
  --button-hover-background: var(--Primary400);
  --choice-label-background: var(--Primary500);
  --choice-label-color: var(--Primary100);
  --choice-title-color: var(--Primary500);
  --choice-title-span-color: var(--Gray800);
  --choice-summary-color: var(--Primary500);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  padding-bottom: 0.5em;
  gap: 0.5em;
  overflow: hidden;
}
.test-battery-choice > * {
  padding: 0 1em;
}
.test-battery-choice .test-battery-label {
  font-size: 14px;
  padding: 0.25em 1em;
  width: 100%;
  background-color: var(--choice-label-background);
  color: var(--choice-label-color);
}
.test-battery-choice .test-battery-title {
  color: var(--choice-title-color);
}
.test-battery-choice .test-battery-title:first-child {
  padding-top: 0.5em;
}
.test-battery-choice .test-battery-title span {
  color: var(--choice-title-span-color);
  font-size: 0.8em;
  font-weight: bold;
}
.test-battery-choice .test-battery-summary {
  color: var(--choice-summary-color);
}
.test-battery-choice:hover {
  --button-hover-background: var(--Primary500);
  --choice-label-background: var(--Primary400);
  --choice-label-color: var(--Gray100);
  --choice-title-color: var(--Gray100);
  --choice-title-span-color: var(--Gray100);
  --choice-summary-color: var(--Gray100);
}
.test-battery-choice.battery-muted {
  --button-background: var(--Primary100);
  --button-hover-background: var(--Primary400);
  --choice-label-background: var(--Red400);
  --choice-label-color: var(--Gray100);
  --choice-title-color: var(--Primary500);
  --choice-title-span-color: var(--Gray800);
  --choice-summary-color: var(--Red500);
}
.test-battery-choice.battery-muted:hover {
  --choice-label-background: var(--Red400);
  --choice-label-color: var(--Gray100);
  --choice-title-color: var(--Gray100);
  --choice-title-span-color: var(--Gray100);
  --choice-summary-color: var(--Gray100);
}
.test-battery-choice[disabled] {
  --button-background: var(--Gray200);
  --choice-label-background: var(--Gray500);
  --choice-label-color: var(--Gray100);
  --choice-title-color: var(--Gray500);
  --choice-title-span-color: var(--Gray500);
  --choice-summary-color: var(--Gray500);
}

tn-toggle-button {
  color: var(--toggle-button-color);
}
tn-toggle-button[checked] {
  color: var(--toggle-button-on-color);
}

.form-field[data-field-name=DELETE] {
  --toggle-button-color: var(--Red100);
  --toggle-button-on-color: var(--Red500);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form-field[data-field-name=DELETE] .form-field-input {
  vertical-align: middle;
}

.paginator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: var(--border-radius);
  background-color: var(--Primary100);
  gap: 1.5rem;
  padding: 1rem;
}

.paginator-page > a, .paginator-page > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em;
}

/* Lets start with the base styles */
body {
  background-color: var(--background);
  color: var(--text-color);
}

[hidden], [loading] {
  visibility: hidden !important;
  display: none !important;
}

.item-list-item[disabled] {
  color: var(--Gray200);
  background-color: var(--Gray100);
}
.item-list-item[disabled] h3 {
  color: var(--Gray200);
}