/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* - Copied from BuildMAster@bb4af7374b755810e5ad1cd71ae51baed5c22233
* - added @nearwhite
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
p {
  font-size: 15px;
}
.notifiers-wrapper .otter-list {
  display: flex;
  justify-content: center;
}
.notifiers-wrapper img {
  max-height: 140px;
}
.notifiers-wrapper .notifiers-list li {
  list-style-type: none;
  margin-bottom: 5px;
}
.notifiers-wrapper .notifiers-list li:before {
  content: '☐';
  margin-right: 5px;
}
.notifiers-wrapper .notifiers-list li.checked:before {
  content: '🗹';
}
.report-block {
  border: solid 1px #dddddd;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: stretch;
}
.report-block > h2 {
  margin: 0;
  text-align: center;
  padding-top: 10px;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 10px;
  color: white;
  background-color: #48729d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: normal;
}
.report-block .report-block-content {
  flex-grow: 1;
  padding: 5px;
}
.report-block .report-block-content p {
  margin-top: 15px;
  padding: 5px;
}
.report-block .link-block {
  background-color: #F0F0F0;
  border-top: solid 1px #dddddd;
  height: 40px;
  line-height: 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: right;
  margin-top: 10px;
  padding-right: 15px;
}
.report-block .link-block a {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  color: #48729d;
  font-weight: 500;
}
.report-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
.report-wrapper > div {
  flex: calc(50% - 15px);
  margin-top: 15px;
}
.report-wrapper .chart-wrapper {
  flex-wrap: nowrap;
}
