
#topBarSection {
    z-index: 1;
}

.new-tag {
    font-size: 12px;
    color: var(--medium-orchid);
    padding-bottom: 10px;
}

.nav {
    display: flex;
    height: 64px;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
}

.topbar .disabled {
    opacity: .5;
    cursor: not-allowed !important;
}

.topbar .logo-container {
    display: flex;
    align-items: center;
}

.topbar .logo {
    background-image: url(../../images/Citeline_TrialScope%20Disclose.svg); 
    width: 200px;
    height: 20px;
}

.topbar .more-button {
    background-image: url(../../images/rebrand/more-icon.svg);
    height: 16px;
    width: 4px;
}

.topbar .logout-image {
    background-image: url(../../images/icons/Material/logout.svg);
    background-size: 32px 32px;
    height: 32PX;
    width: 32px;
}

.topbar .disabled:hover {
    border-color: var(--grey);
}

.topbar .drop-down-image
{
    background-image: url(../../images/rebrand/previous-1.svg);
    height: 24px;
    width: 24px;
}

.navigation-links {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0%;
}

.nav-link {
    color: var(--primary-accent);
    display: inline-flex;
    align-items: center;
    border-color: transparent;
    margin-left: 24px;
    height: 100%;
    text-decoration: none;
    font: var(--menu-top);
    cursor: pointer;
    white-space: nowrap;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.nav-link:hover {
    border-color: var(--primary-main-2);
}

.align-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-image {
    height: 32px;
    cursor: pointer;
}

.nav-search {
    background-color: var(--white);
    border-radius: 6px;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    line-height: 24px;
    border-color: var(--defining-grey);
    border-style: solid;
    font-family: Lexend;
}

.search-image {
    position: absolute;
    height: 24px;
    padding-left: 6px;
}

.nav-link-list {
    background-color: var(--white);
    display: none;
    position: absolute;
    z-index: 1;
    top: 63px;
    font: var(--menu-top-small);
    border: 1px solid var(--light-grey);
    padding: 12px;
    border-top: none;
}

.nav-link-list div {
    padding: 5px;
}

.nav-link-list div:hover {
    background-color: var(--snow);
}

.more-link {
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
    align-items: center;
    display: inline-flex;
}

.expand-list {
    display: none;
    position: absolute;
    background-color: var(--white);
    z-index: 100;
    width: 140px;
    margin-left: -20px;
    top: 63px;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid var(--light-grey);
    padding: 12px;
    border-top: none;
}

.expand-list .section {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    color: var(--primary-accent);
}

.expand-list .link:hover {
    background-color: var(--snow);
}

.expand-list .link {
    text-decoration: none;
    font: var(--menu-top-small);
    color: var(--primary-accent);
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
}

.search-box {
    display: inline-flex;
    align-items: center;
}

.nav-side-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--primary-accent);
    font: var(--menu-top-small);
    cursor: pointer;
    position: relative;
    height: 27px;
}

.nav-side-link:hover .nav-link-list {
    border-top: 1px solid var(--light-grey);
    width: 200px;
    position: absolute;
    z-index: 100;
    display: block;
    right: -200px;
    top: -20px;
}

.nav-side-link:hover .nav-link-list.large {
    top: -90px;
}

.topbar .side-arrow-image {
    background-image: url(../../images/icons/Material/chevron_right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    left: 90px;
    height: 18px;
    width: 18px;
}

@media(max-height: 400px) {
    .nav-side-link:hover .nav-link-list.large {
        top: -150px;
    }
}

@media (min-width:1488px) {
    div.more-link {
        display: none;
    }

    .search-box {
        margin-left: 24px;
    }
}


@media (max-width:1488px) {
    .nav .navigation-links .nav-link:nth-of-type(9) {
        display: none;
    }

    .expand-list .section:nth-of-type(9) {
        display: flex;
    }
}

@media (max-width:1436px) {
    .nav .navigation-links .nav-link:nth-of-type(8) {
        display: none;
    }

    .expand-list .section:nth-of-type(8) {
        display: flex;
    }
}

@media (max-width:1324px) {
    .nav .navigation-links .nav-link:nth-of-type(7) {
        display: none;
    }

    .expand-list .section:nth-of-type(7) {
        display: flex;
    }
}

@media (max-width:1208px) {
    .nav .navigation-links .nav-link:nth-of-type(6) {
        display: none;
    }

    .expand-list .section:nth-of-type(6) {
        display: flex;
    }
}

@media (max-width:1134px) {
    .nav .navigation-links .nav-link:nth-of-type(5) {
        display: none;
    }

    .expand-list .section:nth-of-type(5) {
        display: flex;
    }
}

@media (max-width:1010px) {
    .nav .navigation-links .nav-link:nth-of-type(4) {
        display: none;
    }

    .expand-list .section:nth-of-type(4) {
        display: flex;
    }
}

@media (max-width:932px) {
    .nav .navigation-links .nav-link:nth-of-type(3) {
        display: none;
    }

    .expand-list .section:nth-of-type(3) {
        display: flex;
    }
}

@media (max-width:843px) {
    .nav .navigation-links .nav-link:nth-of-type(2) {
        display: none;
    }

    .expand-list .section:nth-of-type(2) {
        display: flex;
    }
}

@media (max-width:747px) {
    .nav .navigation-links .nav-link:nth-of-type(1) {
        display: none;
    }

    .expand-list .section:nth-of-type(1) {
        display: flex;
        flex-direction: row;
    }
}