/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
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;
}
#app-particles {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.container {
	max-width: 750px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
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:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.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;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.platform-navigation-wrapper {
	border-bottom: 5px solid rgba(0, 0, 0, 0.4);
	margin: 0 0 50px 0;
}
.platform-navigation-wrapper .row {
	margin: 0;
}
.platform-navigation-wrapper .col-3 {
	padding: 0;
}
.platform-nav-item-content {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	cursor: pointer;
	opacity: 0.8;
}
.platform-nav-item-content i {
	color: #fff;
	line-height: 1;
	font-size: 4em;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.platform-item-snapchat i {
	color: #000;
	text-shadow: none;
}
.logo-text {
	display: table;
	margin: 7px auto 0 auto;
	max-width: 100px;
}
.tool-title-wrapper {
	background: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1;
	padding: 4px 5px 3px 6px;
	font-size: 0.5em;
	margin: 7px auto 0 auto;
	border-radius: 3px;
}
.platform-item-facebook {
	background: #4267B2;
}
.platform-item-facebook:before, .platform-item-twitter:before, .platform-item-instagram:before {
	height: 100%;
	width: 2px;
	right: 0;
	content: '';
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.platform-item-twitter {
	background: #1DA1F2;
}
.platform-item-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.platform-item-snapchat {
	background: #FFFC00;
}
.platform-item-tiktok {
    background: #000000;
}
.platform-nav-item-content.active {
	opacity: 1;
	cursor: default;
}
.platform-nav-item-content.active:after {
	height: 5px;
	width: 50%;
	left: 25%;
	content: '';
	position: absolute;
	bottom: -5px;
	background: #fff;
}
/*--------------------------------------------------------------
# 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 .network-intro-header {
	text-align: center;
	position: relative;
	padding: 40px 70px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.main-content .network-intro-header i {	
	line-height: 1;
	font-size: 6em;
}
.main-content .network-intro-header.network-intro-header-fb i {
	color: #4267B2;
}
.main-content .network-intro-header.network-intro-header-tw i {
	color: #1DA1F2;
}
.main-content .network-intro-header.network-intro-header-ig i {
	color: #d6249f;
}
.main-content .network-intro-header.network-intro-header-sc i {
	color: #FFFC00;
}
.main-content .network-intro-header.network-intro-header-tt i {
	color: #000000;
}
.main-content .network-intro-header .logo-text {
	filter: invert(1);
	max-width: 180px;
	margin: 10px auto;
}
.main-content .network-intro-header-sc .logo-text {
	filter: invert(0);
}
.main-content .network-intro-header .tool-title-wrapper {
	background: transparent;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1;
	padding: 4px 5px 3px 6px;
	font-size: 2em;
	margin: 7px auto 0 auto;
	border-radius: 3px;
}
.network-intro-content {	
	position: relative;
	padding: 50px 60px 70px;
	-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;
}
.network-intro-content-fb {
	background: #4267B2;
}
.network-intro-content-tw {
	background: #1DA1F2;
}
.network-intro-content-ig {
	background: #d6249f;
}
.network-intro-content-sc {
	background: #FFFC00;
}
.network-intro-content-tt {
	background: #000;
}
.intro-title-wrapper {
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-size: 1.9em;
	vertical-align: top;
	position: relative;
}
.network-intro-content-sc .intro-title-wrapper {
	color: #000;
}
.intro-step-title-number {
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 7px 0 0 0;
	margin-right: 15px;
	border-radius: 50px;
}
.network-intro-content-sc .intro-step-title-number {
	color: #fff;
}
.intro-instructions-wrapper {
	font-weight: 300;
	font-size: 0.4em;
	max-width: 330px;
	margin: 0 auto;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	padding: 10px 5px;
	border-radius: 10px;
	color: rgba(255,255,255,0.7);
	line-height: 1.2;
}
.network-intro-content-sc .intro-instructions-wrapper {
	color: rgba(0,0,0,0.7);
}
.username-input-wrapper {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	max-width: 500px;
	position: relative;
	margin: 15px auto 0 auto;
}
.network-intro-content-tt .username-input-wrapper {
	background: rgba(255, 255, 255, 1);
	color: #000;
}
.network-intro-content-fb .username-input-wrapper {
	box-shadow: 0 0 0 3px #4267B2, 0 0 0 4px rgba(0, 0, 0, 0.3);
}
.network-intro-content-tw .username-input-wrapper {
	box-shadow: 0 0 0 3px #1DA1F2, 0 0 0 4px rgba(0, 0, 0, 0.3);
}
.network-intro-content-ig .username-input-wrapper {
	box-shadow: 0 0 0 3px #d6249f, 0 0 0 4px rgba(0, 0, 0, 0.3);
}
.network-intro-content-sc .username-input-wrapper {
	box-shadow: 0 0 0 3px #FFFC00, 0 0 0 4px rgba(0, 0, 0, 0.3);
}
.username-input-wrapper i {
	position: absolute;
	color: #fff;
	font-size: 2em;
	left: 28px;
	top: 27px;
}
.network-intro-content-tt .username-input-wrapper i {
	color: #000;
}
.username-input {
	width: 100%;
	height: 90px;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 1.4em;
	padding: 0 0 0 80px;
}
.network-intro-content-tt .username-input {
	color: #000;
}
.username-input::placeholder {
  color: #fff;
  opacity: 1;
}
.username-input:-ms-input-placeholder {
  color: #fff;
}
.username-input::-ms-input-placeholder {
  color: #fff;
}
.network-intro-content-tt .username-input::placeholder {
  color: #000;
  opacity: 1;
}
.network-intro-content-tt .username-input:-ms-input-placeholder {
  color: #000;
}
.network-intro-content-tt .username-input::-ms-input-placeholder {
  color: #000;
}
.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;
}
.network-intro-content-fb .button {
	box-shadow: 0 0 0 4px #4267B2, 0 0 0 5px #fff;
}
.network-intro-content-tw .button {
	box-shadow: 0 0 0 4px #1DA1F2, 0 0 0 5px #fff;
}
.network-intro-content-ig .button {
	box-shadow: 0 0 0 4px #d6249f, 0 0 0 5px #fff;
}
.network-intro-content-sc .button {
	background: #000;
	color: #fff;
	box-shadow: 0 0 0 4px #FFFC00, 0 0 0 5px #000;
}	
.button:hover {
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fff;
	color: #333;
}
.network-intro-content-sc .button:hover {
	color: #fff;
	box-shadow: 0 0 0 4px #000, 0 0 0 5px #000;
}


.popup-step-content {
	padding: 50px 40px;
	margin: 0 auto;
	max-width: 500px;
	width: 90%;
	position: relative;
	border-radius: 25px;
}
.popup-step-content-fb {
	background: #4267B2;
}
.popup-step-content-tw {
	background: #1DA1F2;
}
.popup-step-content-ig {
	background: #d6249f;
}
.popup-step-content-sc {
	background: #FFFC00;
}
.popup-step-content-tt {
	background: #000;
}
.popup-step-content .intro-title-wrapper {
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	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-password-wrapper {
	display: none;
	position: relative;
}
#password-generation {
	background: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
	letter-spacing: 10px;
    width: 100%;
    color: #333;
    font-size: 1.6em;
    border-radius: 5px;
	text-align: center;
	margin: 10px auto 0 auto;
	max-width: 500px;
}
.console-loader-wrapper span.lnr {
	color: #fff;
	font-size: 2.6em;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.popup-step-content-sc .intro-title-wrapper, .popup-step-content-sc .intro-instructions-wrapper, .popup-step-content-sc .console-message, .popup-step-content-sc .console-loader-wrapper span.lnr {
	color: #000;
}
/*--------------------------------------------------------------
# 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(0, 0, 0, 0.4);
	text-align: center;
}
.verification-popup-wrapper h3 {
	color: #353535;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
.verification-popup-wrapper p {
	color: #999;
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
}
.verification-username {
	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;
}
.button-verification:hover {
	background: #333;
	color: #fff;
}
/*--------------------------------------------------------------
# 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; 
}
.popup-step-content-sc .sk-chase-dot:before {
  background-color: #000;
}
.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); 
  } 
}
.platform-navigation-wrapper .col-w {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.main-content .network-intro-header {
		padding: 20px 50px;
	}
	.network-intro-content {
		padding: 30px 50px 40px;
	}
}
@media screen and (max-width: 1280px) {
	.platform-nav-item-content {
		height: 120px;
	}
	.platform-nav-item-content i {
		font-size: 3em;
	}
	.logo-text {
		max-width: 80px;
	}
	.main-content .network-intro-header i {
		font-size: 4.2em;
	}
}
@media screen and (max-width: 700px) { 
	.platform-nav-item-content i {
		font-size: 2.4em;
	}
	.logo-text {
		max-width: 70px;
	}
	.platform-nav-item-content {
		height: 90px;
	}
	.platform-nav-item .tool-title-wrapper {
		display: none;
	}
}
@media screen and (max-width: 550px) { 
	.main-content .network-intro-header {
		padding: 15px 30px;
	}
	.network-intro-content {
		padding: 20px 30px 30px;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.6em;
	}
	.main-content .network-intro-header .logo-text {
		max-width: 120px;
	}
	.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;
	}
	#password-generation {
		padding: 10px 10px 10px 10px;
		letter-spacing: 5px;
		font-size: 1.4em;
	}
}
@media screen and (max-width: 400px) { 
	.platform-nav-item-content i {
		font-size: 2em;
	}
	.logo-text {
		max-width: 50px;
	}
	.platform-nav-item-content {
		height: 80px;
	}
	.platform-nav-item .tool-title-wrapper {
		display: none;
	}
	.main-content .network-intro-header {
		padding: 15px 25px;
	}
	.network-intro-content {
		padding: 20px 25px 30px;
	}
	.main-content .network-intro-header i {
		font-size: 3em;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.main-content .network-intro-header .logo-text {
		max-width: 100px;
	}
	.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 i {
		font-size: 1.4em;
		top: 34px;
	}
	.username-input {
		font-size: 1.2em;
		padding-left: 60px;
	}
	.console-message {
		font-size: 1.2em;
	}
	.popup-step-content {
		padding: 40px 25px;
	}
	#password-generation {
		padding: 10px 10px 10px 10px;
		letter-spacing: 3px;
		font-size: 1.4em;
	}
}
@media screen and (max-width: 360px) { 
	.username-input {
		font-size: 1em;
		padding-left: 60px;
	}
}
@media screen and (max-width: 320px) { 
	.platform-navigation-wrapper {
		margin-bottom: 20px;
	}
	.main-content .network-intro-header i {
		font-size: 2.4em;
	}
	.main-content .network-intro-header .logo-text {
		margin: 5px auto;
		max-width: 80px;
	}
	.main-content .network-intro-header .tool-title-wrapper {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	.intro-instructions-wrapper {
		font-size: 0.6em;
	}
	.username-input-wrapper i {
		top: 18px;
	}
	.username-input {
		height: 60px;
	}
	.button-wrapper {
		margin-top: 20px;
	}
	.console-message {
		font-size: 1em;
	}
	#password-generation {
		padding: 10px 10px 10px 10px;
		letter-spacing: 2px;
		font-size: 1.2em;
	}
}