.button-row.sticky-top {
  background: #FFFFFF;
  padding: 0;
  margin-bottom: 2rem;
  top: 0;
}
@media (max-width: 575.98px) {
  .button-row.sticky-top button {
    width: 100%;
    margin-right: 0;
  }
  .button-row.sticky-top button:first-child {
    margin-bottom: 1rem;
  }
}
.button-row.sticky-top button {
  margin-right: 0.6rem;
}
.button-row.sticky-top .inner-contain {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 1rem;
}

.history-chart .select-contain p {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.history-chart .select-contain button.close-button {
  background: transparent;
  width: 24px;
  height: 24px;
  border: 0;
  margin-left: 8px;
}
.history-chart .select-contain button.close-button:hover:before {
  color: #007bff;
}
.history-chart .select-contain button.close-button:before {
  content: "\e646";
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  color: #cccccc;
}
.history-chart .cc-image-contain {
  margin: 1rem 0 2rem 0;
  width: 100%;
}
.history-chart .cc-image-contain img{
  width: 100%;
}