/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Scoped styles for the shared layout — all global styles live in site.css */

/* Sidebar logo glow on hover */
.sidebar-logo:hover .logo-icon[b-80olkpqstw] {
    filter: drop-shadow(0 0 8px rgba(0, 230, 118, 0.7));
}

/* Mobile backdrop overlay */
.sidebar-backdrop[b-80olkpqstw] {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.sidebar-backdrop.show[b-80olkpqstw] { display: block; }

  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;[b-80olkpqstw]
}

.border-top[b-80olkpqstw] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-80olkpqstw] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-80olkpqstw] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-80olkpqstw] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-80olkpqstw] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
