.header[data-v-3dcd6cd6] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  overflow-x: auto;
}
.header .el_button[data-v-3dcd6cd6] {
  margin: 0;
  padding: 0;
}
.header .el_button .click_div[data-v-3dcd6cd6] {
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*border: 1px solid #ccc;*/
}
.header .el_button .click_div.active[data-v-3dcd6cd6] {
  background-color: #3B82FE;
  color: #fff;
}
.pie_div[data-v-3dcd6cd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.pie_div .content_div[data-v-3dcd6cd6] {
  height: 100%;
  border: 1px solid #ccc;
  margin: 0 10px 20px 10px;
}
.pie_div .content_div .top_div[data-v-3dcd6cd6] {
  height: 40px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #333;
}
.pie_div .content_div .dimension_div[data-v-3dcd6cd6] {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pie_div .content_div .dimension_div .click_div[data-v-3dcd6cd6] {
  width: 66px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*border: 1px solid #ccc;*/
}
.pie_div .content_div .dimension_div .click_div.active[data-v-3dcd6cd6] {
  background-color: #3B82FE;
  color: #fff;
}
.Indicators_row .btns[data-v-3dcd6cd6] {
  position: absolute;
  right: 0;
  z-index: 10;
}
