@charset "UTF-8";
@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.form-text-box {
  width: 329px;
  height: 78.01px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Apercu";
  color: #000;
  line-height: 16px;
  border-radius: 18px;
  caret-color: #BFDF86;
  border-bottom: 1px solid #DFDFDF;
}
.form-text-box:focus {
  outline: none;
}
.form-text-box::placeholder {
  color: #666;
}

.form-submit-btn {
  width: 329px;
  height: 78.01px;
  font-weight: 800;
  font-size: 22.9px;
  line-height: 22.9px;
  border-radius: 17.18px;
  font-family: "ObjectSans";
  color: #BFDF86;
  background-color: #212122;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.alert-danger {
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: #FFE4E4 !important;
  font-family: "ObjectSans";
}

.register-container {
  background-color: #BFDF86;
  min-height: 100vh;
}
.register-container .login-form-logo {
  width: 44.49px;
  height: 48px;
}
.register-container .fade-out {
  opacity: 1;
  animation: fadeOut 3s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.login-body {
  background-color: #BFDF86;
  height: 100vh;
}
.login-body .login-form-logo {
  width: 44.49px;
  height: 48px;
}
.login-body .fade-out {
  opacity: 1;
  animation: fadeOut 3s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.resendOtp-btn {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  font-family: "Apercu";
  color: #212122;
}

.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid white;
  border-radius: 0.8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.register-input-group-profile {
  height: 55px;
  width: 100%;
  border-radius: 8px;
  background: white;
  border: 1px solid #ccc;
}

.register-input-group-profile .btn-outline-secondary {
  border: none !important;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

.register-input-group-profile .form-control {
  border-radius: 8px;
  border: none;
  background: white;
  color: #333;
  box-shadow: none;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}

.register-input-group-profile .btn-outline-secondary:focus,
.register-input-group-profile .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.overflow {
  overflow-y: auto;
  overflow-x: hidden;
}

.pagination-text {
  font-size: 15px;
}

.sidebar {
  background-color: #212122;
  color: #fff;
  transition: all 0.3s ease;
  width: 300px;
  block-size: fit-content;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
}

.usermail {
  font-family: "ObjectSans";
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

.role-name {
  font-family: "ObjectSans";
  font-size: 17px;
  font-weight: 500;
  color: #000;
  position: fixed;
  right: 60px;
}
@media (max-width: 768px) {
  .role-name {
    position: static;
  }
  .role-name p {
    font-size: 15px;
  }
}

.facility-name {
  font-family: "ObjectSans";
  font-size: 17px;
  font-weight: 500;
  color: #000;
  position: fixed;
  right: 309px;
}
@media (max-width: 768px) {
  .facility-name {
    font-family: "ObjectSans";
    font-size: 15px;
    font-weight: 500;
    right: 30px;
  }
}

.nav-item a {
  color: #fff;
  text-decoration: none;
}

.sidebar.collapsed {
  width: 0px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 0px;
  }
  #main {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .sidebar.collapsed {
    width: 0;
  }
  .sidebar.collapsed + #main {
    margin-left: 0;
  }
}
@media (max-width: 1135px) {
  .sidebar {
    width: 0px;
  }
  #main {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .sidebar.collapsed {
    width: 0;
  }
  .sidebar.collapsed + #main {
    margin-left: 0;
  }
}
#logo {
  padding-left: 50px;
  padding-right: 80px;
}
#logo img {
  width: 140px;
}

.dashboard-item {
  font-family: "ObjectSansHeavy";
  font-size: 16px;
  font-weight: 800;
  opacity: 0.2;
  color: #fff;
  padding: 20px;
  cursor: pointer;
}
.dashboard-item .icon-container {
  height: 20px;
  padding-right: 8px;
}

.dashboard-item:hover {
  background-color: rgba(255, 255, 255, 0.0431372549);
  color: #fff;
  opacity: 0.6;
}

.dashboard-item.active {
  background-color: rgba(255, 255, 255, 0.0431372549);
  color: #fff;
  opacity: 1;
}

.nav-item.dashboard-item a {
  display: block;
}

.sidebar.collapsed {
  display: none;
}

.sidebar-content {
  display: block;
}

.sidebar.collapsed .sidebar-content {
  display: none;
}

.toggle-btn {
  position: fixed;
  right: 20px;
  z-index: 1000;
}

#main {
  transition: margin-left 0.5s;
  width: calc(100vw - 300px);
  margin-left: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.dashboard-heading-row {
  position: sticky;
  top: 0;
  z-index: 10;
}

.graph-row {
  flex-grow: 1;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .graph-row {
    padding: 0px;
    margin-left: -0.5px;
  }
}

.main-content {
  background-color: #fff;
  border-radius: 32px 0px 0px 32px;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.canvasParentDiv {
  height: 33px;
  padding: 0;
  margin: 0;
}

.row-collapsed {
  background-color: #fff;
}

.row-expanded {
  background-color: #e6e6e6;
}

.subDomainLabel {
  font-family: "InterLight";
  font-weight: 400;
  font-size: 15px;
  color: #808080;
  height: 100%;
  align-content: center;
  margin-left: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 576px) {
  .subDomainLabel {
    margin-left: 0px;
    border-bottom: none;
  }
}

.risk-icon {
  margin-left: -25px;
}

.fix-rowheight {
  height: 33px;
}

.full-height {
  height: 100%;
}

.subDomainValue {
  font-family: "InterRegular";
  font-weight: 600;
  font-size: 15px;
  align-content: center;
}

.graph-container {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  background: linear-gradient(to right, #F6F6F6 50%, white 50%);
  overflow: hidden;
}
@media (max-width: 576px) {
  .graph-container {
    background: linear-gradient(to right, white 100%, #F6F6F6 50%);
  }
}

.domainLabel {
  font-family: "InterRegular";
  font-weight: 600;
  font-size: 18px;
  align-content: center;
}
@media (max-width: 576px) {
  .domainLabel {
    font-size: 12px;
  }
}

.domainValue {
  font-family: "InterRegular";
  font-weight: 600;
  font-size: 15px;
  align-content: center;
}

.graph-type {
  color: #476217;
  font-family: "Apercu";
  font-weight: 700;
  font-size: 21px;
}
@media (max-width: 576px) {
  .graph-type {
    font-size: 18px;
  }
}

.patient-list-table-subheading {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  color: #000;
  font-family: "Apercu";
  background-color: #fff;
}

.patient-list-table-items {
  height: 70px;
}
@media (max-width: 576px) {
  .patient-list-table-items {
    width: auto;
    height: auto;
  }
}

.patient-list-item-name {
  font-family: "Apercu";
  font-size: 19px;
  font-weight: 700;
  line-height: 23.66px;
  text-align: left;
  color: #476217;
}
@media (max-width: 576px) {
  .patient-list-item-name {
    font-size: 18px !important;
  }
}

.patient-list-item-last-activity {
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  text-align: left;
}

.patient-list-item-brain {
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  text-align: left;
  color: #000;
}

.patient-list-item-brainPercent {
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  text-align: left;
  color: #C6DD8F;
}

.patient-list-item-percent {
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  text-align: left;
  color: #476217;
}

.patient-list-alert {
  font-family: "Apercu";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.19px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

.start-button,
.end-button {
  width: 100px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 17.18px;
  font-family: "ObjectSans";
  color: #BFDF86;
  background-color: #212122;
  padding: 0;
}
@media (max-width: 576px) {
  .start-button,
  .end-button {
    width: 80px;
    height: 40px;
  }
}

.start-button:hover,
.start-button:active,
.start-button:focus-visible,
.end-button:hover,
.end-button:active,
.end-button:focus-visible {
  box-shadow: none;
  color: #BFDF86 !important;
  background-color: #212122 !important;
}

.dashboard-heading {
  text-transform: uppercase;
  font-family: "ObjectSansHeavy";
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .dashboard-heading {
    font-size: 22px;
  }
}

.dashboard-table-header .patient-name {
  color: #000;
  display: flex;
  line-height: 22px;
  font-family: "ObjectSans";
  font-size: 20px;
  font-weight: 800;
}
.dashboard-table-header .label {
  color: rgba(0, 0, 0, 0.3);
  line-height: 19px;
  font-family: "Apercu";
  font-size: 15px;
  font-weight: 700;
}
.dashboard-table-header .value {
  color: #000;
  line-height: 19px;
  font-family: "Apercu";
  font-size: 15px;
  font-weight: 700;
}
.dashboard-table-header .dropdown-container {
  position: relative;
  display: inline-block;
}
.dashboard-table-header .dropdown-container .dropdown-toggle {
  margin-left: 5px;
}
.dashboard-table-header .dropdown-container .dropdown-checkbox {
  display: none;
}
.dashboard-table-header .dropdown-container .dropdown-menu {
  display: none;
  top: 100%;
  right: 100%;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 100px;
  width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.dashboard-table-header .dropdown-container .dropdown-checkbox:checked + .dropdown-menu {
  display: block;
}
.dashboard-table-header .dropdown-container .dropdown-item {
  padding: 10px;
  cursor: pointer;
  color: #000;
}
.dashboard-table-header .dropdown-container .dropdown-item:hover {
  background-color: #f0f0f0;
}
.dashboard-table-header .dropdown-container .dropdown-toggle {
  cursor: pointer;
}
.dashboard-table-header .selected-value {
  display: inline-block;
  padding-right: 5px;
}

#subDomainPopUpDate {
  color: #000;
  font-family: "Apercu";
  font-size: 20px;
  font-weight: 500px;
}

.popUpHeading {
  font-family: "InterMedium";
  font-size: 34px;
  font-weight: 900;
  font-family: "ObjectSansHeavy";
  text-transform: uppercase;
}

.dropdown-select {
  width: 300px !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 20px !important;
  padding: 8px !important;
  font-size: 18px !important;
  font-family: "ObjectSans" !important;
  height: 54px !important;
  max-width: 300px !important;
}

#logoutModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#logoutModal .logoutConfirmation {
  background: white;
  border-radius: 0.5rem;
  text-align: center;
  width: 515px;
}
#logoutModal .logoutConfirmation .confimationText {
  font-family: "Apercu";
}
#logoutModal .logoutConfirmation .logoutConfirmButton {
  width: 100px;
  height: 35px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22.9px;
  border-radius: 17.18px;
  font-family: "Apercu";
  color: #BFDF86;
  background-color: #212122;
}
#logoutModal .logoutConfirmation .logoutCancleButton {
  width: 100px;
  height: 35px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22.9px;
  border-radius: 17.18px;
  font-family: "Apercu";
  color: #000;
  background-color: transparent;
}

.nav-tabs .nav-link {
  color: #000 !important;
}

.nav-tabs .nav-link.active {
  color: #000 !important;
  font-weight: bold;
}

.graph-type .bi-caret-down-fill {
  display: inline;
}

.graph-type .bi-caret-up-fill {
  display: none;
}

.graph-type:not(.collapsed) .bi-caret-down-fill {
  display: none;
}

.graph-type:not(.collapsed) .bi-caret-up-fill {
  display: inline;
}

.subdomainPopUp .modal-content {
  background-color: transparent;
  border: none;
}
@media (max-width: 576px) {
  .subdomainPopUp .modal-body {
    padding: 0px;
  }
}

.startProgram .modal-content {
  width: 615px;
}

@media (max-width: 567px) {
  .startProgram .modal-content {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .modal-dialog.modal-lg {
    max-width: 95%;
    margin: 0 auto;
  }
  #popupDataSuperAdmin {
    overflow-x: auto;
    display: block;
    scrollbar-width: none;
  }
  #popupDataSuperAdmin::-webkit-scrollbar {
    display: none;
  }
  #popupDataSuperAdmin > div {
    min-width: 700px;
  }
  #graphLabelsSuperAdmin {
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    scrollbar-width: none;
  }
  #graphLabelsSuperAdmin::-webkit-scrollbar {
    display: none;
  }
  .card.perceptual-motor-card {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .card.perceptual-motor-card::-webkit-scrollbar {
    display: none;
  }
}
@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.modal-no-sidebar .sidebar {
  display: none;
}

.start-program-card {
  width: 615px;
  border-radius: 24px;
}
.start-program-card .programCard-header {
  background-color: #F6F6F6;
}
.start-program-card .card-body {
  background-color: #fff;
}
.start-program-card .programCard-footer {
  background-color: #C5DE91;
}
.start-program-card .popup-dialog-footer {
  background-color: #C5DE91 !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.start-program-card .newProgramButton {
  font-family: "Apercu";
  background-color: #212122;
}

.formHeadingText {
  font-family: "Apercu";
  font-size: 24px;
  font-weight: 700;
}

.subHeadingText {
  color: #919191;
  font-family: "ApercuLight";
  font-weight: 400;
  font-size: 14px;
}

.custom-radio .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.custom-radio .form-check-input:focus {
  box-shadow: #2A2A2A;
}
.custom-radio .form-check-label {
  color: #000;
}

.formLabel {
  font-family: "Apercu";
  font-size: 18px;
  font-weight: 400;
}

.cellHeading {
  font-family: "Apercu";
  font-size: 16px;
  font-weight: 700;
}

.cellAnswer {
  font-family: "ApercuLight";
  font-size: 16px;
  font-weight: 400;
}

hr {
  opacity: 0.05;
}

.message-list {
  flex-grow: 1;
  padding: 10px;
  overflow-y: auto;
}

.message {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.message.sent {
  justify-content: flex-start;
}
.message.received {
  justify-content: flex-end;
}
.message.received .message-content {
  background-color: #fff;
}
.message .sender-name {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.message .message-content {
  color: #000;
  padding: 10px;
  border-radius: 4px;
  word-wrap: break-word;
  background-color: rgba(197, 222, 145, 0.2);
  font-family: "ApercuLight";
  font-size: 12px;
  font-weight: 400;
}
.message .profileIcon {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #D9D9D9;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

.main_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

.input-group {
  height: 75.01px;
  width: 100%;
  border-radius: 18px;
  background: white;
  border: 1px solid #ccc;
}

.input-group .btn-outline-secondary,
.input-group .form-control {
  height: 75.01px;
  border: none;
  background: white;
  color: #333;
  box-shadow: none;
}

.input-group .btn-outline-secondary {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.input-group .form-control {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.input-group .btn-outline-secondary:focus,
.input-group .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.clivus-dialog-footer-part {
  bottom: 0;
  width: 100%;
}

.dropdown-item-risk {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.dropdown-item-facility {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.dropdown-toggle::after {
  content: none !important;
  display: none !important;
}

.facility-dropdown-toggle {
  content: none !important;
  display: none !important;
}

.multiRole-dropdown {
  border: none;
  font-size: 18px;
  font-weight: 1000;
  box-shadow: 2px 4px rgba(0, 0, 0, 0.15);
}
.multiRole-dropdown:focus-visible {
  outline: 0;
}
@media (max-width: 768px) {
  .multiRole-dropdown {
    font-size: 15px;
  }
}

@media (max-width: 567px) {
  .subdomain-circle {
    height: 15px;
    width: 18px !important;
  }
}

.modal-dialog-scrollable .modal-content {
  max-height: none !important;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.perceptual-motor-card {
  width: 766px;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1215686275);
}

.perceptualMotor-header .perceptualMotorHeading {
  font-family: "Apercu";
  font-size: 14px;
  font-weight: 500;
  line-height: 17.21px;
  letter-spacing: 0.05em;
  color: #A1A1A1;
}
.perceptualMotor-header .perceptualMotorsubHeading {
  font-family: "Apercu";
  font-size: 24px;
  font-weight: 700;
  line-height: 29.88px;
  color: #000;
}

.perceptualMotor-footer {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #F4F4F4;
}

.perceptual-motor-button {
  height: 78px;
  font-family: "Apercu";
  font-size: 15.99px;
  font-weight: 700;
  line-height: 19.9px;
}

.perceptualMotorModal {
  display: none;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="gray"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 0 1 1.06-.02L10 10.88l3.71-3.69a.75.75 0 1 1 1.06 1.06l-4.24 4.22a.75.75 0 0 1-1.06 0L5.23 8.27a.75.75 0 0 1-.02-1.06z" clip-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
}

.infodropdown:hover {
  color: #ccc !important;
}

.infodropdown:active {
  color: #ccc !important;
}

.infodropdown:visited {
  color: #ccc !important;
}

.infodropdown:focus-visible {
  color: #ccc !important;
}

.infodropdown:focus:not(:focus-visible) {
  color: #ccc !important;
}

.tooltip-inner {
  max-width: 400px;
  text-align: left;
  white-space: normal;
  line-height: 1.4;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}

.placeholder-grey {
  color: grey;
}

.placeholder-grey option {
  color: black;
}

.placeholder-grey option:first-child {
  color: grey;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.removingscrollBar {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.removingscrollBar::-webkit-scrollbar {
  display: none !important;
}

.medical-info-container {
  color: black;
  border-radius: 16px;
  overflow: auto;
  background-color: #fff;
}
.medical-info-container .form-label {
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.medical-info-container .form-label1 {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
}
.medical-info-container .form-control {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 18px;
  font-family: "ObjectSans";
  height: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.medical-info-container .form-control:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px black;
}
.medical-info-container .form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}
.medical-info-container .form-select {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px;
  font-size: 18px;
  font-family: "ObjectSans";
  height: 54px;
  max-width: 300px;
}
.medical-info-container .select-container {
  display: inline-block;
  position: relative;
}
.medical-info-container .select-container select {
  font-size: 16px;
  border: 1px solid #ccc;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}
.medical-info-container .select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/images/drop_down.svg") no-repeat center;
  background-size: 16px 16px;
  pointer-events: none;
}
.medical-info-container .select-container .dropdown-toggle,
.medical-info-container .select-container .dropdown-toggle1 {
  display: none;
}
.medical-info-container .select-container .single-choice-select {
  font-size: 16px;
  border: 1px solid #ccc;
}
.medical-info-container .dropdown-container {
  position: relative;
}
.medical-info-container .dropdown-container .dropdown-trigger {
  width: 100%;
  padding: 10px 40px;
  font-size: 18px;
  font-family: "ObjectSans";
  border: 1px solid #ccc;
  border-radius: 15px;
  height: 54px;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical-info-container .dropdown-container svg {
  width: 14px;
  height: 14px;
  fill: #333;
}
.medical-info-container .dropdown-container .dropdown {
  position: absolute;
  top: 100%;
  width: 50%;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  display: none;
}
.medical-info-container .dropdown-container .dropdown li {
  list-style: none;
  position: relative;
}
.medical-info-container .dropdown-container .dropdown li span {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 18px;
}
.medical-info-container .dropdown-container .dropdown li span:hover {
  background-color: #f1f1f1;
}
.medical-info-container .dropdown-container .dropdown li .nested-dropdown {
  display: none;
  position: absolute;
  width: 150px;
  top: 30px;
  left: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.medical-info-container .dropdown-container .dropdown li .nested-dropdown li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  padding: 8px 12px;
  white-space: nowrap;
  font-size: 18px;
}
.medical-info-container .dropdown-container .dropdown li .nested-dropdown li a.selected {
  background-color: black;
  color: white;
}
.medical-info-container .dropdown-container .dropdown li:hover .nested-dropdown, .medical-info-container .dropdown-container .dropdown li:focus-within .nested-dropdown {
  display: block;
}
.medical-info-container .dropdown-container .dropdown li a.selected {
  background-color: black;
  color: white;
}
.medical-info-container .form-control:focus-visible {
  outline: 0;
  box-shadow: none;
}
.medical-info-container .select2-container {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 15px !important;
  padding: 10px !important;
  font-size: 18px !important;
  font-family: "ObjectSans" !important;
  min-height: 54px !important;
  max-height: 85px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
}
@media (max-width: 576px) {
  .medical-info-container .select2-container {
    min-height: 54px !important;
    max-height: none !important;
  }
}
.medical-info-container .select2-container .select2-selection--multiple {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  min-height: 54px;
  max-height: 85px;
  overflow-y: auto;
  padding: 5px;
  transition: max-height 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.medical-info-container .select2-container .select2-selection--multiple::before {
  content: "Select Option";
  color: #999;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "ObjectSans";
  pointer-events: none;
}
.medical-info-container .select2-container .select2-selection--multiple:has(.select2-selection__rendered .select2-selection__choice)::before {
  content: none;
}
.medical-info-container .select2-container .select2-selection--multiple::-webkit-scrollbar {
  display: none;
}
.medical-info-container .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  list-style: none !important;
  gap: 5px;
  max-height: 85px;
  overflow-y: auto;
  transition: max-height 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.medical-info-container .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}
.medical-info-container .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.medical-info-container .select2-container .select2-search--inline .select2-search__field {
  width: 100% !important;
  height: 18px !important;
  display: none !important;
}
.medical-info-container .select2-container .select2-search--inline .select2-search__field:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.medical-info-container .select2-container .select2-search--inline .select2-search__field:focus {
  outline: none !important;
  box-shadow: none !important;
}

.error-message {
  display: none;
}

input:invalid:not(:placeholder-shown) + .error-message {
  display: inline;
}

.input-group-medical-info {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  background: white;
  border: 1px solid #ccc;
}

.input-group-medical-info .btn-outline-secondary {
  border: none !important;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

.input-group-medical-info .form-control {
  border-radius: 15px;
  background: white;
  color: #333;
  box-shadow: none;
  border-left: none !important;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  border: none !important;
}

.select2-results__option[aria-selected=true]::before {
  content: "✔";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: 6px;
  font-size: 12px;
}

.select2-results__option::before {
  content: "";
  display: inline-block;
  width: 1em;
  margin-right: 6px;
  font-size: 12px;
}

@media (max-width: 576px) {
  .smokingyearslabel {
    padding: 0px !important;
  }
}

@media (max-width: 576px) {
  .medicalInfoSubmitbtn {
    margin: 0px !important;
  }
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.form-container {
  background-color: #fff;
  border-radius: 10px;
  color: white;
}

.form-container .input-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-container label {
  margin-right: 40px;
  font-weight: bold;
  color: #000;
}

input[disabled] {
  color: black;
}

.myprofile-text-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px;
  font-size: 18px;
  font-family: "ObjectSans";
  height: 65px;
  width: 80%;
  max-width: 300px;
  margin: 15px;
}

.form-submit-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 30px 20px;
  border-radius: 20px;
  font-size: 18px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  cursor: pointer;
}

.form-submit-btn:hover {
  background-color: #000;
}

.edit-indicator {
  display: none;
  width: 8px;
  height: 8px;
  color: red;
  border-radius: 50%;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.edit-indicator.visible {
  opacity: 10;
  display: inline;
}

.is-invalid {
  border: 2px solid red;
}

.disabled-text-field {
  background-color: #f1f1f1 !important;
  color: #888;
}

.disabled-text-field:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

#login-continueBtn:disabled {
  color: #fff !important;
  opacity: 0.6 !important;
  pointer-events: none;
}

.input-group-profile {
  height: 48px;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  background: white;
  border: 1px solid #ccc;
}

.input-group-profile .btn-outline-secondary {
  border: none !important;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

.input-group-profile .form-control {
  border-radius: 8px;
  border: none;
  background: white;
  color: #333;
  box-shadow: none;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}

.input-group-profile .btn-outline-secondary:focus,
.input-group-profile .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.logo {
  width: 190px;
  height: auto;
  margin-bottom: 20px;
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.card {
  margin: 5px;
}

thead th {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  /* Optional: To ensure the header is visually distinct */
  z-index: 2;
  /* Ensures the header stays on top */
}

@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.custom-modal-width {
  max-width: 70%;
}
@media (max-width: 576px) {
  .custom-modal-width {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .custom-modal-width {
    max-width: 100% !important;
  }
}

.risk-value {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  width: 40% !important;
  font-size: 18px !important;
  font-family: "ObjectSans" !important;
  height: 54px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
  padding-right: 20px !important;
}

#update-risk-profile-btn {
  margin-right: 20px;
}

.removingscrollBar {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.removingscrollBar::-webkit-scrollbar {
  display: none !important;
}

.about-header-section {
  background-color: #C7EC9E;
  color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.about-header-section h2 {
  font-size: 1.25rem;
  font-weight: 800;
  max-width: 600px;
  margin: 2rem auto 1.5rem;
}

.logo-about {
  height: 40px;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}

.founders-section {
  background-color: #fff;
  margin-top: 4rem;
}

.founder-img {
  width: 150px;
  border-radius: 20px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.overlap-img {
  margin-top: -140px;
}

.founders-section h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.founders-section p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-section {
  background-color: #000;
  z-index: 0;
}

.footer-section img {
  top: -20px;
  max-height: 120px;
  z-index: 1;
}

@media (max-width: 576px) {
  .overlap-img {
    margin-top: -70px;
    width: 120px;
  }
  .logo-about {
    height: 30px;
  }
  .about-header-section h2 {
    font-size: 18px;
  }
  .founders-section {
    margin-top: 6rem;
  }
  .founders-section p {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .overlap-img {
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  .logo-about {
    height: 30px;
  }
  .about-header-section h2 {
    font-size: 18px;
  }
  .founders-section {
    margin-top: 6rem;
  }
  .founders-section p {
    font-size: 0.85rem;
  }
}
@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.clivus-dialog-header {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #F6F6F6;
  justify-content: center;
  height: 120px;
}

.clivus-dialog-footer {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #C5DE91;
}

.clivus-chat-dialog-title {
  font-family: "Apercu";
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.clivus-chat-dialog-status {
  font-family: "Apercu";
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.chat-message-box {
  background-color: #fff;
  padding: 0;
  border: 1px solid #968f8f;
  color: black;
  padding: 10px;
  height: 80px;
}

.chat-send-button {
  font-family: "Apercu";
  font-size: 14px;
  font-weight: 800;
  background-color: black;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  color: white;
}
.chat-send-button:hover {
  background-color: #535353;
}

#send-inbox-message-btn {
  display: none;
}

.nav-link.active[id=broadcast-tab] + #send-inbox-message-btn {
  display: inline-block;
}

.modal-backdrop.show {
  opacity: 0 !important;
  pointer-events: none !important;
}

.image-preview {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.preview-container {
  position: absolute;
  bottom: 25px;
  left: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  pointer-events: none;
  overflow: hidden;
}

.preview-container-messages {
  position: absolute;
  bottom: 130px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  pointer-events: none;
  overflow: hidden;
}

#videoPreviewMessages,
#videoPreviewMessages-[context] {
  width: 200px;
  height: auto;
  max-height: 150px;
  object-fit: cover;
  border-radius: 8px;
  display: none;
}

.remove-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  background: white;
  cursor: pointer;
  border-radius: 5px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon {
  width: 20px;
  height: 20px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #618e00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .usermessages {
    height: 310px !important;
  }
}

.draw-container {
  position: relative;
  width: 100%;
  height: 34px;
}
.draw-container > .light-green {
  background-color: rgb(93, 169, 93);
}
.draw-container > .black {
  background-color: rgb(165, 165, 165);
}
.draw-container > .dark-green {
  background-color: rgb(57, 112, 57);
}
.draw-container > .red {
  background-color: rgb(255, 0, 0);
}
.draw-container > .grey {
  background-color: rgb(165, 165, 165);
}
.draw-container > .light-orange {
  background-color: rgb(255, 143, 11);
}
.draw-container > .pale-blue {
  background-color: rgb(173, 216, 230);
}

.grid-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.grid-cell {
  flex: 1;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
}

.point {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
}
.point.rect {
  border-radius: 0%;
}

.line {
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 1;
  border-radius: 7px;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid green;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid red;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hidden {
  display: none;
}

.section-item {
  color: #476217;
  font-family: "Apercu";
  font-weight: 700;
  font-size: 21px;
}

.domain-item {
  font-family: "InterRegular";
  font-weight: 600;
  font-size: 18px;
  height: 34px;
  background: #e6e6e6;
}

.subdomain-item {
  font-family: "InterLight";
  font-weight: 400;
  font-size: 15px;
  height: 34px;
  color: #808080;
}

.bg-greyshade {
  background-color: #f6f6f6;
}

.programActivation {
  width: 100px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 17.18px;
  font-family: "ObjectSans";
  color: #bfdf86;
  background-color: #212122;
  padding: 0;
}
.programActivation.active {
  color: #bfdf86;
  background-color: #212122;
}
.programActivation.inactive {
  color: #212122;
  background-color: #bfdf86;
}

.risk-profile-icon {
  padding-right: 20px;
}

.group-card-row {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.group-card-first {
  border-top: 1px solid #dee2e6;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.group-card-last {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.section-data-value {
  background-color: rgba(93, 169, 93, 0.3);
  border-radius: 2px;
  border: solid 1px rgba(93, 169, 93, 0.8);
  cursor: pointer;
  min-width: 120px;
}

.section-data-value.negative-percentage {
  background-color: rgba(255, 0, 0, 0.2);
  border: solid 1px rgba(255, 0, 0, 0.8);
}

.section-data-value[data-expanded=true] {
  border: solid 3px rgba(93, 169, 93, 0.8);
}

.section-data-value.section-data-value.negative-percentage[data-expanded=true] {
  border: solid 3px rgba(255, 0, 0, 0.8);
}

.highlight-line {
  background-color: #858585;
  width: 4px;
  margin-left: -2px;
}

.riskModal {
  width: 350px;
}

@media (max-width: 768px) {
  .domain-item {
    height: auto;
  }
  .subdomain-item {
    height: auto;
  }
  .draw-container {
    height: 24px;
  }
  .riskModal {
    margin: auto;
  }
}
@font-face {
  font-family: "Apercu";
  src: url("/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "ApercuLight";
  src: url("/fonts/Apercu_Light.otf");
}
@font-face {
  font-family: "ObjectSans";
  src: url("/fonts/ObjectSansRegular.otf");
}
@font-face {
  font-family: "ObjectSansHeavy";
  src: url("/fonts/ObjectSansHeavy.otf");
}
@font-face {
  font-family: "InterRegular";
  src: url("/fonts/InterRegular.ttf");
}
@font-face {
  font-family: "InterLight";
  src: url("/fonts/InterLight.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("/fonts/InterMedium.ttf");
}
.table-container {
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.table-container::-webkit-scrollbar {
  display: none;
}

.sticky-header th {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 2;
}

/*# sourceMappingURL=main.css.map */
