body {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #3b393a;
	background: -moz-linear-gradient(left,  #3b393a 0%, #525051 50%, #3b393a 100%);
	background: -webkit-linear-gradient(left,  #3b393a 0%,#525051 50%,#3b393a 100%);
	background: linear-gradient(to right,  #3b393a 0%,#525051 50%,#3b393a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b393a', endColorstr='#3b393a',GradientType=1 );
	overflow-x: hidden;
}
a {
	color: #00ca31;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pack-loader {
	display: none;
}
.pack-loader .packmiddle p {
	display: none;
}
.mainbg {
	background: #3c3c3c;
	border: 3px solid #6b6b6d;
}
.maininput {
	padding: 20px;
	margin-top: 60px;
}
.title {
	background: url(../img/title.png) no-repeat;
	width: 391px;
	height: 54px;
	float: right;
}
.titlebottom {
	background: url(../img/title2.png) no-repeat;
	width: 391px;
	height: 54px;
}
.platforms {
	margin-top: 50px;
}
.platforms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.platforms ul li {
    display: inline-block;
	background: rgb(0,129,31);
	background: linear-gradient(90deg, rgba(0,129,31,1) 0%, rgba(0,202,49,1) 44%, rgba(40,255,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
    color: #f9ffff;
	border-bottom: 4px solid #00ca31;
    margin: 10px;
    padding: 20px 0;
    font-size: 21px;
	text-transform: uppercase;
    width: 20%;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.platforms ul li:hover {
	background: #383838;
	background: -moz-linear-gradient(top,  #383838 0%, #313131 100%);
	background: -webkit-linear-gradient(top,  #383838 0%,#313131 100%);
	background: linear-gradient(to bottom,  #383838 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#313131',GradientType=0 );
	color: #00ca31;
    cursor: pointer;
}
.platform-active {
	background: #383838!important;
	background: -moz-linear-gradient(top,  #383838 0%, #313131 100%)!important;
	background: -webkit-linear-gradient(top,  #383838 0%,#313131 100%)!important;
	background: linear-gradient(to bottom,  #383838 0%,#313131 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#313131',GradientType=0 )!important;
	color: #00ca31!important;
}
.platforms ul li i {
    font-size: 36px;
    margin-bottom: 15px;
}
.platforms ul li span {
	display: inline-block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);	
}
.packsPage {
	display: none;
}
.packmain {
	text-align: center;
}
.pack1 {
	background: url(../img/1.png) no-repeat;
}
.pack2 {
	background: url(../img/2.png) no-repeat;
}
.pack3 {
	background: url(../img/3.png) no-repeat;
}
.pack4 {
	background: url(../img/4.png) no-repeat;
}
.pack5 {
	background: url(../img/5.png) no-repeat;
}
.packbg {
	border: 3px solid #6f6f6f;
	display: inline-block;
	margin: 10px;
	width: 293px;
	height: 569px;
	position: relative;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.packbg:hover {
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.packtitle {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
}
.packtitle img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}
.packmiddle {
	position: absolute;
	top: 63%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
}
.packmiddle p {
	padding: 0;
	margin: 0;
	color: #f3da38;
	font-size: 20px;
	font-weight: normal;
}
.packbottom {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 28px;
}
.inputbg {
	width: 80%;
	margin: 0 auto;
}
.leftside, .rightside {
	float: left;
}
.leftside {
	width: 20%;
}
.rightside {
	width: 80%;
}
.avatar img {
	margin-top: -3px;
	width: 100px;
	height: 100px;
	border: 3px solid #00ca31;
}
.nextbtn {
	text-align: center;
	margin: 40px auto 20px auto;
}
.nextbtn a {
	display: inline-block;
	background: rgb(0,129,31);
	background: linear-gradient(90deg, rgba(0,129,31,1) 0%, rgba(0,202,49,1) 44%, rgba(40,255,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313234', endColorstr='#a12f15',GradientType=0 );
	height: 60px;
	line-height: 55px;
	color: #f1eff0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 35%;
	border: 2px solid #b9babf;
	border-bottom: 6px solid #00ca31;
	transition: all 0s ease;
}
.nextbtn a:hover {
	background: #3a3a3a;
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #565656 100%);
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#565656 100%);
	background: linear-gradient(to bottom,  #3a3a3a 0%,#565656 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#565656',GradientType=0 );
	border: 2px solid #b9babf;
	border-bottom: 6px solid #fff;
	color: #b9babf;
	transition: all 0s ease;
}
.footer {
	background: #393939;
	background: -moz-linear-gradient(top,  #393939 0%, #313131 53%, #2f2f2f 98%, #303032 100%);
	background: -webkit-linear-gradient(top,  #393939 0%,#313131 53%,#2f2f2f 98%,#303032 100%);
	background: linear-gradient(to bottom,  #393939 0%,#313131 53%,#2f2f2f 98%,#303032 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#303032',GradientType=0 );
	padding: 20px;
	text-align: center;
	margin-top: 10%;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer ul li {
	margin: 10px;
	display: inline-block;
}
.footer ul li a {
	background: #414141;
	background: -moz-linear-gradient(top,  #414141 0%, #3e3e3e 43%, #3e3e3e 100%);
	background: -webkit-linear-gradient(top,  #414141 0%,#3e3e3e 43%,#3e3e3e 100%);
	background: linear-gradient(to bottom,  #414141 0%,#3e3e3e 43%,#3e3e3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#3e3e3e',GradientType=0 );
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #818181;
	border-bottom: 4px solid #8d8d8d;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.footer ul li a span {
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);	
}
.footer ul li a:hover {
	background: #57131b;
	background: -moz-linear-gradient(top,  #57131b 0%, #b11009 100%);
	background: -webkit-linear-gradient(top,  #57131b 0%,#b11009 100%);
	background: linear-gradient(to bottom,  #57131b 0%,#b11009 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
    color: #f9ffff;
	border-bottom: 4px solid #00ca31;
}
.footer p {
	font-size: 16px;
	margin-top: 20px;
}
body.modal-open .blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.verifymodal {
	background: #383838;
	background: -moz-linear-gradient(top, #383838 0%, #313131 100%);
	background: -webkit-linear-gradient(top, #383838 0%,#313131 100%);
	background: linear-gradient(to bottom, #383838 0%,#313131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#313131',GradientType=0 );
	padding: 20px 40px;
	border: 3px solid #6b6b6d;
	text-align: center;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
}
.verifymodal p, .verifymodal h1 {
	margin: 0;
	padding: 0;
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
}
.verifymodal p {
	font-size: 18px;
	color: #fff;
}
.verifymodal h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 28px;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
.verifymodal i {
	font-size: 32px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}
.verifymodal > .nextbtn {
	margin: 20px 0 10px 0;
	display: block;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
}
.laoding {
	font-size: 32px;
	font-weight: bold;
}
.laoding i {
	font-size: 42px;
	margin-right: 13px;
	margin-top: -3px;
	vertical-align: middle;
}
.laoding p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

.modal-content .counting-image img {
  max-width: 150px;
}

.modal-content .counting-image .coins {
  font-family: BurbankBigCondensed-Black, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
}

#verification-modal .modal-dialog {
  max-width: 760px;
}

#verification-modal .modal-content {
  min-height: 200px;
  background: #131F3C;
  font-size: 14px;
  color: #eee;
}

#verification-modal .icon {
	    padding: 10px;
	    border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 128px;
  font-size: 90px;
  color: #131F3C;
  background: linear-gradient(to right, #ECF1F8, #CCD9EA);
}

@media (max-width: 767px) {
  #verification-modal .icon { display: none  }
}

#verification-modal h4 {
	border-radius: 10px;
  padding: 1rem;
background: #57131b;
    background: -moz-linear-gradient(top, #57131b 0%, #b11009 100%);
    background: -webkit-linear-gradient(top, #57131b 0%,#b11009 100%);
    background: linear-gradient(to bottom, #57131b 0%,#b11009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
    color: #f9ffff;
    border-bottom: 4px solid #00ca31;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
}

#verification-modal .username {
  margin-bottom: 1.5rem;
  color: #FE23A9;
  text-align: center;
  font-family: BurbankBigCondensed-Black, sans-serif;
  font-size: 20px;
  line-height: 1;
}

#verification-modal .title-new {
	    margin-top: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

#verification-modal .title-new > span {
  margin: 2px 15px 0 0;
  padding: 4px 8px;
background: #57131b;
    background: -moz-linear-gradient(top, #57131b 0%, #b11009 100%);
    background: -webkit-linear-gradient(top, #57131b 0%,#b11009 100%);
    background: linear-gradient(to bottom, #57131b 0%,#b11009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57131b', endColorstr='#b11009',GradientType=0 );
    color: #f9ffff;
  border-radius: 0.25rem;
  line-height: 1;
}
