body.asp-has-fixed-header{
  padding-top: var(--asp-fixed-header-h, 0px) !important;
  box-sizing: border-box;
}
html{
  scroll-padding-top: var(--asp-fixed-header-h, 0px);
}
