.hazard-border {
  border: 10px solid pink;
  border-radius: 10px;
  border-image: repeating-linear-gradient(
      -55deg,
      #000,
      #000 20px,
      #ffb101 20px,
      #ffb101 40px
    )
    10;
}

.pixels-container {
  position: absolute;
  top: 0;
  left: 0;
}

.pixels-area {
  display: block;
  transform: scale(1);
}

.pixel-row {
  display: inline-flex;
  background-color: white;
  box-shadow: 0 35px 5px -15px rgba(0, 0, 0, 0.1);
}

.pixel {
  cursor: pointer;
  display: flex;
  text-align: center;
  border: 0.5px solid rgba(0, 0, 0, 0.02);
}

a.pixel-wrapper {
  cursor: initial;
  text-decoration: none;
}

.square-coord {
  width: 100%;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.1);
}

.site-description {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}

#qrcode > img {
  width: 100%;
}

#block-modal .modal-dialog {
  pointer-events: visible;
}

.nft-card {
  box-shadow: 1px 1px 5px 0 rgba(26, 26, 67, 0.05),
    39px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
    23.4px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  border: 20px solid #e8e4e4;
  position: relative;
  text-align: left;
  border-radius: 25px;
}

.nft-card-red-border {
  border-color: #473231;
}

.nft-card-green-border {
  border-color: #dadeda;
}

.tilt-pop-out {
  transform: translateZ(20px);
}

.nft-card .card-title {
  font-size: 10px;
  font-weight: lighter;
  text-transform: uppercase;
}

.nft-card .card-title .card-title-em {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nft-card .card-text {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.nft-card .block-pre-title {
  font-size: 10px;
  font-weight: bolder;
  text-transform: uppercase;
}

.nft-card .block-title {
  /* font-size: 22px; */
  font-weight: bolder;
}

.trade-in-opensea {
  cursor: pointer;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.8);
}

.not-clipped {
}

@media all and (max-width: 768px) {
  .clipped-gradient.clipped-gradient-desktop {
    background: none;
    animation: none;
    -webkit-text-fill-color: black;
    color: #000000;
  }
}

.clipped-gradient {
  background-size: contain;
  background: linear-gradient(270deg, #ffc700, #a900ff, #080808, #fa4a00);
  background-size: 800% 800%;

  /* -webkit-text-fill-color: transparent; */
  -webkit-background-clip: text;

  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}

.clipped-gradient.white-gradient {
  background-size: contain;
  /* background: linear-gradient(270deg, #ffc700, #a900ff, #fff, #fa4a00); */
  background: linear-gradient(270deg, #ee5396, #f1c21b, #49cd7a, #4589ff);
  background-size: 800% 800%;

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;

  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.pixel-modal-right-side {
  color: white;
}

.pixel-modal-right-side h1 {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 24px;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #ffffff;
  }
  40% {
    box-shadow: 0 0 20px #ffffff;
  }
  60% {
    box-shadow: 0 0 20px #ffffff;
  }
  100% {
    box-shadow: 0 0 -10px #ffffff;
  }
}

@keyframes glowing-green {
  0% {
    box-shadow: 0 0 -10px #69da61;
  }
  40% {
    box-shadow: 0 0 20px #69da61;
  }
  60% {
    box-shadow: 0 0 20px #69da61;
  }
  100% {
    box-shadow: 0 0 -10px #69da61;
  }
}

.glowing-green {
  animation: glowing-green 5000ms infinite;
}

.green {
  background: #69da61;
}

.red {
  background: #e84c85;
}

#nft-card-image-background {
  display: flex;
}

.nft-card-image-title {
  font-family: "Helvetica", "Tex Gyre Heros Bold", "Lato", "Arial", sans-serif;
  letter-spacing: -0.07em;
  font-weight: 800;
  font-size: 42px;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 5px black;
  /* opacity: 0.7; */
}

.nft-card-image-title .block-id {
  letter-spacing: 0.25em;
  font-size: 38px;
}

@media all and (min-width: 768px) {
  .nft-card-image-title {
    font-size: 60px;
  }
  .nft-card-image-title .block-id {
    font-size: 48px;
  }
}

.nft-card-image-title .pre-title {
  font-family: "Helvetica", "Tex Gyre Heros Regular", "Lato", "Arial",
    sans-serif;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  text-transform: uppercase;
}

.contract-adress {
  color: aqua;
  font-family: monospace;
  font-size: 12px;
}
