.arrow-down {
  width: 20px;
  height: 20px;
  background: url(../images/icon-arrow-down.svg) no-repeat center;
  background-size: 20px;
}

.menu {
  width: 20px;
  height: 20px;
  background: url(../images/icon-menu.svg) no-repeat center;
  background-size: 20px;
}

.return {
  width: 20px;
  height: 20px;
  background: url(../images/icon-return.svg) no-repeat center;
  background-size: 20px;
}

.chart {
  width: 20px;
  height: 20px;
  background: url(../images/icon-bar-chart.svg) no-repeat center;
  background-size: 15px;
}
.chat {
  background: url(../images/icon-newChat.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.chat.-black {
  background: url(../images/icon-newChat-black.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}

.chat.-white {
  background: url(../images/icon-newChat-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search {
  background: url(../images/icon-search.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search.-white {
  background: url(../images/icon-search-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.search.-black {
  background: url(../images/icon-search-black.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 22px;
}
.company.-white {
  background: url(../images/icon-company-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 20px;
}
.user.-white {
  background: url(../images/icon-user-white.svg) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 15px;
}

.clustering {
  background: url(../images/icon-clustering.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
}
.clustering-white {
  background: url(../images/icon-clustering-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
}
.home {
  background: url(../images/icon-home.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.home-white {
  background: url(../images/icon-home-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.reLogin {
  background: url(../images/icon-reLogin.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.reLogin-white {
  background: url(../images/icon-reLogin-white.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}
.searchList {
  background: url(../images/icon-searchList.svg) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

.checkmark {
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkmark.svg) center no-repeat;
  background-size: 15px;
}
.checkmark.chat.-white {
  width: 20px;
  height: 20px;
  background: url(../images/icon-checkmark-white.svg) center no-repeat;
  background-size: 15px;
}
