.topic-navbar{

    width:100%;

    height:42px;

    background:#1e293b;

    display:flex;

    align-items:center;

    overflow-x:auto;

    white-space:nowrap;
}

.topic-navbar a{

    color:white !important;

    text-decoration:none !important;

    font-size:14px !important;

    font-weight:600 !important;

    padding:0 18px !important;

    line-height:42px !important;

    display:inline-block !important;

    background:transparent !important;
}

.topic-navbar a:visited{

    color:white !important;
}

.topic-navbar a:hover{

    background:#111827 !important;

    color:#4ade80 !important;
}

.topic-navbar a.active{

    background:#04aa6d !important;

    color:white !important;
}