ScreenProtectionOverlay
{
    position: absolute;
    width: 100%;
    height: 100%;

    .overlay
    {
        position: absolute;
        background-color: rgb( 0, 148, 255, 0.35 );
        filter: hue-rotate( 10deg );
        mix-blend-mode: lighten;
        width: 100%;
        height: 100%;
        transition: opacity 0.5s ease;
    }
}
