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

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.

**************************/
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #3a095a;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Orbitron', sans-serif;
	font-size: 16px;
	color: #fff;
}
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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.before-header {
	color: #fff;
	position: relative;
	padding: 20px 0 0;
	background: #3a095a;
}
.before-header-divider {
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
	-webkit-clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
	width: 100%;
    height: 1vw;
    background: #3a095a;
	margin: 0 0 100px 0;
	position: relative;
	top: -1px;
	z-index: 2;
}
.before-header h1 {
	font-size: 1.2em;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-weight: 900;
	text-align: center;
	margin: 0;
}
.before-header h1 span {
	color: #00d2ff;
}
header {
	color: #fff;
	position: relative;
	padding: 0;
	background: url('../img/niche-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-content {
	position: relative;
	z-index: 3;
}
.niche-logo {
	display: table;
	margin: 0 auto;
	max-width: 350px;
	max-height: 200px;
}
.sub-branding-wrapper h2 {
	text-align: center;
	font-weight: 700;
	margin: 30px auto 0 auto;
	color: #00d2ff;
	font-size: 2.6em;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.4);
}
.divider-top {
	-webkit-clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
	width: 100%;
    height: 2vw;
    background: #3a095a;
	margin: 180px 0 0 0;
	position: relative;
	top: 1px;
	z-index: 2;
}
.dots-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../img/overlay.png);
    background-color: rgba(0,0,0,.4);
}

/*--------------------------------------------------------------
# Generator Section
--------------------------------------------------------------*/
.generator-section .container {
	position: relative;
	padding: 50px 0 0 0;
}
.generator-content {
	border: 5px solid #2b0544;
	background: #fff;
	padding: 60px 80px 40px 80px;
	min-height: 400px;
	max-width: 600px;
	margin: -200px auto 0 auto;
	position: relative;
	z-index: 20;
}
.generator-header {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
}
.generator-header-content {
	display: table;
	margin: 0 auto;	
	padding: 20px 30px 20px 30px;	
	position: relative;
}
.generator-header-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(85,11,160); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 5px solid #2b0544;
	box-shadow: inset 0 0 0 1px #2b0544;
	z-index: -1;
}
.generator-header-content h2 {
	text-align: center;
	font-weight: 700;
	margin: 0 auto 0 auto;
	color: #00d2ff;
	font-size: 2em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
}
.input-label {
	display: block;
	text-align: center;
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
}
.styled-input {
	width: 100%;
	height: 70px;
	padding: 0 30px 0 70px;
	font-size: 1.2em;
	border: 2px solid #222;
	font-weight: 700;
	color: #222;
}
.styled-input::-webkit-input-placeholder {
	color: #222;
}
.styled-input:-moz-placeholder {
	color: #222;
	opacity:  1;
}
.styled-input::-moz-placeholder {
	color: #222;
	opacity:  1;
}
.styled-input:-ms-input-placeholder {
	color: #222;
}
.input-wrapper {
	position: relative;
}
.input-icon-wrapper {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 99999999;
}
.input-icon-wrapper i {
	color: #ccc;
	font-size: 2.2em;
}
.input-error {
	text-align: center;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fc4349;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	opacity: 0;
}
.visible {
	opacity: 1;
}
.platform-input-wrapper, .user-information-wrapper, .generator-content {
	position: relative;
	z-index: 999;
}
.platform-information-row {
	margin-top: 20px;
}
.selectric {
    border-radius: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
	padding: 0 30px 0 65px;
	font-size: 1.2em;
	border: 2px solid #222;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 1em;
	font-weight: 700;
    line-height: 70px;
    color: #222;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button {
	height: 100%;
}
.selectric-items li {
	font-size: 1.4em;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #3a095a;
    opacity: 0.9;
}
.generator-content.modal-generator-content {
	margin-top: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.generator-modal-header {
	z-index: 1000;
}
.generator-modal-header h2 span.lnr {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
}
.console-msg {
	text-align: center;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
}
.console-loadbar-wrapper {
	position: relative;
	margin: 30px 0 0 0;
}
.console-loadbar {
	width: 90%;
	max-width: 280px;
	position: relative;
	margin: 0 auto 0 auto;
	background: #ddd;
	-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;
}
.console-loadbar div {
	font-size: 15px;
	text-indent: 9999px;
	overflow: hidden;
	background: #00d2ff;
}
.console-email-val {
	color: #00d2ff;
}
.processing-resource-item-column {
	display: none;
	margin-bottom: 30px;
	margin-top: 40px;
}
.processing-item {
	max-width: 380px;
	background: rgb(85,11,160);
    background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 );
    border: 5px solid #2b0544;
	text-align: center;
	padding: 12px 20px;
	margin: 0 auto;
}
.resource-count-icon {
	display: table;
	margin: 0 auto 5px auto;
	max-width: 40px;
}
#code-generation {
	font-size: 1.6em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	line-height: 1;
	font-weight: 700;
	display: block;
}
.resource-count-label {
	display: block;
	font-size: 0.85em;
	color: #00d2ff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}
.loader-wrapper {
	text-align: center;
}
.loader-wrapper i {
	font-size: 7em;
	color: #00d2ff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.console-gray-accent, .loader-wrapper i.console-gray-accent {
	color: #ccc;
}
.console-error-accent, .loader-wrapper i.console-error-accent {
	color: #fc4349;
}

/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.verification-content {
	color: #222;
	text-align: center;
}
.verification-code-label {
	position: relative;
	margin-top: 15px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.verification-content i.fa-spinner {
	color: #00d2ff;
	font-size: 1.4em;
	margin: 15px 0;
}
.verification-given-code {
	max-width: 380px;
	background: rgb(85,11,160);
    background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 );
    border: 5px solid #2b0544;
	text-align: center;
	padding: 12px 20px;
	margin: 0 auto;
}
.verification-generated-code {
	font-size: 1.6em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	line-height: 1;
	font-weight: 700;
	display: block;
}
.verification-key-niche-name {
	display: block;
	font-size: 0.85em;
	color: #00d2ff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}
#verification-email-val {
	font-weight: 700;
}
.h-v-time-left-wrapper {
	margin-bottom: 10px;
}
.time-left-wrapper {
	color: #999;
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 5px;
}
#human_verification_timer_time {
	color: #222;
	display: block;
	font-weight: 700;
	line-height: 1;
}
a#verification-button {
	color: #fff;
	text-shadow: none;
}
a#verification-button:hover {
	color: #00d2ff;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-wrapper {
	margin: 30px auto 0 auto;
}
.styled-button {
	background: #00d2ff;
	padding: 17px 30px 20px;
	display: block;
	max-width: 350px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 2px;
	font-size: 1.4em;
	box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.styled-button:hover {
	background: #222;
	color: #00d2ff;
	box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 1);
}
.styled-button:active {
	transform: scale(0.95);
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
.loader {
  color: #8b2dcb;
  font-size: 14px;
  margin: 80px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


/*--------------------------------------------------------------
# Activity
--------------------------------------------------------------*/
.recent-activity-wrapper {
	max-width: 420px;
	background: #fff;
	border: 5px solid #2b0544;
    background: #fff;
    padding: 60px 30px 30px 30px;
    margin: 70px auto 0 auto;
    position: relative;
    z-index: 20;
}
.recent-activity-header {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
}
.recent-activity-header-content {
    display: table;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    position: relative;
}
.recent-activity-header-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(85,11,160);
    background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 );
    border: 5px solid #2b0544;
    box-shadow: inset 0 0 0 1px #2b0544;
    z-index: -1;
}
.recent-activity-header-content h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 auto 0 auto;
    color: #00d2ff;
    font-size: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
}
.recent-activity {
	height: 150px;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
}
#recent-activity-row {
	margin-bottom: 50px;
}
div.sticky-queue { 
	display: block;
	left: 0;
	top: 0;
	margin: 0;	
	position: relative;	
	width: 100%;
}
.sticky {
	 background: rgb(85,11,160);
    background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 );
    border: 3px solid #2b0544;
    position: relative;
    color: #333;
    cursor: pointer;
	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: 100%;
	margin: 0 auto 12px auto;
	font-size: 12px;
	display: none;
	position: relative;
}
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;
	width: 100%;
	height: auto;
	margin: 0 auto 5px auto;
	top: 3px;
	text-align: center;
}
.activity-generated-amount {
	display: table;
	position: relative;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	padding-left: 22px;
	margin: 15px auto 0 auto;
	top: 4px;
}
.clearfix {
	position: relative;
	clear: both;
}
.recent-activity-user-wrapper i {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.4em;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.activity-generated-amount i {
	position: absolute;
	left: 0;
	color: #fff;
}
.activity-username {
	color: #fff;
	font-size: 1.2em;
	position: relative;
	line-height: 1;
}
.activity-generated-code {
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	font-size: 1.2em;
}
.activity-generated-code {
	color: #fff;
	text-shadow: 0 0 5px #00fcff;
}
.activity-loadbar {
	display: none;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
	background: #540e92;
	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-loadbar div {
	font-size: 3px;
	text-shadow: 0px 0px 2px #000;
	text-indent: 9999px;
	overflow: hidden;
	background: #00f9ff;
	border-radius: 6px;
}
.activity-progress-dot {
	position: absolute;
	height: 12px;
	width: 12px;
	content: '';
	border-radius: 50%;
	background: #540e92;
	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: -2px;
	top: -4px;
}
.activity-progress-dot.passed {
	background: #00f9ff;
}
.activity-progress-label {
	position: absolute;	
	text-transform: uppercase;
	color: #fff;
	font-size: 0.8em;
	-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-label-1 {
	top: -20px;
	left: 11%;
}
.activity-progress-label-2 {
	top: -20px;
	left: 56%;
}
.activity-progress-label i {
	margin-right: 3px;
	text-shadow: none;
}
.icon-green {
	color: #00f9ff;
}
.sign-move {
	position: relative;
	top: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	padding: 32px 0 0;
	background: #721db7;
	text-align: center;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1em;
	position: relative;
	z-index: 10;
}
footer p {
	margin: 0;
}
.footer-branding  {
	text-align: center;
}
.footer-branding h1 {
	font-size: 1.8em;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-weight: 900;
	color: #fff;
	margin: 15px 0 0 0;
}
.footer-branding  h1 span {
	color: #00d2ff;
}
.bottom-divider {
    width: 100%;
    height: 1vw;
	background: #721db7;
    -webkit-clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    position: relative;
    top: 1px;
    margin-top: 120px;
}
.footer-outro {
	max-width: 700px;
	margin: 20px auto 30px auto;
}
footer p.copyright {
	font-size: 0.8em;
	font-weight: 700;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	.before-header {
		padding-top: 15px;
	}
	.niche-logo {
		max-width: 300px;
		max-height: 170px;
	}
	.before-header-divider {
		margin-bottom: 50px;
	}
	.divider-top {
		margin-top: 260px;
	}
	.generator-content {
		margin-top: -300px;
	}
}
@media screen and (max-width: 575px) {
	.before-header-divider {
		margin-bottom: 30px;
		height: 2vh;
	}
	.niche-logo {
		max-width: 250px;
		max-height: 120px;
	}	
	.generator-content {
		margin-top: -250px;
		width: 95%;
		padding: 50px 30px 30px 30px;
	}
	.divider-top {
		margin-top: 225px;
	}
	.generator-header-content h2 {
		font-size: 1.6em;
	}
	
}
@media screen and (max-width: 460px) {
	.generator-header-content h2 {
		font-size: 1.4em;
	}
	.recent-activity-header-content h2 {
		font-size: 1.2em;
	}
	.generator-header-content {
		max-width: 90%;
	}
	.recent-activity-wrapper {
		max-width: 90%;
		padding: 40px 15px 20px 15px;
	}
	.generator-content {
		padding: 60px 30px 30px 30px;
	}
	.generator-content.modal-generator-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.console-msg {
		font-size: 1.2em;
	}
	#code-generation {
		font-size: 1.1em;
	}
	.verification-generated-code {
		font-size: 1.1em;
	}
	.verification-key-niche-name {
		font-size: 0.7em;
	}
	.resource-count-label {
		font-size: 0.7em;
	}
}
@media screen and (max-width: 420px) {
	.bottom-divider {
		margin-top: 60px;
	}
	.footer-branding h1 {
		font-size: 1.4em;
	}
	.footer-outro {
		margin: 10px auto 15px auto;
	}
	.footer-outro p {
		font-size: 0.9em;
	}
	.verification-content p {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 375px) {
	.input-error {
		font-size: 0.5em;
	}
}
@media screen and (max-width: 360px) {
	.styled-input {
		font-size: 1em;
	}
	.selectric .label {
		font-size: 0.85em;
	}
	.generator-content {
		padding: 60px 20px 20px 30px;
	}
	#code-generation {
		font-size: 0.9em;
	}
	.verification-generated-code {
		font-size: 0.9em;
	}
	.verification-key-niche-name {
		font-size: 0.55em;
	}
}
/**************************

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.

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