@charset "UTF-8";
.async-hide {
	opacity: 0 !important
}

.hide1 {
	display: none;
}

.hide2 {
	display: none;
}

.reset-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-height: 60px;
  padding: 6px 5%;
  line-height: 1.4;
  transition: all 0.2s linear;
  background-color:#10218b;
  color:#ffffff;
  height: 100%;
}

.reset-button:hover {
	opacity: 0.5;
}

.checkbox-input {
	display: none;
}

.products-check .prod-label {
  display: flex;
	justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 40px;
  padding: 0;
  line-height: 1.4;
  color: #333;
  border: 1px solid #1357C4;
  transition: all 0.2s linear;
  height: 100%;
}

.products-check .prod-label:hover {
	color: #10218b;
	background-color: #F2F6F6;
}

input:checked + .prod-label {
	background-color: #10218b;
	color: #FFF;
}


.technology-check .tech-label {
  display: flex;
	justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 40px;
  padding: 0;
  line-height: 1.1;
  color: #333;
	background-color: #E9F8FD;
  transition: all 0.2s linear;
  height: 100%;
  font-size: 1.3rem;
}

.technology-check .tech-label:hover {
	background-color: #C2EBFA;
}

input:checked + .tech-label {
	background-color: #10218b;
	color: #FFF;
}
