
.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-8e86b63a] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.device-box[data-v-2850397e] {
  margin: 10px;
  box-sizing: border-box;
  height: calc(100vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
}
.chart[data-v-2850397e] {
  width: 100%;
  height: 500px;
}

