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

PremiumZone

Version :
1.0.0

File :
assets/css/access-gateway.css

Description :
PremiumZone Access Gateway

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

/* ==========================================================
   GATEWAY
========================================================== */

.pz-access-gateway{

    position:absolute;

    left:24px;

    top:24px;

    margin:0;

    padding:0;

    color:

        rgba(

            255,

            255,

            255,

            .72

        );

    font-family:

        "JetBrains Mono",

        monospace;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    line-height:1;

    white-space:nowrap;

    text-transform:uppercase;

    opacity:0;

    pointer-events:none;

    user-select:none;

    z-index:30;

}

/* ==========================================================
   READY
========================================================== */

.pz-access-ready{

    opacity:1;

}