﻿.left-menu, .right-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 10px;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .left-menu::-webkit-scrollbar,
    .right-menu::-webkit-scrollbar {
        display: none;
    }

.home-link {
    color: var(--Neutral-600, #656972);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

    .home-link:hover {
        text-decoration: underline;
    }

    .home-link img {
        top: -1px;
        position: relative;
    }

.top-mover {
    padding-top: 1.2rem;
}

.event-name-area {
    text-overflow: ellipsis;
}

.event-id-area {
    color: var(--brand-862164, #862164);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: .95rem 0 .46rem;
    border-bottom: 1px solid var(--Neutral-200, #D4D5D9);
}

.sidebar-holder {
    padding: .75rem 0 .25rem;
}

    .sidebar-holder.header {
        color: var(--brand-03244-b, #03244B);
        font-size: 0.875rem;
        font-weight: 700 !important;
        line-height: normal;
    }

        .sidebar-holder.header .header-link {
            color: var(--brand-03244-b, #03244B);
            font-size: 0.875rem;
            font-weight: 700 !important;
            line-height: normal;
        }
            .sidebar-holder.header .header-link:hover {
                color: var(--brand-0-e-8181, #0E8181);
                text-decoration: none;
            }

            .sidebar-holder.header .header-link.active {
                color: var(--brand-0-e-8181, #0E8181);
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: auto;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }

    .sidebar-holder .sidebar-subHolder {
        padding: .5rem 1rem;
    }

.secondary-body {
    padding: 1rem 1rem 0;
}

    .secondary-body h2 {
        position: relative;
        left: -1rem;
        margin-right: -2rem;
    }

    .secondary-body h3 {
        position: relative;
        left: -1rem;
    }

    .secondary-body .section {
        margin-bottom: 2.5rem;
    }

    .secondary-body .row-label {
        color: var(--Neutral-800, #303236);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 135%;
        padding: .75rem 0 ;
    }

    .secondary-body .row-data {
        background: var(--Neutral-100, #F1F2F4);
        color: var(--Neutral-800, #303236);
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 135%;
        padding: .75rem;
    }

    .secondary-body .container-row {
        border-bottom: 1px solid var(--Neutral-200, #D4D5D9);
        margin-bottom: .5rem;
    }

.sub-nav {
    padding: 0rem 0.25rem 1rem 0rem;
    margin-top: 1.89rem;
    border-bottom: 1px solid var(--Neutral-200, #D4D5D9);
    color: var(--brand-03244-b, #03244B);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
}
