.cardTextStyle[data-v-0db7bbac] {
  display: inline-block;
  background: #2f3541;
  box-shadow: 2px 2px 6px -1px rgba(99, 183, 247, 0.4);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #314c6a;
  padding: 15px;
  line-height: 20px;
  color: #A2B9E2;
}
.selectForm[data-v-0db7bbac] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.selectForm .addButton[data-v-0db7bbac] {
    margin-bottom: 10px;
}
.formStyle[data-v-0db7bbac] {
  width: 90%;
}
.formStyle .el-select[data-v-0db7bbac] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-0db7bbac] {
    width: 100%;
    border-radius: 8px;
}
.site_list_box[data-v-0db7bbac] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 150px);
  overflow: auto;
  padding: 15px;
}
.titleStyle[data-v-0db7bbac] {
  font-size: 22px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.bottomImgBox[data-v-0db7bbac] {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
}
.tooltipCard[data-v-0db7bbac] {
  width: 370px;
  background: #2f3541;
  box-shadow: 2px 2px 6px -1px rgba(99, 183, 247, 0.4);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #314c6a;
  padding: 15px;
}
.tooltipYellowNum[data-v-0db7bbac] {
  width: 34px;
  height: 20px;
  background: rgba(255, 165, 20, 0.1);
  border-radius: 5px 5px 5px 5px;
  font-weight: 500;
  font-size: 18px;
  color: #ffa514;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 3px;
}
.tooltipBlueNum[data-v-0db7bbac] {
  width: 40px;
  font-weight: 700;
  font-size: 22px;
  color: #1ab5fd;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

