@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.select-brand-button[data-v-48d716c0] {
  position: relative;
  background-color: #37474f;
  border-radius: 4px;
  cursor: pointer;
}
.select-brand-button.disabled[data-v-48d716c0] {
  cursor: default;
}
#brandTable thead *[data-v-48d716c0] {
  color: #bdbdbd;
}
#brandTable tbody tr[data-v-48d716c0]:nth-child(odd) {
  background: #f5f5f5;
}
#brandTable tbody tr[data-v-48d716c0]:hover {
  background: #f5f5f5;
}
.checkbox-wrpaper[data-v-48d716c0] {
  max-height: 50vh;
  overflow: auto;
}
