/* From Uiverse.io by Smit-Prajapati */ 
/* From Uiverse.io by adamgiebl */ 
.button-battlepass-buy {
  --green: #1BFD9C;
  font-size: 15px;
  padding: 0.7em 2.7em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.button-battlepass-buy:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.button-battlepass-buy:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

.button-battlepass-buy:hover:before {
  transform: translateX(15em);
}
.card-buybp .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.card-buybp .select:hover::after {
  color: #f39c12;
}

.card-buybp {
  width: 40%;
  border-radius: 20px;
  background: #212121;
  padding: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 50px;
    color:aliceblue;
}

.card-buybp:hover {
  transform: scale(1.05);
}

.card-buybp .top-section {
  height: 250px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
  position: relative;
}

.card-buybp .top-section .border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 130px;
  background: white;
  background: #212121;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #212121;
}

.card-buybp .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #212121;
}

.card-buybp .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #212121;
}

.card-buybp .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.card-buybp .top-section .icons .logo {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.card-buybp .top-section .icons .logo .top-section {
  height: 100%;
}

.card-buybp .top-section .icons .social-media {
  height: 100%;
  padding: 8px 15px;
  display: flex;
  gap: 7px;
}

.card-buybp .top-section .icons .social-media .svg {
  height: 100%;
  fill: #212121;
}

.card-buybp .top-section .icons .social-media .svg:hover {
  fill: white;
}

.card-buybp .bottom-section {
  margin-top: 15px;
  padding: 10px 5px;
}

.card-buybp .bottom-section .title {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}

.card-buybp .bottom-section .row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.card-buybp .bottom-section .row .item {
  flex: 30%;
  text-align: center;
  padding: 5px;
  color: rgba(170, 222, 243, 0.721);
}

.card-buybp .bottom-section .row .item .big-text {
  font-size: 12px;
  display: block;
}

.card-buybp .bottom-section .row .item .regular-text {
  font-size: 9px;
}

.card-buybp .bottom-section .row .item:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.126);
  border-right: 1px solid rgba(255, 255, 255, 0.126);
}




.itemsaganar { color:aqua}
.objetivo { color:#a569bd}

.battlepass {
	float: left;
	color: #F2F3F4; /*COLOR DE LA LETRA*/
	font-weight: lighter;
	text-shadow: 1px 1px 1px black;
	font-style: normal;
	font-size: 0.8rem; margin-bottom: 30px;
}




.container-battlepass {
	min-height: 250px;
	width: 100%;
	margin-bottom: 80px;
	border-radius: 10%;
	border: 2px solid rgba(231, 76, 60, 0.3);
	background: rgba(86, 101, 115, 0.2);
	padding: 30px 60px;
}

.container-battlepass .nota-bp p { line-height: 150%;}

.container-bp-info {
	height: auto;
	border-radius: 20px;
	background: black;
	text-align: left;
	padding: 20px 20px 20px 30px;
	margin-top: 10px;
	cursor: pointer;
	line-height: 20px;
	font-family: philosopher, sans-serif;
}

.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;
}

:disabled {
	filter: grayscale(100%);
	cursor: unset;
}

a.disabled button:hover {
	filter: brightness(1);
	cursor: unset;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.purple-button-blue {
	background: url(../img/bp-button-purple.png) no-repeat;
	background-size: cover;
	width: 300px;
	height: 58px;
	font-size: 20px;
	font-weight: bolder;
	line-height: 58px;
	box-shadow: none !important;
	filter: grayscale(1);
	vertical-align: middle;
	color: white;
}

:focus {
	outline: none;
}




.card-battlepass .itemsbattle { width: 100%; display: inline-block; height: 80%;}
.card-battlepass .itemsbattle img { position: absolute; border-radius: 50%; width: 40px;margin-top: -10px; margin-left: -20px; }
.card-battlepass .itemsbattle span{ background-color:#424949; padding: 10px; padding-left: 30px; }

/* From Uiverse.io by Smit-Prajapati */ 
.card-battlepass {
  width: 100%;
  min-height: 600px;
  border-radius: 20px;
  background: #212121;
  padding: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 7px 20px 0px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding-top: 20px;
    
    
}
.card-battlepass .border-items { border-right: 1px inset black }
.card-battlepass:hover {
  transform: scale(1.05);
}

.bebas {
font-family: 'BebasNeue';
    line-height: 40px;
    font-size: 1.2rem;
}
.card-battlepass .top-section {
  height: 180px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
  position: relative;
   
}

.card-battlepass .top-section .border {
  border-bottom-right-radius: 15px;
  height: 40px;
  width: 130px;
  background: white;
  background: #212121;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #212121;
}

.card-battlepass .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 20px;
  box-shadow: -5px -5px 0 2px #212121;
}

.card-battlepass .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 30px;
  box-shadow: -5px -5px 0 2px #212121;
}

.card-battlepass .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.card-battlepass .top-section .icons .logo {
  height: 100%; 
  width: 50%;
  aspect-ratio: 1;
  padding: 7px 0px 7px 15px; 
  font-weight: bold;
  font-size: 1.5rem;
    line-height: 1.5rem; margin-top:-10px;
}
.fixcontainer { height: 150px;}
.card-battlepass .top-section .icons .logo .top-section {
  height: 100%;
}

.card-battlepass .top-section .social-media {
  height: 100%;
vertical-align:  text-bottom; margin-top: 80px;
}

.card-battlepass .top-section .icons .social-media .svg {
  height: 100%;
  fill: #212121;
}

.card-battlepass .top-section .icons .social-media .svg:hover {
  fill: white;
}

.card-battlepass .bottom-section {
  margin-top: 15px;
  padding: 10px 5px;
}




.card-battlepass .bottom-section .row .item .regular-text {
  font-size: 9px;
}



.card-battlepass .progress { width:80%; position: relative; text-align: center; margin-top: 10px;  height: 15px; line-height: 10px;}
.card-battlepass .progress .progress-bar { line-height: 15px; }

.card-battlepass .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: orangered;
    border-radius: 10px;
}

/* From Uiverse.io by adamgiebl */ 
.button-battlepass {
    margin-top: 100px;
  --green: #1BFD9C;
  font-size: 15px;
  padding: 0.7em 2.7em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.button-battlepass:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.button-battlepass:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

.button-battlepass:hover:before {
  transform: translateX(15em);
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) 
{
    .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}