.container-battlepass {
	border-left: 5px solid var(--default-color);
	min-height: 250px;
	width: 100%;
	margin-bottom: 50px;
	padding: 30px 60px;
}
.container-bp-info {
	height: 160px;
	text-align: left;
	padding: 20px 20px 20px 30px;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.login-button {
	width: 100px;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	color: #ffd378;
	line-height: 25px;
	border-radius: 30px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.claimed-button {
	width: 100px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #ffd378;
	line-height: 20px;
	border: 1px solid #ffd378;
	box-shadow: 0 0 5px #ffd378;
	border-radius: 30px;
	opacity: 0.5;
	text-align: center;
	float: right;
	cursor: pointer;
}
.required-button {
	width: 100px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #db4535;
	line-height: 20px;
	border: 1px solid #db4535;
	box-shadow: 0 0 5px #db4535;
	border-radius: 30px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.claim-button {
	width: 100px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: rgba(100, 255, 100, 1.0);
	line-height: 20px;
	border: 1px solid rgba(100, 255, 100, 1.0);
	box-shadow: 0 0 5px rgba(100, 255, 100, 1.0);
	border-radius: 30px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.info-button {
	width: 100px;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	color: #db4535;
	line-height: 25px;
	border-radius: 30px;
	text-align: center;
	float: right;
	margin: -10px 0px!important;
	cursor: pointer;
}
.tbl-battlepass {
	width: 100%;
}
.tbl-battlepass tr td {
	text-align: left;
	font-size: 18px;
	color: #fff;
	font-family: philosopher,sans-serif;
}
.tbl-battlepass tr td span {
	font-size: 18px;
	color: var(--default-color);
	font-weight: bold;
	margin-left: 15px;
}
.tbl-battlepass tr td.time {
	font-size: 12px!important;
	color: rgba(255, 255, 255, 0.5)!important;
}
.battlepass-button {
	width: 305px!important;
	margin-left: calc(50% - 145px);
	height: 60px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../images/bpass_button.png) center no-repeat!important;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
	right: 14px;
	text-shadow: 2px 2px black;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.3), inset 0px 5px rgba(0, 0, 0, 0.4), 0px 3px 5px #000, inset 0px 1px 2px #000;
}

.battlepass-button:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}


.battlepass-button.disabled {
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
	cursor: default;
}

.battlepass-rewards {
	min-height: auto;
	margin-bottom: 70px;
	position: relative;
}
.battlepass-ticket-top {
	border-top: 5px solid var(--default-color);
	background: #171920;
	height: 190px;
	max-width: 320px;
}
.battlepass-ticket-mid {
	min-height: 500px;
	background: #171920;
}
.battlepass-ticket-bot {
	background: #171920;
}
.battlepass-ticket-reward {
	margin-left: -117px;
	width: 224px;
	height: 100px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1), inset 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.battlepass-ticket-reward-top {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1), inset 0px 3px 3px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.01);
	margin: 9px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	float: left;
}
.battlepass-ticket-reward-bot {
	float: left;
	width: 110px;
	padding-top: 18px;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	line-height: 120%;
	overflow-wrap: break-word;
	word-break: break-word;
}
.battlepass-claim {
	font-size: 12px;
	width: 80px;
	margin-right: calc(50% - 40px);
	margin-top: 10px;
	cursor: pointer;
	/*color: #6ed978;*/
}
.filter-off {
	filter: brightness(10%);
	background: rgba(0, 0, 0, 0.3);
}
.required {
	color: #db4535;
}
.success {
	color: rgba(100, 255, 100, 1.0);
}
.title-reward {
	font-style: italic;
	font-size: 25px!important;
}
.txt-free {
	color: #f7ddbf;
}
.txt-silver {
	color: silver;
}
.txt-gold {
	color: #a8ebf5;
}

.tooltip-bp {
	position: relative;
	display: inline-block;
	margin-left: calc(50% + 7px);
}

.tooltip-bp td {
	padding: 0px;
}

.tooltip-bp i {
	font-size: 9px;
	line-height: 100%;
	color: #fff;
}

.tooltip-bp .tooltiptext {
	visibility: hidden;
	width: 200px;
	margin-left: -107px!important;
	/* margin-top: 5px; */
	background-color: rgba(0, 0, 0, 0.9)!important;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 3px;
	line-height: 130%;
	color: #999;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	margin-top: 5px!important;
}
.tooltip-bp .tooltiptext b {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 230%!important;
}

.tooltip-bp:hover .tooltiptext {
	visibility: visible;
}
#progress-bar {
	width: 90%;
	margin-left: 5%;
	line-height: 100%;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 10px;
}
#progress-perc {
	line-height: 100%;
	height: 8px;
	border-radius: 4px;
	font-size: 10px;
}
#progress-count {
	margin-top: -12px;
	font-size: 7px;
	text-shadow: 1px 1px #000;
	color: #fff;
}
.progress-red {
	background: rgba(255, 100, 100, 1);
}
.progress-green {
	background: rgba(100, 180, 100, 1);
}
.progress-yellow {
	background: rgba(255, 170, 100, 1);
}
.gold {
	color: #c99a41;
	font-size: 11px;
}
.blue {
	color: #70c8f5;
	font-size: 11px;
}
a.disabled {
	filter: grayscale(100%);
	cursor: unset;
}
a.disabled button:hover {
	filter: brightness(1.0);
	cursor: unset;
}