.topTabNew.request {
    border-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.topTabNew.request:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.fixedNav .topTabNew.request {
    border: 2px solid white;
    background: linear-gradient(-45deg, #0CCFE4 0%, #3391ED 57%, #8C54FF 100%);
    color: white;
}

.fixedNav .topTabNew.request:hover {
    color: white;
    background-color: white;
}