.dashboard-template-card {
  float: left;
  align-items: center;
  width: 375px;
  height: 255px;
  margin: 5% 7%; }

.dashboard-template-card:hover {
  cursor: pointer; }

.dashboard-template-img {
  max-width: 100%;
  max-height: 100%;
  float: left; }

.dashboard-template-card-img:hover {
  box-shadow: 0px 25.6px 57.6px rgba(0, 0, 0, .22), 0px 4.8px 14.4px rgba(0, 0, 0, .18);
  box-shadow: 0px 25.6px 57.6px var(--panel-shadow-color,rgba(0, 0, 0, .22)), 0px 4.8px 14.4px var(--panel-shadow-secondary-color,rgba(0, 0, 0, .18)); }

.dashboard-template-card-title {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  text-align: center;
  margin: 12px; }

.dashboard-template-card-subtitle {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  text-align: center;
  margin: 8px; }
