.radioGroup {
  @apply aspect-square rounded-full border border-gray-200 ring-offset-white focus:outline-none focus-visible:ring-2 focus-visible:ring-gray-950 focus-visible:ring-offset-2;
}
.default {
  @apply border-gray-900 text-gray-900;
}
.primary {
  @apply border-primary-500 text-primary-500;
}
.success {
  @apply border-success-500 text-success-500;
}
.danger {
  @apply border-red-500 text-red-500;
}
.sm {
  @apply h-4 w-4;
}
.md {
  @apply h-5 w-5;
}
.lg {
  @apply h-6 w-6;
}
.xl {
  @apply h-7 w-7;
}
.circleSm {
  @apply h-2.5 w-2.5;
}
.circleMd {
  @apply h-3.5 w-3.5;
}
.circleLg {
  @apply h-5 w-5;
}
.circleXl {
  @apply h-6 w-6;
}
