/* /Areas/Wiki/Pages/Shared/_LayoutWiki.cshtml.rz.scp.css */
/* === SNCT WIKI STYLES === */

:root[b-2g794u8rca] {
    --wiki-sidebar-width: 280px;
    --wiki-header-height: 64px;
}

/* Layout wrapper */
.wiki-layout[b-2g794u8rca] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

/* Sticky Header */
.wiki-header[b-2g794u8rca] {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
}

/* Fixed Sidebar */
.wiki-sidebar[b-2g794u8rca] {
    position: fixed;
    top: var(--wiki-header-height);
    left: 0;
    width: var(--wiki-sidebar-width);
    background-color: #fff;
    height:100%;
    border-right: 1px solid #dee2e6;
    z-index: 4;
}

.wiki-sidebar__inner[b-2g794u8rca] {
    height: 100%;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
    box-shadow: inset 0 6px 6px -6px rgba(0,0,0,.06), inset 0 -6px 6px -6px rgba(0,0,0,.06);
}

/* Main Content */
.wiki-main[b-2g794u8rca] {
    margin-left: var(--wiki-sidebar-width);
    width: calc(100% - var(--wiki-sidebar-width));
    min-width: 0;
    overflow-x: hidden;
}

    /* Prevent wide content causing horizontal overflow */
    .wiki-main img[b-2g794u8rca],
    .wiki-main pre[b-2g794u8rca] {
        max-width: 100%;
    }

    .wiki-main table[b-2g794u8rca] {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

/* 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;
}

/* Sidebar search */
.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);
}

/* Sidebar nav */
.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;
}

    .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);
    }

    .nav-sidebar .nav-link .label[b-2g794u8rca] {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

/* Sidebar scrollbar */
.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;
    }

/* Footer */
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;
    }

/* Utilities */
.text-snct-green[b-2g794u8rca] {
    color: #99CD00;
}

.btn-snct-blue[b-2g794u8rca] {
    background-color: #0D4367;
    color: #fff;
}

    .btn-snct-blue:hover[b-2g794u8rca] {
        background-color: #08304c;
        color: #fff;
    }

/* Hide sidebar earlier so it never crowds content */
@media (max-width: 1199.98px) {
    .wiki-sidebar[b-2g794u8rca] {
        display: none !important;
    }

    .wiki-main[b-2g794u8rca] {
        margin-left: 0;
        width: 100%;
    }
}
/* /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;
}
