.table-bordered-header {
  text-align: center;
  border-collapse: collapse;
  border-style: inset;
  border-width: 1px;
  border-color: #f2e4f4;
}
.chart-bg {
  background: #f8f8f9;
  padding: 1.5px;
}
.td-relative {
  position: relative;
  padding: 0 !important
}
.remove-border {
  border: none !important
}
.remove-border-top {
  border-top: none !important;
}
.remove-border-bottom {
  border-bottom: none !important;
}
.remove-border-left {
  border-left: none !important;
}
.remove-border-right {
  border-right: none !important;
}
.my-chart-label {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50%;
}
.line-chart {
  border-top: 2px solid #f2e4f4;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.line-chart-nl {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}
.line-chart-100 {
  bottom: 100%;
}
.line-chart-80 {
  bottom: 80%;
}
.line-chart-60 {
  bottom: 60%;
}
.line-chart-40 {
  bottom: 40%;
}
.line-chart-20 {
  bottom: 20%;
}
.line-chart-0 {
  bottom: 0;
}
.line-char-first {
  text-align: right;
  margin-bottom: -1rem;
  right: 5%;
}
.my-chart {
  height: 200px;
  background: #dbd3de;
  cursor: pointer;
  width: 40px;
  margin: 0 auto;
  z-index: 2;
}
.my-chart.hover,
.my-chart:hover {
  background: #d3007e;
}
.my-char-item {
  background: #fff;
  width: 100%;
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar-vertical {
  width: 50px;
  height: 50px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: auto;
  background-color: transparent;
  border-radius: 0;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 150;
  transition: height .6s ease;
  background-color: #592e5b !important;
  /* opacity: 0; */
  z-index: 3;
}
.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  transition: width .6s ease;
}