.hidden {
	display:none !important;
}
.deselect:not(input)::selection {
  background: transparent;
  color: inherit;
}