@font-face {
    font-display: auto;
    font-family: Main;
    src: url('https://zoink.ca/assets/fonts/Montserrat-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: Main-Light;
    src: url('https://zoink.ca/assets/fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: Main-Semi;
    src: url('https://zoink.ca/assets/fonts/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

*{padding:0px;margin:0px;}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clear{clear:both}
.right{float:right}
.left{float:left}

body{
    margin:0px;
    padding:0px;
    font-family: Main-Light,'Nunito Sans', sans-serif;
    font-weight:200;
    background:#000;
    color:#FFF;
    background: url('https://zoink.ca/assets/img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.click{
    cursor: pointer;
}
.ro{
    display:flex;
    flex-wrap:wrap;
}
.co{
    flex:1;
}
.nogrow-left{
    flex-grow:0;
    margin-left:5px;
}
.content{
    margin-top:90px;
    padding:10px;
    padding-bottom:45px;
}
.bg{
    background:rgba(0,0,0,.6);
}

.section{
    border:1px solid rgba(67,137,216,.9);
    background:rgba(67,137,216,.6);
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    padding:16px;
    margin-top:10px;
    backdrop-filter: blur(10px);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.bolder{
    font-family: Main,"Arial Black";
}
.headline{
    font-size:24px;
}
.zoink-grad{
    background: linear-gradient(to right, rgb(71, 231, 14), rgb(44, 224, 19));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; /* for older WebKit browsers */
}
.crypto-news{
    margin-top:10px;
}

.ad-column{
    width:280px;
    padding-left:10px;
}
.ad-count{
    font-size:12px;
    text-align:center;
}
.ad-small{
    border:1px solid rgba(67,137,216,.9);
    background:rgba(67,137,216,.6);
    backdrop-filter: blur(10px);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:16px;
    margin-top:10px;
    text-align:center;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.news-item{
    margin-left:0px;
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.news-item-image{
    width:100px;
    height:100px;
    border:2px solid #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;

}
.news-headline{
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
a{
    color:#48CA1A;
}
.zoink-prize-tracker{

}
.zoink-game{
    margin:15px;
}
.zoink-meme{
    background:rgba(0,0,0,0.5);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    z-index:1000000;
    backdrop-filter: blur(10px);
}
.zoink-meme img{
    margin:auto;
}
.content-fade2 {
    width: 100%; /* Adjust the width as needed */
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top:110px;
    z-index: 100000;
}
.ticker {
    display: flex;
    overflow: hidden;
    width: 100%;

}

.zoink-ads{
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 370px; /* Adjust this value to change the sticky position */
    z-index:100000;
}
.ticker-item {
    min-width: 49.5%; /* Each ticker item will take up 20% of the ticker width */
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 10px;
    transition: transform 0.5s ease-in;
    margin-right:10px;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

/* This styles the scrollbar track (the part the scrollbar moves along) */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* semi-transparent black */
    border-radius: 8px;
}

/* This styles the scrollbar handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    border-radius: 8px;
}

/* This styles the scrollbar itself (including the width and height) */
::-webkit-scrollbar {
    width: 5px; /* width of the vertical scrollbar */
    height: 5px; /* height of the horizontal scrollbar */
}
.mint-hit{
    background:rgba(0,0,0,.1);
    position:absolute;
    width:105px;
    height:150px;
    margin:-9px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}
.ivn-item{
    margin:10px;
}
.ivn-rebate{
    background:rgba(0,0,0,.3);
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    padding:10px;
    margin-top:5px;
}
.ivn-mint-select{
    padding:5px;
    padding-right:5px;
    padding-left:5px;
    width:85px;
    font-family:Main-Light;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#000000;
    text-align:center;
    border:2px solid rgba(0,0,0,.5);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}
.znote{
    background:#FFF;
    padding:5px;
    margin:10px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border:1px solid rgba(255,255,255,.7);
    background:rgba(255,255,255,.6);
    backdrop-filter: blur(10px);
}
.zoink-overlay{
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background:rgba(0,0,0,0.85);
    z-index:100000000000000000000000000000000;
    display:flex;
    backdrop-filter: blur(10px);
}
.zoink-overlay div{
    margin:auto;
}

.zoink-ztm{
    border:1px solid rgba(67,137,216,.9);
    background:rgba(67,137,216,.6);
    backdrop-filter: blur(10px);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:20px;
    min-width:300px;
    text-align:center;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    animation: bounce 1s ease;
}
.meme-thumb{
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border:1px solid rgba(67,137,216,.9);
    background:rgba(67,137,216,.6);
    backdrop-filter: blur(10px);
    padding:3px;
    margin:3px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.bingo-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns for Z, O, I, N, K */
    gap: 10px; /* Space between grid items */

    padding: 16px;
    border-radius: 10px;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);

}

.bingo-card .header, .bingo-card .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px; /* Adjust height for headers and cells */
    background-color: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    border-radius: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.bingo-card .cell{
    border:2px solid #fff;
}
.bingo-card .header {
    background-color: #007BFF; /* Different color for headers */
    color: #ffffff;
}

.bingo-card .cell {
    height: 30px; /* Taller cells for numbers */
    width:30px;
    padding:5px;
}

.cards-container {
    padding:10px;
    margin-left:10px;
}

.card {
    width: 95px;
    height: 90px;
    perspective: 1000px;
    margin:5px;
    cursor: pointer;

}

.card-inner {
    width: auto;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;


}

.card-front, .card-back {
    position: absolute;
    width: auto;
    height: auto;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    border:1px solid rgba(0,0,0,.8);
    background:rgba(0,0,0,.6);
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    padding:5px;
    backdrop-filter: blur(10px);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

.card-front {
}

.card-back {
    transform: rotateY(180deg);
}

.card img {
    width: 100%;
    height: auto;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    30% {
        transform: translateY(-30px) scale(1.05);
    }
    40% {
        transform: translateY(-15px) scale(1.03);
    }
    50% {
        transform: translateY(0) scale(1.02);
    }
    60% {
        transform: translateY(-15px) scale(1.03);
    }
    70% {
        transform: translateY(0) scale(1.01);
    }
}

.egg-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;

}

.egg {
    width: 90px;
    height: 110px;
    cursor: pointer;
    position: relative;
    background-size: 35% 35%;
    background-repeat: no-repeat;
    background-position: center;
}

#egg1 { background-image: url('https://zoink.ca/assets/img/egg-yellow-claim.png'); }
#egg2 { background-image: url('https://zoink.ca/assets/img/egg-blue-claim.png'); }
#egg3 { background-image: url('https://zoink.ca/assets/img/egg-purple-claim.png'); }
#egg4 { background-image: url('https://zoink.ca/assets/img/egg-green-claim.png'); }
#egg5 { background-image: url('https://zoink.ca/assets/img/egg-red-claim.png'); }

/* Cracked egg styles */
.egg.cracked#egg1 { background-image: url('https://zoink.ca/assets/img/egg-yellow-claimed.png'); }
.egg.cracked#egg2 { background-image: url('https://zoink.ca/assets/img/egg-blue-claimed.png'); }
.egg.cracked#egg3 { background-image: url('https://zoink.ca/assets/img/egg-purple-claimed.png'); }
.egg.cracked#egg4 { background-image: url('https://zoink.ca/assets/img/egg-green-claimed.png'); }
.egg.cracked#egg5 { background-image: url('https://zoink.ca/assets/img/egg-red-claimed.png'); }

.eggBubble {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top:-26px;
    animation: bounce 1s ease;
}.jiffy-container {
    display: flex;
    flex-direction: column;
    margin-top:10px;
}

.jiffy-content {

}

.jiffy-navbar {
    color: white;
    text-align: center;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:10000000;
    background:rgba(67,137,216,.6);
    border-bottom:3px solid #24B610;
    backdrop-filter: blur(10px);
}
.hdr-text{
    font-size:12px;
}
.jiffy-navbar-content{
    margin:auto;
}
.jiffy-navbar-menu{
    background:#2CE014;
    height:50px;
    border-bottom:2px solid #24B610;
    border-top:2px solid #24B610;
    color:#000;
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100000000;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.jiffy-navbar-menu .co{
    line-height:50px;
    font-family: Main-Semi;
}
.jiffy-dapp-support {
    background-color: #0F675C;
    color: white;
    text-align: center;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    height:70px;
    z-index:100000000000000;
}

.jiffy-tab-container {
    display: inline-block;
    margin:5px;
}

.jiffy-tab-labels {
    display: flex;
}

.jiffy-tab-label {
    text-align: center;
    cursor: pointer;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    margin:5px;
    padding:5px;
    height:40px;
    width:40px;
}

.jiffy-tab-label.active {
    background-color: #FFF;
    color: white;
    height:40px;
    width:40px;
}

.jiffy-tab-content {
    display: none;
    padding: 10px;
}

.jiffy-tab-content.active {
    display: block;
}
@media(min-width:920px){
    .content{
        width:900px;
        margin-top:140px;
    }
    .jiffy-navbar-content{
        width:900px;
    }
    .row{
        display:flex;
        flex-wrap: wrap;
        margin:0px;
    }
    .col{
        flex:1;
    }
    .content-fade {
        width: 100%; /* Adjust the width as needed */
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        top:150px;
        z-index: 100000;
    }
    .ticker-item {
        min-width: 24.5%; /* Each ticker item will take up 20% of the ticker width */
        text-align: center;
        border: 1px solid #000;
        box-sizing: border-box;
        padding: 10px;
        transition: transform 0.5s ease-in;
    }
    .jiffy-navbar-menu{
        background:#2CE014;
        height:40px;
        border-bottom:2px solid #24B610;
        border-top:2px solid #24B610;
        color:#000;
        position: fixed;
        top:100px;
        z-index:100000;
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
    }
    .jiffy-navbar-menu .co{
        line-height:40px;
    }


    .zoink-overlay{
        position: fixed;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        background:rgba(0,0,0,0.6);
        z-index:100000000000000000000000000000000;
    }

}
@media all and (display-mode: standalone) {
    body {
        background-color: #2CE014;
    }
}
input::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea::-webkit-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #999999 !important;
    font-style:italic;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #999999 !important;
    font-style:italic;
}

textarea:-ms-input-placeholder {
    color: #999999 !important;
    font-style:italic;
}
.input,input[type=text],input[type=password],input[type=date],input[type=time],input[type=number],select,textarea{
    font-family: Main-Light,"Arial";
    background:#FFF;
    padding:6px;
    color:#000;
    border:1px solid rgba(0,0,0,.3);
    font-size:14px;
    margin:3px;
    min-height:45px;
    display:inline-block;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -ms-border-radius:18px;
    -o-border-radius:18px;
}
textarea{
    max-height:300px;
    margin:5px;
}
.checkbox, input[type=checkbox],input[type=checkbox]{
    background:#FFF;
    padding:6px;
    color:#000;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    -ms-border-radius:18px;
    -o-border-radius:18px;
    width:27px;
    height:27px;
    margin-right:6px;
}
input:focus, textarea:focus {
    outline: none;
}
.submit div{

}
.pay-input{
    padding-left:50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type="color"] {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    width:40px;
    height: 40px;
    background: #000;
    outline:1px solid #FFF;

}input[type=submit],input[type=button],.button,.stripe-button-el{
    overflow:hidden;
    border:0;
    padding:9px;
    padding-left:12px;
    padding-right:12px;
    background:#48CA1A;
    color:#FFF;
    border:0px;
    text-decoration:none;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:8px;
    border-radius:20px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    cursor:pointer;
    font-family: Main-Semi,'Nunito Sans', sans-serif;
    font-size:15px;
    z-index:1;
    text-align:center;
    border:2px solid rgba(0,0,0,.5);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
    margin:2px;
}


.green{background: green;border:2px solid darkgreen;}
.pay-buttons{
    background: rgb(51,204,153);
    background: -moz-linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    background: -webkit-linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    background: linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    padding:6px;
    color:#FFF;
    border:1px solid #228765;
}
.pay-button{
    text-align:center;
    border-right:1px solid #228765;
}.fireworks {

    position: absolute;

}

.slider-wrap{
    border:1px solid #333;
    padding:10px;
    margin:10px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.slider-container {
    width: 80%;
    margin: 0 auto;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #f6d365 50%, #CC9933 50%);
    outline: none;
    opacity: 0.7;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    transition: opacity .2s;
    border:3px solid #fff;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
}

.slider::-webkit-slider-runnable-track {
    background: transparent;
}

.slider::-moz-range-track {
    background: transparent;
}

.slider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, #f6d365, #CC9933);
    border-radius: 50%;
    cursor: pointer;
    border:3px solid #fff;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, #f6d365, #CC9933);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    border:3px solid #fff;
}.czar{
    font-size:10px;
    line-height:20px;
    padding:6px;
}

progress{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background:#222;
}
progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    width: 100%;
    height: 10px;
}
progress[value]::-webkit-progress-bar {
    background-color: #eee;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
    background-image:
            -webkit-linear-gradient(0,
            transparent 33%, rgba(0, 0, 0, 0) 33%,
            rgba(0,0, 0, 0) 66%, transparent 66%),
            -webkit-linear-gradient(top,
            rgba(0, 0, 0, .25),
            rgba(0, 0, 0, .25)),
            -webkit-linear-gradient(left, #FFCC00, #CC9933);

    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background-size: 35px 10px, 100% 100%, 100% 100%;
}

.ro{
    display:flex;
    flex-wrap: wrap;
    margin:0px;
}
.co{
    flex:1;
}

.app-loader{
    position:fixed;
    z-index:1000000000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#FFF;
}
.load-screen{
    background:rgba(0,0,0,.5);
    padding:6px;
    width:300px;
    margin:auto;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);
    box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}
.load-status{
    font-size:11px;
}

.game-content{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    padding:0px;
    margin:0px;
    box-shadow:none;
}

.overlay{
    background:rgba(0,0,0,.5);
    position:fixed;
    top:185px;
    width:648px;
    height:648px;
    bottom:126px;
    display:flex;
}
.overlay-content{
    background:rgba(0,0,0,.5);
    width:568px;
    height:400px;
    border:1px solid #000;
    padding:6px;
    color:#FFF;
    margin:auto;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
.quick-overlay{
    background:rgba(0,0,0,.0);
    position:fixed;
    top:780px;
    width:648px;
    display:flex;
}
.quick-overlay-content{
    background:rgba(0,0,0,.5);
    border:1px solid #000;
    padding:9px;
    color:#FFF;
    margin:auto;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.dpad{
    width:200px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:4px;
}
.pad-button{
    background:#333;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#FFF;
    text-align:center;
    height:50px;
    line-height:53px;
    cursor: pointer;
    margin:2px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.pad-button img{
    margin-top:9px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.hit{
    position:absolute;
    width:100px;
    height:50px;
    background:rgba(255,0,0,0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.hit-fill{
    position:absolute;
    width:200px;
    height:50px;
    background:rgba(255,0,0,0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.overlay-content ,.quick-overlay-content{
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}
.stat{
    background:rgba(0,0,0,.8);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:10px;
    color:#FFF;
    margin:5px;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A0.5%2Cy%3A1%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A4%7D%2C%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A0.5%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A6%7D%5D%7D */

@-webkit-keyframes animation {
    0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
    0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3.4% { -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    4.7% { -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.81% { -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.41% { -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.21% { -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    13.61% { -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    14.11% { -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    17.52% { -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    18.72% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    21.32% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    24.32% { -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    25.23% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.03% { -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    29.93% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    35.54% { -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    36.74% { -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    41.04% { -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    44.44% { -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    52.15% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    59.86% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    63.26% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    75.28% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    85.49% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    90.69% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
.stage-logo{

}
.right{float:right}
.left{float:left}
.clear{clear:both}

.navbar .co{
    text-align:center;
    height:30px;
}
.content-panel{
    background:#efefef;
    min-height:300px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:35px;
    overflow:auto;
}

.menu{
    background:#ccc;
    height:100%;
    color:#000;
}

.panel-main{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:40px;
    overflow:auto;
}
@media(min-width:920px){




}
.join-panel{
    position:absolute;
    width:400px;
    top:100px;
}
.chat{
    position:absolute;
    width:380px;
    height:310px;
    top:5px;
    left:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.chat-messages{
    height:250px;
    overflow:auto;
    font-size:11px;
    border:1px solid #333;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:5px;
}
.camera{
    width:400px;
    height:400px;
    overflow:hidden;
}/* Normal (unvisited) link styles */
a {
    color: #48CA1A; /* Set the default link color */
    text-decoration: none; /* Remove the underline */
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

/* Hover state - when the mouse is over the link */
a:hover {
    color: #48CA1A; /* Change the link color on hover */
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

/* Active state - when the link is clicked */
a:active {
    color: #48CA1A; /* Change the link color when clicked */
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}

/* Visited state - for previously visited links */
a:visited {
    color: #48CA1A; /* Set the color for visited links */
    text-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.5);
}@keyframes fadeIn {
    from {
        opacity: 0; /* Start with no opacity (completely transparent) */
    }
    to {
        opacity: 1; /* End with full opacity (completely visible) */
    }
}