.header[data-v-5ea37c12] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  overflow-x: auto;
}
.header .el_button[data-v-5ea37c12] {
  margin: 0;
  padding: 0;
}
.header .el_button .click_div[data-v-5ea37c12] {
  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;
}
.header .el_button .click_div.active[data-v-5ea37c12] {
  background-color: #3b82fe;
  color: #fff;
}
.header .el_button .day_div[data-v-5ea37c12] {
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .el_button .day_div.active[data-v-5ea37c12] {
  background-color: #3b82fe;
  color: #fff;
}
.Indicators_row .btns[data-v-5ea37c12] {
  position: absolute;
  right: 0;
  z-index: 10;
}
