::-webkit-scrollbar {
  width: 10px;
  height: 1em;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--neutral-medium);
  border: 2px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #030;
}
@view-transition {
  navigation: auto;
}
body.page-id-7279 .bt-header-section {
  box-shadow: none;
}
.wsf-form .wsf-field-wrapper[data-type="password"] ul {
  display: none;
}
/* Checkbox Size */
.brxe-filter-checkbox input[type="checkbox"] {
  min-width: 2rem;
  min-height: 2rem;
  accent-color: var(--primary);
}
/* Add gap between list items (li) in the filter */
.brxe-filter-checkbox li {
  margin-bottom: 0.5rem;
}
/* Pointer for Checkbox */
input[type="checkbox"], input[type="checkbox"] + label {
  cursor: pointer;
}
.brxe-filter-checkbox [data-depth] > label {
  position: relative !important;
}
.brxe-filter-checkbox .accordion-toggle {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2rem !important;
  height: 2rem !important;
  font-size: 20px !important;
  border: 1px solid #ddd !important;
  background: var(--neutral-light) !important;
  color: var(--neutral) !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  z-index: 99 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: none !important;
  font-family: monospace;
}
.brxe-filter-checkbox li.expanded .accordion-toggle {
  background: var(--primary) !important;
  color: var(--white) !important;
}
.brxe-filter-checkbox li[data-depth="1"], .brxe-filter-checkbox li[data-depth="2"], .brxe-filter-checkbox li[data-depth="3"] {
  display: none;
}
