.unset {
  all: unset;
}


/* Other styling for sidebar elements */
body {
  overflow-x: hidden;
  background-color: #f4f3f3;
}

.map {
  width: 100%;
  height: 550px;
}

.mapp{
  margin-top: -46px;
}

.accordion-item p {
  font-size: 14px;
}

.tab-content p {
  font-size: 14px;
}

.tab-pane li {
  font-size: 14px;
}

.accordion-button:not(.collapsed) {
  color: #000  !important;
  background-color: rgb(235, 237, 239) !important;
}

.accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active  {
  background-color: rgb(235, 237, 239) !important;
    color:#000 !important;
    text-decoration: none !important;
     border: hidden !important;
       border-color: #ddd !important;
    box-shadow: 0px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #FFF !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem #FFF !important;
}

.sidebar {
  position: fixed;
  top: 60px;
  /* Adjust based on header height */
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #f0f0f0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  /* Hidden initially */
}

#sidebar-toggle~.sidebar {
  transform: translateX(0);
  /* Show sidebar on toggle */
}

#sidebar-wrapper {
  min-height: 100%;
  margin-left: -20rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  height: 550px;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group{
  width: 20rem;
}

.pane-left{
  width: 20rem;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: -19;
  height: 550px;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -20rem;
  }
}

.div-push {
  width: 10px;
  height: 100%;
}