.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-box-wrapper-login {
	width: 400px;
	height: auto;
	position: relative;
	margin: 50px auto;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15%;
	text-align: center;
	font-family: 'laza';
	color: #fff;
}
.reward-title {
    filter: drop-shadow(1px 2px #161616);
    background: linear-gradient(16deg, #ffed3c 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    font-family: 'laza';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -45px;
}
.popup-box-reward {
    background: url(../img/popup-reward.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height:220px;
}
.popup-box-item-reward {
	width: 16%;
    height: 67px;
    margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	display: block;
}
.popup-box-item-reward img {
	width: 100%;
	height: 100%;
}
.popup-box-footer-reward {
	background-size: 100% 100%;
	margin-top: 40px;
	width: 100%;
	height: 45px;
}
.popup-box-footer-reward button {
	background: url(../img/collect.png) no-repeat center;
	background-size: 100% 100%;
	width: auto;
	height: auto;
	padding: 5px;
	padding-left: 35px;
	padding-right: 35px;
	color: #000;
	font-size: 18px;
	font-family: laza;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	outline: none;
}
.bordermotion {
    border: 2px solid #66000000;
}
@property --angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}
.gradient {
	border: 1px solid #66000000;
}
.bordermotion {
	--angle: 360deg;
	border-image: linear-gradient(var(--angle), #338e65, #1c6f52, #bbac5e, #ffffff, #2d9169) 1;
	animation: fade 2s forwards,
    rotate 2s linear infinite;
}
@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes flip {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}
@keyframes rotate {
	to {
		--angle: 0deg;
		visibility: hidden;
	}
}
.popup-box-login-fb {
	background: #ECEFF6;
	max-width: 330px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 1.9%;
	text-align: center;
	font-family: 'Teko';
	color: #000;
	border-radius: 10px;
}

.popup-box-login-moonton {
	background: -webkit-linear-gradient(top, rgb(20 31 47) 0%, rgb(79 119 163) 100%);
    max-width: 330px;
    height: auto;
    position: relative;
    margin: 50px auto;
    margin-top: 10%;
    text-align: center;
    font-family: 'Teko';
    color: #000;
    border-radius: 1px;
}

.popup-box-login-twitter {
	background: #fff;
	max-width: 330px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 10%;
	text-align: center;
	font-family: 'Teko';
	color: #000;
	border-radius: 5px;
}

.popup-box-login-google {
	background:#fff;
	max-width:330px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:36%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	border-radius:5px;
}
.popup-box-login-facebooks {
background: url(../images/bg-facebook.jpg) no-repeat center; 
background-size: 100% 100%;
max-width: 330px;
height: auto;
position: relative;
margin: 50px auto;
margin-top: 10%;
text-align: center;
border-radius: 5px;
}
.popup-box-login-facebook-mt {
background: #fff;
background-size: 100% 100%;
max-width: 330px;
height: auto;
position: relative;
margin: 50px auto;
margin-top: 5%;
text-align: center;
border-radius: 5px;
}
.popup-box-login-gg {
background: #fff;
max-width: 330px;
height: auto;
position: relative;
margin: 50px auto;
margin-top: 10%;
border-radius: 5px;
}
.close-fb {
	background: #3b5998;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	position: absolute;
	display: block;
}

.close-fb i {
	padding-top: 3px;
}

.close-other {
	background: #fff;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	top: -12px;
	right: -12px;
	position: absolute;
	z-index: 9999999;
	display: block;
}

.close-other i {
	color: #000;
	padding-top: 3px;
}
@media only screen and (max-width:600px) {
    .popup-box-wrapper-login {
		width: 400px;
        margin-left: auto;
        margin-right: auto;
		margin-top: 65%;
	}
}