<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}</pre></body></html>