/* /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-breyh7hv0n] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-breyh7hv0n] {
    color: #FFFFFF !important;
}

.btn-primary[b-breyh7hv0n] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-breyh7hv0n], .nav-pills .show > .nav-link[b-breyh7hv0n] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-breyh7hv0n] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-breyh7hv0n] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-breyh7hv0n] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-breyh7hv0n] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-breyh7hv0n] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*=========================================================
Header
=========================================================*/

.app-header[b-breyh7hv0n] {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 76px;
    background: linear-gradient( 90deg, #10254A 0%, #173761 45%, #20497C 100% );
    box-shadow: 0 8px 24px rgba(15, 23, 42, .18);
    overflow: visible;
}

    /*=========================================================
Header Overlay
=========================================================*/

    .app-header[b-breyh7hv0n]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 30%, rgba(255,255,255,.10), transparent 28%), radial-gradient(circle at 85% 15%, rgba(96,165,250,.22), transparent 30%), linear-gradient( 90deg, transparent, rgba(255,255,255,.05), transparent);
        pointer-events: none;
    }

    /*=========================================================
Bottom Highlight
=========================================================*/

    .app-header[b-breyh7hv0n]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,.70), transparent);
    }
