.donut-size {
  font-size: 12em;
}
/*=========================
// pie
=========================*/
.pie-wrapper {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0px auto;
}

.pie-wrapper .pie {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
}

.pie-wrapper .half-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0.1em solid #1abc9c;
  border-radius: 50%;
  clip: rect(0em, 0.5em, 1em, 0em);
}

.pie-wrapper .right-side {
  transform: rotate(0deg);
}

.pie-wrapper .label {
  position: absolute;
  top: 0.52em;
  right: 0.4em;
  bottom: 0.4em;
  left: 0.4em;
  display: block;
  background: none;
  border-radius: 50%;
  color: #7f8c8d;
  font-size: 0.25em;
  line-height: 2.6em;
  text-align: center;
  cursor: default;
  z-index: 2;
}

.pie-wrapper .smaller {
  padding-bottom: 20px;
  color: #bdc3c7;
  font-size: 0.45em;
  vertical-align: super;
}

.pie-wrapper .shadow {
  width: 100%;
  height: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}

/*=========================
// line column
=========================*/
.custom-chart .latest.left {
  position: absolute;
  top: 10px;
  left: 16px;
}
.custom-chart .latest.right {
  position: absolute;
  top: 10px;
  right: 16px;
}
.custom-chart .latest .value {
  font-size: 24px;
  font-weight: 600;
}
.custom-chart .latest .type,
.custom-chart .latest .unit {
  font-size: 14px;
  color: #777;
}
.custom-chart .switches {
  margin: 16px auto;
  padding: 1px;
  display: table;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50px;
}

.custom-chart .switch.selected {
  color: #fafafa;
  cursor: pointer;
  background-color: #ef8b38;
}
.custom-chart .switch:not(.selected):hover {
  cursor: pointer;
  background-color: #5a6875;
}
.custom-chart .switch {
  display: inline-block;
  display: table-cell;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  padding: 4px 16px;
  text-align: center;
  border-radius: 50px;
  width: auto;
  height: auto;
}
