.reports-grid-report-link {
  display: flex;
  min-height: 100px;
  padding: 12px;
  text-decoration: none;
  border-radius: 11px;
  border: 2px var(--primary-color) solid;
  opacity: 0.95;
  color: #ffffff;
  background: url(../../img/excel_icon_reports_grid.svg) right bottom no-repeat,
    url(../../img/bg_reports_grid.png) no-repeat #004284;
}
.reports-grid-report-link:hover {
  transform: scale(1.02);
  opacity: 1;
  color: #ffffff;
}
