
.d-none {
	display: none !important;
}

.item-container {
	/* max-width: 320px; */
	max-width: 307px;
}

.md-text {
	text-align: left;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	font-size: 22px;
	position: relative;
	left: 47px;
}

.sm-text {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	color: #2cfef7;
}

.clear {
	margin: 0px !important;
}

.btn-use {
	background: #fff;
	color: #225092 !important;
	width: 156px;
	border-color: #fff;
	cursor: default !important;
}

.btn-use:hover {
	color: #225092 !important;
}

.btn-use-claim {
	background: #fff;
	color: #ff5652 !important;
	width: 156px;
	border-color: #fff;
	cursor: default !important;
}

.btn-use-claim:hover {
	background: #fff;
	color: #ff5652 !important;
	width: 156px;
	border-color: #fff;
	cursor: default !important;
}

.button {
	line-height: inherit;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	padding: 8px 20px;
	font-size: 16px;
	text-decoration: none;
	transition: transform .1s ease-in-out;
	border-radius: 50px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-appearance: button;
	font-family: var(--font2);
}

.btn-cyan {
	border: 0px solid #2cfef7;
}


.rewards-modal .item-element-inner,
.rewards-modal .item-container {
	background: #2f2c38;
}

.py {
	color: #ff0 !important;
	;
	margin-top: 0px !important;
}


.rewards-bottom {
	/*clear: both*/
	width: 307px;
	float: left;
	margin-right: 19px;
}

.right-content.wide {
	padding: 10px;
	padding-right: 0px;
	margin-right: -5px;
}

.modal {
	max-height: 10000px !important;
	min-height: 600px !important;
}

.item-container {
	padding: 10px;
	min-height: 120px;
	background: #171718;
	border-radius: 32px;
	margin: 0 auto 16px;
	text-align: center;
	max-width: 240px;
	box-shadow: 0 2px 8px -2px
}

.item-element-inner {
	border-radius: 20px;
	background: #161717;
	padding: 20px;
	word-break: break-word;
	height: 288px;
}

.item-element-inner h2 {
	margin: 12px 0
}

.item-element {
	color: #fff;
	padding: 4px;
	border-radius: 24px;
	font-size: 16px;
	line-height: 20px
}

.item-element img {
	max-width: 60%;
	border-radius: 10px
}

.item-element button {
	padding: 12px 30px;
	width: 156px;
}

.item-element h1 {
	font-size: 24px;
	margin: 15px 0 0
}

.item-element h3 {
	font-family: var(--font1);
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-top: 8px
}

.item-element p {
	margin: 10px 0
}

.item-element a {
	display: block;
	margin: 8px 0;
	text-decoration: underline;
	color: #444;
	font-size: 14px
}

.item-element {
	background: #00fff8;
	/*background: linear-gradient(-45deg, #00fff8, #08f9f8 11%, #1ce7f9 22%, #3fcbfb 32%, #6ea4fd 42%, #a576ff 52%, #b172e8 62%, #d266a8 72%, #eb5d79 81%, #f9585d 91%, #ff5652);*/
	background: linear-gradient(-45deg, #337ab7, #337ab7 11%, #1ce7f9 22%, #3fcbfb 32%, #6ea4fd 42%, #337ab7 52%, #337ab7 62%, #337ab7 72%, #0eebff 81%, #337ab7 91%, #03e9f4);
}

.item-locked a,
.item-locked h1,
.item-locked h3 {
	opacity: .5
}

.item-locked .btn-cyan {
	background: none;
	border: 3px solid #2cfef7;
	color: #2cfef7
}

.item-locked .btn-cyan:hover:enabled {
	background: #2cfef7;
	color: #412786
}

.item-locked .inventory-expire {
	color: #8b7fb9
}

.item-locked .inventory-expire img,
.item-locked .inventory-expire p {
	opacity: 1
}

.inventory-end,
.inventory-expire {
	margin-bottom: 8px;
	color: #fff
}

.inventory-end img,
.inventory-expire img {
	display: inline;
	width: 24px
}

.inventory-end p,
.inventory-expire p {
	display: inline;
	font-weight: 700
}

.countdown-clock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.countdown-clock .col {
	font-family: var(--font2);
	font-size: 10px;
	letter-spacing: .02em;
	font-weight: 550;
	text-align: center;
	flex: 1
}

.countdown-clock .col div {
	font-size: 23px
}

.countdown-clock .col div.digits {
	width: 38px
}

.inventory-expire {
	color: #2cfef7
}

.rewards-modal .item-element-inner,
.rewards-modal .item-container {
	background: #2f2c38;
}

.item-container {
	max-width: 307px;
}

.btn-purple {
	background: #326cc0;
	border: 4px solid #326cc0;
	color: #fff;
}

.coupon-del {
	display: none;
}

.btn-claim-yes,
.btn-claim-coupon {
	background: #03e5f4;
}

.btn-claim-yes:hover,
.btn-claim-coupon:hover {
	background: #03c0f4;
}

@media (max-width: 800px) {
	.btn-use-claim {
		margin-top: 0px !important;
	}

	.rewards-bottom {
		width: 285px;
		left: 50%;
		position: relative;
		margin-left: -144.5px;
		float: none;
	}

	.right-content.wide {
		padding: 10px;
		padding-right: 0px;
		margin-right: 0px;
	}

	.item-element-inner {
		padding-left: 0px;
	}

	.sm-text {
		margin-top: 5px !important;
	}
}
