/**
 * CraftHQ plugin for Craft CMS
 *
 * CraftHQ CSS
 *
 * @author    Josh Smith
 * @copyright Copyright (c) 2019 Josh Smith
 * @link      https://joshsmith.dev
 * @package   CraftHQ
 * @since     1.0.0
 */
.fab-icon {
    margin-right: 7px;
}
.icon.unlocked:before {
    content: '\F09C';
    font-size: 16px;
    color: #0B69A3;
    opacity: 0.5;
    margin-top: -0.2px;
    width: auto;
    height: auto;
}
.icon.locked:before {
    content: '\F023';
    font-size: 16px;
    color: #0B69A3;
    margin-top: -0.2px;
    width: auto;
    height: auto;
}
.fab-spinner {
    background-size: 18px;
    height: 18px;
}
.fab-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}