.o_setting_container {
    .o_web_settings_user {
        font-size: 95%;
        font-weight: 500;
    }
}

.o_doc_link {
    text-decoration: none;
    font-weight: normal;

    &::after{
        content: "\f059"; //fa-question-circle
        font-family: 'FontAwesome';
        font-size: 1.2rem;
    }
}