﻿/* Copyright 2022-2023 Epic Systems Corporation */
/* Copyright 2022-2023 Epic Systems Corporation */
.IndicatorPreview {
  display: flex;
  height: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}
.IndicatorPreview .subtitle[class][class] {
  color: #767676;
  margin-top: 0;
}
.IndicatorPreview .arrowIcon {
  color: #999999;
  align-self: center;
  /*rtl:raw:
                transform: scaleX(-1);
        */
}
.IndicatorPreview .indName {
  font-size: 1rem;
  padding: 0;
}

.IndicatorCard[class][class] {
  height: 100%;
  width: 100%;
  min-height: 0;
}
.IndicatorCard .IndicatorLink {
  text-decoration: none;
}
.IndicatorCard:is(:focus, :hover) {
  background-color: #edf3f9;
}
