
.filter-btn[data-v-8320a166] {
  font-size: 12px;
  text-align: center;
  padding: 0 12px 3px 12px !important;
  margin-top: 2px;
}
.dropdown-footer[data-v-8320a166] {
  padding: 10px;
  border-top: 1px solid #ddd;
  background: white;
  position: sticky;
  bottom: 0;
}
.dropdown-body[data-v-8320a166] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 300px;
  overflow-y: auto; 
  overflow-x: hidden;
  padding: 5px;
  background-color: white;
  width: 100%;
}
.dropdown-item[data-v-8320a166]:active {
  background-color: white; 
  color: #212529;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-dropdown[data-v-8320a166] {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  width: 300px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -143px;
}
.filter-count[data-v-8320a166] {
  border-radius: 50%;
  background-color: #601848;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  font-size: 8px;
  padding-top: 5px;
  padding-left: 2px;
}

