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;
}


.newRecruitmentCard
{
    border: .1rem solid #EABCB4FF;
}


/*@media screen and (min-width: 768px)
{
    .NewRecruitment2
    {
        margin: 0 auto;
        width: 33.3333% !important;
    }
}*/
