input[type="text"]:focus { outline: none; }
input[type="button"]:focus { outline: none; }   
/*
*{
	outline: none;
	touch-action: none;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
	
	user-select:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        
}
*/

*{box-sizing:border-box;margin:0;padding:0;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)
	user-select:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
//body,html{height:100%;min-height:100vh;min-height:-webkit-fill-available;text-rendering:optimizeLegibility!important;width:100%;-webkit-font-smoothing:antialiased!important}
  

html{ background-color: #000; }
body
{
	cursor: default;
	min-height: 100vh;
	background: #000;
	overflow-x: hidden;	
	font-family: 'Arial';
}

.h2
{
	color: #fff;
	font-size: 8.5vw;
	font-weight: bold;
	font-family: 'Arial';
	user-select: none;
	text-align: center;	
	padding:4vh 0px 4vh 0px;
}

i.coin
{
	z-index: 1001;
	position: fixed;
	background: #fff;
	background: url(img/coin1.png) no-repeat scroll left center;
	background-size: 100% 100%;
	pointer-events: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: animate 2s ease-out forwards;	
	color:#303030;
	font-weight:bold;	
	font-size:2vh;
	//text-align:center;
	user-select: none;
}

i.coin span
{

}

i.balloon
{
	z-index: 1000;
	position: fixed;
	background: #fff;
	pointer-events: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: animate 2s ease-out forwards;	
	user-select: none
}

a {
	color:#ffa200;
}

@keyframes animate
{
	0%
	{
		opacity: 1;
		//transform: translate(-30%,-30%);
		transform: translate(0,0);
	}
	100%
	{
		opacity: 0;
		transform: translate(var(--randomX),var(--randomY));
	}
}

.clicker
{
	cursor: pointer !important;
	background: url(img/coin1.png) no-repeat scroll left center;
	background-size: 100% 100%;
	//border: 2px solid red;
	width:90%;
	height: 0;
  padding-bottom: 90%;
	//max-width:400px;
	margin: 0 auto;
	text-align:center;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}
.clicker:hover
{
	//cursor: pointer;
	//border: 2px solid red;
	background-size: 102% 102%;
}

.counter
{
	color: #fff;
	background: #303030;
	font-size: 5vw;
	font-weight: bold;
	font-family: 'Arial';
	//user-select: none;
	text-align: center;	
	border-radius: 30px;
	width:60%;
	margin: 0 auto;
	text-align:center;
	padding:0.5vh 0 0.5vh 0;
	
}

.energy
{
	color: #fff;
	background: #ffa200;
	font-size: 3.9vw;
	font-weight: bold;
	font-family: 'Arial';
	//user-select: none;
	text-align: center;	
	border-radius: 30px;
	width:50%;
	margin: 0 auto;
	text-align:center;
	padding:0.5vh 0 0.5vh 0;
}

input[type=text]
{
	color:#5e5e5e;
	font-size:3vw;
	border:3px solid #d9dfe7;
	width:100%;
	//height:20px;
	padding:0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	behavior: url(PIE.htc);
	text-align: center;
}

input[type=button]
{
	background: #2fbf35;
	font-family: 'pt_sansregular';
	font-size:3.6vw;
	cursor:pointer;
	//min-width:62px;
	color:#fff;				
	border:0;
	margin:5px 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	behavior: url(PIE.htc);	
	padding:1vh 0 1vh 0;	
}

input[type=button]:hover
{
	background: #2fbf35;
}
input[type=button]:active
{
	background: #1e81c0;	
}

.hr
{
	border-bottom: 1px dotted #e5e5e5;
}

.error
{
	color: red;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e5e5e5;
}

	table.balances {
		font-size:2.5vw;
	}
		table.balances thead {			
			color:#fff;
			background: #303030;
		}
			table.balances thead tr {}
				table.balances thead tr th {
					text-align:center;
					padding:2vh 0px 2vh 0px;
					vertical-align:middle;
				}

			table.balances tbody tr {}	
			table.balances tbody tr:hover {
				cursor:pointer;
				background:#b1b3b5;
			}			
				table.balances tbody tr td {
					padding:1vh 1vh 1vh 1vh;
					height:3vh;
					vertical-align:middle;
					white-space: nowrap;
					text-align:center;
					color:#fff;
					border-bottom: 1px dotted #e5e5e5;

				}	
				table.balances tbody tr td span {
					color:#b1b3b5;
				}	
					table.balances tbody tr:hover td {
						color:#fff;
					}	
					table.balances tbody tr:hover td span {
						color:#fff;
					}



.app-bar {
    bottom: 0;
    justify-content: center;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 20    
}

.app-bar a {
	font-size:1.3vh;
	text-decoration: none;
}

.app-bar,.app-bar-nav {
    align-items: center;
    display: flex;
    width: 100%
}

.app-bar-nav {
    background-color: #272a2f;
    border-top: 1px solid #1c1f24;
    box-shadow: 0 0 4px 4px #1c1f2433;
    justify-content: space-between;
    //max-width: 768px;
    max-width: 100%;
    padding: 1vw 3vw 6vw 3vw;
    pointer-events: all
}

.app-bar-item {
    align-items: center;
    border-radius: 10px;
    color: #8b8e93;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 2vw;
    //height: 9vh;
    justify-content: flex-start;
    padding: 1vh;
    position: relative
}

.app-bar-item p {
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}


.app-bar-item-image {
    align-items: center;
    display: flex;
    height: 3.5vh; 
    justify-content: center;
    margin-bottom: 1vh;
    position: relative;
    width: 4vh;
}

.app-bar-item-image img {
    display: block;
    height: auto;
    max-width: 100%;
    z-index: 10
}

.app-bar-item-image .icon {
    color: #4e4f50
}

.app-bar-item-image picture {
    display: block;
    height: auto;
    max-height: 28px;
    max-width: 28px;
    width: 100%
}

.app-bar-item-image picture img {
    display: block;
    height: auto;
    max-width: 100%
}

.app-bar-item:hover,.app-bar-item:hover .icon {
    color: #fff
}

.app-bar-item.is-active,.app-bar-item.router-link-active {
    background-color: #1c1f24;
    color: #fff
}

.app-bar-item.is-active .icon svg,.app-bar-item.router-link-active .icon svg {
    color: #fff
}


.spollers {
  display: -ms-grid;
  display: grid;
  gap: 5vw;
  margin-top: 1px;
  font-size: 4.5vw;
}

.spollers__item {
  //font-size: 1.25rem;
  font-size: 4.5vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  outline: none;
}

.spollers__item:hover {
  background: rgba(255, 255, 255, 0.175);
  //cursor: pointer;
}

.spollers__title {
	background: #ffa200;
	color: #222222;
  width: 100%;
  cursor: default;
  text-align: left;
  //padding: 1vh;
  //padding: 10px 20px 10px 20px;
  padding: 1.5vw 4vw 1.5vw 4vw;
  border-radius: 1rem;
  position: relative;
  font-weight: 600;
  font-size: 4vw;
  cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}

.spollers__body {
  //padding: 0 1.25rem 1.25rem 1.25rem;
  //padding: 6px 20px 10px 20px;
  padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  border-radius: 0 0 1rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  color:#cccccc;
}

.icon-24 {
  width: 5vw;
  height: 5vw;
}

svg {
    fill: #222222;
}


.faq button._spoller-active {
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}


.faq .spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq button {
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.faq button span {
  font-weight: 600;
  //font-size: 14px;
}

.faq button._spoller-active {
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.faq button._spoller-active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg-main, .bg-referrals { touch-action:none; }

.bg-main, .bg-earn {
	position: relative;	
	z-index: 1; 	
}
.bg-main::before, .bg-earn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	//opacity: 0.2;
	opacity: 0.3;
	display: block;
	z-index: -1; 
	background-size: 400% 400%;
	animation: gradient 120s ease infinite;
	background-image: url('./img/bg3.png');
  background-size: cover;
  background-blend-mode: difference;
}
 
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}