.chart-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  min-height: 250px;
  display: none;
}
canvas.surveyChart {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.chart-wrapper .luai-chart-form-title {
  position: absolute;
  color: #090F52;
  font-size: 17px;
  font-weight: 600;
  left: 20px;
  top: 18px;
  font-family: 'Inter';
}

.bb-dark-theme .chart-wrapper .luai-chart-form-title {
  color: #ffffff;
}
.share-this-result-btn {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .chart-wrapper .luai-chart-form-title {
    font-size: 14px;
  }
}