.helpful-form {
  border-radius: 8px;
  border-top: 1px solid var(--Blue-CY-Primary_Bg-1, #d1e0f8);
  background: var(--Blue-CY-Primary_Bg-3, #f1f6fd);
  padding: 32px;
  transition: height 0.3s ease;
  margin: 30px 0;
}

.helpful-form .form-group.reasons label {
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}

.helpful-form .radio-label-grp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.helpful-form .form-group.reasons input[type="radio"] {
  height: 16px;
  width: 16px;
}

.helpful-form #hf-no-form .pri-sm-btn {
  border: 1px solid var(--Blue-CY-Primary, #1863dc);
  background: var(--Blue-CY-Primary, #1863dc);
  color: var(--Greyscale-CY-White, #fff);
}

.helpful-form #hf-no-form .sec-sm-btn {
  border: 1px solid var(--greyscale-cy-shade-30-line, #bebfc5) !important;
  background: var(--Greyscale-CY-White, #fff);
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
}

.helpful-form #hf-no-form .button {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.helpful-form #hf-no-form .button:hover,
.helpful-form #hf-no-form .button:focus {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
  background-color: #134fb0;
  border-color: #134fb0 !important;
}
