.w-checkbox.category-check.fs-cmsfilter_active {
  background-color: rgba(255, 255, 255, 100);
  color: rgba(0, 0, 0, 100);
}

/* Hide scrollbar in webkit-based browsers */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar in Firefox */
/* Note: This might not work in newer versions of Firefox */
html {
  scrollbar-width: none;
}

/* Hide scrollbar in IE and Edge */
/* Note: This might not work in all versions of IE and Edge */
body {
  -ms-overflow-style: none;
}
