/* /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-l858xeiwoz] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l858xeiwoz] {
  color: #0077cc;
}

.btn-primary[b-l858xeiwoz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l858xeiwoz], .nav-pills .show > .nav-link[b-l858xeiwoz] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l858xeiwoz] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l858xeiwoz] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l858xeiwoz] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l858xeiwoz] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l858xeiwoz] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


.count-pulse[b-l858xeiwoz] {
    animation: badgePulse-b-l858xeiwoz 0.9s ease;
}

.count-up[b-l858xeiwoz] {
    background-color: #d1fae5 !important; /* green-ish flash */
    color: #065f46 !important;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
}

.count-down[b-l858xeiwoz] {
    background-color: #fee2e2 !important; /* red-ish flash */
    color: #991b1b !important;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.45);
}

@keyframes badgePulse-b-l858xeiwoz {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(59,130,246,.45);
    }

    35% {
        transform: scale(1.16);
        box-shadow: 0 0 0 8px rgba(59,130,246,0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(59,130,246,0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .count-pulse[b-l858xeiwoz] {
        animation: none;
    }
}
