/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.newclient{
    display: flex!important;
}
.newclient.unactive{
    display: none!important;
}