@charset "UTF-8";

/* src/styles.scss */
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
}
p,
ul,
ol,
dl,
blockquote,
pre,
figure {
  margin: 0;
  padding: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img,
picture {
  display: block;
}
svg {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
::placeholder {
  color: #959595;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #959595;
}
::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #959595;
}
::-ms-input-placeholder {
  color: #959595;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  text-align: inherit;
  font-weight: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}
code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
summary {
  display: list-item;
  cursor: pointer;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::selection {
  background-color: rgba(24, 144, 255, 0.2);
  color: inherit;
}
::-moz-selection {
  background-color: rgba(24, 144, 255, 0.2);
  color: inherit;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.heading-1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 16px 0;
}
h2,
.heading-2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 16px 0;
}
h3,
.heading-3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 12px 0;
}
h4,
.heading-4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 12px 0;
}
h5,
.heading-5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 8px 0;
}
h6,
.heading-6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 8px 0;
}
p {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
.text-large {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
}
.text-base {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
}
.text-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
}
.text-primary {
  color: rgba(0, 0, 0, 0.85);
}
.text-secondary {
  color: rgba(0, 0, 0, 0.65);
}
.text-tertiary {
  color: rgba(0, 0, 0, 0.45);
}
.text-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.text-inverse {
  color: #ffffff;
}
.text-success {
  color: #52c41a;
}
.text-warning {
  color: #faad14;
}
.text-error {
  color: #ff4d4f;
}
.text-info {
  color: #1890ff;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-underline {
  text-decoration: underline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-no-decoration {
  text-decoration: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}
a {
  color: #2a5c61;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #214850;
}
a:active {
  color: #17373c;
}
a:focus-visible:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.link {
  color: #2a5c61;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  color: #214850;
}
.link:active {
  color: #17373c;
}
ul,
ol {
  margin: 0 0 16px 0;
  padding-left: 24px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 4px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
code {
  font-family:
    "SF Mono",
    Monaco,
    "Cascadia Code",
    "Roboto Mono",
    Menlo,
    "Courier New",
    monospace;
  font-size: 0.875em;
  padding: 2px 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  color: #ff4d4f;
}
pre {
  font-family:
    "SF Mono",
    Monaco,
    "Cascadia Code",
    "Roboto Mono",
    Menlo,
    "Courier New",
    monospace;
  font-size: 13px;
  padding: 16px;
  margin: 0 0 16px 0;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
blockquote {
  margin: 0 0 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #2a5c61;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.65);
  font-style: italic;
}
blockquote p {
  margin-bottom: 8px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
small,
.small {
  font-size: 0.875em;
}
strong,
.strong,
b {
  font-weight: 600;
}
mark,
.mark {
  background-color: #fffbe6;
  padding: 2px 4px;
  border-radius: 2px;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-none {
  flex: none !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.align-start {
  align-items: flex-start !important;
}
.align-end {
  align-items: flex-end !important;
}
.align-center {
  align-items: center !important;
}
.align-baseline {
  align-items: baseline !important;
}
.align-stretch {
  align-items: stretch !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 4px !important;
}
.gap-2 {
  gap: 8px !important;
}
.gap-3 {
  gap: 12px !important;
}
.gap-4 {
  gap: 16px !important;
}
.gap-5 {
  gap: 20px !important;
}
.gap-6 {
  gap: 24px !important;
}
.gap-8 {
  gap: 32px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 12px !important;
}
.m-4 {
  margin: 16px !important;
}
.m-5 {
  margin: 20px !important;
}
.m-6 {
  margin: 24px !important;
}
.m-8 {
  margin: 32px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-6 {
  margin-top: 24px !important;
}
.mt-8 {
  margin-top: 32px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mr-6 {
  margin-right: 24px !important;
}
.mr-8 {
  margin-right: 32px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-6 {
  margin-bottom: 24px !important;
}
.mb-8 {
  margin-bottom: 32px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 12px !important;
}
.ml-4 {
  margin-left: 16px !important;
}
.ml-5 {
  margin-left: 20px !important;
}
.ml-6 {
  margin-left: 24px !important;
}
.ml-8 {
  margin-left: 32px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-6 {
  padding: 24px !important;
}
.p-8 {
  padding: 32px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.pt-6 {
  padding-top: 24px !important;
}
.pt-8 {
  padding-top: 32px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 12px !important;
}
.pr-4 {
  padding-right: 16px !important;
}
.pr-5 {
  padding-right: 20px !important;
}
.pr-6 {
  padding-right: 24px !important;
}
.pr-8 {
  padding-right: 32px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pb-6 {
  padding-bottom: 24px !important;
}
.pb-8 {
  padding-bottom: 32px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 12px !important;
}
.pl-4 {
  padding-left: 16px !important;
}
.pl-5 {
  padding-left: 20px !important;
}
.pl-6 {
  padding-left: 24px !important;
}
.pl-8 {
  padding-left: 32px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.w-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-screen {
  width: 100vw !important;
}
.h-full {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-screen {
  height: 100vh !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-h-0 {
  min-height: 0 !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-h-full {
  max-height: 100% !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.border {
  border: 1px solid #d9d9d9 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #d9d9d9 !important;
}
.border-right {
  border-right: 1px solid #d9d9d9 !important;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}
.border-left {
  border-left: 1px solid #d9d9d9 !important;
}
.rounded-none {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-md {
  border-radius: 6px !important;
}
.rounded-lg {
  border-radius: 8px !important;
}
.rounded-xl {
  border-radius: 12px !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02) !important;
}
.shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}
.shadow-md {
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}
.shadow-lg {
  box-shadow:
    0 6px 16px -8px rgba(0, 0, 0, 0.08),
    0 9px 28px 0 rgba(0, 0, 0, 0.05),
    0 12px 48px 16px rgba(0, 0, 0, 0.03) !important;
}
.shadow-xl {
  box-shadow:
    0 12px 32px -12px rgba(0, 0, 0, 0.08),
    0 18px 56px 0 rgba(0, 0, 0, 0.05),
    0 24px 96px 32px rgba(0, 0, 0, 0.03) !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-text {
  cursor: text !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.select-text {
  -webkit-user-select: text !important;
  user-select: text !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-gray-50 {
  background-color: #fafafa !important;
}
.bg-gray-100 {
  background-color: #f5f5f5 !important;
}
.bg-primary {
  background-color: #2a5c61 !important;
}
.bg-success {
  background-color: #52c41a !important;
}
.bg-warning {
  background-color: #faad14 !important;
}
.bg-error {
  background-color: #ff4d4f !important;
}
.bg-transparent {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
.form-error,
.fp-error,
.fp-error-text,
.input-error {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #ff4d4f;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.id-form {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 24px 24px;
  background: #f0f2f5;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.id-form__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.id-form__titles {
  min-width: 0;
}
.id-form__page-title {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.2;
}
.id-form__page-subtitle {
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.id-form__header-aside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}
.id-form__main-surface {
  box-sizing: border-box;
  min-width: 0;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
}
.id-form__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.id-form-card:has(.sis-select-open),
.id-form-card:has(.sis-native-single-select--open),
.id-form-address__surface:has(.sis-select-open),
.id-form-address__surface:has(.sis-native-single-select--open) {
  position: relative;
  z-index: 1000;
}
.id-form__stack--compact {
  gap: 12px;
}
.id-form__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  align-items: start;
}
.id-form__grid--tight {
  margin-top: 8px;
}
.id-form__cell {
  min-width: 0;
  overflow: visible;
  grid-column: span 12;
}
.id-form__cell--3 {
  grid-column: span 3;
}
.id-form__cell--4 {
  grid-column: span 4;
}
.id-form__cell--6 {
  grid-column: span 6;
}
.id-form__cell--8 {
  grid-column: span 8;
}
.id-form__cell--12 {
  grid-column: span 12;
}
@media (max-width: 991px) {
  .id-form__cell--3,
  .id-form__cell--4,
  .id-form__cell--6,
  .id-form__cell--8 {
    grid-column: span 12;
  }
}
.id-form__field-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.2;
}
.id-form__required-mark {
  color: rgba(0, 0, 0, 0.85);
}
.id-form .input-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.id-form__field-hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.id-form__req {
  color: #ff4d4f;
  font-weight: 700;
}
.id-form__navigation-error {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #ff4d4f;
  background-color: #fff1f0;
  color: #ff4d4f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.id-form__input,
.sis-native-select,
.id-form__textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.id-form__input:hover:not(:disabled),
.sis-native-select:hover:not(:disabled),
.id-form__textarea:hover:not(:disabled) {
  border-color: #3d7883;
}
.id-form__input:focus,
.sis-native-select:focus,
.id-form__textarea:focus {
  outline: none;
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.12);
}
.id-form__input:disabled,
.sis-native-select:disabled,
.id-form__textarea:disabled {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.65);
  cursor: not-allowed;
}
.id-form__input.id-form__input--readonly-computed,
.sis-native-select.id-form__input--readonly-computed,
.id-form__textarea.id-form__input--readonly-computed {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.85);
  cursor: default;
}
.id-form__input::placeholder,
.sis-native-select::placeholder,
.id-form__textarea::placeholder {
  color: #959595;
  opacity: 1;
}
.id-form__input,
.sis-native-select {
  height: 36px;
  padding: 0 12px;
}
.id-form__input--compact {
  font-size: 13px;
}
.id-form__text-suffix-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.id-form__text-suffix-input {
  padding-right: 40px;
}
.id-form__text-suffix-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}
.id-form__time-step {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #ffffff;
  min-height: 36px;
  box-sizing: border-box;
}
.id-form__time-step:focus-within {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.12);
}
.id-form__time-step__input {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  height: auto;
  min-height: calc(36px - 2px);
  box-shadow: none;
}
.id-form__time-step__input:focus {
  box-shadow: none;
}
.id-form__time-step__pad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  flex-shrink: 0;
  border-left: 1px solid #d9d9d9;
  width: 42px;
  min-height: 36px;
  box-sizing: border-box;
}
.id-form__time-step__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  min-width: 0;
  min-height: 0;
}
.id-form__time-step__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
}
.id-form__time-step__btn:hover:not(:disabled) {
  background: #e8e8e8;
}
.id-form__time-step__btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: -2px;
  z-index: 1;
}
.id-form__time-step__btn--up {
  grid-column: 2;
  grid-row: 1;
  border-bottom: 1px solid #d9d9d9;
}
.id-form__time-step__btn--up::before {
  border-width: 0 4px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.id-form__time-step__btn--left {
  grid-column: 1;
  grid-row: 2;
  border-right: 1px solid #d9d9d9;
}
.id-form__time-step__btn--left::before {
  border-width: 4px 5px 4px 0;
  border-right-color: rgba(0, 0, 0, 0.85);
}
.id-form__time-step__btn--right {
  grid-column: 3;
  grid-row: 2;
  border-left: 1px solid #d9d9d9;
}
.id-form__time-step__btn--right::before {
  border-width: 4px 0 4px 5px;
  border-left-color: rgba(0, 0, 0, 0.85);
}
.id-form__time-step__btn--down {
  grid-column: 2;
  grid-row: 3;
  border-top: 1px solid #d9d9d9;
}
.id-form__time-step__btn--down::before {
  border-width: 5px 4px 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.id-form__textarea {
  min-height: 88px;
  padding: 8px 12px;
  resize: vertical;
}
.id-form__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.id-form__legend {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.id-form__radio-row,
.id-form__check-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.id-form__radio,
.id-form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.id-form__radio input,
.id-form__check input {
  width: 16px;
  height: 16px;
  accent-color: #2a5c61;
  cursor: pointer;
}
.id-form__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 991px) {
  .id-form__two-col {
    grid-template-columns: 1fr;
  }
}
.id-form__col-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.id-form__section-heading {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.2;
}
.id-form__section-hint {
  margin: 0 0 12px 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.id-form__section-hint-inline {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.id-form__radio-row--inline {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.id-form__primary-language-other {
  width: 11rem;
  min-width: 8rem;
  flex: 0 1 auto;
}
.id-form__hr {
  margin: 8px 0;
  border: none;
  border-top: 1px solid #e8e8e8;
}
.id-form--profile-2 .id-form__stack {
  gap: 12px;
}
.id-form--profile-2 .id-form__section-heading {
  margin: 0;
}
.id-form--profile-2 .id-form__col-block {
  gap: 8px;
}
.id-form--profile-2 .id-form__fieldset {
  margin: 0;
  padding: 0;
}
.id-form--profile-2 .id-form__radio-row,
.id-form--profile-2 .id-form__check-row {
  gap: 2px;
}
.id-form--profile-2 .id-form__radio,
.id-form--profile-2 .id-form__check {
  display: inline-flex;
  margin: 0;
  line-height: 1.2;
  min-height: 0;
}
.id-form--profile-2 .id-form__disability-option {
  gap: 8px;
  margin: 0;
}
.id-form--profile-2 .id-form__hr {
  margin: 0;
}
.id-form--profile-2 .assessment-section-notes {
  margin-top: 12px;
}
.id-form__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.id-form-supports__table {
  min-width: 36rem;
}
.id-form__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.id-form__table th,
.id-form__table td {
  padding: 8px 8px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
}
.id-form__table th {
  background: #f5f5f5;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.id-form__linkish-btn {
  margin-top: 12px;
  padding: 8px 16px;
  border: 1px solid #2a5c61;
  border-radius: 6px;
  background: transparent;
  color: #2a5c61;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.id-form__linkish-btn:hover {
  background: rgba(42, 92, 97, 0.06);
}
.id-form__linkish-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.id-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding: 16px 24px;
  margin-inline: -24px;
  margin-bottom: -24px;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
}
.id-form__actions-left,
.id-form__actions-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.id-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 20px;
  border-radius: 6px;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.id-form__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.id-form__btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.id-form__btn--outline {
  border-color: #bfbfbf;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
}
.id-form__btn--outline:hover:not(:disabled) {
  border-color: #2a5c61;
  color: #2a5c61;
}
.id-form__btn--previous,
.id-form__btn--cancel-link {
  min-height: auto;
  padding-inline: 0;
  padding-block: 8px;
  gap: 8px;
  border-color: transparent;
  background: transparent;
  color: #2a5c61;
  font-weight: 500;
}
.id-form__btn--previous:hover:not(:disabled),
.id-form__btn--cancel-link:hover:not(:disabled) {
  border-color: transparent;
  background: transparent;
  color: #214850;
  text-decoration: underline;
}
.id-form__btn--previous:focus-visible,
.id-form__btn--cancel-link:focus-visible {
  outline-color: #2a5c61;
}
.id-form__btn--previous .id-form__btn-icon,
.id-form__btn--cancel-link .id-form__btn-icon {
  width: 18px;
  height: 18px;
}
.id-form__btn--save {
  border-color: #91caff;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
}
.id-form__btn--save:hover:not(:disabled) {
  border-color: #2a5c61;
  color: #2a5c61;
}
.id-form__btn--primary {
  border-color: #2a5c61;
  background: #2a5c61;
  color: #ffffff;
}
.id-form__btn--primary:hover:not(:disabled) {
  background: #3d7883;
  border-color: #3d7883;
}
.id-form__btn-icon {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .id-form {
    padding: 16px 12px;
  }
  .id-form__header {
    margin-bottom: 16px;
    gap: 12px;
  }
  .id-form__page-title {
    font-size: 20px;
  }
  .id-form__header-aside {
    width: 100%;
    min-width: 0;
  }
  .id-form__main-surface {
    padding: 16px;
    padding-bottom: calc(24px + 5rem);
  }
  .id-form__stack--compact {
    padding-bottom: calc(24px + 5rem);
  }
  .id-form__stack {
    gap: 16px;
  }
  .id-form__radio-row--inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .id-form__primary-language-other {
    width: 100%;
    max-width: 100%;
  }
  .id-form__linkish-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .id-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
    padding: 16px 12px;
    margin-inline: -12px;
    margin-bottom: -16px;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  .id-form__actions-left,
  .id-form__actions-right {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }
  .id-form__actions-left:empty {
    display: none;
  }
  .id-form__btn {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
  }
  .id-form__btn--previous,
  .id-form__btn--cancel-link {
    width: 100%;
    justify-content: center;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.assessment-previous-page-saved-notice {
  margin: 0 0 12px 0;
  color: #008000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
app-assessment-previous-page-saved-notice:empty {
  display: none;
}
.assessment-support__page-title:has(+ app-assessment-previous-page-saved-notice:not(:empty)),
.id-form__page-title:has(+ app-assessment-previous-page-saved-notice:not(:empty)) {
  margin-bottom: 8px;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.sis-native-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.sis-native-select.sis-select-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sis-native-select::-ms-expand {
  display: none;
}
.sis-native-select--compact {
  font-size: 13px;
}
.sis-native-select-wrap {
  position: relative;
  width: 100%;
  min-height: 36px;
}
.sis-native-select[data-sis-select-max-visible].sis-select-open[size]:not([size="1"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: 36px;
  max-height: calc(36px * 5);
  overflow-y: auto;
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.sis-native-date-field {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}
.sis-native-date-field__input {
  width: 100%;
  padding-right: 40px;
  color-scheme: light;
}
.sis-native-date-field__input::-webkit-calendar-picker-indicator {
  display: none;
}
.sis-native-date-field__input::-webkit-inner-spin-button {
  display: none;
}
.sis-native-date-field__input::-moz-calendar-picker-indicator {
  display: none;
}
.sis-native-date-field__open-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.sis-native-date-field__open-btn:hover {
  color: rgba(0, 0, 0, 0.85);
}
.sis-native-date-field__open-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 1px;
}
.sis-native-date-field__icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  pointer-events: none;
}
.sis-native-date-field__calendar {
  position: fixed;
  z-index: 1060;
  box-sizing: border-box;
  width: 17.5rem;
  max-width: 17.5rem;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.sis-native-date-field__calendar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.sis-native-date-field__month-label {
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.sis-native-date-field__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.sis-native-date-field__nav-btn:hover:not(:disabled) {
  background: #fafafa;
}
.sis-native-date-field__nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.sis-native-date-field__nav-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 1px;
}
.sis-native-date-field__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 4px;
}
.sis-native-date-field__weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.sis-native-date-field__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.sis-native-date-field__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.sis-native-date-field__day:hover:not(:disabled) {
  background: #fafafa;
  border-color: #d9d9d9;
}
.sis-native-date-field__day:disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.sis-native-date-field__day--empty {
  border: none;
  cursor: default;
  min-height: 2rem;
}
.sis-native-date-field__day--selected:not(:disabled) {
  background: #2a5c61;
  border-color: #2a5c61;
  color: #ffffff;
}
.sis-native-date-field__day--today:not(:disabled):not(.sis-native-date-field__day--selected) {
  border-color: #2a5c61;
  font-weight: 600;
}
.sis-native-date-field__day:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 1px;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.assessment-support {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.assessment-support__page-title {
  margin: 0 0 24px 0;
  font-size: 28px;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.2;
}
.assessment-support__instructions {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assessment-support__rating-key {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
}
.assessment-support__rating-key-title {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
}
.assessment-support__rating-key-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.assessment-support__rating-key-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-support__rating-key-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  background: #2a5c61;
  color: #ffffff;
}
.assessment-support__table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.assessment-support__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
}
.assessment-support__head-row th {
  padding: 8px 8px;
  border: 1px solid #d0d7e2;
  background: #dfefff;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  color: #2a5c61;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  line-height: 1.75;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.assessment-support__head-item {
  width: 38%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.assessment-support__head-numeric {
  width: 15.5%;
}
.assessment-support__category-row td {
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  background: #e6f0ff;
  font-weight: 700;
  font-size: 16px;
  color: #2a5c61;
  letter-spacing: 0.04em;
}
.assessment-support__item-row td {
  padding: 12px 8px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  background: #ffffff;
}
.assessment-support__item-row td:first-child {
  padding: 16px 24px;
}
.assessment-support__item-main {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.assessment-support__item-main--with-specify {
  align-items: flex-start;
}
.assessment-support__item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assessment-support__item-heading {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}
.assessment-support__item-row--inline-specify td {
  vertical-align: top;
}
.assessment-support__notes-area--inline-specify {
  box-sizing: border-box;
  width: 100%;
  min-height: 72px;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
  resize: vertical;
}
.assessment-support__notes-area--inline-specify:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 1px;
}
.assessment-support__toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  color: #2a5c61;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.assessment-support__toggle:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.assessment-support__toggle-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
.assessment-support__toggle-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 1070;
  display: none;
  width: max-content;
  max-width: min(20rem, 70vw);
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}
.assessment-support__toggle-wrap:hover .assessment-support__toggle-tooltip {
  display: block;
}
.assessment-support__item-num {
  flex-shrink: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-support__item-label-wrap {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  flex: 0 1 auto;
  align-self: flex-start;
}
.assessment-support__item-label {
  flex: 1;
  min-width: 0;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.assessment-support__item-label--has-tooltip {
  flex: none;
  cursor: pointer;
}
.assessment-support__item-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 1070;
  display: none;
  width: max-content;
  max-width: min(28rem, 70vw);
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
}
.assessment-support__item-label-wrap:has(.assessment-support__item-label--has-tooltip:hover) .assessment-support__item-tooltip,
.assessment-support__item-label-wrap:has(.assessment-support__item-tooltip:hover) .assessment-support__item-tooltip,
.assessment-support__item-label-wrap:focus-within .assessment-support__item-tooltip {
  display: block;
}
.assessment-support__item-tooltip-text {
  margin: 0;
}
.assessment-support__rating-cell {
  text-align: center;
}
.assessment-support__rating-group {
  padding: 12px 8px;
  vertical-align: middle;
}
.assessment-support__rating-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  gap: 4px;
}
.assessment-support__rating-cell-label {
  display: none;
}
.assessment-support__radio-fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
}
.assessment-support__radio-label {
  display: inline-flex;
  cursor: pointer;
}
.assessment-support__radio-label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.assessment-support__radio-face {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d0d7e2;
  font-size: 16px;
  font-weight: 400;
  color: #2a5c61;
  background: #ffffff;
  transition:
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.assessment-support__radio-label input:checked + .assessment-support__radio-face {
  background: #2a5c61;
  color: #ffffff;
  border: 1px solid #d0d7e2;
}
.assessment-support__radio-label input:focus-visible + .assessment-support__radio-face {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.assessment-support__total-input {
  box-sizing: border-box;
  width: 100%;
  max-width: 52px;
  margin: 0 auto;
  display: block;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font: inherit;
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.assessment-support__total-input::-webkit-outer-spin-button,
.assessment-support__total-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.assessment-support__detail-row td {
  padding: 0;
  border: 1px solid #e8e8e8;
  border-top: none;
  background: #fafcff;
}
.assessment-support__detail-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1.2fr);
  gap: 24px;
  padding: 16px 16px 20px 40px;
}
@media (max-width: 767px) {
  .assessment-support__detail-inner {
    grid-template-columns: 1fr;
  }
}
.assessment-support__detail-inner--notes-only {
  display: block;
  max-width: min(100%, 560px);
  padding: 12px 16px 16px 40px;
}
.assessment-support__notes-area--specify-only {
  min-height: 100px;
}
.assessment-support__importance-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assessment-support__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.assessment-support__check input {
  margin-top: 3px;
  flex-shrink: 0;
}
.assessment-support__notes-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assessment-support__notes-label {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-support__notes-area {
  box-sizing: border-box;
  min-height: 120px;
  width: 100%;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font: inherit;
  font-size: 16px;
  resize: vertical;
}
.assessment-support__supplemental {
  margin-top: 0;
}
.assessment-support__supplemental-toggle {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  text-align: left;
}
.assessment-support__supplemental-prefix {
  margin-right: 8px;
  font-weight: 600;
}
.assessment-support__supplemental-panel {
  margin-top: 12px;
}
.assessment-support__supplemental-textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font: inherit;
  font-size: 16px;
  resize: vertical;
}
.assessment-support__legend {
  margin-top: 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assessment-support__legend-list {
  margin: 0;
  padding-left: 20px;
}
.assessment-support__legend-symbols {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 8px;
}
.assessment-support__legend-mark {
  font-weight: 700;
}
.assessment-support__legend-mark--tf {
  color: #7a2232;
  margin-right: 8px;
}
.assessment-support__legend-mark--n {
  color: #166534;
  margin-right: 8px;
}
.assessment-save-validation-callout {
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #fff1f0;
  border: 1px solid #ffccc7;
  border-left: 4px solid #ff4d4f;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-save-validation-callout__heading {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #ff4d4f;
}
.assessment-save-validation-callout__list {
  margin: 0;
  padding-left: 16px;
  font-size: 16px;
}
.assessment-save-validation-callout__list li {
  margin-bottom: 4px;
}
.assessment-save-validation-callout__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .assessment-support__page-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .assessment-support__instructions {
    margin-bottom: 12px;
  }
  .assessment-support__rating-key {
    padding: 12px;
  }
  .assessment-support__rating-key-row {
    flex-direction: column;
    align-items: stretch;
  }
  .assessment-support__table-wrap {
    overflow-x: visible;
  }
  .assessment-support__table {
    min-width: 0;
    table-layout: auto;
  }
  .assessment-support__head-row {
    display: none;
  }
  .assessment-support__category-row td {
    padding: 8px 12px;
    font-size: 13px;
  }
  .assessment-support__item-row td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  .assessment-support__item-row td:first-child {
    padding: 12px;
    border-bottom: none;
  }
  .assessment-support__rating-group {
    padding: 0 12px 12px;
    border-bottom: 1px solid #e8e8e8;
  }
  .assessment-support__rating-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
  }
  .assessment-support__rating-cell {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 4.5rem;
    scroll-snap-align: start;
    text-align: center;
  }
  .assessment-support__rating-cell-label {
    display: block;
    max-width: 5.5rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }
  .assessment-support__detail-row td {
    display: block;
    width: 100%;
  }
  .assessment-support__detail-inner {
    padding: 12px;
    gap: 16px;
  }
  .assessment-support__detail-inner--notes-only {
    padding: 12px;
  }
  .assessment-support__legend {
    padding: 12px;
    font-size: 13px;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.assessment-section-notes {
  margin-top: 16px;
  width: 100%;
}
.assessment-section-notes__toggle {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  text-align: left;
  margin-top: 0;
}
.assessment-section-notes__prefix {
  margin-right: 8px;
  font-weight: 600;
}
.assessment-section-notes__panel {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fffbe6;
}
.id-form--profile-2 .assessment-section-notes__panel {
  margin-top: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.assessment-section-notes__textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 140px;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font: inherit;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
  resize: vertical;
}
.assessment-section-notes__textarea:focus {
  outline: none;
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.12);
}
.assessment-section-notes-counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-section-notes-counter__max {
  font-weight: 700;
  color: #ff4d4f;
}
.assessment-section-notes-counter__remain-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-weight: 600;
  color: #ff4d4f;
  background: #ffffff;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.id-form__stack--section-2 {
  padding-bottom: 24px;
}
.assessment-section2 .assessment-previous-page-saved-notice {
  margin-bottom: 20px;
}
.assessment-section2__instructions-card {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
}
.assessment-section2__instructions-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
}
.assessment-section2__instruction-highlight {
  margin-bottom: 8px;
  padding: 8px 12px;
  border-left: 4px solid rgba(0, 0, 0, 0.85);
  background: #edf3f8;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
}
.assessment-section2__instructions-list {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  list-style: none;
}
.assessment-section2__instructions-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.assessment-section2__instruction-index {
  width: 14px;
  flex-shrink: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-section2__table-wrap {
  border: none;
  border-radius: 0;
  overflow: visible;
  background: #ffffff;
}
.assessment-section2__measures-group {
  vertical-align: middle;
  padding: 8px 12px;
  box-sizing: border-box;
}
.assessment-section2__measures-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  gap: 8px;
}
.assessment-section2__measure-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}
.assessment-section2__measure-column-label {
  display: none;
}
.assessment-section2__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}
.assessment-section2__table th,
.assessment-section2__table td {
  border: 1px solid #d0d7e2;
  padding: 8px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
.assessment-section2__table th {
  background: #dfefff;
  font-weight: 700;
  color: #2a5c61;
  text-align: center;
}
.assessment-section2__head-item {
  width: 32%;
  padding: 12px 24px;
}
.assessment-section2__table th:not(.assessment-section2__head-item) {
  width: 22.6666666667%;
  padding: 8px 12px;
  box-sizing: border-box;
}
.assessment-section2__measures-group {
  width: 68%;
  padding: 8px 12px;
  box-sizing: border-box;
}
.assessment-section2__item-cell {
  vertical-align: middle;
  background: #ffffff;
  box-shadow: none;
  padding: 16px 24px;
}
.assessment-section2__item-cell-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.assessment-section2__item-number,
.assessment-section2__item-label {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-weight: 400;
}
.assessment-section2__toggle {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d7e2;
  border-radius: 4px;
  box-sizing: border-box;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #2a5c61;
}
.assessment-section2__toggle:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 1px;
}
.assessment-section2__toggle-glyph {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.assessment-section2__toggle-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
.assessment-section2__toggle-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 1070;
  display: none;
  width: max-content;
  max-width: min(20rem, 70vw);
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}
.assessment-section2__toggle-wrap:hover .assessment-section2__toggle-tooltip {
  display: block;
}
.assessment-section2__item-number {
  flex-shrink: 0;
}
.assessment-section2__item-label-wrap {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  flex: 0 1 auto;
  align-self: flex-start;
}
.assessment-section2__item-label--has-tooltip {
  cursor: pointer;
}
.assessment-section2__item-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 1070;
  display: none;
  width: max-content;
  max-width: min(28rem, 70vw);
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
}
.assessment-section2__item-label-wrap:has(.assessment-section2__item-label--has-tooltip:hover) .assessment-section2__item-tooltip,
.assessment-section2__item-label-wrap:has(.assessment-section2__item-tooltip:hover) .assessment-section2__item-tooltip,
.assessment-section2__item-label-wrap:focus-within .assessment-section2__item-tooltip {
  display: block;
}
.assessment-section2__item-tooltip-heading {
  display: block;
  margin: 0 0 4px 0;
  font-size: inherit;
  font-weight: 700;
}
.assessment-section2__item-tooltip-list {
  margin: 0;
  padding-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
}
.assessment-section2__item-tooltip-list li + li {
  margin-top: 4px;
}
.assessment-section2__item-tooltip-text {
  margin: 0 0 8px 0;
}
.assessment-section2__item-tooltip-group-label {
  margin: 8px 0 4px 0;
  font-weight: 700;
}
.assessment-section2__scale {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 3px;
  margin: 0 auto;
  padding: 4px 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: fit-content;
  max-width: 100%;
}
.assessment-section2__measure-column .assessment-section2__scale {
  justify-content: center;
}
.assessment-section2__scale-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d7e2;
  border-radius: 6px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.assessment-section2__scale-pill input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.assessment-section2__scale-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.assessment-section2__scale-pill:has(input:checked) {
  border-color: #2a5c61;
  background: #2a5c61;
  color: #ffffff;
}
.assessment-section2__scale-pill:has(input:checked) span {
  color: #ffffff;
}
.assessment-section2__scale-pill--blocked {
  border-color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.85);
  cursor: default;
  pointer-events: none;
}
.assessment-section2__scale-tail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #d0d7e2;
  border-radius: 6px;
  background: #d0d7e2;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.assessment-section2__scale-tail--input {
  font-family: inherit;
  text-align: center;
  cursor: text;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}
.assessment-section2__scale-tail--input::-webkit-inner-spin-button,
.assessment-section2__scale-tail--input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.assessment-section2__scale-tail--input:focus {
  border-color: #2a5c61;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.2);
}
@media (max-width: 991px) {
  .assessment-section2__instructions-card {
    padding: 12px;
  }
  .assessment-section2__table-wrap {
    overflow-x: visible;
  }
  .assessment-section2__table {
    table-layout: auto;
  }
  .assessment-section2__table thead {
    display: none;
  }
  .assessment-section2__head-item {
    width: auto;
    padding: 12px;
  }
  .assessment-section2__measures-group {
    width: 100%;
    display: block;
    padding: 0 12px 12px;
    border-bottom: 1px solid #d0d7e2;
  }
  .assessment-section2__item-cell {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: none;
  }
  .assessment-section2__item-row {
    display: block;
  }
  .assessment-section2__measures-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
  }
  .assessment-section2__measure-column {
    flex: 0 0 auto;
    align-items: center;
    min-width: min(100%, 11.5rem);
    scroll-snap-align: start;
  }
  .assessment-section2__measure-column-label {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #2a5c61;
    text-align: center;
  }
  .assessment-section2__measure-column .assessment-section2__scale {
    justify-content: flex-start;
    width: max-content;
    max-width: none;
  }
  .assessment-section2__scale-pill,
  .assessment-section2__scale-tail {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .assessment-section2__detail-row td {
    display: block;
    width: 100%;
  }
  .assessment-section2__detail-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }
  .assessment-section2__scoring-guide {
    padding: 12px;
  }
}
.assessment-section2__detail-row td {
  background: #fbfdff;
}
.assessment-section2__detail-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 16px;
}
.assessment-section2__checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assessment-section2__notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.assessment-section2__notes textarea {
  width: 100%;
  min-height: 70px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 8px;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
}
.assessment-section2__scoring-guide {
  margin-top: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  padding: 16px;
}
.assessment-section2__scoring-guide-title {
  margin: 0 0 12px 0;
  padding: 8px 12px;
  border-left: 4px solid rgba(0, 0, 0, 0.85);
  background: #edf3f8;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.assessment-section2__scoring-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(19rem, 1fr));
  grid-template-rows: auto auto auto;
  gap: 8px 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
  .assessment-section2__scoring-grid {
    grid-template-columns: repeat(3, max-content);
  }
}
.assessment-section2__scoring-grid .assessment-section2__scoring-column {
  min-width: 19rem;
  max-width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/span 3;
  gap: 8px;
  overflow-wrap: break-word;
}
.assessment-section2__scoring-grid h3 {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
  text-align: center;
  white-space: nowrap;
  background: #dfefff;
  border-radius: 4px;
  align-self: start;
}
.assessment-section2__scoring-grid .assessment-section2__scoring-column-desc {
  margin: 0;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.75;
  align-self: start;
}
.assessment-section2__scoring-grid ul {
  margin: 0;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  list-style-position: outside;
  align-self: start;
  min-width: 0;
}
.assessment-section2__scoring-grid li {
  white-space: normal;
  line-height: 1.75;
  overflow-wrap: break-word;
}
@supports not (grid-template-rows: subgrid) {
  .assessment-section2__scoring-grid .assessment-section2__scoring-column {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }
  .assessment-section2__scoring-grid .assessment-section2__scoring-column-desc {
    min-height: 4.75em;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.assessment-supplemental-q {
  box-sizing: border-box;
}
.assessment-supplemental-q__section {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.assessment-supplemental-q__section-banner {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #e6f2ff;
  display: flex;
  align-items: stretch;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2a5c61;
}
.assessment-supplemental-q__section-banner-text {
  flex: 1;
  min-width: 0;
  align-self: center;
}
.assessment-supplemental-q__nested-banner .assessment-supplemental-q__banner-accent {
  width: 4px;
  align-self: stretch;
  min-height: 1.25rem;
  border-radius: 2px;
  background: #2a5c61;
  flex-shrink: 0;
}
.assessment-supplemental-q__surface {
  box-sizing: border-box;
  padding: 20px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
  overflow: visible;
}
.assessment-supplemental-q__section + .assessment-supplemental-q__section {
  margin-top: 20px;
}
.assessment-supplemental-q__question-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
}
.assessment-supplemental-q__question-row--stack-md {
  align-items: flex-end;
}
.assessment-supplemental-q__question-row--stack-md > .assessment-supplemental-q__paragraph {
  flex: 1 1 280px;
  min-width: 0;
}
.assessment-supplemental-q__question-row--stack-md > .assessment-supplemental-q__select-field {
  flex: 0 0 12rem;
  min-width: 12rem;
}
@media (max-width: 900px) {
  .assessment-supplemental-q__question-row--stack-md {
    flex-direction: column;
    align-items: stretch;
  }
  .assessment-supplemental-q__question-row--stack-md > .assessment-supplemental-q__select-field {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.assessment-supplemental-q__question-row--divider {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
.assessment-supplemental-q__question-copy {
  flex: 1 1 280px;
  min-width: 0;
}
.assessment-supplemental-q__paragraph {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.assessment-supplemental-q__subtitle-block {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.assessment-supplemental-q__qn {
  font-weight: 700;
  margin-right: 4px;
}
.assessment-supplemental-q__qn--placeholder {
  visibility: hidden;
}
.assessment-supplemental-q__fieldset {
  margin: 0;
  padding: 0;
  border: none;
  flex: 0 0 auto;
}
.assessment-supplemental-q__legend-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.assessment-supplemental-q__yesno-row {
  justify-content: flex-end;
}
.assessment-supplemental-q__emphasis {
  text-decoration: underline;
}
.assessment-supplemental-q__tooltip-wrap {
  position: relative;
  display: inline;
  cursor: pointer;
}
.assessment-supplemental-q__tooltip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1070;
  display: none;
  width: max-content;
  max-width: min(28rem, 70vw);
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  pointer-events: none;
}
.assessment-supplemental-q__tooltip-text {
  margin: 0;
}
.assessment-supplemental-q__tooltip-text + .assessment-supplemental-q__tooltip-text {
  margin-top: 8px;
}
.assessment-supplemental-q__nested {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #ffffff;
}
.assessment-supplemental-q__nested-banner {
  margin: -16px -16px 16px -16px;
  padding: 8px 16px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 6px 6px 0 0;
  background: #e6f2ff;
  display: flex;
  align-items: stretch;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2a5c61;
}
.assessment-supplemental-q__nested-banner-text {
  flex: 1;
  min-width: 0;
  align-self: center;
}
.assessment-supplemental-q__subquestion + .assessment-supplemental-q__subquestion {
  margin-top: 20px;
}
.assessment-supplemental-q__subquestion > .assessment-supplemental-q__paragraph + .assessment-supplemental-q__textarea {
  margin-top: 12px;
}
.assessment-supplemental-q__two-selects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .assessment-supplemental-q__two-selects {
    grid-template-columns: 1fr;
  }
}
.assessment-supplemental-q__frequency-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12rem;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
}
.assessment-supplemental-q__frequency-grid .assessment-supplemental-q__paragraph {
  margin: 0;
}
.assessment-supplemental-q__frequency-grid .assessment-supplemental-q__select-field {
  width: 100%;
  min-width: 0;
  justify-self: end;
}
.assessment-supplemental-q__frequency-grid .assessment-supplemental-q__select-field .sis-native-select,
.assessment-supplemental-q__frequency-grid .assessment-supplemental-q__select-field app-sis-id-form-select-field,
.assessment-supplemental-q__frequency-grid .assessment-supplemental-q__select-field .sis-native-single-select {
  width: 100%;
}
@media (max-width: 900px) {
  .assessment-supplemental-q__frequency-grid {
    grid-template-columns: 1fr;
  }
  .assessment-supplemental-q__frequency-grid .assessment-supplemental-q__select-field {
    justify-self: stretch;
  }
}
.assessment-supplemental-q__select-field {
  display: block;
  min-width: 0;
}
.assessment-supplemental-q__select-field app-sis-id-form-select-field,
.assessment-supplemental-q__select-field .sis-native-single-select {
  width: 100%;
}
.assessment-supplemental-q__field-banner {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 8px;
}
.assessment-supplemental-q__field-banner-label {
  margin: 0;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.assessment-supplemental-q__textarea {
  margin-top: 0;
}
.assessment-supplemental-q__notes-field {
  padding-top: 8px;
}
.three-body {
  --uib-size: 35px;
  --uib-speed: 0.8s;
  --uib-color: #2a5c61;
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
}
@keyframes spin78236 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.lp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.lp-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.2;
}
.lp-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.lp-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.lp-search-icon {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  opacity: 0.5;
}
.lp-search {
  height: 36px;
  padding: 0 12px 0 32px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  outline: none;
  min-width: 220px;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-search::placeholder {
  color: #959595;
}
.lp-search:focus {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.lp-table-wrap {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(15, 23, 41, 0.08);
  overflow: visible;
}
.lp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  overflow: visible;
}
.lp-th {
  padding: 5px 10px;
  height: calc(28px + 5px * 2);
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #2a5c61;
  background: #ffffff;
  border-bottom: 2px solid #e8e8e8;
  white-space: nowrap;
  vertical-align: middle;
}
.lp-th--action {
  text-align: center;
}
.lp-th:first-child {
  border-radius: 8px 0 0 0;
}
.lp-th:last-child {
  border-radius: 0 8px 0 0;
}
.lp-sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: 600;
  color: #2a5c61;
  cursor: pointer;
  white-space: nowrap;
}
.lp-sort-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
  border-radius: 2px;
}
.lp-sort-icon {
  display: inline-flex;
  align-items: center;
  color: #bfbfbf;
  flex-shrink: 0;
}
.lp-sort-icon--active {
  color: #2a5c61;
}
.lp-sort-arrows {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;
  margin-inline-start: 4px;
  font-size: 10px;
  line-height: 1;
}
.lp-sort-arrows .lp-sort-arrow {
  color: #c5c8cd;
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-sort-arrows--active.lp-sort-arrows--asc .lp-sort-arrow--up {
  color: #2a5c61;
}
.lp-sort-arrows--active.lp-sort-arrows--asc .lp-sort-arrow--down {
  color: #c5c8cd;
  opacity: 0.5;
}
.lp-sort-arrows--active.lp-sort-arrows--desc .lp-sort-arrow--down {
  color: #2a5c61;
}
.lp-sort-arrows--active.lp-sort-arrows--desc .lp-sort-arrow--up {
  color: #c5c8cd;
  opacity: 0.5;
}
.lp-row {
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-row:last-child {
  border-bottom: none;
}
.lp-row:hover {
  background: #fafafa;
}
.lp-row:last-child .lp-td:first-child {
  border-radius: 0 0 0 8px;
}
.lp-row:last-child .lp-td:last-child {
  border-radius: 0 0 8px 0;
}
.lp-td {
  padding: 5px 10px;
  height: calc(28px + 5px * 2);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 1.2;
  vertical-align: middle;
}
.lp-td--action {
  text-align: center;
}
.lp-empty {
  padding: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
}
.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.lp-badge--active {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
.lp-badge--active .lp-badge-dot {
  background: #22c55e;
}
.lp-badge--inactive {
  background: #f5f5f5;
  color: #595959;
  border: 1px solid #d9d9d9;
}
.lp-badge--inactive .lp-badge-dot {
  background: #bfbfbf;
}
.lp-badge--in-progress {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}
.lp-badge--in-progress .lp-badge-dot {
  background: #f59e0b;
}
.lp-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-action-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.lp-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-action-btn:hover,
.lp-action-btn--open {
  background: #f5f5f5;
  border-color: #bfbfbf;
  color: rgba(0, 0, 0, 0.85);
}
.lp-action-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.lp-action-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 1000;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: visible;
  padding: 4px 0;
}
.lp-action-menu--up {
  top: auto;
  bottom: calc(100% + 4px);
}
.lp-action-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  border: none;
  background: none;
  text-align: left;
  font: inherit;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-action-item svg,
.lp-action-item img {
  flex-shrink: 0;
  color: #8c8c8c;
  transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1), filter 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-action-item:hover {
  background: #fafafa;
  color: #2a5c61;
}
.lp-action-item:hover svg {
  color: #2a5c61;
}
.lp-action-item:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(15%) saturate(1095%) hue-rotate(136deg) brightness(95%) contrast(90%);
}
.lp-action-item--header {
  font-weight: 600;
  color: #2a5c61;
  padding-top: 12px;
  padding-bottom: 12px;
}
.lp-action-item--header svg {
  color: #2a5c61;
}
.lp-action-item--header:hover {
  background: rgba(42, 92, 97, 0.05);
  color: #2a5c61;
}
.lp-action-item--header:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(15%) saturate(1095%) hue-rotate(136deg) brightness(95%) contrast(90%);
}
.lp-action-item--danger {
  color: #ff4d4f;
}
.lp-action-item--danger svg,
.lp-action-item--danger img {
  color: #ff4d4f;
}
.lp-action-item--danger:hover {
  background: #fff1f0;
  color: #ff4d4f;
}
.lp-action-item--danger:hover svg,
.lp-action-item--danger:hover img {
  color: #ff4d4f;
}
.lp-action-item--danger:hover img {
  filter: none;
}
.lp-action-divider {
  height: 1px;
  margin: 4px 0;
  background: #e8e8e8;
}
.lp-action-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
.lp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-footer__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  min-height: 28px;
}
.lp-showing {
  display: inline-flex;
  align-items: center;
  margin: 0;
  min-height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}
.lp-show-size {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.lp-show-size__label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  min-height: 28px;
  line-height: 28px;
  font-weight: 400;
  white-space: nowrap;
}
.lp-page-size {
  box-sizing: border-box;
  flex: 0 0 4.5rem;
  flex-shrink: 0;
  min-width: 4.5rem;
  width: 4.5rem;
  height: 28px;
  margin: 0;
  vertical-align: middle;
  padding: 0 28px 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px 8px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.lp-page-size.sis-select-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.lp-page-size:focus-visible {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.lp-page-size::-ms-expand {
  display: none;
}
.lp-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lp-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  cursor: pointer;
  transition:
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-page-btn:hover:not(:disabled):not(.lp-page-btn--active) {
  background: #fafafa;
  border-color: #2a5c61;
  color: #2a5c61;
}
.lp-page-btn--active {
  background: #2a5c61;
  border-color: #2a5c61;
  color: #ffffff;
  font-weight: 500;
  cursor: default;
}
.lp-page-btn--nav {
  font-size: 18px;
  line-height: 1;
  padding: 0 8px;
}
.lp-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.lp-page-btn:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.lp-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}
.lp-footer--simple {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.lp-simple-nav-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-page-summary {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  user-select: none;
}
.lp-page-btn--text {
  min-width: auto;
  padding: 0 16px;
  font-weight: 500;
}
.lp-skip-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-skip-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.lp-skip-input {
  width: 56px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  outline: none;
}
.lp-skip-input:focus-visible {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.lp-table--zebra tbody tr:nth-child(even) {
  background: #fafafa;
}
.lp-table--zebra tbody tr:hover {
  background: #fafafa;
}
.lp-table--thead-muted .lp-th {
  background: #fafafa;
}
@media (max-width: 991px) {
  .lp-breadcrumb {
    margin-bottom: 12px;
  }
  .lp-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 16px;
  }
  .lp-header-actions {
    width: 100%;
    flex-wrap: nowrap;
  }
  .lp-search-wrap {
    flex: 1;
    min-width: 0;
  }
  .lp-search {
    width: 100%;
    min-width: 0;
  }
  .lp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lp-table {
    min-width: 40rem;
  }
  .lp-action-menu {
    z-index: 1100;
  }
  .lp-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .lp-footer__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .lp-pagination {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.lp-uas-log-page__title-block {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.lp-uas-log-page__title {
  margin: 0 0 12px;
}
.lp-uas-log-page__note {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.lp-uas-log-page__search {
  margin-bottom: 20px;
}
.lp-uas-log-page__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lp-uas-log-page__search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.lp-uas-log-page__input {
  height: 36px;
  min-width: 200px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  outline: none;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-uas-log-page__input::placeholder {
  color: #959595;
}
.lp-uas-log-page__input:focus-visible {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.lp-uas-log-page__meta {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
}
.lp-uas-log-page__hint {
  margin: 24px 0 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.lp-uas-log-page__user-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-uas-log-page__user-icon {
  flex-shrink: 0;
  color: #bfbfbf;
}
.lp-uas-log-page__th--user {
  min-width: 120px;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fp-breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.fp-title {
  margin: 0 0 24px 0;
  font-size: 28px;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.2;
}
.fp-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(15, 23, 41, 0.08);
  padding: 24px;
  margin-bottom: 24px;
}
.fp-section-title {
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.fp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
}
.fp-grid--single {
  grid-template-columns: 1fr;
}
.fp-grid > app-input,
.fp-grid > .fp-field {
  min-width: 0;
}
.fp-grid app-input {
  display: block;
  width: 100%;
}
.fp-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.fp-label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.fp-required {
  color: #ff4d4f;
  margin-left: 2px;
}
.fp-hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
  margin-top: 2px;
}
.fp-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.fp-select {
  width: 100%;
  height: 36px;
  padding: 0 32px 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  color: rgba(0, 0, 0, 0.85);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-select.sis-select-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.fp-select:focus {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.fp-select::-ms-expand {
  display: none;
}
.fp-select.fp-select--placeholder {
  color: #959595;
}
.fp-select option {
  color: rgba(0, 0, 0, 0.85);
}
.fp-select--plain {
  padding: 0 32px 0 12px;
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.fp-select--plain.sis-select-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.fp-select--plain:focus {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.08);
}
.fp-select--plain.fp-select--plain-error {
  border-color: #ff4d4f;
}
.fp-select--plain.fp-select--plain-error:focus {
  border-color: #ff4d4f;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.12);
}
.fp-select--plain:disabled {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.65);
  cursor: not-allowed;
  opacity: 1;
}
.fp-select--plain::-ms-expand {
  display: none;
}
.fp-select-chevron {
  display: none;
}
.fp-repeater-item {
  position: relative;
  margin-bottom: 20px;
}
.fp-repeater-item:last-of-type {
  margin-bottom: 0;
}
.fp-repeater-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #ff4d4f;
  border-radius: 4px;
  background: #ffffff;
  color: #ff4d4f;
  cursor: pointer;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-repeater-remove:hover {
  background: #fff1f0;
}
.fp-repeater-remove:focus-visible {
  outline: 2px solid #ff4d4f;
  outline-offset: 2px;
}
.fp-add-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-add-more:hover {
  border-color: #2a5c61;
  color: #2a5c61;
}
.fp-add-more:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.fp-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 991px) {
  .fp-breadcrumb {
    margin-bottom: 12px;
  }
  .fp-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .fp-card {
    padding: 16px;
    margin-bottom: 16px;
  }
  .fp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fp-actions {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 12px;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.nb-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(760px, 100%);
  padding: 16px 20px;
  margin: 0;
  border: 1px solid rgba(42, 92, 97, 0.2);
  border-left: 4px solid #2a5c61;
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      #f2f8f7 0%,
      #eaf3f2 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 41, 0.14);
  color: rgba(0, 0, 0, 0.85);
  pointer-events: auto;
  animation: nb-banner-popup-in 520ms cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
.nb-banner--full-width {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.nb-banner--system {
  border-color: rgba(250, 173, 20, 0.7);
  border-left-color: #e8a00f;
  background: #FFFBE5;
  box-shadow:
    0 10px 24px rgba(250, 173, 20, 0.26),
    0 2px 8px rgba(15, 23, 41, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.nb-banner--system .nb-banner__chip {
  color: #d46b08;
}
.nb-banner--enterprise {
  border-color: rgba(24, 144, 255, 0.35);
  border-left-color: #1890ff;
  background:
    linear-gradient(
      180deg,
      #e6f7ff 0%,
      #e8f3ff 100%);
}
.nb-banner--enterprise .nb-banner__chip {
  color: #1890ff;
}
.nb-banner--group {
  border-color: rgba(155, 91, 165, 0.35);
  border-left-color: #9b5ba5;
  background:
    linear-gradient(
      180deg,
      #f7eef8 0%,
      #efe4f1 100%);
}
.nb-banner--group .nb-banner__chip {
  color: #9b5ba5;
}
.nb-banner--mixed {
  border-color: rgba(42, 92, 97, 0.2);
  border-left-color: #2a5c61;
  background:
    linear-gradient(
      180deg,
      #f2f8f7 0%,
      #eaf3f2 100%);
}
.nb-banner__content {
  flex: 1 1 auto;
  min-width: 0;
}
.nb-banner__entry + .nb-banner__entry {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.nb-banner__entry--system .nb-banner__chip {
  color: #d46b08;
}
.nb-banner__entry--enterprise .nb-banner__chip {
  color: #1890ff;
}
.nb-banner__entry--group .nb-banner__chip {
  color: #9b5ba5;
}
.nb-banner__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #214850;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.nb-banner__chip i {
  display: inline-block;
  transform-origin: center bottom;
  animation: nb-banner-icon-pop 2.4s ease-in-out infinite;
}
.nb-banner__line {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  white-space: pre-line;
}
.nb-banner__line + .nb-banner__line {
  margin-top: 4px;
}
.nb-banner__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  align-self: center;
}
.nb-banner__btn {
  border: 1px solid transparent;
  background: #ffffff;
  color: #2a5c61;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nb-banner__btn--secondary {
  border-color: rgba(42, 92, 97, 0.35);
}
.nb-banner__btn--secondary:hover:not(:disabled) {
  background: rgba(42, 92, 97, 0.08);
}
.nb-banner__btn--primary {
  background: #2a5c61;
  color: #ffffff;
}
.nb-banner__btn--primary:hover:not(:disabled) {
  background: #214850;
}
.nb-banner__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
@keyframes nb-banner-popup-in {
  0% {
    opacity: 0;
    transform: translateY(-14px) scale(0.97);
  }
  55% {
    opacity: 1;
    transform: translateY(5px) scale(1.01);
  }
  75% {
    transform: translateY(-3px) scale(0.995);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes nb-banner-icon-pop {
  0%, 72%, 100% {
    transform: translateY(0) scale(1);
  }
  8% {
    transform: translateY(-5px) scale(1.2);
  }
  16% {
    transform: translateY(0) scale(1);
  }
  24% {
    transform: translateY(-2px) scale(1.08);
  }
  32% {
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nb-banner {
    animation: nb-banner-popup-in-reduced 200ms ease-out both;
  }
  .nb-banner__chip i {
    animation: none;
  }
}
@keyframes nb-banner-popup-in-reduced {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .nb-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
  }
  .nb-banner__actions {
    align-self: stretch;
    justify-content: stretch;
    margin-top: 12px;
  }
  .nb-banner__btn {
    width: 100%;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.login-page {
  min-height: 100vh;
  background-color: #e8eaed;
  display: flex;
  flex-direction: column;
}
.login-header {
  background-color: #cfe1f0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 24px;
}
.login-header__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.login-header__logo-image {
  height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.login-main {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 32px 24px;
}
.login-main__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.login-banner-region {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
}
.login-banner-region:empty {
  display: none;
  margin-bottom: 0;
}
.login-banner-slot {
  width: 100%;
}
.login-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
.login-panel {
  display: flex;
  min-width: 0;
}
.login-info-panel {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-height: 100%;
}
.login-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .login-card {
    padding: 24px;
  }
}
.login-card--form {
  gap: 12px;
}
.login-card ::ng-deep .input-wrapper {
  margin-bottom: 0;
}
.sisonline-branding__link {
  display: inline-block;
  text-decoration: none;
}
.sisonline-branding__link:focus-visible {
  border-radius: 4px;
}
.sisonline-branding__link:focus-visible:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.sisonline-branding__image {
  width: min(100%, 320px);
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
}
.sisonline-tagline {
  font-size: 13px;
  color: #4d4d4d;
  margin: 0;
  font-style: italic;
  line-height: 1.75;
}
.sisventure-description {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.75;
  margin: 0;
}
.sisventure-assessment-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.sisventure-assessment-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.sisventure-assessment-card__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.sisventure-assessment-card__caption {
  font-size: 13px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}
.assessment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assessment-item {
  font-size: 16px;
  line-height: 1.5;
}
.assessment-item__label {
  font-weight: 700;
  color: #2a5c61;
}
.assessment-item__description {
  font-weight: 400;
  color: #4d4d4d;
}
.announcement-box {
  background-color: #dff2f0;
  border-left: 5px solid #2a5c61;
  border-radius: 4px;
  padding: 16px 20px;
}
.announcement-box__title {
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.announcement-box__content {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.announcement-box__text {
  margin: 0 0 12px 0;
  line-height: 1.75;
}
.announcement-box__list {
  margin: 0;
  padding-left: 20px;
}
.announcement-box__list li {
  margin-bottom: 4px;
  line-height: 1.75;
}
.announcement-box__list li:last-child {
  margin-bottom: 0;
}
.login-tips {
  background-color: #f1f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 20px;
}
.login-tips__title {
  font-size: 16px;
  font-weight: 700;
  color: #2a5c61;
  margin: 0 0 8px 0;
}
.login-tips__list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.login-tips__list li {
  margin-bottom: 4px;
  line-height: 1.75;
}
.login-tips__list li:last-child {
  margin-bottom: 0;
}
.login-form__title {
  font-size: 28px;
  font-weight: 700;
  color: #2a5c61;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.login-form__subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 0 24px 0;
}
.login-form {
  display: flex;
  flex-direction: column;
}
.login-form__message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 24px 0;
  line-height: 1.75;
}
.login-form__error {
  margin: 0 0 12px 0;
  padding: 8px 12px;
  font-size: 13px;
  color: #ff4d4f;
  background-color: #fff1f0;
  border: 1px solid #ffccc7;
  border-radius: 4px;
}
.password-requirements {
  margin-top: 8px;
  margin-bottom: 12px;
}
.password-requirements__title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 0 8px 0;
}
.password-requirements__list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}
.password-requirements__list li {
  margin-bottom: 4px;
  line-height: 1.75;
  transition: color 0.15s ease;
}
.password-requirements__list li:last-child {
  margin-bottom: 0;
}
.password-requirements__list .password-requirements__item--met {
  color: #2a5c61;
  font-weight: 500;
}
.password-requirements__list .password-requirements__item--unmet-error {
  color: #ff4d4f;
}
.form-field {
  margin-bottom: 12px;
}
.form-field--checkbox {
  margin-bottom: 8px;
}
.form-field--link {
  margin-bottom: 20px;
}
.form-field--submit {
  margin-bottom: 0;
}
.login-form__submit-actions {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.login-form__submit-actions > app-button {
  flex: 1;
  min-width: 0;
  display: block;
}
.forgot-password-link {
  color: #2a5c61;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.forgot-password-link:hover {
  color: #214850;
  text-decoration: underline;
}
.forgot-password-link:focus-visible:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.login-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}
.login-footer p {
  font-size: 12px;
  margin: 0 0 4px 0;
  line-height: 1.5;
}
.login-footer p:last-child {
  margin-bottom: 0;
}
.login-footer__label {
  font-weight: 700;
  color: #2a5c61;
  margin-right: 4px;
}
.login-footer__value {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.login-footer__warning {
  color: rgba(0, 0, 0, 0.65) !important;
  font-style: italic;
  margin-top: 8px !important;
}
@media (max-width: 991px) {
  .login-header {
    padding: 12px 16px;
  }
  .login-header__logo-image {
    height: 36px;
  }
  .login-main {
    padding: 16px 16px;
  }
  .login-main__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .login-banner-region {
    order: 4;
    margin-bottom: 0;
  }
  .login-container,
  .login-panel,
  app-login-info-panel,
  .login-info-panel {
    display: contents;
  }
  .login-info-panel__section--branding {
    order: 1;
    text-align: center;
  }
  .login-info-panel__section--branding .sisonline-branding__link {
    display: block;
  }
  .login-info-panel__section--branding .sisonline-branding__image {
    margin-inline: auto;
    margin-bottom: 0;
  }
  .login-panel--right > .login-card {
    order: 2;
    min-height: auto;
  }
  .login-info-panel__section--body {
    order: 3;
  }
  .sisventure-assessment-cards {
    grid-template-columns: 1fr;
  }
  .login-info-panel__section--tips {
    order: 5;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mfa-panel {
  gap: 16px;
}
.mfa-panel__title {
  font-size: 20px;
  font-weight: 700;
  color: #2a5c61;
  margin: 0;
}
.mfa-panel__subtitle {
  font-size: 13px;
  color: #4d4d4d;
  margin: 0;
  line-height: 1.75;
}
.mfa-panel__stepper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mfa-panel__step {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.mfa-panel__step--active {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.mfa-panel__step-badge {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background-color: #f1f6f6;
  border: 1px solid #e0e0e0;
  color: #2a5c61;
}
.mfa-panel__qr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  flex-shrink: 0;
}
.mfa-panel__qr-image {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.mfa-panel__qr-loading,
.mfa-panel__qr-error {
  font-size: 13px;
  color: #4d4d4d;
  text-align: center;
  padding: 16px;
}
.mfa-panel__qr-error {
  color: #ff4d4f;
}
.mfa-panel__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  flex: 1;
}
.mfa-panel__form-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mfa-panel__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2a5c61;
}
.mfa-panel__progress-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: default;
}
.mfa-panel__progress-dot--active {
  background-color: #2a5c61;
  transform: scale(1.25);
}
.mfa-panel__swipe-hint {
  display: none;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.mfa-panel__error {
  margin: 0;
  font-size: 13px;
  color: #ff4d4f;
  text-align: center;
}
.mfa-panel__back-link {
  margin: 0;
  text-align: center;
  font-size: 13px;
}
.mfa-panel__back-link button {
  background: none;
  border: none;
  padding: 0;
  color: #2a5c61;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 991px) {
  .mfa-panel__progress-dot {
    cursor: pointer;
  }
  .mfa-panel__swipe-hint {
    display: block;
  }
  .mfa-panel--setup .mfa-panel__swipe-hint {
    margin-top: auto;
    padding-top: 12px;
  }
}
.mfa-verify-page {
  min-height: 100vh;
  background-color: #e8eaed;
  display: flex;
  flex-direction: column;
}
.mfa-verify-page__header {
  background-color: #cfe1f0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 24px;
}
.mfa-verify-page__header-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mfa-verify-page__header-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}
.mfa-verify-page__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
}
.mfa-verify-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 28rem;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.mfa-verify-card__brand-image {
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
}
.mfa-verify-card__step-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2a5c61;
  margin: 0;
}
.mfa-verify-card__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.workspace-page-shell {
  flex: 1 0 auto;
  min-height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background: #f0f2f5;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
.workspace-page-shell__inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 24px 48px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .workspace-page-shell__inner {
    padding: 16px 16px 32px;
  }
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-drawer-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
  background: rgba(16, 24, 40, 0.24);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.search-drawer-modal textarea.search-drawer-modal__textarea::placeholder,
.search-drawer-modal .search-drawer-modal__native-input::placeholder {
  font-size: 12px;
}
.search-drawer-modal ::ng-deep .input-wrapper .input::placeholder {
  font-size: 12px;
}
.search-drawer-modal ::ng-deep .input-wrapper .input {
  background-color: #ffffff;
}
.search-drawer-modal .search-drawer-modal__textarea,
.search-drawer-modal .search-drawer-modal__select {
  background-color: #ffffff;
}
.search-drawer-modal__panel {
  width: min(980px, 100vw - 48px);
  height: calc(100vh - 48px);
  margin: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow:
    0 6px 16px -8px rgba(0, 0, 0, 0.08),
    0 9px 28px 0 rgba(0, 0, 0, 0.05),
    0 12px 48px 16px rgba(0, 0, 0, 0.03);
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
  animation: search-drawer-in 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.search-drawer-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.search-drawer-modal__title {
  margin: 0 0 8px 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.search-drawer-modal__subtitle {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}
.search-drawer-modal__close {
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.search-drawer-modal__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #e8e8e8;
}
.search-drawer-modal__section-title {
  margin: 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.search-drawer-modal__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-drawer-modal__grid {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  align-content: start;
  overflow: auto;
  flex: 1;
}
.search-drawer-modal__label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.search-drawer-modal__select-wrap {
  position: relative;
}
.search-drawer-modal__select-wrap::after {
  display: none;
}
.search-drawer-modal__select-wrap .sis-id-form-searchable-select,
.search-drawer-modal__select-wrap .sis-native-single-select {
  width: 100%;
}
.search-drawer-modal__select-wrap .sis-id-form-searchable-select--open,
.search-drawer-modal__select-wrap .sis-native-single-select--open {
  z-index: 1000;
}
.search-drawer-modal__select {
  box-sizing: border-box;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fafbfc;
  background-color: #ffffff;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 40px;
  font-size: 13px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.search-drawer-modal__select:not(.search-drawer-modal__select--placeholder) {
  color: rgba(0, 0, 0, 0.85);
}
.search-drawer-modal__select.search-drawer-modal__select--placeholder {
  color: #959595;
}
.search-drawer-modal__select option {
  color: rgba(0, 0, 0, 0.85);
  background-color: #ffffff;
}
.search-drawer-modal__select.sis-select-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' fill='none' stroke='%23595959' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.search-drawer-modal__select::-ms-expand {
  display: none;
}
.search-drawer-modal__footer {
  padding: 16px 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: flex-end;
}
@keyframes search-drawer-in {
  from {
    opacity: 0.85;
    transform: translate3d(120%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .search-drawer-modal__panel {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    margin: 12px;
  }
  .search-drawer-modal__grid {
    grid-template-columns: 1fr;
  }
  .search-drawer-modal__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .search-drawer-modal__actions {
    justify-content: flex-end;
  }
  .search-drawer-modal__checkbox-matrix.search-drawer-modal__checkbox-matrix--triple {
    grid-template-columns: 1fr;
  }
  .search-drawer-modal__datetime-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .search-drawer-modal__date-only-row {
    flex-direction: column;
  }
}
.search-drawer-modal__panel--assessment {
  align-self: stretch;
  width: min(100vw - 256px, 1400px);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  border-radius: 8px 0 0 8px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  --sd-assessment-gutter: 24px;
}
@media (max-width: 992px) {
  .search-drawer-modal__panel--assessment {
    width: calc(100vw - 80px);
  }
}
@media (max-width: 768px) {
  .search-drawer-modal__panel--assessment {
    width: 100vw;
    border-radius: 0;
  }
}
.search-drawer-modal__panel--assessment .search-drawer-modal__grid {
  flex: none;
  overflow: visible;
  padding: 0;
}
.search-drawer-modal__panel--assessment > .search-drawer-modal__grid {
  padding: 20px var(--sd-assessment-gutter);
}
.search-drawer-modal__panel--assessment .search-drawer-modal__footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 -4px 12px rgba(16, 24, 40, 0.06);
}
.search-drawer-modal__panel--assessment .search-drawer-modal__header,
.search-drawer-modal__panel--assessment .search-drawer-modal__toolbar,
.search-drawer-modal__panel--assessment .search-drawer-modal__footer {
  padding-left: var(--sd-assessment-gutter);
  padding-right: var(--sd-assessment-gutter);
}
.search-drawer-modal__panel--assessment app-sis-native-date-field {
  position: relative;
}
.search-drawer-modal__panel--assessment app-sis-native-date-field .sis-native-date-field__calendar {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: auto !important;
  z-index: 100 !important;
}
.search-drawer-modal__btn-icon {
  font-size: 13px;
  line-height: 1;
}
.search-drawer-modal__scroll--assessment {
  display: block;
  flex: none;
  overflow: visible;
  padding: 16px var(--sd-assessment-gutter, 24px) 24px;
}
.search-drawer-modal__scroll--assessment .input-wrapper .input::placeholder {
  color: #959595;
  opacity: 1;
}
.search-drawer-modal__grid--assessment-name {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  margin-bottom: 8px;
}
.search-drawer-modal__grid--assessment-bulk,
.search-drawer-modal__grid--assessment-bulk-row2,
.search-drawer-modal__grid--assessment-selects-row1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  margin-bottom: 20px;
}
.search-drawer-modal__grid--assessment-selects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin-bottom: 20px;
}
.search-drawer-modal__filter-hint {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.search-drawer-modal__textarea {
  box-sizing: border-box;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fafbfc;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 88px;
  padding: 8px 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  resize: vertical;
  outline: none;
  font-family: inherit;
  line-height: 1.5;
}
.search-drawer-modal__textarea::placeholder {
  color: #959595;
  opacity: 1;
}
.search-drawer-modal__textarea:focus {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.1);
}
.search-drawer-modal__pattern {
  margin-bottom: 24px;
}
.search-drawer-modal__pattern-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.search-drawer-modal__pattern-section-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.search-drawer-modal__pattern-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.search-drawer-modal__pattern-toggle input {
  margin: 0;
  flex-shrink: 0;
  accent-color: #2a5c61;
}
.search-drawer-modal__pattern-toggle-label {
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
}
.search-drawer-modal__pattern-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.search-drawer-modal__pattern-listbox {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.85);
}
.search-drawer-modal__pattern-listbox option {
  padding: 4px 8px;
}
.search-drawer-modal__date-card {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  overflow: visible;
  position: relative;
}
.search-drawer-modal__date-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.search-drawer-modal__date-card-icon-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(42, 92, 97, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-drawer-modal__date-card-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.search-drawer-modal__date-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.search-drawer-modal__date-card-title {
  font-weight: 600;
  font-size: 16px;
  color: #2a5c61;
  line-height: 1.25;
}
.search-drawer-modal__date-card-sub {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.search-drawer-modal__range-block {
  margin-bottom: 16px;
  position: relative;
}
.search-drawer-modal__range-block--grow {
  flex: 1;
  min-width: 0;
}
.search-drawer-modal__range-heading {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}
.search-drawer-modal__range-heading--span2 {
  grid-column: span 2;
  margin-bottom: 0;
}
.search-drawer-modal__datetime-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 16px;
  align-items: start;
  margin-bottom: 16px;
  position: relative;
}
.search-drawer-modal__datetime-grid .input-wrapper,
.search-drawer-modal__datetime-grid app-sis-native-date-field {
  margin-bottom: 0;
  position: relative;
}
.search-drawer-modal__date-only-row {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
  align-items: flex-start;
  position: relative;
}
.search-drawer-modal__date-only-row app-sis-native-date-field {
  width: 100%;
  position: relative;
}
.search-drawer-modal__shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.search-drawer-modal__shortcut-chip {
  border: 1px solid #2a5c61;
  background: rgba(42, 92, 97, 0.08);
  color: #2a5c61;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-drawer-modal__shortcut-chip:hover {
  background: rgba(42, 92, 97, 0.16);
}
.search-drawer-modal__shortcut-chip:focus-visible {
  outline: 2px solid #2a5c61;
  outline-offset: 2px;
}
.search-drawer-modal__shortcut-chip--active {
  background: #2a5c61;
  color: #ffffff;
  border-color: #2a5c61;
}
.search-drawer-modal__shortcut-chip--active:hover {
  background: #214850;
  color: #ffffff;
}
.search-drawer-modal__checkbox-stack {
  margin-top: 8px;
  padding-bottom: 8px;
}
.search-drawer-modal__checkbox-forms {
  margin-bottom: 12px;
}
.search-drawer-modal__checkbox-standalone {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.search-drawer-modal__checkbox-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
  padding-bottom: 8px;
}
.search-drawer-modal__checkbox-matrix.search-drawer-modal__checkbox-matrix--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.search-drawer-modal__checkbox-column {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}
.search-drawer-modal__checkbox-legend {
  padding: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #2a5c61;
}
.search-drawer-modal__check-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.search-drawer-modal__check-row:last-child {
  margin-bottom: 0;
}
.search-drawer-modal__check-row input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #2a5c61;
}
:root {
  --Colours-secondary-secondary: #5fa8a3;
}
.sis-dashboard-stat-card {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(15, 23, 41, 0.08);
  border: none;
}
.sis-dashboard-stat-card__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #eef3f4;
}
.sis-dashboard-stat-card__icon-box--hero {
  background: rgba(255, 255, 255, 0.16);
}
.sis-dashboard-stat-card__icon-box--brand {
  background: #2a5c61;
}
.sis-dashboard-stat-card__icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sis-dashboard-stat-card--hero .sis-dashboard-stat-card__icon-img {
  filter: brightness(0) invert(1);
}
.sis-dashboard-stat-card--hero {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 84px;
  padding: 12px 16px;
  background: #2a5c61;
  color: #ffffff;
  transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .sis-dashboard-stat-card--hero:hover {
    transform: translateY(-2px);
    box-shadow:
      0 8px 24px rgba(23, 55, 60, 0.4),
      0 0 28px rgba(86, 147, 158, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.22);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sis-dashboard-stat-card--hero {
    transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sis-dashboard-stat-card--hero:hover {
    transform: none;
  }
}
.sis-dashboard-stat-card--hero .sis-dashboard-stat-card__value {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.sis-dashboard-stat-card--featured {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  min-height: 84px;
  padding: 12px 16px;
  background: #ffffff;
  transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .sis-dashboard-stat-card--featured:hover {
    transform: translateY(-2px);
    box-shadow:
      0 6px 18px rgba(42, 92, 97, 0.2),
      0 0 22px rgba(86, 147, 158, 0.42),
      0 0 0 1px rgba(42, 92, 97, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sis-dashboard-stat-card--featured {
    transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sis-dashboard-stat-card--featured:hover {
    transform: none;
  }
}
.sis-dashboard-stat-card--featured .sis-dashboard-stat-card__value {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.1;
}
.sis-dashboard-stat-card--compact {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 12px 16px;
  background: #ffffff;
  transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .sis-dashboard-stat-card--compact:hover {
    transform: translateY(-2px);
    box-shadow:
      0 6px 18px rgba(42, 92, 97, 0.2),
      0 0 22px rgba(86, 147, 158, 0.42),
      0 0 0 1px rgba(42, 92, 97, 0.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sis-dashboard-stat-card--compact {
    transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sis-dashboard-stat-card--compact:hover {
    transform: none;
  }
}
.sis-dashboard-stat-card--compact .sis-dashboard-stat-card__label {
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.2;
}
.sis-dashboard-stat-card--compact .sis-dashboard-stat-card__value {
  margin: 4px 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a5c61;
  line-height: 1.1;
}
.sis-announcement-panel__title {
  margin: 0 0 12px 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
:root {
  --Colours-Border-Default: #dcdcdc;
  --Input-BG: #fafbfc;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  background-color: #f0f2f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
app-root {
  display: block;
  min-height: 100vh;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02);
  padding: 24px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.card.card-hover {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02);
  padding: 24px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.card.card-hover:hover {
  box-shadow:
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.card.card-bordered {
  border: 1px solid #e8e8e8;
}
.card .card-header {
  padding: 16px 24px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}
.card .card-body {
  padding: 24px;
}
.card .card-footer {
  padding: 16px 24px;
  border-top: 1px solid #e8e8e8;
  background-color: #fafafa;
}
.divider {
  height: 1px;
  background-color: #e8e8e8;
  border: none;
  margin: 16px 0;
}
.divider.divider-vertical {
  width: 1px;
  height: auto;
  margin: 0 16px;
}
.divider.divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}
.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(42, 92, 97, 0.2);
  border-top-color: #2a5c61;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner.spinner-sm {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(42, 92, 97, 0.2);
  border-top-color: #2a5c61;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner.spinner-lg {
  width: 32px;
  height: 32px;
  border: 4px solid rgba(42, 92, 97, 0.2);
  border-top-color: #2a5c61;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.spinner.spinner-white {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.empty-state .empty-state-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.4;
}
.empty-state .empty-state-title {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}
.empty-state .empty-state-description {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  max-width: 400px;
}
.page-container {
  padding: 24px;
}
@media (max-width: 767px) {
  .page-container {
    padding: 16px;
  }
}
.page-header {
  margin-bottom: 24px;
}
.page-header .page-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8px;
}
.page-header .page-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  color: rgba(0, 0, 0, 0.65);
}
.page-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02);
}
.sis-input-field {
  box-sizing: border-box;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fafbfc;
  width: 100%;
  font-size: 13px;
  line-height: calc(36px - 2px);
  color: rgba(0, 0, 0, 0.85);
  outline: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sis-input-field::placeholder {
  font-size: 16px;
  color: #959595;
}
.sis-input-field:hover:not(:disabled) {
  border-color: #2a5c61;
}
.sis-input-field:focus:not(:disabled) {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.1);
}
.sis-input-field:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.form-group {
  margin-bottom: 24px;
}
.form-group .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.form-group .form-label .required {
  color: #ff4d4f;
  margin-left: 4px;
}
.form-group .form-control {
  box-sizing: border-box;
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fafbfc;
  width: 100%;
  font-size: 13px;
  line-height: calc(36px - 2px);
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.form-group .form-control::placeholder {
  font-size: 16px;
  color: #959595;
}
.form-group .form-control:hover:not(:disabled) {
  border-color: #2a5c61;
}
.form-group .form-control:focus:not(:disabled) {
  border-color: #2a5c61;
  box-shadow: 0 0 0 2px rgba(42, 92, 97, 0.1);
}
.form-group .form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.form-group .form-control.error {
  border-color: #ff4d4f;
}
.form-group .form-control.error:focus {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.1);
}
.form-group .form-control.form-control-sm {
  height: 32px;
  line-height: calc(32px - 2px);
  font-size: 13px;
}
.form-group .form-control.form-control-lg {
  height: 44px;
  line-height: calc(44px - 2px);
  font-size: 16px;
}
.form-group .form-text {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 9999px;
  white-space: nowrap;
}
.badge.badge-primary {
  background-color: #e6f7ff;
  color: #2a5c61;
}
.badge.badge-success {
  background-color: #f6ffed;
  color: #52c41a;
}
.badge.badge-warning {
  background-color: #fffbe6;
  color: #faad14;
}
.badge.badge-error {
  background-color: #fff1f0;
  color: #ff4d4f;
}
.badge.badge-dot {
  padding-left: 12px;
}
.badge.badge-dot::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: currentColor;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: #d9d9d9;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar.avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.avatar.avatar-lg {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.avatar.avatar-xl {
  width: 64px;
  height: 64px;
  font-size: 24px;
}
.avatar.avatar-square {
  border-radius: 4px;
}
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #bfbfbf #f5f5f5;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #2a5c61;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 9999;
}
.skip-link:focus {
  top: 0;
}
@media print {
  body {
    background: white;
    color: black;
  }
  .no-print {
    display: none !important;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .page-break {
    page-break-after: always;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
