.banner,
.marquee,
.column {
  display: none;
}

.main {
  row-gap: 0 !important;
}

.lootbox-case::before,
.lootbox-case::after {
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  content: "";
}

.lootbox-case__shadow {
  box-shadow: inset 40px 0 100px -20px rgb(22 13 28),
    inset -40px 0 100px -20px rgb(22 13 28) !important;
}

.lootbox-case::before {
  background: linear-gradient(
    271deg,
    rgb(22 13 28) 31%,
    rgba(224, 224, 224, 0) 100%
  );
  right: 0;
}

.lootbox-case::after {
  background: linear-gradient(
    90deg,
    rgb(22 13 28) 31%,
    rgba(224, 224, 224, 0) 100%
  );
  left: 0;
}

/* Raffles */
.raffle .number.my {
  border-color: #7b57f4 !important;
}

.raffle .number {
  background: #1d1127 !important;
}

.raffle .number.allowed {
  background: #6ab961 !important;
  border-color: #7fe474 !important;
  border-radius: 0 !important;
}

.raffle .number.allowed:hover,
.raffle .number.active {
  background: #31572d !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  border-color: #7fe474 !important;
}

.raffle .raffle-price {
  border: 2px solid #8a8a8a !important;
  background: #ffffff2e !important;
  border-radius: 0 !important;
}
