.dashboard-box {
  padding: 10px !important;
}
.dashboard-box .dv-capsule-chart .capsule-item-value {
  position: relative;
  left: 5px;
  flex-shrink: 0;
}
.dashboard-box .c-dd-box {
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  width: 250px;
}
.dashboard-box .c-dd-box .cc-d3 {
  width: 100%;
  height: 30px;
}
.dashboard-box .lc2-chart {
  position: relative;
  width: 100%;
  height: 100%;
}
.dashboard-box #data-view {
  width: 100%;
  height: 100%;
  background-color: #030409;
  color: #fff;
  background-image: url("../../img/screen/bg.png");
  background-size: cover;
  box-shadow: 0 0 3px blue;
  display: flex;
  flex-direction: column;
}
.dashboard-box #data-view .main-header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  box-sizing: border-box;
}
.dashboard-box #data-view .main-header .c-dd {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.dashboard-box #data-view .main-header .c-menu-r {
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-box #data-view .main-header .mh-middle {
  font-size: 30px;
  padding: 0 5px;
  box-sizing: border-box;
}
.dashboard-box #data-view .main-container .border-box-content {
  padding: 20px;
  padding-right: 40px;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
}
.dashboard-box #data-view .left-chart-container {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}
.dashboard-box #data-view .left-chart-container .border-box-content {
  flex-direction: column;
}
.dashboard-box #data-view .left-chart-1 {
  width: 100%;
  height: 49%;
  display: flex;
  flex-grow: 0;
  flex-direction: column;
}
.dashboard-box #data-view .left-chart-1 .lc1-header {
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.dashboard-box #data-view .left-chart-1 .lc1-details {
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-indent: 20px;
  margin-top: 10px;
}
.dashboard-box #data-view .left-chart-1 .lc1-details .n-2 {
  color: #29B6F6;
  font-weight: bold;
  font-size: 30px;
  margin-left: 20px;
}
.dashboard-box #data-view .left-chart-1 .lc1-chart {
  flex: 1;
  padding-top: 0;
}
.dashboard-box #data-view .left-chart-2 {
  width: 100%;
  height: 49%;
  display: flex;
  flex-direction: column;
}
.dashboard-box #data-view .left-chart-2 .lc2-header {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-indent: 20px;
  margin-top: 10px;
}
.dashboard-box #data-view .left-chart-2 .lc2-details {
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-indent: 20px;
}
.dashboard-box #data-view .left-chart-2 .lc2-details .n-2 {
  color: #EC407A;
  font-weight: bold;
  font-size: 30px;
  margin-left: 20px;
}
.dashboard-box #data-view .rmctc-left-container {
  width: 70%;
}
.dashboard-box #data-view .center-cmp {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.dashboard-box #data-view .center-cmp .cc-header {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
}
.dashboard-box #data-view .center-cmp .cc-details {
  height: 100px;
  display: flex;
  justify-content: center;
  font-size: 32px;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.dashboard-box #data-view .center-cmp .cc-details .d-5 {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.dashboard-box #data-view .center-cmp .cc-details .card {
  background-color: rgba(4, 49, 128, 0.6);
  color: #FFA726;
  height: 70px;
  font-size: 45px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-left: 10px;
}
.dashboard-box #data-view .center-cmp .cc-main-container {
  position: relative;
  flex: 1;
  display: flex;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-middle {
  width: 50%;
  height: 90%;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-middle .active-ring-name {
  font-size: 20px !important;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-left,
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-left span,
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-right span {
  font-size: 30px;
  font-weight: bold;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-left .station-info,
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-right .station-info {
  height: 80px;
  display: flex;
  align-items: center;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-left {
  align-items: flex-end;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-left span {
  margin-left: 20px;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-right {
  align-items: flex-start;
}
.dashboard-box #data-view .center-cmp .cc-main-container .ccmc-right span {
  margin-right: 20px;
}
.dashboard-box #data-view .center-cmp .label-tag {
  position: absolute;
  width: 700px;
  height: 30px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dashboard-box #data-view .label-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-box #data-view .label-tag .label-item {
  margin: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.dashboard-box #data-view .label-tag .label-item div {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}