html body form .radio-buttons div.radio label input[type="radio"][value="Strongly disagree" i],
html body form .radio-buttons div.radio label input[type="radio"][value="Disagree" i],
html body form .radio-buttons div.radio label input[type="radio"][value="Agree" i],
html body form .radio-buttons div.radio label input[type="radio"][value="Strongly agree" i] {
  -webkit-appearance: none;
  appearance: none;
  
  width: 60px;
  height: 60px;
  cursor: pointer;
  
  /* Clear Bootstrap background dot */
  background-image: none;
  --bs-form-check-bg-image: none;
  
  /* Default Navy color */
  background-color: rgba(0, 25, 101, 1);
  color: rgba(0, 25, 101, 1);
  
  /* Mask settings */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  
  transition: transform 0.2s ease, background-color 0.2s ease;
  margin: 0;
}


html body form .radio-buttons div.radio label input[type="radio"][value="Strongly disagree" i]:hover,
html body form .radio-buttons div.radio label input[type="radio"][value="Disagree" i]:hover,
html body form .radio-buttons div.radio label input[type="radio"][value="Agree" i]:hover,
html body form .radio-buttons div.radio label input[type="radio"][value="Strongly agree" i]:hover {
  transform: scale(1.08);
}


html body form .radio-buttons div.radio label input:checked[type="radio"][value="Strongly disagree" i],
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Disagree" i],
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Agree" i],
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Strongly agree" i] {
  background-color: #dc0d38;
  background-image: none;
  --bs-form-check-bg-image: none;
}


html body form .radio-buttons div.radio label input:checked[type="radio"][value="Strongly disagree" i] + span.option-label,
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Disagree" i] + span.option-label,
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Agree" i] + span.option-label,
html body form .radio-buttons div.radio label input:checked[type="radio"][value="Strongly agree" i] + span.option-label {
  color: #dc0d38;
  font-weight: bold;
}


/* 1. Strongly Disagree */
html body form .radio-buttons div.radio label input[type="radio"][value="Strongly disagree" i] {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><path d='M 28 35 L 42 45 M 42 35 L 28 45' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 58 45 L 72 35 M 58 35 L 72 45' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 32 72 Q 50 55 68 72' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><path d='M 28 35 L 42 45 M 42 35 L 28 45' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 58 45 L 72 35 M 58 35 L 72 45' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 32 72 Q 50 55 68 72' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
}

/* 2. Disagree */
html body form .radio-buttons div.radio label input[type="radio"][value="Disagree" i] {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><circle cx='35' cy='40' r='6' fill='black'/><circle cx='65' cy='40' r='6' fill='black'/><path d='M 32 70 Q 50 58 68 70' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><circle cx='35' cy='40' r='6' fill='black'/><circle cx='65' cy='40' r='6' fill='black'/><path d='M 32 70 Q 50 58 68 70' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
}

/* 3. Agree */
html body form .radio-buttons div.radio label input[type="radio"][value="Agree" i] {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><circle cx='35' cy='40' r='6' fill='black'/><circle cx='65' cy='40' r='6' fill='black'/><path d='M 32 60 Q 50 78 68 60' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><circle cx='35' cy='40' r='6' fill='black'/><circle cx='65' cy='40' r='6' fill='black'/><path d='M 32 60 Q 50 78 68 60' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
}

/* 4. Strongly agree */
html body form .radio-buttons div.radio label input[type="radio"][value="Strongly agree" i] {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><path d='M 28 42 Q 38 28 48 42' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 52 42 Q 62 28 72 42' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 32 60 Q 50 82 68 60' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='42' fill='none' stroke='black' stroke-width='8'/><path d='M 28 42 Q 38 28 48 42' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 52 42 Q 62 28 72 42' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/><path d='M 32 60 Q 50 82 68 60' fill='none' stroke='black' stroke-width='8' stroke-linecap='round'/></svg>");
}


html body form .radio-buttons div.radio label:has(input[value="Strongly disagree" i]),
html body form .radio-buttons div.radio label:has(input[value="Disagree" i]),
html body form .radio-buttons div.radio label:has(input[value="Agree" i]),
html body form .radio-buttons div.radio label:has(input[value="Strongly agree" i]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

html body form .radio-buttons div.radio label:has(input[value="Strongly disagree" i]) span.option-label,
html body form .radio-buttons div.radio label:has(input[value="Disagree" i]) span.option-label,
html body form .radio-buttons div.radio label:has(input[value="Agree" i]) span.option-label,
html body form .radio-buttons div.radio label:has(input[value="Strongly agree" i]) span.option-label {
  margin-top: 8px;
  color: #0a194f;
  font-weight: 700;
  max-width: 100px;
}

#service-ProgramFeedback .radio-buttons {
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
  .cp-service__submit {
    width: 100%;
  }
}

.radio-buttons:has(input[value="Strongly agree" i]) .radio {
	margin-right: 5px;
	padding-left: 5px;
}

#layout-base .btn-group > label.btn {
  border-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.stepped-form .stepped-form__indicators {
	display: none;
}

.btn-group input[name="TimeOnTreatment"] + label {
  max-height: 30px;
  min-width: 250px;
  padding: 0;
}