.bar-chart-container {
  margin-top: 1px; }
  .bar-chart-container .covered-bar {
    background: rgba( 186, 216, 10 ,  1 );
    background: rgba( var(--palette-accent2,186, 216, 10) ,  1 );
    border-width: 0;
    min-height: 16px;
    display: inline-block; }
  .bar-chart-container .not-covered-bar {
    background: rgba(218, 10, 0, 1);
    background: var(--status-error-text,rgba(218, 10, 0, 1));
    border-width: 0;
    min-height: 16px;
    display: inline-block; }
