
body {
	min-height: 900px;
	width: 100%;
}

body {
	background: #4A91F1;
}
.lifafa-coever-section{
	background-image: radial-gradient(circle, #eeeeee 0%, #0061f3 101%);
}
#lifafa-claimed-row {
	background-color: #EEB542;
}
.lifafa-claimed-success-container {
	background: #4A91F1;
}

#canvasBar{
	position: fixed !important;
}
/*.lifafa-name-effect.Normal{
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 32px;
}
.lifafa-name-effect.Normal{
	background-image: linear-gradient(
	  322deg,
	     #5BD5FA 0%,
	     #1266F1 29%,
	     #ffffff 67%,
	     #537BED 100%
	  );
	animation: textclip 2s linear infinite;
	}*/



	/* name amimate*/
	.waviy {
		position: relative;
		-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
		font-size: 60px;
	}
	.waviy span {
		font-family: 'Alfa Slab One', cursive;
		position: relative;
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		animation: waviy 1s infinite;
		animation-delay: calc(.1s * var(--i));
	}
	@keyframes waviy {
		0%,40%,100% {
			transform: translateY(0)
		}
		20% {
			transform: translateY(-20px)
		}
	}

	.lifafa-name-effect {
		font-weight: 900;
		font-size: 41px;
		color: #ffffff
	}

	.lifafa-name-effect .letter {
		display: inline-block;
		line-height: 1em;
	}

	/* lifafa theme input css */
	.lifafa-claim-form-input{
		/*border-radius: 36px !important;*/
		border: 4px solid #eebc5b;
		color: #fff;
    	font-weight: 900;
	}
	.form-outline .form-control.form-control-lg::placeholder {
		color: #fff;
    	font-weight: 900;
		opacity: 1;
	}
	.lifafa-claim-form-input input:-webkit-autofill,
	.lifafa-claim-form-input input:-webkit-autofill:hover,
	.lifafa-claim-form-input input:-webkit-autofill:focus,
	.lifafa-claim-form-input input:-webkit-autofill:active {
	    transition: background-color 5000s ease-in-out 0s;
	    -webkit-text-fill-color: #fff !important;
	    box-shadow: 4px 0px 12px 9px #eeb542;
	}
	/* Chrome, Safari, Edge, Opera */
	.lifafa-claim-form-input input::-webkit-outer-spin-button,
	.lifafa-claim-form-input input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	#user-claim-lifafa-form {
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
		border-color: rgba(126, 239, 104, 0.8);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
		outline: 0 none;
	}
	.lifafa-claim-form-input .form-notch-leading,
	.lifafa-claim-form-input .form-notch-trailing {
		border: 0 !important;
	}

	.letter-image {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 200px;
		height: 200px;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

	.animated-mail {
		position: absolute;
		height: 150px;
		width: 200px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		transition: 0.4s;
	}
	.animated-mail .body {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 100px 200px;
		border-color: transparent transparent #cea044 transparent;
		z-index: 2;
	}
	.animated-mail .top-fold {
		position: absolute;
		top: 50px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 100px 0 100px;
		-webkit-transform-origin: 50% 0%;
		-webkit-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		-moz-transform-origin: 50% 0%;
		-moz-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		transform-origin: 50% 0%;
		transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
		border-color: #F9C95A transparent transparent transparent;
		z-index: 2;
	}
	.animated-mail .back-fold {
		position: absolute;
		bottom: 0;
		width: 200px;
		height: 100px;
		background: #EEB542;
		z-index: 0;
	}
	.animated-mail .left-fold {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 0 50px 100px;
		border-color: transparent transparent transparent #EEB542;
		z-index: 2;
	}
	.animated-mail .letter {
		left: 20px;
		bottom: 0px;
		position: absolute;
		width: 160px;
		height: 60px;
		background: white;
		z-index: 1;
		overflow: hidden;
		-webkit-transition: 0.4s 0.2s;
		-moz-transition: 0.4s 0.2s;
		transition: 0.4s 0.2s;
	}
	.animated-mail .letter .letter-border {
		height: 10px;
		width: 100%;
		background: repeating-linear-gradient(-45deg, #EEB542, #EEB542 8px, transparent 8px, transparent 18px);
	}
	.animated-mail .letter .letter-title {
		margin-top: 10px;
		margin-left: 5px;
		height: 10px;
		width: 40%;
		background: #EEB542;
	}
	.animated-mail .letter .letter-context {
		margin-top: 10px;
		margin-left: 5px;
		height: 10px;
		width: 20%;
		background: #EEB542;
	}
	.animated-mail .letter .letter-stamp {
		margin-top: 30px;
		margin-left: 120px;
		border-radius: 100%;
		height: 30px;
		width: 30px;
		background: #EEB542;
		opacity: 0.3;
	}

	.shadow {
		position: absolute;
		top: 200px;
		left: 50%;
		width: 400px;
		height: 30px;
		transition: 0.4s;
		transform: translateX(-50%);
		-webkit-transition: 0.4s;
		-webkit-transform: translateX(-50%);
		-moz-transition: 0.4s;
		-moz-transform: translateX(-50%);
		border-radius: 100%;
		background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	}

	.letter-image.active .animated-mail {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
	}
	.letter-image.active .animated-mail .top-fold {
		transition: transform 0.4s, z-index 0.2s;
		transform: rotateX(180deg);
		-webkit-transition: transform 0.4s, z-index 0.2s;
		-webkit-transform: rotateX(180deg);
		-moz-transition: transform 0.4s, z-index 0.2s;
		-moz-transform: rotateX(180deg);
		z-index: 0;
	}
	.letter-image.active .animated-mail .letter {
		height: 180px;
	}
	.letter-image.active .shadow {
		width: 250px;
	}

	#lifafa-header-top-side-effect-section {
		height: 45px;
	}
	.lifafa-icon-yellow-section{
		display: block;
		height: 120px;
	}
	.lifafa-icon-cash-section {
		z-index: 2;
		left: 0;
		right: 0;
		top: 48px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		width: 55px;
	}

	.lifafa-icon-sticker {
		z-index: 1;
		left: 0;
		right: 0;
		top: 43px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		width: 74px;
		height: 47px;
	}
	.lifafa-icon-sticker-new-label {
		z-index: 1;
		left: 0;
		right: 56px;
		top: 13px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		transform: translateX(85px);
		background: orangered;
		width: 40px;
		padding: 10px;
		border-radius: 50px;
		color: #fff;
		font-size: 13px;
		display: inline-table;
	}
	.lifafa-icon-bg-sticker-img {
		left: 0;
		right: 0;
		/*top: 136px;*/
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		width: 122px;
		height: 78px;
	}

	@keyframes textclip {
		from {
			background-position: 200% center;
		}
	}

	.lifafa-coever-section{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
		-webkit-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
	}

	.lifafa-coever-inner {
		position: relative;
		width: 150px;
		height: 100px;
	}

	.lifafa-coever-section.hide{
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s linear 0.33s, opacity 0.33s linear;
	}

	#lifafa-preview-section{
		opacity: 0;
		visibility: hidden;
	}
	#lifafa-preview-section.show{
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 0.33s, opacity 0.33s linear;
		transition-delay: 0s;
		padding: 0px;
	}
	#lifafa-preview-section.hide{
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	#lifafa-claim-success--preview-section{
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	#lifafa-claim-success--preview-section.show{
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 0.33s, opacity 0.33s linear;
		transition-delay: 0s;
		display: block;
	}
	.claim-btn {
		background: #EEB542;
		color: #fff;
		border: 1px solid #ffff;
	}
	.claim-btn:hover {
		background: #EEB542;
		color: #fff;
	}
	.tg-open-bot-btn {
		background: #EEB542;
		color: #fff;
		border: 1px solid #ffff;
	}
	.tg-open-bot-btn{
		background: #EEB542;
		color: #fff;
	}


	#lifafa-claimed-row {
		border-bottom: 0px;
		border-left : 2px solid #cccccc;
		border-right : 2px solid #cccccc;
		border-top : 2px solid #cccccc;
		font-size: 20px;
		font-weight: 600;
		color: #fff;
		background-image: url(../../front/images/lifafa-main-logo-yellow.png);
		background-position: right;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 0;
		border-bottom-left-radius :0;
		border-bottom-right-radius :0;
	}
	#lifafa-claimed-progress,#lifafa-claimed-progress .progress-bar{
		height:6px;
	}
	#lifafa-claimed-row .fa-circle{
		animation: blinker 2s linear infinite;
	}


	.lifafa-claim-late-section {
		overflow: hidden;
		border-radius: 10px;
		height: 120px;
		width: 180px;
		background-image: url(../../front/images/lifafa-placeholder-enevalope-100x100.png);
		z-index: 350 !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-repeat: no-repeat;
		background-attachment: relative;
		background-position: center;
		background-size: 180px;
		transform: translateY(0px);
	}
	.lifafa-claim-late-section img{
		width: 171px;
		height: 79px;
		top: 19%;
		position: sticky;
	}

	.form-outline .form-control.form-control-lg {
		font-size: 26px;
		line-height: 12px;
		letter-spacing: 4px;
		padding-top: 9px;
		color: #fff;
    	font-weight: 900;
    	backdrop-filter: blur(6px);
		border-radius: 36px !important;
	}
	.form-outline .form-control.form-control-lg~.form-label {
		padding-top: 13px;
		font-size: 22px;
	}
	.btn-lg{
		font-size: 24px;
		line-height: 28px;
		animation: shine-animation 3s ease-in-out infinite;
	}
	.form-control.is-invalid, .was-validated .form-control:invalid {
		margin-bottom: 0rem;
	}
	#lifafa-over-section .card-title {
		font-size: 29px;
		margin-bottom: 18px;
	}
	.service-item.active{
		background-image: url(../images/service-bg.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.service-item.active h4, .service-item.active p, .service-item.active .text-button a {
		color: #fff;
		font-size: 22px;
	}
	.service-item.active .form-label {
		color: #fff;
	}
	.service-item.active .service-icon i {
		color: #fff;
	}
	.service-icon i {
		font-size: 80px;
	}
	.lifafa-claimed-success {
		border-radius: 30px;
	}
	.lifafa-claimed-success h4 {
		margin-bottom: 15px;
	}
	.lifafa-claimed-success .btn{
		color: #4b8ef1;
		background-color: #fff;
		font-size: 15px;
	}
	.lifafa-claimed-success .form-label {
		margin-bottom: 0.5rem;
		color: #ffffff;
		font-size: 15px;
		font-weight: 500;
	}
	.lifafa-claimed-success-container {
		border-radius: 30px;
	}

	.lifafa-claimed-success-container .list-group-item{
		font-size: 18px;
		font-weight: 900;
		line-height: 31px;
	}

	.lifafa-claimed-success-container .paytm-img{
		display: inline-block;
		position: relative;
		width: 48px;
	}

	.relative-pos {
		position: relative;
		overflow: hidden;
		margin-top: 10px;
		height: 49px;
		width: 190px;
		border-radius: 20px;
		margin: 15px auto auto auto;
	}
	.relative-pos .fa-eye{
		display: -webkit-box;
		position: absolute;
		z-index: 111;
		color: #989faf;
		font-size: 25px;
		margin: 0 auto 0 -6px;
		top: 0;
		background: #020b1a;
		width: 44px;
		height: auto;
		padding: 14px;
	}
	#iframe-blocker-section {
		position:absolute;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		background-color:aliceblue;
		opacity:0.0;
		cursor:none;
		z-index:20
	}

	.iframe-views-counter {
		border-radius: 8px;
		/*margin-top: 10px;*/
		transform: translate(-88px, -52px);
		z-index: -1;
		padding-left: 33px;
		padding-top: 9px;
	}
	.yt-video-container {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding-top: 56.25%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 4px solid #EEB542 !important;
		border-radius: 6px;
	}
	.yt-video-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.g-ytsubscribe {
		color: white;
		background-color: white;
	}
	.video-channel-section {
		background: white;
		/*height: 55px !important;*/
		width: 300px !important;
		padding: 14px;
		border-radius:10px;
		margin : 15px auto 15px auto;
	}

	.timer-yt-video-watch-duration {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background: radial-gradient(ellipse at center,  #0a2e38  0%, #000000 84%);
		padding: 5px;
		color: #daf6ff;
		text-shadow: 0 0 20px rgb(10 175 230), 0 0 20px rgb(10 175 230 / 0%);
		-webkit-box-shadow: -1px 7px 17px 3px #daf6ff;
		-moz-box-shadow: -1px 7px 17px 3px #daf6ff;
		box-shadow: -1px 7px 17px 3px #daf6ff;
		display: flex;
		padding-top: 10px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 26px;
		font-weight: 1000;
		font-family: digital-clock-font;
		z-index: 11;
	}
	.controls {
		display: none;
	}
	.clock {
		transform: translate(-8px, -4px);
	}
	#start {
		display: none;
	}
	#yt-video-player {
		display: none;
	}
	.claim {
		float: left;
	}

	#lifafa-tg-login-section{
	/*background-image: url(https://cdn-icons-png.flaticon.com/512/906/906377.png);
	background-position: top 0px right -6px;
	background-size: 85px;
	background-repeat: no-repeat;*/
}
.tg-header-logo{
	width: 60px;
	margin: 0 auto;
	margin-bottom: 13px;
}
#tg-chennal-preview-iframe {
	border:0px;
	height:350px;
	width: 100%;
	box-shadow: 0 0 16px 3px rgba(0,0,0,.2);
}
.tg-open-bot-btn,.tg-chennal-join-btn {
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
	text-transform: none;
	padding: 13px;
}
.tg-open-bot-btn path.three,.tg-chennal-join-btn path.three {
	animation: color_tg_bot_btn 1s infinite 0.2s;
}
.tg-user-logged-info-section{
	border-radius: 15px;
	background-image: url(../../front/images/tg-logo.png);
	background-position: center right 6px;
	background-size: 65px;
	background-repeat: no-repeat;
}
.tg-open-bot-btn path.one,.tg-chennal-join-btn path.one {
	transform: translateX(0%);
	animation: color_tg_bot_btn 1s infinite 0.6s;
}

.tg-open-bot-btn path.two,.tg-chennal-join-btn path.two {
	transform: translateX(0%);
	animation: color_tg_bot_btn 1s infinite 0.4s;
}

.lifafa-header-side-effect-single {
	/*position: absolute;*/
	top: -9px;
	right: 0;
	z-index: 0;
	width: 100%;
	margin : 0;
	padding : 0;
}
.lifafa-header-top-side-effect-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 150px;
	margin : 0;
	padding : 0;
}
.lifafa-header-top-side-effect-left {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: 2;
	width: 150px;
	margin : 0;
	padding : 0;
}


/* SVG animations */
@keyframes color_tg_bot_btn {
	0% {
		fill: white;
	}
	50% {
		fill: #1266f1;
	}
	100% {
		fill: white;
	}
}

@keyframes shine-animation {
	from {
		background-position: 200% 0;
	}
	to {
		background-position: -200% 0;
	}
}

@keyframes blinker {
	50% {
		opacity: 0.1;
	}
}
.claim-btn path.three {
	animation: color_anim 1s infinite 0.2s;
}

.claim-btn path.one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.claim-btn path.two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}


/* lifafa claim success */
#envelope-body {
	position: relative;
	width: 280px;
	height: 180px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	top: 150px;
	background-color: transparent;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.envelope-front {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 3;
}
.envelope-flap {
	border-left: 140px solid transparent;
	border-right: 140px solid transparent;
	border-bottom: 82px solid transparent;
	/* a little smaller */
	border-top: 98px solid #bc913b;
	/* a little larger */
	transform-origin: top;
	pointer-events: none;
}
.envelope-pocket {
	border-left: 140px solid #FBDB6E;
	border-right: 140px solid #FBDB6E;
	border-bottom: 90px solid #EEB542;
	border-top: 90px solid transparent;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.envelope-letter {
	position: relative;
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	top: 5%;
	border-radius: 6px;
	box-shadow: 0 2px 26px rgba(0, 0, 0, 0.12);
}
.envelope-letter:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(215, 227, 239, 0.7) 55%, #d7e3ef 100%);
}
.envelope-words {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 14%;
	background-color: #EEEFF0;
}
.envelope-words.line1 {
	top: 15%;
	width: 20%;
	height: 7%;
}
.envelope-words.line2 {
	top: 30%;
}
.envelope-words.line3 {
	top: 50%;
}
.envelope-words.line4 {
	top: 70%;
}
.envelope-open .envelope-flap {
	transform: rotateX(180deg);
	transition: transform 0.4s ease, z-index 0.6s;
	z-index: 1;
}
.envelope-close .envelope-flap {
	transform: rotateX(0deg);
	transition: transform 0.4s 0.6s ease, z-index 1s;
	z-index: 5;
}
.envelope-close .envelope-letter {
	transform: translateY(0px);
	transition: transform 0.4s ease, z-index 1s;
	z-index: 1;
}
.envelope-open .envelope-letter {
	transform: translateY(-60px);
	transition: transform 0.4s 0.6s ease, z-index 0.6s;
	z-index: 2;
}
.envelope-hearts {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 2;
}
.envelope-heart {
	position: absolute;
	bottom: 0;
	right: 10%;
	pointer-events: none;
}
.envelope-heart:before,
.envelope-heart:after {
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	width: 50px;
	height: 80px;
	background: #D00000;
	border-radius: 50px 50px 0 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	pointer-events: none;
}
.envelope-heart:after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}
.envelope-close .envelope-heart {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
}
.envelope-a1 {
	left: 20%;
	transform: scale(0.6);
	opacity: 1;
	-webkit-animation: slideUp 4s linear 1, sideSway 2s ease-in-out 4 alternate;
	-moz-animation: slideUp 4s linear 1, sideSway 2s ease-in-out 4 alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.envelope-a2 {
	left: 55%;
	transform: scale(1);
	opacity: 1;
	-webkit-animation: slideUp 5s linear 1, sideSway 4s ease-in-out 2 alternate;
	-moz-animation: slideUp 5s linear 1, sideSway 4s ease-in-out 2 alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.envelope-a3 {
	left: 10%;
	transform: scale(0.8);
	opacity: 1;
	-webkit-animation: slideUp 7s linear 1, sideSway 2s ease-in-out 6 alternate;
	-moz-animation: slideUp 7s linear 1, sideSway 2s ease-in-out 6 alternate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

@-webkit-keyframes slideUp {
	0% {
		top: 0;
	}
	100% {
		top: -600px;
	}
}
@keyframes slideUp {
	0% {
		top: 0;
	}
	100% {
		top: -600px;
	}
}
@-webkit-keyframes sideSway {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: 50px;
	}
}
@keyframes sideSway {
	0% {
		margin-left: 0px;
	}
	100% {
		margin-left: 50px;
	}
}
.envlope-wrapper {
	height: 352px;
}

.z-10086 {
  z-index: 10086;
}
.-top-6 {
  top: -6rem;
}
.emitter {
  position: relative;
}
.emitter div {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--particle-color);
}

#lifafa-refer-earn-section{
	font-size: 15px;
    font-weight: 540;
    color: #fff;
    background-color: #262626;
    padding: 10px;
    position: relative;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    animation: pulse 1.5s infinite;
    cursor: pointer;
}

#lifafa-theme-banner-section img{
	animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
@-webkit-keyframes heartbeat {
	to {
		transform: scale(1.2);
	}
}

@keyframes heartbeat {
	to {
		transform: scale(1.2);
	}
}
.animation-container {
	display: block;
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	top: 200px;
}
.animation-container .lightning-container {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	transform: translateY(-50%);
}
.animation-container .lightning-container .lightning {
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	transform-origin: 6px 6px;
	-webkit-animation-name: woosh;
	animation-name: woosh;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.animation-container .lightning-container .lightning.white {
	background-color: white;
	box-shadow: 0px 50px 50px 0px rgba(255, 255, 255, 0.3);
}
.animation-container .lightning-container .lightning.red {
	background-color: #fc7171;
	box-shadow: 0px 50px 50px 0px rgba(252, 113, 113, 0.3);
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-container .boom-container {
	position: absolute;
	display: flex;
	width: 80px;
	height: 80px;
	text-align: center;
	align-items: center;
	transform: translateY(-50%);
	left: 200px;
	top: -145px;
}
.animation-container .boom-container .shape {
	display: inline-block;
	position: relative;
	opacity: 0;
	transform-origin: center center;
}
.animation-container .boom-container .shape.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	transform-origin: 50% 80%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: -15px;
	border-width: 0 2.5px 5px 2.5px;
	border-color: transparent transparent #42e599 transparent;
	-webkit-animation-name: boom-triangle;
	animation-name: boom-triangle;
}
.animation-container .boom-container .shape.triangle.big {
	margin-left: -25px;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #fade28 transparent;
	-webkit-animation-name: boom-triangle-big;
	animation-name: boom-triangle-big;
}
.animation-container .boom-container .shape.disc {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #d15ff4;
	-webkit-animation-name: boom-disc;
	animation-name: boom-disc;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animation-container .boom-container .shape.circle {
	width: 20px;
	height: 20px;
	-webkit-animation-name: boom-circle;
	animation-name: boom-circle;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 100%;
	margin-left: -30px;
}
.animation-container .boom-container .shape.circle.white {
	border: 1px solid white;
}
.animation-container .boom-container .shape.circle.big {
	width: 40px;
	height: 40px;
	margin-left: 0px;
}
.animation-container .boom-container .shape.circle.big.white {
	border: 2px solid white;
}
.animation-container .boom-container .shape:after {
	background-color: rgba(178, 215, 232, 0.2);
}
.animation-container .boom-container .shape.triangle, .animation-container .boom-container .shape.circle, .animation-container .boom-container .shape.circle.big, .animation-container .boom-container .shape.disc {
	-webkit-animation-delay: 0.38s;
	animation-delay: 0.38s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.animation-container .boom-container .shape.circle {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-container .boom-container.second {
	left: 485px;
	top: 155px;
}
.animation-container .boom-container.second .shape.triangle, .animation-container .boom-container.second .shape.circle, .animation-container .boom-container.second .shape.circle.big, .animation-container .boom-container.second .shape.disc {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.animation-container .boom-container.second .shape.circle {
	-webkit-animation-delay: 2.15s;
	animation-delay: 2.15s;
}

@-webkit-keyframes woosh {
	0% {
		width: 12px;
		transform: translate(0px, 0px) rotate(-35deg);
	}
	15% {
		width: 50px;
	}
	30% {
		width: 12px;
		transform: translate(214px, -150px) rotate(-35deg);
	}
	30.1% {
		transform: translate(214px, -150px) rotate(46deg);
	}
	50% {
		width: 110px;
	}
	70% {
		width: 12px;
		transform: translate(500px, 150px) rotate(46deg);
	}
	70.1% {
		transform: translate(500px, 150px) rotate(-37deg);
	}
	85% {
		width: 50px;
	}
	100% {
		width: 12px;
		transform: translate(700px, 0) rotate(-37deg);
	}
}

@keyframes woosh {
	0% {
		width: 12px;
		transform: translate(0px, 0px) rotate(-35deg);
	}
	15% {
		width: 50px;
	}
	30% {
		width: 12px;
		transform: translate(214px, -150px) rotate(-35deg);
	}
	30.1% {
		transform: translate(214px, -150px) rotate(46deg);
	}
	50% {
		width: 110px;
	}
	70% {
		width: 12px;
		transform: translate(500px, 150px) rotate(46deg);
	}
	70.1% {
		transform: translate(500px, 150px) rotate(-37deg);
	}
	85% {
		width: 50px;
	}
	100% {
		width: 12px;
		transform: translate(700px, 0) rotate(-37deg);
	}
}
@-webkit-keyframes boom-circle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(3);
	}
}
@keyframes boom-circle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(3);
	}
}
@-webkit-keyframes boom-triangle-big {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(2.5) translate(50px, -50px) rotate(360deg);
	}
}
@keyframes boom-triangle-big {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(2.5) translate(50px, -50px) rotate(360deg);
	}
}
@-webkit-keyframes boom-triangle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(3) translate(20px, 40px) rotate(360deg);
	}
}
@keyframes boom-triangle {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		transform: scale(3) translate(20px, 40px) rotate(360deg);
	}
}
@-webkit-keyframes boom-disc {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(2) translate(-70px, -30px);
	}
}
@keyframes boom-disc {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	40% {
		opacity: 0;
		transform: scale(2) translate(-70px, -30px);
	}
}

/* SVG animations */
@keyframes color_anim {
	0% {
		fill: white;
	}
	50% {
		fill: #FBC638;
	}
	100% {
		fill: white;
	}
}
