    .sidebar {
        min-height: 100%;
        padding: 2rem 1rem;
        /* border-right: 1px solid #ddd; */
    }

    .nav-heading {
        font-size: 1.25rem;
    }

    .nav-section-title {
        font-weight: bold;
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        cursor: pointer;
    }

    .nav-section-title.active {
        background-color: #fff;
        color: #000;
        padding: 0.5rem 0.75rem;
        font-weight: normal;
    }

    .nav-link-box {
        background-color: #266673;
        color: #fff;
        padding: 0.75rem 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

    .nav-link-box:hover {
        background-color: #2c91a5;
        color: #fff;
    }

    .main-content h2 {
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .main-content p {
        font-size: 1rem;
        line-height: 1.8;
    }