:host {
  .chart-container {
    display: flex;
  }
  .chart-panel {
    &.half-panel {
      width: 50%;
    }
    padding: 1rem;
    border: 1px solid #E4E3E4;
    margin: .5rem 1rem 1rem 1rem;
    border-radius: 5px;
  }

  .no-data-image {
    width: 50px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .chart-header {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .hide-chart {
    display: none !important;
  }
}