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

.awc_map_main_div {
  display: flex;
  position: relative;
  z-index: 1;
}

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

.title-tab-button-wrapper {
  padding: 10px 15px;
   display: flex;
   justify-content:space-between;
   align-items:center;
  }

.pt_awc_header_dropdowns {
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 700px;
  gap: 1rem;
}

.pt_awc_page_heading {
  max-width: 20rem;
}

.pt_awc_content {
  width: 70%;
  /* height: 930px; */
  flex:1;
  /* flex: 1;
  padding: 10px;
  overflow-y: auto; */
  margin-left: 60px;
}

.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: fixed;
  right: 1rem;
  /* bottom: 75px; */
}

.pt_awc_legendBar_main_div_max_width{
  max-width: 262px;
}

.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;
}

.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: center;
  /* align-items: end; */
}

.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;
}

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

.pt_awc_map_sideBar_sticky {
  height: 100vh !important;
}

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

.pt_awc_dropdown_width {
  width: 255px !important;
  border-radius: 20px !important;
}

.pt_awc_dropdown_width_small {
  width: 125px !important;
  border-radius: 20px !important;
}

.pt_awc_header_select_width {
  width: 172px !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_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;
}

.tabs-wrapper {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* margin-top: 20px; */
}

.tabs {
  display: flex;
  background-color: white;
  /* border: 1px solid lightgray; */
  border-radius: 30px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab {
  background-color: white;
  color: black;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans";
}

.tab:last-child {
  margin-right: 0;
}

.tab.active {
  background-color: #5D78D7;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.tab:hover {
  background-color: #5D78D7;
  color: white;
  opacity: 0.5;
}

.bar-chart-tooltip-container{
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 170px;
}
.bar-chart-tooltip-container-child{
  display: flex;
  justify-content: space-between;
}

.heatmap_click_select_ut_state{
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  margin-left: 12px;
}


.table-sort-icon-asc{
  font-size: 36px !important;
  margin-left: 5px;
  margin-bottom: -20px;
  /* transform: rotate(270deg); */
}

.table-sort-icon-blue{
  color: #001A53;
}

.table-sort-icon-green{
  color: #92D050;
}

.table-sort-icon-dsc{
  font-size: 36px !important;
  margin-left: 5px;
  /* transform: rotate(90deg); */
}

.table-header-cell-style{
  background-color: #E7EEFF;
  color: #001A53;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* Media query for screens smaller than 600px */
@media (max-width: 650px) {
  .title-tab-button-wrapper{
    flex-wrap: wrap;
    gap: 12px;
  }

  .title-tab-button-wrapper-middle{
    flex-basis: 100%; /* Middle item takes up full width */
    order: 1;
    flex-direction: column
  }

  .awc_map_main_div {
    flex-direction: column;
  }

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

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

  .pt_awc_map_sideBar_home_div {
    display: flex;
    justify-content: center;
    overflow-y: unset;
    height: unset;
    position: unset;
  }
  .pt_awc_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 */
  }

  .pt_awc_header_dropdowns {
    display: flex;
  }

  .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;
    flex-direction: column;
    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;
  }

  .pt_awc_dropdown_width {
    width: 150px !important;
  }

  .pt_awc_dropdown_width_small {
    width: 125px !important;
  }

  .pt_awc_header_select_width{
    width: 150px !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;
  }

  .flex-basis-36{
    flex-basis: 36%;
  }
  .flex-basis-18{
    flex-basis: 18%;
  }
  .flex-basis-47{
    flex-basis: 47%; 
  }
  .flex-basis-63{
    flex-basis: 63%; 
  }
}
