.eventos-battlepass {
  height: 100px;
  display: flex;
  width: 60%;
  align-items: center !important;
  text-align: center !important;
  align-content: center;
  padding-top: 0px;
  margin: 0 auto;
}


.eventos-battlepass a {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
  cursor: pointer;
  color: white;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  background-image: url('../img/eventos-bg.png');
  line-height: 50px;
  align-items: center;
  display: inline-flex;
  padding-left: 16px;

}

.eventos-battlepass .blood {}

.eventos-battlepass .devil {}

.eventos-battlepass .chaos {}

.eventos-battlepass a.done {
  background-image: url('../img/eventos-bg-done.png');

}

.eventos-battlepass .undone {}



.battlepass-deidad .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);
}

.battlepass-deidad .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);
}

.battlepass-deidad .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%);
}

.battlepass-deidad .button-battlepass-buy:hover:before {
  transform: translateX(15em);
}

.battlepass-deidad .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 */
.battlepass-deidad .card-buybp .select:hover::after {
  color: #f39c12;
}

.battlepass-deidad .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;
}

.battlepass-deidad .card-buybp:hover {
  transform: scale(1.05);
}

.battlepass-deidad .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;
}

.battlepass-deidad .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;
}

.battlepass-deidad .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;
}

  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;
}

.battlepass-deidad .card-buybp .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.battlepass-deidad .card-buybp .top-section .icons .logo {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.battlepass-deidad .card-buybp .top-section .icons .logo .top-section {
  height: 100%;
}

.battlepass-deidad .card-buybp .top-section .icons .social-media {
  height: 100%;
  padding: 8px 15px;
  display: flex;
  gap: 7px;
}

.battlepass-deidad .card-buybp .top-section .icons .social-media .svg {
  height: 100%;
  fill: #212121;
}

.battlepass-deidad .card-buybp .top-section .icons .social-media .svg:hover {
  fill: white;
}

.battlepass-deidad .card-buybp .bottom-section {
  margin-top: 15px;
  padding: 10px 5px;
}

.battlepass-deidad .card-buybp .bottom-section .title {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}

.battlepass-deidad .card-buybp .bottom-section .row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.battlepass-deidad .card-buybp .bottom-section .row .item {
  flex: 30%;
  text-align: center;
  padding: 5px;
  color: rgba(170, 222, 243, 0.721);
}

.battlepass-deidad .card-buybp .bottom-section .row .item .big-text {
  font-size: 12px;
  display: block;
}

.battlepass-deidad .card-buybp .bottom-section .row .item .regular-text {
  font-size: 9px;
}

.battlepass-deidad .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);
}




.battlepass-deidad .itemsaganar {
  color: aqua
}

.battlepass-deidad .objetivo {
  color: #a569bd
}

.battlepass-deidad .battlepass {
  float: none !important;
  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;
  display: flex;
  flex-direction: column;
}

.battlepass-deidad .battlepass form {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}



.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;
}


.battlepass-deidad .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;
}

.battlepass-deidad .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;
}

.battlepass-deidad .tbl-battlepass {
  width: 100%;
}

.battlepass-deidad .tbl-battlepass tr td {
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-family: philosopher, sans-serif;
}

.battlepass-deidad .tbl-battlepass tr td span {
  font-size: 18px;
  color: #c99a41;
  font-weight: bold;
  margin-left: 15px;
}

.battlepass-deidad .tbl-battlepass tr td.time {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.1) !important;
}

.battlepass-deidad :disabled {
  filter: grayscale(100%);
  cursor: unset;
}

.battlepass-deidad a.disabled button:hover {
  filter: brightness(1);
  cursor: unset;
}

.battlepass-deidad * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.battlepass-deidad .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;
}

.battlepass-deidad :focus {
  outline: none;
}




.battlepass-deidad .card-battlepass .itemsbattle {
  width: 100%;
  display: inline-block;
  height: 80%;
}

.battlepass-deidad .card-battlepass .itemsbattle img {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  margin-top: -10px;
  margin-left: -20px;
}

.battlepass-deidad .card-battlepass .itemsbattle span {
  background-color: #424949;
  padding: 10px;
  padding-left: 30px;
}

/* From Uiverse.io by Smit-Prajapati */
.battlepass-deidad .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;


}

.battlepass-deidad .card-battlepass .border-items {
  border-right: 1px inset black
}

.battlepass-deidad .card-battlepass:hover {
  transform: scale(1.05);
}

.battlepass-deidad .bebas {
  font-family: 'BebasNeue';
  line-height: 40px;
  font-size: 1.2rem;
}

.battlepass-deidad .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;

}

.battlepass-deidad .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;
}

.battlepass-deidad .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;
}

.battlepass-deidad .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;
}

.battlepass-deidad .card-battlepass .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.battlepass-deidad .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;
}

.battlepass-deidad .fixcontainer {
  height: 150px;
}

.battlepass-deidad .card-battlepass .top-section .icons .logo .top-section {
  height: 100%;
}

.battlepass-deidad .card-battlepass .top-section .social-media {
  height: 100%;
  vertical-align: text-bottom;
  margin-top: 80px;
}

.battlepass-deidad .card-battlepass .top-section .icons .social-media .svg {
  height: 100%;
  fill: #212121;
}

.battlepass-deidad .card-battlepass .top-section .icons .social-media .svg:hover {
  fill: white;
}

.battlepass-deidad .card-battlepass .bottom-section {
  margin-top: 15px;
  padding: 10px 5px;
}




.battlepass-deidad .card-battlepass .bottom-section .row .item .regular-text {
  font-size: 9px;
}



.battlepass-deidad .card-battlepass .progress {
  width: 80%;
  position: relative;
  text-align: center;
  margin-top: 10px;
  height: 15px;
  line-height: 10px;
}

.battlepass-deidad .card-battlepass .progress .progress-bar {
  line-height: 15px;
}

.battlepass-deidad .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 */
.battlepass-deidad .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);
}

.battlepass-deidad .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);
}

.battlepass-deidad .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%);
}

.battlepass-deidad .button-battlepass:hover:before {
  transform: translateX(15em);
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {
  .battlepass-deidad .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) {
  .battlepass-deidad .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) {
  .battlepass-deidad .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) {
  .battlepass-deidad .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');
}



.dark-card {
  background-color: #1e1e1e;
  /* Color de fondo de la tarjeta */
  color: #ffffff;
  /* Color del texto */
  border-radius: 8px;
  margin-top: 20px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  align-content: center;
  align-items: center;
}

.dark-card .card-title {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 10px;

  font-weight: bold;
}

.dark-card .card-body {
  font-size: 1rem;
  line-height: 1.6;
}



.dark-select {
  /* Colores */
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #333;

  /* Apariencia */
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;

  /* Remueve las flechas predeterminadas en algunos navegadores */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Transición para un efecto suave al pasar el mouse */
  transition: all 0.3s ease;
}

/* Estilo al pasar el mouse */
.dark-select:hover {
  border-color: #666;
}

/* Estilo para el estado de enfoque (cuando se hace clic) */
.dark-select:focus {
  outline: none;
  border-color: #007bff;
  /* Un borde de color para indicar el enfoque */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Estilo para las opciones del menú desplegable */
.dark-select option {
  background-color: #1e1e1e;
  color: #ffffff;
}


/* ══════════════════════════════════════════
   BP-CARD — Rediseño de carta Battle Pass
   ══════════════════════════════════════════ */

.row.battlepass-deidad {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* Asegura que los hijos se estiren verticalmente */
}

.bp-card {
  background: #12141f;
  border: 1px solid #252840;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .55);
}

/* ── Estados visuales de la card ── */
.bp-card.state-done {
  border-color: #1e7d45;
  box-shadow: 0 0 14px rgba(39, 174, 96, .18);
}

.bp-card.state-claim {
  border-color: #c87d0e;
  box-shadow: 0 0 14px rgba(243, 156, 18, .25);
  animation: bp-glow-claim 2.5s ease-in-out infinite alternate;
}

@keyframes bp-glow-claim {
  from {
    box-shadow: 0 0 8px rgba(243, 156, 18, .25);
  }

  to {
    box-shadow: 0 0 20px rgba(243, 156, 18, .5);
  }
}

/* ── Header ── */
.bp-card__header {
  position: relative;
  height: 145px;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #0e111b;

  border: 2px solid #1c1e2e; /* 🔥 azul neón */
  border-radius: 14px 14px 0 0;

  box-shadow:
    0 0 6px rgba(0, 225, 255, 0.6),
    0 0 12px rgba(0, 225, 255, 0.4),
    0 0 20px rgba(0, 225, 255, 0.2);

  flex-shrink: 0;
  overflow: hidden;
}

.bp-card__header-overlay {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(18, 20, 31, .55) 100%);
}

.bp-card__level {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-family: 'BebasNeue', sans-serif;
  font-size: 1.5rem;
  color: #f5b041;
  text-shadow: 0 0 10px rgba(245, 176, 65, .55);
  z-index: 1;
  letter-spacing: .05em;
}

.bp-card__state-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .05em;
  z-index: 1;
}

.bp-card__state-badge--done {
  background: #1e7d45;
  color: #a9f5c8;
}

.bp-card__state-badge--claim {
  background: #c87d0e;
  color: #fff8ec;
}

/* ── Body ── */
.bp-card__body {
  padding: 12px 14px 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bp-card__section-title {
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #454d66;
  margin: 10px 0 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c1e2e;
}

/* ── Eventos (BC / DS) ── */
.bp-card__events {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.bp-event {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #1a1c2b;
  border: 1px solid #252840;
  font-size: .75rem;
  color: #6b7494;
  transition: border-color .2s, color .2s;
}

.bp-event.done {
  border-color: #1e7d45;
  color: #2ecc71;
}

.bp-event.undone {
  border-color: #7d1e1e;
  color: #e74c3c;
}

.bp-event__icon {
  font-size: .9rem;
}

.bp-event__label {
  flex: 1;
  font-size: .7rem;
}

.bp-event__count {
  font-weight: 700;
  font-size: .75rem;
}

/* ── Barra de progreso ── */
.bp-card__progress-wrap {
  margin-bottom: 12px;
}

.bp-card__progress-label {
  display: flex;
  justify-content: space-between;
  font-size: .72rem;
  color: #6b7494;
  margin-bottom: 5px;
}

.bp-progress {
  background: #1a1c2b;
  border-radius: 20px;
  height: 9px;
  overflow: hidden;
}

.bp-progress__bar {
  height: 100%;
  min-width: 30px;
  background: linear-gradient(90deg, #f5b041, #e74c3c);
  border-radius: 20px;
  transition: width .7s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bp-progress__bar span {
  font-size: .58rem;
  color: rgba(255, 255, 255, .85);
  padding-right: 6px;
  white-space: nowrap;
}

/* ── Recompensas ── */
.bp-card__rewards {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

.bp-reward-currency {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 176, 65, .08);
  border: 1px solid rgba(245, 176, 65, .3);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: .8rem;
  color: #f5b041;
}

.bp-reward-currency img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.bp-reward-item {
  width: calc(33.33% - 5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #1a1c2b;
  border: 1px solid #252840;
  border-radius: 8px;
  padding: 7px 5px;
  text-align: center;
  font-size: .62rem;
  color: #6b7494;
  transition: border-color .2s;
}

.bp-reward-item:hover {
  border-color: #f5b041;
}

.bp-reward-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.bp-reward-set {
  width: 100%;
  text-align: center;
  font-size: .7rem;
  color: #a569bd;
  padding: 3px 0;
}

/* ── Footer / Botones ── */
.bp-card__footer {
  padding: 0 14px 14px;
  margin-top: auto;
}

.bp-btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 9px;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: opacity .2s, transform .1s, box-shadow .2s;
}

.bp-btn:active {
  transform: scale(.97);
}

.bp-btn--progress {
  background: #1a1c2b;
  color: #454d66;
  cursor: not-allowed;
  border: 1px solid #252840;
}

.bp-btn--done {
  background: #152b1e;
  color: #27ae60;
  cursor: default;
  border: 1px solid #1e7d45;
}

.bp-btn--claim {
  background: linear-gradient(135deg, #f5b041 0%, #e74c3c 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(245, 176, 65, .35);
}

.bp-btn--claim:hover {
  opacity: .92;
  box-shadow: 0 6px 20px rgba(245, 176, 65, .5);
}