@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(232, 225, 239, 1);
}

::-webkit-scrollbar-thumb {
  width: 4px;
  height: 107.4px;
  top: 56.75px;
  left: 887px;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  opacity: 0px;
}

:root {
  --bs-progress-bar-bg: #64C800 !important;
}

.navbar {
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.15);
}

.grapthDisplayer li {
  list-style: none;
}

.grapthDisplayer ul {
  padding: 0.5rem;
  border-radius: 24px;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.1);
  margin-top: 5px;
}

.grapthDisplayer button {
  border-radius: 16px;
  border: none;
  background: none;
  padding: 8px, 16px, 8px, 16px;
  height: 38px;
  color: black;
}

#healthspanButton {
  width: 127px;
}

#lifespanButton {
  width: 100px;
}

.grapthDisplayer .active {
  background: #64C800;
  color: white;
}

#allcategorieshealthspanText {
  display: flex;
  flex-direction: column !important;
}

#allcategorieshealthspanText div:first-child {
  font-size: 55.24px !important;
}

.allcategorieshealthspanTextStatus {
  margin-top: 5px !important;
  font-size: 19px !important;
  line-height: 30px;
}

.progress {
  background: #FAFAFA !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Add your desired shadow here */
}

.pa-circle {
  /* position: absolute; */
  top: 20%;
  left: 20%;
}

.pa-circle2 {
  top: 15%;
}

.accordion-body {
  background: #fff;
  border-radius: 20px;
}

.progress-bar {
  --bs-progress-bar-bg: #64C800;
}

.progress-bar-red {
  --bs-progress-bar-bg: #FC2E2E;
}

.progress-bar-grey {
  --bs-progress-bar-bg: transparent;
  /*--bs-progress-bg: #767788;*/
}

.progress-bar-blue {
  --bs-progress-bar-bg: #07beec;
}

.progress-bar-orange {
  --bs-progress-bar-bg: #F3B61F;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/****common classes***/
.btn {
  font-family: 'Inter', sans-serif;
}

.user-img img {
  max-width: 48px;
}

.bg-FAFAFA {
  background: #FAFAFA;
}

.bg-FFF {
  background: #FFF;
}

.bgwhite-50 {
  background-color: #FAFAFA !important;
}

.bg-0EA5CB {
  background-color: #0EA5CB !important;
}

.bg-01D470 {
  background-color: #01D470 !important;
}

.bg-F3F4F9 {
  background-color: #F3F4F9 !important;
}

.bg-E7E7EF {
  background-color: #E7E7EF !important;
}

.btn.bg-0EA5CB:hover {
  background-color: #07beec !important;
}

.bg-FC2E2E {
  background-color: #FC2E2E !important;
}

.width-fit {
  width: fit-content !important;
}

.height-fit {
  height: fit-content !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.text-767788 {
  color: #767788 !important;
}

.text-FC2E2E {
  color: #FC2E2E;
}

.text-D0D1DE {
  color: #D0D1DE;
}

.text-8C8D99 {
  color: #8C8D99;
}

.text-B5B7C2 {
  color: #B5B7C2;
}

.text-F3B61F {
  color: #F3B61F;
}

.l-spacing5 {
  letter-spacing: -0.5px !important;
}

.rounded-c {
  border-radius: 12px !important;
}

.shadow-big-circle {
  box-shadow: 0px 0px 20px 2px rgba(71, 23, 104, 0.15);
}

.shadow-big-circle-inner {
  box-shadow: 0px 0px 10px 2px rgba(71, 23, 104, 0.15);
}

.shadow-outermost-menubar {
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.15);

}

.shadow-innermost-menubar {
  box-shadow: 0px 0px 4px 0px rgba(71, 23, 104, 0.15);
}


.fs-14 {
  font-size: 14px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

.height-bar {
  height: 9px;
  width: 332px;
}

.p-bar:before,
.p-bar:after {
  position: absolute;
  content: "";
  width: 1.22px;
  height: 100%;
  background-color: #767788;
}

.p-bar:before {
  left: var(--before-before, );
}

.p-bar:after {
  left: var(--before-after, );

}

.nav-tabs .line-nav {
  font-size: 18px;
}

.carousel-nav button i {
  color: #B5B7C2;
}

.carousel-nav button:hover i {
  color: #767788;
}

.circle {
  margin: 1px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  padding: 0;

}

.circle canvas {
  vertical-align: top;
  /* border: 1px solid rgba(212, 253, 230, 1); */
  border-radius: 50%;
  /* box-shadow: 0px 0px 5px 2px rgb(51 53 69 / 0.1); */
  /*background: linear-gradient(0deg, #D4FDE6, #D4FDE6), linear-gradient(0deg, #FFFFFF, #FFFFFF);*/
}

/* .redprogressbar .circle canvas {
  border: 1px solid #FEE3D5;
}

.orangeprogressbar .circle canvas {
  border: 1px solid #FEE3D5;
}

.menubar-F3B61F canvas {
  border: 1px solid rgba(255, 245, 214, 1);
} */

/* .menubar canvas,
.redprogressbar canvas,
.menubar-F3B61F canvas {
  background-color: #fff;
} */

.circle .p-icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #01D470;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.circle-main {
  width: 534px;
  height: 534px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-box {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cboxstyle-none canvas {
  border: none;
  box-shadow: 0px 0px 10px 2px rgba(71, 23, 104, 0.15);


}

/****circle css end***/

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #0EA5CB;
}

.nav-tabs .nav-link {
  color: #767788;
}

.nav-tabs .nav-link.active .line-nav:before {
  position: absolute;
  content: "";
  background: #0EA5CB;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
}

.accordion-button::after {
  --bs-accordion-btn-icon-width: .8rem;
  filter: opacity(0.5);
  margin-left: 10px;
}



/****circle menu css Start***/
.right-list li:first-child {
  top: 67px;
  right: -6px;
}

#second-section .right-list li:first-child {
  top: 1rem;
  right: 40px;
}

.right-list li:nth-child(2) {
  left: 10.5rem;
  bottom: -2rem;
}

#second-section .right-list li:nth-child(2) {
  top: inherit;
  bottom: 7rem;
  right: -1.5rem;
  left: inherit;
}

.right-list li:nth-child(3) {
  top: 67px;
  left: -6px !important;
}

.right-list li:nth-child(4) {
  top: 260px;
  right: -4px !important;
}

#second-section .right-list li:nth-child(4) {
  top: 7rem;
  right: -1.5rem !important;
}

.right-list li:nth-child(5) {
  left: 10.5rem;
  bottom: -31px;
}



/* .right-list li:last-child {
  bottom: -1.5rem;
  right: 9.5rem;
} */

.left-list li:first-child {
  left: 10.5rem;
  top: -2rem;
}

.left-list li:nth-child(2) {
  top: 1rem;
  left: 40px;
}

#second-section .left-list li:nth-child(2) {
  top: 1rem;
  left: 40px;
}

.left-list li:nth-child(3) {
  top: 8rem;
  left: -27px !important;
}

#second-section .left-list li:nth-child(3) {
  top: 7rem;
  left: -22px !important;
}

.left-list li:nth-child(4) {
  top: 16rem;
  left: -11px;
}

#second-section .left-list li:nth-child(4) {
  top: inherit;
  bottom: 7rem;
  left: -1.5rem;
}

.left-list li:nth-child(5) {
  bottom: 3rem;
  left: 0.5rem;
}

.left-list li:last-child {
  top: 260px;
  left: -4px;
}

#second-section .left-list li:last-child {
  top: inherit;
  bottom: 1rem;
  left: 40px;
}

#second-section .right-list li:nth-child(3) {
  top: inherit !important;
  bottom: 1rem !important;
  right: 40px !important;
  left: inherit !important;
  right: 40px !important;
}

/****scroll css Start***/

.hleft-scroll {
  height: 600px;
  overflow-y: scroll;
}

.right-scroll {
  height: 312px;
  overflow-y: scroll;
}

.height-520 {
  height: 520px;
  overflow-y: scroll;
}

.habit-scroll {
  height: 288px;
  overflow-y: scroll;
}

.table>:not(caption)>*>* {
  padding: 5px;
}

.bl-custom th {
  position: relative;
}

.bl-custom th:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: -6px;
  top: 9px;
  border-left: 2px solid #b5b7c2;
}

.scroll-dimension {
  /* height: 800px; */
  overflow-y: auto;
}

.hleft-scroll::-webkit-scrollbar,
.right-scroll::-webkit-scrollbar,
.scroll-dimension::-webkit-scrollbar,
.height-520::-webkit-scrollbar,
.habit-scroll::-webkit-scrollbar {
  width: 5px;
}

.hleft-scroll::-webkit-scrollbar-thumb,
.right-scroll::-webkit-scrollbar-thumb,
.scroll-dimension::-webkit-scrollbar-thumb,
.height-520::-webkit-scrollbar-thumb,
.habit-scroll::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
  border-radius: 10px;
}

.blue-dot li,
.bsignle-dot a {
  position: relative;
}

.blue-dot li:before {
  position: absolute;
  content: "";
  background-color: #0EA5CB;
  width: 4px;
  height: 4px;
  right: -8px;
  top: 10px;
  border-radius: 50%;
}

.bsignle-dot a:before {
  position: absolute;
  content: "";
  background-color: #0EA5CB;
  width: 4px;
  height: 4px;
  right: 0;
  top: 20px;
  border-radius: 50%;
}

.blue-dot li:last-child:before {
  display: none;
}

#allcategories canvas,
#allcategorieshealthspanText canvas {
  background: none !important;
  border: none !important;
}

#carouselExampleControls {
  overflow: auto;
}

.bi-emoji-smile {
  font-size: 22px;
}

.p-level {
  padding: 4px;
}

.p-level:hover {
  background-color: #FAFAFA;
  border-radius: 10px;
}

.ms-3 .mb-3 {
  margin-bottom: 0px !important;
}

.plus-svg,
.minus-svg {
  transition: opacity 0.5s ease;
  /* Adjust the duration and easing function as needed */
}

.minus-svg {
  display: none;
}

.improvements {
  background: #64C800;
  border-radius: 50px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;


}

#thisShouldShowImprovements {
  font-family: Geologica;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.75px;
  text-align: left;
}

#allcategoriesText {
  font-size: 46px;
  display: flex;
  flex-direction: column !important;
}

#allcategoriesText div:first-child {
  font-size: 55.54px !important;
}

.l-spacing5 {
  display: flex;
}

.l-spacing5 svg {
  margin-left: 10px;
}



.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
}

.lds-spinner {
  color: #ff0000;
  display: flex;
  justify-content: center;
  position: fixed;
  top: -100px;
  background: #000000;
  opacity: 0.8;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
}

.sk-circle .sk-child {
  width: 11%;
  height: 15%;
  position: absolute;
  color: red;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #137d14;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/****scroll css end***/


.border-radii {
  border-radius: 16px !important;
}

.heading-measurement-type {
  color: #5D576B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.15px !important;
  text-transform: uppercase;
}

.heading-quantity-type-measurements {
  color: #231F2E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.523px !important;
  justify-content: space-between;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

.accordion-button {
  background-color: White !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 80px;
}

.collapsed {
  border-radius: 16px !important;
}

.button-of-all-type {
  padding: 16px !important;
}

.fw-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.button-of-all-type-outer {
  padding: 0px !important;
}

.menu-tab-content {
  width: 396px;
}

.accordion-collapse {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-dialog {
  position: absolute;
  top: 18%;
  left: 30%;
  width: 100%;
}

.modal-header {
  border: none;
}

.modal-header .btn-close {
  width: 0;
  height: 0;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/ 24px auto no-repeat;
}

.improvements {
  margin-bottom: 16px;
}

#chartCanvas {
  margin-bottom: 24px;
}

#thisShouldBeDescription {
  font-size: 16px;
  line-height: 26px;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.aboutItem,
.aboutTarget {
  color: #5D576B;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

.findings {
  font-family: "Open Sans", sans-serif;
  width: 398px;
  height: 398px;
  border-radius: 24px;
  background: #FFF;
  padding: 24px;
  gap: 16px;
}

.findings h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(93, 87, 107, 1);
}

.findings p {
  padding-left: 24px;
  padding-right: 24px;
}

.dateDisplayer {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 401px;
  height: 70px;
  border-radius: 24px;
  padding: 8px, 24px, 8px, 24px;
  background: #FFF;
}

.dateDisplayer li {
  list-style: none !important;
  ;
}

.dateDisplayer button {
  border: none;
  background: none;
}

#chartDiv {
  width: 401px;
  height: 358px;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.15);
}

#chartDiv div {
  width: 353px;
  height: 231px;
  top: 80px;
  background: white;
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.15);
  border-radius: 24px;
}

#chartDiv li {
  list-style: none;
  opacity: 0px;
}

#chartDiv canvas {
  transform: translateY(-23px);
}

.second-list {
  transform: translateY(-66px);
}

.accordiionHead6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.75px;
  text-align: left;
  color: rgba(93, 87, 107, 1);
  margin: 15px;

}

#findingsParam,
#findingsLifeSpanParam {
  width: 375px;
  height: 242px;
  gap: 0px;
  opacity: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#findingsModal .modal-content,
#findingsLifespanModal .modal-content {
  width: 925px;
  height: 517px;
  gap: 16px;
  opacity: 0px;
  transform: translate(-173px, -49px);
}

#findingsModal .modal-header,
#findingsLifespanModal .modal-header {
  padding-bottom: 0px !important;
}

#findingsModal .btn-close,
#findingsLifespanModal .btn-close {
  background: url(../img/modal-btn-close.svg) no-repeat !important;
  width: 24px !important;
}

#findingsModal h1,
#findingsLifespanModal h1 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 22px;
}

#chartDiv li {
  font-weight: 400;
  font-size: 14px;
  color: rgba(171, 158, 185, 1);
}

.modal-body {
  padding: 0px;
}

#findingsText,
#findingsLifespanText {
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.nav-link {
  cursor: pointer;
}

.mobileFooter {
  width: 442px;
  height: 60px;
  opacity: 0px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px 2px rgba(71, 23, 104, 0.15);
  position: fixed; /* Changed from static to fixed */
  bottom: 0; /* Positioned at the bottom */
  left: 0; /* Positioned at the left */
  right: 0; /* Positioned at the right */
  z-index: 10;
}


.mobileFooter li{
  width: 100px;
  height: 50px;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: 40px;
  padding-right: 40px;
  list-style: none;
}

.mobileFooter p{
  color: #000000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 18px;
letter-spacing: -0.5230769515037537px;
text-align: center;

}

.mobileFooter .active{
  color: rgba(100, 200, 0, 1);

}
