/* _content/Home/Pages/Index.cshtml.rz.scp.css */
.slogan[b-j7q2n0rxmx] {
    font-size: 3.5rem; /* Increased font size */
    font-weight: bold;
    font-family: 'ZCOOL KuaiLe', cursive; /* Use Chinese cursive font */
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    background-size: 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Use -webkit-text-fill-color for WebKit browsers */
    animation: rainbow-b-j7q2n0rxmx 5s ease-in-out infinite;
}



@keyframes rainbow-b-j7q2n0rxmx {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* _content/Home/Pages/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-0ezcqyrsjl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-0ezcqyrsjl] {
  color: #0077cc;
}

.btn-primary[b-0ezcqyrsjl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0ezcqyrsjl], .nav-pills .show > .nav-link[b-0ezcqyrsjl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0ezcqyrsjl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0ezcqyrsjl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0ezcqyrsjl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0ezcqyrsjl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0ezcqyrsjl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
