* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body {
  background-color: rgba(0, 1, 32, 1);
}


.a-loader-title {
  color: black;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: black;
}

#user-gesture-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 1, 32, 0.5);
  z-index: 999999;
  cursor: pointer;
}

.center {
  text-align: center;
}

#user-gesture-button {
  display: none;
  background-color: white;
  color: black;
  width: 120px;
  height: 40px;
  padding: 0px 10px;
  margin: 20px 10px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 37px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
}

#nft-button {
  display: none;
  margin: 100px auto 0px;
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100%;
  border: 0px solid #fff;
  background-color: none;
  z-index: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
}

#walletconnect {
  width: 40px;
  height: 40px;
  margin: 0px 0px 0px -2px;
  opacity: 0.8;
}
#footer-left {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  background-color: none;
  z-index: 100;
  cursor: pointer;
  padding-top: 30px;
}
#footer-right {
  position: fixed;
  display: none;
  width: 44px;
  height: 50px;
  right: 0;
  bottom: 0;
  background-color: none;
  z-index: 100;
  cursor: pointer;
  padding-top: 30px;
}
#footer-middle {
  position: fixed;
  display: none;
  width: 242px;
  height: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background-color: none;
  z-index: 100;
  cursor: pointer;
  padding-top: 30px;
}
#header-left {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background-color: none;
  z-index: 100;
  cursor: pointer;
  padding-top: 30px;
}
#header-right {
  position: fixed;
  display: none;
  width: 44px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: none;
  z-index: 100;
  cursor: pointer;
  padding-top: 30px;
}
.mute {
  display: none;
  margin: -20px 0px 0px 1px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.65;
}
.transport-left {
  display: block;
  position: fixed;
  margin: -20px 0px 0px -6px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.65;
}
.transport-right {
  display: block;
  position: fixed;
  margin: -30px 0px 0px 211px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.65;
}
.lyrics_info {
  display: none;
  margin: -20px 0px 0px 1px;
  width: 242px;
  height: 30px;
  font-family: "Arial", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
     sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 25px;
  z-index: 999999;
  background-color: #fff;
  color: #777;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 23px;
}
.lyrics {
  display: none;
  margin: -20px 5px 0px 0px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.4;
}

.globe, .twitter, .create {
  display: none;
  margin: -20px 5px 0px 0px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.65;
}

.glowing::before{
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  background: linear-gradient(45deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: glower 20s linear infinite;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.logout {
  display: none;
  margin: -20px 5px 0px 0px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.4;
}
.about {
  display: none;
  margin: -20px 5px 0px 0px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  z-index: 999999;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  opacity: 0.4;
}
#play-button, #lyrics-button, #create-button, #twitter-button {
  width: 30px;
  height: 30px;
  /*
  box-shadow: 0px 0px 8px rgb(90 90 90 / 58%);
  border-radius: 100%;
  */
}

#lyrics-button {
  color: grey;
  display:inline-block;
  
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation-delay: 5s;
  animation: shimmer 10s infinite;
  
  font-size: 50px;
  max-width:200px;
}

@keyframes shimmer {
  20%, 100% {-webkit-mask-position:left}
}

#user-gesture-button:hover {
  background-color: rgba(0, 1, 32, 0.6);
  color: white;
}

#loading-animation {
  display: block;
  width: 80%;
  height: 80%;
}

#pekkle {
  width: 60px;
  height: 60px;
  margin: 0px 0px 10px 0px;
  opacity: 0.5;
}

#lock {
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 0px;
  opacity: 0.5;
}
#ticket {
  width: 37px;
  height: 20px;
  margin: 0px 0px 0px 0px;
  opacity: 0.65;
}

.preloader-1 {
  margin: -170px auto 0;
  width: 100%;
  height: 12px;
}

#loadingbar {
  color: #fff;
  margin: 7px 0px 5px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}

#passcode {
  color: #fff;
  margin: 140px 0px 5px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  display: none;
}

#preloader {
  background: #000251;
  position: absolute;
  z-index: -500;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
}

.preloader-1 .line {
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 1px;
  display: inline-block;
  animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-1 .line-1,
.preloader-2 .line-1 {
  animation-delay: 800ms;
}
.preloader-1 .line-2,
.preloader-2 .line-2 {
  animation-delay: 600ms;
}
.preloader-1 .line-3,
.preloader-2 .line-3 {
  animation-delay: 400ms;
}
.preloader-1 .line-4,
.preloader-2 .line-4 {
  animation-delay: 200ms;
}
.preloader-1 .line-6,
.preloader-2 .line-6 {
  animation-delay: 200ms;
}
.preloader-1 .line-7,
.preloader-2 .line-7 {
  animation-delay: 400ms;
}
.preloader-1 .line-8,
.preloader-2 .line-8 {
  animation-delay: 600ms;
}
.preloader-1 .line-9,
.preloader-2 .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 15px;
  }
  50% {
    opacity: 0;
    height: 12px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}

.fade-out {
  animation: fadeOut ease 3s;
  -webkit-animation: fadeOut ease 3s;
  -moz-animation: fadeOut ease 3s;
  -o-animation: fadeOut ease 3s;
  -ms-animation: fadeOut ease 3s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;

  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;

  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;

  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;

  }
}

.spotify-button {
  background-color: white;
  background-size: 90% 90%;
  border: 0;
  bottom: 0;
  cursor: pointer;
  min-width: 58px;
  min-height: 34px;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  left: 0;
  transition: background-color 0.05s ease;
  -webkit-transition: background-color 0.05s ease;
  z-index: 9999;
  border-radius: 8px;
  touch-action: manipulation;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #07d;
  border-bottom-color: #07d;
  animation: spinner 0.8s ease infinite;
}

.a-inspector-loader {
  display: none;
}

/* The Overlay (background) */
.overlay,
.upsell {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  background-color: rgb(
    0,
    0,
    0
  ); /* Black fallback color
  /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  background-color: rgba(0, 1, 32, 0.85);
  /*
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
#biojam {
  display: block;
  z-index: 10;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  width: 320px;
  margin: 0px auto 0px;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#oasisjam {
  display: block;
  z-index: 10;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  width: 320px;
  margin: 0px auto 0px;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#songjam {
  display: block;
  z-index: 10;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  width: 320px;
  margin: 0px auto 0px;
  padding: 10px 0px 20px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#ticketjam {
  display: block;
  z-index: 100000000;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  width: 320px;
  margin: 0px auto 0px;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#mint_preloader {
  background: #000;
  width: 248px;
  height: 60px;
  margin: 24px auto 8px;
  padding: 10px 0px;
  border-radius: 9px;
  display: none;
}
#loader_gif {
  width: 32px;
  height: 32px;
}
#buy_with_cc {
  display: none;
}
#buy_with_cc a, a:visited {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  text-decoration: none;
}
#buy_with_cc a:hover {
  text-decoration: underline;
}
.popup-close {
  display: block;
  margin: -26px auto 0px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #0a0a0a;
  z-index: 4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
}
#title {
  margin-top: 4px;
  font-weight: bold;
  font-size: 18px;
}
#title_pedestal {
  margin-top: 4px;
  font-weight: bold;
  font-size: 18px;
}
#subtext {
  font-size: 13px;
  margin: 17px 0px 16px;
}
#ticket_upsell {
  font-size: 12px;
  margin: 6px 0px 6px;
  color: #555;
}
#ticket_upsell:hover {
  cursor: pointer;
}
#subtext_pedestal {
  font-size: 13px;
  margin: 17px 0px 16px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 9.2em;
}
#subtext_lyrics {
  padding: 0px 13px;
  font-size: 12px;
  margin: 17px 0px 5px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  overflow-y: auto;
  max-height: 17.2em;
  white-space: pre-wrap;
}
#translation {
  font-size: 11px;
  color: #555;
  display: block;
  margin-bottom: 13px;
}
.upsell {
  background-color: rgba(0, 1, 32, 0.5);
  height: 100%;
  display: none;
  font-size: 14px;
}

.upsell-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0px 14px;
  margin: 0px 20px;
}

.upsell img {
  position: relative;
  margin: 4px auto 10px;
  width: 70%;
  max-width: 300px;
  z-index: 10;
  border-radius: 10px;
}

.upsell-square {
  width: 196px;
  height: 196px;
  object-fit:cover;
}

#cta-left,
#cta-right,
#cta-middle,
#cta-leftest,
#cta-rightest {
  margin: 15px 1px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.4);
  cursor: pointer;
}

#cta-middle {
  margin: 8px 1px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(255 255 255 / 40%);
  width: 215px;
  height: 52px;
}

#cta-song-info-button {
  margin: 8px 1px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(255 255 255 / 40%);
  width: 215px;
  height: 52px;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 4px 8px;
  text-decoration: none;
  font-size: 36px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  color: #fff;
  font-weight: bold;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 40px;
}

/* Position the close button (top right corner) */
.overlay .explorebtn {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 25px;
}

/* Position the close button (top right corner) */
.overlay .footer {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-align: middle;
  margin: 0 28px;
  padding: 5px 0px 20px;
  cursor: pointer;
  opacity: 1.0;
}

.overlay .footer .footer-left {
  float: left;
  position: relative;
  width: 30px;
}

.overlay .footer .footer-right {
  float: right;
  position: relative;
  width: 30px;
}

.overlay .instagram {
  margin: 5px auto 0px;
  text-align: center;
  opacity: 0.6;
  width: 150px;
}

.overlay .footer #footer-create {
  width:30px;
  height: 30px;
  opacity: 0.6;
}

.overlay .footer a,
.overlay .footer a:hover,
.overlay .footer a:focus {
  font-size: 12px;
  color: #fff;
  padding: 0px 0px 20px;
  display: inline;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

* {
  box-sizing: border-box;
}
h1 {
  text-align: center;
}
.outer-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 0px 8px;
  margin: 0px 20px;
}
.inner-grid {
  flex: 25%;
  max-width: 25%;
  padding: 0px;
}
.inner-grid a {
  padding: 10px 0px 0px;
  margin: 10px 6px 0px;
  border: 1px solid #555;
  border-radius: 10px;
  box-shadow: inset 0 0 2.17589px #fff,
    inset 0 0 14.1107px hsl(0deg 0% 100% / 10%);
  background-color: #000;
  background-color: rgba(0, 1, 32, 0.85);
}

.inner-grid a:hover,
.inner-grid a:focus {
  border: 1px solid rgb(117 210 231);
}
.inner-grid img {
  position: relative;
  margin-top: 8px;
  width: 100%;
  z-index: 10;
}


.inner-grid .artist-title {
  margin: -40px 1px 1px;
  padding: 21px 0px 6px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(117 210 231);
  z-index: 22;
  position: relative;
  border-radius: 7px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 59.9%);
  text-align: center;
}

.artist-title {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .inner-grid {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .inner-grid {
    flex: 50%;
    max-width: 50%;
  }
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}
#preloader {
  background-image: radial-gradient(rgba(22, 1, 85, 0.65), rgba(2, 0, 8, 0.75)), url('https://cdn.theoasis.xyz/img/404.jpeg');
  background-size: cover;
}
#lines {
  display: none;
}