/* CUSTOMER_ALPHA_STATIC_FUTURE_STEPS_ASSET_V41 */
[data-customer-future-step-no-click-v41],
[data-customer-future-step-no-click-v41] *,
.customer-create-v41-static-future-step,
.customer-create-v41-static-future-step * {
  cursor: default !important;
  pointer-events: auto !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

[data-customer-future-step-no-click-v41][aria-disabled="true"],
.customer-create-v41-static-future-step[aria-disabled="true"] {
  opacity: 1 !important;
}

[data-customer-future-step-no-click-v41]:focus,
[data-customer-future-step-no-click-v41]:focus-visible,
[data-customer-future-step-no-click-v41] *:focus,
[data-customer-future-step-no-click-v41] *:focus-visible,
.customer-create-v41-static-future-step:focus,
.customer-create-v41-static-future-step:focus-visible,
.customer-create-v41-static-future-step *:focus,
.customer-create-v41-static-future-step *:focus-visible {
  outline: none !important;
}
