/* /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. */

/* ===== Top bar ===== */
.topbar[b-hrs9tn9flg] {
    height: 56px;
    background-color: #1e293b;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.topbar-brand[b-hrs9tn9flg] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: .5px;
}

.topbar-brand:hover[b-hrs9tn9flg] {
    color: #94a3b8 !important;
}

/* ===== Sidebar ===== */
.sidebar[b-hrs9tn9flg] {
    width: 240px;
    min-height: calc(100vh - 56px);
    background-color: #f8fafc;
    border-right: 1px solid #e2e8f0;
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 1020;
}

.sidebar .nav-link[b-hrs9tn9flg] {
    color: #475569;
    padding: 0.65rem 1.25rem;
    font-size: 0.925rem;
    font-weight: 500;
    border-radius: 0.375rem;
    margin: 2px 0.75rem;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.sidebar .nav-link:hover[b-hrs9tn9flg] {
    background-color: #e2e8f0;
    color: #1e293b;
}

.sidebar .nav-link.active[b-hrs9tn9flg],
.sidebar .nav-link:active[b-hrs9tn9flg] {
    background-color: #1b6ec2;
    color: #fff;
}

.sidebar-footer[b-hrs9tn9flg] {
    padding: 0.75rem 0;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

.sidebar-footer .small[b-hrs9tn9flg] {
    color: #475569;
    font-size: 0.825rem;
}

/* ===== Main content area ===== */
.main-content[b-hrs9tn9flg] {
    margin-left: 240px;
    margin-top: 56px;
    min-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
}

/* ===== General link color ===== */
a[b-hrs9tn9flg] {
    color: #0077cc;
}

/* ===== Button overrides ===== */
.btn-primary[b-hrs9tn9flg] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hrs9tn9flg], .nav-pills .show > .nav-link[b-hrs9tn9flg] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* ===== Borders ===== */
.border-top[b-hrs9tn9flg] {
    border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hrs9tn9flg] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hrs9tn9flg] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hrs9tn9flg] {
    font-size: 1rem;
    line-height: inherit;
}

/* ===== Footer ===== */
.footer[b-hrs9tn9flg] {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    margin-top: auto;
}

/* ===== Responsive: small screens ===== */
@media (max-width: 767.98px) {
    .sidebar[b-hrs9tn9flg] {
        transform: translateX(-100%);
    }
    .sidebar.show[b-hrs9tn9flg] {
        transform: translateX(0);
    }
    .main-content[b-hrs9tn9flg] {
        margin-left: 0;
    }
}
