* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Segoe WP", "Verdana", "Arial";
    background-color: #0a0a0a;
    -ms-touch-action: none;
    touch-action: none;
}

#e2Panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

#e2Panel.hidden {
    display: none;
}

/* #e2Loader {
    width: 80px;
    height: 80px;
    border: 7px solid #F3F3F3;
    border-top: 7px solid #808080;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1001;
} */

#sts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    min-width: 100px;
    overflow: hidden;
    padding: 0px;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--white);
    outline: none;
    -ms-touch-action: none;
    touch-action: none;
    transform: translateX(-50%);
    z-index: 3000;
}

#proj {
    width: 400px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 16px;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    outline: none;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 3000;
}

#cvs {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    outline: none;
    opacity: 0;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* LOADER */
#e2Loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    background-color: var(--black80);
    z-index: 2000;
}

#e2Loader .inner {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#e2Loader .circle {
    width: 180px;
    height: 180px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 24px;
}

#e2Loader .s1 {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: transparent;
}

#e2Loader .s2 {
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#e2Loader .bigcon {
    position: absolute;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: transparent;
    animation: bigcon 2s infinite linear;
    animation-delay: 0.25s;
}

#e2Loader h3 {
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--white);
}

#e2Loader .s {
    width: 15px;
    height: 15px;
    animation: small 2s infinite ease;
    box-shadow: 0px 2px var(--black25);
    background-color: #4096f1;
}

#e2Loader .b {
    border-radius: 50%;
    position: absolute;
}

#e2Loader .s:nth-child(1) {
    top: 0%;
    left: 0%;
}

#e2Loader .s:nth-child(2) {
    top: 0%;
    right: 0%;
}

#e2Loader .s:nth-child(3) {
    right: 0%;
    bottom: 0%;
}

#e2Loader .s:nth-child(4) {
    bottom: 0%;
    left: 0%;
}

#e2Loader .sb1 {
    animation-delay: -1.75s;
}

#e2Loader .sb2 {
    animation-delay: -1.25s;
}

#e2Loader .sb3 {
    animation-delay: -0.75s;
}

#e2Loader .sb4 {
    animation-delay: -0.25s;
}

#e2Loader .sb5 {
    animation-delay: -0s;
}

#e2Loader .sb6 {
    animation-delay: -1.5s;
}

#e2Loader .sb7 {
    animation-delay: -1s;
}

#e2Loader .sb8 {
    animation-delay: -0.5s;
}

#e2Loader .big {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px var(--white), 0px 0px 20px var(--white), 0px 0px 30px var(--white), 0px 0px 50px var(--white), 0px 0px 60px var(--white);
    z-index: 1;
    background-color: var(--white);
    animation: bigball 1s infinite linear;
}

@keyframes bigcon {
    0% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes small {
    0% {
        transform: scale(1);
        background-color: var(--white);
    }

    10% {
        transform: scale(1.1);
        background-color: #f8f9fa;
        box-shadow: 0 0 25px rgba(245, 196, 98, 0.25);
    }

    15% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
        background-color: var(--e2-blue);
        box-shadow: 0 0 25px var(--e2-blue25);
    }

    100% {
        transform: scale(.85);
        background-color: transparent;
    }
}