.rawt-fav .fav-toggle .icon:before {
    content: "\f004";
}

.rawt-fav .fav-toggle .icon,
.rawt-fav.fav-disabled .fav-toggle .icon {
    color: #fff;
}

.rawt-fav.fav-active .fav-toggle .icon {
    color: #F77C7C !important;
    opacity: 1 !important;
}

.rawt-fav .fav-toggle:hover .icon {
    transform: scale(1.2);
}

/**
 * Favorites
 */
.title-content .rawt-fav-link {
    margin-top: 1em;
    display: block;
    font-size: 0.9em;
}

.title-content .rawt-fav-link .icon {
    color: #444 !important;
}

.title-content .rawt-fav-link.fav-active .icon {
    color: #F77C7C !important;
}

.title-content .rawt-fav-link .fav-toggle {
    display: block;
    text-decoration: none;
}

.title-content .rawt-fav-link .text {
    font-weight: 400;
    font-size: 0.9rem;
}

/**
 * Favorites
 */
/*.entity-overview .fav .rawt-fav-link {
    display: block;
    font-size: 0.9em;
}

.entity-overview .fav .rawt-fav-link .icon {
    color: #444 !important;
}

.entity-overview .fav .rawt-fav-link.fav-active .icon {
    color: #F77C7C !important;
}

.entity-overview .fav .rawt-fav-link .fav-toggle {
    display: block;
    text-decoration: none;
}

.entity-overview .fav .rawt-fav-link .text {
    font-weight: 400;
    font-size: 0.9rem;
}*/

/**
 * Icon
 */
.rawt-fav-icon .icon {
    font-size: 1.5em;
}

/**
 * Entity Index
 */
.rawt-entity-index th.fav .icon:before {
    content: "\f004";
}

.rawt-entity-index td.fav .rawt-fav .fav-toggle .icon,
.rawt-entity-index td.fav .rawt-fav.fav-disabled .fav-toggle .icon {
    color: #f77c7c !important;
    opacity: 0.3;
}