.daily-box[data-v-0bf22a92] {
  width: 100%;
  height: 350px !important;
}


.container[data-v-0465306c] {
  margin: 10px;
  width: 100%;
  box-sizing: border-box;
  /* border-bottom: 1px solid #dddddd; */
  /* box-shadow: 0 0 3px #12ebfb; */
  border-radius: none !important;
  /* border-bottom: 1px solid #12ebfb; */
}
img[data-v-0465306c] {
  width: 15px;
}
.name[data-v-0465306c] {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
}


.container-box[data-v-5ce8f2f1] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #dddddd; */
  /* box-shadow: 0 0 3px #12ebfb; */
  border-radius: none !important;
  /* border-bottom: 1px solid #12ebfb; */
}
.name[data-v-5ce8f2f1] {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
  border-left: 3px solid #12ebfb;
  color: #fff;
}

.line-container[data-v-264b0a82] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.report_box[data-v-32275a12] {
  overflow-y: scroll;
}
.report-content[data-v-32275a12] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-content .content[data-v-32275a12] {
    width: 60%;
    height: 100%;
    margin: 20px 0;
    padding: 20px;
}
.report-content .content .introduction[data-v-32275a12] {
      width: 100%;
      height: 100%;
}
.report-content .content .introduction .table[data-v-32275a12] {
        border: 1px solid #ddd;
}
.chart[data-v-32275a12] {
  height: 400px;
}
.blackTheme .report_box[data-v-32275a12] {
  background-color: #002140;
}
.blackTheme .content[data-v-32275a12] {
  background-color: #222e4a;
}
.blackTheme .report_box .report .content .introduction .table[data-v-32275a12] {
  border: 0px;
}
.blackTheme .container[data-v-32275a12] {
  border: 0px;
}

