.version{
    position:fixed;
    top:0;
    right:0;
    margin:5px;
    font-size:12px;
    z-index:100000000000000000;
    color:#FFF;
}
.noselect{
    -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 */
}

.icon{
    font-family:FatCake;
    width:40px;
    height:40px;
    float:left;
    border:1px solid #ccc;
    font-size:45px;
    text-align:center;
    margin:5px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    color:#33CC99;
    color: rgb(51,204,153);
    color: -moz-linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    color: -webkit-linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    color: linear-gradient(155deg, rgba(51,204,153,1) 0%, rgba(34,135,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cc99",endColorstr="#228765",GradientType=1);
    -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 */
}

.icon-dark{
    font-family:FatCake;
    width:40px;
    height:40px;
    font-size:45px;
    text-align:center;
    margin:5px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    background:#33CC99;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cc99",endColorstr="#228765",GradientType=1);
    border:2px solid #228765;
    color:#FFF;
}
.disabled{
    opacity:.3;
}
.clear{clear:both}
.right{float:right}
.left{float:left}

html{

    overflow-x:hidden;
}
body{
    margin:0px;
    padding:0px;
    font-family: Montserrat,'Nunito Sans', sans-serif;
    font-weight:200;
    color:#FFF;
    background:#111;
    overflow-x:hidden;
}
.app-bg{
    background: #111 url(https://picks.3pay.to/assets/img/bg.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:fixed;
    top:0;
    height:100%;
    left:0;
    right:0;
    overflow-x:hidden;
}
.body-light{
    margin:0px;
    padding:0px;
    font-family: Montserrat,'Nunito Sans', sans-serif;
    font-weight:200;
}

.body-dark {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat,'Nunito Sans', sans-serif;
    font-weight: 200;
}
.splash{
    display:flex;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    margin:10px;
}
.splash img{
    padding:10px;
    margin:auto;
}

*{padding:0px;margin:0px;}
a{color:#CC9933;text-decoration:none;font-weight:bold}
.click{
    cursor: pointer;
}
.no-grow{
    flex-grow:0;
}
.ro{
    display:flex;
    flex-wrap:wrap;
}
.co{
    flex:1;
}
.op-ro{
    display:flex;
    flex-wrap:wrap;
}
.op-co{
    flex:1;
}
p{
    margin-bottom:10px;
}
.header{
    background: #111 url(https://picks.3pay.to/assets/img/bg-header.png) no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 5px 5px rgba(0,0,0,.8);
    position:fixed;
    top:0;
    right:0;
    left:0;
    height:72px;
    border-bottom:3px solid rgba(0,0,0,.5);
    border-bottom:2px solid rgba(222,177,12,.2);
    border-bottom:2px solid rgba(15,103,92,.35);
    z-index:1000000000000000000000000000000000000000;
}
.dappbar{
    display:none;
}
.header-landscape{
    display:none;
}
.header-portrait{
    display:block;
    padding:10px;
}
.content{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;

}
.footer{
    font-size:11px;
    display:none;
}
.section{
    border:2px solid rgba(222,177,12,.1);
    border:2px solid rgba(15,103,92,.35);
    background:rgba(0,0,0,.7);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:14px;
    margin:9px;
}
.header .col{
    text-align:center;
}
.app{
    position:fixed;
    padding-bottom:65px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1000000000000000000000000000000000;
    overflow:auto;
    overflow-x:hidden;
}
.menu{
    border-right:1px solid #ccc;
    text-align:left;
    padding:5px;
}
.m5{
   margin:5px;
    padding:5px;
}
.panel-splash{
    min-height:200px;
}
.panel-row .col{
    min-height:200px;
}

.menu{
    position:fixed;
    top:0px;
    bottom:0px;
    width:300px;
    background:#efefef;
    z-index:1000000;
}
.menu-footer{
    position:fixed;
    bottom:5px;
    left:5px;
}
.brandbar{
    background:#009933;
    height:50px;
    position:fixed;
    top:-50px;
    left:0;
    right:0;
    opacity:0;
    z-index:100000000;
    border-bottom:3px solid darkgreen;
}
.brandbar img{margin:7px;}
.navbar{
    display: block;

    background: #0F675C url(https://picks.3pay.to/assets/img/bg-nav-header.png) no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top:2px solid rgba(0,0,0,.5);
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1000;
    color:#fff;
    height:55px;
}
.navbar .ro{margin:5px;}
.nav-button{
    line-height:30px;
    height:30px;
}
.bumper{
    display:block;
    height:20px;
    border-top:1px solid darkgreen;
}
.navbar .co{
   text-align:center;
}

.frosting-curtain{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
}
.curtain{
    background:#33CC99;
    min-height:10px;
}
.interest{
    line-height:30px;
}
.tab-select{
    margin-top:-1px;
    margin-bottom:5px;
    color:#FFF;
    font-family:FatCake;
    font-size:45px;
    height:40px;
    width:40px;
    overflow:hidden;
    background:rgba(0,0,0,0);
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-border-bottom-right-radius:50px;
    -moz-border-bottom-right-radius:50px;
    border-bottom-right-radius:50px;
    -webkit-border-bottom-left-radius:50px;
    -moz-border-bottom-left-radius:50px;
    border-bottom-left-radius:50px;
    -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 */
}

.tab-selected{
    margin-top:-1px;
    margin-bottom:5px;
    color:#33CC99;
    font-family:FatCake;
    font-size:45px;
    height:40px;
    width:40px;
    overflow:hidden;
    background:#FFF;
    border:1px solid #228765;
    border-top:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-border-bottom-right-radius:50px;
    -moz-border-bottom-right-radius:50px;
    border-bottom-right-radius:50px;
    -webkit-border-bottom-left-radius:50px;
    -moz-border-bottom-left-radius:50px;
    border-bottom-left-radius:50px;
    -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 */
}

.wallet-menu{
    background: rgba(51,204,153,.9);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:10px;
    font-size:11px;

}
.wallet-menu .ro .co{
    text-align:center;
    margin:5px;
}
.wallet-menu .icon-dark{
    margin-left:35%
}
.thumb{
    width:40px;
    height:40px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    background:#efefef;
    margin-right:10px;
    border:2px solid #CCC;
    overflow:hidden;


}
.contact{
    border:1px solid #efefef;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:9px;
    margin:6px;

}
.contact .button{
    line-height:25px;
}

.tx{
    border:1px solid #000;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:9px;
    margin:3px;
}
.post-author{
    font-size:11px;
}
.post-block{
    font-weight:bold;
    overflow:hidden;
    word-wrap: break-word;

}
.post-item{
    border:1px solid #efefef;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:9px;
    margin:3px;
    overflow:hidden;
    max-width:300px;
}
.post-timestamp{
    font-size:10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
}

.token-item{
    border-top:1px solid #ccc;
    padding:3px;
}
.token-balance{
    text-align:right;
}

.profile-photo{
    width:100px;
    height:100px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    overflow:hidden;
}
.pay-msg{padding:5px;}
.adblocks{margin-bottom:10px;}
.adblock{
    text-align:center;
    border:1px solid #ccc;
    height:50px;
    margin:5px;
}

.debugit{
    background:rgba(0,0,0,.5);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin:10px;
    padding:10px;
    color:#FFF;

}
.token-select{
    width:200px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #ccc;
    font-size:12px;
    position:absolute;
    margin-top:-48px;
    padding:5px;
    background:#FFF;
}
.token-selected{
    width:200px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #ccc;
    font-size:12px;
}

.tx{
    font-size:12px;
}
.tx .co-right{
    text-align:right;
}
.payment-link-preview{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid green;
    padding:9px;
}
#pay_pid{
    font-weight:bold;
}
.panel-account{
    COLOR:#000;
    background:#DDE4DF;
    padding:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    font-family:Consolas, "Courier New";
    margin-bottom:10px;
}
.panel-pay{
    COLOR:#000;
    background:#DDE4DF;
    padding:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    font-family:Consolas, "Courier New";
    margin:9px;
    background-image: url('https://3pay.to/assets/img/cupcake-watermark.png');
    background-repeat: no-repeat;
    background-position: center center;

}
.panel-pay-frame{
    padding:9px;
    border:3px solid #000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pay_inp {
    width: 95%;
    max-width: 500px;
    min-width: 162px;
}
.co_pay_amount{
    flex-grow:0;
    margin-right:9px;
}
#pay_details{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #000;
    padding:6px;
    margin:3px;
    height:24px;
}
#pay_date_display{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #000;
    padding:6px;
    margin:3px;
}
#pay_hash{
    text-align:center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:6px;
    margin:3px;
}
#pay_button{
    background:#006C54;
    border:2px solid rgba(0,0,0,.5);
    color:#FFF;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding:6px;
    margin:3px;
    font-family:Main,"Arial Black";
    font-size:20px;
}
#pay_pid{
    text-align:right;
}

.navbar-button{
    background: rgba(0,0,0,.2);
    border:2px solid rgba(0,0,0,.5);
    margin-top:15px;
    color:#FFF;
    border:0px;
    text-decoration:none;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    padding:8px;
    padding-left:12px;
    padding-right:12px;
    margin-top:-2px;
    min-width:108px;
}
.wallet{line-height:20px;}
.txn{
    padding:9px;
    margin-top:5px;
}
.tx{
    overflow: hidden;
}
.tx-hit{
    position:absolute;
    width:100px;
    height:40px;
    background:rgba(255,0,0,.5);
}
.tx_details{
    background:#efefef;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:6px;
    color:#000;
    font-family:Consolas, "Courier New";
}
.balances{
    background:rgba(255,255,255,.05);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:9px;
}
#shipping_info{
    margin:5px;
}
.pay_status{
    background:rgba(0,0,0,.7);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    margin:5px;
    padding:5px;
    color:#FFF;
    font-family: Main-Light,'Nunito Sans', sans-serif;
}
.home-token{
    margin:10px;
}
.select-chain{
    margin-top:100px;
}
.chain-selector{
    margin:5px;
    max-width: 880px;
    background:rgba(0,0,0,.7);
    background: #111 url(https://3pay.to/assets/img/header-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    padding:10px;
    color:#FFF;
}
.chain-item{
    font-size:12px;
    text-align:center;
    padding:5px;
    margin:5px;
    border:2px solid rgba(0,0,0,.2);
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
}
.chain-icon{
    flex-grow:0;
}
.chain-label{
    text-align:left;
    line-height:26px;
}

.connect-hit{
    position:absolute;
    margin-top:6px;
    margin-left:4px;
    background:rgba(255,0,0,0);
    border:2px solid rgba(0,0,0,.2);
    height:36px;
    min-width:130px;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    border-radius:26px;
}
.button-connect{
    margin-top:-6px;
}
.trade-info{
    font-size:12px;
}
.panel-profile-frame .co{
    text-align:center;
    padding:10px;
}
.panel-controls .co{
    text-align:center;
}
.profile-image{
    background:#ccc;
    height:90px;
    width:90px;
    -webkit-border-radius:75px;
    -moz-border-radius:75px;
    border-radius:75px;
    overflow:hidden;
}
.quickpay{
    border:1px solid #ccc;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    padding:5px;
    margin:3px;
}
.dz-preview{
    display:none;
}
.payee{
    border:1px solid #ccc;
}
.payee_label{
    font-size:15px;
}
.chains .co{text-align:center;}

.side-menu{
    color:#FFF;
    background:#111;

    background: #111 url(https://picks.3pay.to/assets/img/bgb.png?_1) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    position: fixed;
    top:0px;
    left:0;
    bottom:0px;
    width:300px;
    padding:10px;
    font-size:16px;
    border-right:1px solid #000;
    z-index:1000000000000000000000000000000000;
}
.menu-items{
    margin:2px;
}
.menu-items .ro{
    border-top:1px solid #111;
    padding:2px;
}
.menu-label{
    line-height:28px;
}
.eco .co{
    font-size:12px;
}
.menu-panel{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid rgba(0,0,0,.3);
    margin-bottom:10px;
    padding:5px;
    background:rgba(0,0,0,.8);
    border:2px solid rgba(222,177,12,.1);
    border:2px solid rgba(15,103,92,.35);
}
.menu-footer{
    width:94%;
    position: absolute;
    bottom:10px;
    left:10px;
}
.menu-panels{
    width:94%;
    position: absolute;
    bottom:10px;
    left:10px;
}
.menu-logo{
    text-align:center;
    display: block;
    margin-top:20px;
}
.notice{
    font-size:11px;
    text-align:center;
}
.eco .co{
    text-align:center;
}


.contact-overlay{
    display:none;
    background:rgba(0,0,0,.8);
    position:fixed;
    top:83px;
    right:0;
    left:0;
    bottom:0;
    z-index:1000000000000000000000000000000000000000000000000000;
    cursor: default;
}
.fill-overlay{
    display:flex;
    position:fixed;
    top:83px;
    right:0;
    left:0;
    bottom:0;
}
.overlay-action{
    margin:auto;
    bottom:30px;
}
.stat-input{
    width:70px;
}
.game-data{
    line-height:45px;
}
.player{
    border:1px solid #333;
    padding:10px;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,.5);
}
.player-image{
    display:flex;
    width:60px;
    height:60px;
    margin:10px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    overflow:hidden;
    background:#FFF;

}
.player-image{
    margin:auto;
}
.token-links a{color:#999;}
.token-links .co{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #333;
    padding:10px;
    margin:2px;
}
.about_link{
    font-size:11px;
}
.partners .co{
    display:flex;
}
.partners .co img{
    margin:auto;
}
@keyframes rotation {from{transform: rotate(0deg);}to{transform: rotate(359deg);}}