/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

:root {
  --Main-colors-Dark: #426278;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Work Sans", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Urbanist', sans-serif;
}
.ant-layout {
  background: #f3f5f7;
}
.ant-typography {
  color: var(--Dark, #0b162d);
  font-family: "Work Sans", serif;
}
.observationForm {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 50px;
}
.observationForm label {
  font-weight: 800;
}
.observationForm .additionalInfoInput {
  margin-top: 20px;
}
.container {
  width: 100%;
  margin: 100px auto 0;
  padding: 30px;
  background: white;
}
.container .button {
  margin-top: 10px;
}
.container .addBtn {
  color: #fe7132;
  width: 100%;
}
.container .observation-panel {
  max-width: 800px;
  margin: 0 auto;
}
.container .observation-panel h2 {
  font-size: 18px;
  margin-bottom: 24px;
}
.container .download-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.container .download-link {
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.container .download-link:hover {
  background-color: #fafafa;
  color: #40a9ff;
  text-decoration: none;
}
.container .download-link .anticon {
  margin-right: 8px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .container .download-links {
    grid-template-columns: 1fr;
  }
}
.container .ce-block__content {
  max-width: 400px;
}
.container .ce-toolbar__content,
.container .parent-interview-title {
  max-width: 400px;
}
@media screen and (min-width: 1000px) {
  .container .ce-block__content {
    max-width: 550px;
  }
  .container .ce-toolbar__content,
  .container .parent-interview-title {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .container .ce-block__content {
    max-width: 650px;
  }
  .container .ce-toolbar__content,
  .container .parent-interview-title {
    max-width: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .container .ce-block__content {
    max-width: 850px;
  }
  .container .ce-toolbar__content,
  .container .parent-interview-title {
    max-width: 850px;
  }
}
.container .panel-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.container .panel-radio-group .panel-radio-button {
  padding-bottom: 5px;
}
.container .parent-interview-title {
  text-align: start;
  margin: auto;
}
.collapse {
  margin-bottom: 20px;
}
.panel {
  background-color: white;
  border-radius: 4px;
  padding-bottom: 20px;
}
.formItem {
  margin-bottom: 15px;
  width: 48%;
}
.formItemLittle {
  margin-bottom: 15px;
  width: 23%;
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 160px;
}
.headerFixed {
  padding: 30px;
  position: fixed;
  top: -35px;
  z-index: 10;
  width: calc(100% - 60px);
}
.headerFixed .container {
  border-radius: 8px;
  border: 1px solid #e0e4eb;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.headerFixed .container .title {
  color: var(--Main-colors-Dark, #1c204c);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Work Sans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 100% */
  margin: 0;
}
.headerFixed .container .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerFixed .container .search {
  border-radius: 4px;
  border: 1px solid var(--Shades-Grey-Strokes-default, #d4d8e3);
  background: #fff;
  max-width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.tableContainer {
  padding: 30px;
  margin-top: 70px;
}
.hover-underline-enable:hover div {
  text-decoration: underline;
}
.breadcrumb-hover:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #304d5d;
}
.label.labelT {
  height: 30px;
  margin-left: 8px;
  color: #4b626e;
}
.custom-form-item .ant-form-item-explain-error {
  text-align: left;
}
.ant-layout-header .ant-typography {
  color: var(--Main-colors-Dark, #1c204c);
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.ant-collapse-header {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #e0e4eb;
  border-right: 1px solid #e0e4eb;
  border-left: 1px solid #e0e4eb;
  background: #f1f3fc;
}
.ant-collapse-header-text {
  color: var(--Main-colors-Dark, #1c204c);
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-align: left;
}
.ant-select-selection-search {
  background: transparent;
  z-index: 1;
  width: 100%;
}
.evaluationView.layout {
  border-radius: 8px;
  overflow: hidden;
  width: calc(100% - 8px);
  max-width: calc(100% - 8px);
  padding: 80px 40px 0;
}
.evaluationView.layout .header {
  text-align: center;
  color: #fff;
  height: 64px;
  padding-inline: 48px;
  line-height: 64px;
  background-color: #f3f5f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  position: fixed;
  z-index: 10;
  top: 70px;
}
.evaluationView.layout .content {
  text-align: center;
  min-height: 120px;
  line-height: 120px;
  color: #fff;
  background: #f3f5f7;
  width: 100%;
}
.evaluationView.layout .sider {
  position: fixed;
  text-align: center;
  line-height: 120px;
  color: #fff;
  background: #f3f5f7;
  padding-right: 30px;
  top: 135px;
  width: 410px;
  right: 0;
  height: calc(100vh - 64px);
  /* Full height minus header */
  z-index: 1000;
  /* Ensure the Sider is on top */
}
@media screen and (max-width: 1000px) {
  .evaluationView.layout .sider {
    width: 250px;
  }
}
.evaluationView.layout .footer {
  text-align: center;
  color: #fff;
  background: #f3f5f7;
}
.evaluationView.layout .contentLayout {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.evaluationView.layout .ant-col,
.evaluationView.layout .ant-collapse {
  font-family: "Work Sans", serif;
}
.ant-list .ant-list-item {
  padding: 8px 10px;
  margin-bottom: 10px;
}
.ant-list-item:last-child {
  border-block-end: 1px solid var(--Shades-Violet-50, #e8e9ee);
}
.ant-card .ant-card-body {
  padding: 16px 20px;
}
.list-item {
  border-radius: 4px;
  border: 1px solid var(--Shades-Violet-50, #e8e9ee);
  background: var(--Main-colors-White, #fff);
}
.count {
  margin-left: 4px;
  color: #8c8c8c;
}
.ant-list-split .ant-list-item:last-child {
  border-block-end: 1px solid var(--Shades-Violet-50, #e8e9ee);
}
.evaluationView .contentLayout {
  display: flex;
  flex-direction: row;
}
.evaluationView .content {
  margin-right: 30%;
  /* The same width as the Sider */
  overflow-x: hidden;
  /* Ensure no horizontal scrolling */
}
#demographicPanel,
#reasonForReferralPanel,
#interviewsPanel,
#assessmentPanel,
#observationsPanel {
  scroll-margin-top: 210px;
}
#demographicPanel .ant-form-item-control-input-content .ant-select-selector {
  padding: 0;
}
.progress-card {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #1c204c;
  font-family: "Work Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  text-transform: capitalize;
  text-align: left;
}
.progress-card .ant-card-head .ant-card-head-title {
  color: #1c204c;
  font-family: "Work Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  text-transform: capitalize;
}
.progress-link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  gap: 10px;
}
.status-icon {
  font-size: 20px;
  margin-right: 12px;
}
.status-completed {
  color: #52c41a;
}
.status-in-progress {
  color: #1890ff;
}
.status-not-started {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .deadlines-card .dc-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .deadlines-card .dc-date-container {
    flex-direction: column;
  }
}
.deadlines-card {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.deadlines-card .dc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.deadlines-card .dc-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.deadlines-card .dc-icon {
  font-size: 20px;
  margin-right: 8px;
}
.deadlines-card .dc-days-left {
  background-color: #1c204c;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.deadlines-card .dc-date-container {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.deadlines-card .dc-date-column {
  display: flex;
  flex-direction: column;
}
.evaluation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #E0E4EB;
  margin: 0 0 16px;
  position: fixed;
  width: calc(70% - 100px);
  z-index: 10;
  top: 134px;
}
.evaluation-header .title {
  margin: 0;
  padding: 0;
}
.evaluation-header ~ .container {
  width: 100%;
  margin: 0 auto 0;
  padding: 30px;
  background: white;
}
.feedback-container {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 5000;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right bottom;
}
.feedback-button {
  background: linear-gradient(88deg, #fe7132 13.47%, #fd483b 106%);
  color: white;
  padding: 8px 16px;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  transform-origin: right bottom;
  transition: background-color 0.3s;
}
.feedback-button.hovered,
.feedback-button:hover {
  background: white;
  color: #fe7132;
}
.feedback-button .feedback-text {
  font-size: 14px;
  margin-left: 8px;
}
.sc_attr {
  color: #94a2c0;
}
.sc_key {
  color: #bed5ff;
}
.sc_toolname {
  color: #0fcdfb;
}
.sc_tag {
  color: #0483d8;
}
.sc_bool {
  color: #f73cad;
}
.ct {
  z-index: 1001;
}
#editorjs .codex-editor,
#editorjsObservation .codex-editor,
#editorjsRfr .codex-editor,
#editorjsRecommendations .codex-editor,
#editorjsInterview .codex-editor,
#editorjsInterviewModal .codex-editor,
#editorjsInterviewModal2 .codex-editor,
#editorjsObservationModal .codex-editor,
#editorjsReportModal .codex-editor,
#editorjsReasonForReferral .codex-editor,
#editorjsFamilyInterview .codex-editor,
#editorjsHealthInterview .codex-editor,
#editorjsEducationalInterview .codex-editor,
#editorjsHealthInterviewModal .codex-editor,
#editorjsFamilyInterviewModal .codex-editor,
#editorjsEducationalInterviewModal .codex-editor,
#editorjsFamilyInterview2 .codex-editor,
#editorjsHealthInterview2 .codex-editor,
#editorjsEducationalInterview2 .codex-editor,
#editorjsHealthInterviewModal2 .codex-editor,
#editorjsFamilyInterviewModal2 .codex-editor,
#editorjsEducationalInterviewModal2 .codex-editor {
  font-family: Arial, Helvetica, sans-serif !important;
}
#editorjs .codex-editor .ce-block__content,
#editorjsObservation .codex-editor .ce-block__content,
#editorjsRfr .codex-editor .ce-block__content,
#editorjsRecommendations .codex-editor .ce-block__content,
#editorjsInterview .codex-editor .ce-block__content,
#editorjsInterviewModal .codex-editor .ce-block__content,
#editorjsInterviewModal2 .codex-editor .ce-block__content,
#editorjsObservationModal .codex-editor .ce-block__content,
#editorjsReportModal .codex-editor .ce-block__content,
#editorjsReasonForReferral .codex-editor .ce-block__content,
#editorjsFamilyInterview .codex-editor .ce-block__content,
#editorjsHealthInterview .codex-editor .ce-block__content,
#editorjsEducationalInterview .codex-editor .ce-block__content,
#editorjsHealthInterviewModal .codex-editor .ce-block__content,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content,
#editorjsFamilyInterview2 .codex-editor .ce-block__content,
#editorjsHealthInterview2 .codex-editor .ce-block__content,
#editorjsEducationalInterview2 .codex-editor .ce-block__content,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content {
  font-family: Arial, Helvetica, sans-serif !important;
}
#editorjs .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsObservation .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsRfr .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsRecommendations .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsObservationModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsReportModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsReasonForReferral .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsFamilyInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsHealthInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsEducationalInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsHealthInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block,
#editorjs .codex-editor .ce-block__content .cdx-list__item,
#editorjsObservation .codex-editor .ce-block__content .cdx-list__item,
#editorjsRfr .codex-editor .ce-block__content .cdx-list__item,
#editorjsRecommendations .codex-editor .ce-block__content .cdx-list__item,
#editorjsInterview .codex-editor .ce-block__content .cdx-list__item,
#editorjsInterviewModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsInterviewModal2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsObservationModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsReportModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsReasonForReferral .codex-editor .ce-block__content .cdx-list__item,
#editorjsFamilyInterview .codex-editor .ce-block__content .cdx-list__item,
#editorjsHealthInterview .codex-editor .ce-block__content .cdx-list__item,
#editorjsEducationalInterview .codex-editor .ce-block__content .cdx-list__item,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .cdx-list__item,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsHealthInterview2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .cdx-list__item,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .cdx-list__item {
  font-family: Arial, Helvetica, sans-serif !important;
}
#editorjs .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsObservation .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsRfr .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsRecommendations .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsObservationModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsReportModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsReasonForReferral .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsFamilyInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsHealthInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsEducationalInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsHealthInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block i,
#editorjs .codex-editor .ce-block__content .cdx-list__item i,
#editorjsObservation .codex-editor .ce-block__content .cdx-list__item i,
#editorjsRfr .codex-editor .ce-block__content .cdx-list__item i,
#editorjsRecommendations .codex-editor .ce-block__content .cdx-list__item i,
#editorjsInterview .codex-editor .ce-block__content .cdx-list__item i,
#editorjsInterviewModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsInterviewModal2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsObservationModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsReportModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsReasonForReferral .codex-editor .ce-block__content .cdx-list__item i,
#editorjsFamilyInterview .codex-editor .ce-block__content .cdx-list__item i,
#editorjsHealthInterview .codex-editor .ce-block__content .cdx-list__item i,
#editorjsEducationalInterview .codex-editor .ce-block__content .cdx-list__item i,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .cdx-list__item i,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsHealthInterview2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .cdx-list__item i,
#editorjs .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsObservation .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsRfr .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsRecommendations .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsObservationModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsReportModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsReasonForReferral .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsFamilyInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsHealthInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsEducationalInterview .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsHealthInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .ce-paragraph.cdx-block b,
#editorjs .codex-editor .ce-block__content .cdx-list__item b,
#editorjsObservation .codex-editor .ce-block__content .cdx-list__item b,
#editorjsRfr .codex-editor .ce-block__content .cdx-list__item b,
#editorjsRecommendations .codex-editor .ce-block__content .cdx-list__item b,
#editorjsInterview .codex-editor .ce-block__content .cdx-list__item b,
#editorjsInterviewModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsInterviewModal2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsObservationModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsReportModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsReasonForReferral .codex-editor .ce-block__content .cdx-list__item b,
#editorjsFamilyInterview .codex-editor .ce-block__content .cdx-list__item b,
#editorjsHealthInterview .codex-editor .ce-block__content .cdx-list__item b,
#editorjsEducationalInterview .codex-editor .ce-block__content .cdx-list__item b,
#editorjsHealthInterviewModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsFamilyInterviewModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsEducationalInterviewModal .codex-editor .ce-block__content .cdx-list__item b,
#editorjsFamilyInterview2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsHealthInterview2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsEducationalInterview2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsHealthInterviewModal2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsFamilyInterviewModal2 .codex-editor .ce-block__content .cdx-list__item b,
#editorjsEducationalInterviewModal2 .codex-editor .ce-block__content .cdx-list__item b {
  font-family: Arial, Helvetica, sans-serif !important;
}
#editorjs h1,
#editorjsObservation h1,
#editorjsRfr h1,
#editorjsRecommendations h1,
#editorjsInterview h1,
#editorjsInterviewModal h1,
#editorjsInterviewModal2 h1,
#editorjsObservationModal h1,
#editorjsReportModal h1,
#editorjsReasonForReferral h1,
#editorjsFamilyInterview h1,
#editorjsHealthInterview h1,
#editorjsEducationalInterview h1,
#editorjsHealthInterviewModal h1,
#editorjsFamilyInterviewModal h1,
#editorjsEducationalInterviewModal h1,
#editorjsFamilyInterview2 h1,
#editorjsHealthInterview2 h1,
#editorjsEducationalInterview2 h1,
#editorjsHealthInterviewModal2 h1,
#editorjsFamilyInterviewModal2 h1,
#editorjsEducationalInterviewModal2 h1 {
  font-size: 30px;
}
#editorjs h2,
#editorjsObservation h2,
#editorjsRfr h2,
#editorjsRecommendations h2,
#editorjsInterview h2,
#editorjsInterviewModal h2,
#editorjsInterviewModal2 h2,
#editorjsObservationModal h2,
#editorjsReportModal h2,
#editorjsReasonForReferral h2,
#editorjsFamilyInterview h2,
#editorjsHealthInterview h2,
#editorjsEducationalInterview h2,
#editorjsHealthInterviewModal h2,
#editorjsFamilyInterviewModal h2,
#editorjsEducationalInterviewModal h2,
#editorjsFamilyInterview2 h2,
#editorjsHealthInterview2 h2,
#editorjsEducationalInterview2 h2,
#editorjsHealthInterviewModal2 h2,
#editorjsFamilyInterviewModal2 h2,
#editorjsEducationalInterviewModal2 h2 {
  font-size: 28px;
}
#editorjs h3,
#editorjsObservation h3,
#editorjsRfr h3,
#editorjsRecommendations h3,
#editorjsInterview h3,
#editorjsInterviewModal h3,
#editorjsInterviewModal2 h3,
#editorjsObservationModal h3,
#editorjsReportModal h3,
#editorjsReasonForReferral h3,
#editorjsFamilyInterview h3,
#editorjsHealthInterview h3,
#editorjsEducationalInterview h3,
#editorjsHealthInterviewModal h3,
#editorjsFamilyInterviewModal h3,
#editorjsEducationalInterviewModal h3,
#editorjsFamilyInterview2 h3,
#editorjsHealthInterview2 h3,
#editorjsEducationalInterview2 h3,
#editorjsHealthInterviewModal2 h3,
#editorjsFamilyInterviewModal2 h3,
#editorjsEducationalInterviewModal2 h3 {
  font-size: 24px;
}
#editorjs h4,
#editorjsObservation h4,
#editorjsRfr h4,
#editorjsRecommendations h4,
#editorjsInterview h4,
#editorjsInterviewModal h4,
#editorjsInterviewModal2 h4,
#editorjsObservationModal h4,
#editorjsReportModal h4,
#editorjsReasonForReferral h4,
#editorjsFamilyInterview h4,
#editorjsHealthInterview h4,
#editorjsEducationalInterview h4,
#editorjsHealthInterviewModal h4,
#editorjsFamilyInterviewModal h4,
#editorjsEducationalInterviewModal h4,
#editorjsFamilyInterview2 h4,
#editorjsHealthInterview2 h4,
#editorjsEducationalInterview2 h4,
#editorjsHealthInterviewModal2 h4,
#editorjsFamilyInterviewModal2 h4,
#editorjsEducationalInterviewModal2 h4 {
  font-size: 20px;
}
#editorjs h5,
#editorjsObservation h5,
#editorjsRfr h5,
#editorjsRecommendations h5,
#editorjsInterview h5,
#editorjsInterviewModal h5,
#editorjsInterviewModal2 h5,
#editorjsObservationModal h5,
#editorjsReportModal h5,
#editorjsReasonForReferral h5,
#editorjsFamilyInterview h5,
#editorjsHealthInterview h5,
#editorjsEducationalInterview h5,
#editorjsHealthInterviewModal h5,
#editorjsFamilyInterviewModal h5,
#editorjsEducationalInterviewModal h5,
#editorjsFamilyInterview2 h5,
#editorjsHealthInterview2 h5,
#editorjsEducationalInterview2 h5,
#editorjsHealthInterviewModal2 h5,
#editorjsFamilyInterviewModal2 h5,
#editorjsEducationalInterviewModal2 h5 {
  font-size: 18px;
}
#editorjs h6,
#editorjsObservation h6,
#editorjsRfr h6,
#editorjsRecommendations h6,
#editorjsInterview h6,
#editorjsInterviewModal h6,
#editorjsInterviewModal2 h6,
#editorjsObservationModal h6,
#editorjsReportModal h6,
#editorjsReasonForReferral h6,
#editorjsFamilyInterview h6,
#editorjsHealthInterview h6,
#editorjsEducationalInterview h6,
#editorjsHealthInterviewModal h6,
#editorjsFamilyInterviewModal h6,
#editorjsEducationalInterviewModal h6,
#editorjsFamilyInterview2 h6,
#editorjsHealthInterview2 h6,
#editorjsEducationalInterview2 h6,
#editorjsHealthInterviewModal2 h6,
#editorjsFamilyInterviewModal2 h6,
#editorjsEducationalInterviewModal2 h6 {
  font-size: 16px;
}
#editorjs .codex-editor__redactor,
#editorjsObservation .codex-editor__redactor,
#editorjsRfr .codex-editor__redactor,
#editorjsRecommendations .codex-editor__redactor,
#editorjsInterview .codex-editor__redactor,
#editorjsInterviewModal .codex-editor__redactor,
#editorjsInterviewModal2 .codex-editor__redactor,
#editorjsObservationModal .codex-editor__redactor,
#editorjsReportModal .codex-editor__redactor,
#editorjsReasonForReferral .codex-editor__redactor,
#editorjsFamilyInterview .codex-editor__redactor,
#editorjsHealthInterview .codex-editor__redactor,
#editorjsEducationalInterview .codex-editor__redactor,
#editorjsHealthInterviewModal .codex-editor__redactor,
#editorjsFamilyInterviewModal .codex-editor__redactor,
#editorjsEducationalInterviewModal .codex-editor__redactor,
#editorjsFamilyInterview2 .codex-editor__redactor,
#editorjsHealthInterview2 .codex-editor__redactor,
#editorjsEducationalInterview2 .codex-editor__redactor,
#editorjsHealthInterviewModal2 .codex-editor__redactor,
#editorjsFamilyInterviewModal2 .codex-editor__redactor,
#editorjsEducationalInterviewModal2 .codex-editor__redactor {
  padding-bottom: 50px !important;
}
ul.ant-table-pagination {
  padding: 10px 0;
}
ul.ant-table-pagination .ant-pagination-item,
ul.ant-table-pagination .ant-pagination-item-active {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  border: none;
}
ul.ant-table-pagination .ant-pagination-item a,
ul.ant-table-pagination .ant-pagination-item-active a {
  color: #1c204c;
}
.table-row-hover {
  cursor: pointer;
}
.ant-table-thead .table-cell-main-title {
  background: #ffece4 !important;
}
.ant-table-thead .table-cell-secondary-title {
  background: #b2dcd9 !important;
}
.ant-table-tbody .table-cell-disabled {
  background: #f9fafb !important;
}
thead .ant-table-cell .ant-table-column-title {
  color: #9293a0;
  font-family: Urbanis, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.ant-table-wrapper .ant-table-thead > tr > th {
  color: #9293a0;
  font-family: Urbanis, sans-serif;
}
.table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell:first-child {
  border-bottom-left-radius: 8px;
}
.table-wrapper .ant-table-tbody .ant-table-row:last-child .ant-table-cell:last-child {
  border-bottom-right-radius: 8px;
}
.table-wrapper .ant-table-container {
  border-radius: 8px;
}
.st-info-table-wrapper {
  margin-bottom: 25px;
}
.ant-table-pagination {
  margin: 0 !important;
  padding: 16px 0;
  background: #fafafa;
  border: 1px solid #eaecf0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ant-table-cell {
  border-color: #e4e7ec !important;
}
.table-cell-no-y-padding {
  padding: 0 16px !important;
}
.ant-layout table tbody i {
  font-style: italic;
}
.ant-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-modal .ant-modal-title {
  color: var(--Main-colors-Dark, #1c204c);
  font-family: "Work Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
}
.message-text {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.message-text.m0 {
  margin: 0;
}
.message-text.m8 {
  margin: 8px 0 14px 0;
}
.message-text.m-top8 {
  margin: 14px 0 0 0;
}
.editor-modal-title {
  margin-left: 40px;
}
.editor-modal-text {
  margin-top: 20px;
}
.examples-block {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.examples-block .examples-block-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.examples-block .examples-list {
  list-style: none;
  padding: 0 10px;
}
.ant-picker-input,
.ant-form-item-control-input-content,
.ant-picker-large .ant-picker-input > input,
.ant-select-single.ant-select-lg .ant-select-selector {
  color: var(--Main-colors-Dark, #1c204c);
  font-family: "Work Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.ant-input,
.ant-select,
.ant-picker {
  display: flex;
  padding: 8px 14px;
  align-items: center;
  gap: 10px;
  align-self: auto;
  border-radius: 4px;
  border: 1px solid #d4d8e3;
  background: #fff;
  height: 40px;
  font-family: Urbanis, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
  border: none !important;
  border-radius: 0;
  padding: 0;
  background: transparent !important;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: auto;
}
.searchInput {
  border-radius: 4px;
  border: 1px solid var(--Shades-Grey-Strokes-default, #d4d8e3);
  background: #fff;
  max-width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.custom-radio-group {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
}
.ant-menu-light.ant-menu-horizontal > .ant-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-menu-overflow-item.ant-menu-item {
  color: var(--Shades-Violet--200, #9293a0);
}
.ant-menu-overflow-item.ant-menu-item:hover:after {
  border: none;
}
.ant-menu .ant-menu-item .ant-menu-item-icon + span {
  margin-inline-start: 0;
}
.ant-menu-light.ant-menu-horizontal > .ant-menu-item::after {
  border: none;
}
.ant-menu-overflow-item.ant-menu-item.ant-menu-item-selected {
  color: var(--Main-colors-Dark, #1c204c);
}
.ant-menu-overflow-item.ant-menu-item.ant-menu-item-selected:hover:after {
  border: none;
}
.ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected::after {
  border: none;
}
.ant-menu-horizontal .ant-menu-item {
  padding: 0 16px 0 0;
}
.ant-btn-primary {
  display: flex;
  height: 40px;
  padding: 14px 25px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: var(--Main-colors-Button_Main, linear-gradient(88deg, #fe7132 13.47%, #fd483b 106%));
  color: var(--Main-colors-White, #fff);
  text-align: center;
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ant-btn-primary:hover,
.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
  border: 1px solid #fe7132;
  color: #fe7132;
  background: #ffffff;
}
.ant-btn-default {
  display: flex;
  height: 40px;
  padding: 14px 48px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid #d4d8e3;
  background: #fff;
  color: #1c204c;
  text-align: center;
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.ant-btn-default.complete-evaluation-btn {
  padding: 14px 25px;
  width: 100%;
}
.ant-btn-default.complete-evaluation-btn .complete-evaluation-btn-text {
  margin: 0;
}
.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover {
  border-radius: 4px;
  border: 1px solid #b0bad2;
  background: #fff;
  color: #1c204c;
}
.ms-form__button {
  width: 100%;
  height: 52px;
  background-color: #ec6630;
  border-radius: 6px;
  font-weight: 700 !important;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  border: none;
  display: block;
  color: #fff;
  cursor: pointer;
}
.checkout-card {
  font-size: 16px;
}
.checkout-card ul.advantages-list {
  min-height: 240px;
}
.checkout-card .checkout-button {
  width: 100%;
}
.list-short {
  margin-top: 65px;
}

