.webform-component--budget-chart {
  position: sticky;
  top: 100px; /* Adjust as needed based on your header height */
  float: right;
  width: 40%;
  z-index: 10;
  background: #fff; /* Optional: background to avoid overlap */
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: 2rem;
}

.webform-component-fieldset {
  width: 55%;
  float: left;
}