@charset "UTF-8";

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  .cal-month-view .cal-day-cell {
    display: block;
  }
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/* src/styles/styles.scss */
@font-face {
  font-family: "open_sansbold";
  src:
    url(/assets/fonts/opensans-bold-webfont.woff2) format("woff2"),
    url(/assets/fonts/opensans-bold-webfont.woff) format("woff"),
    url(/assets/fonts/opensans-bold-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans-bold-webfont.svg#open_sansbold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "open_sansregular";
  src:
    url(/assets/fonts/opensans-regular-webfont.woff2) format("woff2"),
    url(/assets/fonts/opensans-regular-webfont.woff) format("woff"),
    url(/assets/fonts/opensans-regular-webfont.ttf) format("truetype"),
    url(/assets/fonts/opensans-regular-webfont.svg#open_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "helvetica";
  src: url(/assets/fonts/Helvetica.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "helvetica_bold";
  src: url(/assets/fonts/Helvetica-Bold-Font.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.facilitator-container {
  display: flex;
  min-height: 370px;
}
@media screen and (max-width: 1112px) {
  .facilitator-container {
    top: 0;
    min-height: auto;
  }
}
.facilitator-container #subscriber {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
}
.facilitator-container #subscriber video {
  width: 100%;
}
#publisher {
  position: absolute;
  z-index: 2;
  bottom: -5px;
}
#publisher video {
  width: 33%;
}
@media screen and (max-width: 1112px) {
  #publisher video {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #publisher video {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #publisher video {
    height: 70px;
    width: auto;
  }
}
.site-width-container {
  outline: none;
  position: relative;
  max-width: 1100px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .site-width-container {
    max-width: 1100px;
    margin: 0 15px;
  }
}
@media (min-width: 1160px) {
  .site-width-container {
    margin: 0 auto;
  }
}
.site-width-container:after {
  content: "";
  display: block;
  clear: both;
}
.full-width-container {
  max-width: 100%;
  width: 100%;
  outline: none;
}
.full-width-container:after {
  content: "";
  display: block;
  clear: both;
}
.grid-row:after {
  content: "";
  display: block;
  clear: both;
}
.column-seventh,
.column-one-seventh {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-seventh,
  .column-one-seventh {
    float: left;
    width: calc(14.2857142857% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-seventh,
.column-one-seventh {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-sixth,
.column-one-sixth {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-sixth,
  .column-one-sixth {
    float: left;
    width: calc(16.6666666667% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-sixth,
.column-one-sixth {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-fifth,
.column-one-fifth {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-fifth,
  .column-one-fifth {
    float: left;
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-fifth,
.column-one-fifth {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-quarter,
.column-one-quarter {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-quarter,
  .column-one-quarter {
    float: left;
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-quarter,
.column-one-quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-three-quarter {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-three-quarter {
    float: left;
    width: calc(75% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-three-quarter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-half,
.column-one-half {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-half,
  .column-one-half {
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-half,
.column-one-half {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-third,
.column-one-third {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-third,
  .column-one-third {
    float: left;
    width: calc(33.3333333333% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-third,
.column-one-third {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-two-thirds {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-two-thirds {
    float: left;
    width: calc(66.6666666667% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-two-thirds {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column-full {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .column-full {
    float: left;
    width: calc(100% - 15px);
    margin: 0 15px 15px 0;
  }
}
.column-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.font-xxlarge {
  font-weight: 400;
  text-transform: none;
}
.font-xxlarge {
  font-size: 53px;
  line-height: 1.0377358491;
}
@media (min-width: 768px) {
  .font-xxlarge {
    font-size: 80px;
    line-height: 1;
  }
}
.font-xlarge {
  font-weight: 400;
  text-transform: none;
}
.font-xlarge {
  font-size: 32px;
  line-height: 1.09375;
}
@media (min-width: 768px) {
  .font-xlarge {
    font-size: 48px;
    line-height: 1.0416666667;
  }
}
.font-large {
  font-weight: 400;
  text-transform: none;
}
.font-large {
  font-size: 24px;
  line-height: 1.0416666667;
}
@media (min-width: 768px) {
  .font-large {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
.font-medium {
  font-weight: 400;
  text-transform: none;
}
.font-medium {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .font-medium {
    font-size: 24px;
    line-height: 1.25;
  }
}
.font-small {
  font-weight: 400;
  text-transform: none;
}
.font-small {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .font-small {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.font-xsmall {
  font-weight: 400;
  text-transform: none;
}
.font-xsmall {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .font-xsmall {
    font-size: 16px;
    line-height: 1.25;
  }
}
.bold-xxlarge {
  font-family: "helvetica_bold", sans-serif;
}
.bold-xxlarge {
  font-weight: 700;
  text-transform: none;
}
.bold-xxlarge {
  font-size: 53px;
  line-height: 1.0377358491;
}
@media (min-width: 768px) {
  .bold-xxlarge {
    font-size: 80px;
    line-height: 1;
  }
}
.bold-xlarge {
  font-family: "helvetica_bold", sans-serif;
}
.bold-xlarge {
  font-weight: 700;
  text-transform: none;
}
.bold-xlarge {
  font-size: 32px;
  line-height: 1.09375;
}
@media (min-width: 768px) {
  .bold-xlarge {
    font-size: 48px;
    line-height: 1.0416666667;
  }
}
.bold-large {
  font-family: "helvetica_bold", sans-serif;
}
.bold-large {
  font-weight: 700;
  text-transform: none;
}
.bold-large {
  font-size: 24px;
  line-height: 1.0416666667;
}
@media (min-width: 768px) {
  .bold-large {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
.bold-medium {
  font-family: "helvetica_bold", sans-serif;
}
.bold-medium {
  font-weight: 700;
  text-transform: none;
}
.bold-medium {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bold-medium {
    font-size: 24px;
    line-height: 1.25;
  }
}
.bold-small {
  font-family: "helvetica_bold", sans-serif;
}
.bold-small {
  font-weight: 700;
  text-transform: none;
}
.bold-small {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .bold-small {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.bold-xsmall {
  font-family: "helvetica_bold", sans-serif;
}
.bold-xsmall {
  font-weight: 700;
  text-transform: none;
}
.bold-xsmall {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .bold-xsmall {
    font-size: 16px;
    line-height: 1.25;
  }
}
.bold {
  font-family: "helvetica_bold", sans-serif;
}
.heading-xlarge {
  display: block;
  margin-top: 0;
  margin-bottom: 50px;
}
.heading-xlarge {
  font-family: "helvetica_bold", sans-serif;
}
.heading-xlarge {
  font-weight: 700;
  text-transform: none;
}
.heading-xlarge {
  font-size: 32px;
  line-height: 1.09375;
}
@media (min-width: 768px) {
  .heading-xlarge {
    font-size: 48px;
    line-height: 1.0416666667;
  }
}
.heading-xlarge {
  text-transform: lowercase;
}
.heading-xlarge:first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading-xlarge {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.heading-xlarge .heading-secondary {
  display: block;
  color: #6f777b;
}
.heading-xlarge .heading-secondary {
  display: block;
  padding-top: 8px;
  padding-bottom: 7px;
}
.heading-xlarge .heading-secondary {
  font-weight: 400;
  text-transform: none;
}
.heading-xlarge .heading-secondary {
  font-size: 20px;
  line-height: 1.1111111111;
}
@media (min-width: 768px) {
  .heading-xlarge .heading-secondary {
    font-size: 27px;
    line-height: 1.1111111111;
  }
}
@media (min-width: 768px) {
  .heading-xlarge .heading-secondary {
    padding-top: 4px;
    padding-bottom: 6px;
  }
}
.heading-large {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}
.heading-large {
  font-family: "helvetica_bold", sans-serif;
}
.heading-large {
  font-weight: 700;
  text-transform: none;
}
.heading-large {
  font-size: 24px;
  line-height: 1.0416666667;
}
@media (min-width: 768px) {
  .heading-large {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
.heading-large .heading-secondary {
  display: block;
  color: #6f777b;
}
.heading-large .heading-secondary {
  display: block;
  padding-top: 9px;
  padding-bottom: 6px;
}
.heading-large .heading-secondary {
  font-weight: 400;
  text-transform: none;
}
.heading-large .heading-secondary {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .heading-large .heading-secondary {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .heading-large .heading-secondary {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .heading-large {
    font-family: "helvetica_bold", sans-serif;
  }
  .heading-large {
    font-weight: 700;
    text-transform: none;
  }
  .heading-large {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .heading-large {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .heading-large {
    font-family: "helvetica_bold", sans-serif;
  }
  .heading-large {
    font-weight: 700;
    text-transform: none;
  }
  .heading-large {
    font-size: 24px;
    line-height: 1.0416666667;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .heading-large {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
.heading-medium {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.heading-medium {
  font-family: "helvetica_bold", sans-serif;
}
.heading-medium {
  font-weight: 700;
  text-transform: none;
}
.heading-medium {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .heading-medium {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .heading-medium {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.heading-small {
  display: block;
  margin-top: 0.625em;
  margin-bottom: 0.3125em;
}
.heading-small {
  font-family: "helvetica_bold", sans-serif;
}
.heading-small {
  font-weight: 700;
  text-transform: none;
}
.heading-small {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .heading-small {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
@media (min-width: 768px) {
  .heading-small {
    margin-top: 1.0526315789em;
  }
}
.heading-xsmall {
  display: block;
  margin-top: 0.625em;
  margin-bottom: 1em;
  white-space: normal;
}
.heading-xsmall {
  font-family: "helvetica_bold", sans-serif;
}
.heading-xsmall {
  font-weight: 700;
  text-transform: none;
}
.heading-xsmall {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .heading-xsmall {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .heading-xsmall {
    margin-top: 0.7894736842em;
    margin-bottom: 1.0526315789em;
  }
}
p,
.body-text {
  margin-top: 0.3125em;
  margin-bottom: 1.25em;
  font-size: 16px;
}
@media (min-width: 768px) {
  p,
  .body-text {
    margin-top: 0.3125em;
    margin-bottom: 1.25em;
    font-size: 19px;
  }
}
.body-text {
  display: block;
}
.lede {
  font-weight: 400;
  text-transform: none;
}
.lede {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lede {
    font-size: 24px;
    line-height: 1.25;
  }
}
.text {
  max-width: 30em;
}
.text-secondary {
  color: #6f777b;
}
ul {
  list-style: none;
  height: 32px;
  margin-left: 2px;
  margin-bottom: 15px;
}
ul li {
  margin-left: 15px;
}
li {
  display: inline-block;
  height: 29px;
  border-bottom: 4px solid transparent;
}
li:first-child {
  margin-left: 0;
}
#sign-in ul {
  height: auto;
}
#sign-in ul li {
  display: list-item;
  height: auto;
  border-bottom: 4px solid transparent;
  margin-left: 15px;
}
.navigation-item {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 7.5px 10px 7.5px 30px;
  margin: 6px 0;
  text-align: center;
  color: #0b0c0c;
  box-shadow: 0 -2px transparent, 0 4px transparent;
}
.navigation-item:hover {
  outline: none;
  text-decoration: underline;
  color: #0b0c0c;
}
.navigation-item:active,
.navigation-item.active {
  background: #ffdd00;
  color: #0b0c0c;
  outline: none;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
  font-family: "helvetica_bold", sans-serif;
}
.navigation-item:focus {
  text-decoration: none;
  color: #0b0c0c;
  outline: none;
  font-family: "helvetica_bold", sans-serif;
  background: #ffdd00;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
}
@media (min-width: 768px) {
  .navigation-item {
    width: auto;
    color: #0b0c0c;
    padding: 0;
    margin: 0 6px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 1.3;
  }
}
li.active {
  border-bottom: 4px solid #0b0c0c;
}
li.active .navigation-item:hover,
li.active .navigation-item:focus,
li.active .navigation-item:active,
li.active .navigation-item.active {
  text-decoration: none;
}
li.active .navigation-item {
  font-family: "helvetica_bold", sans-serif;
}
a.link-back {
  text-decoration: none !important;
  font-size: 16px;
}
.link-back {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #0b0c0c;
  margin: 15px 0 !important;
  margin-top: 15px;
  color: #0b0c0c;
}
.link-back {
  font-weight: 400;
  text-transform: none;
}
.link-back {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .link-back {
    font-size: 16px;
    line-height: 1.25;
  }
}
.link-back {
  display: -moz-inline-stack;
  display: inline-block;
}
.link-back:link,
.link-back:visited,
.link-back:hover {
  color: #0b0c0c;
}
.link-back a.link-back:focus,
.link-back:active {
  color: #0b0c0c;
  outline: 3px solid transparent;
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
}
.link-back::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #0b0c0c;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
}
.link,
a:link {
  margin-bottom: 0;
  color: #1d70b8;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 10px;
}
.link:visited,
a:visited {
  color: #4c2c92;
}
.link:hover,
a:hover {
  color: #5694ca;
}
.link:active,
a:active {
  color: #1d70b8;
}
.link:focus,
a:focus {
  background-color: #ffdd00;
  outline: 3px solid transparent;
  color: #0b0c0c !important;
  -webkit-box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}
hr {
  display: block;
  background: #b1b4b6;
  border: 0;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
.notice {
  position: relative;
}
.notice:after {
  content: "";
  display: block;
  clear: both;
}
.notice .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.notice strong {
  display: block;
  padding-left: 65px;
  margin-left: -15px;
}
.data {
  margin-top: 0.3125em;
  margin-bottom: 1.25em;
}
@media (min-width: 768px) {
  .data {
    margin-top: 0.2631578947em;
    margin-bottom: 1.0526315789em;
  }
}
.data-item {
  display: block;
  line-height: 1;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.grid-row .column-one-half .main-heading {
  font-size: 27px;
  font-weight: 400;
  color: #626A6e;
  font-family:
    "Helvetica",
    "Arial",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    "Lucida Grande",
    sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
  padding: 0.6315789474em 1.0526315789em 0.4736842105em 0;
  text-align: left;
  border-bottom: 1px solid #b1b4b6;
}
table th,
table td {
  font-weight: 400;
  text-transform: none;
}
table th,
table td {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  table th,
  table td {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
table thead th {
  font-family: "helvetica_bold", sans-serif;
}
table .numeric {
  text-align: right;
}
table td.numeric {
  font-family: "helvetica";
}
table caption {
  text-align: left;
}
.table-font-small th {
  font-family: "helvetica_bold", sans-serif;
}
.table-font-small th {
  font-weight: 700;
  text-transform: none;
}
.table-font-small th {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .table-font-small th {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.table-font-small td {
  font-weight: 400;
  text-transform: none;
}
.table-font-small td {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .table-font-small td {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.table-font-small th,
.table-font-small td {
  padding: 0.6315789474em 1.0526315789em 0.4736842105em 0;
}
.button {
  background-color: #00703c;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button {
  display: -moz-inline-stack;
  display: inline-block;
}
.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button {
  -webkit-box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
  -moz-box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
  box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
}
.button:visited {
  background-color: #00703c;
}
.button:hover,
.button:focus {
  background-color: rgb(0, 86.5, 46.3392857143);
}
.button:active {
  top: 2px;
}
.button:active {
  -webkit-box-shadow: 0 0 0 #00703c;
  -moz-box-shadow: 0 0 0 #00703c;
  box-shadow: 0 0 0 #00703c;
}
.button.disabled,
.button[disabled=disabled],
.button[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button.disabled:hover,
.button[disabled=disabled]:hover,
.button[disabled]:hover {
  cursor: default;
  background-color: #00703c;
}
.button.disabled:active,
.button[disabled=disabled]:active,
.button[disabled]:active {
  top: 0;
}
.button.disabled:active,
.button[disabled=disabled]:active,
.button[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
  -moz-box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
  box-shadow: 0 2px 0 rgb(0, 35.5, 19.0178571429);
}
.button {
  color: #fff;
}
.button:link,
.button:link:focus,
.button:hover,
.button:focus,
.button:visited {
  color: #fff;
}
.button:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button:active:before {
  top: -10%;
  height: 120%;
}
.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 601px) {
  .button {
    width: 100%;
    text-align: center;
    margin-bottom: 0px !important;
  }
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button:focus {
  outline: 3px solid #ffdd00;
}
.button[disabled=disabled] {
  background: #00703c;
}
.button[disabled=disabled]:focus {
  outline: none;
}
.button-start,
.button-get-started {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 1 !important;
}
.button-start,
.button-get-started {
  font-family: "helvetica_bold", sans-serif;
}
.button-start,
.button-get-started {
  font-weight: 700;
  text-transform: none;
}
.button-start,
.button-get-started {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .button-start,
  .button-get-started {
    font-size: 24px;
    line-height: 1.25;
  }
}
.button-secondary {
  background-color: #f3f2f1;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-secondary {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-secondary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-secondary {
  -webkit-box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
  -moz-box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
  box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
}
.button-secondary:visited {
  background-color: #f3f2f1;
}
.button-secondary:hover,
.button-secondary:focus {
  background-color: rgb(231.2307692308, 229.25, 227.2692307692);
}
.button-secondary:active {
  top: 2px;
}
.button-secondary:active {
  -webkit-box-shadow: 0 0 0 #f3f2f1;
  -moz-box-shadow: 0 0 0 #f3f2f1;
  box-shadow: 0 0 0 #f3f2f1;
}
.button-secondary.disabled,
.button-secondary[disabled=disabled],
.button-secondary[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-secondary.disabled:hover,
.button-secondary[disabled=disabled]:hover,
.button-secondary[disabled]:hover {
  cursor: default;
  background-color: #f3f2f1;
}
.button-secondary.disabled:active,
.button-secondary[disabled=disabled]:active,
.button-secondary[disabled]:active {
  top: 0;
}
.button-secondary.disabled:active,
.button-secondary[disabled=disabled]:active,
.button-secondary[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
  -moz-box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
  box-shadow: 0 2px 0 rgb(207.6923076923, 203.75, 199.8076923077);
}
.button-secondary {
  color: #0b0c0c;
}
.button-secondary:link,
.button-secondary:link:focus,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:visited {
  color: #0b0c0c;
}
.button-secondary:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-secondary:active:before {
  top: -10%;
  height: 120%;
}
.button-secondary {
  font-weight: 400;
  text-transform: none;
}
.button-secondary {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .button-secondary {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.button-warning {
  margin-right: 10px;
}
.button-warning {
  background-color: #d4351c;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-warning {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-warning {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-warning {
  -webkit-box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
  -moz-box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
  box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
}
.button-warning:visited {
  background-color: #d4351c;
}
.button-warning:hover,
.button-warning:focus {
  background-color: rgb(189.475, 47.36875, 25.025);
}
.button-warning:active {
  top: 2px;
}
.button-warning:active {
  -webkit-box-shadow: 0 0 0 #d4351c;
  -moz-box-shadow: 0 0 0 #d4351c;
  box-shadow: 0 0 0 #d4351c;
}
.button-warning.disabled,
.button-warning[disabled=disabled],
.button-warning[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-warning.disabled:hover,
.button-warning[disabled=disabled]:hover,
.button-warning[disabled]:hover {
  cursor: default;
  background-color: #d4351c;
}
.button-warning.disabled:active,
.button-warning[disabled=disabled]:active,
.button-warning[disabled]:active {
  top: 0;
}
.button-warning.disabled:active,
.button-warning[disabled=disabled]:active,
.button-warning[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
  -moz-box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
  box-shadow: 0 2px 0 rgb(144.425, 36.10625, 19.075);
}
.button-warning {
  color: #fff;
}
.button-warning:link,
.button-warning:link:focus,
.button-warning:hover,
.button-warning:focus,
.button-warning:visited {
  color: #fff;
}
.button-warning:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-warning:active:before {
  top: -10%;
  height: 120%;
}
.button-warning {
  font-weight: 400;
  text-transform: none;
}
.button-warning {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .button-warning {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.button-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: transparent;
  border: 0;
  transition: opacity 0.5s ease;
}
.button-close:hover {
  opacity: 1;
}
.button-close:before,
.button-close:after {
  position: absolute;
  top: 0;
  left: 10px;
  content: " ";
  height: 25px;
  width: 4px;
  background-color: #0b0c0c;
}
.button-close:before {
  transform: rotate(45deg);
}
.button-close:after {
  transform: rotate(-45deg);
}
.button-icon {
  box-shadow: none;
  width: 37px;
  height: 35px;
  margin: 0 5px;
  padding: 0;
}
.button-icon {
  background-color: #f8f8f8;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-icon {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-icon {
  -webkit-box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
  -moz-box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
  box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
}
.button-icon:visited {
  background-color: #f8f8f8;
}
.button-icon:hover,
.button-icon:focus {
  background-color: rgb(235.25, 235.25, 235.25);
}
.button-icon:active {
  top: 2px;
}
.button-icon:active {
  -webkit-box-shadow: 0 0 0 #f8f8f8;
  -moz-box-shadow: 0 0 0 #f8f8f8;
  box-shadow: 0 0 0 #f8f8f8;
}
.button-icon.disabled,
.button-icon[disabled=disabled],
.button-icon[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-icon.disabled:hover,
.button-icon[disabled=disabled]:hover,
.button-icon[disabled]:hover {
  cursor: default;
  background-color: #f8f8f8;
}
.button-icon.disabled:active,
.button-icon[disabled=disabled]:active,
.button-icon[disabled]:active {
  top: 0;
}
.button-icon.disabled:active,
.button-icon[disabled=disabled]:active,
.button-icon[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
  -moz-box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
  box-shadow: 0 2px 0 rgb(209.75, 209.75, 209.75);
}
.button-icon {
  color: #0b0c0c;
}
.button-icon:link,
.button-icon:link:focus,
.button-icon:hover,
.button-icon:focus,
.button-icon:visited {
  color: #0b0c0c;
}
.button-icon:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-icon:active:before {
  top: -10%;
  height: 120%;
}
.button-right {
  float: right;
}
.button-light {
  box-shadow: none;
  margin-left: 7.5px;
  margin-bottom: 0;
  padding: 7.5px;
}
.button-light {
  background-color: #b1b4b6;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-light {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-light {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-light {
  -webkit-box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
  -moz-box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
  box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
}
.button-light:visited {
  background-color: #b1b4b6;
}
.button-light:hover,
.button-light:focus {
  background-color: rgb(163.8278145695, 167.3344370861, 169.6721854305);
}
.button-light:active {
  top: 2px;
}
.button-light:active {
  -webkit-box-shadow: 0 0 0 #b1b4b6;
  -moz-box-shadow: 0 0 0 #b1b4b6;
  box-shadow: 0 0 0 #b1b4b6;
}
.button-light.disabled,
.button-light[disabled=disabled],
.button-light[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-light.disabled:hover,
.button-light[disabled=disabled]:hover,
.button-light[disabled]:hover {
  cursor: default;
  background-color: #b1b4b6;
}
.button-light.disabled:active,
.button-light[disabled=disabled]:active,
.button-light[disabled]:active {
  top: 0;
}
.button-light.disabled:active,
.button-light[disabled=disabled]:active,
.button-light[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
  -moz-box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
  box-shadow: 0 2px 0 rgb(137.4834437086, 142.0033112583, 145.0165562914);
}
.button-light {
  color: #0b0c0c;
}
.button-light:link,
.button-light:link:focus,
.button-light:hover,
.button-light:focus,
.button-light:visited {
  color: #0b0c0c;
}
.button-light:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-light:active:before {
  top: -10%;
  height: 120%;
}
.button-light {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-light {
  font-family: "helvetica_bold", sans-serif;
}
.button-light {
  font-weight: 700;
  text-transform: none;
}
.button-light {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .button-light {
    font-size: 16px;
    line-height: 1.25;
  }
}
.button-light.active {
  box-shadow: none;
  margin-left: 7.5px;
  margin-bottom: 0;
  padding: 7.5px;
}
.button-light.active {
  background-color: #ffdd00;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-light.active {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-light.active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-light.active {
  -webkit-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  -moz-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
}
.button-light.active:visited {
  background-color: #ffdd00;
}
.button-light.active:hover,
.button-light.active:focus {
  background-color: rgb(229.5, 198.9, 0);
}
.button-light.active:active {
  top: 2px;
}
.button-light.active:active {
  -webkit-box-shadow: 0 0 0 #ffdd00;
  -moz-box-shadow: 0 0 0 #ffdd00;
  box-shadow: 0 0 0 #ffdd00;
}
.button-light.active.disabled,
.button-light.active[disabled=disabled],
.button-light.active[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-light.active.disabled:hover,
.button-light.active[disabled=disabled]:hover,
.button-light.active[disabled]:hover {
  cursor: default;
  background-color: #ffdd00;
}
.button-light.active.disabled:active,
.button-light.active[disabled=disabled]:active,
.button-light.active[disabled]:active {
  top: 0;
}
.button-light.active.disabled:active,
.button-light.active[disabled=disabled]:active,
.button-light.active[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  -moz-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
}
.button-light.active {
  color: #0b0c0c;
}
.button-light.active:link,
.button-light.active:link:focus,
.button-light.active:hover,
.button-light.active:focus,
.button-light.active:visited {
  color: #0b0c0c;
}
.button-light.active:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-light.active:active:before {
  top: -10%;
  height: 120%;
}
@media (max-width: 601px) {
  .button-light.active {
    margin-left: 0;
  }
}
@media (max-width: 601px) {
  .button-light {
    margin-left: 0;
  }
}
.button-link {
  margin-bottom: 0;
  margin-right: 15px !important;
}
.button-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-link {
  font-weight: 400;
  text-transform: none;
}
.button-link {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .button-link {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.button-link.active {
  box-shadow: none;
  margin-bottom: 0;
}
.button-link.active {
  background-color: #ffdd00;
  transition: background-color 0.5s ease;
  position: relative;
  padding: 10px 15px 5px;
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-appearance: none;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button-link.active {
  display: -moz-inline-stack;
  display: inline-block;
}
.button-link.active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button-link.active {
  -webkit-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  -moz-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
}
.button-link.active:visited {
  background-color: #ffdd00;
}
.button-link.active:hover,
.button-link.active:focus {
  background-color: rgb(229.5, 198.9, 0);
}
.button-link.active:active {
  top: 2px;
}
.button-link.active:active {
  -webkit-box-shadow: 0 0 0 #ffdd00;
  -moz-box-shadow: 0 0 0 #ffdd00;
  box-shadow: 0 0 0 #ffdd00;
}
.button-link.active.disabled,
.button-link.active[disabled=disabled],
.button-link.active[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-link.active.disabled:hover,
.button-link.active[disabled=disabled]:hover,
.button-link.active[disabled]:hover {
  cursor: default;
  background-color: #ffdd00;
}
.button-link.active.disabled:active,
.button-link.active[disabled=disabled]:active,
.button-link.active[disabled]:active {
  top: 0;
}
.button-link.active.disabled:active,
.button-link.active[disabled=disabled]:active,
.button-link.active[disabled]:active {
  -webkit-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  -moz-box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
  box-shadow: 0 2px 0 rgb(178.5, 154.7, 0);
}
.button-link.active {
  color: #0b0c0c;
}
.button-link.active:link,
.button-link.active:link:focus,
.button-link.active:hover,
.button-link.active:focus,
.button-link.active:visited {
  color: #0b0c0c;
}
.button-link.active:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.button-link.active:active:before {
  top: -10%;
  height: 120%;
}
@media (max-width: 601px) {
  .button-link.active {
    margin-left: 0;
  }
}
@media (max-width: 601px) {
  .button-link {
    margin-left: 0;
  }
}
fieldset {
  width: 100%;
}
fieldset:after {
  content: "";
  display: block;
  clear: both;
}
fieldset.after-error-summary {
  margin-top: -15px;
}
@media (min-width: 768px) {
  fieldset.after-error-summary {
    margin-top: -30px;
  }
}
legend {
  overflow: hidden;
}
textarea {
  display: block;
}
.form-section:after,
.form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-section,
.form-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-section {
    margin-bottom: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group-related {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-group-related {
    margin-bottom: 20px;
  }
}
.form-group-compound {
  margin-bottom: 10px;
}
.form-label,
.form-label-bold,
.form-label-b19 {
  display: block;
  color: #0b0c0c;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.form-label {
  font-weight: 400;
  text-transform: none;
}
.form-label {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .form-label {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.form-label-b19 {
  font-family: "helvetica_bold", sans-serif;
}
.form-label-b19 {
  font-weight: 700;
  text-transform: none;
}
.form-label-b19 {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .form-label-b19 {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.form-label-b19 span {
  font-weight: 400;
  text-transform: none;
}
.form-label-b19 span {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .form-label-b19 span {
    font-size: 16px;
    line-height: 1.25;
  }
}
.form-label-bold {
  font-family: "helvetica_bold", sans-serif;
}
.form-label-bold {
  font-weight: 700;
  text-transform: none;
}
.form-label-bold {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .form-label-bold {
    font-size: 24px;
    line-height: 1.25;
  }
}
.form-block {
  float: left;
  clear: left;
  margin-top: -5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form-block {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.form-hint {
  display: block;
  color: #6f777b;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.form-hint {
  font-weight: 400;
  text-transform: none;
}
.form-hint {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .form-hint {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.form-label .form-hint,
.form-label-bold .form-hint {
  margin-top: 0;
  padding-bottom: 0;
}
.form-control {
  width: 100%;
  padding: 5px 4px 4px;
  border: 2px solid #0b0c0c;
}
@media (min-width: 768px) {
  .form-control {
    width: 50%;
  }
}
.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control {
  font-weight: 400;
  text-transform: none;
}
.form-control {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea.form-control {
  opacity: 1;
  background-image: none;
  width: 100% !important;
}
.radio-wrapper {
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 10px;
}
.radio-wrapper input[type=radio] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}
.radio-wrapper input[type=radio]:focus + label::before {
  border-width: 4px;
  box-shadow: 0 0 0 4px #fd0;
}
.radio-wrapper input[type=radio] ~ label {
  padding: 7px 10px 7px 12px;
  font-weight: normal;
  font-size: 19px;
  display: inline-block;
  cursor: pointer;
  font-family: "helvetica";
}
.radio-wrapper input[type=radio] ~ label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}
.radio-wrapper input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor;
}
.radio-wrapper input[type=radio]:checked ~ label::after {
  zoom: 1;
  opacity: 1;
}
.checkbox-wrapper {
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 10px;
}
.checkbox-wrapper input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}
.checkbox-wrapper input[type=checkbox]:focus + label::before {
  border-width: 4px;
  box-shadow: 0 0 0 4px #fd0;
}
.checkbox-wrapper input[type=checkbox] ~ label {
  padding: 7px 10px 7px 12px;
  font-weight: normal;
  font-size: 19px;
  display: inline-block;
  cursor: pointer;
}
.checkbox-wrapper input[type=checkbox] ~ label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  background: transparent;
}
.checkbox-wrapper input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 18px;
  height: 7px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 5px 5px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent;
}
.checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 {
  font-family: "helvetica_bold", sans-serif;
}
.checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 {
  font-weight: 700;
  text-transform: none;
}
.checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 span {
  font-weight: 400;
  text-transform: none;
}
.checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 span {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .checkbox-wrapper input[type=checkbox] ~ label.form-label-b19 span {
    font-size: 16px;
    line-height: 1.25;
  }
}
.checkbox-wrapper input[type=checkbox]:checked ~ label::after {
  zoom: 1;
  opacity: 1;
}
.checkbox-wrapper label .vc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.checkbox-wrapper.multi-select {
  padding: 0;
  margin: 10px 0 5px;
}
.checkbox-wrapper.multi-select input[type=checkbox] ~ label:before {
  width: 24px;
  height: 24px;
}
.checkbox-wrapper.multi-select input[type=checkbox] ~ label:after {
  top: 7px;
  left: 6px;
  width: 9px;
  height: 3.5px;
  border-width: 0 0 3px 3px;
}
.inlineRadioButtons {
  display: inline-block;
  margin: 0 20px 0 0;
}
.form-label-count {
  color: #6f777b;
  padding-bottom: 0;
  margin: 5px 0 0 0;
}
.form-control-1-1 {
  width: 74.5%;
}
.form-control-3-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-3-4 {
    width: 75%;
  }
}
.form-control-2-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-2-3 {
    width: 66.66%;
  }
}
.form-control-1-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-1-2 {
    width: 50%;
  }
}
.form-control-1-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-1-3 {
    width: 33.33%;
  }
}
.form-control-1-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-1-4 {
    width: 25%;
  }
}
.form-control-1-8 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-1-8 {
    width: 12.5%;
  }
}
.form-control-2-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-control-2-1 {
    width: 40%;
  }
}
option:active,
option:checked,
select:focus::-ms-value {
  color: #fff;
  background-color: #1d70b8;
}
input[type=file] {
  border: 2px solid transparent;
}
label[for=id-attachments] {
  display: none;
}
.form-group-error {
  margin-right: 15px;
  border-left: 4px solid #d4351c;
  padding-left: 10px;
}
.form-group-error:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .form-group-error {
    border-left: 5px solid #d4351c;
    padding-left: 15px;
  }
}
.form-group-error textarea,
.form-group-error input {
  border: 2px solid #d4351c;
  outline: 2px solid #d4351c;
  outline-offset: 0;
  box-shadow: none;
}
.form-group-error select {
  border: 2px solid #d4351c;
  outline: 2px solid #d4351c;
  outline-offset: 0;
  box-shadow: none;
}
.form-control-error {
  border: 4px solid #d4351c;
}
.error-message {
  margin: 5px 0 15px 0;
}
.error-message {
  color: #d4351c;
  display: block;
  clear: both;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.error-message {
  font-family: "helvetica_bold", sans-serif;
}
.error-message {
  font-weight: 700;
  text-transform: none;
}
.error-message {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .error-message {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.success-message {
  color: #00703c;
  display: block;
  clear: both;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.success-message {
  font-family: "helvetica_bold", sans-serif;
}
.success-message {
  font-weight: 700;
  text-transform: none;
}
.success-message {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .success-message {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.form-label .error-message,
.form-label-bold .error-message {
  padding-top: 4px;
  padding-bottom: 0;
}
.error-summary {
  max-width: 1100px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .error-summary {
    max-width: 1100px;
    margin: 0 15px;
  }
}
@media (min-width: 1160px) {
  .error-summary {
    margin: 0 auto;
  }
}
.error-summary:after {
  content: "";
  display: block;
  clear: both;
}
.error-summary {
  box-shadow: 0px 0px 0px 4px #d4351c inset;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.error-summary div {
  padding: 15px 30px 15px 10px;
}
@media (min-width: 768px) {
  .error-summary {
    box-shadow: 0px 0px 0px 5px #d4351c inset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .error-summary div {
    padding: 20px 15px 15px;
  }
}
.error-summary:focus {
  outline: 3px solid #ffdd00;
}
.error-summary p {
  margin-bottom: 10px;
}
.error-summary .error-summary-heading {
  display: block;
  margin-top: 0;
  margin-bottom: em(10, 20);
}
.error-summary .error-summary-heading {
  font-family: "helvetica_bold", sans-serif;
}
.error-summary .error-summary-heading {
  font-weight: 700;
  text-transform: none;
}
.error-summary .error-summary-heading {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .error-summary .error-summary-heading {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
@media (min-width: 768px) {
  .error-summary .error-summary-heading {
    margin-top: 0;
    margin-bottom: em(20, 24);
  }
}
.error-summary .error-summary__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.25;
  font-family: "helvetica_bold", sans-serif;
}
.error-summary .error-summary-body {
  padding: 20px;
}
.error-summary .error-summary-list {
  margin: auto auto 0 0;
  font-family: "helvetica_bold", sans-serif;
}
.error-summary .error-summary-list {
  padding-left: 0;
}
.error-summary .error-summary-list li {
  list-style-type: none;
  color: #d4351c;
  margin-left: 0;
}
@media (min-width: 768px) {
  .error-summary .error-summary-list li {
    margin-bottom: 5px;
  }
}
.error-summary .error-summary-list a {
  color: #d4351c;
  font-family: "helvetica_bold", sans-serif;
  text-decoration: underline;
}
.error-summary .error-summary-list a:hover {
  color: #942514;
}
.error-summary .error-summary-list {
  font-family: "helvetica_bold", sans-serif;
}
.error-summary .error-summary-list {
  font-weight: 700;
  text-transform: none;
}
.error-summary .error-summary-list {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .error-summary .error-summary-list {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.success-summary {
  max-width: 1100px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .success-summary {
    max-width: 1100px;
    margin: 0 15px;
  }
}
@media (min-width: 1160px) {
  .success-summary {
    margin: 0 auto;
  }
}
.success-summary:after {
  content: "";
  display: block;
  clear: both;
}
.success-summary {
  box-shadow: 0px 0px 0px 4px #00703c inset;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.success-summary div {
  padding: 15px 30px 15px 10px;
}
@media (min-width: 768px) {
  .success-summary {
    box-shadow: 0px 0px 0px 5px #00703c inset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .success-summary div {
    padding: 20px 15px 15px;
  }
}
.success-summary:focus {
  outline: 3px solid #ffdd00;
}
.success-summary p {
  margin-bottom: 10px;
}
.success-summary .success-summary-heading {
  display: block;
  margin-top: 0;
  margin-bottom: em(10, 20);
}
.success-summary .success-summary-heading {
  font-family: "helvetica_bold", sans-serif;
}
.success-summary .success-summary-heading {
  font-weight: 700;
  text-transform: none;
}
.success-summary .success-summary-heading {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .success-summary .success-summary-heading {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
@media (min-width: 768px) {
  .success-summary .success-summary-heading {
    margin-top: 0;
    margin-bottom: em(20, 24);
  }
}
.success-summary .success-summary-list {
  padding-left: 0;
}
.success-summary .success-summary-list li {
  list-style-type: none;
  color: #0b0c0c;
  margin-left: 0;
}
@media (min-width: 768px) {
  .success-summary .success-summary-list li {
    margin-bottom: 5px;
  }
}
.success-summary .success-summary-list a {
  color: #0b0c0c;
  font-family: "helvetica_bold", sans-serif;
  text-decoration: underline;
}
.success-summary .success-summary-list a:hover {
  color: #942514;
}
.success-summary .success-summary-list {
  font-family: "helvetica_bold", sans-serif;
}
.success-summary .success-summary-list {
  font-weight: 700;
  text-transform: none;
}
.success-summary .success-summary-list {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .success-summary .success-summary-list {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
html,
body,
button,
input,
table,
td,
th {
  font-family: "helvetica";
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  background-color: #f3f2f1;
  height: 100%;
}
body {
  display: block;
  font-size: 160%;
  background: #ddd;
  color: #0b0c0c;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body.loginImage {
  background-image: url("./media/SU-login-OSQDAM2W.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
ol,
ul,
nav ol,
nav ul {
  list-style: disc;
}
fieldset {
  border: none;
  padding: 0;
}
b,
strong {
  font-weight: 600;
}
img {
  border: 0;
}
abbr[title] {
  cursor: help;
}
a:link {
  color: #1d70b8;
}
a:visited {
  color: #4c2c92;
}
a:hover {
  color: #5694ca;
}
a:active {
  color: #5694ca;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.logo:focus {
  background-color: none;
  outline: 0;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
input[type=file]:focus-within {
  outline: 3px solid #ffdd00;
  border: 2px solid #000;
  outline-offset: 0;
}
input:focus,
textarea:focus,
select:focus,
input[type=file]:focus-within {
  box-shadow: inset 0 0 0 2px;
}
button:focus {
  box-shadow: none;
  border: 0;
}
.nomargintop {
  margin-top: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mr15 {
  margin-right: 15px;
}
.tabWrapper ul li a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .tabWrapper ul li a {
    font-size: 19px;
  }
}
.tabsMessage {
  font-weight: 400;
  text-transform: none;
}
.tabsMessage {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .tabsMessage {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.relative {
  position: relative;
}
.search-icon-align {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-appearance: none;
  background-color: #000;
  border-color: #000;
  position: absolute;
  top: 0px;
  right: -5.5px;
  width: 82px;
  height: 39px;
  cursor: pointer;
}
.plan-notification {
  margin-top: 8px;
  font-size: 16px;
}
.plan-notification img {
  width: 81%;
  float: right;
  margin-top: 9px;
}
.sign-in-page .column-one-half {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px !important;
}
label {
  font-family: "helvetica";
  font-family: "helvetica_bold", sans-serif;
}
.page-title {
  font-size: 30px;
  font-family: "helvetica_bold", sans-serif;
}
.header.sub-menu {
  border: 0px !important;
  display: block;
  float: right;
  margin-bottom: 12px;
  margin-right: 15px;
  margin-top: 10px;
}
@media (max-width: 601px) {
  .header.sub-menu {
    width: 100%;
    margin-right: 0;
  }
}
.header.sub-menu .navigation-item {
  padding: 2.5px 10px;
  font-size: 14px;
}
@media (max-width: 601px) {
  .header.sub-menu .navigation-item {
    width: 27%;
  }
}
.course-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "helvetica_bold", sans-serif;
}
.course-title {
  text-transform: lowercase;
}
.course-title:first-letter {
  text-transform: uppercase;
}
.width100 {
  width: 100%;
}
.text-right {
  text-align: right;
}
.tag {
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #dee0e2;
  padding: 5px 8px 4px;
  margin-bottom: 5px;
}
.status-tag {
  display: inline-block !important;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #fff;
  background-color: #0b0c0c;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 8px 3px;
  margin: 2px;
  font-family: "helvetica_bold", sans-serif;
  width: auto;
  text-align: center;
}
.status-tag.status-expired {
  background-color: #6f777b;
}
.status-tag.green {
  background-color: #00703c;
}
.status-tag.blue {
  background-color: #1d70b8;
}
.status-tag.yellow {
  color: #594d00;
  background: #fff7bf;
}
.status-tag.newgreen {
  color: #005a30;
  background: #cce2d8;
}
.status-tag {
  font-family: "helvetica_bold", sans-serif;
}
.status-tag {
  font-weight: 700;
  text-transform: none;
}
.status-tag {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .status-tag {
    font-size: 16px;
    line-height: 1.25;
  }
}
.panel-wrapper {
  color: #fff;
  background-color: #00703c;
  padding: 35px;
  text-align: center;
}
.tag-list {
  margin: 10px 0px;
}
.tag-list .tag {
  margin-right: 10px;
}
.close-icon-align {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.fade-in {
  display: none;
}
#image-viewer .img-container {
  border: 1px solid #ccc;
  background: #ddd !important;
  min-height: 300px;
}
#image-viewer .img-container #ngx-fs-btn {
  display: none;
}
#image-viewer .img-container button {
  background-color: rgba(255, 255, 255, 0);
  border-color: #0b0c0c;
  opacity: 1;
}
#image-viewer .img-container button:nth-of-type(1):not(#ngx-fs-btn) {
  top: 165px;
}
#image-viewer .img-container button:nth-of-type(2):not(#ngx-fs-btn) {
  top: 115px;
}
#image-viewer .img-container button:nth-of-type(3):not(#ngx-fs-btn) {
  top: 65px;
}
#image-viewer .img-container button:nth-of-type(4):not(#ngx-fs-btn) {
  top: 15px;
}
#image-viewer .img-container button:hover {
  background-color: rgba(255, 255, 255, 0);
}
#image-viewer .img-container button:focus {
  outline: 0;
  border: 2px solid #0b0c0c;
  box-shadow: 0 0 1px 4px #ffdd00;
}
.changeCaseOfTitle .heading-xlarge {
  text-transform: inherit !important;
  padding-left: 5px;
}
.doNotChangeCaseOfTitle .heading-xlarge {
  text-transform: none;
}
.doNotChangeCaseOfTitle .heading-xlarge:first-letter {
  text-transform: none;
}
#induction-questionnaire legend {
  font-family: "helvetica_bold" !important;
}
.logo-icon {
  display: none;
}
.dark-mode-button {
  position: absolute;
  right: 12px;
  top: 7px;
  margin-top: 6.6px;
}
.dark-mode {
  background: #121212;
  color: #fff !important;
}
.dark-mode .logo-icon {
  display: block;
}
.dark-mode .header-logotype img,
.dark-mode .footer-logo img {
  filter: brightness(0) invert(1);
}
.dark-mode .notice-board-banner .mbanner-message .heading-m {
  color: #fff !important;
}
.dark-mode .pathway-label {
  color: #000000 !important;
}
.dark-mode .pathway-label-behaviour-and-attitudes .pathway-label {
  color: #ffffff !important;
}
.dark-mode .entry-pathway-label {
  color: #121212 !important;
}
.dark-mode .together-mode-modal-background div.modal-container .together-mode-modal {
  background-color: #28282B !important;
}
.dark-mode .together-mode-modal-background div.modal-container .together-mode-modal .top-panel {
  background-color: #666 !important;
}
.dark-mode .custmodal-dialog {
  background-color: #28282B !important;
}
.dark-mode .custmodal-dialog .heading-large p {
  color: #fff;
}
.dark-mode .goals-alert-heading,
.dark-mode .banner__message,
.dark-mode .moj-banner-message,
.dark-mode .errorMessagesdiv input[type=checkbox] + .errorMessages p {
  color: #fff !important;
}
.dark-mode .goals-alert-container {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .heart-favourite-false {
  filter: brightness(0) invert(1);
}
.dark-mode .status-tag {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .upload-section #id-file {
  color: #999 !important;
}
.dark-mode .link-back {
  color: #fff !important;
  text-decoration-color: none !important;
  border-bottom: 1px solid #fff;
}
.dark-mode .link-back::before {
  border-right-color: #fff !important;
}
.dark-mode .tabWrapper ul li {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .tabWrapper ul li a {
  color: #fff !important;
}
.dark-mode .tabWrapper ul li.active {
  background: #121212 !important;
}
.dark-mode .back-nav-content-container .nav-content-container .nav-container nav.side-navigation ul.side-navigation__list li.side-navigation__item a.side-navigation__item-active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .header .header-logotype .logo-icon {
  display: block;
  position: absolute;
  height: 41px !important;
  z-index: 9;
}
.dark-mode .header .header-logotype img.logo-name {
  filter: brightness(0) invert(1);
}
.dark-mode .header .header-navigation-container-background {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header .header-navigation-container-background li .navigation-item {
  color: #69ADE8 !important;
}
.dark-mode .header .header-navigation-container-background li .navigation-item:focus {
  color: #0b0c0c !important;
}
.dark-mode .header .header-navigation-container-background li.active {
  border-bottom: 4px solid #69ADE8;
}
.dark-mode .footer .footer-logotype img {
  filter: brightness(0) invert(1);
}
.dark-mode .header,
.dark-mode .main-content,
.dark-mode .footer {
  background: #121212;
}
.dark-mode .form-label,
.dark-mode .form-label-bold,
.dark-mode .form-label-b19 {
  color: #fff;
}
.dark-mode .govuk-error-summary {
  color: #fff !important;
}
.dark-mode .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn {
  color: #fff !important;
  background-color: #121212;
  margin-bottom: 0px !important;
  padding-bottom: 20px !important;
}
.dark-mode .sv_main .sv_container .sv_body .sv_nav {
  background: #121212;
}
.dark-mode .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_title {
  color: #fff !important;
}
.dark-mode .sv_qcbc.sv_qcbx .sv_q_checkbox .sv_q_checkbox_label input[type=checkbox] + .checkbox-material {
  border: 2px solid #fff;
}
.dark-mode #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup .sv_q_radiogroup_label input[type=radio] + .circle {
  border: 2px solid white;
}
.dark-mode #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.checked .sv_q_radiogroup_label input[type=radio] + .circle .sv-hidden {
  filter: brightness(0) invert(1);
}
.dark-mode .sv_main.sv_default_css .sv_q_rating_item.active .sv_q_rating_item_text {
  background: white !important;
  color: #121212 !important;
}
.dark-mode .sv_q_radiogroup .sv-q-col-1 .checked {
  background: white !important;
}
.dark-mode .sv_main.sv_default_css .sv_q_rating_item .sv_q_rating_item_text {
  color: white !important;
}
.dark-mode .sv_main.sv_default_css .sv_header,
.dark-mode .sv_main.sv_default_css .sv_body {
  background: #121212;
}
.dark-mode .status-spacer,
.dark-mode .entry-pathway-label {
  border: 3px solid #1a1a1a !important;
}
.dark-mode .entry-subtitle,
.dark-mode .entry-induction-content {
  color: rgb(80, 90, 95) !important;
}
.dark-mode .slider-track {
  background: rgba(250, 248, 248, 0.42);
}
.dark-mode .upper-container .months-container .previous-month {
  border-left: 5px solid transparent !important;
}
.dark-mode .sv_qcbc.sv_qcbx div.sv_q_checkbox.checked .sv_q_checkbox_label input[type=checkbox] + .checkbox-material {
  border: 2px solid #fff;
}
.dark-mode .status-spacer {
  background: #1a1a1a !important;
}
.dark-mode #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q_text_root {
  background: white;
  color: #121212;
}
.dark-mode .display-panel {
  background: #121212 !important;
}
.dark-mode .moj-side-navigation__list li:hover {
  color: #121212 !important;
}
.dark-mode .moj-side-navigation__list li.active {
  color: #121212 !important;
}
.dark-mode .message-item.message-item--received {
  color: #121212 !important;
}
.dark-mode .form-hint {
  color: #9FA5A8;
}
.dark-mode a:link,
.dark-mode .favourite-link,
.dark-mode .link {
  color: #69ADE8 !important;
}
.dark-mode .today-label-container .today-label {
  color: #E892BA !important;
}
.dark-mode .pathway-timeline.pathway-timeline-education-training-and-employment {
  background-color: rgb(251, 210, 189) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-finance {
  background-color: rgb(184, 224, 221) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-health-and-wellbeing {
  background-color: rgb(199, 220, 238) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-housing {
  background-color: rgb(251, 221, 234) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-drugs-and-alcohol {
  background-color: rgb(215, 221, 196) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-family {
  background-color: rgb(208, 209, 229) !important;
}
.dark-mode .pathway-timeline.pathway-timeline-behaviour-and-attitudes {
  background-color: rgb(219, 185, 216) !important;
}
.dark-mode .form-control#id-selector,
.dark-mode .form-control#educationTypes,
.dark-mode select#id-education {
  color: #fff !important;
  background-color: #121212 !important;
  border: 2px solid #fff !important;
}
.dark-mode #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_select_wrapper .sv_q_dropdown_control {
  color: #fff !important;
  background-color: #121212 !important;
  border: 2px solid #fff !important;
}
.dark-mode .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
  color: #fff !important;
}
.dark-mode .sessions_container {
  background-color: rgb(65, 65, 65) !important;
}
.dark-mode #forgot-password {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .header .menu,
.dark-mode .caption-div > div,
.dark-mode .caption1-div div,
.dark-mode .caption2-div div,
.dark-mode .caption3-div div,
.dark-mode .caption4-div div,
.dark-mode .caption5-div div,
.dark-mode .mini-card {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  color: #FFF !important;
}
.dark-mode .message-item--sent {
  background-color: #f3f2f1 !important;
  color: #121212 !important;
}
.dark-mode .message-item--sent div {
  color: #121212 !important;
}
.dark-mode .message-item--sent::after {
  border-left: 1em solid #f3f2f1 !important;
  border-bottom-left-radius: 1.75em 1.5em !important;
}
.dark-mode .data-container,
.dark-mode .right-container {
  background-color: #595959 !important;
}
.dark-mode .entry-subtitle,
.dark-mode .entry-title,
.dark-mode .main-heading,
.dark-mode .sub-heading,
.dark-mode .govuk-caption-m,
.dark-mode .govuk-heading-m,
.dark-mode .govuk-inset-text {
  color: white !important;
}
.dark-mode .status-tag.newgreen {
  color: #00924e !important;
}
.dark-mode .courses-search-section {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .caption-div div {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .caption-div div span {
  color: #FFF !important;
}
.dark-mode .content-card.course .content-card-wrapper figcaption .caption-div div {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .content-card.course .content-card-wrapper figcaption .caption-div div span {
  color: #FFF !important;
}
.dark-mode .wallet-wrapper img,
.dark-mode .cv-builder img,
.dark-mode .jobs-for-prison-leavers img {
  background: #fff;
}
.dark-mode .content-card-wrapper figcaption .caption-div {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .content-card-wrapper figcaption .caption-div span {
  color: #FFF !important;
}
.dark-mode .content-card.category .content-card-wrapper img {
  background: #fff;
}
.dark-mode .content-card.recommended > figure > figcaption > .caption-div div {
  background-color: rgba(0, 0, 0, 0.737) !important;
}
.dark-mode .content-card.recommended > figure > figcaption > .caption-div div span {
  color: #FFF !important;
}
.dark-mode .job-wrapper.recommended > figure > figcaption span,
.dark-mode .job-wrapper.recommended > figure > figcaption > div span {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important;
}
.dark-mode .cv-wrapper.recommended > figure > figcaption span,
.dark-mode .cv-wrapper.recommended > figure > figcaption > div span {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important;
}
.dark-mode input[type=radio] ~ label {
  color: #FFF !important;
}
.dark-mode input[type=radio] ~ label::before {
  color: #FFF !important;
  border: 2px solid #FFF !important;
}
.dark-mode input[type=radio] ~ label::after {
  background-color: #FFF !important;
}
.dark-mode .gds-radio-wrapper input[type=radio] ~ label::after {
  border: 10px solid #FFF !important;
}
.dark-mode .extra-radio-label {
  color: #000 !important;
}
.dark-mode .table-heading {
  background-color: #3c3c3c !important;
  color: #FFF !important;
}
.dark-mode .myAssignee {
  background-color: #595959 !important;
}
.dark-mode .myAssignee tr,
.dark-mode .myAssignee td {
  background-color: #595959 !important;
  color: #FFF !important;
}
.dark-mode .gds-modal-dialog {
  background-color: #292929 !important;
}
.dark-mode .govuk-heading-l {
  color: #FFF !important;
}
.dark-mode .form-label-count,
.dark-mode .form-hint,
.dark-mode .form-label {
  color: #D6D6D6 !important;
}
.dark-mode .accordion:after {
  color: #FFF !important;
}
.dark-mode .entry-label {
  color: #FFF !important;
}
.dark-mode .care-plan-questions-list .checkbox-wrapper input[type=checkbox] ~ label::before {
  border: 2px solid #FFF !important;
}
.dark-mode .govuk-warning-icon {
  color: #000 !important;
  background-color: #FFF !important;
}
.dark-mode .entry-pathway-label,
.dark-mode .pathway-label {
  color: #FFF !important;
}
.dark-mode .drop-down-button.active {
  color: #a6afe5 !important;
}
.dark-mode a {
  color: #ABB4E7 !important;
}
.dark-mode.customdarkMode .header-logotype .app-logo {
  filter: inherit !important;
}
.header {
  background: #fff;
  position: relative;
}
.header .header-container {
  position: relative;
  padding-top: 5px;
}
.header .header-logo {
  float: left;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 812px) {
  .header .header-logo {
    width: calc(31% - 15px);
  }
}
@media (max-width: 601px) {
  .header .header-logo {
    width: calc(60% - 15px);
  }
}
.header .header-link-home {
  color: #0b0c0c;
}
.header .header-link-home img {
  height: 60px;
}
.header .header-link-home:hover,
.header .header-link-home:visited {
  color: #0b0c0c;
}
.header .header-link-home:hover span,
.header .header-link-home:visited span {
  text-decoration: underline;
}
.header .header-link-home .header-logotype img {
  width: auto;
  height: 46px;
  margin-right: 3px;
}
.header .header-link-home .header-logotype img.LoggedInLogo {
  height: 58px;
}
.header .header-link-home:focus span {
  color: #0b0c0c !important;
}
.header .header-link-home:focus:hover {
  text-decoration: none !important;
}
.header .header-logotype-text {
  color: #ffffff;
  text-transform: uppercase;
  margin: 7.5px 0;
  float: left;
  font-size: 30px !important;
}
.header .header-logotype-text {
  font-family: "helvetica_bold", sans-serif;
}
.header .header-logotype-text {
  font-weight: 700;
  text-transform: none;
}
.header .header-logotype-text {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .header .header-logotype-text {
    font-size: 19px;
    line-height: 1.3157894737;
  }
}
.header .header-navigation-container {
  padding: 13px 0 0 0;
}
@media (max-width: 601px) {
  .header .header-navigation-container {
    width: initial;
    padding: 8px 0 0 0;
  }
}
.header .header-navigation-container .navigation-item {
  font-family: "helvetica_bold", sans-serif;
  color: #1d70b8;
}
@media (min-width: 768px) {
  .header .header-navigation-container .navigation-item {
    color: #1d70b8;
  }
}
.header .header-navigation-container .navigation-item:focus,
.header .header-navigation-container .navigation-item:active,
.header .header-navigation-container .navigation-item.active {
  color: #0b0c0c;
}
.header .header-navigation-container li.active {
  border-bottom: 4px solid #1d70b8;
}
.header ul.column-half {
  list-style: none;
  height: 32px;
  width: 52%;
}
@media (max-width: 601px) {
  .header ul.column-half {
    height: auto;
  }
}
.header ul.column-half .column-one-half {
  margin-right: 0;
  margin-top: 10px;
}
.header ul.column-half .column-one-half .formstyle .search-input {
  height: 35px;
  font-size: 16px;
  padding: 0 3px 0 5px;
}
.header ul.column-half .column-one-half .formstyle input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield;
}
.header li {
  display: inline-block;
  height: 29px;
  border-bottom: 4px solid transparent;
  margin-left: 0;
  cursor: pointer;
}
@media (max-width: 601px) {
  .header li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header .navigation-item {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 7.5px 10px 7.5px 30px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 -2px transparent, 0 4px transparent;
}
.header .navigation-item:hover {
  outline: 3px solid transparent;
  text-decoration: underline;
}
.header .navigation-item:active,
.header .navigation-item.active {
  background: #ffdd00;
  outline: none;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
}
.header .navigation-item:focus {
  text-decoration: none;
  outline: none;
  background: #ffdd00;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
}
@media (min-width: 768px) {
  .header .navigation-item {
    font-weight: 400;
    text-transform: none;
  }
  .header .navigation-item {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navigation-item {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .header .navigation-item {
    width: auto;
    text-decoration: none;
    color: #0b0c0c;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
    cursor: pointer;
    font-family: "helvetica_bold", sans-serif;
  }
}
@media (max-width: 601px) {
  .header .navigation-item {
    float: left;
  }
}
.header .navigation-item {
  font-weight: 400;
  text-transform: none;
}
.header .navigation-item {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .header .navigation-item {
    font-size: 24px;
    line-height: 1.25;
  }
}
.header li.active {
  border-bottom: 4px solid #002d18;
}
@media (max-width: 601px) {
  .header li.active {
    border-bottom: 0;
  }
}
.header li.active .navigation-item:hover,
.header li.active .navigation-item:focus,
.header li.active .navigation-item:active,
.header li.active .navigation-item.active {
  text-decoration: none;
}
.header .header-navigation-container-background {
  background-color: #f3f2f1;
  border-top: 7px solid #73428e;
  margin-right: 15PX;
}
.header .navigation-item-hide {
  display: none;
}
@media (min-width: 768px) {
  .header .navigation-item-hide.navigation-item-show {
    display: inline-block;
  }
}
.header .navigation-item-mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  .header .navigation-item-mobile {
    display: none;
  }
}
.header .header-user-name,
.header .header-button-user {
  display: none;
}
@media (min-width: 768px) {
  .header .header-user-name,
  .header .header-button-user {
    display: inline-block;
    margin-top: -5px;
  }
}
.header .header-navigation-right {
  float: right;
  text-align: right;
}
@media (min-width: 768px) {
  .header .header-navigation-right {
    width: calc(26% - 15px);
  }
}
@media (max-width: 812px) {
  .header .header-navigation-right {
    width: calc(31% - 15px);
  }
}
.header .header-button-close {
  display: none;
}
@media (min-width: 768px) {
  .header .navigation-overlay {
    width: calc(49% - 15px);
  }
}
@media (max-width: 812px) {
  .header .navigation-overlay {
    width: calc(37% - 15px);
  }
}
@media (max-width: 601px) {
  .header .navigation-overlay {
    margin-top: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #f8f8f8;
    overflow: auto;
    z-index: 99;
    transition: 0.5s;
  }
  .header .navigation-overlay .navigation-item {
    display: none;
  }
  .header .navigation-overlay.navigation-overlay-show {
    height: 100%;
  }
  .header .navigation-overlay.navigation-overlay-show .navigation-item {
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    color: #0b0c0c;
    text-align: left;
  }
  .header .navigation-overlay.navigation-overlay-show .header-navigation-container {
    padding: 60px 30px 30px 30px;
  }
  .header .navigation-overlay.navigation-overlay-show .header-button-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 7.5px;
  }
}
.header .column-half,
.header .column-quarter {
  margin-bottom: 0;
}
.header .column-half.navigation-overlay {
  width: calc(46% - 15px);
}
.header .column-quarter.header-navigation-right {
  width: calc(27% - 15px);
}
.header ul.rightNav {
  float: right;
  margin-right: 0;
  margin-top: -1px;
}
.header ul.rightNav .navigation-item:focus {
  border-bottom: 4px solid transparent;
}
.header ul.rightNav .search {
  margin-bottom: 3px;
  float: right;
  width: 70%;
  margin-top: 0px;
}
li.smDiv {
  position: absolute;
  top: 19px;
  font-family: "helvetica_bold", sans-serif;
  padding: 0 10px;
  cursor: pointer;
}
li.smDiv .chat-container .btn {
  background: none;
  border: none;
  padding: 0px 0px;
}
li.smDiv .chat-container .btn:hover .chat-text {
  text-decoration: underline;
}
li.smDiv .chat-container .btn .active .chat-text {
  color: #1d70b8 !important;
}
li.smDiv .chat-container .btn:focus {
  text-decoration: none;
  outline: none;
  background: #ffdd00;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
}
li.smDiv .chat-container .btn:focus .chat-text {
  color: #0b0c0c;
  text-decoration: none;
}
li.smDiv:hover .chat-text {
  text-decoration: underline;
}
.chatBadge {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "helvetica_bold", sans-serif;
  color: #ffffff;
  display: inline-block;
  min-width: 15px;
  padding: 2px 5px 0px 4px;
  border-radius: 75px;
  background-color: #d4351c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  right: -19px;
  top: -11px;
  width: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-navigation-box {
  position: relative;
}
.header .header-container ul.column-half .link2 {
  margin-right: 40px;
  margin-left: 33px;
}
.header .header-container ul.column-half .link1 {
  margin-right: 0px;
}
.header .menu ul.header-list {
  padding-right: 15px;
}
.addtional-height {
  height: auto;
  min-height: 65px;
}
.white-space-preline {
  font-size: 19px;
}
main {
  display: block;
  background: #fff;
  margin: 0;
  padding: 15px 0;
  min-height: 50vh;
}
@media (min-width: 768px) {
  main {
    padding: 15px 0;
    min-height: 100vh;
  }
}
@media (max-width: 601px) {
  main {
    padding: 15px 0;
    min-height: 100vh;
  }
}
.breadcrumbs {
  display: none;
  color: #0b0c0c;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
    margin: 0;
    margin-top: 0;
    margin-bottom: -20.1px;
    font-size: 14px;
  }
  .breadcrumbs .breadcrumbs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .breadcrumbs .breadcrumbs-link {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 7.5px;
    margin-bottom: 5px;
  }
  .breadcrumbs .breadcrumbs-list-item:before {
    content: "/";
    color: #0b0c0c;
    display: block;
    position: absolute;
    top: 3px;
    left: -4px;
    margin: auto 0;
  }
  .breadcrumbs .breadcrumbs-list-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .breadcrumbs .breadcrumbs-list-item:first-child:before {
    display: none;
  }
}
.modal {
  display: block;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
.custmodal-dialog {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border: 4px solid #000;
  min-width: 400px;
}
.custmodal-dialog button {
  margin-left: 0px;
}
.custmodal-dialog .heading-large {
  margin-top: 0;
}
.custmodal-dialog p {
  font-size: 19px;
}
.modal-dialog {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 4px solid #000;
  min-width: 400px;
  width: 600px;
}
.modal-dialog .modal-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  overflow: auto;
  position: relative;
}
.modal-dialog .modal-header .modal-title {
  font-weight: 600;
  margin-bottom: 0;
}
.modal-dialog .modal-header .close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.modal-dialog .modal-body {
  padding: 20px;
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.modal-dialog .modal-footer {
  padding: 20px;
  border-top: 1px solid #ddd;
  text-align: right;
}
.modal-dialog button {
  margin-left: 0px;
}
.modal-dialog .heading-large {
  margin-top: 0;
}
.modal-dialog p {
  font-size: 19px;
}
.sign-up-page .error-summary {
  margin-top: 0;
}
#id-section-help-initialPassword {
  width: 50%;
}
#content-activity-popup .form-group .form-control-1-16 label {
  font-size: 19px;
}
#content-activity-popup .form-group .form-control-1-10 label {
  font-size: 19px;
}
#content-activity-popup .form-group .form-label-b19 {
  font-size: 24px;
  font-family: "helvetica_bold", sans-serif;
}
#content-activity-popup #id-endDate .form-group {
  margin-bottom: 5px;
}
#generate_cv .inlineRadioButtons {
  display: inherit;
}
#myCvUpload .inlineRadioButtons {
  display: block;
  margin-bottom: 30px;
}
#planPathwayDescription .selectOptions button.column-fifth {
  height: 5em !important;
}
.track-young {
  display: none;
}
.showTrack {
  display: none;
}
.track-adult {
  display: inline-block;
}
.lowerAge .track-young {
  display: inline-block;
}
.lowerAge .track-adult {
  display: none !important;
}
.lowerAge .goals-alert-container {
  background: none !important;
  border: 12px solid #F7E113 !important;
  border-radius: 12px;
  overflow: auto;
  margin-bottom: 40px !important;
}
.lowerAge .goals-alert-container .showTrack {
  display: block !important;
  text-align: center;
  padding-top: 50px;
}
.lowerAge .goals-alert-container .width20 {
  width: 20%;
  padding-left: 3%;
  padding-right: 3%;
  float: left;
}
.lowerAge .goals-alert-container .width20 img {
  width: 60%;
}
.lowerAge .goals-alert-container .goals-container {
  float: left;
  width: 48%;
}
.lowerAge .goals-alert-container .goals-container .goals-alert-heading {
  text-align: center;
  font-size: 36px;
  margin-top: 20px;
}
.lowerAge #tabWrapper.tabWrapper ul {
  height: auto !important;
  border-color: transparent !important;
  text-align: center;
  border-bottom: none !important;
}
.lowerAge #tabWrapper.tabWrapper ul li {
  float: none !important;
  background-color: #fff !important;
  height: auto !important;
  padding: 14px 19px 8px 19px !important;
}
.lowerAge #tabWrapper.tabWrapper ul li a {
  text-decoration: none !important;
}
.lowerAge #tabWrapper.tabWrapper ul li a img {
  width: 60px;
  display: block !important;
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
}
.lowerAge #tabWrapper.tabWrapper ul li.active {
  background-color: #F3F2F1 !important;
  border-color: transparent !important;
  border-bottom: 4px solid #3770B3 !important;
  border-radius: 12px 12px 0 0;
  margin-top: 0 !important;
  padding: 14px 19px 8px 19px !important;
}
.lowerAge .plan-new-wrapper {
  background-color: #85D5D9;
  border-color: transparent !important;
  border-radius: 12px;
  margin-top: -6px;
}
.lowerAge .plan-new-wrapper .gantt-container {
  max-width: 917px !important;
}
.lowerAge .plan-new-wrapper .upper-container .months-container .previous-month {
  border-left-color: transparent !important;
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-education-training-and-employment {
  background: rgb(244, 119, 56);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-finance {
  background: rgb(40, 161, 151);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-health-and-wellbeing {
  background: rgb(86, 148, 202);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-housing {
  background: rgb(243, 153, 190);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-drugs-and-alcohol {
  background: rgb(133, 153, 75);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-family {
  background: rgb(111, 114, 175);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline-behaviour-and-attitudes {
  background: rgb(145, 43, 136);
}
.lowerAge .plan-new-wrapper .pathway-container .timeline-decorator-container {
  background: rgba(255, 255, 255, 0.6);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-label-container {
  display: block !important;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-label-container .centre_aligned {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-label-container img {
  display: block;
  margin: auto;
  margin-bottom: 3px;
}
.lowerAge .plan-new-wrapper .pathway-container .pathway-timeline {
  width: calc(100% - 134px) !important;
}
.lowerAge .plan-new-wrapper .pathway-container .triangle-right {
  width: 0;
  height: auto;
  border-top: 43px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 43px solid transparent;
  position: relative;
}
.lowerAge .plan-new-wrapper .key-information-panel {
  border: 4px solid #FFDD00;
  border-radius: 8px;
  position: relative;
  padding: 20px 10px !important;
  margin-bottom: 80px !important;
}
.lowerAge .plan-new-wrapper .key-information-panel .quarter-section {
  position: absolute;
  width: 100% !important;
  left: 0;
  text-align: center;
  bottom: -65px;
}
.lowerAge .plan-new-wrapper .key-information-panel .quarter-section img {
  margin: auto;
}
.lowerAge .entry-panel {
  border-radius: 15px;
  padding: 30px 40px 30px !important;
  position: relative;
}
.lowerAge app-entry-comment .entry-panel {
  background: #AF4AF7 !important;
  color: #fff !important;
  padding: 25px 40px 25px !important;
}
.lowerAge app-entry-comment .entry-panel .triangle-left {
  width: 0;
  height: auto;
  border-top: 20px solid transparent;
  border-right: 30px solid #AF4AF7;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -25px;
  bottom: 25px;
}
.lowerAge app-entry-appointment .entry-panel,
.lowerAge app-entry-system .entry-panel,
.lowerAge app-entry-intervention .entry-panel,
.lowerAge app-entry-induction .entry-panel {
  background: #ffffff !important;
}
.lowerAge app-entry-intervention .customPad {
  padding: 30px 40px 80px !important;
}
.lowerAge .f-structure-entry-container .f-line {
  background-color: transparent !important;
}
.lowerAge .f-structure-entry-container .f-line-container {
  margin-right: 0 !important;
}
.lowerAge .f-structure-entry-container .f-line-container .f-line-icon-container {
  background-color: #EC2589 !important;
  border: transparent !important;
  border-radius: 10px !important;
  width: 65px !important;
  height: 57px !important;
  margin-top: 10px;
  z-index: 9;
}
.lowerAge .f-structure-entry-container .entry-panel-container {
  margin-top: -20px;
  margin-left: -25px;
}
.lowerAge .f-structure-entry-container .entry-panel-container .entry-title {
  background: #EC2589;
  color: #fff;
  display: inline-block;
  padding: 14px 15px 7px 15px;
  margin-left: -21px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.lowerAge .f-structure-entry-container .today-line-panel-container .today-line-divider {
  background-color: #EC2589 !important;
}
.lowerAge .left-container {
  position: relative !important;
}
.lowerAge .left-container .image-div {
  position: absolute;
  right: 0;
  top: 18px;
}
.lowerAge .right-container {
  position: absolute;
  left: 0;
  bottom: -67px;
  width: 100% !important;
  text-align: center;
  display: block !important;
}
.lowerAge .right-container span {
  margin: auto;
  vertical-align: top;
}
.lowerAge .right-container .track-ml20 {
  margin-left: 20px;
}
.lowerAge .right-container .status-spacer {
  background-color: transparent;
  border: none;
}
.lowerAge .image-system-div {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-33%, -50%);
}
.lowerAge .track-tab-container .entry-pathway-label {
  border-radius: 10px 0 0 10px;
  height: 30px;
}
.lowerAge .track-tab-container .small-triangle-right {
  width: 0;
  height: auto;
  border-top: 19px solid transparent;
  border-left: 30px solid #555;
  border-bottom: 19px solid transparent;
}
.lowerAge .icon_align {
  margin-right: 7px;
  margin-left: 7px;
}
.lowerAge .load-more-container {
  padding-top: 60px !important;
}
.lowerAge .load-more-container a {
  margin-left: 100px !important;
}
@media screen and (max-width: 480px) {
  .lowerAge .goals-alert-container .width20 {
    display: none !important;
  }
  .lowerAge .goals-alert-container .goals-container {
    width: 100% !important;
  }
  .lowerAge #tabWrapper.tabWrapper ul {
    overflow: hidden !important;
  }
  .lowerAge #tabWrapper.tabWrapper ul li {
    width: calc(100% - 30px) !important;
  }
  .lowerAge #tabWrapper.tabWrapper ul li a img {
    display: inline-block !important;
    width: 26px !important;
  }
  .lowerAge .plan-new-wrapper {
    margin-top: 10px !important;
  }
  .lowerAge .plan-new-wrapper .pathway-container .pathway-label-container {
    width: 26px !important;
  }
  .lowerAge .plan-new-wrapper .pathway-container .pathway-timeline {
    width: calc(100% - 32px) !important;
  }
  .lowerAge .plan-new-wrapper .pathway-container .triangle-right {
    display: none !important;
  }
  .lowerAge .image-div,
  .lowerAge .image-system-div {
    display: none !important;
  }
  .lowerAge .f-structure-entry-container .entry-panel-container {
    margin-left: 0 !important;
  }
  .lowerAge .entry-pathway-label {
    height: 35px !important;
  }
  .lowerAge .entry-pathway-label p {
    font-size: 12px !important;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hiddenForAT {
  display: none !important;
}
.header .header-container {
  background-color: #0b0c0c;
  border-bottom: 10px solid #1d70b8;
  max-width: 100%;
  height: 55px;
  padding: 7px 0px;
}
.header .header-container a.header-link-home {
  height: 46px;
}
.header .header-container a.header-link-home .header-logotype img {
  height: 53px;
}
.header .header-container a.header-link-home:focus {
  box-shadow: none;
}
.header .header-container a.header-link-home:focus .header-logotype img {
  filter: brightness(0);
}
.header .header-container .rightNav {
  width: auto;
}
.header .header-container .rightNav li {
  margin-top: 5px;
}
.header .header-container .rightNav :nth-child(3) {
  display: none;
}
.header .header-container .rightNav a {
  color: #fff !important;
  font-family: "helvetica";
  text-decoration: none;
  margin-right: 0;
}
.header .header-container .rightNav a:hover {
  text-decoration: underline;
}
.header .header-container .rightNav a:focus {
  color: #0b0c0c !important;
}
.header .menu {
  border-bottom: 1px solid #b1b4b6;
  background-color: #f8f8f8;
}
.header .menu .header-navigation-container {
  background: none !important;
  border: none;
}
.header .menu .header-navigation-container ul {
  margin-bottom: 0;
}
.header .menu .header-navigation-container ul a {
  font-size: 19px !important;
}
.govuk-footer {
  padding-bottom: 25px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  border-top: 1px solid #b1b4b6;
  color: #0b0c0c;
  background: #f3f2f1;
}
.govuk-width-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .govuk-width-container {
    margin: 0 10px;
  }
}
.govuk-footer__link:link,
.govuk-footer__link:visited {
  color: #0b0c0c;
  margin-right: 0px;
}
.govuk-footer__link:linkfocus,
.govuk-footer__link:visitedfocus {
  outline: 3px solid rgba(0, 0, 0, 0);
  color: #0b0c0c;
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
}
.govuk-footer__link:link:hover,
.govuk-footer__link:visited:hover {
  text-decoration-thickness: 1.5px !important;
  color: rgba(11, 12, 12, 0.99) !important;
}
.govuk-footer__meta {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
.govuk-footer__copyright-logo {
  display: inline-block;
  min-width: 125px;
  padding-top: 112px;
  background-image: url(/assets/images/govuk-crest.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 125px 102px;
  text-align: center;
  white-space: nowrap;
}
.govuk-footer__meta-item--grow {
  flex: 1;
}
.govuk-footer__licence-logo {
  margin-right: 10px;
}
.govuk-footer__meta-item {
  margin-bottom: 25px;
}
@media (max-width: 844px) and (orientation: landscape) {
  .h5p-interactive-video .h5p-video {
    width: 80% !important;
    margin: auto !important;
  }
}
.courses-search-section {
  overflow: hidden;
  padding: 40px 0 60px;
  background: #e0eef8;
  margin-bottom: 40px;
}
.courses-search-section .nomargin {
  margin: 0;
}
.courses-search-section .heading-large {
  font-size: 24px;
  margin-bottom: 5px;
}
.courses-search-section .search-field {
  margin-top: 20px;
}
.courses-search-section .ml40 {
  margin-left: 40px;
}
.courses-search-section .form-control {
  height: 27px;
  padding: 5px;
}
.courses-search-section button#id-submit-button {
  margin-left: 10px;
}
.heart-favourite-container {
  margin-top: 5px;
}
.search-results {
  display: flex;
  flex-direction: column;
}
.search-results a:hover {
  background: none !important;
}
.search-results a:active {
  box-shadow: none !important;
}
vg-controls {
  justify-content: space-between;
}
vg-controls div {
  display: -webkit-box;
}
.moj-timeline {
  position: relative;
}
.moj-timeline .moj-timeline__item {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.moj-timeline .moj-timeline__item::before {
  background-color: #1d70b8;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 15px;
}
.moj-timeline .moj-timeline__item .moj-timeline__header .moj-timeline__title {
  font-size: 19px;
  line-height: 1.3157894737;
  font-family: "helvetica_bold", sans-serif;
}
.moj-timeline .moj-timeline__item .moj-timeline__date {
  font-size: 16px;
  line-height: 1.25;
  font-family: "helvetica";
  font-weight: 400;
}
.moj-timeline .moj-timeline__item .moj-timeline__description ul li {
  display: list-item;
  margin-left: 25px;
  position: relative;
}
.moj-timeline .moj-timeline__item .moj-timeline__description ul li a {
  position: absolute;
  top: 12px;
}
.moj-timeline .moj-timeline__item .moj-timeline__description ul li::marker {
  font-size: 30px;
  color: #333;
}
.moj-timeline::before {
  background-color: #1d70b8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}
@media (max-width: 900px) {
  .moj-timeline::before {
    height: 124%;
  }
}
.entry-title {
  font-family: "helvetica_bold", sans-serif;
  font-size: 19px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.entry-subtitle {
  font-size: 16px !important;
  color: #505a5f;
}
.entry-system-content {
  font-family: "helvetica", sans-serif !important;
  word-break: break-all;
  margin-bottom: 0px;
}
.entry-pathway-container .entry-subtitle {
  font-size: 19px !important;
}
.health-search {
  width: 73% !important;
}
.load-more-container a.load-more-btn:hover {
  color: #003078 !important;
  text-decoration-thickness: 3px !important;
  box-shadow: none;
}
.data-container {
  background-color: #f1f1f1;
  padding: 10px 10px 10px 10px;
  margin-left: -5px;
}
.startAssessment .sv_main .sv_container {
  color: #0b0c0c !important;
  font-size: 19px;
}
.startAssessment .sv_main.sv_frame .sv_container .sv_header {
  color: #6d7072;
  padding: 5em 1em 1em 0;
}
.startAssessment .sv_main .sv_container .sv_header h3 {
  font-size: 2em;
  font-weight: 300;
  text-align: left;
  margin: 0;
}
.startAssessment .sv_header {
  background: #fff;
}
.startAssessment .sv_header h3 span {
  color: #0b0c0c;
  font-weight: 700;
  font-size: 36px;
}
.startAssessment .sv_header span {
  color: #626a6e;
}
.startAssessment .sv_main.sv_default_css .sv_header {
  color: #0b0c0c !important;
}
.startAssessment .sv_main.sv_default_css input[type=radio]:focus ~ .sv_q_rating_item_text {
  outline: 3px solid #fd0 !important;
}
.startAssessment .sv_qstn {
  display: inline-block;
  vertical-align: top;
}
.startAssessment .sv_row .sv_qstn:last-child {
  float: none;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q {
  padding: 3px 15px 3px 4px;
  box-sizing: border-box;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn.myCustomClass {
  padding-left: 20px;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
  color: #0b0c0c;
  -webkit-font-smoothing: antialiased;
  line-height: 1.09375;
  display: block;
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 24px;
  font-family: "helvetica_bold", sans-serif;
}
.startAssessment div.sv_q_rating {
  margin-top: 25px;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating {
  line-height: 2em;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating label {
  line-height: 2em;
  font-family: "helvetica", sans-serif !important;
  font-weight: normal !important;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item {
  cursor: pointer;
  word-spacing: -0.3em;
  display: inline;
  margin-right: 20px;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio],
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox] {
  margin: 0;
  margin-right: 0.55em;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  font-size: 1em;
  margin-top: -0.1em;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item > * {
  margin-bottom: 15px !important;
  line-height: 1.31579;
  word-spacing: initial;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text {
  display: inline-block;
  padding: 1px 10px 3px 10px !important;
  margin-left: -1px;
  text-align: center;
  box-shadow: 0 0 0 3px #fff !important;
  font-weight: normal;
  font-size: 19px;
}
.startAssessment .sv_main.sv_default_css .sv_q_rating_item.active .sv_q_rating_item_text {
  background: #0b0c0c !important;
}
.startAssessment .sv_main.sv_default_css .sv_q_rating_item.active input[type=radio]:focus ~ .sv_q_rating_item_text {
  outline: 3px solid #fd0 !important;
}
.startAssessment span.sv_q_rating_item_text {
  min-width: 0px !important;
  margin-right: 0px;
  border: 2px solid black !important;
  height: auto;
  width: auto;
}
.startAssessment .sv_main.sv_default_css .sv_p_root > .sv_row {
  background: #fff !important;
}
.startAssessment .sv_nav {
  display: none;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn.myCustomClass .sv_q_erbox div > span:first-child {
  display: block;
  width: 5px;
  min-height: 10px;
  height: 51vh;
  background: #d4351c;
  position: absolute;
  top: 0;
  left: 0px;
}
.startAssessment .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  color: #d4351c;
  font-weight: bold;
}
.startAssessment .status-tags {
  margin-top: 15px;
}
.startAssessment .status-tags span {
  margin-bottom: 10px;
}
.startAssessment .status-tags div {
  display: inline-block;
  margin-right: 2%;
}
.startAssessment .descrip {
  margin-bottom: 5px;
}
.startAssessment .status-tag {
  display: inline-block !important;
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase !important;
  line-height: 1;
  padding: 6px 8px 4px;
  margin: 2px;
  font-family: "helvetica_bold", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  width: auto;
  text-align: center;
}
.startAssessment .status-tag.red {
  color: #fff;
  background: #d6473b;
}
.startAssessment .status-tag.orange {
  color: #fff;
  background: #f07925;
}
.startAssessment .status-tag.green {
  color: #fff;
  background: #a9c73e;
}
.startAssessment .status-tag.lightBlue {
  color: #fff;
  background: #41aba8;
}
.startAssessment .status-tag.yellow {
  color: #fff;
  background: #f7ad2c;
}
.tabscroll .tabWrapper {
  margin-right: 0 !important;
}
.tabscroll .tabWrapper ul {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 5px;
  height: 65px;
  margin-right: 15px;
}
.tabscroll .tabWrapper ul li {
  float: none;
}
@media (max-width: 601px) {
  .tabscroll .tabWrapper ul {
    overflow-y: auto;
    white-space: initial;
    height: auto;
  }
}
sk-rotating-plane {
  opacity: 1 !important;
}
sk-rotating-plane .sk-rotating-plane {
  background-color: transparent !important;
  background-image: url("./media/CAPTR-nobg-EFDLBAFD.gif");
  width: 100px !important;
  height: 100px !important;
  display: block;
  animation: none !important;
  -webkit-animation: none !important;
  background-size: 100px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
#spinner {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
#spinner .sk-wave {
  background-color: transparent !important;
  background-image: url("./media/CAPTR-nobg-EFDLBAFD.gif");
  width: 100px !important;
  height: 100px !important;
  display: block;
  animation: none !important;
  -webkit-animation: none !important;
  background-size: 100px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
#spinner .sk-wave .sk-rect {
  display: none !important;
}
.cal-week-view .cal-event {
  color: #fff !important;
}
.hidden-AT {
  display: none;
}
.header .header-container .headerContainer .rightActionSection .button-secondary {
  margin: 0 !important;
}
@media (max-width: 516px) and (orientation: portrait) {
  .tab-body {
    padding: 12px 5px !important;
  }
  .chat-wrapper {
    margin: 0 !important;
  }
  .message-list-right .chat-wrapper {
    margin: 0 !important;
  }
  .ttyd-chatContainer .messages-container .message-list-right .actionSection .button-link {
    margin: 0 !important;
  }
  .messages-page .messages-container .message-list-right .message-item--received {
    max-width: 80% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .messages-page .messages-container .message-list-right .message-item--sent {
    max-width: 80% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .messages-page .messages-container .message-list-right .bottom-contents {
    padding: 15px 0 !important;
    width: 100% !important;
  }
}
.message-item .message-item__text .markdown p {
  font-size: 16px !important;
}
.message-item .message-item__text .markdown ul {
  height: auto !important;
  margin-bottom: 0 !important;
}
.message-item .message-item__text .markdown ul li {
  margin-left: 0 !important;
}
.footer {
  background: #f3f2f1;
  padding-top: 18px;
  padding-bottom: 1.5px;
  border-top: 1px solid #b1b4b6;
}
.footer .footer-copyright {
  margin-top: 10px;
  line-height: 1;
}
.footer .footer-copyright:focus {
  outline: 3px solid #ffdd00;
}
@media (max-width: 601px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 601px) {
  .footer .footer-logo {
    text-align: center;
  }
}
.footer .footer-description {
  font-size: 14px;
}
.footer .footer-logotype:focus {
  outline: 3px solid #ffdd00;
}
@media (min-width: 768px) {
  .footer .footer-logotype {
    float: right;
    vertical-align: middle;
  }
}
.footer .footer-logotype img {
  width: auto;
  height: auto;
}
.icon-user {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-style: normal;
  color: currentColor;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
  height: 7.6px;
  width: 19px;
  border-top-left-radius: 15.2px;
  border-top-right-radius: 15.2px;
  margin: 18px 1px 2px;
  border: 2px solid;
  border-bottom: 0;
}
.icon-user:before {
  content: "";
  pointer-events: none;
  width: 9.12px;
  height: 9.12px;
  top: -17.1px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid;
}
.icon-user:after {
  content: "";
  pointer-events: none;
}
.icon-menu {
  display: block;
}
.icon-menu span {
  width: 25px;
  height: 3px;
  background-color: #0b0c0c;
  margin: 4px 0;
  display: block;
  opacity: 0.8;
}
.icon-close {
  position: relative;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
}
.icon-close:hover {
  opacity: 1;
}
.icon-close:before,
.icon-close:after {
  content: " ";
  position: absolute;
  top: -14px;
  left: -2px;
  height: 30px;
  width: 4px;
  background-color: #0b0c0c;
  opacity: 0.8;
}
.icon-close:before {
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}
.search-icon-close {
  position: relative;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
  display: block;
}
.search-icon-close:hover {
  opacity: 1;
}
.search-icon-close:before,
.search-icon-close:after {
  content: " ";
  position: absolute;
  top: -14px;
  left: -2px;
  height: 24px;
  width: 3px;
  background-color: #222;
  opacity: 0.8;
}
.search-icon-close:before {
  transform: rotate(45deg);
}
.search-icon-close:after {
  transform: rotate(-45deg);
}
.icon-search {
  position: relative;
  margin-bottom: 0;
  transition: opacity 0.5s ease;
  display: block;
}
.icon-search:before {
  content: "";
  pointer-events: none;
  width: 12px;
  height: 12px;
  top: 0px;
  left: 8px;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  border: 2px solid;
}
.icon-search:after {
  content: " ";
  position: absolute;
  top: 11px;
  left: 15px;
  height: 11px;
  width: 2px;
  background-color: #0b0c0c;
  transform: rotate(-45deg);
}
.alert {
  height: 1.4em;
  width: 1.4em;
  background-color: #f47738;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 4px;
}
.alert:after {
  display: block;
  position: absolute;
  top: -4px;
  left: -1px;
  width: 100%;
  padding: 0 1px;
  text-align: center;
  content: "!";
  font-size: 1.3em;
  font-family: "helvetica_bold", sans-serif;
  color: #fff;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: calc(100% - 50px);
  height: 70px;
  margin: 30px 0px 15px 10px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  top: 56%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #1d70b8;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-disabled .slider-handle {
  background-color: #ccc;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -18px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
  border-radius: 4px;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background: #1d70b8;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image:
    linear-gradient(
      to bottom,
      #8ac1ef 0%,
      #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #1d70b8;
  background-color: #1d70b8;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica",
    "Arial",
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    "Lucida Grande",
    sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 1.42857143;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 1;
  line-break: auto;
  font-weight: normal;
  height: 28px;
  padding: 0 6px;
  margin-left: 6px;
  color: #0b0c0c;
  text-align: center;
  border: 2px solid black;
  background-color: white;
  overflow-x: hidden;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
div.tooltip-inner {
  background-color: transparent;
}
div.tooltip.tooltip-max.bottom {
  background-color: transparent;
}
div.tooltip.tooltip-min.top,
div.tooltip.tooltip-max.top {
  display: none;
}
.slider-handle:focus,
.slider-handle:active {
  cursor: pointer;
  background-color: black;
  border: 2px solid black;
  box-shadow: 0 0 0 4px #ffdd00;
}
div.slider.slider-horizontal {
  margin-left: 20px !important;
  margin-top: 10 !important;
  margin-bottom: 0 !important;
}
.chat-icon .btn .chat-text {
  float: left;
  font-family: "helvetica_bold", sans-serif;
  color: #1d70b8;
  line-height: 1.4;
}
.chat-icon .btn .chat-div {
  position: absolute;
  margin-left: 0;
  right: 4px;
  top: -15px;
  width: 34px;
  height: 44px;
}
.chat-icon .btn .chat-div .chat-btn {
  width: 15px;
  height: 11px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  border: 2px solid #212121;
  box-shadow: 0 0 0 2px #fff;
}
.chat-icon .btn .chat-div .chat-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -1px;
  bottom: -6px;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 6px solid #212121;
  transform: rotate(40deg);
}
.chat-icon .btn .chat-div .chat-btn1 {
  width: 15px;
  height: 11px;
  background-color: #212121;
  border-radius: 25px;
  border: 2px solid #212121;
  position: relative;
  top: 19px;
  left: 4px;
  transform: rotate(-20deg);
}
.chat-icon .btn .chat-div .chat-btn1:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 6px;
  bottom: -8px;
  border-right: 3px solid transparent;
  border-left: 2px solid transparent;
  border-top: 9px solid #212121;
  transform: rotate(-30deg);
}
.chat-icon .relative {
  position: relative;
}
.chat-text {
  height: 30px;
}
button.icon {
  background-color: #fff;
  border: 1px solid #0b0c0c;
  position: relative;
  vertical-align: top;
  padding: 0;
  float: right;
  clear: both;
}
button.icon[disabled=disabled],
button.icon[disabled] {
  background-color: #1d70b8;
}
button.icon:after,
button.icon:before {
  background: #fff;
  border: 1px solid #0b0c0c;
  content: "";
  position: absolute;
}
button.icon:hover,
button.icon:hover:after,
button.icon:hover:before {
  background-color: #1d70b8;
}
button.icon[disabled]:hover,
button.icon[disabled]:after,
button.icon[disabled]:before {
  background-color: #1d70b8;
  cursor: not-allowed;
}
button.heart {
  border-radius: 100%;
  height: 14px;
  margin-right: 12px;
  width: 15px;
}
button.heart:after {
  border-radius: 100%;
  height: 13px;
  left: 11px;
  top: -1px;
  width: 12px;
}
button.heart:before {
  z-index: 1;
  border-left: none;
  border-top: none;
  height: 13px;
  left: 3px;
  top: 5px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.isFav:after,
button.isFav:before,
button.isFav.icon {
  background-color: #1d70b8;
  pointer-events: none;
}
.forMobile {
  display: none;
}
.tabWrapperTitle {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header .header-navigation-container-background {
    margin-right: 0 !important;
  }
  .grid-row.wallet_div {
    width: auto !important;
    height: auto !important;
  }
  .grid-row.wallet_div .wallet-wrapper {
    width: calc(50% - 15px) !important;
  }
  .grid-row.wallet_div .wallet img {
    width: 65% !important;
  }
  .wallet-wrapper.recommended > figure > figcaption,
  .wallet-wrapper.recommended > figure > figcaption > div {
    height: 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header .header-logo {
    width: calc(28% - 15px);
  }
  .header ul.rightNav {
    width: 52%;
  }
  .header .navigation-item {
    padding: 0 10px;
  }
  .messages-page .messages-container .message-list-right {
    width: 72% !important;
  }
  .button.button-secondary#id-submit:last-child {
    margin: 15px 0 0 0 !important;
  }
}
@media all and (min-width: 901px) and (max-width: 1031px) and (orientation: landscape) {
  .header ul.column-half {
    width: 52%;
  }
  .form-control-2-1 {
    width: 35%;
  }
  .search-button {
    margin-top: 4.4em !important;
  }
  .enter-together-mode-link,
  .exit-together-mode-container {
    top: 50px !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
@media all and (max-width: 900px) and (orientation: landscape) {
  .messages-page {
    margin-right: 0 !important;
  }
  .messages-page .messages-container .message-list-left {
    width: 11% !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .avatar-circle {
    margin-top: 18px !important;
    margin-left: 15px !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .message-item {
    display: none;
  }
  .messages-page .messages-container .message-list-right {
    width: 89% !important;
  }
  .messages-page .messages-container .bottom-contents {
    padding: 15px;
  }
  .messages-page .messages-container .bottom-contents .hin-message {
    width: 100% !important;
  }
  .upper-container {
    display: none !important;
  }
  .header ul.column-half {
    width: 66%;
  }
  .button.button-secondary#id-submit:last-child {
    margin: 15px 0 0 0 !important;
  }
  .display-panel {
    right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .header-button-menu {
    display: inline-block !important;
    width: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    background-color: #191D35;
    color: #fff;
  }
  .header-button-menu .icon-menu {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    content: "";
    margin-left: 4px;
    border-top-color: currentColor;
  }
  li.smDiv {
    position: relative;
    top: 0;
  }
  .header ul.rightNav.column-half .column-one-half {
    width: 70px;
  }
  .header ul.column-half .column-one-half .formstyle .search-input {
    width: 150px;
  }
  .search-icon-align {
    left: 150px;
  }
}
@media all and (max-width: 767px) {
  .custmodal-dialog {
    min-width: 80vw !important;
    width: 80vw !important;
  }
  .custmodal-dialog .modal-footer button {
    width: auto !important;
  }
  .forMobile {
    display: block !important;
  }
  .forMobile .header-navigation-container {
    padding: 0 !important;
    margin-right: 0 !important;
  }
  .forDesktop {
    display: none !important;
  }
  .header #header-navigation-container ul {
    height: auto;
    overflow: auto;
    margin-left: 0 !important;
  }
  .header #header-navigation-container ul li {
    display: inline-block;
    width: calc(100% - 40px) !important;
    height: auto;
    padding: 7.5px 15px;
  }
  .header #header-navigation-container ul li .navigation-item {
    padding: 0 !important;
    text-align: left;
    font-family: "helvetica_bold", sans-serif;
    width: auto;
  }
  .header #header-navigation-container ul li .display-panel {
    position: relative;
    left: 0;
    width: 300px;
  }
  .header-button-menu {
    display: inline-block !important;
    width: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    background-color: #191D35;
    color: #fff;
  }
  .header ul.rightNav {
    float: right;
    margin-right: 0;
    margin-top: -12px;
    height: auto;
    width: 52%;
  }
  .header ul.rightNav li {
    display: inline;
  }
  .header ul.rightNav.column-half .link2 {
    margin-right: 0;
    margin-left: 33px;
  }
  .header ul.rightNav .search-icon-align {
    position: relative;
    right: auto;
    font-size: 14px;
    width: 75px;
    left: initial;
  }
  .header ul.rightNav .form-control-1-1 {
    width: 46%;
  }
  .header ul.rightNav.column-half .column-one-half {
    margin-bottom: 10px !important;
    width: 100% !important;
    position: relative;
  }
  li.smDiv {
    position: relative;
    top: 0;
  }
  li.smDiv .chat-container .btn {
    padding: 7.5px 15px 7.5px 0;
  }
  .chat-icon .btn .chat-text {
    font-size: 18px;
  }
  .plan-position {
    width: auto !important;
  }
  #surveyElement .sv_main .sv_container .sv_body {
    padding: 0 !important;
  }
  #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q {
    padding: 0 0 0 0.3em !important;
  }
  #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline {
    display: inline-block !important;
  }
  #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline.sv_q_imgsel label div {
    width: auto !important;
  }
  #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline.sv_q_imgsel label input[type=radio] + div {
    padding: 2em !important;
  }
  .content-card.recommended > figure > figcaption > .caption-div div {
    min-height: 0 !important;
  }
  .content-card.recommended > figure > figcaption span,
  .content-card.recommended > figure > figcaption > div span {
    width: 75% !important;
  }
  .content-card.category > figure > figcaption span,
  .content-card.category > figure > figcaption > div span {
    font-size: 20px;
  }
  .content-card.subcategory > figure > figcaption span,
  .content-card.subcategory > figure > figcaption > div span {
    font-size: 20px;
  }
  .alignSeeAll {
    font-size: 16px;
  }
  .content-card.course > figure > figcaption span,
  .content-card.course > figure > figcaption > div span {
    font-size: 16px;
  }
  .grid-row.wallet_div .wallet-wrapper.recommended > figure > figcaption > .caption1-div div {
    padding: 2%;
  }
  .grid-row.wallet_div .wallet-wrapper.recommended > figure > figcaption span,
  .grid-row.wallet_div .wallet-wrapper.recommended > figure > figcaption > div span {
    font-size: 22px !important;
  }
  #heart-add-to-my-content,
  #heart-remove-from-my-content {
    margin: 0;
  }
  #heart-add-to-my-content svg,
  #heart-remove-from-my-content svg {
    transform: scale(0.8);
  }
  .grid-row.wallet_div {
    width: auto !important;
    height: auto !important;
  }
  .grid-row.wallet_div .wallet-wrapper {
    width: 100% !important;
  }
  .grid-row.wallet_div .wallet-wrapper.recommended > figure > figcaption,
  .grid-row.wallet_div .wallet-wrapper.recommended > figure > figcaption > div {
    height: 100% !important;
  }
  a .job-card,
  .header .tabWrapper ul {
    margin-right: 0 !important;
  }
  #applied-jobs,
  #nfn-job-list-table,
  .plan-education-que,
  .plan-employment-que,
  .plan-goal-que,
  .cv-add-education,
  .cv-add-training,
  .local-job-list-table,
  .my-cv,
  #cvList,
  .document-table,
  .job-application-table,
  .job-details-table,
  .expression-of-interest-table,
  .prison-job-list-table,
  .useful-link #fav-jobs {
    overflow-x: scroll;
  }
  #cvList table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .my-cv table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .my-cv table .description {
    width: auto;
  }
  .assessment_table,
  .work-experience-table {
    margin-right: 0 !important;
    overflow: scroll;
  }
  #id-section-dateOfBirth .form-control-1-16,
  #id-section-jobStartDate .form-control-1-16,
  #id-section-jobEndDate .form-control-1-16,
  #id-section-courseStartDate .form-control-1-16,
  #id-section-courseEndDate .form-control-1-16,
  #id-section-endDate .form-control-1-16,
  #id-section-startDate .form-control-1-16 {
    width: 5.4ex;
    margin-right: 20px;
    display: inline-block;
  }
  #id-section-dateOfBirth .form-control-1-10,
  #id-section-jobStartDate .form-control-1-10,
  #id-section-jobEndDate .form-control-1-10,
  #id-section-courseStartDate .form-control-1-10,
  #id-section-courseEndDate .form-control-1-10,
  #id-section-endDate .form-control-1-10,
  #id-section-startDate .form-control-1-10 {
    width: 9ex;
    display: inline-block;
  }
  .details-container {
    width: 100% !important;
  }
  .details-container .flex-row {
    display: block !important;
  }
  .details-container .flex-row .panel-label,
  .details-container .flex-row .panel-content {
    display: block !important;
    width: 100% !important;
    word-break: break-word;
  }
  .messages-page {
    margin-right: 0 !important;
  }
  .messages-page .messages-container .message-list-left {
    width: 20% !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item {
    min-height: 0 !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .avatar-circle {
    margin: 7px 10px 6px 7px !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .message-item {
    display: none;
  }
  .messages-page .messages-container .message-list-right {
    width: 80% !important;
  }
  .messages-page .messages-container .bottom-contents {
    padding: 15px;
  }
  .messages-page .messages-container .bottom-contents .hin-message {
    width: 100% !important;
  }
  .btn-align {
    padding: 4px 0 2px 0 !important;
  }
  .heading-xlarge {
    margin-bottom: 30px;
  }
  #content-items-subcategory {
    margin: 0 0 15px 0 !important;
    max-height: 400px;
    overflow: scroll;
  }
  #content-items-course {
    margin: 0;
  }
  #content-items-recommended .searchDiv .search-input {
    width: 97%;
  }
  #content-items-recommended .searchDiv .search-icon-align {
    right: 0;
  }
  .sv_qcbc.sv_qcbx .sv_q_checkbox .sv_q_checkbox_label .sv_q_checkbox_control_label {
    padding: 8px 0px !important;
    max-width: 80%;
    line-height: 1.25;
  }
  #surveyElement .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup .sv_q_radiogroup_label {
    max-width: 85%;
    line-height: 1.25;
  }
  .upper-container .months-container {
    width: 100%;
    font-size: 12px;
  }
  .planWrapper .upper-container.forDesktop {
    display: block !important;
  }
  .planWrapper .upper-container.forDesktop .months-container {
    width: 100% !important;
  }
  .planWrapper .upper-container.forDesktop .months-container .month-middle span {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .planWrapper .upper-container.forDesktop .months-container .month-container {
    width: 100% !important;
    text-align: center;
  }
  .planWrapper .pathway-container {
    height: auto !important;
    display: block !important;
  }
  .planWrapper .pathway-container .pathway-label-container {
    width: 98% !important;
    padding: 1%;
  }
  .planWrapper .pathway-container .pathway-label-container .pathway-label {
    font-size: 14px;
  }
  .planWrapper .pathway-timeline {
    position: relative;
    border-left: 0 !important;
    width: 100% !important;
  }
  .planWrapper .pathway-timeline .timeline-decorator-container {
    width: 100%;
    display: block !important;
    position: relative !important;
  }
  .planWrapper .pathway-timeline .timeline-decorator-container .gantt-left-month,
  .planWrapper .pathway-timeline .timeline-decorator-container .gantt-middle-month {
    display: block;
    float: left;
    width: calc(33% - 5px);
  }
  .planWrapper .pathway-timeline .timeline-decorator-container .gantt-right-month {
    float: right;
  }
  .planWrapper .pathway-timeline .timeline-course-container {
    display: block !important;
    position: absolute;
    top: 0;
  }
  .planWrapper .pathway-timeline .timeline-course-container .course-container {
    margin-top: 10px;
  }
  .planWrapper .today-label-container .today-label {
    margin-left: -126px !important;
  }
  .key-information-panel .three-quarters-section {
    width: 100% !important;
  }
  .key-information-panel .three-quarters-section h2 {
    margin-left: 0 !important;
    font-size: 24px !important;
  }
  .key-information-panel .complete-button {
    margin-bottom: 15px !important;
    float: left !important;
  }
  .key-information-panel .divider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .key-information-panel .date-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    width: 100% !important;
  }
  .key-information-panel .date-container span {
    display: block !important;
    font-size: 16px !important;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal {
    width: 95% !important;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .content-container {
    max-height: 480px;
    overflow: auto;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .button-container {
    padding: 0 10px;
    margin: 15px 0 15px 0;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .button-container .ml7 {
    margin-left: 0;
  }
  #id-section-help-initialPassword {
    width: 100% !important;
  }
  .chatBadge {
    left: 165px !important;
    top: 0 !important;
  }
  .heading-m {
    font-size: 18px !important;
  }
  .notice-board-icon {
    height: 18px !important;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .button-start,
  .button-get-started {
    background-position: 65% 50% !important;
    margin-bottom: 15px !important;
  }
  .button#id-forgot-password-button,
  .button#id-save-and-come-back-later,
  .button#id-save-and-continue,
  .button.change-password-link,
  .button#cv-summary-button,
  .button#return-button,
  .button#continue-button,
  .button#id-submit,
  .button#id-send,
  .button#id-cancel,
  .button#id-done,
  .button#button-new-chat,
  .button#button-cancel,
  .button#button-send,
  .button#save_draft_user_button {
    margin: 0 0 15px 0 !important;
  }
  .header ul.rightNav {
    float: none;
    margin: auto;
    width: auto;
  }
  .header ul.rightNav li {
    display: inline;
  }
  .header ul.rightNav.column-half .link2 {
    margin-right: 0;
    margin-left: 33px;
  }
  .header ul.rightNav .search-icon-align {
    right: auto;
    width: 60px;
  }
  .header ul.rightNav .form-control-1-1 {
    width: 45%;
  }
  .header ul.rightNav.column-half .column-one-half {
    margin-bottom: 10px !important;
  }
  .header-button-menu {
    top: 1.05em;
  }
  .header-button-menu:active,
  .header-button-menu:focus {
    top: 1em !important;
    background-color: #191D35 !important;
    color: #fff;
  }
  button.change-password-link {
    padding: 10px 0 !important;
    width: 100%;
  }
  #button-add-to-plan {
    width: auto !important;
    margin: 0 !important;
  }
  .assessment_table,
  .tabWrapper .tabs-panel {
    padding: 25px 10px !important;
  }
  .messages-page .messages-container .bottom-contents .button-alignment {
    float: none;
  }
  .assessment-data-keywordList li a {
    float: none !important;
    margin-top: 20px !important;
    display: inline-block;
    width: 100%;
  }
  .tabWrapper ul {
    border-bottom: 0 !important;
    padding: 10px 15px 0 15px !important;
  }
  .tabWrapper ul li {
    text-align: left !important;
    background-color: transparent !important;
    padding: 5px 0 5px 15px !important;
  }
  .tabWrapper ul li::before {
    color: #0b0c0c;
    content: "\2014";
    margin-left: 0px;
    padding-right: 5px;
  }
  .tabWrapper ul li a {
    float: none !important;
    text-decoration: underline !important;
    color: #1d70b8 !important;
    font-size: 16px !important;
  }
  .tabWrapper ul li a:visited {
    color: #4c2c92 !important;
  }
  .tabWrapper ul li a:active {
    color: #1d70b8 !important;
  }
  .tabWrapper ul li a:focus {
    background-color: transparent !important;
    outline: 3px solid transparent !important;
    box-shadow: none !important;
    color: #1d70b8 !important;
  }
  .header .tabWrapper ul li {
    border-bottom: 0 !important;
    padding: 5px 0 5px 15px !important;
    margin: 0 !important;
  }
  .header .tabWrapper ul li.active {
    padding: 5px 0 5px 15px !important;
  }
  .header .tabWrapper ul li:focus a {
    background-color: transparent !important;
    outline: 3px solid transparent !important;
    box-shadow: none !important;
    color: #1d70b8 !important;
  }
  .header .tabWrapper ul li a {
    color: #1d70b8 !important;
  }
  .header .tabWrapper ul li a:visited {
    color: #4c2c92 !important;
  }
  .header .tabWrapper ul li a:active {
    color: #1d70b8 !important;
  }
  .header .tabWrapper ul li a:focus,
  .header .tabWrapper ul li a.active,
  .header .tabWrapper ul li a:active {
    background-color: transparent !important;
    outline: 3px solid transparent !important;
    box-shadow: none !important;
    color: #1d70b8 !important;
  }
  .header #header-navigation-container ul {
    height: auto;
    overflow: auto;
    width: 100%;
  }
  .header #header-navigation-container ul li {
    display: inline-block;
    width: calc(100% - 35px) !important;
    height: auto;
    padding: 7.5px 15px;
  }
  .header #header-navigation-container ul li .navigation-item {
    padding: 0 !important;
    text-align: left;
    font-family: "helvetica_bold", sans-serif;
    width: auto;
  }
  .header #header-navigation-container ul li.active {
    border-bottom: 0 !important;
  }
  .header #header-navigation-container ul li .display-panel {
    position: relative;
    left: 0;
    width: 300px;
  }
  .tabWrapperTitle {
    display: block;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .messages-page .messages-container .message-list-left {
    width: 11% !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item {
    min-height: 72px !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .avatar-circle {
    margin-top: 18px !important;
    margin-left: 20% !important;
  }
  .messages-page .messages-container .message-list-left .govuk-grid-row .govuk-grid-column-one-third .moj-side-navigation .moj-side-navigation__item .message-item {
    display: none;
  }
  .messages-page .messages-container .message-list-right {
    width: 89% !important;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .content-container {
    max-height: 300px;
    overflow: auto;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .button-container {
    padding: 0 6%;
  }
  .together-mode-modal-background div.modal-container .together-mode-modal .button-container .ml7 {
    margin-left: -7.5px;
  }
  .result-container .column-half {
    padding: 0 !important;
  }
  .induction-questions-list #planPathwayDescription .selectOptions button.column-fifth {
    width: calc(50% - 10px) !important;
    vertical-align: top;
  }
}
@media all and (max-width: 835px) {
  .header .header-container .header-logo {
    width: auto;
  }
  .header .enter-together-mode-link,
  .header .exit-together-mode-container {
    top: 50px !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .header ul.rightNav.column-half {
    width: auto;
    float: right;
  }
  .header ul.rightNav.column-half li:nth-child(3) {
    display: block !important;
    float: right;
  }
  .header ul.rightNav.column-half .column-one-half {
    margin-top: 0px;
    width: 70px;
  }
  .header ul.rightNav.column-half .column-one-half .header-button-menu {
    top: 4px !important;
    right: -2px !important;
    padding: 0 !important;
    height: auto !important;
    color: #fff !important;
    outline: none !important;
    background: transparent !important;
    width: auto;
  }
  .header ul.rightNav.column-half .column-one-half .header-button-menu:focus {
    background-color: #ffdd00 !important;
    color: #0b0c0c !important;
  }
  .header ul.rightNav.column-half .column-one-half .header-button-menu .icon-menu {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 8.66px 5px 0 5px;
    content: "";
    margin-left: 4px;
    border-top-color: currentColor;
  }
  .header .navigation-item {
    padding: 0 10px;
  }
  .menu ul {
    margin-left: 0px;
  }
  .menu ul .header-list {
    border-bottom: 0 !important;
  }
  .menu ul .header-list.active {
    border-bottom: 0 !important;
    border-left: 4px solid #1d70b8;
  }
  .forDesktop {
    display: none !important;
  }
  .forMobile {
    display: block !important;
  }
  .forMobile .header-navigation-container {
    padding: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .errorMessagesdiv p {
    font-size: 18px !important;
  }
  .errorMessagesdiv input[type=checkbox] + .errorMessages div {
    font-size: 16px !important;
  }
  p {
    font-size: 16px !important;
  }
  .course-title {
    font-size: 24px;
  }
  .heading-xlarge {
    font-size: 32px !important;
    margin-bottom: 30px;
  }
  .heading-large,
  h2.linkTab {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .heading-medium,
  .goals-alert-heading,
  .induction-entry-heading {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
  .induction-history-inset {
    margin-left: 0 !important;
  }
  .button-link,
  .button-secondary {
    margin-bottom: 15px !important;
  }
  .question {
    font-size: 18px !important;
    line-height: 1.1111 !important;
  }
  .radio-wrapper label {
    font-size: 16px !important;
  }
  .profileWrapper {
    margin-right: 0 !important;
  }
  .summary-list-key {
    width: 42%;
    font-size: 16px !important;
  }
  .change-link {
    font-size: 16px;
  }
  .summary-list-actions {
    width: 110px !important;
    text-align: left !important;
  }
  .summary-list-actions .accordion-icon {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .category-card-container {
    float: left;
    width: 210px !important;
  }
  .summary-list-value {
    word-break: break-word;
  }
  .form-control-2-1 {
    width: 35%;
  }
  .search-button {
    margin-top: 2.9em !important;
  }
  .create-plan {
    position: relative !important;
  }
  .header .header-container .header-button-menu {
    top: 30px !important;
  }
}
@media all and (max-width: 761px) {
  .header .header-container ul.rightNav.column-half {
    width: auto;
    float: right;
  }
  .header .header-container ul.rightNav.column-half .column-one-half {
    margin-top: 0px;
    width: 70px;
  }
  .header .header-container ul.rightNav.column-half .column-one-half .header-button-menu {
    top: 22px !important;
    font-size: 16px;
    width: max-content;
  }
}
@media all and (max-width: 568px) {
  .header .header-container ul.rightNav.column-half {
    width: 60%;
  }
}
@media all and (max-width: 480px) {
  .header .header-container ul.rightNav.column-half {
    width: 25%;
    float: right;
    text-align: right;
    margin-top: -5px;
  }
  .header .header-container ul.rightNav.column-half .form-control-1-1 {
    width: 47%;
  }
  .header .header-container ul.rightNav.column-half .link2 {
    margin-left: 20px;
  }
  .header .header-container ul.rightNav.column-half li {
    margin-top: 0 !important;
  }
  .header .header-container ul.rightNav.column-half li:nth-child(3) {
    margin-top: 30px !important;
  }
  .header .header-container ul.rightNav.column-half li:nth-child(3) .header-button-menu {
    top: -4px !important;
    font-size: 16px;
    width: max-content;
  }
  .induction-questions-list #planPathwayDescription .selectOptions button.column-fifth {
    width: calc(100% - 10px) !important;
    vertical-align: top;
  }
  .category-card-container {
    width: 100% !important;
    height: 200px !important;
  }
  .form-control-2-1 {
    width: 100%;
  }
  .search-button {
    margin-top: 1.4em !important;
  }
  .mar-right15 {
    margin-right: 0 !important;
  }
  .summary-list-actions {
    width: 60px !important;
    text-align: left !important;
  }
  .summary-list-actions .accordion-icon {
    top: 45px;
  }
  .actions-container {
    padding: 0 15px;
    width: calc(100% - 30px) !important;
  }
  .actions-container .button {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .ngx-pagination a {
    padding: 7.5px 5px !important;
  }
}
@media all and (max-width: 835px) {
  .header-button-menu {
    font-size: 16px;
    width: max-content;
  }
}
@media all and (max-width: 992px) {
  .favourite-link {
    font-size: 14px;
  }
}
@media all and (min-width: 901px) and (max-width: 1031px) and (orientation: landscape) {
  .search-button {
    margin-top: 49.4px !important;
  }
}
.main-heading {
  padding-left: 5px;
}
@media all and (max-width: 1320px) {
  .rightNav {
    margin-right: 95px !important;
  }
}
@media all and (min-width: 1321px) {
  .rightNav {
    margin-right: 0px !important;
  }
}
.ttyd-chatContainer .chat-wrapper .message-item--received p {
  margin-bottom: 0 !important;
}
.ttyd-chatContainer .messages-container .message-list-right {
  width: 100% !important;
}
.icon-menu {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 8.66px 5px 0 5px;
  content: "";
  margin-left: 4px;
  border-top-color: currentColor;
}
.icon-menu.rotateIcon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff4081;
  --mat-progress-bar-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-filled-caret-color: #ff4081;
  --mat-form-field-filled-focus-active-indicator-color: #ff4081;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-outlined-caret-color: #ff4081;
  --mat-form-field-outlined-focus-outline-color: #ff4081;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #3f51b5;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ff4081;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff4081;
  --mat-chip-elevated-disabled-container-color: #ff4081;
  --mat-chip-elevated-selected-container-color: #ff4081;
  --mat-chip-flat-disabled-selected-container-color: #ff4081;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-focus-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-handle-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-handle-color: #3f51b5;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-focus-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-handle-color: #ff4081;
  --mat-slide-toggle-selected-pressed-handle-color: #ff4081;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ff4081;
  --mat-slider-focus-handle-color: #ff4081;
  --mat-slider-handle-color: #ff4081;
  --mat-slider-hover-handle-color: #ff4081;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-slider-inactive-track-color: #ff4081;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff4081;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ff4081;
  --mat-tab-active-ripple-color: #ff4081;
  --mat-tab-inactive-ripple-color: #ff4081;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ff4081;
  --mat-tab-active-hover-label-text-color: #ff4081;
  --mat-tab-active-focus-indicator-color: #ff4081;
  --mat-tab-active-hover-indicator-color: #ff4081;
  --mat-tab-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #3f51b5;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ff4081;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff4081;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff4081;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-outlined-state-layer-color: #ff4081;
  --mat-button-protected-container-color: #ff4081;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff4081;
  --mat-button-text-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-text-state-layer-color: #ff4081;
  --mat-button-tonal-container-color: #ff4081;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #7986cb;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff4081;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff4081 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}

/* node_modules/@videogular/ngx-videogular/fonts/videogular.css */
@font-face {
  font-family: videogular;
  src: url("./media/videogular-H7MSXT3I.eot?hj1wei");
  src:
    url("./media/videogular-H7MSXT3I.eot?hj1wei#iefix") format("embedded-opentype"),
    url("./media/videogular-ULU7CHZC.ttf?hj1wei") format("truetype"),
    url("./media/videogular-54D7AHHD.woff?hj1wei") format("woff"),
    url("./media/videogular-WX5DESMV.svg?hj1wei#videogular") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" vg-icon-"],
[class^=vg-icon-] {
  font-family: videogular !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-icon-closed_caption:before {
  content: "\e006";
}
.vg-icon-pause:before {
  content: "\e018";
}
.vg-icon-play_arrow:before {
  content: "\e01b";
}
.vg-icon-repeat:before {
  content: "\e023";
}
.vg-icon-replay:before {
  content: "\e025";
}
.vg-icon-skip_next:before {
  content: "\e027";
}
.vg-icon-skip_previous:before {
  content: "\e028";
}
.vg-icon-stop:before {
  content: "\e02a";
}
.vg-icon-volume_down:before {
  content: "\e030";
}
.vg-icon-volume_mute:before {
  content: "\e031";
}
.vg-icon-volume_off:before {
  content: "\e032";
}
.vg-icon-volume_up:before {
  content: "\e033";
}
.vg-icon-hd:before {
  content: "\e035";
}
.vg-icon-forward_10:before {
  content: "\e038";
}
.vg-icon-forward_30:before {
  content: "\e039";
}
.vg-icon-replay_10:before {
  content: "\e03b";
}
.vg-icon-replay_30:before {
  content: "\e03c";
}
.vg-icon-fullscreen:before {
  content: "\e20c";
}
.vg-icon-fullscreen_exit:before {
  content: "\e20d";
}
vg-player video {
  width: 100%;
  height: 100%;
}

/* node_modules/survey-core/defaultV2.min.css */
/*!
 * surveyjs - Survey JavaScript library v1.9.90
 * Copyright (c) 2015-2023 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
:root {
  --font-family:
    "Open Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.sv-action-bar {
  display: flex;
  box-sizing: content-box;
  position: relative;
  align-items: center;
  margin-left: auto;
  overflow: hidden;
  white-space: nowrap;
}
.sv-action-bar-separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv-action-bar--default-size-mode .sv-action-bar-separator {
  margin: 0 calc(1 * var(--base-unit, 8px));
}
.sv-action-bar--small-size-mode .sv-action-bar-separator {
  margin: 0 calc(0.5 * var(--base-unit, 8px));
}
.sv-action-bar-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: calc(1 * var(--base-unit, 8px));
  box-sizing: border-box;
  border: none;
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
  background-color: rgba(0, 0, 0, 0);
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: pointer;
  font-family: var(--font-family, var(--font-family));
  overflow-x: hidden;
  white-space: nowrap;
}
button.sv-action-bar-item {
  overflow: hidden;
}
.sv-action-bar--default-size-mode .sv-action-bar-item {
  height: calc(5 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  margin: 0 calc(1 * var(--base-unit, 8px));
}
.sv-action-bar--small-size-mode .sv-action-bar-item {
  height: calc(4 * var(--base-unit, 8px));
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
  margin: 0 calc(0.5 * var(--base-unit, 8px));
}
.sv-action:first-of-type .sv-action-bar-item {
  margin-inline-start: 0;
}
.sv-action:last-of-type .sv-action-bar-item {
  margin-inline-end: 0;
}
.sv-action-bar--default-size-mode .sv-action-bar-item__title--with-icon {
  margin-inline-start: calc(1 * var(--base-unit, 8px));
}
.sv-action-bar--small-size-mode .sv-action-bar-item__title--with-icon {
  margin-inline-start: calc(0.5 * var(--base-unit, 8px));
}
.sv-action-bar-item__icon svg {
  display: block;
}
.sv-action-bar-item__icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
.sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
  outline: none;
  background-color: var(--background-dim, #f3f3f3);
}
.sv-action-bar-item--active.sv-action-bar-item--pressed:focus,
.sv-action-bar-item--active.sv-action-bar-item--pressed:focus-visible {
  outline: none;
}
.sv-action-bar-item:not(.sv-action-bar-item--pressed):active:enabled {
  opacity: .5;
}
.sv-action-bar-item:disabled {
  opacity: .25;
  cursor: default;
}
.sv-action-bar-item__title {
  color: inherit;
  vertical-align: middle;
  white-space: nowrap;
}
.sv-action-bar-item--secondary .sv-action-bar-item__icon use {
  fill: var(--secondary, #ff9814);
}
.sv-action-bar-item--active .sv-action-bar-item__icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-action-bar-item-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  height: calc(5 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px));
  box-sizing: border-box;
  border: none;
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-family: var(--font-family, var(--font-family));
}
.sv-expand-action:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: 10px;
  width: 12px;
  margin: auto 8px;
}
.sv-expand-action--expanded:before {
  transform: rotate(180deg);
}
.sv-dots {
  width: 48px;
}
.sv-dots__item {
  width: 100%;
}
.sv-dots__item .sv-action-bar-item__icon {
  margin: auto;
}
.sv-action--hidden {
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.sv-action__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sv-action__content > * {
  flex: 0 0 auto;
}
.sv-action--space {
  margin-left: auto;
}
.sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
  background-color: var(--background-dim, #f3f3f3);
  opacity: 50%;
}
.sv-dragged-element-shortcut {
  height: calc(3 * var(--base-unit, 8px));
  min-width: calc(12.5 * var(--base-unit, 8px));
  border-radius: calc(4.5 * var(--base-unit, 8px));
  background-color: var(--background, #fff);
  padding: calc(2 * var(--base-unit, 8px));
  cursor: grabbing;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, .1);
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  padding-left: calc(2.5 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
}
.sv-matrixdynamic__drag-icon {
  padding-top: calc(1.75 * var(--base-unit, 8px));
}
.sv-matrixdynamic__drag-icon:after {
  content: " ";
  display: block;
  height: calc(0.75 * var(--base-unit, 8px));
  width: calc(2.5 * var(--base-unit, 8px));
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: calc(1.25 * var(--base-unit, 8px));
  cursor: move;
  margin-top: calc(1.5 * var(--base-unit, 8px));
}
.sv-matrix-row--drag-drop-ghost-mod td {
  background-color: var(--background-dim, #f3f3f3);
}
.sv-matrix-row--drag-drop-ghost-mod td > * {
  visibility: hidden;
}
sv-popup {
  display: block;
  position: absolute;
  z-index: -1;
}
.sv-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  outline: none;
  z-index: 2000;
  height: 100vh;
}
.sv-dropdown-popup {
  height: 0;
}
.sv-popup__container {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  position: absolute;
  padding: 0;
}
.sv-popup__shadow {
  width: 100%;
  height: 100%;
  border-radius: calc(2 * var(--sjs-corner-radius, 4px));
}
.sv-popup__body-content {
  background-color: var(--background, #fff);
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-width: 100vw;
}
.sv-popup.sv-popup--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
  padding: calc(11 * var(--base-unit, 8px)) calc(15 * var(--base-unit, 8px));
  box-sizing: border-box;
}
.sv-popup.sv-popup--modal .sv-popup__container {
  position: static;
}
.sv-popup.sv-popup--modal .sv-popup__body-content {
  padding: calc(4 * var(--base-unit, 8px));
  height: auto;
}
.sv-popup--overlay.sv-popup--overlay {
  width: 100%;
  height: var(--sv-popup-overlay-height, 100vh);
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__container {
  background: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
  max-width: 100vw;
  max-height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--base-unit, 8px));
  height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--base-unit, 8px));
  width: 100%;
  padding-top: calc(2 * var(--base-unit, 8px));
  border: unset;
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-content {
  max-height: var(--sv-popup-overlay-height, 100vh);
  max-width: 100vw;
  border-radius: calc(4 * var(--sjs-corner-radius, 4px)) calc(4 * var(--sjs-corner-radius, 4px)) 0px 0px;
  background: var(--background, #fff);
  box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, .1);
  padding: calc(3 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
  height: calc(100% - (1 * var(--base-unit, 8px)));
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__scrolling-content {
  height: calc(100% - 10*var(--base-unit, 8px));
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer {
  margin-top: calc(2 * var(--base-unit, 8px));
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer .sv-action-bar {
  width: 100%;
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer .sv-action {
  width: 100%;
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer-item {
  width: 100%;
}
.sv-popup--overlay.sv-popup--overlay .sv-popup__button {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sv-popup--modal .sv-popup__scrolling-content {
  padding: 2px;
  margin: -2px;
}
.sv-popup__scrolling-content {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.sv-popup__scrolling-content::-webkit-scrollbar,
.sv-popup__scrolling-content *::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: var(--background-dim, #f3f3f3);
}
.sv-popup__scrolling-content::-webkit-scrollbar-thumb,
.sv-popup__scrolling-content *::-webkit-scrollbar-thumb {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}
.sv-popup__content {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sv-popup--show-pointer.sv-popup--top .sv-popup__pointer {
  transform: translate(calc(-1 * var(--base-unit, 8px))) rotate(180deg);
}
.sv-popup--show-pointer.sv-popup--bottom .sv-popup__pointer {
  transform: translate(calc(-1 * var(--base-unit, 8px)), calc(-1 * var(--base-unit, 8px)));
}
.sv-popup--show-pointer.sv-popup--right {
  transform: translate(calc(1 * var(--base-unit, 8px)));
}
.sv-popup--show-pointer.sv-popup--right .sv-popup__pointer {
  transform: translate(-12px, -4px) rotate(-90deg);
}
.sv-popup--show-pointer.sv-popup--left {
  transform: translate(calc(-1 * var(--base-unit, 8px)));
}
.sv-popup--show-pointer.sv-popup--left .sv-popup__pointer {
  transform: translate(-4px, -4px) rotate(90deg);
}
.sv-popup__pointer {
  display: block;
  position: absolute;
}
.sv-popup__pointer:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: calc(1 * var(--base-unit, 8px)) solid rgba(0, 0, 0, 0);
  border-right: calc(1 * var(--base-unit, 8px)) solid rgba(0, 0, 0, 0);
  border-bottom: calc(1 * var(--base-unit, 8px)) solid var(--background, #fff);
  align-self: center;
}
.sv-popup__body-header {
  font-family: Open Sans;
  font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(4 * var(--base-unit, 8px));
  font-style: normal;
  font-weight: 700;
  margin-bottom: calc(2 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sv-popup__body-footer {
  display: flex;
  margin-top: calc(4 * var(--base-unit, 8px));
}
.sv-popup__body-footer .sv-action-bar {
  gap: calc(1.5 * var(--base-unit, 8px));
}
.sv-popup__button {
  margin: calc(0.25 * var(--base-unit, 8px));
}
.sv-popup--modal .sv-list__filter,
.sv-popup--overlay .sv-list__filter {
  padding-top: calc(1 * var(--base-unit, 8px));
}
.sv-popup--modal .sv-list__filter-icon,
.sv-popup--overlay .sv-list__filter-icon {
  top: calc(2.5 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay {
  z-index: 2001;
  padding: 0;
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__body-content {
  padding: 0;
  border-radius: 0;
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__body-footer .sv-action-bar .sv-action {
  width: auto;
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__button {
  background-color: rgba(0, 0, 0, 0);
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: none;
  box-shadow: none;
  padding: calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
  border-radius: calc(12.5 * var(--base-unit, 8px));
  margin: 0;
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__container {
  max-height: calc(var(--sv-popup-overlay-height, 100vh));
  height: calc(var(--sv-popup-overlay-height, 100vh));
  padding-top: 0;
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__body-content {
  height: calc(var(--sv-popup-overlay-height, 100vh));
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__body-footer {
  background-color: var(--background-dim-light, #f9f9f9);
  margin-top: 0;
  padding-top: calc(0.5 * var(--base-unit, 8px));
  padding-bottom: calc(0.5 * var(--base-unit, 8px));
  border-top: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__scrolling-content {
  height: calc(100% - 6*var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter-icon .sv-svg-icon {
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__container {
  padding: 0;
}
.sv-dropdown-popup.sv-popup--overlay .sv-list {
  flex-grow: 1;
  padding: calc(0.5 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter {
  display: flex;
  align-items: center;
  padding: calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter-icon {
  position: static;
  top: calc(1.5 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__empty-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: calc(1 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px));
  background-color: var(--background, #fff);
}
.sv-dropdown-popup.sv-popup--overlay .sv-popup__button:disabled {
  pointer-events: none;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button {
  height: calc(3 * var(--base-unit, 8px));
  width: calc(3 * var(--base-unit, 8px));
  padding: calc(0.5 * var(--base-unit, 8px));
  appearance: none;
  border: none;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button svg {
  height: calc(2 * var(--base-unit, 8px));
  width: calc(2 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__input {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  font-family: var(--font-family);
  padding: calc(0.5 * var(--base-unit, 8px)) 0 calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:hover .sv-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:focus .sv-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item--focused .sv-list__item-body {
  background: var(--background, #fff);
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
  background: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:hover.sv-list__item--selected .sd-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:focus.sv-list__item--selected .sd-list__item-body,
.sv-dropdown-popup.sv-popup--overlay .sv-list__item--focused.sv-list__item--selected .sd-list__item-body {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__body-content {
  --sv-popup-overlay-max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--base-unit, 8px) * 8);
  --sv-popup-overlay-max-width: calc(100% - var(--base-unit, 8px) * 8);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-height: var(--sv-popup-overlay-max-height);
  min-height: min(var(--sv-popup-overlay-max-height), 31 * var(--base-unit, 8px));
  height: auto;
  width: auto;
  min-width: min(40 * var(--base-unit, 8px), var(--sv-popup-overlay-max-width));
  max-width: var(--sv-popup-overlay-max-width);
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  overflow: hidden;
  margin: 0;
}
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__content,
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__scrolling-content,
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-list__container {
  flex-grow: 1;
}
.sv-button-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  overflow: auto;
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv-button-group:focus-within {
  box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-button-group__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  appearance: none;
  width: 100%;
  padding: 11px calc(2 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
  outline: none;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-weight: 400;
  background: var(--background, #fff);
  cursor: pointer;
  overflow: hidden;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  position: relative;
}
.sv-button-group__item:not(:last-of-type) {
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv-button-group__item--hover:hover {
  background-color: var(--background-dim, #f3f3f3);
}
.sv-button-group__item-icon {
  display: block;
  height: calc(3 * var(--base-unit, 8px));
}
.sv-button-group__item-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-button-group__item--selected {
  font-weight: 600;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-button-group__item--selected .sv-button-group__item-icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-button-group__item--selected:hover {
  background-color: var(--background, #fff);
}
.sv-button-group__item-decorator {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.sv-button-group__item-caption {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sv-button-group__item-icon + .sv-button-group__item-caption {
  margin-left: calc(1 * var(--base-unit, 8px));
}
.sv-button-group__item--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
  cursor: default;
}
.sv-button-group__item--disabled .sv-button-group__item-icon use {
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sv-button-group__item--disabled:hover {
  background-color: var(--background, #fff);
}
.sv-button-group:focus-within {
  box-shadow: 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.sv-hidden {
  display: none !important;
}
.sv-title-actions {
  display: flex;
  align-items: center;
  width: 100%;
}
.sv-title-actions__title {
  flex-wrap: wrap;
  max-width: 90%;
  min-width: 50%;
  white-space: initial;
}
.sv-action-title-bar {
  min-width: 56px;
}
.sv-title-actions .sv-title-actions__title {
  flex-wrap: wrap;
  flex: 0 0 auto;
  max-width: unset;
  min-width: unset;
}
.sv-title-actions .sv-action-title-bar {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: unset;
}
.sv_window {
  position: fixed;
  bottom: 3px;
  right: 10px;
  background-color: #5f9ea0;
  padding: 1px;
  font-family: var(--font-family, var(--font-family));
  font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
  z-index: 100;
}
.sv_window_title {
  padding: 8px 14px;
  margin: 0;
  font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
}
.sv_window_content {
  padding: 0;
  margin: 0;
  max-height: 80vh;
  overflow-y: auto;
}
.sv_window_title a,
.sv_window_title a:link,
.sv_window_title a:visited {
  text-decoration: none;
  font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-style: normal;
  color: #000;
}
.sv-brand-info {
  width: 100%;
  font-family: var(--font-family, var(--font-family));
  text-align: center;
  color: #161616;
  background: #fff;
  padding: 32px 0;
  box-shadow: 0px -1px 0px #d6d6d6;
}
.sv-brand-info a {
  color: #161616;
  text-decoration-line: underline;
}
.sv-brand-info__text {
  font-weight: 600;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  color: #161616;
}
.sv-brand-info__logo {
  display: inline-block;
}
.sv-brand-info__logo img {
  width: 118px;
}
.sv-brand-info__terms {
  font-weight: 400;
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
}
.sv-brand-info__terms a {
  color: #909090;
}
.sv-ranking {
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}
.sv-ranking-item {
  cursor: pointer;
  position: relative;
}
.sv-ranking-item:focus .sv-ranking-item__icon--hover {
  visibility: hidden;
}
.sv-ranking-item:hover:not(:focus) .sv-ranking-item__icon--hover {
  visibility: visible;
}
.sv-question--disabled .sv-ranking-item:hover .sv-ranking-item__icon--hover {
  visibility: hidden;
}
.sv-ranking-item:focus {
  outline: none;
}
.sv-ranking-item:focus .sv-ranking-item__icon--focus {
  visibility: visible;
  top: calc(0.6 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sv-ranking-item:focus .sv-ranking-item__index {
  background: var(--background, #fff);
  outline: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-ranking-item__content.sv-ranking-item__content {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: calc(0.5 * var(--base-unit, 8px)) 0px;
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.sv-ranking-item__icon-container {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  flex-shrink: 0;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(4 * var(--base-unit, 8px));
}
.sv-ranking-item__icon.sv-ranking-item__icon {
  visibility: hidden;
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
  position: absolute;
  top: calc(1 * var(--base-unit, 8px));
  width: calc(1.75 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sv-ranking-item__index.sv-ranking-item__index {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  border-radius: 100%;
  border: calc(0.25 * var(--base-unit, 8px)) solid rgba(0, 0, 0, 0);
  width: calc(5 * var(--base-unit, 8px));
  height: calc(5 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
  box-sizing: border-box;
  font-weight: 600;
  margin-left: calc(0 * var(--base-unit, 8px));
}
.sv-ranking-item__index.sv-ranking-item__index.sv-ranking-item__index--empty:empty {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAArSURBVHgB7cuhEQAwDMNAtUN4//m8RMtygcE5PxMQxAKnh6Q3mWzXd4mAD4cJBAQCqfbUAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
}
.sv-ranking-item__text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  margin: 0 calc(2 * var(--base-unit, 8px));
}
.sd-ranking--disabled .sv-ranking-item__text {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
}
.sv-ranking-item__ghost.sv-ranking-item__ghost {
  display: none;
  background-color: var(--background-dim, #f3f3f3);
  border-radius: calc(12.5 * var(--base-unit, 8px));
  padding: calc(0.5 * var(--base-unit, 8px)) 0px;
  width: calc(25 * var(--base-unit, 8px));
  height: calc(5 * var(--base-unit, 8px));
  z-index: 1;
  position: absolute;
  left: calc(5 * var(--base-unit, 8px));
}
[dir=rtl] .sv-ranking-item__ghost {
  left: initilal;
  right: calc(5 * var(--base-unit, 8px));
}
.sv-ranking-item--ghost .sv-ranking-item__ghost {
  display: block;
}
.sv-ranking-item--ghost .sv-ranking-item__content {
  visibility: hidden;
}
.sv-ranking-item--drag .sv-ranking-item__content {
  box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, .1);
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.sv-ranking--drag .sv-ranking-item:hover .sv-ranking-item__icon {
  visibility: hidden;
}
.sv-ranking-item--drag .sv-ranking-item__icon--hover {
  visibility: visible;
}
.sv-ranking--mobile .sv-ranking-item__icon--hover {
  visibility: visible;
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-ranking--mobile.sv-ranking--drag .sv-ranking-item--ghost .sv-ranking-item__icon.sv-ranking-item__icon--hover {
  visibility: hidden;
}
.sv-ranking--mobile.sv-ranking-shortcut {
  max-width: 80%;
}
.sv-ranking--mobile .sv-ranking-item__index.sv-ranking-item__index {
  margin-left: 0;
}
.sv-ranking--mobile .sd-element--with-frame .sv-ranking-item__icon {
  margin-left: 0;
}
.sv-ranking--design-mode .sv-ranking-item:hover .sv-ranking-item__icon {
  visibility: hidden;
}
.sv-ranking--disabled {
  opacity: .8;
}
.sv-ranking-shortcut[hidden] {
  display: none;
}
.sv-ranking-shortcut .sv-ranking-item__icon {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-ranking-shortcut .sv-ranking-item__text {
  margin-right: calc(4 * var(--base-unit, 8px));
}
.sv-ranking-shortcut .sv-ranking-item__icon--hover {
  visibility: visible;
}
.sv-ranking-shortcut .sv-ranking-item__icon {
  width: calc(1.75 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
  top: calc(1 * var(--base-unit, 8px));
}
.sv-ranking-shortcut .sv-ranking-item__icon-container {
  margin-left: calc(1 * var(--base-unit, 8px));
}
.sv-list {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background: var(--background, #fff);
  font-family: var(--font-family, var(--font-family));
  list-style-type: none;
}
.sv-list__empty-container {
  width: 100%;
  font-family: var(--font-family, var(--font-family));
  box-sizing: border-box;
  padding: calc(1.5 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sv-list__empty-text {
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-weight: 400;
  text-align: center;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-list__item {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sv-list__item-body {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding-block: calc(1 * var(--base-unit, 8px));
  padding-inline-end: calc(8 * var(--base-unit, 8px));
  padding-inline-start: calc(2 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) {
  outline: none;
}
.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
  border: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-border-light, var(--border-light, #eaeaea));
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  padding-block: calc(0.75 * var(--base-unit, 8px));
  padding-inline-end: calc(7.75 * var(--base-unit, 8px));
  padding-inline-start: calc(1.75 * var(--base-unit, 8px));
}
.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-string-viewer {
  margin-inline-start: calc(-0.25 * var(--base-unit, 8px));
}
.sv-list__item:hover,
.sv-list__item:focus {
  outline: none;
}
.sv-list__item:hover .sv-list__item-body,
.sv-list__item:focus .sv-list__item-body {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}
.sv-list__item--with-icon.sv-list__item--with-icon {
  padding: 0;
}
.sv-list__item--with-icon.sv-list__item--with-icon .sv-list__item-body {
  padding-top: calc(1.5 * var(--base-unit, 8px));
  padding-bottom: calc(1.5 * var(--base-unit, 8px));
  gap: calc(2 * var(--base-unit, 8px));
  display: flex;
}
.sv-list__item-icon {
  float: left;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sv-list__item-icon svg {
  display: block;
}
.sv-list__item-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
[dir=rtl] .sv-list__item-icon,
[style*="direction:rtl"] .sv-list__item-icon,
[style*="direction: rtl"] .sv-list__item-icon {
  float: right;
}
.sv-list__item-separator {
  margin: calc(1 * var(--base-unit, 8px)) 0;
  height: 1px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv-list__item.sv-list__item--selected .sv-list__item-body,
.sv-list__item.sv-list__item--selected:hover .sv-list__item-body,
.sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-body,
.sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-body,
li:focus .sv-list__item.sv-list__item--selected .sv-list__item-body {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}
.sv-list__item.sv-list__item--selected .sv-list__item-icon use,
.sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use,
.sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
.sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
  fill: var(--background, #fff);
}
.sv-multi-select-list .sv-list__item.sv-list__item--selected .sv-list__item-body,
.sv-multi-select-list .sv-list__item.sv-list__item--selected:hover .sv-list__item-body {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-weight: 400;
}
.sv-list__item.sv-list__item--disabled .sv-list__item-body {
  cursor: default;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-list__item span {
  white-space: nowrap;
}
.sv-list__container {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  display: flex;
  min-height: 0;
}
.sv-list__filter {
  border-bottom: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  background: var(--background, #fff);
  padding-bottom: calc(1 * var(--base-unit, 8px));
}
.sv-list__filter-icon {
  display: block;
  position: absolute;
  top: calc(1.5 * var(--base-unit, 8px));
  inset-inline-start: calc(2 * var(--base-unit, 8px));
}
.sv-list__filter-icon .sv-svg-icon {
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sv-list__filter-icon .sv-svg-icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-list__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: var(--background, #fff);
  box-sizing: border-box;
  width: 100%;
  outline: none;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  padding: calc(1.5 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
  padding-inline-start: calc(7 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
  border: none;
}
.sv-list__input::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-list__input:disabled,
.sv-list__input:disabled::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-list__loading-indicator {
  pointer-events: none;
}
.sv-list__loading-indicator .sv-list__item-body {
  background-color: rgba(0, 0, 0, 0);
}
.sv-save-data_root {
  position: absolute;
  left: 50%;
  bottom: calc(3 * var(--base-unit, 8px));
  background: var(--background, #fff);
  opacity: 0;
  padding: calc(3 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  border-radius: calc(2 * var(--sjs-corner-radius, 4px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  min-width: calc(30 * var(--base-unit, 8px));
  text-align: center;
  z-index: 1600;
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%) translateY(calc(3 * var(--base-unit, 8px)));
  transition-timing-function: ease-in;
  transition-property: transform, opacity;
  transition-delay: .25s;
  transition: .5s;
}
.sv-save-data_root.sv-save-data_root--shown {
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
  transform: translateX(-50%) translateY(0);
  transition-delay: .25s;
  opacity: .75;
}
.sv-save-data_root span {
  display: flex;
  flex-grow: 1;
}
.sv-save-data_root .sv-action-bar {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.sv-save-data_root--shown.sv-save-data_success,
.sv-save-data_root--shown.sv-save-data_error {
  opacity: 1;
}
.sv-save-data_root.sv-save-data_error {
  background-color: var(--red, #e60a3e);
  color: var(--background, #fff);
  font-weight: 600;
  padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
  gap: calc(6 * var(--base-unit, 8px));
}
.sv-save-data_root.sv-save-data_error .sv-save-data_button {
  font-weight: 600;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  height: calc(5 * var(--base-unit, 8px));
  color: #fff;
  background-color: var(--red, #e60a3e);
  border: calc(0.25 * var(--base-unit, 8px)) solid #fff;
  border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
  display: flex;
  align-items: center;
}
.sv-save-data_root.sv-save-data_error .sv-save-data_button:hover,
.sv-save-data_root.sv-save-data_error .sv-save-data_button:focus {
  color: var(--red, #e60a3e);
  background-color: var(--background, #fff);
}
.sv-save-data_root.sv-save-data_success {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: #fff;
  font-weight: 600;
}
.sd-element {
  padding-left: var(--sv-element-add-padding-left, 0px);
  padding-right: var(--sv-element-add-padding-right, 0px);
}
.sd-element__title {
  outline: none;
}
.sd-element__title.sd-element__title--disabled {
  opacity: .25;
}
.sd-root--readonly .sd-element__title.sd-element__title--disabled {
  opacity: 1;
}
.sd-element--invisible {
  opacity: .35;
}
.sd-element__title {
  font-size: 0;
  line-height: 0;
  position: static;
  font-weight: 600;
  margin: 0;
}
.sd-element__title .sd-element__num {
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
}
.sd-element__title span {
  font-family: var(--sjs-font-questiontitle-family, var(--font-family));
  font-weight: var(--sjs-font-questiontitle-weight, 600);
  font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-element__title .sv-title-actions__title {
  font-size: 0;
  line-height: 0;
}
.sd-element__title .svc-string-editor {
  display: inline-block;
  max-width: 100%;
}
.sd-element__title .sv-string-editor {
  max-width: 100%;
  white-space: normal;
}
.sd-element__title .sv-title-actions__title {
  white-space: nowrap;
}
.sd-element__title .sv-string-viewer {
  white-space: normal;
}
.sd-element__num {
  float: left;
  padding-top: calc(0.625 * var(--base-unit, 8px));
  padding-bottom: calc(0.375 * var(--base-unit, 8px));
  padding-inline-start: 0;
  padding-inline-end: calc(1 * var(--base-unit, 8px));
  width: calc(5 * var(--base-unit, 8px));
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  margin-inline-start: calc(-5 * var(--base-unit, 8px));
  text-align: end;
  box-sizing: border-box;
  white-space: nowrap;
  flex-shrink: 0;
}
.sd-element__num + span {
  float: left;
  width: 0;
}
[dir=rtl] .sd-element__num,
[style*="direction:rtl"] .sd-element__num,
[style*="direction: rtl"] .sd-element__num {
  float: right;
}
.sd-element__title--num-inline .sd-element__num {
  float: none;
  margin-inline-start: 0;
  width: auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.sd-element__title--num-inline .sd-element__num + span {
  float: none;
  width: auto;
}
.sd-element__title--expandable.sd-element__title--expandable {
  position: relative;
  display: block;
}
.sd-element__title--expandable:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z' fill='%23909090'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(2 * var(--base-unit, 8px));
  width: calc(2 * var(--base-unit, 8px));
  position: absolute;
  left: calc(-3 * var(--base-unit, 8px));
  top: calc(0.5 * var(--base-unit, 8px));
}
.sd-element__title--expandable.sd-element__title--expanded:before {
  transform: rotate(90deg);
}
.svc-logic-question-value,
.sd-element--with-frame {
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  box-sizing: border-box;
  padding-top: var(--sd-base-padding);
  padding-left: calc(var(--sd-base-padding) + var(--sv-element-add-padding-left, 0px));
  padding-right: calc(var(--sd-base-padding) + var(--sv-element-add-padding-right, 0px));
  padding-bottom: var(--sd-base-padding);
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
  box-shadow: var(--sjs-general-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
}
.svc-logic-question-value.sd-question--paneldynamic,
.sd-element--with-frame.sd-question--paneldynamic {
  padding-bottom: 0;
}
.svc-logic-question-value.sd-question--paneldynamic > .sd-question__erbox--below-question,
.sd-element--with-frame.sd-question--paneldynamic > .sd-question__erbox--below-question {
  bottom: 0;
  margin-top: 0;
}
.sd-element--complex.sd-element--complex > .sd-question__erbox--above-question {
  margin-top: 0;
  margin-bottom: 0;
}
.sd-element--complex > .sd-element__header--location-top {
  margin-top: 0;
}
.sd-element--complex > .sd-element__header--location-top:after {
  content: " ";
  display: block;
  position: relative;
  height: 1px;
  background: var(--sjs-border-light, var(--border-light, #eaeaea));
  bottom: 0;
}
.sd-element--complex.sd-element--with-frame {
  padding-top: 0;
}
.sd-element--complex.sd-element--with-frame > .sd-element__header--location-top {
  margin-top: 0;
  padding-top: var(--sd-base-vertical-padding);
  padding-bottom: var(--sd-base-vertical-padding);
}
.sd-element--complex.sd-element--with-frame > .sd-element__header--location-top:after {
  bottom: calc(-1*var(--sd-base-vertical-padding));
  left: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
}
.sd-element--expanded > .sd-element__header,
.sd-element--collapsed > .sd-element__header {
  cursor: pointer;
}
.sd-element--collapsed > .sd-element__header {
  padding: calc(0 * var(--base-unit, 8px)) var(--sd-base-padding);
  box-sizing: border-box;
  background-color: var(--background, #fff);
}
.sd-element--collapsed.sd-element--complex > .sd-element__header--location-top:after {
  display: none;
}
.sd-element--collapsed.sd-element--with-frame {
  padding-top: 0;
  padding-bottom: 0;
}
.sd-element--collapsed.sd-element--with-frame > .sd-element__header {
  padding-top: calc(2 * var(--base-unit, 8px));
  padding-bottom: calc(2 * var(--base-unit, 8px));
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
}
.sd-element--collapsed.sd-element--with-frame > .sd-element__header--location-top {
  margin-top: 0;
}
.sd-element--collapsed > .sd-element__header:focus-within,
.sd-element--collapsed > .sd-element__header:hover {
  background-color: var(--background-dim-light, #f9f9f9);
}
.sd-element--collapsed > .sd-element__header {
  margin-left: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
}
.sd-element--nested.sd-element--complex > .sd-element__header--location-top:after {
  bottom: calc(-0.5*var(--sd-base-vertical-padding));
}
.sd-element--nested.sd-element--collapsed > .sd-element__header:hover,
.sd-element--nested.sd-element--collapsed > .sd-element__header:focus-within {
  box-shadow: 0 calc(-2 * var(--base-unit, 8px)) 0 0 var(--background-dim-light, #f9f9f9), 0 calc(2 * var(--base-unit, 8px)) 0 var(--background-dim-light, #f9f9f9);
}
.sd-element--nested.sd-panel,
.sd-element--nested.sd-question--paneldynamic {
  border: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  border-radius: calc(var(--sjs-corner-radius, 4px) - 4px);
  box-sizing: border-box;
  padding-left: var(--sd-base-padding);
  padding-right: var(--sd-base-padding);
}
.sd-element--nested.sd-panel > .sd-element__header--location-top,
.sd-element--nested.sd-question--paneldynamic > .sd-element__header--location-top {
  padding-top: calc(.5*var(--sd-base-vertical-padding));
  padding-bottom: calc(.5*var(--sd-base-vertical-padding));
}
.sd-element--nested.sd-panel > .sd-element__header--location-top:after,
.sd-element--nested.sd-question--paneldynamic > .sd-element__header--location-top:after {
  left: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
  bottom: calc(-0.5*var(--sd-base-vertical-padding));
}
.sd-element--nested.sd-panel > .sd-question__erbox--outside-question,
.sd-element--nested.sd-question--paneldynamic > .sd-question__erbox--outside-question {
  margin-left: calc(-1*var(--sd-base-padding));
  margin-right: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
}
.sd-element--nested.sd-panel > .sd-question__erbox--below-question,
.sd-element--nested.sd-question--paneldynamic > .sd-question__erbox--below-question {
  bottom: 0;
  margin-top: 0;
}
.sd-element--nested.sd-panel.sd-element--collapsed > .sd-element__header--location-top:after,
.sd-element--nested.sd-question--paneldynamic.sd-element--collapsed > .sd-element__header--location-top:after {
  display: none;
}
.sd-element--nested.sd-panel.sd-element--collapsed > .sd-element__header--location-top:hover,
.sd-element--nested.sd-panel.sd-element--collapsed > .sd-element__header--location-top:focus-within,
.sd-element--nested.sd-question--paneldynamic.sd-element--collapsed > .sd-element__header--location-top:hover,
.sd-element--nested.sd-question--paneldynamic.sd-element--collapsed > .sd-element__header--location-top:focus-within {
  box-shadow: none;
}
.sd-element--nested > .sd-panel__content {
  padding-bottom: var(--sd-base-padding);
}
.sd-element--with-frame.sd-element--compact {
  border: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  box-shadow: none;
}
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
  padding-bottom: calc(.5*var(--sd-base-vertical-padding));
  padding-top: 0;
}
.svc-question__content .sd-element--complex > .sd-element__header--location-top:after {
  display: none;
}
.sd-question {
  position: relative;
}
.sd-question__erbox {
  padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  font-weight: 600;
  line-height: calc(2 * var(--base-unit, 8px));
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  white-space: normal;
  text-align: left;
}
.sd-question__erbox--outside-question {
  width: 100%;
  color: var(--red, #e60a3e);
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
  box-sizing: border-box;
}
.sd-question__erbox--above-question {
  border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
  margin-bottom: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px));
}
.sd-question__erbox--below-question {
  margin-top: calc(1 * var(--base-unit, 8px));
}
.sd-element--with-frame > .sd-question__erbox--below-question {
  position: relative;
  margin-top: 0;
  bottom: calc(-1*var(--sd-base-padding));
  border-radius: 0 0 calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px));
}
.sd-root-modern--mobile .sd-question__erbox--below-question {
  margin-top: calc(1 * var(--base-unit, 8px));
}
.sd-question__header {
  width: 100%;
}
.sd-question__header--location-top {
  padding-bottom: calc(.5*var(--sd-base-vertical-padding));
}
.sd-question__header--location--bottom {
  padding-top: calc(.5*var(--sd-base-vertical-padding));
}
.svc-logic-question-value > .sd-question__erbox--outside-question,
.sd-element--with-frame > .sd-question__erbox--outside-question {
  margin-left: calc(-1*var(--sd-base-padding));
  margin-right: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
}
.svc-logic-question-value > .sd-question__erbox--above-question,
.sd-element--with-frame > .sd-question__erbox--above-question {
  margin-top: calc(-1*var(--sd-base-padding));
  margin-bottom: var(--sd-base-vertical-padding);
}
.svc-logic-question-value > .sd-question__header--location-top,
.sd-element--with-frame > .sd-question__header--location-top {
  margin-top: calc(-1 * var(--base-unit, 8px));
}
.svc-logic-question-value > .sd-question__content > .sd-question__header--location--bottom,
.sd-element--with-frame > .sd-question__content > .sd-question__header--location--bottom {
  margin-bottom: calc(-1 * var(--base-unit, 8px));
}
.sd-scrollable .sd-question__content {
  overflow-x: auto;
  padding: calc(2 * var(--base-unit, 8px)) 0;
}
.sd-question__header--location--left {
  display: inline-block;
  width: auto;
  max-width: 50%;
  vertical-align: top;
  margin-top: calc(1.5 * var(--base-unit, 8px));
}
.sd-question--left {
  display: flex;
  flex-wrap: wrap;
}
.sd-question__content--left {
  display: inline-block;
  padding-left: calc(3 * var(--base-unit, 8px));
  flex: 1;
}
.sd-question__required-text {
  color: var(--red, #e60a3e);
  vertical-align: top;
}
.sd-question__comment-area {
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  margin-top: calc(2 * var(--base-unit, 8px));
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  white-space: normal;
}
.sd-question__erbox--tooltip {
  display: none;
  position: fixed;
  height: auto;
  width: auto;
  max-width: calc(29 * var(--base-unit, 8px));
  background-color: var(--background, #fff);
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .75;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  z-index: 1000;
}
.sd-question__content:hover:not(:focus-within) > .sd-question__erbox--tooltip {
  display: block;
}
.sd-question__erbox--location--top,
.sd-question__erbox--location--bottom {
  display: block;
  color: var(--red, #e60a3e);
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.sd-question--empty.sd-question--complex > .sd-question__header--location-top {
  padding-bottom: calc(.5*var(--sd-base-vertical-padding));
}
.sd-question--empty.sd-question--complex > .sd-question__header--location-top:after {
  display: none;
}
.sd-question__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(0.5 * var(--base-unit, 8px));
  justify-content: center;
  min-height: calc(24 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-question__placeholder > div .sv-string-viewer,
.sd-question__placeholder > span .sv-string-viewer {
  white-space: pre-line;
}
.sd-question--empty.sd-question--complex > .sd-question__content {
  padding-top: 0;
  padding-bottom: 0;
}
.sd-question--empty.sd-question--complex > .sd-question__content:first-child {
  padding-top: var(--sd-base-padding);
}
.sd-scrollable-container:not(.sd-scrollable-container--compact) {
  width: max-content;
  overflow-x: hidden;
  max-width: 100%;
}
.sd-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: static;
  width: 100%;
  height: calc(6 * var(--base-unit, 8px));
  box-sizing: border-box;
  padding: calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
  line-height: calc(3 * var(--base-unit, 8px));
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
  box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
  border: none;
  border-radius: var(--sjs-editorpanel-cornerRadius, var(--sjs-corner-radius, 4px));
  text-align: start;
}
.sd-input.sd-input:focus {
  outline: none;
}
.sd-input--disabled {
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sd-input::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sd-input--disabled,
.sd-input--disabled::placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
}
.sd-root--readonly .sd-input--disabled,
.sd-root--readonly .sd-input--disabled::placeholder {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sd-input:focus {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-input--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-text__content {
  position: relative;
}
.sd-remaining-character-counter {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  font-family: var(--font-family);
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  position: absolute;
  inset-inline-end: calc(2 * var(--base-unit, 8px));
  inset-block-end: calc(1.5 * var(--base-unit, 8px));
}
.sd-question__content:focus-within .sd-remaining-character-counter {
  display: flex;
}
.sd-input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(1 * var(--base-unit, 8px));
  height: calc(1.5 * var(--base-unit, 8px));
}
.sd-input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc(-0.75 * var(--base-unit, 8px));
  border-radius: 100%;
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  box-shadow: inset 0 0 0 2px var(--background, #fff);
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  height: calc(3 * var(--base-unit, 8px));
  width: calc(3 * var(--base-unit, 8px));
}
.sd-input[type=range]::-moz-range-track {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(1 * var(--base-unit, 8px));
  height: calc(1.5 * var(--base-unit, 8px));
}
.sd-input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc(-0.75 * var(--base-unit, 8px));
  border-radius: 100%;
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  box-shadow: inset 0 0 0 2px var(--background, #fff);
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  height: calc(3 * var(--base-unit, 8px));
  width: calc(3 * var(--base-unit, 8px));
}
.sd-comment {
  display: block;
  height: auto;
  min-width: calc(6 * var(--base-unit, 8px));
  min-height: calc(6 * var(--base-unit, 8px));
  max-width: 100%;
}
.sd-comment__content {
  position: relative;
}
.sd-panel {
  position: relative;
}
.sd-panel.sd-panel--as-page > .sd-panel__content {
  padding-top: 0;
}
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header {
  padding-top: 0;
  padding-bottom: 0;
}
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header:after {
  content: none;
}
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
  font-family: var(--sjs-font-pagetitle-family, var(--font-family));
  font-weight: var(--sjs-font-pagetitle-weight, 700);
  font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  position: static;
  line-height: calc(4 * var(--base-unit, 8px));
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
}
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
  font-family: var(--sjs-font-pagedescription-family, var(--font-family));
  font-weight: var(--sjs-font-pagedescription-weight, 400);
  font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  position: static;
  line-height: calc(3 * var(--base-unit, 8px));
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
}
.sd-panel__required-text {
  color: var(--red, #e60a3e);
}
.sd-panel__footer {
  box-sizing: border-box;
  padding-left: calc(var(--sd-base-padding) - 3 * var(--base-unit, 8px));
  margin-left: calc(-1*var(--sd-base-padding));
  width: calc(100% + 2*var(--sd-base-padding));
  margin-bottom: calc(-1*var(--sd-base-padding) + .5*var(--sd-base-vertical-padding));
  margin-top: calc(.5*var(--sd-base-vertical-padding));
  border-top: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  padding-top: calc(.5*var(--sd-base-vertical-padding));
}
.sd-panel__content {
  padding-top: var(--sd-base-vertical-padding);
}
.svc-question__content .sd-panel__content {
  gap: 0;
  padding-top: 0;
}
.sjs_sp_placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sjs_sp_container {
  border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
}
.sjs_sp_controls.sd-signaturepad__controls {
  right: calc(1 * var(--base-unit, 8px));
  top: calc(1 * var(--base-unit, 8px));
  left: auto;
  bottom: auto;
}
.sd-question--signature:not(.sd-question--answered) .sd-signaturepad__controls {
  display: none;
}
.sd-question--signature.sd-question--error .sjs_sp_placeholder {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-checkbox__decorator {
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
}
.sd-checkbox__svg {
  display: none;
  width: calc(2.5 * var(--base-unit, 8px));
  height: calc(2.5 * var(--base-unit, 8px));
}
.sd-checkbox--checked .sd-checkbox__svg {
  display: block;
}
.sd-checkbox--checked .sd-checkbox__svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use {
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-checkbox--checked .sd-checkbox__control:focus + .sd-checkbox__decorator .sd-checkbox__svg use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-matrixdynamic__btn.sd-matrixdynamic__add-btn {
  position: sticky;
  left: calc(-3 * var(--base-unit, 8px));
  margin-left: calc(-3 * var(--base-unit, 8px));
  z-index: 12;
}
.sd-matrixdynamic__footer:first-child {
  padding-bottom: calc(2 * var(--base-unit, 8px));
}
.sd-matrixdynamic__footer {
  padding-top: calc(1 * var(--base-unit, 8px));
}
.sd-action.sd-matrixdynamic__remove-btn {
  opacity: .5;
}
.sd-matrixdynamic__btn {
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-family: var(--font-family, var(--font-family));
  font-weight: 600;
  padding: calc(1 * var(--base-unit, 8px)) 0;
}
.sd-matrixdynamic__drag-element {
  padding: calc(2 * var(--base-unit, 8px));
}
.sd-matrixdynamic__drag-element:hover {
  background-color: var(--background, #fff);
}
.sd-matrixdynamic__drag-element:after {
  content: " ";
  display: block;
  height: calc(0.5 * var(--base-unit, 8px));
  width: calc(2 * var(--base-unit, 8px));
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
  box-sizing: border-box;
  border-radius: calc(1.25 * var(--base-unit, 8px));
}
.sd-matrixdynamic__placeholder .sd-matrixdynamic__add-btn {
  margin-left: 0;
}
.sd-drag-element__svg {
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
  display: block;
}
.sd-drag-element__svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-table {
  width: 100%;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
  border-collapse: collapse;
  white-space: normal;
}
.sd-table--align-top .sd-table__cell {
  vertical-align: top;
}
.sd-table--alternate-rows {
  margin: 0 8px;
  width: calc(100% - 2 * var(--base-unit, 8px));
}
.sd-table--alternate-rows .sd-table__cell:first-of-type {
  padding-left: calc(2 * var(--base-unit, 8px));
}
.sd-table--alternate-rows .sd-table__cell:last-of-type {
  padding-right: calc(2 * var(--base-unit, 8px));
}
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td,
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type {
  background-color: var(--background-dim-light, #f9f9f9);
}
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td .sd-input,
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-input {
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td .sd-item__decorator,
.sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-item__decorator {
  --sd-item-default-background: var(--primary-foreground, #fff);
}
.sd-table__cell {
  font-weight: normal;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  text-align: center;
}
.sd-table__cell--item .sd-selectbase__item {
  text-align: center;
}
.sd-table__cell--item .sd-selectbase__label {
  justify-content: center;
}
.sd-question--disabled .sd-table__cell {
  opacity: .25;
}
.sd-root--readonly .sd-question--disabled .sd-table__cell {
  opacity: 1;
}
.sd-table__cell--header {
  font-weight: 600;
  vertical-align: top;
  padding: calc(1.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
}
.sd-table__cell--header:not(.sd-table__cell--empty) {
  min-width: calc(14 * var(--base-unit, 8px));
}
.sd-matrixdropdown .sd-table__cell--header.sd-table__cell--empty {
  min-width: calc(14 * var(--base-unit, 8px));
  width: calc(14 * var(--base-unit, 8px));
}
.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty) {
  min-width: calc(14 * var(--base-unit, 8px));
  width: calc(14 * var(--base-unit, 8px));
}
.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--dropdown,
.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--rating {
  min-width: calc(22 * var(--base-unit, 8px));
  width: calc(22 * var(--base-unit, 8px));
}
.sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--boolean {
  min-width: calc(18 * var(--base-unit, 8px));
  width: calc(18 * var(--base-unit, 8px));
}
.sd-table__cell--detail-panel {
  padding: 0 calc(1 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
}
.sd-table__cell--actions .sv-action-bar,
.sd-matrixdynamic__add-btn .sv-action-bar {
  overflow: visible;
}
.sd-table__cell--actions .svc-string-editor__button--done,
.sd-matrixdynamic__add-btn .svc-string-editor__button--done {
  width: calc(2 * var(--base-unit, 8px));
}
.svc-question__content .sd-table__cell--actions .sv-action-bar-item:disabled {
  background: var(--background, #fff);
  opacity: 1;
}
.svc-question__content .sd-table__cell--actions .sv-action-bar-item:disabled use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-table__cell--actions:not(.sd-table__cell--vertical) {
  width: 0;
}
.sd-table__cell--detail-button {
  border: none;
  background: rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--base-unit, 8px));
  width: calc(4 * var(--base-unit, 8px));
  height: calc(4 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px));
}
.sd-table__cell--detail-button svg {
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-table__cell--detail-button:hover {
  background: var(--green-light, rgba(25, 179, 148, 0.1));
}
.sd-table__cell--detail-button:hover svg {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-table__cell--actions {
  white-space: nowrap;
}
.sd-table__cell--actions.sd-table__cell--vertical .sd-action-bar {
  justify-content: center;
}
.sd-table__cell--row-text {
  font-weight: 600;
  text-align: left;
  min-width: calc(12 * var(--base-unit, 8px));
  padding: calc(2.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
}
.sd-matrixdynamic__content .sd-table__question-wrapper {
  position: relative;
}
.sd-table__question-wrapper:not(:focus-within):hover {
  position: relative;
}
.sd-table__question-wrapper:not(:focus-within):hover .sd-question__erbox--tooltip {
  display: inline-block;
}
.sd-table__cell--actions:not(.sd-table__cell--vertical),
.sd-table__cell--empty,
.sd-table__cell--row-text,
.sd-matrix__cell:first-of-type,
.sd-matrix tr > td:first-of-type {
  position: sticky;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
  z-index: 12;
}
.sd-table__cell--actions:not(.sd-table__cell--vertical):first-of-type,
.sd-table__cell--empty:first-of-type,
.sd-table__cell--row-text:first-of-type,
.sd-matrix__cell:first-of-type:first-of-type,
.sd-matrix tr > td:first-of-type:first-of-type {
  left: calc(-1 * var(--base-unit, 8px));
}
.sd-table__cell--actions:not(.sd-table__cell--vertical):last-of-type,
.sd-table__cell--empty:last-of-type,
.sd-table__cell--row-text:last-of-type,
.sd-matrix__cell:first-of-type:last-of-type,
.sd-matrix tr > td:first-of-type:last-of-type {
  right: calc(-1 * var(--base-unit, 8px));
}
.sd-table__cell--actions:not(.sd-table__cell--vertical):last-child .sd-action-bar {
  margin-right: calc(-3 * var(--base-unit, 8px));
  justify-content: flex-end;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
}
.sd-question.sd-question--table {
  position: relative;
  overflow-x: auto;
}
.sd-table-wrapper {
  display: flex;
  margin: 0 calc(-1*var(--sd-base-padding));
  width: fit-content;
  min-width: calc(100% + 2*var(--sd-base-padding));
}
.sd-table-wrapper:before,
.sd-table-wrapper:after {
  content: "";
  display: block;
  position: sticky;
  min-height: 100%;
  width: calc(var(--sd-base-padding) - var(--base-unit, 8px));
  flex-shrink: 0;
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
  z-index: 11;
}
.sd-table-wrapper::before {
  left: calc(-1*var(--sd-base-padding));
}
.sd-table-wrapper:after {
  right: calc(-1*var(--sd-base-padding));
}
.sd-table-wrapper > * {
  flex-basis: 100%;
}
.sd-question--table > .sd-question__header,
.sd-question--table .sd-question__description--under-input .sv-string-viewer {
  position: sticky;
  left: 0;
}
.sd-question--table > .sd-question__content {
  padding-top: calc(2.5 * var(--base-unit, 8px));
  min-width: min-content;
}
.sd-question--table:not(.sd-element--with-frame) {
  padding-right: var(--sd-base-padding);
  margin-right: calc(-1*var(--sd-base-padding));
  padding-left: var(--sd-base-padding);
  margin-left: calc(-1*var(--sd-base-padding));
  box-sizing: content-box;
}
.sd-question--scroll {
  overflow-x: scroll;
}
.sd-matrixdropdown.sd-table {
  table-layout: fixed;
}
.sd-table__cell--detail-panel .sd-panel__content {
  padding-top: calc(1 * var(--base-unit, 8px));
}
.sd-table__question-wrapper .sd-boolean-root {
  margin: auto;
}
.sd-body--responsive .sd-page {
  padding: calc(5 * var(--base-unit, 8px)) var(--sd-page-vertical-padding) calc(2 * var(--base-unit, 8px));
}
.sd-body--responsive .sd-page.sd-page__empty-header {
  padding-top: calc(3 * var(--base-unit, 8px));
}
.sd-root-modern--mobile .sd-page {
  padding-top: calc(2 * var(--base-unit, 8px));
}
.sd-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
  width: 100%;
  box-sizing: border-box;
}
.sd-page .sd-page__title {
  font-family: var(--sjs-font-pagetitle-family, var(--font-family));
  font-weight: var(--sjs-font-pagetitle-weight, 700);
  font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  position: static;
  line-height: calc(4 * var(--base-unit, 8px));
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
}
.sd-page .sd-page__description {
  font-family: var(--sjs-font-pagedescription-family, var(--font-family));
  font-weight: var(--sjs-font-pagedescription-weight, 400);
  font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  position: static;
  line-height: calc(3 * var(--base-unit, 8px));
  margin: calc(0.5 * var(--base-unit, 8px)) 0px;
}
.sd-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  margin-top: var(--sd-base-vertical-padding);
}
.sd-row:first-of-type {
  margin-top: 0;
}
.sd-row.sd-page__row {
  margin-top: calc(2 * var(--base-unit, 8px));
}
.sd-row.sd-page__row.sd-row--compact {
  margin-top: var(--sd-base-vertical-padding);
}
.sd-page__row.sd-row--multiple:not(.sd-row--compact),
.svc-row > .sd-row--multiple {
  background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
}
:not(.svc-row) > .sd-row--multiple {
  row-gap: var(--sd-base-vertical-padding);
  margin-left: calc(-1*var(--sd-base-padding));
  width: calc(100% + var(--sd-base-padding));
  flex-wrap: wrap;
}
:not(.svc-row) > .sd-row--multiple > div {
  box-sizing: border-box;
  padding-left: var(--sd-base-padding);
}
:not(.svc-row) > .sd-page__row.sd-row--multiple {
  padding: var(--sd-base-vertical-padding) var(--sd-base-padding) var(--sd-base-padding) 0;
  margin-left: 0;
  width: 100%;
}
:not(.svc-row) > .sd-page__row.sd-row--multiple.sd-row--compact {
  padding: 0;
  width: calc(100% + var(--sd-base-padding));
  margin-left: calc(-1*var(--sd-base-padding));
}
.svc-row .sd-row--multiple {
  overflow: auto;
  margin-top: calc(2 * var(--base-unit, 8px));
}
.svc-row--multiple .sd-row--multiple {
  gap: calc(1 * var(--base-unit, 8px));
}
.svc-row:not(.svc-row--ghost) > .sd-row {
  min-height: 50px;
}
.sd-row__panel {
  box-sizing: border-box;
  width: 100%;
}
.sd-row__question {
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
}
.svc-tab-designer .sd-title {
  display: flex;
}
.sd-title {
  display: block;
  font-family: var(--font-family, var(--font-family));
  font-style: normal;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  flex-direction: row;
  white-space: normal;
  word-break: break-word;
}
.sd-title.sd-container-modern__title {
  display: flex;
  align-items: center;
  padding: var(--sd-page-vertical-padding) var(--sd-page-vertical-padding);
  overflow: auto;
  font-family: var(--font-family, var(--font-family));
  gap: calc(4 * var(--base-unit, 8px));
  box-shadow: 0px 2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
  margin-bottom: 2px;
}
.sd-title.sd-container-modern__title .sd-logo__image {
  margin-top: calc(1 * var(--base-unit, 8px));
}
.sd-header__text {
  display: flex;
  flex-direction: column;
  gap: calc(1 * var(--base-unit, 8px));
  flex-grow: 1;
}
.sd-header__text .sd-title {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-family: var(--sjs-font-surveytitle-family, var(--font-family));
  font-size: var(--sjs-font-surveytitle-size, calc(2 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  font-weight: var(--sjs-font-surveytitle-weight, 700);
}
.sd-header__text h3 {
  line-height: calc(5 * var(--base-unit, 8px));
}
.sd-header__text h5 {
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-weight: 400;
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-title .sv-title-actions {
  width: 100%;
  justify-content: space-between;
}
.sd-root-modern:not(.svc-tab-designer) .sd-container-modern__title {
  background-color: var(--background, #fff);
}
.sd-root-modern .sd-container-modern__title .sd-header__text h3 {
  margin: 0;
}
.sd-root-modern .sd-container-modern__title .sd-description {
  margin: 0;
}
.sd-title .sv-title-actions {
  align-items: flex-start;
  width: calc(100% + 3 * var(--base-unit, 8px));
}
.sd-title .sv-title-actions .sv-title-actions__title {
  flex-wrap: wrap;
  flex: 0 1 auto;
  max-width: calc(100% - 3 * var(--base-unit, 8px));
  white-space: initial;
  min-width: unset;
}
.sd-action-title-bar {
  flex: 1 9 auto;
  min-width: calc(6 * var(--base-unit, 8px));
  justify-content: flex-end;
  margin: calc(-1 * var(--base-unit, 8px)) 0;
}
.sd-action-title-bar .sv-action {
  flex: 0 0 auto;
}
.sd-action-title-bar.sd-action-bar--empty {
  min-width: 0;
}
.sd-description {
  font-style: normal;
  font-family: var(--sjs-font-questiondescription-family, var(--font-family));
  font-weight: var(--sjs-font-questiondescription-weight, 400);
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
  font-size: var(--sjs-font-questiondescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  line-height: calc(3 * var(--base-unit, 8px));
  white-space: normal;
  word-break: break-word;
}
.sd-element__header .sd-description {
  margin-top: calc(0.5 * var(--base-unit, 8px));
}
.sd-item {
  padding: calc(1.5 * var(--base-unit, 8px)) 0;
}
.sd-item--disabled.sd-item--disabled .sd-item__decorator,
.sd-item__decorator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
  box-sizing: border-box;
  background: var(--sd-item-default-background, var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9))));
  box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
  border: none;
  flex-shrink: 0;
}
.sd-item--checked .sd-item__decorator {
  box-shadow: none;
}
.sd-item__control:focus + .sd-item__decorator {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
  background: var(--background, #fff);
  outline: none;
}
.sd-item--allowhover .sd-selectbase__label:hover .sd-item__decorator {
  background: var(--sjs-editorpanel-hovercolor, var(--sjs-general-dim-backcolor-dark, rgb(243, 243, 243)));
  outline: none;
}
.sd-item--checked .sd-item__decorator {
  background: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-item__control-label {
  font-family: var(--font-family, var(--font-family));
  font-style: normal;
  font-weight: normal;
  line-height: calc(3 * var(--base-unit, 8px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  white-space: normal;
  word-break: break-word;
  width: 100%;
  text-align: left;
}
.sd-item--disabled .sd-item__control-label {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
}
.sd-root--readonly .sd-item--disabled .sd-item__control-label {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sd-item--error .sd-item__decorator {
  background: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-selectbase {
  border: none;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
  min-width: 0;
}
.sd-selectbase--row {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(4 * var(--base-unit, 8px));
}
.sd-selectbase--multi-column {
  display: flex;
  flex: 1 1 0px;
}
.sd-selectbase__label {
  display: inline-flex;
  position: relative;
  gap: calc(1 * var(--base-unit, 8px));
  vertical-align: top;
}
.sd-selectbase__column {
  vertical-align: top;
}
.sd-selectbase__column {
  display: block;
  box-sizing: border-box;
  word-break: break-word;
  flex: 1 1 0px;
}
.sd-selectbase__column:not(:last-child) {
  padding-right: calc(2 * var(--base-unit, 8px));
}
.sd-selectbase__column.sv-q-column-1 {
  width: 100%;
}
.sd-checkbox__decorator {
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
}
.sd-checkbox__svg {
  display: none;
  width: calc(2.5 * var(--base-unit, 8px));
  height: calc(2.5 * var(--base-unit, 8px));
}
.sd-checkbox--checked .sd-checkbox__svg {
  display: block;
}
.sd-checkbox--checked .sd-checkbox__svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__svg use {
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-checkbox--checked .sd-checkbox__control:focus + .sd-checkbox__decorator .sd-checkbox__svg use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-radio__decorator {
  border-radius: 50%;
}
.sd-radio--checked .sd-radio__decorator:after {
  content: " ";
  display: block;
  width: calc(1 * var(--base-unit, 8px));
  height: calc(1 * var(--base-unit, 8px));
  border-radius: 50%;
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-radio--checked.sd-radio--disabled .sd-radio__decorator:after {
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-radio--checked .sd-radio__control:focus + .sd-radio__decorator:after {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-radio__svg {
  display: none;
}
.sd-visuallyhidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.sd-matrix fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.sd-matrix__label {
  display: flex;
  justify-content: center;
}
.sd-matrix__text {
  padding: calc(2 * var(--base-unit, 8px));
}
.sd-matrix__text--checked {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  padding: calc(2 * var(--base-unit, 8px));
}
.sd-matrix__cell:first-of-type {
  font-weight: 600;
  text-align: left;
}
:root {
  --sd-rating-bad-color: var(--red, #e60a3e);
  --sd-rating-normal-color: var(--yellow, #ff9814);
  --sd-rating-good-color: var(--green, #19b394);
  --sd-rating-bad-color-light: var(--red-light, rgba(230, 10, 62, 0.1));
  --sd-rating-normal-color-light: var(--yellow-light, rgba(255, 152, 20, 0.1));
  --sd-rating-good-color-light: var(--green-light, rgba(25, 179, 148, 0.1));
}
.sd-rating {
  overflow-x: auto;
  min-height: calc(8 * var(--base-unit, 8px));
}
.sd-rating fieldset {
  display: flex;
  border: none;
  padding: 0 0 calc(2 * var(--base-unit, 8px)) 0;
  flex-wrap: nowrap;
  gap: calc(1 * var(--base-unit, 8px));
  margin-inline-start: 0;
  align-items: center;
}
.sd-rating.sd-rating--wrappable fieldset {
  flex-wrap: wrap;
}
.sd-rating--small {
  min-height: calc(3 * var(--base-unit, 8px));
  margin: auto;
}
.sd-rating--small fieldset {
  padding: 0;
  gap: calc(1 * var(--base-unit, 8px));
}
.sd-rating__item {
  position: relative;
  background: var(--background, #fff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  border-radius: calc(12.5 * var(--base-unit, 8px));
  white-space: nowrap;
  padding: calc(0.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
  height: calc(6 * var(--base-unit, 8px));
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: calc(6 * var(--base-unit, 8px));
  text-align: center;
  border: 2px solid var(--background, #fff);
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
}
.sd-rating__item--fixed-size {
  width: calc(6 * var(--base-unit, 8px));
  padding: 0;
}
legend + .sd-rating__item,
legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley,
legend + sv-ng-rating-item + .sd-rating__item {
  margin-inline-start: 2px;
}
.sd-rating__item--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.sd-rating__item.sd-rating__item--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sd-rating__item.sd-rating__item--selected.sd-rating__item--disabled {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sd-question--disabled .sd-rating__item-text {
  opacity: .25;
}
.sd-rating__item--allowhover:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  border-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}
.sd-rating__item:focus-within {
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-rating__item--selected {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}
.sd-rating__item--selected:focus-within {
  box-shadow: inset 0 0 0 2px var(--background, #fff);
}
.sd-rating__item-smiley {
  position: relative;
  background: var(--background, #fff);
  border-radius: calc(12.5 * var(--base-unit, 8px));
  white-space: nowrap;
  padding: calc(1.25 * var(--base-unit, 8px));
  box-sizing: border-box;
  min-width: calc(6 * var(--base-unit, 8px));
  text-align: center;
  border: 2px solid var(--sjs-border-default, var(--border, #d6d6d6));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-rating__item-smiley svg {
  display: block;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-rating__item-smiley--small {
  padding: calc(0.625 * var(--base-unit, 8px));
  min-width: calc(3 * var(--base-unit, 8px));
  border-width: 1px;
}
.sd-rating__item-smiley--small svg {
  width: calc(1.5 * var(--base-unit, 8px));
  height: calc(1.5 * var(--base-unit, 8px));
}
.sd-rating__item-smiley--small.sd-rating__item-smiley--selected:focus-within {
  box-shadow: inset 0 0 0 1px var(--background, #fff);
}
legend + .sd-rating__item-smiley,
legend + sv-ng-rating-item + .sd-rating__item-smiley {
  margin-inline-start: 2px;
}
.sd-rating__item-smiley--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
  border-color: rgba(0, 0, 0, 0);
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-rating__item-smiley--error.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
  opacity: initial;
}
.sd-rating__item-smiley.sd-rating__item-smiley--disabled {
  opacity: .5;
}
.sd-rating__item-smiley.sd-rating__item-smiley--selected.sd-rating__item-smiley--disabled {
  opacity: initial;
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-rating__item-smiley--allowhover:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
  border-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-rating__item-smiley:focus-within {
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-rating__item-smiley--selected {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  font-weight: 600;
}
.sd-rating__item-smiley--selected:focus-within {
  box-shadow: inset 0 0 0 2px var(--background, #fff);
}
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
  opacity: .25;
}
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected).sd-rating__item-smiley--allowhover:hover {
  opacity: .5;
}
.sd-rating__item-smiley--rate-colored:not(.sd-rating__item-smiley--selected).sd-rating__item-smiley--allowhover:hover {
  opacity: .5;
}
.sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected):focus-within {
  opacity: 1;
}
.sd-rating__item-star {
  position: relative;
  background: var(--background, #fff);
  width: calc(6 * var(--base-unit, 8px));
  height: calc(6 * var(--base-unit, 8px));
}
.sd-rating__item-star:not(:first-of-type) {
  padding-left: calc(0.5 * var(--base-unit, 8px));
  margin-left: calc(-0.5 * var(--base-unit, 8px));
}
.sd-rating__item-star:not(:last-of-type) {
  padding-right: calc(0.5 * var(--base-unit, 8px));
  margin-right: calc(-0.5 * var(--base-unit, 8px));
}
.sd-rating__item-star svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: none;
  width: calc(6 * var(--base-unit, 8px));
  height: calc(6 * var(--base-unit, 8px));
  display: block;
}
.sd-rating__item-star .sv-star-2 {
  display: none;
}
.sd-rating__item-star--small {
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-rating__item-star--small svg {
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-rating__item-star--selected svg {
  stroke: none;
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-rating__item-star--error svg {
  stroke: none;
  fill: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-rating__item-star--disabled {
  opacity: .5;
}
.sd-rating__item-star--disabled svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: none;
}
.sd-rating__item-star--selected.sd-rating__item-star--disabled svg {
  stroke: none;
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-rating__item-star:focus-within svg {
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  fill: none;
}
.sd-rating__item-star--unhighlighted svg {
  stroke: none;
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-rating__item-star--highlighted svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}
.sd-rating__item-star--selected.sd-rating__item-star--unhighlighted:focus-within svg {
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
  fill: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-rating__item-star--selected:focus-within svg {
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-rating__item-star--selected:focus-within .sv-star {
  display: none;
}
.sd-rating__item-star--selected:focus-within .sv-star-2 {
  display: block;
}
.sd-rating__item-text.sd-rating__item-text {
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  line-height: calc(3 * var(--base-unit, 8px));
  display: inline-block;
}
.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text,
.sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
  margin-top: calc(1.25 * var(--base-unit, 8px));
  margin-bottom: calc(1.25 * var(--base-unit, 8px));
  border: 2px solid var(--background, #fff);
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text {
  margin-right: calc(1 * var(--base-unit, 8px));
  border-left: 0px;
}
.sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
  margin-right: calc(2 * var(--base-unit, 8px));
  margin-left: calc(1 * var(--base-unit, 8px));
}
.sd-rating__item-text.sd-rating__item-text .sv-string-editor {
  white-space: nowrap;
}
.sd-rating__item-text.sd-rating__item-text.sd-rating__item--fixed-size {
  min-width: calc(3 * var(--base-unit, 8px));
}
.sv-ranking-item--error .sv-ranking-item__index {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.sd-element--with-frame .sv-ranking-item {
  left: calc(-3 * var(--base-unit, 8px));
}
.sd-element--with-frame .sv-ranking--mobile .sv-ranking-item__icon-container {
  margin-left: 0;
  margin-right: calc(1 * var(--base-unit, 8px));
}
.sd-element--with-frame .sv-ranking--mobile .sv-ranking-item {
  left: 0;
}
.sv-ranking-item__content.sd-ranking-item__content {
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-inline-end: calc(6 * var(--base-unit, 8px));
  padding-inline-start: calc(2 * var(--base-unit, 8px));
  background-position: right calc(1.5 * var(--base-unit, 8px)) top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15L17 10H7L12 15Z' fill='%23909090'/%3E%3C/svg%3E%0A");
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.sd-dropdown[disabled] {
  pointer-events: none;
}
.sd-dropdown--empty:not(.sd-input--disabled),
.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__value {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-dropdown__input-field-component {
  height: auto;
}
.sd-dropdown option {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
}
.sd-dropdown__value {
  width: 100%;
  min-height: calc(3 * var(--base-unit, 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  position: relative;
}
.sd-dropdown_clean-button {
  padding: 0 calc(1 * var(--base-unit, 8px));
  margin: auto 0;
}
.sd-dropdown_clean-button-svg {
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-dropdown use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-input.sd-dropdown:focus-within {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-input.sd-dropdown:focus-within .sd-dropdown__filter-string-input {
  z-index: 2000;
}
.sd-dropdown__filter-string-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  outline: none;
  padding: 0;
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  line-height: calc(3 * var(--base-unit, 8px));
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  appearance: none;
  height: 100%;
}
.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__filter-string-input::placeholder {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-dropdown__filter-string-input::placeholder {
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: calc(3 * var(--base-unit, 8px));
  appearance: none;
}
.sd-dropdown__hint-prefix {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-dropdown__hint-prefix span {
  white-space: pre;
}
.sd-dropdown__hint-suffix {
  display: flex;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-dropdown__hint-suffix span {
  white-space: pre;
}
[dir=rtl] .sd-dropdown,
[style*="direction:rtl"] .sd-dropdown,
[style*="direction: rtl"] .sd-dropdown {
  background-position: left calc(1.5 * var(--base-unit, 8px)) top 50%, 0 0;
}
.sd-input.sd-tagbox:not(.sd-tagbox--empty):not(.sd-input--disabled) {
  height: auto;
  padding: calc(0.5 * var(--base-unit, 8px));
  padding-inline-end: calc(6 * var(--base-unit, 8px));
  padding-inline-start: calc(0.5 * var(--base-unit, 8px));
}
.sd-tagbox.sd-tagbox--empty {
  padding-block: calc(0.5 * var(--base-unit, 8px));
  padding-inline-end: calc(6 * var(--base-unit, 8px));
  padding-inline-start: calc(2 * var(--base-unit, 8px));
}
.sd-tagbox_clean-button {
  height: calc(3 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px));
  margin: auto 0;
}
.sd-input.sd-tagbox:focus-within {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-tagbox__item {
  position: relative;
  display: flex;
  height: calc(3 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
}
.sv-tagbox__item-text {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  min-width: calc(5.5 * var(--base-unit, 8px));
  text-align: center;
  font-weight: 600;
}
.sv-tagbox__item:hover .sd-tagbox-item_clean-button,
.sv-tagbox__item:focus .sd-tagbox-item_clean-button,
.sv-tagbox__item:focus-within .sd-tagbox-item_clean-button {
  display: block;
}
.sd-tagbox-item_clean-button {
  display: none;
  position: absolute;
  inset-inline-end: calc(1.5 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
  padding: 0;
  padding-inline-start: calc(4 * var(--base-unit, 8px));
  background:
    linear-gradient(
      270deg,
      var(--sjs-primary-backcolor, var(--primary, #19b394)) 53.12%,
      rgba(25, 179, 148, 0) 100%);
}
.sd-tagbox-item_clean-button-svg {
  padding: calc(0.5 * var(--base-unit, 8px));
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sd-tagbox-item_clean-button-svg:hover {
  border-radius: 100px;
  background: var(--sjs-primary-forecolor-light, var(--primary-foreground-disabled, rgba(255, 255, 255, 0.25)));
}
.sd-tagbox-item_clean-button-svg use {
  fill: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-tagbox__value.sd-dropdown__value {
  position: relative;
  gap: calc(0.5 * var(--base-unit, 8px));
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-inline: unset;
  margin-inline: unset;
  margin-block: unset;
}
.sd-tagbox__filter-string-input {
  width: 100%;
  display: flex;
  flex-grow: 1;
  height: calc(5 * var(--base-unit, 8px));
}
.sd-tagbox__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
  text-align: left;
  cursor: text;
  pointer-events: none;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
[dir=rtl] .sd-tagbox-item_clean-button,
[style*="direction:rtl"] .sd-tagbox-item_clean-button,
[style*="direction: rtl"] .sd-tagbox-item_clean-button {
  background:
    linear-gradient(
      90deg,
      var(--sjs-primary-backcolor, var(--primary, #19b394)) 53.12%,
      rgba(25, 179, 148, 0) 100%);
}
.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint,
.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint-suffix-wrapper,
.sd-tagbox.sd-tagbox--empty .sd-tagbox__filter-string-input {
  width: 100%;
}
.sd-tagbox__hint {
  display: flex;
  flex-grow: 1;
}
.sd-tagbox__hint-suffix-wrapper {
  position: relative;
  width: 100%;
}
.sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
  height: calc(5 * var(--base-unit, 8px));
  line-height: calc(5 * var(--base-unit, 8px));
}
.sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
  height: calc(5 * var(--base-unit, 8px));
  line-height: calc(5 * var(--base-unit, 8px));
}
.sd-imagepicker {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  gap: calc(2 * var(--base-unit, 8px));
  width: 100%;
  margin: 0;
}
.sd-imagepicker--column {
  align-items: flex-start;
  flex-direction: column;
}
@supports not (aspect-ratio: 1/1) {
  .sd-imagepicker > div {
    margin-right: calc(2 * var(--base-unit, 8px));
  }
}
.sd-imagepicker__item img,
.sd-imagepicker__item .sd-imagepicker__image-container > div {
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  background-color: var(--background-dim-light, #f9f9f9);
}
.sd-imagepicker__item-decorator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sd-imagepicker__image-container {
  position: relative;
}
.sd-imagepicker__check-decorator {
  display: none;
  position: absolute;
  top: calc(1 * var(--base-unit, 8px));
  right: calc(1 * var(--base-unit, 8px));
  width: calc(6 * var(--base-unit, 8px));
  height: calc(6 * var(--base-unit, 8px));
  padding: calc(1.5 * var(--base-unit, 8px));
  box-sizing: border-box;
  border-radius: 100%;
  background-color: var(--background, #fff);
  z-index: 1;
}
.sd-imagepicker__check-icon {
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-imagepicker__item--checked .sd-imagepicker__check-decorator {
  display: block;
}
.sd-imagepicker__item--error .sd-imagepicker__image-container::before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  background:
    linear-gradient(
      0deg,
      var(--red-light, rgba(230, 10, 62, 0.1)),
      var(--red-light, rgba(230, 10, 62, 0.1)));
}
.sd-imagepicker__item:focus-within .sd-imagepicker__image,
.sd-imagepicker__item--allowhover .sd-imagepicker__image:hover {
  opacity: .5;
}
.sd-imagepicker__image {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}
.sd-imagepicker__text {
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  margin-top: calc(1 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
}
.sd-imagepicker__no-image {
  display: flex;
  background-color: var(--background-dim-light, #f9f9f9);
  inset-block-start: 0;
}
.sd-imagepicker__no-image-svg {
  height: calc(6 * var(--base-unit, 8px));
  width: calc(6 * var(--base-unit, 8px));
  margin: auto;
}
.sd-imagepicker__no-image-svg use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-imagepicker__column {
  display: flex;
  flex-direction: column;
  gap: calc(2 * var(--base-unit, 8px));
  align-items: flex-start;
  padding-right: 0;
}
.sd-selectbase__column.sd-imagepicker__column:not(:last-child) {
  padding-right: 0;
}
.sd-image__image {
  display: block;
  max-width: 100%;
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
}
.sd-image__image--adaptive {
  width: 100%;
  height: auto;
  max-width: calc(80 * var(--base-unit, 8px));
}
.sd-image__no-image {
  background: var(--background-dim-light, #f9f9f9);
  min-width: calc(5 * var(--base-unit, 8px));
  min-height: calc(27.5 * var(--base-unit, 8px));
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-image__no-image use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-html {
  white-space: initial;
}
.sd-expression {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
}
.sd-progress {
  height: 2px;
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  position: relative;
}
.sd-progress__bar {
  position: relative;
  height: 100%;
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  overflow: hidden;
}
.sd-progress__text {
  position: absolute;
  margin-top: calc(1 * var(--base-unit, 8px));
  right: calc(3 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
  font-weight: 600;
}
@media only screen and (min-width: calc(125 * var(--base-unit, 8px))) {
  .sd-progress__text {
    margin-left: 5%;
  }
}
@media only screen and (max-width: calc(125 * var(--base-unit, 8px))) {
  .sd-progress__text {
    margin-left: 10px;
  }
}
.sd-boolean {
  display: flex;
  width: max-content;
  position: relative;
  padding: calc(0.5 * var(--base-unit, 8px));
  background: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
  box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.sd-boolean__thumb,
.sd-boolean__label {
  display: block;
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
  font-weight: var(--sjs-font-editorfont-weight, 400);
  font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  line-height: calc(3 * var(--base-unit, 8px));
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
}
.sd-boolean__switch {
  display: flex;
  padding: calc(0.5 * var(--base-unit, 8px));
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.sd-boolean__control:focus ~ .sd-boolean__switch {
  box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-boolean.sd-boolean--indeterminate .sd-boolean__switch {
  display: none;
}
.sd-boolean--indeterminate .sd-boolean__thumb {
  display: none;
}
.sd-boolean__thumb {
  background: var(--background, #fff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  border-radius: calc(12.5 * var(--base-unit, 8px));
  transition-duration: .2s;
  transition-property: margin-left, transform;
  transition-timing-function: linear;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  margin-left: 0%;
  transform: translateX(0);
  z-index: 2;
}
.sd-boolean--checked .sd-boolean__thumb {
  margin-left: 100%;
  transform: translateX(-100%);
}
.sd-boolean--disabled {
  pointer-events: none;
}
.sd-boolean--disabled .sd-boolean__thumb,
.sd-boolean--disabled .sd-boolean__label {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
}
.sd-boolean__thumb-ghost {
  z-index: 1;
}
.sd-boolean.sd-boolean--allowhover .sd-boolean__thumb-ghost:hover {
  background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-dim-backcolor-dark, rgb(243, 243, 243)));
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.svc-question__content .sd-boolean:not(.sd-boolean--checked):not(.sd-boolean--indeterminate) .sd-boolean__label:nth-of-type(1),
.svc-question__content .sd-boolean--checked .sd-boolean__label:nth-of-type(2) {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 600;
  background: var(--background, #fff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  border-radius: calc(12.5 * var(--base-unit, 8px));
}
.svc-question__content .sd-boolean__switch {
  display: none;
}
.sd-boolean--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-paneldynamic .sd-progress {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 2;
  transform: translateY(-1px);
}
.sd-paneldynamic > .sd-panel {
  padding-top: 1px;
  padding-bottom: calc(.5*var(--sd-base-vertical-padding));
}
.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
  padding-bottom: 0;
  padding-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--base-unit, 8px));
}
.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header:after {
  display: none;
}
.sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header > .sd-panel__title {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-question__content:first-child > .sd-paneldynamic > .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
  padding-top: var(--sd-base-vertical-padding);
}
.sd-paneldynamic__separator {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  border-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  background: var(--sjs-border-light, var(--border-light, #eaeaea));
  height: 1px;
  border: none;
}
.sd-paneldynamic__panel-wrapper {
  padding-bottom: calc(1*var(--sd-base-padding));
}
.sd-paneldynamic__panel-wrapper:after {
  display: table;
  clear: both;
  content: " ";
}
.sd-paneldynamic__panel-wrapper--in-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sd-paneldynamic__footer {
  clear: both;
}
.sd-paneldynamic__footer .sd-paneldynamic__prev-btn,
.sd-paneldynamic__footer .sd-paneldynamic__next-btn {
  display: block;
}
.sd-paneldynamic__footer .sd-paneldynamic__prev-btn svg,
.sd-paneldynamic__footer .sd-paneldynamic__next-btn svg {
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sd-paneldynamic__footer .sd-paneldynamic__add-btn,
.sd-paneldynamic__footer .sd-paneldynamic__progress-text,
.sd-paneldynamic__footer .sd-paneldynamic__progress--bottom {
  display: initial;
}
.sd-paneldynamic__buttons-container {
  display: flex;
  align-items: center;
  padding: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px)) 0;
}
.sd-paneldynamic__progress-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(-1 * var(--base-unit, 8px));
}
.sd-paneldynamic__progress-text {
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  margin: 0;
  margin-right: calc(3 * var(--base-unit, 8px));
}
.sd-paneldynamic__prev-btn,
.sd-paneldynamic__next-btn {
  width: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
}
.sd-paneldynamic__prev-btn .sv-svg-icon,
.sd-paneldynamic__next-btn .sv-svg-icon {
  display: block;
}
.sd-paneldynamic__prev-btn {
  margin-right: calc(2 * var(--base-unit, 8px));
}
.sd-paneldynamic__next-btn {
  margin-left: calc(-1 * var(--base-unit, 8px));
  margin-right: calc(2 * var(--base-unit, 8px));
  transform: rotate(180deg);
}
.sd-paneldynamic__placeholder .sd-paneldynamic__add-btn {
  display: initial;
  margin-left: 0;
}
.sd-question--empty.sd-question--paneldynamic > .sd-question__content {
  padding-bottom: var(--sd-base-padding);
}
.svc-question__content .sd-paneldynamic__panel-wrapper {
  padding: 0;
}
.sd-paneldynamic__buttons-container .sd-action-bar {
  width: 100%;
  margin: 0 calc(-3 * var(--base-unit, 8px));
  width: calc(100% + 6 * var(--base-unit, 8px));
}
.sd-paneldynamic__panel-footer {
  border-top: none;
  position: relative;
  top: calc(.5*var(--sd-base-vertical-padding));
  margin-right: calc(-3 * var(--base-unit, 8px));
  justify-content: flex-end;
}
.sd-paneldynamic__panel-footer .sv-action:not(.sv-action--hidden) {
  margin-bottom: calc(-1 * var(--base-unit, 8px));
}
.sv-tabs-toolbar.sv-action-bar {
  gap: calc(4 * var(--base-unit, 8px));
}
.sv-tabs-toolbar.sv-tabs-toolbar--left {
  justify-content: flex-start;
}
.sv-tabs-toolbar.sv-tabs-toolbar--right {
  justify-content: flex-end;
}
.sv-tabs-toolbar.sv-tabs-toolbar--center {
  justify-content: center;
}
.sv-tab-item__root {
  display: flex;
}
.sv-tab-item {
  padding: calc(1 * var(--base-unit, 8px)) 0 calc(2 * var(--base-unit, 8px)) 0;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: calc(1 * var(--base-unit, 8px));
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-family: var(--font-family, var(--font-family));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  overflow-x: hidden;
  white-space: nowrap;
}
.sv-tab-item.sv-tab-item--pressed {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  box-shadow: inset 0px -2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sv-tab-item__title {
  line-height: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
  display: flex;
  align-items: center;
}
.sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab {
  padding-bottom: 0;
}
.sd-paneldynamic__header.sd-element__header.sd-paneldynamic__header-tab::after {
  bottom: 0;
}
.sd-file {
  min-height: calc(36 * var(--base-unit, 8px));
  position: relative;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-file .sv-action-bar {
  padding: calc(1 * var(--base-unit, 8px)) 0;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.sd-file .sv-action-bar .sv-action-bar-item {
  height: calc(4 * var(--base-unit, 8px));
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  border-radius: calc(2 * var(--base-unit, 8px));
}
.sd-file .sv-action-bar #fileIndex .sv-action-bar-item {
  padding: calc(0.5 * var(--base-unit, 8px)) 0;
}
.sd-file .sv-action-bar #fileIndex .sv-action-bar-item:hover {
  background-color: var(--background, #fff);
}
.sd-file .sv-action-bar #fileIndex .sv-action-bar-item:disabled {
  opacity: initial;
}
.sd-file__decorator {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px dashed var(--sjs-border-default, var(--border, #d6d6d6));
  justify-content: center;
  align-items: center;
}
.sd-file__decorator--drag {
  border: 1px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
  box-shadow: inset 0 0 0 1px var(--sjs-primary-backcolor, var(--primary, #19b394));
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  z-index: 1;
}
.sd-file__no-file-chosen {
  display: none;
}
.sd-file__drag-area-placeholder {
  padding: 0 calc(8 * var(--base-unit, 8px));
  text-align: center;
  word-break: break-word;
  white-space: normal;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-file__choose-btn--text {
  display: block;
  margin-top: calc(1 * var(--base-unit, 8px));
  font-weight: 600;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  cursor: pointer;
}
.sd-question--answered .sd-file__drag-area-placeholder {
  display: none;
}
.sd-file__choose-btn--text svg {
  display: none;
}
.sd-file__choose-btn--icon {
  z-index: 2;
}
.sd-file__choose-btn--icon span:first-child {
  display: none;
}
.sd-file__choose-btn--icon,
.sd-file__clean-btn {
  top: calc(1 * var(--base-unit, 8px));
  position: absolute;
}
.sd-file__clean-btn {
  z-index: 2;
  right: calc(1 * var(--base-unit, 8px));
}
.sd-file__clean-btn span:first-child {
  display: none;
}
.sd-file__choose-btn--icon {
  right: calc(8 * var(--base-unit, 8px));
}
.sd-file__list {
  overflow: auto;
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: calc(10.5 * var(--base-unit, 8px)) 0;
  min-height: calc(15 * var(--base-unit, 8px));
  max-height: calc(15 * var(--base-unit, 8px));
  position: absolute;
  width: 100%;
}
.sd-file__preview {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}
.sd-file__preview .sd-file__default-image {
  width: calc(7 * var(--base-unit, 8px));
  height: 90px;
}
.sd-file__preview img:hover + .sd-file__remove-file-button,
.sd-file__preview svg:hover + .sd-file__remove-file-button,
.sd-file__preview .sd-file__remove-file-button:hover {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sd-file__sign {
  margin-top: calc(1 * var(--base-unit, 8px));
  text-align: center;
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
}
.sd-file__sign a {
  display: block;
  text-decoration: none;
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  white-space: normal;
  word-break: break-all;
  width: calc(12 * var(--base-unit, 8px));
  overflow: hidden;
  max-height: calc(6 * var(--base-unit, 8px));
  text-overflow: ellipsis;
  line-height: calc(2 * var(--base-unit, 8px));
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sd-file__remove-file-button {
  display: none;
}
.sd-file__decorator--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-file__image-wrapper {
  position: relative;
  text-align: center;
  min-width: calc(12 * var(--base-unit, 8px));
  min-height: calc(12 * var(--base-unit, 8px));
}
.sd-file__image-wrapper img:not(.sd-file__default-image) {
  display: block;
  width: calc(12 * var(--base-unit, 8px));
  height: calc(12 * var(--base-unit, 8px));
  object-fit: contain;
  background: var(--background-dim, #f3f3f3);
}
.sd-file--single img:hover + .sd-file__remove-file-button {
  display: none;
}
.sd-file--mobile .sd-file__list {
  height: calc(100% - 4 * var(--base-unit, 8px));
}
.sd-file--single-image {
  height: calc(36 * var(--base-unit, 8px));
}
.sd-file--single-image .sd-file__preview {
  width: 100%;
  margin: 0;
}
.sd-file--single-image .sd-file__list {
  padding: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
}
.sd-file--single-image .sd-file__image-wrapper {
  min-height: 100%;
  min-width: 100%;
}
.sd-file--single-image .sd-file__image-wrapper img {
  width: 100%;
  height: 100%;
  background-color: var(--background-dim-light, #f9f9f9);
}
.sd-file--single-image .sd-file__sign {
  position: absolute;
  margin: 0;
  width: 100%;
  min-height: 100%;
}
.sd-file--single-image .sd-file__sign a {
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  outline: none;
}
.sd-file > input:focus + .sd-file__decorator .sd-file__choose-btn.sd-file__choose-btn--icon use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-file > input:focus + .sd-file__decorator .sd-file__choose-btn:not(.sd-file__choose-btn--icon) {
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
}
.sd-file__drag-area {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sd-hidden {
  display: none !important;
}
.sd-body__navigation .sd-btn {
  padding: calc(2 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));
}
.sd-root-modern--mobile .sd-body__navigation .sv-action:not(.sv-action--hidden),
.sd-root-modern--mobile .sd-body__navigation .sd-btn {
  flex-grow: 1;
}
.sd-root-modern--mobile .sd-body__navigation .sd-btn {
  padding: calc(2 * var(--base-unit, 8px)) calc(4 * var(--base-unit, 8px));
}
.sd-body__navigation .sv-action--hidden {
  display: none;
}
.sd-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
  background: var(--background, #fff);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  cursor: pointer;
  font-family: var(--font-family, var(--font-family));
  font-style: normal;
  font-weight: 600;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  text-align: center;
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border: none;
  outline: none;
}
.sd-btn:hover {
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
}
.sd-btn:focus {
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-btn:disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  opacity: .25;
  pointer-events: none;
}
.sd-btn--action {
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
}
.sd-btn--action:hover {
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
  background-color: var(--sjs-primary-backcolor-dark, rgb(20, 164, 139));
}
.sd-btn--action:disabled {
  color: var(--sjs-primary-forecolor-light, var(--primary-foreground-disabled, rgba(255, 255, 255, 0.25)));
  pointer-events: none;
}
.sd-body {
  width: 100%;
}
.sd-body .sd-body__page {
  min-width: calc(300px + 6 * var(--base-unit, 8px));
}
.sd-body .sd-body__timer {
  padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) 0;
  box-sizing: border-box;
}
.sd-body.sd-body--static {
  max-width: calc(84 * var(--base-unit, 8px));
  margin-left: auto;
  margin-right: auto;
}
.sd-body.sd-body--static .sd-body__timer,
.sd-body.sd-body--static .sd-body__navigation,
.sd-body.sd-body--static .sd-body__page {
  margin-left: 0;
  margin-right: 0;
}
.sd-body.sd-body--responsive {
  max-width: initial;
}
.sd-body.sd-body--responsive .sd-body__timer,
.sd-body.sd-body--responsive .sd-body__navigation {
  padding: calc(2 * var(--base-unit, 8px)) var(--sd-page-vertical-padding);
}
.sd-body.sd-body--responsive.sd-body--with-timer {
  max-width: calc(100% + var(--sd-timer-size) * (-1 - 64 / 144) + 6 * var(--base-unit, 8px));
  margin-left: auto;
  margin-right: auto;
}
.sd-root-modern--mobile .sd-body.sd-body--with-timer.sd-body--responsive {
  max-width: initial;
  margin-left: 0;
  margin-right: 0;
}
.sd-body__navigation.sd-action-bar {
  box-sizing: border-box;
  padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
  flex-wrap: wrap;
  gap: calc(2 * var(--base-unit, 8px));
}
.sd-body__progress {
  margin-bottom: calc(4 * var(--base-unit, 8px));
}
.sd-body__progress--top {
  position: sticky;
  top: 0;
  z-index: 50;
}
.sd-body--empty {
  min-height: 400px;
  text-align: center;
  padding-top: 180px;
  box-sizing: border-box;
}
.sd-multipletext {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  height: 1px;
}
.sd-multipletext__cell {
  height: 100%;
}
.sd-multipletext__cell:not(:last-child) {
  padding-right: calc(2 * var(--base-unit, 8px));
}
.sd-multipletext__item-container.sd-input:focus-within {
  box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-multipletext__item-container {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.sd-multipletext__item-container .sd-input {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  height: calc(3 * var(--base-unit, 8px));
}
.sd-multipletext__item-container .sd-input,
.sd-multipletext__item-title {
  margin-top: calc(1.5 * var(--base-unit, 8px));
  margin-bottom: calc(1.5 * var(--base-unit, 8px));
}
.sd-multipletext__item-title {
  height: calc(100% - var(--base-unit, 8px) * 3);
  max-width: 30%;
  padding-right: calc(2 * var(--base-unit, 8px));
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
  word-break: break-word;
  white-space: normal;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-multipletext__item {
  flex-grow: 1;
}
.sd-multipletext__content .sd-multipletext__item-container {
  position: relative;
}
.sd-multipletext__item-container--error {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-multipletext__item-container--error .sd-input--error {
  background-color: rgba(0, 0, 0, 0);
}
.sd-multipletext__item-container:hover:not(:focus-within) > .sd-question__erbox--tooltip {
  display: inline-block;
}
.sd-multipletext tr:not(:last-child) .sd-multipletext__cell {
  padding-bottom: calc(2 * var(--base-unit, 8px));
}
.sd-action {
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  border-radius: calc(12.5 * var(--base-unit, 8px));
  font-weight: 600;
  font-family: var(--font-family, var(--font-family));
  font-style: normal;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
  outline: none;
}
.sd-action--negative {
  color: var(--red, #e60a3e);
}
.sd-action--icon {
  padding: calc(1 * var(--base-unit, 8px));
}
.sd-action--icon use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
svg.sd-action--icon {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-action:disabled,
.sd-action--disabled {
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  cursor: default;
  opacity: .25;
  pointer-events: none;
}
.sd-action:not(.sd-action--pressed):hover,
.sd-action:not(.sd-action--pressed):focus {
  outline: none;
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  cursor: pointer;
  opacity: 1;
}
.sd-action:not(.sd-action--pressed):hover.sd-action--icon,
.sd-action:not(.sd-action--pressed):focus.sd-action--icon {
  background-color: var(--background-dim, #f3f3f3);
}
.sd-action:not(.sd-action--pressed):hover.sd-action--negative,
.sd-action:not(.sd-action--pressed):focus.sd-action--negative {
  background-color: var(--red-light, rgba(230, 10, 62, 0.1));
}
.sd-action:not(.sd-action--pressed):hover.sd-action--negative.sd-action--icon use,
.sd-action:not(.sd-action--pressed):focus.sd-action--negative.sd-action--icon use {
  fill: var(--red, #e60a3e);
}
.sd-action:not(.sd-action--pressed):hover:active,
.sd-action:not(.sd-action--pressed):focus:active {
  opacity: .5;
}
.sd-action__icon {
  display: block;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-action--pressed:not(.sd-action--active) {
  background-color: var(--background-dim, #f3f3f3);
  opacity: .5;
}
.sd-action-bar {
  display: flex;
  align-items: center;
}
.sd-action-bar .sv-action:not(:last-child) .sv-action__content {
  padding-right: 0;
}
.sd-context-btn {
  background-color: var(--background, #fff);
  padding: calc(1.5 * var(--base-unit, 8px));
  border-radius: calc(12.5 * var(--base-unit, 8px));
  border: none;
  outline: none;
  cursor: pointer;
}
.sd-context-btn svg {
  display: block;
  width: calc(3 * var(--base-unit, 8px));
  height: calc(3 * var(--base-unit, 8px));
}
.sd-context-btn use {
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-context-btn:hover use,
.sd-context-btn:focus use {
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-context-btn:hover.sd-context-btn--negative use,
.sd-context-btn:focus.sd-context-btn--negative use {
  fill: var(--red, #e60a3e);
}
.sd-context-btn:disabled {
  opacity: .25;
}
.sd-completedpage {
  font-family: var(--font-family, var(--font-family));
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  height: auto;
}
.sd-completedpage h3 {
  font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
}
.sd-completedpage:before,
.sd-completedpage:after {
  display: block;
  width: calc(9 * var(--base-unit, 8px));
  margin-left: calc(50% - 4.5 * var(--base-unit, 8px));
  content: "";
}
.sd-completedpage:before {
  height: calc(13 * var(--base-unit, 8px));
}
.sd-completedpage:after {
  height: calc(2 * var(--base-unit, 8px));
}
.sd-progress-buttons__image-button-left {
  display: none;
}
.sd-progress-buttons__image-button-right {
  display: none;
}
.sd-progress-buttons__image-button--hidden {
  visibility: hidden;
}
.sd-progress-buttons__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sd-progress-buttons__list li {
  text-align: center;
  flex-grow: 1;
  text-decoration: none;
  border-top: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
  padding-top: calc(2 * var(--base-unit, 8px));
  padding-bottom: calc(4 * var(--base-unit, 8px));
  cursor: pointer;
}
.sd-progress-buttons__list li:hover .sd-progress-buttons__page-title {
  text-decoration-line: underline;
}
.sd-progress-buttons__list .sd-progress-buttons__list-element--current,
.sd-progress-buttons__list .sd-progress-buttons__list-element--passed {
  border-top: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-progress-buttons__list-element--nonclickable .sd-progress-buttons__page-title {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-progress-buttons__list-element--current .sd-progress-buttons__page-title,
.sd-progress-buttons__list-element--current .sd-progress-buttons__page-description {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
}
.sd-progress-buttons__page-title {
  width: 100%;
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  font-weight: 600;
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-progress-buttons__page-description {
  width: 100%;
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
  font-weight: 600;
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv_progress-toc {
  padding: calc(1 * var(--base-unit, 8px));
  max-width: calc(42 * var(--base-unit, 8px));
  height: 100%;
  background: var(--background, #fff);
  box-sizing: border-box;
  min-width: calc(32 * var(--base-unit, 8px));
}
.sv_progress-toc .sv-list__item.sv-list__item--selected .sv-list__item-body {
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
  font-weight: 400;
}
.sv_progress-toc .sv-list__item span {
  white-space: break-spaces;
}
.sv_progress-toc .sv-list__item-body {
  padding-inline-start: calc(2 * var(--base-unit, 8px));
  padding-inline-end: calc(2 * var(--base-unit, 8px));
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  padding-top: calc(1.5 * var(--base-unit, 8px));
  padding-bottom: calc(1.5 * var(--base-unit, 8px));
}
.sv_progress-toc--left {
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv_progress-toc--right {
  border-left: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-list {
  padding-right: calc(0.5 * var(--base-unit, 8px));
  padding-left: calc(0.5 * var(--base-unit, 8px));
}
.sd-list__item.sd-list__item {
  padding: 0;
}
.sd-list__item.sd-list__item .sd-list__item-body {
  padding-block: calc(1.5 * var(--base-unit, 8px));
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
  font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(3 * var(--base-unit, 8px));
}
.sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) {
  outline: none;
}
.sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) .sd-list__item-body {
  padding-block: calc(1.25 * var(--base-unit, 8px));
}
.sd-timer {
  z-index: 2;
  position: fixed;
  bottom: calc(var(--sd-timer-size)/144*32);
  right: calc(1 * var(--base-unit, 8px));
  background: #fff;
  width: var(--sd-timer-size);
  height: var(--sd-timer-size);
  margin-right: calc(var(--sd-timer-size)/144*32);
  display: flex;
  border-radius: 100%;
  padding: calc(var(--sd-timer-size)/144*8);
  filter: drop-shadow(0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1));
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1019607843);
  box-sizing: border-box;
}
.sd-timer--top {
  top: calc(var(--sd-timer-size)/144*32);
  margin-top: calc(4 * var(--base-unit, 8px));
  margin-bottom: calc(-1*var(--sd-timer-size));
}
.sd-timer--bottom {
  bottom: calc(var(--sd-timer-size)/144*32);
  margin-top: calc(var(--sd-timer-size)*-1.2222222222);
}
.sd-timer__progress {
  --sd-timer-stroke-background-color: var(--background-dim, #f3f3f3);
  --sd-timer-stroke-background-width: 2px;
  stroke-linecap: round;
  height: 100%;
  width: 100%;
  transform: rotate(-90deg);
  stroke: var(--sjs-primary-backcolor, var(--primary, #19b394));
  stroke-dashoffset: 0;
  fill: none;
  stroke-width: 4px;
}
.sd-timer__progress--animation {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}
.sd-timer__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: calc(1 * var(--base-unit, 8px));
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 700;
  font-size: calc(var(--sd-timer-size)/144*32);
}
.sd-timer__text--major {
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
  font-weight: 700;
  font-size: calc(var(--sd-timer-size)/144*32);
}
.sd-timer__text--minor {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  font-weight: 600;
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
}
sv-components-container,
.sd-components-container {
  display: flex;
}
.sv-components-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.sv-components-column {
  display: flex;
  flex-direction: column;
}
.sv-components-column--expandable {
  flex-grow: 1;
}
.sjs_sp_container {
  position: relative;
}
.sjs_sp_controls {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sjs_sp_controls > button {
  -webkit-user-select: none;
  user-select: none;
}
.sjs_sp_container > div > canvas:focus {
  outline: none;
}
.sjs_sp_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.sd-root-modern,
.svc-logic-question-value {
  --sd-base-padding: calc(5 * var(--base-unit, 8px));
  --sd-base-vertical-padding: calc(4 * var(--base-unit, 8px));
  --sd-page-vertical-padding: calc(3 * var(--base-unit, 8px));
}
.svc-creator--mobile .sd-root-modern,
.sd-root-modern.sd-root-modern--mobile {
  --sd-base-padding: calc(3 * var(--base-unit, 8px));
  --sd-base-vertical-padding: calc(2 * var(--base-unit, 8px));
  --sd-page-vertical-padding: calc(2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-element__num {
  float: none;
  margin-inline-start: 0;
  width: auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.sd-root-modern.sd-root-modern--mobile .sd-element__num + span {
  float: none;
  width: auto;
}
.sd-root-modern.sd-root-modern--mobile .sd-element__title--expandable:before {
  left: calc(-2.5 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-title.sd-container-modern__title {
  flex-direction: column;
}
.sd-root-modern.sd-root-modern--mobile .sd-header__text {
  min-width: 100%;
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__cell {
  display: block;
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__cell:not(:last-child) {
  padding-right: 0;
  padding-bottom: calc(2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-container {
  flex-direction: column;
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-title {
  font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
  line-height: calc(2 * var(--base-unit, 8px));
  height: calc(2 * var(--base-unit, 8px));
  padding-right: 0;
  border-right: none;
  margin-bottom: 0;
  margin-top: calc(1 * var(--base-unit, 8px));
  width: 100%;
  max-width: none;
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item {
  width: 100%;
}
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item .sd-input {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: calc(1 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-selectbase--multi-column {
  flex-direction: column;
}
.sd-root-modern.sd-root-modern--mobile .sd-selectbase--multi-column .sd-selectbase__column:not(:last-child) {
  padding-right: 0;
}
.sd-root-modern.sd-root-modern--mobile .sd-question.sd-question--table > .sd-question__content {
  padding-top: 0;
}
.sd-root-modern.sd-root-modern--mobile .sd-question--table,
.sd-root-modern.sd-root-modern--mobile .sd-question--scroll {
  overflow-x: visible;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell {
  display: flex;
  align-items: flex-start;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
  margin-left: calc(1 * var(--base-unit, 8px));
  text-align: left;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
  padding-top: calc(2 * var(--base-unit, 8px));
  padding-bottom: calc(1 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-table thead {
  display: none;
}
.sd-root-modern.sd-root-modern--mobile .sd-table tr {
  display: block;
}
.sd-root-modern.sd-root-modern--mobile .sd-matrix__table tr + tr {
  margin-top: calc(1 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr {
  padding-bottom: calc(1 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr::after {
  z-index: 12;
  content: " ";
  display: block;
  position: relative;
  height: 1px;
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
  left: calc(-2 * var(--base-unit, 8px));
  bottom: calc(-1 * var(--base-unit, 8px));
  width: calc(100% + 4 * var(--base-unit, 8px));
  z-index: 12;
}
.sd-root-modern.sd-root-modern--mobile .sd-matrix__label {
  justify-content: start;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell:not(.sd-matrix__cell):not(:first-of-type) {
  margin-top: calc(1 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell:not(.sd-matrix__cell):not(.sd-table__cell--actions):not(.sd-table__cell--row-text)::before {
  padding-top: calc(2 * var(--base-unit, 8px));
  padding-bottom: calc(1 * var(--base-unit, 8px));
  content: attr(data-responsive-title);
  font-weight: 600;
  display: block;
  text-align: left;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions {
  width: auto;
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
  margin-right: calc(-3 * var(--base-unit, 8px));
  justify-content: flex-end;
  background: var(--background, #fff);
}
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
  opacity: 1;
  padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
  display: none;
}
.sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn:after {
  content: attr(title);
}
.sd-root-modern.sd-root-modern--mobile .sd-matrixdynamic__footer {
  padding-top: calc(1 * var(--base-unit, 8px));
  margin-bottom: calc(-2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
  padding-top: calc(2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:not(:last-child) {
  padding-bottom: calc(2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr::after {
  bottom: calc(-2 * var(--base-unit, 8px));
}
.sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:last-child:after {
  content: none;
}
.sd-root-modern.sd-root-modern--mobile .sv-ranking-item__icon-container {
  margin-left: 0;
  margin-right: 0;
}
body {
  --sv-defaultV2-mark: true;
}
.sd-root-modern {
  -webkit-font-smoothing: antialiased;
  --sd-mobile-width: 600px;
  --sd-imagepicker-gap: 16px;
  --sd-timer-size: calc(18 * var(--base-unit, 8px));
  width: 100%;
  font-family: var(--font-family, var(--font-family));
  background-color: var(--background-dim, #f3f3f3);
}
.sd-root-modern * {
  scrollbar-width: thin;
  scrollbar-color: var(--sjs-border-default, var(--border, #d6d6d6)) rgba(0, 0, 0, 0);
}
.sd-root-modern ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
.sd-root-modern ::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 32px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sd-root-modern ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.sd-root-modern ::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sd-container-modern {
  margin-bottom: calc(10 * var(--base-unit, 8px));
}
.sd-root-modern--mobile {
  --sd-timer-size: calc(9 * var(--base-unit, 8px));
}
.sv-popup .sv-popup__scrolling-content {
  scrollbar-width: thin;
  scrollbar-color: var(--sjs-border-default, var(--border, #d6d6d6)) rgba(0, 0, 0, 0);
}
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar,
.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: var(--background, #fff);
}
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-thumb,
.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 32px;
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
}
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-track,
.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-thumb:hover,
.sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-thumb:hover {
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
}
.sv-popup.sv-popup--dropdown .sv-popup__shadow {
  box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, .1);
}
.sv-popup.sv-popup--dropdown .sv-popup__body-content {
  background-color: var(--background, #fff);
  padding: calc(1 * var(--base-unit, 8px)) 0;
}
.sv-popup.sv-popup--modal .sv-popup__body-content {
  box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, .1);
  background-color: var(--background-dim-light, #f9f9f9);
}
.sv-popup.sv-popup--modal .sv-popup__body-footer {
  padding-bottom: 2px;
}
.sv-popup.sv-popup--overlay .sv-popup__body-content {
  background-color: var(--background-dim, #f3f3f3);
}

/* angular:styles/global:styles */
