body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-family: 'nimbus-sans-d-ot-light', sans-serif;
  font-weight: 400!Important;
  font-size: 14px!important;    
  color: #212529!important;
  background-color: transparent;
    text-align: left!important;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: #000!important;
  background-color: #e9e9e9!important;
}
.filters-title {
  padding: 0.25rem 0.5rem;
  font-family: 'nimbus-sans-d-ot-light', sans-serif;
  font-weight: 400!Important;
  font-size: 14px !important;
  color: #212529 !important;
  text-align: left !important;
  margin: 0 !important;
} 

.btn-toggle::before {
  width: 1.4em!important;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .0rem .5rem!important;
  margin-top: .0rem!important;
  margin-left: 1.3rem!important;
  font-size: 14px!important;
  font-family: 'nimbus-sans-d-ot-light', sans-serif;
  font-weight: 300!Important;
  cursor: pointer;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #fff!important;
}

.scrollarea {
  overflow-y: auto;
}
