/*
 * Stop Adblockers Pro — Frontend styles
 *
 * The overlay and popup rules (including IDs and colours) are generated
 * as inline CSS on every request so that the element IDs cannot be
 * added to cosmetic filter lists. Only generic, non-targetable rules live
 * here.
 */

/*
 * Fallback animation definition for browsers that may receive the
 * stylesheet before the inline <style> block is parsed.
 */
@-webkit-keyframes saf-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes saf-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
