#overallEventSummarySection .oes-summary-bar {
  background-color: #f8fafc;
  border-radius: 6px;
  margin: 4rem 1rem 0rem 1rem;
  padding: 32px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#overallEventSummarySection .oes-summary-val {
  font-size: 2rem;
  font-weight: 500;
  color: #001f52;
  display: block;
  margin-right: 0.75rem;
}
#overallEventSummarySection .oes-summary-label {
  font-size: 1rem;
  font-weight: 500;
  color: #4e6287;
  margin: 0;
  overflow: hidden;
}
#overallEventSummarySection .oes-sm-txt {
  font-size: 0.875rem;
}
#overallEventSummarySection .oes-sm-unit {
  font-size: 1.25rem;
  font-weight: 400;
}
#overallEventSummarySection .oes-separator {
  align-self: center;
  border-left: 1px solid #bed3e4;
  height: 24px;
  margin: 0 27px;
}
#overallEventSummarySection .oes-subheading {
  color: #212529;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1.5rem 1rem 0rem 1rem;
}
#overallEventSummarySection .oes-donut-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0rem 3rem 0rem;
}
#overallEventSummarySection .oes-legend-box {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}
#overallEventSummarySection .oes-donut-legend {
  margin-left: 4rem;
}
#overallEventSummarySection .oes-donut-legend span {
  font-size: 0.875rem;
  color: #001f52;
  padding-left: 0.75rem;
}
#overallEventSummarySection.rtlSection .oes-donut-legend {
  margin-right: 4rem;
}
#overallEventSummarySection.rtlSection .oes-donut-legend span {
  font-size: 0.875rem;
  color: #001f52;
  padding-right: 0.75rem;
}
