/* /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-s61oh1xks8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-s61oh1xks8] {
  color: #0077cc;
}

.btn-primary[b-s61oh1xks8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-s61oh1xks8], .nav-pills .show > .nav-link[b-s61oh1xks8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-s61oh1xks8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-s61oh1xks8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-s61oh1xks8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-s61oh1xks8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-s61oh1xks8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Base page reset */
*[b-s61oh1xks8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-s61oh1xks8] {
    display: flex;
    background-color: #f4f6f9;
}

/* Sidebar Styling */
.sidebar[b-s61oh1xks8] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 70px; /* Initial narrow icon width */
    background-color: #145085f7;
    overflow-x: hidden;
    transition: width 0.3s ease; /* Smooth expanding animation */
    z-index: 1000;
    padding-top: 20px;
}

    /* Expand sidebar on hover */
    .sidebar:hover[b-s61oh1xks8] {
        width: 240px; /* Fully expanded width */
    }

    /* Navigation links inside sidebar */
    .sidebar a[b-s61oh1xks8] {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #b3b3b3;
        padding: 15px 25px;
        white-space: nowrap; /* Prevents text wrapping while expanding */
        transition: background 0.2s, color 0.2s;
    }

        /* Highlight link on hover */
        .sidebar a:hover[b-s61oh1xks8] {
            background-color: #162447;
            color: #ffffff;
        }

        /* Sidebar Icons placeholder */
        .sidebar a .icon[b-s61oh1xks8] {
            min-width: 30px;
            font-weight: bold;
            font-size: 18px;
        }

        /* Sidebar text descriptions */
        .sidebar a .text[b-s61oh1xks8] {
            margin-left: 15px;
            opacity: 0; /* Hidden initially */
            transition: opacity 0.2s ease;
        }

    /* Reveal link text when sidebar expands */
    .sidebar:hover a .text[b-s61oh1xks8] {
        opacity: 1;
    }

/* Main Content Container */
.main-content[b-s61oh1xks8] {
    margin-left: 70px; /* Matches collapsed sidebar width */
    padding: 40px;
    width: 100%;
    transition: margin-left 0.3s ease; /* Pushes content dynamically */
}

/* Adjust main content when sidebar expands */
.sidebar:hover ~ .main-content[b-s61oh1xks8] {
    margin-left: 240px; /* Matches expanded sidebar width */
}

/* Styling for content elements */
.main-content h1[b-s61oh1xks8] {
    color: #1a1a2e;
    margin-bottom: 15px;
}

.main-content p[b-s61oh1xks8] {
    color: #4a4a4a;
    line-height: 1.6;
}

.menu-divider[b-s61oh1xks8] {
    border: 0;
    height: 1px;
    background-color: #ccc; /* Change color to match your theme */
    margin: 10px 0; /* Adds spacing above and below the line */
}

/* ========================================================================= */
/* PREMIUM HIGH-CONTRAST SIDEBAR CHECKBOXES (DARK THEME COMPATIBLE)         */
/* ========================================================================= */

/* 1. Make the un-checked checkbox border bright and clearly visible */
.sidebar-container .form-check-input[b-s61oh1xks8] {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

    /* 2. Change the background and border to Golden Yellow when checked */
    .sidebar-container .form-check-input:checked[b-s61oh1xks8] {
        background-color: #eab308 !important; /* Premium Gold */
        border-color: #eab308 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231e293b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 10l3 3L15 6'/%3e%3c/svg%3e") !important; /* Sharp dark checkmark */
    }

    /* 3. Add a premium Sky Blue focus glow when navigating with tab/clicks */
    .sidebar-container .form-check-input:focus[b-s61oh1xks8] {
        border-color: #38bdf8 !important; /* Sky Blue */
        box-shadow: 0 0 0 0.25rem rgba(56, 189, 248, 0.25) !important;
    }

/* 4. Soften the label text color so it is highly legible */
.sidebar-container .form-check-label[b-s61oh1xks8] {
    color: #cbd5e1 !important; /* Light Slate Gray text */
    cursor: pointer;
    font-size: 13px;
    transition: color 0.2s ease;
}

/* 5. Highlight the text label when hovering over a checkbox option row */
.sidebar-container .form-check:hover .form-check-label[b-s61oh1xks8] {
    color: #ffffff !important; /* Turns bright white on hover */
}

/* Custom row presentation adjustments for the gold-accented sublinks */
.hover-lighten-yellow[b-s61oh1xks8] {
    transition: all 0.2s ease;
    width: 100%;
}

    .hover-lighten-yellow:hover[b-s61oh1xks8] {
        background-color: rgba(255, 255, 255, 0.05) !important;
        color: #ffffff !important; /* Turns white on hover for peak contrast */
        text-shadow: 0 0 4px rgba(234, 179, 8, 0.5); /* Soft gold text glow */
    }


