.chart-main{
  display: flex;
  flex:1;
  position: relative;
  justify-content: center;
  align-items: center;
}
//Collapse
.chart-collapse{
  background: var(--app-background-box);
  padding: 5px;
  border-radius: 2px;
  a{
    cursor: pointer;
    margin-right: 8px;
    &:last-child{
      margin-right: 0;
    }
  }
  svg{
    height: 12px;
    width: 12px;
    fill: var(--app-color);
  }
}
//Mini Chart Trade Panel
.chart-trade-panel{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 24rem;
}
