/* _content/TaskManager.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
.navbar-custom[b-sa0a03qm3p] {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
}

.navbar-custom .navbar-brand[b-sa0a03qm3p] {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0;
}

.navbar-custom .nav-link[b-sa0a03qm3p] {
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}

.navbar-custom .btn-sm[b-sa0a03qm3p] {
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
}

.navbar-custom .btn-outline-light[b-sa0a03qm3p] {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.navbar-custom .btn-outline-light:hover[b-sa0a03qm3p] {
  opacity: 1;
}

.navbar-custom .btn-light[b-sa0a03qm3p] {
  background: #fff;
  color: #764ba2;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.navbar-custom .btn-light:hover[b-sa0a03qm3p] {
  opacity: 1;
}

button.accept-policy[b-sa0a03qm3p] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sa0a03qm3p] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  /* backdrop-filter: blur(8px); */
  color: #fff;
  font-size: 0.9rem;
  z-index: 10;
}

.footer a[b-sa0a03qm3p] {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, opacity 0.3s;
  opacity: 0.9;
}

.footer a:hover[b-sa0a03qm3p] {
  border-color: #fff;
  opacity: 1;
}
