.graph_container {
  background-color: #fafafa;
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  padding: 3rem;
}
.graph_container_line {
  background-color: #fafafa;
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
}
.graph_container_bmi {
  border-radius: 25px;
  border: 1px;
}
.care-profile-container{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.button_feedback {
  margin-top: 38px;
  gap: .2rem;
  text-decoration: underline;
  align-items: center;
  display: flex;
  color: #287BB8;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}
.badge_main {
  background-color: #d6f9da;
  color: #2bca3c;
  width: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  border-radius: 10px;
}
.imgProfile_wrapper {
  /* background-color: #D9D9D9; */
  /* border-radius: 77px;
  height: 213px;
  width: 137px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; */
}
.profile_image_text {
  position: absolute;
  color: #ffffff;
  margin-top: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115.19px;
  height: 37.47px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 16px;
  text-align: Center;
  line-height: 24px;
  background-color: #febf03;
}

.main_chart {
  gap: 10px;
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.left_chart {
  width: 60%;
}
.main_card_container {
  min-width: 170px;
  font-family: "Poppins";
}
.right_chart {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 40%;
  gap: 6px;
}
.h2_styling {
  color: #001a53;
  font-family: Open Sans;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.status-indicator {
  font-family: Poppins;
  width: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  border-radius: 6px;
}
.para_name {
  font-family: Poppins;
  font-weight: 500;
  color: #181818;
  font-size: 4px;
  margin-bottom: 0;
}
.para_name_main {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #181818;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 32px;
}
.span_graph_styling {
  font-family: Poppins;
  font-weight: 400;
  color: #8b8b8d;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.span_graph_styling2 {
  font-family: Poppins;
  font-weight: 500;
  color: #333333;
  font-size: 0.56rem;
  line-height: 1.1rem;
}
.right_top {
  height: 50%;
}
.right_down {
  height: 50%;
}
.profileChip {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.line_chart {
  margin-bottom: 1rem;
}
.main_wrapper {
  margin-top: 27px;
  margin-bottom: 1rem;
  position: relative;
}
.bene_header {
  gap: 1.5rem;
  margin-left: 4rem;
  font-family: Open Sans;
}
/* style={{gap:"1.5rem",marginLeft:"4rem",fontFamily:"Open Sans"}} */
.bene_header {
  gap: 0.5rem;
  margin-left: 4rem;
  font-family: Open Sans;
}
.loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bene{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: normal;
  padding-right: 15px;
  padding-left: 15px;
}
.mobile_span {
  display: flex;
  background-color: #f4f7fe;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 10px;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.main_headings{
  margin-bottom: 41px;
}
.main_date {
  display: flex;
  font-size: 10px;
  color: #6c757d;
}
.pt_awc_sideBar_mobile_list_main_div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
justify-content: center;
}

.dividercss {
width: 100%;
margin-bottom: 7px;
}
/* Fullscreen sidebar overlay */
.fullscreen-sidebar {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
z-index: 1000;
overflow-y: auto;
}

/* Sidebar header to hold the close button */
.sidebar-header {
width: 100%;
display: flex;
justify-content: flex-end;
padding: 20px;
}

/* Close button styling */
.close-btn {
background: none;
border: none;
cursor: pointer;
}

/* Sidebar options styling */
.sidebar-content {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin-top: 20px;
}

/* Options list styling */
.sidebar-options {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
width: 100%;
padding: 20px 0;
}

/* Individual option item styling */
.sidebar-option-item {
cursor: pointer;
text-decoration: none;
color: black;
font-size: 1.2rem;
line-height: 2rem;
font-family: "Open Sans", sans-serif;
transition: color 0.3s ease;
}
.main_big_container_flex_child{
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); /* Adjusted color format */
border: 1.5px solid #FFFFFF;
padding: 1rem;
flex-wrap: wrap;
border-radius: 10px;
}

.sidebar-option-item:hover {
color: #001A53; /* Hover color */
}
.whtable_status{
display: flex;
flex-direction: column;
margin-left:25%;
justify-content:center;
}
.whtable_status_container{
display: flex;
flex-direction: column;
align-items: flex-start;
}

@media (max-width: 768px) {
  .pt_awc_sideBar_list_mobile{
    background-color: white !important;
    z-index: 9999 !important;
    position: absolute !important;
    width: 100% !important;
  }
  .whtable_status{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    justify-content: none;
  }
  .whtable_status_container{

  }
  .pt_awc_sideBar_listItem_main_div {
    display: flex;
    justify-content: space-between;
  }
  .card-container{
    background-color: white;
    width: 100%;
    max-height: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    padding: 0;
    border: none;

  }
  .main_headings {
    margin-left: 1rem;
    margin-bottom: 23px;
  }
  .profile-item-mobile{
    flex-basis: 100%;
  }
  .main_imgdetail_container{
    width: 100%;
    margin-left: 1rem;
  }
  .custom-class-for-children-and-pregnant{
    grid-gap: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .custom-class-for-children-and-pregnant > div:nth-child(4) {
    grid-column: span 2;
}
  .mobile_span {
    display: flex;
    background-color: #f4f7fe;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  .mobile_child_card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.7rem;
    padding: 0;
  }
  .mobile_child_card > div:nth-child(1){
    grid-column: span 3;
  }

  .arrow_sign {
    margin-left: "27px";
  }
  .main_chart {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin-bottom: 24px;
  }
  .left_chart {
    width: 100%;
  }
  .bene_header {
    margin-left: 4rem;
    font-family: Open Sans;
  }
  .name_container {
    /* background-color: red; */
    align-items: center;
    /* text-align: center; */
  }
  .profile_image_text {
    position: absolute;
    color: #ffffff;
    margin-top: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 16px;
    text-align: Center;
    font-weight: 500;
    line-height: 24px;
    background-color: #febf03;
  }
  .right_chart {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 8px;
  }
  .main_card_container {
    justify-content: center !important;

  }
  .bene_girl_card{
    flex-basis: 100%;
  }
  .main_big_container_element_two {
     /* width: 90vw; */

  }
  .bene_preg_card{
    grid-column: span 2;
  }
  .bene_child_card{
    grid-column: span 2;
  }

  .main_big_container_child{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* width: 90vw; */
    grid-column: span 2;
    padding: 5px 20px;
    height: 150px;
    border: 1.5px solid #FFFFFF;
    border-radius: 10px;
    grid-gap: 5px;
  }
  .main_big_container_child > div:nth-child(1){
    grid-column: span 3;
  }
  .main_big_container_child > div:nth-child(2){
    justify-self: center;
  }
  .main_big_container_child > div:nth-child(3){
    justify-self: center;
  }
  .main_big_container_child > div:nth-child(4){
    justify-self: center;
  }
  .right_top {
    height: 100%;
  }
  .right_down {
    height: 100%;
  }
  .graph_container {
    padding: 1.5rem; /* Adjust the padding for mobile view */
  }
  .profileChip {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .header_bene{
      width: 100%;
      padding-right: var(--bs-gutter-x, .75rem);
      padding-left: var(--bs-gutter-x, .75rem);
      margin-right: auto;
      margin-left: auto;
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      justify-content: space-between;
    }
  .para_name {
    font-family: Open Sans;
    font-weight: 700;
    color: #181818;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 20px;
  }
  .status-indicator {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
/* gaps needed and the change in the svg will only make the chart smaill
like definging height outer side will not effectit beacuse svg heigh is defined by 300 */
