/*
 * @package WordPress
 * @subpackage Formidable, gfirem
 * @author GFireM
 * @copyright 2017
 * @link http://www.gfirem.com
 * @license http://www.apache.org/licenses/
 *
 */

.gfirem-disabled::after, th label b::after, p.gfirem-disabled::after {
    width: 72px;
    height: 25px;
    padding: 0;
    clear: both;
    display: inline;
    float: left;
    content: "Pro";
    text-align: center;
    font-size: 11px;
    line-height: 2.1;
    background: rgba(255, 24, 46, 0.56);
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 3px;
}

.gfirem_field {
    color: #dc5958;
}


