<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.first-nav{
    width: 100% !important;
}

@media screen and (max-width: 1019px){
    .menubar nav {
        display: none !important;
    }
}


@media screen and (min-width: 768px) {
    .avatar,.dropdown {
      display: block !important;
    }
}
.text.text-second.active {
    color: #000;
    background-color: rgba(235, 100, 0, 0.3);
}</pre></body></html>