/* _content/Web/Pages/Components/Sidebar/Default.cshtml.rz.scp.css */
#dashboards li[b-hw15dh6st9] {
  margin-left: 8px;
}
/* _content/Web/Pages/Shop/Index.cshtml.rz.scp.css */
tr:hover .move-forward-arrow[b-1slsrodvq6], 
tr:not(:hover) .move-forward-text[b-1slsrodvq6] {
  visibility: collapse;
}

tr:hover .show-on-hover[b-1slsrodvq6],
.hide-on-hover[b-1slsrodvq6] {
    display: inline;
}

tr:hover .hide-on-hover[b-1slsrodvq6],
.show-on-hover[b-1slsrodvq6] {
    display: none;
}


.text-gray[b-1slsrodvq6] {
    color: var(--bs-gray);
}

/*
    There is a known issue with CSS isolation not working with the <a> element in ASP.NET Core. 
    This is because the <a> element is considered a tag helper, and scoped CSS only applies to HTML elements.
    Using the ::deep selector to reach the underlying HTML anchor element.
*/
[b-1slsrodvq6] .nav-link {
  padding: 1rem;
}

tbody td[b-1slsrodvq6] {
  padding: 0;
}
