.my-svg-icon {
	width: 32px !important;
	height: 32px !important;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.svg-radiator {
	background-image: url("../img/svg/radiator.svg");
}

.svg-drop {
	background-image: url("../img/svg/drop.svg");
}

.svg-industry {
	background-image: url("../img/svg/industrial.svg");
}

.svg-sun {
	background-image: url("../img/svg/sun.svg");
}

.svg-ac {
	background-image: url("../img/svg/ac.svg");
}

.svg-gas {
	background-image: url("../img/svg/gas.svg");
}

.svg-floor {
	background-image: url("../img/svg/floor.svg");
}

.svg-heater {
	background-image: url("../img/svg/heater.svg");
}

.gdpr-link {
/*	text-decoration-line: underline;
	text-decoration-style: dotted;*/
	color: #ffab91;
}

.custom-list {
	margin: initial;
	margin-left: 30px;
	padding: initial;
}

.custom-list li {
	list-style: initial;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: rgb(0 0 0 / 0%);
}
 
::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 10%);
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid transparent;
  transition: background 1s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255 255 255 / 20%);
  background-clip: padding-box;
  border: 3px solid transparent;
}

::-webkit-scrollbar-track-piece {
  background: #131419;
}