.shankey_chart_section {
    background-color: #f6f8fa;
    /* margin-top: -120px; */
  }

  .sankey_chart_css {
    background: #fff;
    padding: 5%;
    border: 1px solid black;

  }

  .buttonPadding {
    padding: 2px !important;
    color: black !important;
  }

  .shankey_map_main_div {
    display: flex;
  }

  .table_width {
    width: 46%;
  }

  .awc_map_graph_div{
    width: 800px;
    height: 800px;
    background: transparent !important;
    z-index: 0;
    margin: 0;
    overflow: visible;
  }
  .shankey_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 2rem;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #e2e9fd;

  }
  .shankey-data-search-btn {
    display: flex;
    align-items: center;

  }

  .shankey-data-search-btn button {
    border: none;
    box-sizing: border-box;
    font-family: "OpenSans-Bold";
    font-size: 15px;
    line-height: 24px;
    background: #001A53;
    border-radius: 30px;
    height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    width: 98%;
}
.sankey-graph-web-full{
  display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    width: 96%;
    margin: auto;
    /* flex-wrap: wrap; */
    margin-top: 4rem;
    gap:1rem;
    margin-bottom: 1rem;
}
.sankey-graph{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 96%;
    margin: auto;
    /* flex-wrap: wrap; */
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.graph {
    width: 45%;
}
.shankey-graph-button {
    display: flex;
    align-items: center;
    width: 15rem;
    margin: auto;
    margin-bottom: 1rem;
}

.shankey-graph-button  button {
    border: none;
    box-sizing: border-box;
    font-family: "OpenSans-Bold";
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
    border-radius: 22.50px;
    height: 3rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: black;
    padding-right: 2.5em;
    padding-left: 2.5em;
    width: 100%;
    /* box-shadow: '5px 5px 20px rgba(0, 0, 0, 0.05)'; */
}

.shankey-table-button {
  display: flex;
  align-items: center;
  width: 16.5rem;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.shankey-table-button  button {
  border: none;
  box-sizing: border-box;
  font-family: "OpenSans-Bold";
  font-size: 15px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 22.50px;
  height: 3rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: black;
  padding-right: 2.5em;
  padding-left: 2.5em;
  width: 100%;
  /* box-shadow: '5px 5px 20px rgba(0, 0, 0, 0.05)'; */
}

.shankey-switcher-button {
  display: flex;
  align-items: center;
  width: 45rem;
  height: 3rem;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 2rem;
  background: #ffffff;
  border-radius: 22.5px;

}

.shankey-switcher-button button {
  border: none;
  box-sizing: border-box;
  font-family: "OpenSans-Bold";
  font-size: 15px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 22.5px;
  /* height: 36px; */
  text-align: center;
  letter-spacing: 0.02em;
  color: black;
  padding-right: 2.5em;
  padding-left: 2.5em;
  width: 100%;
  margin: 2px;
  /* box-shadow: '5px 5px 20px rgba(0, 0, 0, 0.05)'; */
}

.table-border-with {
  border-width: 4px 0px !important;
  font-family: none !important;
  border-color: #f4f6f8 !important;
}

.switcher-color {
background-color: #5D78D7 !important;
color: #fff !important;
border-width: 0px !important;
/* text-align: center; */

}

.table-body-color a:hover {
  color: #5D78D7 !important;
  /* font-weight: 800 !important; */
  /* font-size: larger; */
}

.table-body-color {
  background-color: #fff !important;
  border-width: 0px !important;
  font-family: 'OpenSans-Regular' !important;
  font-size: small !important;
  }

.shankey-download-button {
  display: flex;
  align-items: center;
  width: 15rem;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;

}

.shankey-download-button   button {
  border: none;
  box-sizing: border-box;
  font-family: "OpenSans-Bold";
  font-size: 15px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 22.50px;
  /* height: 36px; */
  text-align: center;
  letter-spacing: 0.02em;
  color: black;
  padding-right: 2.5em;
  padding-left: 2.5em;
  width: 100%;
  /* box-shadow: '5px 5px 20px rgba(0, 0, 0, 0.05)'; */
}

  .shankey_header_dropdowns {
    display: flex;
    justify-content: space-between;
    width: auto;
    /* flex-wrap: wrap; */
    /* max-width: 700px; */
    /* gap: 5rem; */
    gap: 1rem;

  }

  .pt_awc_page_heading {
    max-width: 20rem;
  }

  .shankey_content {
    /* width: 80%; */
    /* height: 930px; */
    flex: 1;
    /* padding: 10px; */
    overflow-y: auto;
  }

  .pt_awc_sideBar_list {
    background-color: white;
  }

  .pt_awc_sideBar_listItemSelected {
    color: #103168;
    background-color: transparent !important;
    border-left: 3px solid #f58634;
    width: 300px;
    padding-left: 28px;
  }
  .pt_awc_sideBar_listItem {
    padding-left: 30px;
    color: #657694;
    position: static;
    width: 300px;
  }

  .pt_awc_legendBar_main_div {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 45%;
    top: 24px;
  }

  .countryLabel {
    background: rgba(255, 255, 255, 0) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0px 0px !important;
  }

  .pt_awc_legendBar_second_div {
    background-color: white;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #ebebeb;
    width: 100%;
    max-width: 21.875rem;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .pt_awc_legend_items_main_div {
    display: flex;
    gap: 0.13rem;
  }

  .pt_awc_wrapper_div {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .pt_awc_legends_styles {
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Open Sans';
  }

  .pt_awc_legend_heading {
    font-family: sans-serif;
    font-size: 10px;
    margin-bottom: 0;
  }

  .pt_awc_india_map_main_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: end; */
    /* height: calc(100vh - 153px);
    overflow-y: auto; */
    position: relative;
  }

  .pt_awc_india_map_main_div_tooltip_info_icon{
    position: absolute;
    top: 16px;
    right: 24px;
  }

  .pt_awc_india_map_wrapper_div {
    display: flex;
    justify-content: center;
    /* height: 100vh; */
  }

  path{
    outline: none !important;
  }

  .pt_awc_india_map_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pt_awc_calender_popover {
    border-radius: 12px;
    margin-top: 0.5rem;
  }

  .pt_awc_calender_header_wrapper {
    padding: 20px;
  }

  .pt_awc_calender_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .pt_awc_map_sideBar_home_div {
    background-color: #ffff;
    height: calc(100vh - 75px);
    overflow-y: auto;
    position: sticky;
    top: 0px;
  } */

  ::-webkit-scrollbar {
    width: 10;
  }

  .pt_awc_map_sideBar_home_div::-webkit-scrollbar {
    width: 0;
  }

  .shankey_content::-webkit-scrollbar {
    width: 0;
  }

  .pt_awc_map_sideBar_sticky {
    height: 100vh !important;
  }

  .pt_awc_map_sideBar_bottom_height {
    height: calc(100vh - 57px) !important;
  }

  .shankey_dropdown_width {
    width: 100% !important;
    border-radius: 20px !important;
  }

  .pt_awc_dropdown_selectedItem {
    width: 100%;
    cursor: pointer;
    color: white !important;
    background-color: #001a53 !important;
    display: flex;
    justify-content: left !important;
  }

  .pt_awc_dropdown_defaultItem {
    width: 100%;
    cursor: pointer;
    color: black !important;
    background-color: transparent !important;
    display: flex;
    justify-content: left !important;
  }

  .pt_info_tooltip_img{
    width: 16px;
    height: 16px;
  }

  .pt_awc_dropdown_header_main_div {
    padding: 10px 20px 20px 20px;
  }

  .pt_awc_dropdown_header_wrapper_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }

  .pt_awc_sideBar_main_listItemSelected{
    color: #103168;
  }

  .black_color {
    color: black;
  }

  .white_color {
    color: white;
  }

  .shanky-chart-no-data-found{
    font-size: 14px;
    font-weight: 600;
    font-family: "OpenSans-bold";
  }

  .justify-center{
    display: flex;
    justify-content: center;
  }

  /* Media query for screens smaller than 600px */
  @media (max-width: 650px) {
  .shankey_chart_section{
    margin-top: -40px;
  }
    .shankey_map_main_div {
      flex-direction: column;
    }
    .sankey-graph {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      margin: auto;
      /* flex-wrap: wrap; */
      margin-top: 4rem;
  }
  .sankey-graph-web-full{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    /* flex-wrap: wrap; */
    margin-top: 4rem;
  }
  .graph-web-full{
    width: 100%;
    margin-bottom: 3rem;
  }
  .graph {
    width: 100%;
    margin-bottom: 3rem;
    }

    .table_width {
      width: 100%;
    }
    .awc_map_graph_div{
      width: 400px;
      height: 400px;
      background: transparent !important;
      z-index: 0;
      margin: 20px 0px 0px 0px;
      overflow: unset;
    }

    .shankey_content {
      width: 100%;
      overflow-y: unset;
      padding: 0px;
      height: 100%;
    }

    .pt_awc_map_sideBar_home_div {
      display: flex;
      justify-content: center;
      overflow-y: unset;
      height: unset;
      position: unset;
    }
    .shankey_header {
      flex-direction: column; /* Stack items vertically on smaller screens */
      align-items: flex-start; /* Align items to the start of the container */
      gap: 1rem; /* Adjusted gap */
      padding-right: 2rem;
    }

    .shankey_header_dropdowns {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      flex-direction: column;
      gap: 1;
    }

    .pt_awc_duration_dropdown {
      width: 150px;
    }

    .pt_awc_legendBar_main_div {
      position: static; /* Change to the desired positioning for mobile screens */
      bottom: 40px;
    }

    .pt_awc_calender_header_wrapper{
      padding: 10px;
    }

    .pt_awc_india_map_main_div {
      flex-direction: column;
      /* align-items: center; */
    }

    .pt_awc_legendBar_second_div {
      width: auto;
      /* margin-left: 100px; */
      margin-bottom: 20px;
    }

    .pt_awc_sideBar_mobile_main_div {
      border-radius: 12px;
      width: 360px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .pt_awc_sideBar_toolbar {
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
    }

    .pt_awc_sideBar_toolbar_div {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .pt_awc_india_map_wrapper_div {
      display: flex;
      justify-content: center;
      height: 60vh;
    }

    .pt_awc_sideBar_mobile_list_main_div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      justify-content: center;
    }

    .pt_awc_sideBar_listItem_main_div {
      display: flex;
      justify-content: space-between;
    }

    .shankey_dropdown_width {
      width: 98% !important;
    }

    .pt_awc_dropdown_header_main_div {
      padding: 20px 10px 20px 10px;
    }

    .pt_awc_sideBar_list_mobile{
      background-color: white !important;
      z-index: 9999 !important;
      position: absolute !important;
      width: 100% !important;
    }
  }
