/* _content/KreditinWallboard/Pages/Index.cshtml.rz.scp.css */

.wallboard-value[b-niog3upolz] {
    font-size: 100px;
    font-weight: bold;
}

.scroll h1[b-niog3upolz] {
    font-size: 80px;
    white-space: nowrap;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scrmsg 15s linear infinite;
    -webkit-animation: scrmsg 15s linear infinite;
    animation: scrmsg-b-niog3upolz 15s linear infinite;
}

@-moz-keyframes scrmsg {
    0% {
        -moz-transform: translateX(100%);
    }
    
    100% {
        -moz-transform: translateX(-200%);
    }
}

@-webkit-keyframes scrmsg {
    0% {
        -webkit-transform: translateX(100%);
    }
    
    100% {
        -webkit-transform: translateX(-200%);
    }
}

@keyframes scrmsg-b-niog3upolz {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }
   
    100% {
        -moz-transform: translateX(-200%); /* Firefox bug fix */
        -webkit-transform: translateX(-200%); /* Firefox bug fix */
        transform: translateX(-200%);
    }
}
/* _content/KreditinWallboard/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-tv2qdvjxwo] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tv2qdvjxwo] {
  color: #0077cc;
}

.btn-primary[b-tv2qdvjxwo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tv2qdvjxwo], .nav-pills .show > .nav-link[b-tv2qdvjxwo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tv2qdvjxwo] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tv2qdvjxwo] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tv2qdvjxwo] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tv2qdvjxwo] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tv2qdvjxwo] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
