/* _content/CR/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-4wvrwzspun] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4wvrwzspun] {
  color: #0077cc;
}

.btn-primary[b-4wvrwzspun] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4wvrwzspun], .nav-pills .show > .nav-link[b-4wvrwzspun] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4wvrwzspun] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4wvrwzspun] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4wvrwzspun] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4wvrwzspun] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4wvrwzspun] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.custom-toggler[b-4wvrwzspun] {
    /* make it a solid primary button */
    background-color: #D3D3D3;
    border: none;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    width: 100%;
}

    .custom-toggler i[b-4wvrwzspun] {
        /* white, slightly larger */
        color: #fff;
        font-size: 1.6rem;
    }

    /* Optional: give it a hover state */
    .custom-toggler:hover[b-4wvrwzspun] {
        background-color: #0056b3;
    }
