#block-dashboardicons {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 80px 0;
}

.path-dashboard .page-header {
  display: none;
}

#block-dashboardicons .dashboard-items {
  width: 188px;
  float: left;
  margin: 0 25px;
}

#block-dashboardicons .dashboard-items .icon-wrap {
  background: #fff;
  text-align: center;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
}

#block-dashboardicons .bottom-title {
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  font-family: var(--primary-font);
  margin: 10px 0 50px;
  min-height: 40px;
}

#block-dashboardicons .bottom-title strong {
  font-weight: normal;
}

#block-dashboardicons .dashboard-items:hover .icon-wrap {
  background: var(--brd-cl1);
}

#block-dashboardicons .dashboard-icon-hover {
  display: none;
}

#block-dashboardicons .dashboard-items:hover .dashboard-icon-hover {
  display: block;
}

#block-dashboardicons .dashboard-items:hover .dashboard-icon {
  display: none;
}
