/*  Add a strong visible focus indicator Check-in-for-self to the progress bar itself */
#WebFormControl_c769c27fc5b0ef11b8e900224802bd26_ProgressIndicator .progress-bar:focus-visible {
  outline: 3px solid #005a9e;   /* pick a high-contrast color */
  outline-offset: 3px;
  border-radius: 6px;
  
}

/*  Fallback for browsers that don't support :focus-visible */
#WebFormControl_c769c27fc5b0ef11b8e900224802bd26_ProgressIndicator .progress-bar:focus {
  outline: 3px solid #005a9e;
  outline-offset: 3px;
  border-radius: 6px;
}

/*  Prevent focus ring from being clipped (very common with Bootstrap progress) */
#WebFormControl_c769c27fc5b0ef11b8e900224802bd26_ProgressIndicator,
#WebFormControl_c769c27fc5b0ef11b8e900224802bd26_ProgressIndicator.progress,
#WebFormControl_c769c27fc5b0ef11b8e900224802bd26_ProgressIndicator .progress {
  overflow: visible !important;
}
/*  Add a strong visible focus indicator to the Check-in-for-someone-else progress bar itself */
#WebFormControl_b82b631c47ed445e91af94be0f3b69cf_ProgressIndicator .progress-bar:focus-visible {
  outline: 3px solid #005a9e;   /* pick a high-contrast color */
  outline-offset: 3px;
  border-radius: 6px;
}

/*  Fallback for browsers that don't support :focus-visible */
#WebFormControl_b82b631c47ed445e91af94be0f3b69cf_ProgressIndicator .progress-bar:focus {
  outline: 3px solid #005a9e;
  outline-offset: 3px;
  border-radius: 6px;
}

/*  Prevent focus ring from being clipped (very common with Bootstrap progress) */
#WebFormControl_b82b631c47ed445e91af94be0f3b69cf_ProgressIndicator,
#WebFormControl_b82b631c47ed445e91af94be0f3b69cf_ProgressIndicator.progress,
#WebFormControl_b82b631c47ed445e91af94be0f3b69cf_ProgressIndicator .progress {
  overflow: visible !important;
}

container
{
  margin-top: -75px !important;
}