.ct-legend {
  position: absolute;
  z-index: 10;
  list-style: none;
  bottom: -250px;
  padding: 0;
  display: block;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 992px) {
  .ct-legend {
    left: 105%;
    bottom: 0;
  }
}
.ct-legend li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.ct-legend li:last-child {
  margin-bottom: 0;
}
.ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: "";
  border: 3px solid transparent;
  border-radius: 2px;
}
.ct-legend li.inactive:before {
  background: transparent;
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-legend .ct-series-0:before {
  background-color: #b1c93d;
  border-color: #b1c93d;
}
.ct-legend .ct-series-1:before {
  background-color: #f05b4f;
  border-color: #f05b4f;
}
.ct-legend .ct-series-2:before {
  background-color: #f4c63d;
  border-color: #f4c63d;
}
.ct-legend .ct-series-3:before {
  background-color: #d17905;
  border-color: #d17905;
}
.ct-legend .ct-series-4:before {
  background-color: #453d3f;
  border-color: #453d3f;
}

.overflow-x-visible {
  overflow-x: visible !important;
}
