@font-face {
    font-display: auto;
    font-family: Main;
    src: url('https://3pay.to/assets/fonts/Montserrat-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: Main-Light;
    src: url('https://3pay.to/assets/fonts/Montserrat-Light.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:#111;
    color:#FFF;
}
.click{
    cursor: pointer;
}
.ro{
    display:flex;
    flex-wrap:wrap;
}
.co{
    flex:1;
}
.nogrow-left{
    flex-grow:0;
    margin-left:5px;
}
.content{
    padding-bottom:45px;
}
.section{
    border:1px solid rgba(0,0,0,.5);
    background:rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:16px;
    margin:6px;
}
.say-section{
    border:1px solid rgba(0,0,0,.5);
    background:rgba(0,0,0,.5);
    padding:16px;
    margin-top:-3px;
}


.ivn-listing{
    padding:9px;
    margin-top:20px;
}
.section-bg {
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.03));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.section-bg:nth-child(even){
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.03));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.section-ivn{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:6px;
    margin:9px;
    border:1px solid rgba(255,255,255,.05);
}
.ivn-section{
    border:1px solid rgba(0,0,0,.5);
    background:rgba(0,0,0,.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:9px;
}
.dz-preview{
    display:none;
}

.card {
    width: 100px;
    height: 100px;
    perspective: 1000px;
}

.card .front, .card .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 1s;
    border:1px solid #111;
    border-radius: 9px;
    overflow: hidden;
}
.front{
    background:#222;
}
.back{
    background:#FFF;
}

.card .back {
    transform: rotateY(180deg);
}

.card.flipped .front {
    transform: rotateY(180deg);
}

.card.flipped .back {
    transform: rotateY(0deg);
}
form{padding:0px;;margiun:0px;}
.uploader-canvas{
    width:45px;
    border:1px solid #333;
    cursor:pointer;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background:#006C54;
    border:2px solid rgba(0,0,0,.5);
}
.uploader-icon{


}
.canvas-preview {
    margin:10px;
    width:300px;
    height:300px;
    background-color: #333; /* Background color of container */
    border-radius: 0; /* Removes rounded corners */
}
.progress{
    background: #006C54; !important;
    width: 100%; /* Width of the progress bar, adjust as needed */
    border-radius: 0; /* Removes rounded corners */
    height:5px;
    opacity: .5;
}
progress::-webkit-progress-value {padding:0px;margin:0px;background-color: #006C54 !important;}
.dz-message{padding:0px;}
.dz-preview{display:none;}
.ivn-listing{
    animation-name: fadeIn; /* Use the "fadeIn" animation */
    animation-duration: 1s; /* Animation duration in seconds */
}
.ivn-message{
    font-size:16px;
}

.ivn-actions .co{
    display:flex;
    align-items: center;
}
.ivn-actions button{
    margin:0 auto;
}
.evm-message{
    padding-top:13px;
    padding-left:3px;
    display:flex;
    align-items:center;
}
.success-icon{
    margin-right: 4px;
}
.loading-icon{
    margin-right: 4px;
    position: relative;
    width: 20px;
    height: 20px;
}
.icon-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 2s linear infinite;
}
.images{

}
.ivn{

}
.ivn-controls button{
    margin-right:13px;
}
.ivn-pfp{
    width:62px;
    height:62px;
    -webkit-border-radius:31px;
    -moz-border-radius:31px;
    border-radius:31px;
    overflow:hidden;
}
@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.ql-toolbar{
    background:#999;
}
.ql-snow{
    background:#FFF;
    color:#000;
}
.ql-blank{
    font-size:18px;
    color:#333;
    font-family: Main-Light,'Nunito Sans', sans-serif;
}
.ivn-board-post{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    overflow:hidden;
}
.ivn-comment{
    margin-top:10px;
    padding:10px;
    border-top:2px solid rgba(255,255,255,.05);
}

.ivn-comment-box{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    overflow:hidden;
}
.ivn-post-controls{
    margin-top:25px;
    padding:10px;
    background:#EFEFEF;
}
.ivn-react-controls{
    margin-top:25px;
    padding:5px;
    background:#EFEFEF;
}
.ivn-username{
    font-size:18px;
    line-height:40px;
}
.ivn-timestamp{
    font-size:14px;
}
.ivn-button{
    margin:3px;
}
.ivn-actionbar{
    background:#006C54;
    padding:10px;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
}
.ivn.actionbar .co{
    text-align:center;
}
.ivn-preview{

}
.user-image{
    height:40px;
    width:40px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    overflow:hidden;
    border:2px solid rgba(255,255,255,.3);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    background:#333;
}
.online-status{
    height:26px;
    width:26px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    overflow:hidden;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    background:#333;
    display:inline-block;
    margin:2px;
}
.jiffy-dapp-bumper{
    height:70px;
}
.ivn-details .co div{
    margin:5px;
}@media(min-width:920px){
    .content{
        width:900px;
        padding-top:65px;
    }
    .row{
        display:flex;
        flex-wrap: wrap;
        margin:0px;
    }
    .col{
        flex:1;
    }
}
@media all and (display-mode: standalone) {
    body {
        background-color: #0F675C;
    }
}
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;
    display:inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
textarea{
    max-height:300px;
    margin:5px;
}
input[type=checkbox],input[type=checkbox]{
    background:#FFF;
    padding:6px;
    color:#000;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    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:#006C54;
    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-Light,'Nunito Sans', sans-serif;
    font-size:15px;
    z-index:1;
    text-align:center;
    border:2px solid rgba(0,0,0,.5);
}
button{
    background:rgba(0,0,0,0);
    border:0px;
    color:#FFF;
    font-family: Main-Light,'Nunito Sans', sans-serif;
    font-size:15px;
}

.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;
}.jiffy-container {
    display: flex;
    flex-direction: column;
    margin-top:10px;
}

.jiffy-content {

}

.jiffy-navbar {
    background-color: #0F675C;
    color: white;
    text-align: center;
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100000000000000;
}
.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: 768px) {
    .jiffy-container {
        flex-direction: column-reverse;
    }
    .jiffy-navbar {
        background-color: #0F675C;
        color: white;
        text-align: center;
        position: fixed;
        top:0px;
        left:0px;
        right:0px;
        height:62px;
        z-index:100000000000000;
    }
}/* Normal (unvisited) link styles */
a {
    color: #f6d365; /* Set the default link color */
    text-decoration: none; /* Remove the underline */
}

/* Hover state - when the mouse is over the link */
a:hover {
    color: #f6d365; /* Change the link color on hover */
}

/* Active state - when the link is clicked */
a:active {
    color: #f6d365; /* Change the link color when clicked */
}

/* Visited state - for previously visited links */
a:visited {
    color: #f6d365; /* Set the color for visited links */
}@keyframes fadeIn {
    from {
        opacity: 0; /* Start with no opacity (completely transparent) */
    }
    to {
        opacity: 1; /* End with full opacity (completely visible) */
    }
}