/* ==========================================================
   WorthSelection · Top navigation Empresa
   ========================================================== */

[data-client-top-action]{
    cursor:pointer !important;
    position:relative;
    user-select:none;
}

[data-client-top-action].ws-client-top-active{
    color:#6858ff !important;
    font-weight:700 !important;
}

[data-client-top-action].ws-client-top-active::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-15px;
    height:2px;
    border-radius:3px;
    background:#6858ff;
}
