body
{
    background-image: linear-gradient(to right, rgb(223, 223, 220) 0%, rgb(223, 223, 220) 100%) !important;
}

#searchBox
{
    position: sticky;
    top: 4rem;
    overflow: auto;
    white-space: nowrap;
    background-color: #002D82;
    display: flex;
    padding: .8rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    z-index: 5;
}

.suggestion-box
{
    position: sticky;
    top: 0;
    overflow: auto;
    white-space: nowrap;
    background-color: #002D82;
    display: flex;
    padding: .8rem;
    z-index: 5;
}

.suggestion-box::-webkit-scrollbar
{
    display: none !important; /* Hide scrollbar for Chrome, Safari and Opera */
}

.s-Related-Ads-tags span
{
    font-size: 10px;
    margin: .1rem;
    padding: .1rem .2rem;
    background-color: #EABCB4FF;
    color: #000000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


#related_employees_link
{
    position: sticky;
    top: 7.3rem;
    overflow: auto;

    background-color: #EBA38B;
    display: flex;
    flex-wrap: wrap;
    padding: .4rem 1.2rem .4rem .8rem;
    z-index: 5;
}

.related-eoe > span.main-text
{
    display: inline-flex;
    font-size: .9rem;
}

.related-eoe > span.sub-text
{
    display: inline-flex;
    word-break: break-word;
    font-size: .9rem;
}



.sub-text > i {
    margin-top: 6px;
    padding-left: 2px;
}
