/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
.indicator {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.indicator .ind-container {
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.indicator .indicator-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
}
.indicator .indicator-title img {
  margin-right: 8px;
}
.indicator .indicator-description {
  margin-top: 6px;
  color: #4D4D4D;
}
.indicator .info {
  background: linear-gradient(0deg, rgba(126, 206, 244, 0.1) 0%, rgba(126, 206, 244, 0.1) 100%), #ffffff;
}
.indicator .warning {
  background: #FF800020;
}
.indicator .alert {
  background: linear-gradient(0deg, rgba(211, 47, 47, 0.1) 0%, rgba(211, 47, 47, 0.1) 100%), #ffffff;
}
