.progressbar {
	display: inline-block;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #0e5e9c;
	background-color: #2e7ebc;
	width: 125px;
}
.progressbar .bar {
	width: 50%;
	display: inline-block;
	border-radius: 5px;
	height: 28px;
}
.progressbar.voteup {
	border-left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: left;
}
.progressbar.votedown {
	border-right: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: right;
}
.progressbar.voteup .bar span {
	position: absolute;
	left: 5px;
}
.progressbar.voteup .bar {
	position: relative;
	background-color: #12953f;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.progressbar.votedown .bar span {
	position: absolute;
	right: 5px;
}
.progressbar.votedown .bar {
	position: relative;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #e11c17;
}

#support-code-text {
	cursor: pointer;
}
#support-code-promo {
        -webkit-backdrop-filter: blur(20px);
        -moz-backdrop-filter: blur(20px);
        -ms-backdrop-filter: blur(20px);
         backdrop-filter: blur(20px);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
	background-color: rgba(0,0,0,0.5);
}
#support-code-promo .dialog {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	background-image: url('/images/supportacreator-fortnite-v2-es_ES.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1000px;
	height: 700px;
	position: relative;
}
#support-code-promo .dialog img {
	position: absolute;
	top: 367px;
	left: 484px;
	width: 66px;
}
#support-code-promo .dialog input {
	font-size: 33px;
	font-family: 'Luckiest Guy';
	background-color: transparent;
	border: 0;
	color: #333;
	position: relative;
	top: 41%;
	left: 10%;
}

@media only screen and (min-width: 501px) and (max-width: 1000px) {
	#support-code-promo .dialog {
		margin-top: 15%;
		width: 500px;
		height: 370px;
	}
	#support-code-promo .dialog input {
		font-size: 23px;
		top: 37.5%;
	}
	#support-code-promo .dialog img {
		top: 183px;
		left: 242px;
		width: 33px;
	}
}

@media only screen and (max-width: 500px) {
	#support-code-promo .dialog {
		margin-top: 25%;
		width: 350px;
		height: 270px;
	}
	#support-code-promo .dialog input {
		font-size: 20px;
		top: 34.5%;
	}
	#support-code-promo .dialog img {
		top: 128px;
		left: 169px;
		width: 23px;
	}
}

.banner-wrap {
	 cursor: pointer;
}
