/* _content/KidsWordGame/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-a79lxfk570] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Beautiful app brand styling */
.app-brand[b-a79lxfk570] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none !important;
  white-space: nowrap;
}

.brand-emoji[b-a79lxfk570] {
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
}

.brand-text[b-a79lxfk570] {
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 25%, #45B7D1 50%, #FFA07A 75%, #98D8C8 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift-b-a79lxfk570 3s ease infinite;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.3px;
  display: inline-block;
}

@keyframes gradient-shift-b-a79lxfk570 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 576px) {
  .brand-text[b-a79lxfk570] {
    font-size: 1.1rem;
  }
  
  .brand-emoji[b-a79lxfk570] {
    font-size: 1.2rem;
  }
  
  .app-brand[b-a79lxfk570] {
    gap: 0.3rem;
  }
}

a[b-a79lxfk570] {
  color: #0077cc;
}

.btn-primary[b-a79lxfk570] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-a79lxfk570], .nav-pills .show > .nav-link[b-a79lxfk570] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-a79lxfk570] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-a79lxfk570] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-a79lxfk570] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

.footer[b-a79lxfk570] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
