.smart-roulette__gift_left {
    left: 15px;
}
.smart-roulette__gift {
    border: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    position: fixed;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: 15px;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running shake-animation;
    animation: 2.2s ease-in-out 0s normal none infinite running shake-animation;
    z-index: 999;
}
/* ----- Animated button ----- */

.smart-roulette__gift {
  
  -moz-animation: cycle 4s linear infinite;            
    -webkit-animation: cycle 4s linear infinite;
  
}

@-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

/* ----- Animated button END ----- */

.smart-roulette__gift{
  color:white;
  min-height:30px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.activity-rewards-banner {
	position: relative;
	width: 100%;
	background-image: url(https://i.imgur.com/mvhid9K.png);

	border-radius: 3px;
	margin-bottom: 30px;
}

.activity-rewards-banner a {
	padding: 40px 30px 40px 30px;
	display: block;
	width: 100%;
	height: 100%;
	white-space: normal;
}

.activity-rewards-banner h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
	color: #68d0f8;
}

.activity-rewards-banner p {
	color: #7ceefe;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
}

.activity-rewards-banner img {
	width: 100%;
	max-width: 270px;
	display: block;
	margin: 0 auto 20px;
}


.day-in-a-row {
	color: #FBAB7E !important;
	font-weight: bold !important;
	border-bottom: 2px solid #FBAB7E;
	background-color: #FBAB7E;
	background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.reward {
	padding: 15px;
	border-radius: 4px;
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.reward .received {
	display: none;
}

.reward.active .received {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	margin: -15px;
	justify-content: center;
	font-size: 30px;
	color: #ffffff;
	background: rgba(51, 51, 51, 0.74);
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
}


.reward:last-child {
	margin-bottom: 0;
}

.reward .reward-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #222127;
	background-image: url(https://i.imgur.com/UqkCIfC.png);
	border-radius: 5px;
	background-size: 81px;
}

.reward .reward-day span {
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.reward .reward-day i {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}

.reward .reward-content {
	flex: 1;
	align-self: center;
	display: flex;
	flex-direction: column;
	padding-left: 15px;
}

.reward .reward-content span:nth-child(1) {
	line-height: 46px;
	font-size: 22px;
}

.reward .reward-content span:nth-child(2) {
	font-size: 14px;
}