@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

.battlepass {
	padding: 10px;
}

.battlepass #overlay { z-index:2 !important;}

.battlepass table.bptable {
	min-height: 450px;
	padding: inherit !important;
}

.battlepass table.bptable td {
	padding: inherit !important;
}

.battlepass table .imagenlevel {
	width: 25%;text-align:center;
}

.battlepass table .tittlelevel {
	height: 35px;
	padding: 0px;
	text-align:center;
}

.battlepass table .itemsimages {
	width: 25%;text-align:center;
}

.battlepass table .itemsimages img {
	margin-bottom: 0px;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.battlepass table .imagenlevel img {
	width: 100px;
}


.battlepass table button.btn {
	padding: 5px !important;
	height: auto !important;
	width: auto !important;
}

.battlepass .tablebutton tr {
	background-color: transparent;
}

.battlepass .tablebutton tr td {
	background-color: transparent;
	border: none;
}

.battlepass .infobp {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

.battlepass .badge {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.battlepass .infobp .rewardtiitle {
	color: yellow
}

.battlepass .infobp .reward {}

.battlepass .infobp .credits {}

.container-battlepass {
	min-height: 250px;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 125px;
	border: 15px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px #302014, inset 0px 5px #302014, 0px 7px 12px #000, inset 0px 3px 5px #000;
	background: rgba(0, 0, 0, 0.2);
	padding: 30px 60px;
	background-color: #4E342E;
}

.container-bp-info {
	height: 160px;
	border-radius: 20px;
	background: url(../img/bp-top-bg.png) center top repeat-x, url(../img/bp-bottom-bg.html) center top repeat-x;
	text-align: left;
	padding: 20px 20px 20px 30px;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid rgba(48, 32, 20, 0.3);
	line-height: 20px;
}


.container-bp-info table td {
	text-align: left !important;
	line-height: 40px;
	font-size: 16px;
	color: white;
}

.container-bp-info table td span {
	font-weight: bold;
	color: #F5B041;
}

.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;
}

.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: #c99a41;
	font-weight: bold;
	margin-left: 15px;
}

.tbl-battlepass tr td.time {
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.1) !important;
}

a.disabled {
	filter: grayscale(100%);
	cursor: unset;
}

a.disabled button:hover {
	filter: brightness(1.0);
	cursor: unset;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	transition: all .3s ease;
	cursor: pointer;
	background-color: rgba(65, 25, 21, .5);
	background: url(../img/button.png) no-repeat;
	height: 40px;
	width: 147px;
	border: none;
	color: #fff !important;
	font-family: philosopher, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3);
}

button:hover {
	filter: brightness(150%);
}

.mid-button-blue {
	background: url(../img/button-blue-big.png) no-repeat;
	background-size: cover;
	width: 300px;
	height: 58px;
	font-size: 18px;
	padding-top: 8px;
	line-height: 85%;
	box-shadow: none !important;
}

:focus {
	outline: none;
}

.table-pack {
	border: 3px solid rgb(255, 255, 255, .04);
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 0
}

.table-pack table {
	width: 100%
}

.table-pack table tr td {
	padding: 0 !important;
	border: 0 !important;
	text-align: center;
	line-height: 100%
}

.table-pack table tr td img {
	z-index: 1 !important;
	position: relative
}

.table-pack table tr td .base {
	margin-top: 20px;
	font-size: 16px;
	color: #ccc
}

.table-pack table tr td .bonus {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #f88938
}

.table-pack table tr td .coupon {
	text-align: center;
	line-height: 16px;
	color: #ccc;
	padding-top: 12px;
	font-size: 10px
}

.table-pack table tr td .coupon .b-bonus {
	font-size: 13px;
	color: #3bfc52
}

.table-pack table tr td h3 {
	font-weight: 400;
	text-transform: none;
	margin: 0;
	margin-top: 15px;
	color: #fafafa
}

.table-pack table tr td h2 {
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	color: #fafafa
}

.table-pack .right {
	float: right
}

.table-pack table tr td title {
	margin-top: 0;
	margin-bottom: 10px;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	color: #fff !important;
	background-image: url(../img/button-blue-big.jpg);
	background-size: cover;
	justify-content: center;
	align-items: center;
	box-shadow: 0 8px 15px rgb(0 0 0/30%);
	text-shadow: 2px 2px #000;
	height: 43px !important;
	display: flex;
	font-size: 20px;
	font-family: philosopher, sans-serif;
	padding-top: 5px;
	border-radius: 20px;
	padding: 0 10px;
	max-width: 90% !important;
	margin-left: 5% !important
}

.table-pack table tr td.select-buy {
	padding-left: 10px !important;
	padding-top: 7px;
	padding-bottom: 20px !important
}

.table-pack table tr td.button-buy {
	padding-right: 10px !important;
	padding-top: 0 !important
}

.table-pack table tr td.buy {
	padding: 30px !important;
	text-align: center !important
}

.table-pack table tr td .donate_text {
	color: #fff !important;
	text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
	border-radius: 4px 5px 5px 5px;
	padding: 5px;
	margin-top: 7px;
	margin-right: 7px;
	border: 1px solid #ff4200;
	box-shadow: 0 0 5px #ff4200;
	background: 0 0
}

.buybattlepass {
	color: white;
	    font-family: philosopher, sans-serif;
}

.buybattlepass .bptittle {
	font-size: 20px;
	color: white;
	height: 50px;
}

.buybattlepass .bpstats {
	font-size: 15px;
	color: green;
	font-weight: 300;
	line-height: 20px;
}

.buybattlepass .bpstatsred {
	font-size: 15px;
	color: red;
	font-weight: 300;
	line-height: 20px;
}

.buybattlepass .button {
	margin-top: 30px !important;
}

.buybattlepass .card {
	min-height: 450px !important;
}

.buybattlepass select {
	width: 200px;
	text-align: center
}

.button-bp {
	display:inherit !important;
	transition: all .3s ease;
	cursor: pointer;
	background-color: rgba(65, 25, 21, .5);
	background: url(../img/button-bp.png) no-repeat;
	height:30px !important;
	width: 109px !important;
	border: none;
	color: #fff !important;
	font-family: philosopher, sans-serif;
	font-size: 10px;
	line-height:30px;
	position: relative;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 0 22px 5px rgba(65, 25, 21, .5), 0 10px 15px 4px rgba(0, 0, 0, .3)
}
.eventos-battlepass { height:40px; vertical-align:middle; margin-top:20px; }
.eventos-battlepass span{ font-size:14px; font-weight:700; text-shadow:1px 1px 1px black; cursor:pointer;}
.eventos-battlepass .blood { width:40px; height:40px; border-radius:50%; background-color:#AF601A; padding:10px;}
.eventos-battlepass .devil { width:40px; height:40px; border-radius:50%; background-color:#5499C7; padding:10px;}
.eventos-battlepass .chaos { width:40px; height:40px; border-radius:50%; background-color:#9B59B6; padding:10px;}
.eventos-battlepass .done { border:4px solid #58D68D;}
.eventos-battlepass .undone { border:4px solid grey;}

.request-event { font-size:14px; font-weight:bold; margin-bottom:20px; text-align:center; margin-top:20px;}

.buybattlepass .card {
	background-image:url('../img/battlepassbuy.png');
	border-radius: 4px 5px 5px 5px;
	padding: 5px;
	margin-top: 7px;
	margin-right: 0px;
	border: 1px solid #ff4200;
	box-shadow: 0 0 5px #ff4200;}
	.bpstatsred img { opacity:0.6}



