﻿/** ---- true false span*/
span.true::after {
    font-family: "fontAwesome";
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: #009688;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

