
/*--------------------------------------------------------------
# Basic Styles
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #222;
	background-image: url('../img/main-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;	
}
.popup-hide-content {
	visibility: hidden !important;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
	a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Saira', sans-serif;
	color: #343434;
	font-size: 16px;
	font-weight: 400;
}
::selection {
	background: #38f9d4;
}
::-moz-selection {
	background: #38f9d4;
}
.noselect {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	position: relative;
	padding: 90px 0 0 0;
}
.logo-wrapper {
	position: relative;
}
.logo {
	position: relative;
	display: table;
	max-width: 300px;
	margin: 0 auto;
	z-index: 5;
}
header h1 {
	font-family: 'Squada One', cursive;
	color: #fff;
	text-shadow: 3px 3px 0 #000, 5px 5px 0 #38f9d4;
	transform: skew(-15deg);
	font-size: 7em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	line-height: 1;
	display: block;
}

/*--------------------------------------------------------------
# Section Main
--------------------------------------------------------------*/
.sub-main {
	color: white;
    font-family: 'Squada One', cursive;
    text-shadow: 2px 2px 0 #000, 4px 4px 0 #6f6a67;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.lang-switcher {
	display: block;
	width: 550px;
	margin: 0 auto;
	margin-top: 5px;
}

.section-main {
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.generator-wrapper {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 550px;
}
.generator-inner-wrapper {
	position: relative;
	border-radius: 20px;
	position: relative;
}
.generator-inner-wrapper:after {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #38f9d4;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.generator-content-wrapper {
	padding: 80px 70px;
	position: relative;
	overflow: hidden;
	z-index: 15;
}
.generator-intro-wrapper {
	text-align: center;
	margin: 0 0 30px 0;
}
.generator-intro-wrapper span {
	display: block;
	font-weight: 700;
	font-size: 1.4em;
}
.form-wrapper {
	position: relative;
	margin-bottom: 50px;
}
.username-field-wrapper {
	margin-bottom: 30px;
}
.field-title {
	font-weight: 400;
	font-size: 1.2em;
	color: #7b3ff3;
	font-family: 'Squada One', cursive;
	text-align: center;
	display: block;
	line-height: 1;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.field-bg {
	position: relative;
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #222;
	background: #222;
	border-radius: 100px;
}
.field-icon {
	position: absolute;
	left: 26px;
	top: 21px;
	max-width: 40px;
}
.field-input {
	width: 100%;
	display: block;
	border: none;
	background: transparent;
	border-radius: 100px;
	height: 80px;
	padding: 0 30px 0 80px;
	font-size: 1.4em;
	color: #fff;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	outline: none !important;
	text-indent: 5px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {
    -webkit-box-shadow: none !important;
	background: transparent !important;
	-webkit-text-fill-color: #fff !important;
}
.field-input::-webkit-input-placeholder {
	color: #fff;
}
.field-input:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.field-input::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.field-input:-ms-input-placeholder {
	color: #fff;
}
.platform-item-inner-wrapper {
	font-size: 2.2em;
	padding: 20px 10px 20px 10px;
	text-align: center;	
	background: #222;
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #222;
	border-radius: 100px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.platform-item-inner-wrapper i {
	display: block;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.platform-item-inner-wrapper.active {
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #38f9d4;
	background: #7b3ff3;
}
.platform-item-inner-wrapper.active i {
	color: #fff;
}

/*--------------------------------------------------------------
# Modal Step
--------------------------------------------------------------*/
.step-wrapper {	
	width: 90%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/
.resource-select-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.resource-select-label {
	font-family: 'Squada One', cursive;
	color: #38f9d4;
	text-shadow: 3px 3px 0 #000, 5px 5px 0 #38f9d4;
	transform: skew(-15deg);
	font-size: 7em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	text-align: center;
}
.resource-select-inner-wrapper {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
}
.resource-select-item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px 0;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	padding: 20px 50px;
	position: relative;
}
.resource-select-item-inner:after {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background: #fff;
	border-radius: 100px;
	border: 5px solid #38f9d4;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.resource-select-item-inner:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.resource-select-img {
	display: inline-block;
	max-width: 80px;
	margin-right: 10px;
}
.resource-info {
	text-align: center;
	display: inline-block;
	position: relative;
}
.resource-info-value {
	font-weight: 700;
	color: #21232d;
	display: inline-block;
	font-size: 2.2em;
	line-height: 1;
}
.resource-info-label {
	color: #999;
	font-weight: 400;
	position: relative;
	top: -7px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	font-size: 0.9em;
}

/*--------------------------------------------------------------
# Console
--------------------------------------------------------------*/
.console-wrapper {
	text-align: center;
	padding: 60px 50px 60px 50px;
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
}
.console-wrapper:after {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #38f9d4;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.console-loader span.lnr {
	font-size: 6.4em;
	display: block;
	margin: 0 0 30px 0;
}
.console-msg {
    font-size: 1.8em;
}
.console-item-generation {
	padding: 40px 0;
}
.console-item-generation {
	display: none;
	position: relative;
	margin: 0 auto;
}
.console-item-generation img {
	position: relative;
	max-width: 100px;
	top: 10px;
}
.console-item-generation-val-1, .console-item-generation-val-2 {
	font-size: 2.6em;
	font-weight: 700;
}
.console-msg-success, span.lnr.console-msg-success {
	color: #24c46f;
}	
.console-msg-error, span.lnr.console-msg-error {
	color: #fc4349;
}

/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.human-verification-wrapper {
	text-align: center;
	padding: 60px 40px;
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
}
.human-verification-wrapper:after {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #38f9d4;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.human-verification-wrapper h3 {
	color: #222;
	font-weight: 700;
	font-size: 2em;
	margin: 0 0 25px 0;
	text-align: center;
	line-height: 1;
	padding: 0;
}
.human-verification-wrapper p {
	font-size: 1em;
}
.human-verification-wrapper i {
	font-size: 2em;
	display: block;
	text-align: center;
	margin: 30px auto;
	color: #38f9d4;
}
.verification-button-wrapper {
	position: relative;
	margin-top: 20px;
}
.h-v-time-left-wrapper {
	color: #999;
	font-size: 0.9em;
	margin-bottom: 5px;
}
#human_verification_timer_time {
	display: block;
	line-height: 1;
	color: #21232d;
}

/*--------------------------------------------------------------
# Recent Activity
--------------------------------------------------------------*/
.recent-activity-wrapper {
	position: relative;
	max-width: 420px;
	margin: 40px auto 0 auto;
	padding: 0 10px;
}
.recent-activity-inner {
	position: relative;
	background: #fff;
	border-radius: 20px;
	border: 5px solid #38f9d4;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
	padding: 30px 10px 0;
}
.recent-activity-inner h3 {
	color: #222;
	font-size: 1.8em;
	font-family: 'Squada One', cursive;
    text-align: center;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin: 0;
	line-height: 1;
}
.recent-activity-content {
	position: relative;
	overflow: hidden;
}
.recent-activity-frame {
	overflow-y: hidden;
	position: relative;
}
.recent-activity {
	height: 185px;
	overflow-y: hidden;
	width: 100%;
	overflow-x: hidden;
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
div.sticky-queue { 
	display: block;
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;	
	width: 100%;
}
.sticky {
	padding: 10px 10px 0 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 90%;
	margin: 0 auto 10px auto;
	font-size: 12px;
	display: none;
	position: relative;
	background: #222;
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px #222;
	border-radius: 100px;
}
div.recent-activity-tab	{  
	padding: 7px 0 3px 0;
}
.recent-activity-user-wrapper {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	height: auto;
	margin: 0 auto 5px auto;
}
.r-a-user-icon {
	max-width: 20px;
	margin-right: 6px;
	margin-left: 10px;
	position: relative;
}
.activity-username {
	color: #38f9d4;
	font-size: 1em;
	font-weight: 700;
	position: relative;
	line-height: 1.2;
	top: 2px;
}
.activity-generated-amount {
	position: relative;
	display: table;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	vertical-align: top;
	padding-left: 30px;
	margin: 20px auto 0 auto;
}
.recent-activity-r-item{
	position: relative;
	display: table;
}
.recent-activity-r-item-label {
	font-size: 0.65em;
	text-shadow: none;
	color: #38f9d4;
	position: relative;
	top: -2px;
}
.recent-activity-r-item-1:before {
	position: absolute;
	content: '';
	height: 23px;
	width: 23px;
	left: -30px;
	background: url('../img/coins-icon.png');
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: -3px;
}
.recent-activity-r-item-2:before {
	position: absolute;
	content: '';
	height: 23px;
	width: 23px;
	left: -30px;
	background: url('../img/points-icon.png');
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: -3px;
}
.recent-activity-r-item-2 {
	margin-top: 10px;
}
.activity-loadbar {
	display: none;
	width: 70%;
	position: absolute;
	bottom: 5px;
	left: 15%;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
	box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 6px;
}
.activity-progress-dot {
	position: absolute;
	height: 12px;
	width: 12px;
	content: '';
	border-radius: 50%;
	background: #fff;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.activity-progress-dot-1 {
	left: 0;
	top: -4px;
}
.activity-progress-dot-2 {
	left: 48%;
	top: -4px;
}
.activity-progress-dot-3 {
	right: 0;
	top: -4px;
}
.activity-progress-dot.passed {
	background: #24c46f;
}
.activity-loadbar div {
	font-size: 3px;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #24c46f;
	border-radius: 6px;
}
.activity-progress-label {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 0.7em;
	font-weight: 700;
}
.activity-progress-label-1 {
	top: -15px;
	left: 12%;
}
.activity-progress-label-2 {
	top: -15px;
	left: 60%;
}
.activity-progress-label i {
	margin-right: 3px;
}
.icon-green {
	color: #24c46f;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-wrapper {
	margin: 30px auto 0 auto;
	min-height: 50px;
}
.button {    
    font-size: 1.4em;
    padding: 20px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
    width: 100%;
	max-width: 300px;
    border-radius: 100px;
    background: #5c2fb7;
	box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #38f9d4;
	cursor: pointer;
}
.button span {
	color: #fff;
}
.button:hover {
	color: #fff;
}
.button:active {
    -ms-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    transform: scale(.9, .9)
}
.button#human-verification-button {
	font-size: 1em;
	color: #fff !important;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.searching-wrapper {
	text-align: center;
}
.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*--------------------------------------------------------------
# Spinner
--------------------------------------------------------------*/
.spinner {
	margin: 70px auto;
	width: 80px;
	height: 80px;
	position: relative;
	text-align: center;	
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #7b3ff3;
	border-radius: 100%;	
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/***** Responsive Design *****/
@media screen and (max-width: 1920px) {
	header {
		padding: 20px 0 0 0;
	}	
	.logo {
		max-width: 200px;
		max-height: 100px;
	}
	.section-main {
		padding-top: 40px;
	}
}
@media screen and (max-width: 993px) { 
	body:after {
		position: fixed;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: -1;
	}
}
@media screen and (max-width: 767px) { 
	header h1 {
		margin-top: -8px;
		font-size: 4em;
		text-shadow: 2px 2px 0 #000, 4px 4px 0 #38f9d4;
	}
	.generator-content-wrapper {
		padding: 40px 40px;
	}
}
@media screen and (max-width: 550px) { 
	.section-main {
		padding-bottom: 20px;
	}
	.generator-inner-wrapper:after {
		border-right: none;
		border-left: none;
	}
}
@media screen and (max-width: 480px) { 
	.generator-inner-wrapper {
		min-height: auto;
	}
	.generator-content-wrapper {
		padding: 30px 30px;
	}
	.recent-activity-inner {
		padding: 25px 0 0 0;
	}
	.recent-activity-content {
		min-height: auto;
	}	
	.form-wrapper {
		margin-bottom: 20px;
	}
	.button-wrapper {
		margin-top: 20px;
	}
	.field-title {
		font-size: 0.85em;
	}
	.field-icon {
		top: 16px;
		left: 15px;
	}
	.field-input {
		font-size: 1.3em;
		height: 70px;
		padding-left: 60px;
	}
	.platform-select-wrapper .row {
		margin: 0 -5px;
	}
	.platform-select-wrapper .col {
		padding: 0 5px;
	}
	.platform-item-inner-wrapper {
		padding: 15px 5px;
		font-size: 1.6em;
	}
	.username-field-wrapper {
		margin-bottom: 30px;
	}	
	.resource-select-item-inner {
		padding: 30px 20px;
	}
	.resource-info-value {
		font-size: 1.8em;
	}
	.verification-header h3 {
		font-size: 1.6em;
	}
	.verification-header {
		top: -65px;
	}
	.console-item-generation-val {
		font-size: 2em;
	}
}
@media screen and (max-width: 420px) {
	.resource-select-label {
		font-size: 3em;
	}
}
@media screen and (max-width: 400px) { 
	header {
		padding: 30px 0 0 0;
	}
	.logo {	
		max-width: 130px;
		margin: 0 auto;
	}	
	.generator-header-wrapper h2 {
		font-size: 1.4em;
	}
	.field-input {
		font-size: 1.2em;
	}
	#console-username-val {
		font-size: 1em;
	}
	.platform-item-inner-wrapper {
		font-size: 1.4em;
	}
	.loader {
		font-size: 80px;
	}
	.resource-select-item-inner {
		padding: 25px 20px;
	}
	.console-header {
		width: 100%;
	}
	.console-header h3 {
		font-size: 1.6em;
	}
	.console-msg {
		font-size: 1.4em;
	}
	.console-wrapper {
		padding: 30px 20px 30px 20px;
	}
	.resource-select-img {
		max-width: 50px;
	}
	.resource-info {
		top: 5px;
	}
	.resource-info-label {
		top: -5px;
	}
}
@media screen and (max-width: 385px) { 
	.generator-header-wrapper h2 {
		font-size: 1.2em;
	}
	.human-verification-wrapper {
		padding: 40px 25px 40px 25px;
	}
}
@media screen and (max-width: 375px) { 
	.loader {
		font-size: 70px;
	}
	.field-input {
		font-size: 1em;
	}
	.console-message {
		font-size: 1.1em;
	}
	.human-verification-wrapper p {
		font-size: 0.9em;
	}
	.field-title {
		font-size: 0.8em;
	}
	#console-username-val {
		font-size: 0.9em;
	}
	.platform-item-inner-wrapper {
		font-size:  1.3em;
	}
	.console-wrapper {
		padding: 40px 20px 40px 20px;
	}
	.resource-info-value {
		font-size: 1.6em;
	}
	.recent-activity-header h3 {
		font-size: 1.2em;
	}
	.activity-progress-label-2 {
		left: 56%;
	}
	.activity-progress-label-1 {
		left: 10%;
	}
}
@media screen and (max-width: 365px) { 
	.generator-header-wrapper h2 {
		font-size: 1.1em;
	}
	.sticky {
		width: 100%;
	}
	.console-header h3 {
		font-size: 1.4em;
	}
	.console-item-generation-val {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 350px) { 
	.resource-select-label {
		font-size: 2.2em;
	}
	.generator-header-wrapper h2 {
		font-size: 1.05em;
	}
	.console-message {
		font-size: 0.9em;
	}
	.activity-generated-amount {
		font-size: 1.4em;
	}
	.field-input {
		font-size: 0.9em;
	} 
	.recent-activity-header h3 {
		font-size: 1em;
	}
	.activity-progress-label-2 {
		font-size: 0.6em;
	}
}
@media screen and (max-width: 340px) { 
	.human-verification-wrapper p {
		font-size: 0.8em;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/