.accordion-body {
  padding: 0px;
  margin: 10px;
}

.accordion-button {
  min-width: 0;
  /* Allow shrinking in flexbox */
  white-space: normal;
  /* Allow text to wrap */
  overflow-wrap: break-word;
  /* Break long words if needed */
  word-break: break-word;
  /* Break long words if needed */
  display: flex;
  /* Ensure it's a flex container if not already */
  align-items: center;
  /* Vertically center content */
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  width: 100%;
}

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

.point-legend {
  width: 12px;
  /* Width for the point representation */
  height: 12px;
  /* Height for the point representation */
  border-radius: 50%;
  /* Make it circular */
  margin-right: 8px;
}

.circle-legend {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ADD8E6;
  /* Blue boundary */
  background-color: white;
  /* Circle fill color */
  margin-right: 8px;
}

.polygon-legend {
  width: 10px;
  /* Adjust width as needed */
  height: 10px;
  /* Adjust height as needed */
  background-color: white;
  /* Fill color */
  /*border: 2px solid #53B7E6;  Blue boundary */
  margin-right: 8px;
}

.line-legend {
  display: flex;
  align-items: center;
  height: 22px;
  margin-right: 8px;
}

#attr_accordian .close-button {

  margin-top: 0px !important;

}

#attr_accordian .dt-search label {

  display: inline !important;

}

#attr_accordian .dt-length {
  /* display: flex!important; */
  /* margin-top:10px; */
  display: inline;
}

#attr_accordian #attr_arrow_icon {

  height: 1.5rem
}

#attr_accordian {
  position: absolute;
  /* width: 100%; */
  left: 0px;
  bottom: 0px;
  max-height: 100%;
  background: #fff;
  right: 150px;
  max-height: 500px;
  overflow: auto;
}


#attr_accordian.slide-left {
  left: 270px
}

#attr_accordian.slide-right {
  right: 435px
}

#attribute_title {

  font-size: 1.2rem
}

#attr_accordian table {

  font-size: 0.8rem !important
}

#dynamicdatareport_wrapper .dataTables_scrollBody thead {
  display: none !important;
}

/* Also ensure the fixed header is properly styled */
#dynamicdatareport_wrapper .dataTables_scrollHead {
  background: white;
}

.dropdown-item-atext {
  text-decoration: none;
  font-size: 13px;
  display: flex;
  padding: 0;
  transition: all 0.15s ease 0s;
  position: relative;
  text-align: start;
  list-style: none;
}