/* _content/SNCT/Areas/Wiki/Pages/Shared/_LayoutWiki.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. */

/* === SNCT WIKI STYLES === */

/* Sticky Header */
.wiki-header[b-2g794u8rca] {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
}

/* Fixed Sidebar */
/* Fixed Sidebar (keeps your base) */
.wiki-sidebar[b-2g794u8rca] {
    position: fixed;
    top: 64px; /* match header height */
    left: 0;
    bottom: 0;
    width: 280px;
    background: #fff;
    border-right: 1px solid #dee2e6;
    z-index: 4;
}

.wiki-sidebar__inner[b-2g794u8rca] {
    height: 100%;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    /* nice subtle shadow at top/bottom edges when scrolling */
    box-shadow: inset 0 6px 6px -6px rgba(0,0,0,.06), inset 0 -6px 6px -6px rgba(0,0,0,.06);
}

/* Section headings */
.nav-section[b-2g794u8rca] {
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(0,0,0,.55);
    font-size: .75rem;
    margin: 0 0 .75rem;
    padding-left: .25rem;
    font-weight: 700;
}

/* Input group tidy */
.wiki-sidebar .input-group .input-group-text[b-2g794u8rca] {
    border-color: #ced4da;
}

.wiki-sidebar .form-control:focus[b-2g794u8rca] {
    box-shadow: 0 0 0 .2rem rgba(13,67,103,.15);
    border-color: var(--snct-blue);
}

/* Nav list */
.nav-sidebar .nav-link[b-2g794u8rca] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .6rem;
    border-radius: .5rem;
    color: #222;
    text-decoration: none;
    position: relative;
}

    /* Active + hover states */
    .nav-sidebar .nav-link:hover[b-2g794u8rca] {
        background: color-mix(in srgb, var(--snct-blue) 6%, #fff);
    }

    .nav-sidebar .nav-link.active[b-2g794u8rca] {
        color: var(--snct-blue);
        background: color-mix(in srgb, var(--snct-blue) 10%, #fff);
        border-left: 4px solid var(--snct-green);
        padding-left: calc(.6rem - 4px); /* compensate for border */
    }

    /* Long labels: clamp to 2 lines */
    .nav-sidebar .nav-link .label[b-2g794u8rca] {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* Scrollbar (optional, WebKit) */
.wiki-sidebar__inner[b-2g794u8rca]::-webkit-scrollbar {
    width: 10px;
}

.wiki-sidebar__inner[b-2g794u8rca]::-webkit-scrollbar-thumb {
    background: #dde3ea;
    border-radius: 8px;
}

    .wiki-sidebar__inner[b-2g794u8rca]::-webkit-scrollbar-thumb:hover {
        background: #cfd7e0;
    }


/* Main Content */
.wiki-main[b-2g794u8rca] {
    margin-left: 250px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .wiki-sidebar[b-2g794u8rca] {
        display: none !important;
    }

    .wiki-main[b-2g794u8rca] {
        margin-left: 0;
    }
}

footer[b-2g794u8rca] {
    background-color: #F8F9FA;
    z-index: 5;
}

footer.snct-footer[b-2g794u8rca] {
    border-top: 8px double transparent;
    border-image: linear-gradient(to right, #99CD00 50%, #0D4367 50%);
    border-image-slice: 1;
    margin-top: 8px;
}

/* Utility & Custom Color Classes */
.text-snct-green[b-2g794u8rca] {
    color: #99CD00;
}

.btn-snct-blue[b-2g794u8rca] {
    background-color: #0D4367;
    color: white;
}

    .btn-snct-blue:hover[b-2g794u8rca] {
        background-color: #08304c;
        color: white;
    }
/* _content/SNCT/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-tso6cga8xk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tso6cga8xk] {
  color: #0077cc;
}

.btn-primary[b-tso6cga8xk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-tso6cga8xk], .nav-pills .show > .nav-link[b-tso6cga8xk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tso6cga8xk] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tso6cga8xk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tso6cga8xk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tso6cga8xk] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tso6cga8xk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
