﻿.icon_text {
  background-image: url("svg/txt.svg");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.icon_lupa {
  background-image: url("svg/lupa.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon_rcircle {
  background-image: url("svg/redcircle.svg");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.icon_ccircle {
  background-image: url("svg/cyancircle.svg");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.icon_fltr {
  background-image: url("svg/fltr.svg");
  width: 60px;
  height: 60px;
  scale: 80%;
  background-repeat: no-repeat;
}
