@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  /* font-family: "Jost", sans-serif; */
  /* font-family: Calibri, sans-serif; */
}
body {
  background-color: #edeff1;
}
@media print {
  .page-break {
    page-break-before: always;
  }
  .no-break {
    page-break-inside: avoid;
  }
}

/* common styles  */
.pl-20 {
  padding-left: 20px;
}

/* Header styles */
header {
  background-color: #e36664;
}
header .header-section {
  background-color: #d06338;
  padding: 18px 17px;
}
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-section h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 16px;
}
.header-section a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: all 600ms;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 450;
}
.header-section a:hover {
  opacity: 0.7;
}
.header-section .left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  max-width: 60px;
  border-radius: 50px;
  height: 56px;
}

/* Footer styles  */
footer .footer-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-start;
}
footer .left-side {
  width: 305px;
  min-width: 305px;
}
footer .left-side img {
  width: 235px;
  margin-left: 42px;
  display: flex;
  margin-top: 23px;
  margin-bottom: 21px;
}
footer .right-side {
  position: relative;
  width: 100%;
}
footer .right-side p {
  position: absolute;
  bottom: 34px;
  padding-left: 35px;
  font-size: 15px;
  font-weight: 400;
  color: #393939;
}
footer .footer-text {
  background-color: #d6d7d9;
  color: #000 !important;
  /* font-family: Calibri, serif; */
  font-weight: normal;
}
footer .footer-text p {
  text-align: center;
  font-size: 14px;
  padding: 17px 0;
  margin-bottom: 0;
}

/* authentication form styles  */
.authenitication-form {
  display: flex;
  justify-content: flex-start;
}
.authenitication-form .dark-side {
  max-width: 305px;
  background: #000;
}
.authenitication-form .dark-side img {
  width: 95%;
  margin: 0 auto;
  display: flex;
}
.authenitication-form .dark-side .inner-text {
  font-size: 15px;
  color: #fff;
  padding: 35px 18px;
  letter-spacing: 0.1px;
}
.authenitication-form .dark-side h4 {
  font-size: 17px;
  color: #fff;
  padding: 15px 0 48px 18px;
  letter-spacing: 0.1px;
}
.authenitication-form .right-sides-form {
  width: 100%;
  background-color: #fff;
  padding: 63px 44px;
}
.authenitication-form .logo-img {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 220px;
  width: 190px;
}
.authenitication-form h2 {
  font-size: 31px;
  position: relative;
  top: -16px;
  font-weight: 600;
  padding-bottom: 27px;
  color: #0a0025;
  font-family: Calibri, sans-serif;
}
.authenitication-form .form-field {
  position: relative;
}
.authenitication-form .form-field .show-password-icon {
  position: absolute;
  right: 16px;
  bottom: 31px;
  cursor: pointer;
}
.authenitication-form .form-field label {
  display: flex;
  align-items: center;
  font-family: Calibri, sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  color: #0a0025;
}
.authenitication-form .form-field input {
  box-shadow: none;
  background: #eff4fd;
  border: 2px solid #e4eaf4;
  border-radius: 0px;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  margin-top: 7px;
  padding: 0 21px;
  outline: none;
  width: 100%;
}
.authenitication-form .form-field input:focus {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #e4eaf4;
}
.authenitication-form .create-new-account-button {
  display: flex;
  width: 267px;
  height: 54px;
  justify-content: center;
  background: #5d9e9b;
  padding: 14px 25px;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  box-shadow: none;
  transition: all 400ms;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.authenitication-form .create-new-account-button:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.16), 0 2px 13px 0 rgba(0, 0, 0, 0.12);
}
.authenitication-form .create-new-account-button span {
  position: relative;
  top: 3px;
}
.authenitication-form .submit-button {
  display: flex;
  justify-content: center;
  background: #d06338;
  padding: 14px 25px;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  box-shadow: none;
  transition: all 400ms;
  border: none;
}
.authenitication-form .submit-button.full-width {
  width: 100%;
}
.authenitication-form .forgot-pass-link {
  float: right;
  margin-bottom: 28px;
  color: #607d8b;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
}
.authenitication-form .extra-link-with-text {
  position: relative;
  top: 16px;
  display: flex;
  justify-content: center;
  font-size: 19px;
}
.authenitication-form .extra-link-with-text a {
  color: #ac4e29;
  font-weight: 400;
  text-decoration: none;
}
.password-conditions p {
  color: #868e96;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 14px;
}
.password-conditions ul li {
  list-style: disc;
  color: #868e96;
  font-size: 14px;
}

/* reset password  */
.reset-password-block {
  padding: 42px 17px 14px 17px;
}
.reset-password-block h3 {
  font-size: 22px;
  padding-bottom: 20px;
}
.reset-password-block p {
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 12px;
  padding: 5px 30px;
  color: #333;
}
.reset-password-block label {
  font-family: Calibri, sans-serif;
  font-size: 20px;
}
.reset-password-block input {
  box-shadow: none;
  background: #eff4fd;
  border: 2px solid #e4eaf4;
  border-radius: 0px;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  margin-top: 7px;
  padding: 0 21px;
  outline: none;
  width: 100%;
}
.reset-password-block input:focus {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #e4eaf4;
}
.reset-password-block button {
  text-transform: uppercase;
  display: flex;
  width: 100%;
  height: 54px;
  justify-content: center;
  background: #d06338;
  padding: 18px 25px;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  box-shadow: none;
  transition: all 400ms;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* select account page styles  */
.select-user-account-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.select-user-account-wrapper .single-account {
  border: 1px solid #b1b1b1;
  padding: 20px;
  transition: all 400ms;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.select-user-account-wrapper .single-account:hover {
  background-color: #fae9e2;
  border: 1px solid #d06338;
}
.select-user-account-wrapper .single-account.active {
  background-color: #fae9e2;
  border: 1px solid #d06338;
}
.select-user-account-wrapper .single-account h4 {
  font-size: 21px;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.select-user-account-wrapper .single-account p {
  padding-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.select-user-account-wrapper button {
  text-transform: uppercase;
  display: flex;
  margin: auto;
  width: 70%;
  height: 50px;
  justify-content: center;
  background: #d06338;
  padding: 16px 25px;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  box-shadow: none;
  transition: all 400ms;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  margin-top: 28px;
}

/* sidebar menu styles */
.sidebar-menu {
  width: 88%;
  background: #ddd;
}
.sidebar-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-menu ul li {
  padding: 14px 25px 16px 25px;
  list-style-type: none;
  cursor: pointer;
  transition: all 400ms;
}
.sidebar-menu ul li:hover,
.sidebar-menu ul li.active {
  background-color: #d06338;
}
.sidebar-menu ul li:hover > a,
.sidebar-menu ul li.active > a {
  color: #fff;
}
.sidebar-menu ul li a {
  text-decoration: none;
  color: #000;
}

/* demographics page styles */
.demographics-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.demographics-wrapper .single-account .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demographics-wrapper .single-account {
  border: 1px solid #b1b1b1;
  padding: 21px 17px 22px 17px;
  cursor: pointer;
  transition: all 400ms;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
}
.demographics-wrapper .single-account:hover,
.demographics-wrapper .single-account.active {
  background-color: #fae9e2;
  border: 1px solid #d06338;
}
.demographics-wrapper .single-account h4 {
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0.3px;
  color: #000;
}
.demographics-wrapper .single-account .update-button {
  padding: 4px 9px 4px 17px;
  background: #d06338;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  display: flex;
}
.demographics-wrapper .speech_study_button {
  padding: 7px 20px 8px 20px;
  background: #d06338;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 19px;
  top: 25px;
  border: none;
  border-radius: 4px;
  outline: none;
  letter-spacing: 0.2px;
}

/* Demographics form details sections  */
.demographics-section-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.demographics-section-wrapper .demographic-single-section {
}
.demographics-section-wrapper .demographic-single-section .header {
  background: #d06338;
  color: #fff;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
}
.demographics-section-wrapper .demographic-single-section .header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.demographics-section-wrapper .demographic-single-section .header .white-block {
  position: absolute;
  top: 0;
  right: -30px;
  width: 50%;
  height: 80%;
  background: white;
  transform: skewX(36deg);
}
.demographics-section-wrapper .demographic-single-section .form-fields {
  padding: 27px 33px;
  border: 1px solid #b9b9b9;
  background: #fff;
}
.demographics-section-wrapper
  .demographic-single-section
  .form-fields
  .form-group {
  margin-bottom: 20px;
}
.demographics-section-wrapper
  .demographic-single-section
  .form-fields
  label.input-heading {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 15px;
}
.demographics-section-wrapper ul {
  padding-left: 0;
}
.demographics-section-wrapper ul li span {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.demographics-section-wrapper ul li {
  list-style: none;
  margin-bottom: 6px;
}
.demographics-section-wrapper
  .demographic-single-section
  .form-fields
  input[type="text"],
.demographics-section-wrapper
  .demographic-single-section
  .form-fields
  input[type="number"] {
  height: 55px;
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 4px;
  border: 0.4px solid #b2b5b9;
  padding: 4px 1px 7px 17px;
  font-size: 16px;
  color: #000;
  outline: none;
}
.demographics-section-wrapper .demographic-single-section textarea {
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 4px;
  border: 0.4px solid #b2b5b9;
  padding: 15px;
  font-size: 16px;
  color: #000;
  outline: none;
}
.demographics-section-wrapper .demographic-single-section .input-outer {
  position: relative;
}
.demographics-section-wrapper
  .demographic-single-section
  .input-outer
  .overlap-label {
  position: absolute;
  top: 16px;
  background: #fff;
  font-size: 14px;
  left: 20px;
  padding: 0 9px;
}
.demographics-section-wrapper .back-arrow {
  padding: 5px 20px 6px 12px;
  background: #d06338;
  width: 135px;
  margin-bottom: 19px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.demographics-section-wrapper .submit-button {
  padding: 9px 20px 10px 12px;
  background: #d06338;
  width: 150px;
  margin-bottom: 19px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 500ms;
  font-size: 15px;
}
.demographics-section-wrapper .with-space li {
  padding: 6px 0;
}
.completed-per {
  padding: 5px 12px;
  font-size: 15px;
  margin-left: 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
}
.completed-per.not {
  background: #ffbb33;
}
.completed-per.yes {
  background: #5d9e9b;
}
.ant-checkbox-wrapper .ant-checkbox {
  padding-left: 0;
}
.ant-radio-wrapper span {
  font-size: 17px;
}
.medical-history-table td,
.medical-history-table th {
  border: 1px solid #000;
}
.medical-history-table th {
  padding: 5px 20px;
  background: #d0633842;
}
.medical-history-table td {
  padding: 12px 20px;
}
.medical-history-table {
  width: 100%;
}
.add_row_button {
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  background-color: #d06338;
  color: #fff;
  border: none;
  height: fit-content;
}
.ant-dropdown-menu-item {
  padding: 11px 20px !important;
}
.ant-dropdown-menu-item a {
  text-decoration: none;
}

/* change password  */
.change-password-form {
  background-color: #fff;
  padding: 45px 40px 50px 40px;
}
.change-password-form .form-group label {
  display: flex;
  align-items: center;
  font-family: Calibri, sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 27px;
  color: #0a0025;
}
.change-password-form .form-group input {
  box-shadow: none;
  background: #eff4fd;
  border: 2px solid #e4eaf4;
  border-radius: 0px;
  border: none;
  height: 48px;
  margin-bottom: 25px;
  margin-top: 7px;
  padding: 0 21px;
  outline: none;
  width: 100%;
}
.change-password-form .submit-button {
  display: flex;
  justify-content: center;
  background: #d06338;
  padding: 14px 25px;
  outline: none;
  border-radius: 0px;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  box-shadow: none;
  transition: all 400ms;
  border: none;
}
.change-password-form .form-group {
  position: relative;
}
.change-password-form .form-group .show-password-icon {
  position: absolute;
  right: 16px;
  bottom: 31px;
  cursor: pointer;
}
.dashboard-back-arrow {
  margin-top: 30px;
  padding: 5px 20px 6px 12px;
  background: #d06338;
  width: 135px;
  margin-bottom: 19px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  min-width: fit-content;
}

/* Data viewer styles  */
.card-wrapper.session-details {
  display: flex;
  align-items: center;
}
.card-wrapper.session-details h1 {
  margin-bottom: 0;
}
.card-wrapper.session-details p {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  color: #796f6f;
  font-weight: 400;
}
.card-wrapper {
  box-shadow: 0 4px 25px rgba(173, 187, 216, 0.25);
  background-color: #fff;
  border: 1px solid #dde2e6;
  border-radius: 10px;
  padding: 20px 20px;
}
.card-wrapper.update-details-card p {
  padding: 4px 9px;
  background: #dde2e6;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 25px;
}
.tabs-section .ant-tabs-tab-btn {
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #000;
}
.ant-tabs-tab {
  padding-top: 0 !important;
  padding-left: 30px !important;
  height: 57px;
  padding-right: 30px !important;
}
.als_frs_sessions {
  font-size: 13px;
  overflow-x: scroll;
  max-height: 661px;
  overflow-y: scroll;
  background: #f5f5f5;
  padding: 15px;
  border-top: 2px solid #ff7f7f;
}
.als_frs_sessions table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  background: transparent;
  margin-top: 0;
  table-layout: fixed;
}
.als_frs_sessions table tr:first-child {
  background: #ff7f7f;
  border-radius: 8px;
}
.als_frs_sessions table tr:first-child th {
  background: #ff7f7f;
  padding: 13px 16px;
  border: none;
  border-right: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
  overflow-wrap: anywhere;
}
.als_frs_sessions table tr:first-child th:not(:first-child) {
  border-left: none;
}
.als_frs_sessions table tr:first-child th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.als_frs_sessions table tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.als_frs_sessions th {
  background: #f5f7fa;
  padding: 12px 11px;
  border: 1px solid #dee2e6;
  font-weight: 500;
  text-align: center;
}
.als_frs_sessions table tr:not(:first-child) td {
  padding: 13px 16px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-family: sans-serif;
}
.als_frs_sessions table tr:not(:first-child) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.als_frs_sessions table tr:not(:first-child) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.respiratory-tabs {
  background: #edeff1;
  padding: 8px 8px 0 8px;
  border-radius: 8px 8px 0 0;
}
.respiratory-tabs .ant-tabs-nav {
  margin: 0;
  padding: 0;
}
.respiratory-tabs .ant-tabs-nav::before {
  border-bottom: none;
}
.respiratory-tabs .ant-tabs-tab {
  background: #e0e0e0;
  border: none;
  border-radius: 8px 8px 0 0;
  margin: 0 2px;
  padding: 0 24px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
.respiratory-tabs .ant-tabs-tab:hover {
  color: #000;
  background: #d0d0d0;
}
.respiratory-tabs .ant-tabs-tab-active {
  background: #ffcccc !important;
  color: #000 !important;
  font-weight: bold;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.respiratory-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000 !important;
  font-weight: bold;
}
.respiratory-tabs .ant-tabs-tab-active .ant-tabs-tab-btn span {
  color: #000 !important;
}
.respiratory-tabs .ant-tabs-ink-bar {
  display: none !important;
}
:where(.css-dev-only-do-not-override-1x0dypw).respiratory-tabs
  .ant-tabs-tab-active
  .ant-tabs-tab-btn {
  color: #000 !important;
}
:where(.css-dev-only-do-not-override-1x0dypw).respiratory-tabs
  .ant-tabs-tab-active {
  color: #000 !important;
}
.respiratory-tabs .ant-tabs-content-holder {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  min-height: 200px;
}
.respiratory-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.respiratory-tab-content {
  width: 100%;
  font-size: 12px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
}
.respiratory-chart-container {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
  position: relative;
}
.respiratory-chart-container canvas {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
}
.respiratory-chart-container > div {
  height: 400px;
  position: relative;
}
.respiratory-tab-content table {
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 0 8px;
  background: transparent;
}
.respiratory-tab-content table th,
.respiratory-tab-content table td {
  font-size: 12px;
}
.respiratory-tab-content table tr:not(:first-child) {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #e0e0e0;
}
.respiratory-tab-content table tr:not(:first-child) td {
  background: #fff;
  border: none;
  padding: 13px 16px;
}
.respiratory-tab-content table tr:not(:first-child) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.respiratory-tab-content table tr:not(:first-child) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.respiratory-tab-content table th:nth-child(1),
.respiratory-tab-content table td:nth-child(1) {
  width: 8%;
  min-width: 80px;
}
.respiratory-tab-content table th:nth-child(2),
.respiratory-tab-content table td:nth-child(2) {
  width: 15%;
  min-width: 140px;
}
.respiratory-tab-content table th:nth-child(3),
.respiratory-tab-content table td:nth-child(3) {
  width: 15%;
  min-width: 140px;
}
.respiratory-tab-content table th:nth-child(4),
.respiratory-tab-content table td:nth-child(4) {
  width: 31%;
  min-width: 270px;
}
.respiratory-tab-content table th:nth-child(5),
.respiratory-tab-content table td:nth-child(5) {
  width: 31%;
  min-width: 270px;
}
.zero_color {
  background: #fff;
}
.one_color {
  background: orange !important;
}
.two_color {
  background: #ff0 !important;
}
.three_color {
  background: #adff2f !important;
}
.four_color {
  background: #00ff04 !important;
}

/* ecas form styles  */
.view_ecas_form .grey {
  background: #b36d4e52;
}
.view_ecas_form .border-dark {
  border-color: #343a40 !important;
}
.view_ecas_form .font-weight-bold {
  font-weight: 700 !important;
}
.view_ecas_form .text-center,
.view_ecas_form .text-align-center {
  text-align: center !important;
}
.view_ecas_form .fs-18 {
  font-size: 18px;
}
.view_ecas_form .wizard-form-field input,
.view_ecas_form .wizard-form-field select {
  width: 100%;
  height: 42px;
  border: none;
  overflow: visible;
  padding-left: 16px;
  border-radius: 3px;
  margin-bottom: 28px;
  transition: 0.3s all ease-out;
  background-color: #ddeef9;
  border: 2px solid #ddeef9;
  outline: none;
}
.view_ecas_form .language_naming_section input[type="checkbox"] {
  position: relative;
  top: -6px;
  height: 20px;
  width: 30px;
}
.view_ecas_form .language_comprehension_section input[type="checkbox"],
.view_ecas_form .language_spelling_section input[type="checkbox"] {
  position: relative;
  top: 3px;
  left: 10px;
  height: 20px;
  width: 30px;
}
.view_ecas_form .language_naming_section,
.view_ecas_form .language_comprehension_section,
.view_ecas_form .language_spelling_section,
.immediate_recall_section,
.view_ecas_form .fluency_letter_s,
.view_ecas_form .fluency_letter_t,
.view_ecas_form .reverse_digit_span_section,
.view_ecas_form .alternation_section,
.view_ecas_form .dot_counting_section,
.view_ecas_form .cube_counting_section,
.view_ecas_form .number_location_section,
.view_ecas_form .sentense_completion_section,
.view_ecas_form .social_cognition_a_section,
.view_ecas_form .social_cognition_b_section,
.view_ecas_form .delayed_recall_section,
.view_ecas_form .memory_delayed_recognization_section,
.view_ecas_form .total_score_section {
  background-color: #fff;
}
.view_ecas_form .answer-table {
  width: 100%;
  margin-top: 12px;
}
.view_ecas_form .answer-table td,
.view_ecas_form .answer-table th {
  border: 1px solid #ddd;
  font-size: 17px;
}
.view_ecas_form .answer-table input[type="checkbox"] {
  height: 20px;
  margin-bottom: 0;
}
.view_ecas_form .immediate_recall_note {
  padding-left: 20px;
}
.view_ecas_form .ecas-textarea-field {
  width: 100%;
  background: #ddeef9;
  outline: none;
  border: none;
  padding: 11px 14px;
}
.view_ecas_form .light-grey {
  background-color: #bf856b2b;
}
.view_ecas_form .fluency_letter_s .table-black,
.view_ecas_form .fluency_letter_t .table-black {
  margin-top: 20px;
}
.view_ecas_form .fluency_letter_s .table-black td,
.view_ecas_form .fluency_letter_s .table-black th,
.view_ecas_form .fluency_letter_t .table-black td,
.view_ecas_form .fluency_letter_t .table-black th {
  border: 1px solid rgb(0, 0, 0);
}
.view_ecas_form .dot-image {
  border: 1px solid #000;
  width: 70%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.view_ecas_form .number-location-image {
  width: 70%;
  max-width: 300px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.view_ecas_form p.social-cog-para-for-num {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  left: 0px;
}
.view_ecas_form .social-rec-form-1 {
  width: 100%;
  border: 2px solid #9f9f9f;
  max-width: 300px;
  margin-top: 20px;
  min-height: 246px;
  padding: 10px;
  position: relative;
}
.view_ecas_form .social-rec-form-1 .checkbox-div {
  width: 85%;
  min-height: 104px;
  min-width: 104px;
  padding: 10px;
  margin: 9px auto 0 auto;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid #fff;
  overflow: hidden;
}
.view_ecas_form .social-rec-form-1 img {
  max-width: 85px;
}
.view_ecas_form .face-img {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.view_ecas_form .social-cognition-table {
  max-width: 150px;
}
.view_ecas_form .social-cognition-table td {
  border: 1px solid #000;
  padding: 9px 5px;
}
.view_ecas_form .social-cognition-table td {
  border: 1px solid #000;
  padding: 9px 5px;
}
.view_ecas_form .social_cognition_b_section .answer-box {
  position: relative;
  bottom: 20px;
  right: 32px;
}
.view_ecas_form .social_cognition_b_section .answer-box input[type="checkbox"] {
  margin-bottom: 0;
}
.view_ecas_form .delayed_recall_section .table-black th,
.view_ecas_form .delayed_recall_section .table-black td {
  border: 1px solid #000;
  padding-left: 10px;
}
.view_ecas_form .delayed_recall_section .table-black td {
  color: #000;
}
.view_ecas_form .delayed_recall_section .border-right {
  border: 1px solid #000 !important;
}
.view_ecas_form .memory_delayed_recognization_section .question_table {
  border: 1px solid #000;
  border-collapse: collapse;
}
.view_ecas_form .memory_delayed_recognization_section .question_table th,
.view_ecas_form .memory_delayed_recognization_section .question_table td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.view_ecas_form .memory_delayed_recognization_section .question_table .button {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #f1f1f1;
  border: 1px solid #000;
  font-weight: 400;
}
.view_ecas_form .memory_delayed_recognization_section .table-black td,
.view_ecas_form .memory_delayed_recognization_section .table-black th {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 2px 9px;
}
.view_ecas_form .total_score_section .table-black th,
.view_ecas_form .total_score_section .table-black td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 2px 9px;
  text-align: right;
}
.view_ecas_form .behaviour_section,
.view_ecas_form .als_physcosis_section {
  background-color: #fff;
}
.view_ecas_form .behaviour_section .table-black th,
.view_ecas_form .behaviour_section .table-black td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 1px 5px;
}
.view_ecas_form .behaviour_section .button {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #f1f1f1;
  border: 1px solid #000;
  font-weight: 400;
}
.view_ecas_form .behaviour_section .ecas-input-field {
  width: 100%;
  margin-bottom: 0;
}
.view_ecas_form .als_physcosis_section .text-right {
  text-align: right;
}
.card-wrapper.update-details-card button {
  width: 100%;
  padding: 34px 10px;
  font-size: 20px;
  font-weight: 600;
  background: #e56d64;
  border: 1px solid #e56d64;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.breakdown_table thead tr:first-child th:first-child {
  background: transparent;
  border: none !important;
}
.breakdown_table tr:first-child th {
  background: #e7edf3;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #363547;
  padding: 16px 0;
  border: none;
  border-right: 1px solid #dde2e6;
  width: 115px;
}
.breakdown_table table th {
  border: 1px solid #dee2e6;
  vertical-align: baseline;
  padding-top: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  background: #f5f7fa;
  color: #3f4255;
}
.breakdown_table thead tr:nth-child(2) th:first-child {
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #676a73;
  text-align: left !important;
  margin-top: -35px !important;
  display: block;
  margin-bottom: 16px;
  background: transparent;
}
.breakdown_table table th:first-child {
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #3f4255;
}
.breakdown_table table td {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #3f4255;
}
.breakdown_table {
  max-height: 300px;
  overflow-y: scroll;
}

.keystatistics_table thead th {
  padding-top: 15px;
  padding-bottom: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #363547;
  border-color: currentcolor #dde2e6 #dde2e6;
  border-top: #dde2e6;
  background-color: #e7edf3;
}
.keystatistics_table tbody tr:first-child th {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1f3780;
  padding-bottom: 12px;
  padding-top: 16px;
}
.keystatistics_table tbody th {
  width: 20px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3f4255;
  padding: 8px 15px 10px;
  border-color: #dde2e6;
}
.keystatistics_table tbody td,
.keystatistics_table tbody th,
.keystatistics_table tbody tr {
  border-bottom: none;
  border-top: none;
  border-left: none;
}
.keystatistics_table tbody td,
.keystatistics_table tbody th {
  background-color: #f5f7fa;
  font-size: 16px;
}
.keystatistics_table table {
  border: 1px solid #e7e8e8;
  border-radius: 8px;
  overflow: hidden;
}
.playerWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 350px;
  margin-top: -150px;
  margin-left: -300px;
  background: black;
}

.closeIcon {
  position: absolute;
  right: 0px;
  margin-right: 5px;
  margin-top: 5px;
}

.playerWrapperVideo {
  width: 100%;
  height: 100%;
}
.chooseBox {
  border-bottom: 1px solid #dde2e6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.chooseBox p {
  margin: 0;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 7px;
}

.chooseBox span {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: #363547;
  width: 100%;
  padding: 0 10px;
  line-height: 20px;
  display: inline-block;
  margin-top: 7px;
}
.calender-warpper .in_progress_date {
  width: 38px;
  height: 36px;
  background: #e9e9e9 !important;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  z-index: 2;
  top: 62%;
  left: 64%;
  transform: translate(-50%, -43%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #f29d1d !important;
  color: #202029;
}
.chart_datafooter {
  width: 100%;
  float: left;
  border-top: 1px solid #dde2e6;
  padding: 28px 0px 0;
}
.chart_datafooter ul {
  padding-left: 0;
}
.chart_datafooter li p {
  margin-bottom: 0;
}
.chart_datafooter li {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #676a73;
  margin-bottom: 7px;
}
.rct-title {
  padding: 0 5px;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
}
.rct-collapse {
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px;
}
.react-checkbox-tree label:active {
  background: rgba(51, 51, 204, 0.15);
}
.react-checkbox-tree label:hover {
  background: rgba(51, 51, 204, 0.15);
}
.dayEvent {
  width: 95% !important;
  max-width: 100%;
  left: 0 !important;
}
.dailyEventTitle {
  font-size: 14px !important;
  position: relative !important;
  top: 5px !important;
}
.personal_data_viewer_tab
  :where(.css-dev-only-do-not-override-1x0dypw).ant-tabs
  .ant-tabs-tab
  + .ant-tabs-tab {
  margin: 0 !important;
}
.personal_data_viewer_tab .ant-tabs-tab {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.dayCellEvent span.eventTitle.done-proctored-session {
  width: 38px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  z-index: 2;
  top: 62%;
  left: 64%;
  transform: translate(-50%, -43%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #6cd300;
  color: #202029;
}
.red_big_button {
  width: fit-content;
  padding: 34px 10px;
  font-size: 20px;
  font-weight: 600;
  background: #e56d64;
  border: 1px solid #e56d64;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.red_big_button:hover {
  color: #fff;
}
.physical_ecas_form .ant-picker input {
  margin: 0;
}

.state_data_section .active-days {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.state_data_section .active-days h4 {
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 0;
}
.state_data_section .active-days span {
  font-size: 14px;
  line-height: 17px;
  color: #6c6c6c;
  font-weight: 400 !important;
}
.symptom-checkboxs li {
  list-style: none;
  padding-bottom: 5px;
}
.symptom-checkboxs li label {
  font-size: 17px;
}
.invalid-feedback-text {
  width: 100%;
  margin-top: 7px;
  font-size: 13px;
  color: #df382c;
  font-weight: bold;
  padding-left: 5px;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #e4eaf4;
  transition: none;
  background: #eff4fd;
}
.create-select-option {
  border: 1px solid #e4eaf4;
  height: 48px;
  background: #eff4fd;
  padding: 0 15px;
}
.consent-form-content h4 {
  font-weight: 700;
}
.consent-form-content p {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
}
.w-fit-content {
  width: fit-content !important;
}
.profile-main-section {
  margin-top: 50px;
  box-shadow: 0 4px 25px rgba(173, 187, 216, 0.25);
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
.profile-main-section .back-button i {
  font-size: 46px;
  border: 1px solid #e56d64;
  border-radius: 29px;
  box-shadow: 0 0 10px #e56d64;
  margin-right: 21px;
  cursor: pointer;
  color: #e56d64;
}
.profile-main-section input {
  font-size: 18px;
  margin-bottom: 10px;
  height: 56px;
  padding: 0 20px;
  margin-top: 7px;
}
.profile-main-section button {
  font-size: 22px;
  height: 95px;
  width: 300px;
  min-width: 300px;
  background: #e56d64;
}
.alsfrs-breakdown-container .nav-link {
  padding: 10px 30px;
  background: #f0f2f5;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #363547;
}
.alsfrs-breakdown-container .nav-link.active {
  background: #018ffd;
}
.alsfrs-breakdown-container .nav-link.disabled {
  background: transparent;
}
.roads_table th {
  font-size: 13px !important;
  padding: 9px 8px !important;
  font-weight: 400 !important;
}
.mt-30 {
  margin-top: 30px;
}
.max-width-500 {
  max-width: 500px;
}
.ant-select-selection-overflow-item .ant-select-selection-item {
  padding: 5px 11px;
  height: 36px;
  position: relative;
  top: 1px;
  left: 4px;
}
.language-switch
  :where(.css-dev-only-do-not-override-1x0dypw).ant-switch.ant-switch-checked {
  background: #fff !important;
}
.language-switch
  :where(.css-dev-only-do-not-override-1x0dypw).ant-switch
  .ant-switch-inner {
  background: #fff !important;
}
.language-switch
  :where(.css-dev-only-do-not-override-1x0dypw).ant-switch
  .ant-switch-handle::before {
  background-color: #d06338 !important;
}
.manadatory-note {
  position: absolute;
  right: 28px;
  color: #000;
}

.download-app-btn {
  width: 45%;
  max-width: 160px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.download-eals-app-wrapper {
  background: #f6f3ed;
  border-radius: 9px;
  overflow: hidden;
}
.download-eals-app-wrapper .heading-block {
  background: #d16338;
  padding: 22px 22px;
}
.download-eals-app-wrapper .heading-block h4 {
  color: #fff;
  font-weight: 700;
}
.download-eals-app-wrapper .instruction-block {
  background: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 12px;
}
.download-eals-app-wrapper .instructions h4 {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
}
.download-eals-app-wrapper .instructions li {
  font-size: 16px;
  color: #000;
  list-style: none;
  padding-bottom: 8px;
}
.download-eals-app-wrapper .instructions ul {
  padding-left: 0;
}
.download-eals-app-wrapper img {
  width: 100%;
  max-width: 210px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.download-eals-app-wrapper .show-me-text {
  color: #d16338;
  font-size: 16px;
  font-weight: 600;
  padding-top: 13px;
}
.download-eals-app-wrapper .completing-session li {
  list-style: circle;
  margin-left: 20px;
}
.download-eals-app-wrapper .buttons {
  display: flex;
  justify-content: space-between;
}
.download-eals-app-wrapper .buttons img {
  max-width: 160px;
}
:where(.css-dev-only-do-not-override-1odpy5d).ant-switch.ant-switch-checked {
  background: #d16338 !important;
}
:where(.css-dev-only-do-not-override-1odpy5d).ant-switch {
  min-height: 32px;
}
.ant-switch-inner {
  padding-top: 5px;
}
:where(.css-dev-only-do-not-override-1odpy5d).ant-switch.ant-switch-checked
  .ant-switch-handle {
  inset-inline-start: calc(95% - 20px) !important;
}
:where(.css-dev-only-do-not-override-1odpy5d).ant-switch .ant-switch-handle {
  top: 6px;
}
.ant-switch-inner-checked {
  font-weight: 500;
}
:where(.css-dev-only-do-not-override-1odpy5d).ant-switch .ant-switch-handle {
  inset-inline-start: 4px;
}
.width-fit-content {
  min-width: fit-content;
}
.als_frs_sessions_table {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 375px;
}
.als_frs_sessions_table table {
  max-height: 400px;
}
.als_frs_sessions_table th {
  width: 120px !important;
}
.consent-form-date {
  height: 58px;
  border: 1px solid #b2b2b2;
}
#consent-form-date {
  padding-top: 10px;
}
