/* ============== */

/* General        */

/* ============== */

.sd-page__description {
  display: none;
}

.sd-root-modern {
  background-color: #ffffff !important;
}

.sd-question__title {
  text-align: center !important;
  font-family: 'DM Sans', sans-serif !important;
}

.sd-question__content {
  text-align: center !important;
}

.sd-question__header {
  padding-bottom: 1.2rem !important;
}

.sd-question {
  padding: 2rem 1rem 2rem !important;
  margin-bottom: 2rem !important;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.sd-body__navigation {
  position: absolute !important;
  bottom: 0 !important;
}

.sd-body--static {
  height: -moz-max-content !important;
  height: max-content !important;
}

.sd-rating--wrappable {
  margin-left: auto;
  margin-right: auto;
}

.sd-rating__item--selected {
  background-color: #365F7B !important;
  border: 2px solid #365F7B !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15),inset 0 0 0 2px  #fff !important;
}

.sd-rating__item {
  border: 1px rgba(0, 0, 0, 0.1) solid !important;
}

.sd-rating__item-text {
  visibility: hidden !important;
}

.sd-rating__max-text, .sd-rating__min-text {
  visibility: visible !important;
  font-weight: bold !important;
  font-size: small !important;
  color: #305F79 !important;
}

.sd-rating__min-text {
  width: -moz-min-content !important;
  width: min-content !important;
  text-wrap: wrap !important;
  padding-inline: 0 !important;
  margin-left: 0 !important
}

.sd-rating__max-text {
  width: -moz-min-content !important;
  width: min-content !important;
  text-wrap: wrap !important;
  margin-right: 0 !important;
  padding-right: 5px !important;
}

fieldset {
  height: 110px !important;
  justify-content: space-evenly !important;
}

.sd-scrollable-container {
  width: 100% !important;
}

/* ============== */

/* Survey Circles */

/* ============== */

/* Tested against: iPhone SE, XR, 12 Pro, 14 Pro Max, Pixel 7, Galaxy S8, Galaxy S20, iPad Mini,
/* iPad Pro, Surface Pro 7, Surface Duo, Galaxy A51/71, Nest Hub */

/* Modification of the below will require retesting on ALL of the devices above */

@media only screen
and (max-width: 375px) {
  fieldset > label:nth-of-type(4){
    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }

  fieldset {
    height: 100px !important;
  }

  .sd-rating__max-text {
    padding-right: 0 !important;
  }
}

@media only screen
and (min-width: 376px)
and (max-width: 768px) {
  fieldset > label:nth-of-type(4){
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  fieldset {
    height: 110px !important;
  }
}

@media only screen
and (min-width: 769px) {
  fieldset > label:nth-of-type(4){
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  fieldset > label:nth-of-type(1),
    fieldset > label:nth-last-of-type(1){
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
  }

  fieldset > label:nth-of-type(2),
    fieldset > label:nth-last-of-type(2){
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
  }

  fieldset > label:nth-of-type(3),
    fieldset > label:nth-last-of-type(3){
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
  }

  fieldset {
    height: 120px !important;
  }
}

/* ============== */

/* ============== */

/* Desktop Version */

/* ============== */

@media (min-width: 640px) {
  .sd-body.sd-body--static {
    padding: 0 !important;
  }

  .sd-page {
    overflow: hidden !important;
    width: 100% !important;
    padding: 20px 0 20px !important;
    align-items: center !important;
  }

  .sd-root-modern {
    background-color: transparent !important;
  }

  .sd-row {
    width: 100% !important;
  }
}

/* MudTabs */

.mud-tabs-toolbar {
  background: transparent;
  margin-bottom: 1.5rem;
}

.mud-tabs-panels {
  border-radius: 10px;
  overflow: hidden;
}

/* MudTable Header */

.mud-table-header {
  background-color: #305F79;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mud-table-header .mud-table-cell{
  color: white !important;
  font-size:medium;
}

.mud-table-container
{
  border-radius: 8px;
}

.mud-button {
  min-width: initial;
}

.mud-table-sort-label:hover {
  color: #9be3e6;
}

/* MudTable Dialog Header */

.deploy-survey-modal > .mud-dialog-title {
  background-color: #ECECEC !important;
  color: #365F7B !important;
}

.mud-dialog .mud-dialog-title {
  background-color: #305F79;
  color: #ffffff;
  padding: 12px 23px;
}

.mud-dialog-width-full {
  border-radius: 8px;
}

.mud-dialog .mud-dialog-content {
  padding: 0 0;
}

.mud-dialog .mud-dialog-actions {
  padding: 16px 24px;
}

.mud-tab {
  padding: 6px 22px;
}

/* MudCheckbox */

.mud-table-row .mud-checkbox .mud-button-root svg {
  position: relative;
  z-index: 2;
}

.mud-table-cell-checkbox > .mud-input-control-input-container > .mud-checkbox > span > svg > path:nth-child(2) {
  fill: #D9D9D9;
}

.mud-table-row.bg-incheq-grey .mud-checkbox .mud-button-root svg > path:nth-child(2),
.mud-table-head.has-selected .mud-checkbox .mud-button-root svg > path:nth-child(2),
.mud-checkbox .mud-button-root svg > g:nth-child(2) path {
  fill: #05AEB5;
}

fieldset {
  width: 100% !important;
  justify-content: space-between !important;
}

.deploy-survey-modal > div > div > div.mud-dialog-actions {
  display: flex !important;
}

.dropdownTimePicker > div > div > div > div > div > div.mud-input-adornment {
  display: none !important;
}

/* Custom Time Picker */

.dropdownTimePicker > div:nth-child(1),
.dropdownTimePicker > div:nth-child(3),
.dropdownTimePicker > div:nth-child(4){
  width: 32% !important;
}

.dropdownTimePicker > div:nth-child(2) {
  width: 15px !important;
}

.dropdownTimePicker > div:nth-child(5) {
  width: 15px !important;
}

.dropdownTimePicker > div {
  float: left
}

.dropdownTimePicker > div > div > div > div > .mud-input,
.dropdownTimePicker > div > div > div > div > .mud-input > .mud-input-slot {
  margin-top: 0 !important;
  bottom: 0 !important;
  padding: 0 !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "DM Sans";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.m-7 {
  margin: 1.75rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[750px\] {
  height: 750px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-down {
  animation: fade-in-down 0.5s ease-out;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#EDEEF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 244 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-incheq-bluegrey {
  --tw-border-opacity: 1;
  border-color: rgb(215 219 236 / var(--tw-border-opacity, 1));
}

.border-incheq-lightgray {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 244 / var(--tw-border-opacity, 1));
}

.border-incheq-teal {
  --tw-border-opacity: 1;
  border-color: rgb(11 176 183 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#CDB4DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 219 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7DCEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 220 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EB9C7F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 156 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbebe5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\{\@BackgroundColor\}\] {
  background-color: {@BackgroundColor};
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-incheq-light-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(231 220 238 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(54 95 123 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(205 239 240 / var(--tw-bg-opacity, 1));
}

.bg-incheq-lilac {
  --tw-bg-opacity: 1;
  background-color: rgb(205 180 219 / var(--tw-bg-opacity, 1));
}

.bg-incheq-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 246 / var(--tw-bg-opacity, 1));
}

.bg-incheq-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(11 176 183 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-incheq-light-lilac {
  --tw-gradient-from: #E7DCEE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 220 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-incheq-light-terracota {
  --tw-gradient-from: #F7B999 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 185 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-incheq-teal {
  --tw-gradient-from: #0bb0b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 176 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-incheq-light-teal {
  --tw-gradient-to: #9be3e6 var(--tw-gradient-to-position);
}

.to-incheq-lilac {
  --tw-gradient-to: #CDB4DB var(--tw-gradient-to-position);
}

.to-incheq-terracotta {
  --tw-gradient-to: #EB9C7F var(--tw-gradient-to-position);
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.align-middle {
  vertical-align: middle;
}

.font-serif {
  font-family: BigCaslon;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#365F7B\] {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-incheq-darkgrey {
  --tw-text-opacity: 1;
  color: rgb(138 144 170 / var(--tw-text-opacity, 1));
}

.text-incheq-green {
  --tw-text-opacity: 1;
  color: rgb(5 174 181 / var(--tw-text-opacity, 1));
}

.text-incheq-lightblue {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1));
}

.text-incheq-teal {
  --tw-text-opacity: 1;
  color: rgb(11 176 183 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

:root {
  --sjs-font-questiontitle-weight: 400;
}

@font-face {
  font-family: 'BigCaslon';

  src: url('../fonts/bigcaslonfb-regular-webfont.woff2') format('woff2'),
    url('../fonts/bigcaslonfb-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

html, body {
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
}

h1:focus,
input:focus-visible {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred."
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

code {
  color: #c02d76;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .mobile-viewport * {
    zoom: 0.95;
  }

  #surveyElement * {
    zoom: 0.99;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-viewport * {
    zoom: 0.95;
  }

  #surveyElement * {
    zoom: 0.99;
  }
}

/* Incheq Survey Library */

.survey-card-description {
  min-height: 84px !important;
}

.survey-card-description p {
  margin-bottom: 1rem;
}

.app-loading {
  width: 100vw;
  height: 100vh;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  background-color: rgba(54, 95, 123, 0.1);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.dropdown .mud-input>input.mud-input-root {
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1)) !important;
  background: white;
}

.mud-list>.mud-list-padding {
  background: white;
}

.mud-input>input.mud-input-root, div.mud-input-slot.mud-input-root{
  --tw-text-opacity: 1;
  color: rgb(54 95 123 / var(--tw-text-opacity, 1)) !important;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:sticky {
    position: sticky;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-\[600px\] {
    width: 600px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

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

