/*
==========================================================

PremiumZone

Version :
3.0.0

File :
assets/modules/background/node.css

Description :
PremiumZone Node

==========================================================
*/

/* ==========================================================
   NODE
========================================================== */

.pz-node{

    position:absolute;

    left:0;

    top:0;

    display:flex;

    align-items:center;

    justify-content:center;

    font-family:monospace;

    font-weight:700;

    line-height:1;

    color:#FFFFFF;

    user-select:none;

    pointer-events:none;

    transform-origin:center;

    will-change:

        transform,

        opacity;

    z-index:10;

}

/* ==========================================================
   CYAN
========================================================== */

.pz-node-cyan{

    color:#00E5FF;

    text-shadow:

        0 0 3px #00E5FF,

        0 0 6px rgba(

            0,

            229,

            255,

            .80

        ),

        0 0 12px rgba(

            0,

            229,

            255,

            .40

        );

}