/*-----------------------------------------
#Basic
------------------------------------------*/
body{
	overflow-x: hidden;
	min-height: 100vh;
	background: rgb(1,15,86); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(1,15,86,1) 0%, rgba(4,72,147,1) 66%, rgba(54,146,223,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(1,15,86,1) 0%,rgba(4,72,147,1) 66%,rgba(54,146,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(1,15,86,1) 0%,rgba(4,72,147,1) 66%,rgba(54,146,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010f56', endColorstr='#3692df',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
html{
	overflow-y: scroll;
	overflow-x: hidden;
}
ul{
	list-style: none;
}
textarea, input, a, button{
	outline: none;
}
#particles-js {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.content-section{
	margin-top: 140px;
}
.container{
	max-width: 750px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:focus, button:active; {
	text-decoration: none !important;
	outline: none !important;
}
::selection{
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection{
	background: #000;
	color: #fff;
	text-shadow: none;
}
/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
.main-content{
	background: #fff;
	position: relative
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 30px;
}
.main-content .intro-header{
	padding: 30px 70px;
	position: relative;
	text-align: center;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}
.main-content .intro-header .logo-text {
	max-width: 230px;
	margin: 10px auto;
	display: table;
}
.main-content .intro-header .tool-title-wrapper{
	background: transparent;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 2em;
	line-height: 1;
	padding: 4px 5px 3px 6px;
	margin: 7px auto 0 auto;
}
.intro-content{
	position: relative;
	padding: 40px 60px 50px;
	background-color: #ebac06;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.intro-title-wrapper{
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 1.9em;
	vertical-align: top;
	position: relative;
}
.intro-step-title-number {
	background: rgba(0, 0, 0, 30%);
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 7px 0 0 0;
	margin-right: 15px;
	border-radius: 50px;
}
.intro-instructions-wrapper{
	font-size: 0.4em;
	max-width: 330px;
	margin: 0 auto;
	border: 1px dashed rgba(0, 0, 0, 30%);
	padding: 10px 5px;
	border-radius: 10px;
	color: rgba(255,255,255);
	line-height: 1.2;
}
.username-input-wrapper {
	background: rgba(0 0 0 / 30%);
	border-radius: 100px;
	max-width: 500px;
	position: relative;
	margin: 15px auto 0 auto;
}
.intro-content .username-input-wrapper {
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px rgb(255 255 255 / 30%);
}
.username-input-wrapper img {
	position: absolute;
	filter: brightness(0) invert(1);
	font-size: 2em;
	right: 28px;
	top: 24px;
	max-width: 30px;
}
.username-input {
	width: 100%;
	height: 90px;
	background: 0 0;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 1.4em;
	padding: 0 70px 0 0;
}
.username-input::placeholder {
  color: #fff;
  opacity: 1;
}
.username-input:-ms-input-placeholder {
  color: #fff;
}
.username-input::-ms-input-placeholder {
  color: #fff;
}
.button-wrapper {
	position: relative;
	margin: 40px auto 0 auto;
}
.button {
	background: #fff;
	border-radius: 100px;
	max-width: 300px;
	padding: 20px 5px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	-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;
}
.intro-content .button {
	box-shadow: 0 0 0 4px #a47804, 0 0 0 5px #fff;
}	
.button:hover {
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fff;
	color: #333;
}
.diamonds-select-wrapper {
    position: relative;
    margin: 30px auto 0
}
.diamonds-select-item {
    background: rgba(0, 0, 0, 30%);
    border-radius: 30px;
    position: relative;
    text-align: center;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}
.diamonds-select-item img {
    display: table;
    max-width: 60%;
    margin: 0 auto
}
.diamonds-select-item span.diamonds-value {
    font-weight: 700;
    font-size: 2em;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 10px auto 0
}
.diamonds-select-item span.diamonds-label {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    display: block;
    line-height: 1;
    margin: 0 auto
}
.diamonds-select-item.active {
    background: 0 0;
    box-shadow: inset 0 0 0 5px #fff
}
.diamonds-select-item i{
	display: block;
	color: #fff;
	font-size: 2em;
}
.diamonds-select-item span{
	color: #fff;
}
.sub-select-bg{
	background: rgb(0 0 0 / 12%);
	max-width: 300px;
	margin: 0 auto;
	border-radius: 30px;
	position: relative;
	text-align: center;
	padding: 15px 20px;
	-webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.popup-step-content {
	padding: 50px 40px;
	margin: 0 auto;
	max-width: 500px;
	width: 90%;
	position: relative;
	border-radius: 25px;
	border: 2px solid white;
}
.popup-step-content-ig {
	background: #ebac06;
}
.popup-step-content .intro-title-wrapper {
	border-bottom: 2px solid rgba(255, 255, 255, 35%);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.popup-step-content .intro-instructions-wrapper {
	border: none;
	padding: 5px;
}
.console-process-wrapper {
	padding: 30px 0 0 0;
}
.console-message {
	text-align: center;
	margin: 25px auto 0 auto;
	font-size: 1.4em;
	color: #fff;
	font-weight: 400;
}
.console-message-h {
	font-weight: 700;
}
.console-count-wrapper {
	position: relative;
	margin: 0 auto 25px;
	display: none;
	text-align: center;
	background: transparent;
	background: rgba(0, 0, 0, 30%);
	border-radius: 30px;
	padding: 15px 20px;
	max-width: 250px;
}
.console-count-wrapper img {
	display: table;
	max-width: 60%;
	margin: 0 auto;
}
.console-count-amount {
	font-weight: 700;
	font-size: 2em;
	color: #fff;
	display: block;
	line-height: 1;
	margin: 10px auto 0 auto;
}
.console-count-label {
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	display: block;
	line-height: 1;
	margin: 0 auto 0 auto;
}
.console-loader-wrapper span.lnr {
	color: #fff;
	font-size: 2.6em;
    text-align: center;
    display: table;
    margin: 0 auto;
}

/* */
.console-count-wrapper-2 {
	position: relative;
	margin: 0 auto 25px;
	display: none;
	text-align: center;
	background: transparent;
	background: rgba(0, 0, 0, 30%);
	border-radius: 30px;
	padding: 15px 20px;
	max-width: 250px;
}
.console-count-wrapper-2 img {
	display: table;
	max-width: 60%;
	margin: 0 auto;
}
.console-count-amount-2 {
	font-weight: 700;
	font-size: 2em;
	color: #fff;
	display: block;
	line-height: 1;
	margin: 10px auto 0 auto;
}
.console-count-label-2 {
	font-weight: 300;
	font-size: 1em;
	color: #fff;
	display: block;
	line-height: 1;
	margin: 0 auto 0 auto;
}
.console-loader-wrapper-2 span.lnr {
	color: #fff;
	font-size: 2.6em;
    text-align: center;
    display: table;
    margin: 0 auto;
}
/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.verification-popup-wrapper {
	background-color: #fff;
    border-radius: 30px;
    padding: 30px 40px 30px 40px;
	max-width: 360px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 35%);
	text-align: center;
}
.verification-popup-wrapper h3 {
	color: #353535;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 22px;
}
.verification-popup-wrapper p {
	color: black;
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
}
.verification-username, .verification-followers-value {
	font-weight: 700;
}
.verification-popup-wrapper i {
	font-size: 30px;
	display: block;
	color: #3897f0;
	text-align: center;
	margin: 20px auto;
}
.button-verification {
	background: #25D366;
	color: #fff;
	border-bottom: 5px solid green;
}
.button-verification:hover {
	background: darkgreen;
	color: #fff;
}
.rewords{
	background-color: #25d366;
    color: white;
    border-radius: 12px;
}

/*--------------------------------------------------------------
# Console Loader
--------------------------------------------------------------*/
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: 0 auto;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

.green-checkmark{
	color: green !important;
}
.orange-checkmark{
	color: orange !important;
}
.red-checkmark{
	color: red !important;
}

#human_verification_timer_time {
	color: #151515;
	display: block;
	font-weight: 700;
	line-height: 1;
}
footer{
	text-align: center;
	color: white;
	max-width: 600px;
	margin: 20px auto 0 auto;
	font-size: 1em;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.content-section{
		margin-top: 130px;
	}
	.main-content .intro-header {
		padding: 20px 50px;
	}
	.intro-content {
		padding: 30px 50px 40px;
	}
	footer span{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 1280px){
	.content-section{
		margin-top: 120px;
	}
	.logo-text {
		max-width: 80px;
	}
	footer span{
		font-size: 0.85em;
	}
}
@media screen and (max-width: 700px){
	.content-section{
		margin-top: 100px;
	}
	.logo-text {
		max-width: 70px;
	}
	footer{
		padding-left: 12px;
		padding-right: 12px;
	}
	footer span{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 620px){
	.content-section{
		margin-top: 80px;
	}
	.diamonds-select-wrapper .row {
		margin: 0 -5px;
	}
	.diamonds-select-wrapper .col-4 {
		padding: 0 5px;
	}
	footer{
		padding-left: 10px;
		padding-right: 10px;
	}
	footer span{
		font-size: 0.75em;
	}
}
@media screen and (max-width: 550px){
	.content-section{
		margin-top: 70px;
	}
	.main-content .intro-header {
		padding: 15px 30px;
	}
	.intro-content {
		padding: 20px 30px 30px;
	}
	.main-content .intro-header .tool-title-wrapper {
		font-size: 1.6em;
	}
	.main-content .intro-header .logo-text {
		max-width: 160px;
	}
	.intro-title-wrapper {
		font-size: 1.4em;
	}
	.intro-step-title-number {
		height: 30px;
		padding-top: 5px;
	}
	.intro-instructions-wrapper {
		font-size: 0.55em;
		margin-top: 10px;
	}
	.username-input {
		font-size: 1.2em;
	}
	.diamonds-select-item {
		padding: 15px 10px;
	}
	.diamonds-select-item img {
		max-width: 75%;
	}
	.diamonds-select-item span.diamonds-value {
		font-size: 1.6em;
	}
	.diamonds-select-item span.diamonds-label {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 400px){
	.content-section{
		margin-top: 60px;
	}
	.logo-icon {
		max-height: 25px;
	}
	.main-content .intro-header {
		padding: 15px 25px;
	}
	.intro-content {
		padding: 20px 25px 30px;
	}
	.main-content .intro-header img.logo-icon {
		max-height: 40px;
	}
	.main-content .intro-header .tool-title-wrapper {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.main-content .intro-header .logo-text {
		max-width: 140px;
	}
	.intro-title-wrapper {
		font-size: 1.2em;
	}
	.intro-step-title-number {
		height: 30px;
		width: 30px;
		padding-top: 5px;
		margin-right: 8px;
	}
	.intro-instructions-wrapper {
		font-size: 0.65em;
		margin-top: 10px;
	}
	.username-input-wrapper img {
    	top: 30px;
	}
	.username-input {
		font-size: 1.2em;
		padding-left: 60px;
	}
	.diamonds-select-wrapper .row {
		margin: 0 -3px;
	}
	.diamonds-select-wrapper .col-4 {
		padding: 0 3px;
	}
	.diamonds-select-item span.diamonds-value {
		font-size: 1.4em;
	}
	footer{
		padding-left: 8px;
		padding-right: 8px;
	}
	footer span{
		font-size: 0.7em;
	}
}
@media screen and (max-width: 360px){
	.content-section{
		margin-top: 55px;
	}
	.username-input {
		font-size: 1em;
		padding-left: 60px;
	}
	.diamonds-select-item span.diamonds-value {
		font-size: 1.3em;
	}
	footer{
		padding-left: 5px;
		padding-right: 5px;
	}
	footer span{
		font-size: 0.6em;
	}
}
@media screen and (max-width: 320px){
	.content-section{
		margin-top: 50px;
	}
	.main-content .intro-header .logo-text {
		margin: 5px auto;
		max-width: 120px;
	}
	.main-content .intro-header .tool-title-wrapper {
		font-size: 1.1em;
		letter-spacing: 0;
		font-weight: bold;
	}
	.intro-instructions-wrapper {
		font-size: 0.6em;
	}
	.username-input-wrapper img {
    	top: 16px;
	}
	.username-input {
		height: 60px;
	}
	.button-wrapper {
		margin-top: 20px;
	}
	.diamonds-select-wrapper {
		margin-top: 10px;
	}
	.diamonds-select-item {
		padding: 10px 10px;
	}
	.diamonds-select-item span.diamonds-value {
		font-size: 1.2em;
	}
	.diamonds-select-item span.diamonds-label {
		font-size: 0.65em;
	}
	.diamonds-select-item.active {
		box-shadow: inset 0 0 0 3px #fff;
	}
	.diamonds-select-wrapper .row {
		margin: 0 -2px;
	}
	.diamonds-select-wrapper .col-4 {
		padding: 0 2px;
	}
	footer span{
		font-size: 0.55em;
	}
}