@tailwind base;
@tailwind components;
@tailwind utilities;
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.color-accent {
  color: #ffa400;
}

.no-wrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.bg-black {
  background: #000;
  color: #fff;
}

.text-white {
  color: #fff;
}

.two-column {
  -moz-column-count: 2;
       column-count: 2;
}

.margin-left-auto {
  margin-left: auto;
}

.relative {
  position: relative;
}

.align-center {
  align-items: center;
}

hr {
  width: 100%;
  border: solid 1px #000;
}

.centered-margins {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

.width-100 {
  width: 100%;
}

.small-font {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #19b5fe, 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2), 2.5em 0em 0 0em rgba(25, 181, 254, 0.2), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.2), 0em 2.5em 0 0em rgba(25, 181, 254, 0.2), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.2), -2.6em 0em 0 0em rgba(25, 181, 254, 0.5), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.7), 1.8em -1.8em 0 0em #19b5fe, 2.5em 0em 0 0em rgba(25, 181, 254, 0.2), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.2), 0em 2.5em 0 0em rgba(25, 181, 254, 0.2), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.2), -2.6em 0em 0 0em rgba(25, 181, 254, 0.2), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.5), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.7), 2.5em 0em 0 0em #19b5fe, 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.2), 0em 2.5em 0 0em rgba(25, 181, 254, 0.2), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.2), -2.6em 0em 0 0em rgba(25, 181, 254, 0.2), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.2), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.5), 2.5em 0em 0 0em rgba(25, 181, 254, 0.7), 1.75em 1.75em 0 0em #19b5fe, 0em 2.5em 0 0em rgba(25, 181, 254, 0.2), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.2), -2.6em 0em 0 0em rgba(25, 181, 254, 0.2), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.2), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2), 2.5em 0em 0 0em rgba(25, 181, 254, 0.5), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.7), 0em 2.5em 0 0em #19b5fe, -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.2), -2.6em 0em 0 0em rgba(25, 181, 254, 0.2), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.2), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2), 2.5em 0em 0 0em rgba(25, 181, 254, 0.2), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.5), 0em 2.5em 0 0em rgba(25, 181, 254, 0.7), -1.8em 1.8em 0 0em #19b5fe, -2.6em 0em 0 0em rgba(25, 181, 254, 0.2), -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.2), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2), 2.5em 0em 0 0em rgba(25, 181, 254, 0.2), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.2), 0em 2.5em 0 0em rgba(25, 181, 254, 0.5), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.7), -2.6em 0em 0 0em #19b5fe, -1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(25, 181, 254, 0.2), 1.8em -1.8em 0 0em rgba(25, 181, 254, 0.2), 2.5em 0em 0 0em rgba(25, 181, 254, 0.2), 1.75em 1.75em 0 0em rgba(25, 181, 254, 0.2), 0em 2.5em 0 0em rgba(25, 181, 254, 0.2), -1.8em 1.8em 0 0em rgba(25, 181, 254, 0.5), -2.6em 0em 0 0em rgba(25, 181, 254, 0.7), -1.8em -1.8em 0 0em #19b5fe;
  }
}
.nftsPage .buttons {
  margin-top: 10px;
  gap: 10px;
  padding: 16px;
}
.nftsPage .nftMinting {
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.nftsPage .nftMinting .pageHeading {
  font-size: 2em;
  padding-top: 50px;
}
.nftsPage .nftMinting .afterTitle {
  font-weight: bold;
  padding: 1em 0;
}
.nftsPage .nftMinting .consultant_fees {
  padding: 0.7em 0;
  font-weight: bold;
  font-size: 2em;
}
.nftsPage .nftMinting .consultant_whitelist {
  padding: 0.5em 0;
}
.nftsPage .nftMinting .formWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nftsPage .nftMinting .formWrapper .formLabel > span {
  font-size: 0.7em;
}
.nftsPage .nftMinting .formWrapper .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nftsPage .nftMinting .benefits .headline {
  color: #999;
}
.nftsPage .nftMinting .transparency {
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 70px;
}
.nftsPage .nft_warning {
  color: #fff;
}
.nftsPage .imagine {
  color: #fff;
}
.nftsPage .monetaryFlow {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.nftsPage .monetaryFlow::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.nftsPage .monetaryFlow .headline {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.nftsPage .monetaryFlow .flowChart {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.nftsPage .monetaryFlow .flowChart .fb-1 {
  flex-basis: 1%;
}
.nftsPage .monetaryFlow .flowChart .fb-10 {
  flex-basis: 10%;
}
.nftsPage .monetaryFlow .flowChart .fb-15 {
  flex-basis: 15%;
}
.nftsPage .monetaryFlow .flowChart .fb-20 {
  flex-basis: 20%;
}
.nftsPage .monetaryFlow .flowChart .fb-25 {
  flex-basis: 25%;
}
.nftsPage .monetaryFlow .flowChart .fb-30 {
  flex-basis: 30%;
}
.nftsPage .monetaryFlow .flowChart .fb-35 {
  flex-basis: 35%;
}
.nftsPage .monetaryFlow .flowChart .fb-40 {
  flex-basis: 40%;
}
.nftsPage .monetaryFlow .flowChart .fb-50 {
  flex-basis: 50%;
}
.nftsPage .monetaryFlow .flowChart .translatex-50 {
  transform: translateX(-50%);
}
.nftsPage .monetaryFlow .flowChart .row {
  display: flex;
}
.nftsPage .monetaryFlow .flowChart .row.min-height {
  height: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nftsPage .monetaryFlow .flowChart .arrow {
  position: relative;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal {
  position: absolute;
  width: 30%;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal.first {
  bottom: 0;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal.first .arrowDiagonal {
  transform-origin: bottom left;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal.second {
  top: 0;
  right: 0;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal.second .arrowDiagonal {
  transform-origin: top right;
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal .arrowDiagonal {
  border-bottom: solid 2px #fff;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-45deg);
}
.nftsPage .monetaryFlow .flowChart .arrow.diagonal .arrowDiagonal:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg) translate(25%, -33%);
}
.nftsPage .monetaryFlow .flowChart .arrow.horizontal .value {
  left: 50%;
  transform: translateX(-50%);
}
.nftsPage .monetaryFlow .flowChart .arrow.horizontal .arrowLeft,
.nftsPage .monetaryFlow .flowChart .arrow.horizontal .arrowRight {
  border-bottom: solid 2px #fff;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
}
.nftsPage .monetaryFlow .flowChart .arrow.horizontal .arrowLeftRight .arrowRight {
  margin-top: 15px;
}
.nftsPage .monetaryFlow .flowChart .arrow.vertical .value {
  top: 50%;
  transform: translate(10px, -50%);
}
.nftsPage .monetaryFlow .flowChart .arrow.vertical .arrowUp,
.nftsPage .monetaryFlow .flowChart .arrow.vertical .arrowDown {
  border-right: solid 2px #fff;
  height: 100%;
  position: absolute;
}
.nftsPage .monetaryFlow .flowChart .arrow .arrowLeft:before {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  transform: rotate(135deg) translateY(50%);
}
.nftsPage .monetaryFlow .flowChart .arrow .arrowRight:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  transform: rotate(315deg) translate(30%, -15%);
  right: 0;
}
.nftsPage .monetaryFlow .flowChart .arrow .arrowDown:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  transform: rotate(45deg) translate(-30%, 25%);
  bottom: 0;
}
.nftsPage .monetaryFlow .flowChart .arrow .value {
  position: absolute;
  font-size: 0.8em;
  color: #fff;
}
.nftsPage .monetaryFlow .flowChart .node {
  padding: 10px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nftsPage .monetaryFlow .flowChart .node.red {
  background-color: red;
}
.nftsPage .monetaryFlow .flowChart .node.green {
  background-color: #32CD32;
}
.nftsPage .monetaryFlow .flowChart .node.blue {
  background-color: #19b5fe;
}
.nftsPage .monetaryFlow .flowChart .node.rectangle {
  border-radius: 5px;
}
.nftsPage .monetaryFlow .flowChart .node.oval {
  border-radius: 50px;
}
.nftsPage .monetaryFlow .flowChart .node.between-arrows {
  left: 62%;
  position: absolute;
  transform: translateX(-50%);
  font-size: 0.8em;
}
.nftsPage .monetaryFlow .flowChart .node.octagonWrapper {
  position: relative;
}
.nftsPage .monetaryFlow .flowChart .node.octagonWrapper .octagon {
  width: 200px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.nftsPage .monetaryFlow .flowChart .node.octagonWrapper .content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/images/red-octagon.png");
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.2em;
}
.nftsPage .monetaryFlow .flowChart .node.octagonWrapper .content > span {
  font-size: 0.8em;
  font-weight: normal;
  display: flex;
  justify-content: center;
}
.nftsPage .connect_wallet_btn {
  width: auto;
  right: 20px;
  position: absolute;
  transform: translateY(10px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nftsPage .connect_wallet_btn {
    right: 50%;
    transform: translateX(50%);
  }
}
.nftsPage .nftSection {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nftsPage .nftSection .masterNft,
.nftsPage .nftSection .buttons {
  border: solid #fff 2px;
  border-radius: 4px;
  width: 80%;
  max-width: 400px;
}
.nftsPage .nftSection .bgvideo {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nftsPage .nftSection .spacerForAudioHeaderCompensation {
  border-top: 2.5vw solid #000;
  position: fixed;
  width: 100%;
  top: 5vw;
  z-index: 1;
}
.nftsPage .nftSection .left {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
}
.nftsPage .nftSection .left .pageTitle,
.nftsPage .nftSection .left .afterTitle,
.nftsPage .nftSection .left .form,
.nftsPage .nftSection .left .consultant_fees,
.nftsPage .nftSection .left .consultant_whitelist,
.nftsPage .nftSection .left .formHeadline,
.nftsPage .nftSection .left .nft_button,
.nftsPage .nftSection .left .soon,
.nftsPage .nftSection .left .space_filler,
.nftsPage .nftSection .left .benefits,
.nftsPage .nftSection .left .transparency,
.nftsPage .nftSection .left .masterNft .details {
  background: rgba(0, 0, 0, 0.5);
}
.nftsPage .nftSection .right .banner,
.nftsPage .nftSection .right .buttons,
.nftsPage .nftSection .right .details {
  background: rgba(0, 0, 0, 0.5);
}
.nftsPage .nftSection .nft_warning {
  text-align: center;
  padding: 30px 250px;
}
.nftsPage .nftSection .nft_warning .heading {
  color: #ffa400;
  text-transform: uppercase;
}
.nftsPage .nftSection .footer {
  background: #000;
  border-top: solid #19b5fe 1px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
.nftsPage .nftSection .footer > img {
  height: 100%;
  margin-right: 15px;
}
.nftsPage .nftSection .nft_warning,
.nftsPage .nftSection .monetaryFlow {
  background: rgba(0, 0, 0, 0.5);
}
.nftsPage .nftSection .consultant_fees {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
}
.nftsPage .nftSection .consultant_fees .fee,
.nftsPage .nftSection .consultant_fees .consultant_count {
  width: 110px;
}
.nftsPage .nftSection .consultant_fees .consultant_fee {
  display: flex;
}
.nftsPage .nftSection .bgvideo {
  position: fixed;
  width: 100vw;
  z-index: -2;
}
.nftsPage .nftSection .navigation {
  width: auto;
  flex: 1;
}
.nftsPage .nftSection .soon {
  text-transform: uppercase;
}
.nftsPage .nftSection .pageTitle {
  text-transform: uppercase;
  text-align: center;
}
.nftsPage .nftSection .pageTitle .line2 {
  font-weight: bold;
}
.nftsPage .nftSection .afterTitle {
  text-align: center;
  font-weight: bold;
  color: #888;
  line-height: 2;
}
.nftsPage .nftSection .formHeadline {
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  padding-top: 10px;
}
.nftsPage .nftSection .form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nftsPage .nftSection .form > input {
  margin-bottom: 0;
}
.nftsPage .nftSection .benefits {
  text-align: center;
}
.nftsPage .nftSection .benefits .headline {
  color: #888;
}
.nftsPage .nftSection .benefits .benefit {
  color: #ddd;
}
.nftsPage .nftSection .benefits .terms {
  color: blue;
}
.nftsPage .nftSection .transparency {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #ddd;
}
.nftsPage .nftSection .nft_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.nftsPage .nftSection .nft_wrapper .nft_row {
  width: -moz-fit-content;
  width: fit-content;
}
.nftsPage .nftSection .nfts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nftsPage .nftSection .nfts .nft {
  text-align: center;
  overflow: hidden;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(0) .icon > img {
  transition: opacity 0.2s 0s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(1) .icon > img {
  transition: opacity 0.2s 0.1s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(2) .icon > img {
  transition: opacity 0.2s 0.2s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(3) .icon > img {
  transition: opacity 0.2s 0.3s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(4) .icon > img {
  transition: opacity 0.2s 0.4s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(5) .icon > img {
  transition: opacity 0.2s 0.5s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(6) .icon > img {
  transition: opacity 0.2s 0.6s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(7) .icon > img {
  transition: opacity 0.2s 0.7s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(8) .icon > img {
  transition: opacity 0.2s 0.8s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(9) .icon > img {
  transition: opacity 0.2s 0.9s ease-in;
}
.nftsPage .nftSection .nfts .nft:nth-of-type(10) .icon > img {
  transition: opacity 0.2s 1s ease-in;
}
.nftsPage .nftSection .nfts .nft .icon {
  border-style: solid;
  border-color: #fff;
}
.nftsPage .nftSection .nfts .nft .icon > img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.nftsPage .nftSection .nfts .nft .icon > img.active {
  opacity: 1;
}
.nftsPage .nftSection .nft_button {
  display: flex;
  justify-content: center;
}
.nftsPage .nftSection .comingSoonTagline {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nftsPage .nftSection .comingSoonTagline {
    padding-top: 40px;
  }
}
.nftsPage .nftSection .masterNft .banner,
.nftsPage .nftSection .masterNft .details,
.nftsPage .nftSection .buttons {
  background-color: rgba(0, 0, 0, 0.5);
}
.nftsPage .nftSection .masterNft.active .masterNftCircle {
  animation: spin 4s linear infinite;
}
.nftsPage .nftSection .masterNft.active .profitLoss {
  height: calc(100% - calc(0.6666666667vw * 2 + 24px + 2px));
  padding: 10px;
}
.nftsPage .nftSection .masterNft .icon .masterNftCircle {
  box-shadow: 0 0 0 222px rgba(0, 0, 0, 0.5);
}
.nftsPage .nftSection .masterNft .content {
  position: relative;
}
.nftsPage .nftSection .masterNft .profitLoss {
  z-index: 1;
  overflow: hidden;
  height: 0;
  position: absolute;
  top: calc(0.6666666667vw * 2 + 24px + 2px);
  transition: height 2s ease 3s, padding 0.5s ease 3s;
  width: 100%;
  background-color: #000;
  color: #8a8a8a;
  font-size: 0.88em;
}
.nftsPage .nftSection .masterNft .profitLoss .profit:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 150px;
  display: block;
  position: absolute;
  right: 15px;
}
.nftsPage .nftSection .masterNft .profitLoss .total {
  margin-left: 100px;
}
.nftsPage .nftSection .masterNft .profitLoss .total:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 130px;
  display: block;
  position: absolute;
  right: 15px;
}
.nftsPage .nftSection .masterNft .profitLoss .item {
  margin-left: 50px;
}
.nftsPage .nftSection .masterNft .profitLoss .item:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 100px;
  display: block;
  position: absolute;
  right: 15px;
}
.nftsPage .nftSection .masterNft .profitLoss .expense {
  color: red;
}
.nftsPage .nftSection .masterNft .profitLoss .income {
  color: green;
}
.nftsPage .nftSection .masterNft .profitLoss .more_details {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.nftsPage .nftSection .masterNft .banner {
  text-align: center;
}
.nftsPage .nftSection .masterNft .icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.nftsPage .nftSection .masterNft .icon .masterNftCenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nftsPage .nftSection .masterNft .details .headline {
  text-align: center;
}
.nftsPage .nftSection .masterNft .details .features {
  text-align: center;
}
.nftsPage .nftSection .buttons {
  display: flex;
  justify-content: center;
}
.nftsPage .nft_warning,
.nftsPage .imagine {
  padding: 30px;
}
.nftsPage .nft_warning {
  text-align: center;
  line-height: 2em;
}
.nftsPage .nft_warning .heading {
  color: #ffa400;
  text-transform: uppercase;
}
.nftsPage .imagine {
  padding-top: 2em;
}

.venuePage .eventList {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.venuePage .eventList .event {
  display: block;
  flex-basis: 21%;
  padding: 15px 1px;
  background: #000000BF;
  border-radius: 8px;
  margin-top: 30px;
}
.venuePage .eventList .event:hover .event__image {
  opacity: 0.8;
}
.venuePage .eventList .event__details {
  color: #fff;
  padding: 5px 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.venuePage .eventList .event__details__venue {
  color: #fff;
}
.venuePage .eventList .event__details__venue:hover {
  text-decoration: underline;
}
.venuePage .eventList .event__details__date {
  color: #C5C5C5;
  letter-spacing: 0.56px;
}
.venuePage .eventList .event__details__title {
  margin-top: 8px;
}
.venuePage .eventList .event__details__band {
  margin-bottom: 1em;
}
.venuePage .eventList .event__details__purchase_label {
  font-size: 1.3em;
  line-height: 2;
  text-align: center;
}
.venuePage .eventList .event__details .buttonRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.venuePage .eventList .event__details .buttonRow .button {
  flex-basis: 45%;
}
.venuePage .eventList .event__details__venue {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 5px;
  display: block;
}
.venuePage .eventList .event__image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  width: 100%;
  height: 150px;
  background-size: cover;
  position: relative;
}

.aboutUsPage .betweenSidebarsContent .columns .left {
  flex-basis: 40%;
}
.aboutUsPage .betweenSidebarsContent .columns .right {
  flex-basis: 60%;
}
.aboutUsPage .aboutUsHeading {
  background: #000;
  padding: 30px 50px;
  border: solid 3px #fff;
  margin-bottom: 100px;
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.aboutUsPage .videoBgSection {
  position: relative;
}
.aboutUsPage .polygon {
  -webkit-clip-path: polygon(60% 0, 40% 100%, 100% 100%, 100% 0, 60% 0);
          clip-path: polygon(60% 0, 40% 100%, 100% 100%, 100% 0, 60% 0);
  background: #213348;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-top: 120px;
}

.plugAnimationComponents {
  opacity: 0;
}
.plugAnimationComponents.active .cable.horizontal {
  background-color: #659f27;
  background-image: linear-gradient(#3e6218, #659f27);
}
.plugAnimationComponents.active .cable.vertical {
  background-color: #659f27;
  background-image: linear-gradient(to right, #3e6218, #659f27);
}
.plugAnimationComponents.active .plug.nftPlug, .plugAnimationComponents.active .plug.walletPlug {
  opacity: 0;
}
.plugAnimationComponents.active .plug.activated {
  display: block;
}
.plugAnimationComponents .plug,
.plugAnimationComponents .cable {
  z-index: 1;
}
.plugAnimationComponents .plug {
  top: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 1;
  transition: transform 1s;
}
.plugAnimationComponents .plug.activated {
  display: none;
}
.plugAnimationComponents .plug > img {
  width: 100%;
  transform: translateX(2px);
}
.plugAnimationComponents .plug.nftPlug.rotate > img {
  transform: translateX(2px);
}
.plugAnimationComponents .plug.nftPlug > img {
  transform: translateX(2px) rotate(90deg);
}
.plugAnimationComponents .nftVerticalCableContainer {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 3px;
}
.plugAnimationComponents .nftVerticalCableContainer .cable.vertical {
  transition: transform 1s;
  transform: translateY(100%);
}
.plugAnimationComponents .cable {
  position: absolute;
  top: 0;
}
.plugAnimationComponents .cable.nftCable {
  background-color: #cb1414;
}
.plugAnimationComponents .cable.walletCable {
  background-color: #267fb6;
  z-index: 1;
}
.plugAnimationComponents .cable.horizontal {
  transform: translateY(calc(15px / 2));
  height: 3px;
  width: 0;
  transition: width 1s;
}
.plugAnimationComponents .cable.vertical {
  width: 3px;
  height: 0;
  transition: height 1s;
}

.landingPage .slimHeader.audioHeader {
  background-color: #213348;
}

.videoBgSectionWrapper .videoBgSection {
  color: #fff;
}
.videoBgSectionWrapper .videoBgSection .bgvideo {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.mainTemplate .audioHeader {
  border-bottom: 2px #ddd solid;
}
@media screen and (max-width: 768px) {
  .mainTemplate .betweenSidebarsContent {
    padding-top: 170px;
  }
}
.mainTemplate .betweenSidebarsContent .topSection {
  background-color: #000;
  position: fixed;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .mainTemplate .betweenSidebarsContent .topSection {
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: -1;
  }
  .mainTemplate .betweenSidebarsContent .topSection .venueArtistBtns .btn {
    height: 30px;
  }
  .mainTemplate .betweenSidebarsContent .topSection .nameZipForm > input {
    padding: 7px;
  }
  .mainTemplate .betweenSidebarsContent .topSection .nameZipForm span {
    width: auto;
  }
  .mainTemplate .betweenSidebarsContent .topSection .socialMediaBtns .section {
    gap: 3px;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainTemplate .betweenSidebarsContent .topSection .socialMediaBtns .section {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainTemplate .betweenSidebarsContent .topSection .socialMediaBtns .section .btn {
    padding: 5px;
  }
  .mainTemplate .betweenSidebarsContent .topSection .socialMediaBtns .section .btn > img {
    width: 20px;
  }
}
.mainTemplate .betweenSidebarsContent .socialMediaBtns {
  background-color: #161515;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mainTemplate .betweenSidebarsContent .socialMediaBtns {
    display: block;
  }
}
.mainTemplate .betweenSidebarsContent .socialMediaBtns .section {
  gap: 10px;
  width: 50%;
  border: solid #fff 1px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
}
.mainTemplate .betweenSidebarsContent .socialMediaBtns .section .btn {
  display: flex;
}
.mainTemplate .betweenSidebarsContent .socialMediaBtns .section .btn > img {
  width: 30px;
}
.mainTemplate .betweenSidebarsContent .venueArtistBtns {
  background-color: #161515;
  display: flex;
}
.mainTemplate .betweenSidebarsContent .venueArtistBtns .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border: solid #fff 1px;
  width: 50%;
  height: 50px;
}
.mainTemplate .betweenSidebarsContent .venueArtistBtns .btn:hover {
  background-color: #000;
}
.mainTemplate .betweenSidebarsContent .venueArtistBtns .btn.active {
  background-color: #19b5fe;
}
.mainTemplate .betweenSidebarsContent .nameZipForm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.mainTemplate .betweenSidebarsContent .nameZipForm > input {
  width: calc(49% - 5px);
  background-color: #213348;
  padding: 15px;
}
.mainTemplate .betweenSidebarsContent .nameZipForm > span {
  color: #666;
  width: 2%;
  text-align: center;
  font-size: 0.7em;
  padding: 2px;
}
.mainTemplate .rightSidebar {
  right: 0;
  border-left: 2px #fff solid;
  height: 100%;
  padding: 15px;
  background-color: #2B2B2B;
}
.mainTemplate .rightSidebar .button {
  margin-bottom: 10px;
}
.mainTemplate .rightSidebar .merch {
  background-color: #213348;
  padding: 15px;
  border-radius: 15px;
}
.mainTemplate .rightSidebar .merch__item {
  padding: 5px;
  display: flex;
}
.mainTemplate .rightSidebar .merch__item + .merch__item {
  margin-top: 15px;
}
.mainTemplate .rightSidebar .merch__item.dark {
  background-color: #4A4A4A;
}
.mainTemplate .rightSidebar .merch__item.dark .details {
  color: #fff;
}
.mainTemplate .rightSidebar .merch__item.medium {
  background-color: #8A8A8A;
}
.mainTemplate .rightSidebar .merch__item.medium .details {
  color: #fff;
}
.mainTemplate .rightSidebar .merch__item.light {
  background-color: #fff;
}
.mainTemplate .rightSidebar .merch__item.light .details {
  color: #000;
}
.mainTemplate .rightSidebar .merch__item .img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainTemplate .rightSidebar .merch__item .details {
  width: 100%;
  padding-left: 5px;
}
.mainTemplate .rightSidebar .merch__item .details .title {
  font-size: 14px;
  margin-bottom: 10px;
}
.mainTemplate .rightSidebar .merch__item .details .price {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
.mainTemplate .rightSidebar .merch__item .details .button {
  padding: 0;
}
.mainTemplate .rightSidebar .merch .heading {
  color: #fff;
  text-transform: uppercase;
}
.mainTemplate .rightSidebar .merch .merchplaceholder {
  width: 100%;
}
.mainTemplate .rightSidebar .propagandaplaceholder {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.mainTemplate .rightSidebar .propagandaplaceholder.blue-bg {
  background: #19b5fe;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

.sidebar {
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 2;
  height: 100vh;
  overflow: scroll;
  border-right: solid 2px #ddd;
}
.sidebar__header {
  display: none;
  color: #fff;
  align-items: center;
}
.sidebar .toggleArtistFanLink {
  cursor: pointer;
  color: #fff;
}
.sidebar .toggleArtistFanLink:hover {
  text-decoration: underline;
}
.sidebar__menu__item {
  display: flex;
  align-items: center;
  height: 65px;
  cursor: pointer;
}
.sidebar__menu__item.heading {
  font-size: 1.5em;
}
.sidebar__menu__item:hover, .sidebar__menu__item.active {
  background-color: #FFFFFF21;
}
.sidebar__menu__item:hover .sidebar__menu__item__title, .sidebar__menu__item.active .sidebar__menu__item__title {
  color: #19b5fe;
}
.sidebar__menu__item .svg {
  fill: #D6D6D6;
}
.sidebar__menu__item .svg, .sidebar__menu__item__icon {
  color: #D6D6D6;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
.sidebar__menu__item__title {
  color: #D6D6D6;
  font-size: 18px;
  line-height: 21px;
}
.sidebar__menu__item__title:hover {
  text-decoration: underline;
}

.DashboardPage {
  background-color: #1d3250;
  width: 100%;
  min-height: 100vh;
}
.DashboardPage .dashboardContent {
  display: flex;
  flex-direction: column;
}
.DashboardPage .instrumentPoolHeader {
  border: solid #fff 2px;
  padding: 10px;
  font-size: 2em;
  border-radius: 10px;
  color: #fff;
}
.DashboardPage .instrument_row {
  display: flex;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.DashboardPage .instrument_row .instrument {
  border: solid #fff 2px;
  border-radius: 8px;
  background-color: #1d3250;
  padding: 15px;
  flex-basis: 13.4%;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.DashboardPage .instrument_row .instrument > img {
  width: 100%;
}
.DashboardPage .instrument_row .instrument .points {
  color: #000;
  background: #ffa400;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
.DashboardPage .infoboxes-four-col,
.DashboardPage .infoboxes-two-col {
  display: flex;
  justify-content: space-between;
}
.DashboardPage .infoboxes-two-col .image {
  width: 80%;
  margin-left: 10%;
}
.DashboardPage .infobox {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  border-width: 2px;
  border-radius: 15px;
  padding: 10px;
  border-style: solid;
  position: relative;
  margin-top: 20px;
}
.DashboardPage .infobox--noSidePadding {
  padding-left: 0;
  padding-right: 0;
}
.DashboardPage .infobox--small {
  flex-basis: 20%;
  min-height: 120px;
}
.DashboardPage .infobox--large {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.DashboardPage .infobox .value {
  font-weight: bold;
}
.DashboardPage .infobox.rewards .image {
  width: 100%;
}
.DashboardPage .infobox .icon {
  width: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.DashboardPage .qrcodes {
  display: flex;
  flex-wrap: wrap;
}
.DashboardPage .qrcodes .toolbar {
  overflow: hidden;
}
.DashboardPage .qrcodes .qrCodeImageWrapper {
  flex-basis: calc(16.666666665% - 12px);
  margin: 6px;
}
.DashboardPage .qr_code {
  color: #fff;
}
.DashboardPage .qr_code .qr_image .image {
  aspect-ratio: 1;
  background-size: cover;
  display: block;
  position: relative;
}
.DashboardPage .qr_code .qr_image .image .qrCodeWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.DashboardPage .qr_code .qr_image .image .qrCodeWrapper > img,
.DashboardPage .qr_code .qr_image .image .qrCodeWrapper > svg {
  width: 100%;
}
.DashboardPage .qr_code .heading {
  font-size: 2em;
}
.DashboardPage .qr_code .qr_code__section.qr_image {
  justify-content: center;
  display: flex;
}
.DashboardPage .qr_code .qr_code__section.qr_image .image {
  width: 350px;
}
.DashboardPage .qr_code .qr_code__section.generator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.DashboardPage .qr_code .qr_code__section.generator .label {
  flex-basis: 12%;
}
.DashboardPage .qr_code .qr_code__section.generator .input-box {
  display: flex;
  align-items: center;
  max-width: 300px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding-left: 0.5rem;
  overflow: hidden;
  font-family: sans-serif;
}
.DashboardPage .qr_code .qr_code__section.generator .input-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #999;
}
.DashboardPage .qr_code .qr_code__section.generator .input-box input {
  flex-grow: 1;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}
.DashboardPage .qr_code .qr_code__section.generator .input-box:focus-within {
  border-color: #777;
}
.DashboardPage .qr_code .qr_code__section.generator .input-box > input {
  flex-basis: 55%;
  padding: 0;
  line-height: inherit;
  color: #000;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  border-radius: 0.375rem;
  width: 100%;
  display: block;
  margin-top: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.DashboardPage .qr_code .qr_code__section.generator .button {
  flex-basis: 25%;
}
.DashboardPage .rewards {
  color: #fff;
}
.DashboardPage .rewards .rewards__section + .rewards__section {
  margin-top: 30px;
}
.DashboardPage .rewards .rewards__header .columns {
  display: flex;
  justify-content: space-between;
}
.DashboardPage .rewards .rewards__header__value {
  font-size: 40px;
  color: #ffa400;
}
.DashboardPage .rewards .rewards__header__label {
  font-size: 1.2em;
}
.DashboardPage .rewards .rewards__breakdown__header {
  display: flex;
  justify-content: space-between;
}
.DashboardPage .rewards .rewards__breakdown__header .label {
  color: #666;
  letter-spacing: 1px;
}
.DashboardPage .rewards .rewards__breakdown__header .exchange_rate {
  color: #ffa400;
}
.DashboardPage .rewards .rewards__breakdown__table {
  width: 100%;
  margin-top: 50px;
  line-height: 2.4em;
}
.DashboardPage .rewards .rewards__breakdown__table__heading_row__item {
  font-weight: normal;
}
.DashboardPage .rewards .rewards__breakdown__table__heading_row__item:nth-child(1) {
  text-align: left;
  width: 25%;
}
.DashboardPage .rewards .rewards__breakdown__table__heading_row__item:nth-child(2) {
  width: 25%;
}
.DashboardPage .rewards .rewards__breakdown__table__heading_row__item:nth-child(3) {
  width: 25%;
}
.DashboardPage .rewards .rewards__breakdown__table__heading_row__item:nth-child(4) {
  width: 25%;
}
.DashboardPage .rewards .rewards__breakdown__table__table_row {
  color: #666;
  padding: 5px 0;
}
.DashboardPage .rewards .rewards__breakdown__table__table_row__item + .rewards__breakdown__table__table_row__item {
  text-align: center;
}
.DashboardPage .rewards .rewards__breakdown__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.DashboardPage .rewards .rewards__breakdown__footer .label {
  margin-right: 10px;
  font-size: 0.8em;
}
.DashboardPage .rewards .rewards__breakdown__footer .value {
  color: #ffa400;
  font-size: 25px;
}

.rewardsWrapper {
  display: flex;
  margin-top: 15px;
}
.rewardsWrapper .rewardsCard {
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 5px 5px 15px 5px #aaa;
  padding: 10px;
  font-weight: bold;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rewardsWrapper .rewardsCard .image {
  width: 120px;
}

.vue__time-picker-dropdown .hint,
.vue__time-picker .dropdown .hint {
  display: none;
}

.vue__time-picker.time-picker .time-picker-overlay {
  position: static;
}

.text-center {
  text-align: center;
}

.warning {
  font-weight: bold;
  color: red;
}

.pointer {
  cursor: pointer;
}

.modal {
  position: fixed;
  z-index: 10000;
  background-color: #F3F3F3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .cancelUpload {
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.modal .uploadProgress {
  display: flex;
  align-items: center;
}
.modal .closeBtn {
  position: absolute;
  cursor: pointer;
}
.modal .dragdropUploader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .dragdropUploader.dragging {
  background-color: #19b5fe;
}
.modal .topRow {
  display: flex;
  justify-content: space-between;
}
.modal .topRow .closeBtn {
  cursor: pointer;
}
.modal > label {
  display: flex;
  flex-direction: column;
}

.form label {
  display: flex;
  flex-direction: column;
}

.button {
  white-space: nowrap;
  background-color: #19b5fe;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background-color: #028ac9;
}
.button--large {
  text-transform: uppercase;
}
.button--small {
  text-transform: uppercase;
}
.button--smalltall {
  text-transform: capitalize;
}
.button--light {
  background-color: #fff;
  border-color: #0077ff;
  color: #0077ff;
}
.button--light:hover {
  background-color: #0077ff;
  color: #fff;
}
.button--large-dark {
  background-color: #000;
  border-color: #028ac9;
  color: #028ac9;
}
.button--large-dark:hover {
  background-color: #028ac9;
  color: #fff;
}
.button.yellow {
  background-color: #FFA400;
  border-color: #FFA400;
}
.button--secondary {
  background-color: #0077ff;
  border-color: #0077ff;
}
.button--secondary:hover {
  border-color: #19b5fe;
  background-color: #19b5fe;
}
.button--dark {
  background-color: #000;
  border-color: #19b5fe;
}
.button--dark:hover {
  border-color: #19b5fe;
  background-color: #0077ff;
}
.button--warning {
  background-color: #FF2626;
  border-color: #FF2626;
}
.button--warning:hover {
  border-color: #19b5fe;
  background-color: #19b5fe;
}
.button--accent {
  background-color: #ffa400;
  border-color: #ffa400;
}
.button--accent:hover {
  border-color: #19b5fe;
  background-color: #19b5fe;
}
.button--success {
  background-color: #32CD32;
  border-color: #32CD32;
}
.button--success:hover {
  border-color: #19b5fe;
  background-color: #19b5fe;
}

.instrumentCardWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.instrumentCard {
  flex-basis: calc(50% - 50px);
  padding: 30px 1px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.instrumentCard .image {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.instrumentCard .text {
  color: #ddd;
}
.instrumentCard .reward {
  font-size: 2em;
  color: #ffa400;
}
.instrumentCard .condition {
  color: #fff;
}
.instrumentCard .details {
  padding: 0 10px;
}

.slimHeader {
  background-color: #000000BA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slimHeader.audioHeader {
  justify-content: center;
  background-color: #000;
  z-index: 2;
}
.slimHeader.audioHeader ~ .mainContent {
  margin-top: 80px;
}
.slimHeader.audioHeader .navigation {
  width: 100%;
  justify-content: space-around;
  flex: 1;
}
.slimHeader.audioHeader .navigation .home_navigation {
  display: flex;
  align-items: center;
}
.slimHeader.audioHeader .navigation .header_navigation {
  margin-left: auto;
}
.slimHeader.audioHeader .audioHeaderImage {
  height: 50%;
}
.slimHeader .tagline {
  color: #19b5fe;
}

.contentAfterAudioHeader {
  color: #fff;
}
.contentAfterAudioHeader .columns {
  display: flex;
}

.header {
  left: 0;
  z-index: 1;
  background-color: #000000BA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100vw;
}
.header .profileImage {
  border: solid #fff 2px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .profileImage:hover {
  border-color: #19b5fe;
}
.header .navigation {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .navigation__icon.alert {
  filter: invert(1);
}
.header .navigation__icon.alert:hover {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}
.header .navigation__icon.personIcon {
  fill: #19b5fe;
  border: solid #19b5fe 2px;
  border-radius: 50%;
  padding: 10px;
}
.header .navigation__icon.personIcon:hover {
  fill: #fff;
  background-color: #19b5fe;
}
.header .logoWrapper {
  display: flex;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  flex: 1;
}
.header .logoWrapper.hideLeftSide {
  opacity: 0;
}
.header .logoWrapper .logo > img {
  width: 100%;
}
.header .logoWrapper .tagline {
  margin-right: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.input {
  border: solid 1px #000;
}

.page.comingSoon .spacerForAudioHeaderCompensation {
  border-top: 2.5vw solid #000;
  position: fixed;
  width: 100%;
  top: 5vw;
  z-index: 1;
}
.page.comingSoon .plugAnimationComponents {
  opacity: 0;
}
.page.comingSoon .plugAnimationComponents.active .cable.horizontal {
  background-color: #659f27;
  background-image: linear-gradient(#3e6218, #659f27);
}
.page.comingSoon .plugAnimationComponents.active .cable.vertical {
  background-color: #659f27;
  background-image: linear-gradient(to right, #3e6218, #659f27);
}
.page.comingSoon .plugAnimationComponents.active .plug.nftPlug, .page.comingSoon .plugAnimationComponents.active .plug.walletPlug {
  opacity: 0;
}
.page.comingSoon .plugAnimationComponents.active .plug.activated {
  display: block;
}
.page.comingSoon .plugAnimationComponents .plug,
.page.comingSoon .plugAnimationComponents .cable {
  z-index: 1;
}
.page.comingSoon .plugAnimationComponents .plug {
  top: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 1;
  transition: transform 1s;
}
.page.comingSoon .plugAnimationComponents .plug.activated {
  display: none;
}
.page.comingSoon .plugAnimationComponents .plug > img {
  width: 100%;
  transform: translateX(2px);
}
.page.comingSoon .plugAnimationComponents .plug.nftPlug.rotate > img {
  transform: translateX(2px);
}
.page.comingSoon .plugAnimationComponents .plug.nftPlug > img {
  transform: translateX(2px) rotate(90deg);
}
.page.comingSoon .plugAnimationComponents .nftVerticalCableContainer {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 3px;
}
.page.comingSoon .plugAnimationComponents .nftVerticalCableContainer .cable.vertical {
  transition: transform 1s;
  transform: translateY(100%);
}
.page.comingSoon .plugAnimationComponents .cable {
  position: absolute;
  top: 0;
}
.page.comingSoon .plugAnimationComponents .cable.nftCable {
  background-color: #cb1414;
}
.page.comingSoon .plugAnimationComponents .cable.walletCable {
  background-color: #267fb6;
  z-index: 1;
}
.page.comingSoon .plugAnimationComponents .cable.horizontal {
  transform: translateY(calc(15px / 2));
  height: 3px;
  width: 0;
  transition: width 1s;
}
.page.comingSoon .plugAnimationComponents .cable.vertical {
  width: 3px;
  height: 0;
  transition: height 1s;
}
.page.comingSoon .left {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 0);
}
.page.comingSoon .left .pageTitle,
.page.comingSoon .left .afterTitle,
.page.comingSoon .left .form,
.page.comingSoon .left .consultant_fees,
.page.comingSoon .left .consultant_whitelist,
.page.comingSoon .left .formHeadline,
.page.comingSoon .left .nft_button,
.page.comingSoon .left .soon,
.page.comingSoon .left .space_filler,
.page.comingSoon .left .benefits,
.page.comingSoon .left .transparency,
.page.comingSoon .left .masterNft .details {
  background: rgba(0, 0, 0, 0.5);
}
.page.comingSoon .right .banner,
.page.comingSoon .right .buttons,
.page.comingSoon .right .details {
  background: rgba(0, 0, 0, 0.5);
}
.page.comingSoon .nft_warning {
  text-align: center;
  padding: 30px 250px;
}
.page.comingSoon .nft_warning .heading {
  color: #ffa400;
  text-transform: uppercase;
}
.page.comingSoon .footer {
  background: #000;
  border-top: solid #19b5fe 1px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
.page.comingSoon .footer > img {
  height: 100%;
  margin-right: 15px;
}
.page.comingSoon .nft_warning,
.page.comingSoon .monetaryFlow {
  background: rgba(0, 0, 0, 0.5);
}
.page.comingSoon .consultant_fees {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
}
.page.comingSoon .consultant_fees .fee,
.page.comingSoon .consultant_fees .consultant_count {
  width: 110px;
}
.page.comingSoon .consultant_fees .consultant_fee {
  display: flex;
}
.page.comingSoon .bgvideo {
  position: fixed;
  width: 100vw;
  z-index: -1;
}
.page.comingSoon .navigation {
  width: auto;
  flex: 1;
}
.page.comingSoon .soon {
  text-transform: uppercase;
}
.page.comingSoon .pageTitle {
  text-transform: uppercase;
  text-align: center;
}
.page.comingSoon .pageTitle .line2 {
  font-weight: bold;
}
.page.comingSoon .afterTitle {
  text-align: center;
  font-weight: bold;
  color: #888;
  line-height: 2;
}
.page.comingSoon .formHeadline {
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  padding-top: 10px;
}
.page.comingSoon .form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.comingSoon .form > input {
  margin-bottom: 0;
}
.page.comingSoon .benefits {
  text-align: center;
}
.page.comingSoon .benefits .headline {
  color: #888;
}
.page.comingSoon .benefits .benefit {
  color: #ddd;
}
.page.comingSoon .benefits .terms {
  color: blue;
}
.page.comingSoon .transparency {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #ddd;
}
.page.comingSoon .nft_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.page.comingSoon .nft_wrapper .nft_row {
  width: -moz-fit-content;
  width: fit-content;
}
.page.comingSoon .nfts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page.comingSoon .nfts .nft {
  text-align: center;
  overflow: hidden;
}
.page.comingSoon .nfts .nft:nth-of-type(0) .icon > img {
  transition: opacity 0.2s 0s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(1) .icon > img {
  transition: opacity 0.2s 0.1s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(2) .icon > img {
  transition: opacity 0.2s 0.2s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(3) .icon > img {
  transition: opacity 0.2s 0.3s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(4) .icon > img {
  transition: opacity 0.2s 0.4s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(5) .icon > img {
  transition: opacity 0.2s 0.5s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(6) .icon > img {
  transition: opacity 0.2s 0.6s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(7) .icon > img {
  transition: opacity 0.2s 0.7s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(8) .icon > img {
  transition: opacity 0.2s 0.8s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(9) .icon > img {
  transition: opacity 0.2s 0.9s ease-in;
}
.page.comingSoon .nfts .nft:nth-of-type(10) .icon > img {
  transition: opacity 0.2s 1s ease-in;
}
.page.comingSoon .nfts .nft .icon {
  border-style: solid;
  border-color: #fff;
}
.page.comingSoon .nfts .nft .icon > img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.page.comingSoon .nfts .nft .icon > img.active {
  opacity: 1;
}
.page.comingSoon .nft_button {
  display: flex;
  justify-content: center;
}
.page.comingSoon .comingSoonTagline {
  text-align: center;
}
.page.comingSoon .masterNft.active .masterNftCircle {
  animation: spin 4s linear infinite;
}
.page.comingSoon .masterNft.active .profitLoss {
  height: calc(100% - calc(0.6666666667vw * 2 + 24px + 2px));
  padding: 10px;
}
.page.comingSoon .masterNft .content {
  position: relative;
}
.page.comingSoon .masterNft .profitLoss {
  z-index: 1;
  overflow: hidden;
  height: 0;
  position: absolute;
  top: calc(0.6666666667vw * 2 + 24px + 2px);
  transition: height 2s ease 3s, padding 0.5s ease 3s;
  width: 100%;
  background-color: #000;
  color: #8a8a8a;
  font-size: 0.88em;
}
.page.comingSoon .masterNft .profitLoss .profit:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 150px;
  display: block;
  position: absolute;
  right: 15px;
}
.page.comingSoon .masterNft .profitLoss .total {
  margin-left: 100px;
}
.page.comingSoon .masterNft .profitLoss .total:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 130px;
  display: block;
  position: absolute;
  right: 15px;
}
.page.comingSoon .masterNft .profitLoss .item {
  margin-left: 50px;
}
.page.comingSoon .masterNft .profitLoss .item:after {
  content: "";
  border-bottom: 2px solid #8a8a8a;
  width: 100px;
  display: block;
  position: absolute;
  right: 15px;
}
.page.comingSoon .masterNft .profitLoss .expense {
  color: red;
}
.page.comingSoon .masterNft .profitLoss .income {
  color: #32CD32;
}
.page.comingSoon .masterNft .profitLoss .more_details {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.page.comingSoon .masterNft .banner {
  text-align: center;
}
.page.comingSoon .masterNft .icon {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.page.comingSoon .masterNft .icon .masterNftCenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page.comingSoon .masterNft .details .headline {
  text-align: center;
}
.page.comingSoon .masterNft .details .features {
  text-align: center;
}
.page.comingSoon .buttons {
  display: flex;
  justify-content: center;
}
.page.Venues {
  background-color: #1d3250;
  display: flex;
}
.page.Venues .v-select {
  background-color: #fff;
  width: 300px;
  margin-left: 20px;
  background: blue;
  color: #fff;
  border-radius: 18px;
  border: #fff 2px solid;
  padding: 0 10px;
}
.page.Venues .v-select.vs--single.vs--open .vs__selected {
  position: static;
  white-space: nowrap;
  color: #fff;
}
.page.Venues .v-select .vs__selected-options {
  flex-wrap: nowrap;
}
.page.Venues .v-select .vs__selected-options .vs__selected {
  white-space: nowrap;
  color: #fff;
}
.page.Venues .v-select .vs__open-indicator {
  fill: #fff;
}
.page.Venues .v-select .vs__clear > svg {
  fill: #fff;
}
.page.Venues .logoSiteName, .page.Venue .logoSiteName {
  padding: 20px;
}
.page.Venues .logoSiteName .firstLine, .page.Venue .logoSiteName .firstLine {
  display: flex;
  align-items: center;
}
.page.Venues .logoSiteName .firstLine .logo, .page.Venue .logoSiteName .firstLine .logo {
  margin-right: 5px;
}
.page.Venues .logoSiteName .firstLine .logo > img, .page.Venue .logoSiteName .firstLine .logo > img {
  width: 40px;
}
.page.Venues .logoSiteName .siteNameLine, .page.Venue .logoSiteName .siteNameLine {
  font-size: 40px;
  line-height: 1em;
}
.page.Venue .mainVenueSection {
  background-color: #1d3250;
}
.page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowRight,
.page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowLeft {
  color: #fff;
  background-color: #19b5fe;
  border-radius: 50%;
  cursor: pointer;
}
.page.Admin .toolbar {
  background-color: #213348;
}
.page.Admin .delete_item {
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.page.Admin .addReward {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.page.Admin .userTable {
  color: #000;
}
.page.Admin .userTable .statusCircle {
  background: transparent linear-gradient(135deg, #00CD9E 0%, #4E4E4E 100%) 0% 0% no-repeat padding-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.page.Admin .rewardsSection {
  display: none;
}
.page.Admin .rewardsSection .rewards .reward {
  margin-top: 15px;
}
.page.ProfilePage {
  background-color: #F1F2F7;
}
.page.ProfilePage .profileForm {
  background-color: #fff;
}
.page.ProfilePage .profileForm .input {
  width: 100%;
}
.page.ProfilePage .profileForm .topRow {
  display: flex;
  justify-content: space-between;
}
.page.ProfilePage .profileForm .topRow .profileImage {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transform: translateY(-50%);
}
.page.ProfilePage .profileForm .topRow .buttonGroup {
  display: flex;
}
.page.Home {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.page.Home .homeHeader .navigation .button, .page.Home .homeHeader .navigation__link {
  display: flex;
  text-decoration: none;
  color: #fff;
}
.page.Home .homeHeader .navigation .button.bold, .page.Home .homeHeader .navigation__link.bold {
  color: #19b5fe;
  font-weight: bold;
}
.page.Home::after {
  content: "";
  background-color: #2B2B2B;
  position: absolute;
  z-index: -1;
}
.page.SignIn .button, .page.SignUp .button {
  background-color: #19b5fe;
}
.page.SignIn .columns .right .signInRow, .page.SignUp .columns .right .signInRow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page.SignIn .columns .right .signInTagline, .page.SignUp .columns .right .signInTagline {
  text-align: center;
}
.page.SignIn .columns .right .formWrapper, .page.SignUp .columns .right .formWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page.SignIn .columns .right .formWrapper .form > label, .page.SignUp .columns .right .formWrapper .form > label {
  display: flex;
  flex-direction: column;
}
.page.SignIn .columns .right .formWrapper .form > label.checkboxLabelWrapper, .page.SignUp .columns .right .formWrapper .form > label.checkboxLabelWrapper {
  flex-direction: row;
}
.page.SignIn .columns .right .formWrapper .form > label .textInput, .page.SignUp .columns .right .formWrapper .form > label .textInput {
  width: 100%;
}
.page.SignIn .columns .right .formWrapper .form .afterInputsRow, .page.SignUp .columns .right .formWrapper .form .afterInputsRow {
  display: flex;
  justify-content: space-between;
}
.page.SignIn .columns .right .formWrapper .form .afterInputsRow .forgotPassword > a, .page.SignUp .columns .right .formWrapper .form .afterInputsRow .forgotPassword > a {
  color: #19b5fe;
}
.page.SignUp .signUpTagline {
  text-align: center;
}
.page.SignUp .signUpOptions .option {
  color: #000;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page.SignUp .signUpOptions .option .personIcon {
  fill: #19b5fe;
  border: solid #19b5fe 2px;
  border-radius: 50%;
  padding: 10px;
}
.page.SignUp .signUpOptions .option:hover .personIcon {
  fill: #fff;
  background-color: #19b5fe;
}
.page.Fan {
  background-color: #F1F2F7;
}
.page.Fan .fanTopRow {
  display: flex;
  justify-content: space-between;
}
.page.Fan .fanTopRow .heading {
  text-transform: uppercase;
}
.page.Fan .tickets {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.page.Fan .fanHeadingRow, .page.Artist .fanHeadingRow, .page.ArtistCreatedEvent .fanHeadingRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page.Fan .fanHeadingRow .hello, .page.Artist .fanHeadingRow .hello, .page.ArtistCreatedEvent .fanHeadingRow .hello {
  color: #1284b9;
}
.page.Artist .eventsHeadingRow, .page.ArtistCreatedEvent .eventsHeadingRow {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.page.Artist .eventsTicketSection, .page.ArtistCreatedEvent .eventsTicketSection {
  display: flex;
  flex-wrap: wrap;
}
.page.Artist .eventsTicketSection > div, .page.ArtistCreatedEvent .eventsTicketSection > div {
  flex-basis: 33.3%;
}
.page.Artist .eventsTicketSection .ticket, .page.ArtistCreatedEvent .eventsTicketSection .ticket {
  gap: 10px;
}
.page.FanEventDetails input[type=search] {
  border: none;
}
.page.FanEventDetails .tipButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page.FanEventDetails .tipButton__bookend {
  height: 50px;
  background-color: #19b5fe;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page.FanEventDetails .tipButton .v-select {
  width: 50%;
  justify-content: flex-end;
}
.page.FanEventDetails .tipButton .v-select .vs__dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page.FanEventDetails .form {
  font-size: 16px;
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  height: 100%;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: scale3D(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3D(1, 1, 1);
  }
}
.page.FanEventDetails .form.checkoutForm.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.page.FanEventDetails .form.checkoutForm .hide {
  display: none;
}
.page.FanEventDetails .form.checkoutForm .text-input {
  border: solid 1px #000;
  border-radius: 4px;
  width: 100%;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper .adaQr {
  width: 40%;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper .qrHeadline {
  font-weight: bold;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper .directions {
  color: #666;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow {
  display: flex;
  justify-content: space-between;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow > label {
  margin-top: 0;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow .copyButton {
  color: #19b5fe;
  cursor: pointer;
}
.page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow .copyButton:hover {
  text-decoration: underline;
  color: #028ac9;
}
.page.FanEventDetails .form.checkoutForm .venmoForm .venmoQrWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page.FanEventDetails .form.checkoutForm .venmoForm .venmoQrWrapper .venmoQr {
  width: 50%;
}
.page.FanEventDetails .form.checkoutForm .venmoForm .venmoQrWrapper .directions {
  font-style: italic;
  color: #666;
}
.page.FanEventDetails .form.checkoutForm .two_column_row {
  display: flex;
}
.page.FanEventDetails .form.checkoutForm .FormRow {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  width: 100%;
}
.page.FanEventDetails .form.checkoutForm .FormRow.cardAdditionalData {
  flex-direction: row;
}
.page.FanEventDetails .form.checkoutForm .FormRowLabel {
  width: auto;
}
.page.FanEventDetails .form.checkoutForm .paymentDropdown {
  width: 100%;
}
.page.FanEventDetails .form.checkoutForm .tips {
  display: flex;
  width: 50%;
}
.page.FanEventDetails .form.checkoutForm .tips .FormRowInput > div,
.page.FanEventDetails .form.checkoutForm .tips .tipDropdown > div {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page.FanEventDetails .form.checkoutForm .tips .fakeButton {
  background-color: #19b5fe;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.page.FanEventDetails .form.checkoutForm .FormRowInput,
.page.FanEventDetails .form.checkoutForm .StripeElement {
  border: 1px solid #000;
  border-radius: 6px;
}
.page.FanEventDetails .form .paymentSubmissionWrapper {
  justify-content: space-between;
}
.page.FanEventDetails .form .paymentSubmissionWrapper .cancelLink {
  color: #19b5fe;
}
.page.FanEventDetails .form .paymentSubmissionWrapper .submitPayment {
  margin-top: 0;
}
.page.FanEventDetails .form .Form {
  animation: fade 200ms ease-out;
}
.page.FanEventDetails .form .FormGroup {
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  will-change: opacity, transform;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #829fff;
  border-radius: 4px;
}
.page.FanEventDetails .form .FormRow {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.page.FanEventDetails .form .FormRow.stripe {
  flex-direction: column;
}
.page.FanEventDetails .form .FormRow:first-child {
  border-top: none;
}
.page.FanEventDetails .form .FormRowLabel {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes void-animation-out {
  0%, to {
    opacity: 1;
  }
}
.page.FanEventDetails .form .FormRowInput:-webkit-autofill {
  /* Hack to hide the default webkit autofill */
  animation: 1ms void-animation-out;
}
.page.FanEventDetails .form .FormRowInput {
  border: none 0 transparent;
  font-size: 16px;
  width: 100%;
  padding: 11px 15px 11px 5px;
  animation: 1ms void-animation-out;
}
.page.FanEventDetails .form .StripeElement--webkit-autofill {
  background: transparent !important;
}
.page.FanEventDetails .form .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}
.page.FanEventDetails .form .SubmitButton {
  display: block;
  font-size: 16px;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 100ms ease-in-out;
  will-change: transform, background-color, box-shadow;
}
.page.FanEventDetails .form .SubmitButton:active {
  transform: scale(0.99);
}
.page.FanEventDetails .form .SubmitButton.SubmitButton--error {
  transform: translateY(15px);
}
.page.FanEventDetails .form .SubmitButton.SubmitButton--error:active {
  transform: scale(0.99) translateY(15px);
}
.page.FanEventDetails .form .SubmitButton:disabled {
  opacity: 0.5;
  cursor: default;
  box-shadow: none;
}
.page.FanEventDetails .form .ErrorMessage {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  font-size: 13px;
  margin-top: 0px;
  opacity: 0;
  animation: fade 150ms ease-out;
  animation-delay: 50ms;
  animation-fill-mode: forwards;
  will-change: opacity, transform;
}
.page.FanEventDetails .form .ErrorMessage svg {
  margin-right: 10px;
}
.page.FanEventDetails .form .Result {
  margin-top: 50px;
  text-align: center;
  animation: fade 200ms ease-out;
}
.page.FanEventDetails .form .ResultTitle {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: center;
}
.page.FanEventDetails .form .ResultMessage {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
  text-align: center;
}
.page.FanEventDetails .form .ResetButton {
  border: 0;
  cursor: pointer;
  background: #19b5fe;
}
.page.FanEventDetails .columns {
  display: flex;
  background-color: #F1F2F7;
}
.page.FanEventDetails .columns .left {
  flex-basis: 70%;
}
.page.FanEventDetails .columns .eventDetailsColumn {
  background-color: #fff;
  display: flex;
}
.page.FanEventDetails .columns .eventDetailsColumn .ticket {
  flex-basis: 40%;
}
.page.FanEventDetails .columns .eventDetailsColumn .ticket .eventImage {
  min-height: 300px;
  padding-top: 0;
}
.page.FanEventDetails .columns .eventDetailsColumn .ticket .ticket__footer {
  display: none;
}
.page.FanEventDetails .columns .paymentColumn {
  flex-basis: 30%;
  background-color: #fff;
}
.page.FanEventDetails .columns .paymentColumn .paymentHeadline {
  text-transform: uppercase;
}
.page.FanEventDetails .columns .paymentColumn .login,
.page.FanEventDetails .columns .paymentColumn .registration {
  padding: 30px;
}
.page.FanEventDetails .columns .paymentColumn .login input,
.page.FanEventDetails .columns .paymentColumn .registration input {
  padding: 0;
  line-height: inherit;
  color: #000;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  border-radius: 0.375rem;
  width: 100%;
  display: block;
  margin-top: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page.FanEventDetails .columns .paymentColumn .login input[type=checkbox],
.page.FanEventDetails .columns .paymentColumn .registration input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  padding: 0;
  -webkit-print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border-width: 1px;
}
.page.FanEventDetails .columns .paymentColumn .login label,
.page.FanEventDetails .columns .paymentColumn .registration label {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
}
.page.FanEventDetails .eventNameRow {
  width: 100%;
  justify-content: flex-start;
}
.page.FanEventDetails .eventNameRow .onGoingBtn {
  background-color: #09B554;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.FanEventDetails .bandRow {
  align-items: center;
}
.page.FanEventDetails .bandRow .logo {
  height: auto;
}
.page.FanEventDetails .bandRow .logo > img {
  width: 100%;
}
.page.FanEventDetails .dateTimeRow {
  align-items: center;
}
.page.FanEventDetails .dateTimeRow .dateTime {
  display: flex;
  flex-direction: column;
}
.page.FanEventDetails .dateTimeRow .dateTime .date {
  font-weight: bold;
}
.page.FanEventDetails .eventNameRow,
.page.FanEventDetails .bandRow,
.page.FanEventDetails .priceRow,
.page.FanEventDetails .dateTimeRow,
.page.FanEventDetails .locationRow {
  display: flex;
}
.page.FanEventDetails .eventNameRow .icon,
.page.FanEventDetails .bandRow .icon,
.page.FanEventDetails .priceRow .icon,
.page.FanEventDetails .dateTimeRow .icon,
.page.FanEventDetails .locationRow .icon {
  text-align: center;
  color: #888;
}
.page.ArtistCreateEvent .left .defaultTicket .right.infobox {
  display: none;
}
.page.ArtistCreateEvent .eventCoverImage {
  width: 100%;
}
.page.ArtistCreateEvent .dragdropUploader {
  border: dashed #fff 2px;
  padding: 40px;
  text-align: center;
  border-radius: 25px;
}
.page.ArtistCreateEvent .dragdropUploader.dragging {
  background: #666;
}
.page.ArtistCreateEvent .columns {
  display: flex;
  background-color: #1d3250;
}
.page.ArtistCreateEvent .columns > .middle {
  flex-basis: 45%;
}
.page.ArtistCreateEvent .columns > .left {
  flex-basis: 20%;
}
.page.ArtistCreateEvent .columns > .left .ticket {
  max-width: none;
}
.page.ArtistCreateEvent .columns > .left .ticket .left {
  flex-basis: 100%;
}
.page.ArtistCreateEvent .columns > .left .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page.ArtistCreateEvent .columns > .left .form .formColumns {
  display: flex;
}
.page.ArtistCreateEvent .columns > .left .form .formColumns--left .submissionErrors {
  color: red;
  font-weight: bold;
}
.page.ArtistCreateEvent .columns > .left .form .formColumns .logoExample {
  width: 50px;
}
.page.ArtistCreateEvent .columns > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 35%;
}
.page.ArtistCreateEvent .columns > .right .wallets {
  width: 100%;
}
.page.ArtistCreateEvent .columns > .right .wallets .success {
  font-weight: bold;
  color: green;
}
.page.ArtistCreateEvent .columns > .right .wallets .topRow {
  display: flex;
  justify-content: space-between;
}
.page.ArtistCreateEvent .columns > .right .wallets .topRow .sectionTitle {
  font-weight: bold;
}
.page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .walletTitle {
  color: #0077ff;
  font-weight: bold;
}
.page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .buttons {
  display: flex;
  align-items: center;
}
.page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .buttons .wallet_btn {
  cursor: pointer;
}
.page.ArtistCreateEvent .columns > .right .buttonSection {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 6px #0000005C;
}
.page.ArtistCreateEvent .columns > .right .buttonSection .link {
  cursor: pointer;
}
.page.ArtistCreateEvent .columns > .right .buttonSection .link.red {
  color: #FF2626;
}
.page.ArtistCreateEvent .columns > .right .buttonSection .link.blue {
  color: #19b5fe;
}
.page .toggleArtistFan {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.page .toggleArtistFan .toggleArtistFanLink {
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 88px;
}
.page .toggleArtistFan .toggleArtistFanLink:hover {
  text-decoration: underline;
}

.ticket {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: stretch;
  max-width: 400px;
}
.ticket .eventImage {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ticket .eventImage .price {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FF2626;
  background-color: rgba(6, 4, 81, 0.67);
  border-radius: 25%;
  padding: 10px;
}
.ticket .eventImage > img {
  width: 100%;
}
.ticket .left {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 70%;
  border: solid 2px #fff;
  display: flex;
  background: #000;
}
.ticket .left .semiCircleBottom {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
  z-index: 12;
}
.ticket .left .semiCircleTop {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 12;
}
.ticket .left .top {
  width: 100%;
  position: relative;
}
.ticket .left .top .logoRow {
  display: flex;
  align-items: center;
}
.ticket .left .top .logoRow .logo {
  height: auto;
}
.ticket .left .top .logoRow .logo > img {
  width: 100%;
  height: 100%;
}
.ticket .left .top .performingAt .venue {
  font-size: 1.3em;
  line-height: 1em;
  height: 1em;
  display: block;
}
.ticket .left .top .description {
  height: 3em;
  overflow: hidden;
}
.ticket .left .top .detailsRow {
  display: flex;
}
.ticket .left .top .detailsRow .column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.ticket .left .top .detailsRow .column .label {
  text-transform: uppercase;
}
.ticket .left .top .detailsRow .column .detail {
  color: #666;
}
.ticket .firstPerforation {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #23232D;
}
.ticket .firstPerforation .perforationLeft {
  position: absolute;
  z-index: 1;
}
.ticket .middle {
  flex-basis: 40%;
  text-shadow: 1px 1px black;
  position: relative;
}
.ticket .middle .qrCodeWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  right: 50%;
  transform: translate(50%, calc(-50% - 15px));
  position: absolute;
}
.ticket .middle .qrCodeWrapper.qrCode > svg,
.ticket .middle .qrCodeWrapper .qrCode > svg {
  width: 100%;
  height: auto;
}
.ticket .middle .qrCodeWrapper > img {
  width: 100%;
}
.ticket .middle .qrCodeWrapper > svg {
  width: 100%;
  height: 100%;
}
.ticket .middle .bottomRow {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ticket .middle .topRow {
  position: relative;
}
.ticket .middle .topRow,
.ticket .middle .bottomRow {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.ticket .middle .topRow .label,
.ticket .middle .bottomRow .label {
  text-transform: uppercase;
  display: none;
}
.ticket .middle .topRow .detail,
.ticket .middle .bottomRow .detail {
  color: #fff;
}
.ticket .middle .perforationRight {
  position: absolute;
  z-index: 1;
}
.ticket .middle .datePriceContainer {
  display: flex;
  justify-content: space-between;
}
.ticket .middle .dateAbbreviation {
  text-transform: uppercase;
}
.ticket .right {
  flex-basis: 30%;
  background-color: #23232D;
  position: relative;
  background: #000;
  border: 2px solid #fff;
}
.ticket .right .buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  line-height: 1em;
}
.ticket .right .buttons > a,
.ticket .right .buttons .archiveBtn {
  cursor: pointer;
}
.ticket .right .buttons > a:hover,
.ticket .right .buttons .archiveBtn:hover {
  color: #19b5fe;
}
.ticket .right .importedMusic .seekButtons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ticket .right .importedMusic .seekButtons .button > svg {
  margin-left: 0;
}
.ticket .right .importSection {
  text-align: center;
  top: 50%;
  left: 50%;
}
.ticket .right .waitingForArtist {
  font-size: 0.9em;
  margin-bottom: 0.8em;
}
.ticket .right .buttonWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ticket .right .salesCount {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}
.ticket .right .eventID {
  transform: rotate(-90deg) translate(-26px, -26px);
  right: 0;
  top: 0;
  position: absolute;
  transform-origin: top right;
  font-size: 0.8em;
}

.columnsImageLeft {
  display: flex;
}
.columnsImageLeft > .left .image {
  height: 100%;
}
.columnsImageLeft > .left .image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.previewCard .columns {
  display: flex;
}
.previewCard .columns .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.previewCard .line {
  background-color: #19b5fe;
}
.previewCard .title {
  font-weight: bold;
}
.previewCard .image > img {
  height: 100%;
  width: 100%;
}
.previewCard .separatorWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.previewCard .separatorWrapper .separator {
  display: flex;
}
.previewCard .separatorWrapper .separator .dash,
.previewCard .separatorWrapper .separator .dot {
  background-color: #19b5fe;
}
.previewCard .separatorWrapper .separator .dot {
  border-radius: 50%;
}

.messageBox {
  background: #000;
  max-width: 400px;
  color: #fff;
  padding: 15px;
  border: solid #fff 2px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.login-registration-widget {
  border: solid #fff 2px;
  border-radius: 5px;
  background: #000;
  max-width: 400px;
  color: #fff;
  padding: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 50px;
}
.login-registration-widget__heading {
  background: #000;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: solid #fff 2px;
  border-left: solid #fff 2px;
  border-right: solid #fff 2px;
  max-width: 400px;
  padding: 15px;
  font-size: 2em;
  text-align: center;
}
.login-registration-widget .label {
  margin-bottom: 14px;
}
.login-registration-widget input[type=email],
.login-registration-widget input[type=password],
.login-registration-widget input[type=text] {
  width: 100%;
  background: #213348;
  height: 52px;
  padding-left: 29px;
  border-radius: 4px;
  color: #fff;
}
.login-registration-widget input[type=email] ::-moz-placeholder, .login-registration-widget input[type=password] ::-moz-placeholder, .login-registration-widget input[type=text] ::-moz-placeholder {
  color: #fff;
}
.login-registration-widget input[type=email] :-ms-input-placeholder, .login-registration-widget input[type=password] :-ms-input-placeholder, .login-registration-widget input[type=text] :-ms-input-placeholder {
  color: #fff;
}
.login-registration-widget input[type=email] ::placeholder,
.login-registration-widget input[type=password] ::placeholder,
.login-registration-widget input[type=text] ::placeholder {
  color: #fff;
}
.login-registration-widget .switch_widget_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.brpfounders {
  color: #fff;
}
.brpfounders .centeredMaxWidth {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.brpfounders .btn {
  border-radius: 3px;
  padding: 20px 41px;
  text-transform: uppercase;
}
.brpfounders .header {
  background-color: #213348;
  padding: 15px 100px;
  display: flex;
  justify-content: flex-end;
}
.brpfounders .header .nav .link {
  text-transform: uppercase;
}
.brpfounders .header .nav .link + .link {
  margin-left: 50px;
}
.brpfounders .hero {
  padding: 200px 0;
  background: #000;
  border-bottom: #272727 50px solid;
}
.brpfounders .hero .heading {
  font-size: 99px;
  font-weight: bold;
  margin-bottom: 87px;
  text-align: center;
}
.brpfounders .hero .details {
  font-style: italic;
  text-align: center;
}
.brpfounders .mainSection {
  background-color: #404040;
  padding-bottom: 150px;
}
.brpfounders .mainSection .heading {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 84px;
}
.brpfounders .mainSection .description {
  font-size: 28px;
}
.brpfounders .mainSection .listHeading {
  padding-top: 103px;
  margin-bottom: 72px;
  text-align: center;
}
.brpfounders .mainSection .stats {
  padding-top: 150px;
  margin-bottom: 200px;
}
.brpfounders .mainSection .stats .statsRow {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.brpfounders .mainSection .stats .statsRow .statItem .value {
  font-size: 89px;
  font-weight: bold;
}
.brpfounders .mainSection .stats .statsRow .statItem .label {
  font-size: 20px;
}
.brpfounders .mainSection .teamSection .teamMember {
  text-align: center;
}
.brpfounders .mainSection .teamSection .teamMember + .teamMember {
  margin-top: 66px;
}
.brpfounders .mainSection .teamSection .teamMember .name {
  font-weight: bold;
}
.brpfounders .footer {
  background-color: #213348;
  padding: 24px;
  text-align: center;
}

.newsBlock {
  background-color: #213348;
  padding: 20px;
  margin-top: 20px;
}
.newsBlock .heading {
  font-size: 1.4em;
}
.newsBlock a {
  color: red;
}

.voteBlock {
  border-radius: 5px;
  padding: 20px;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.6);
}
.voteBlock .heading {
  font-size: 1.4em;
}

.contactFormSubmissionMessage {
  display: none;
}

.contactFormSubmissionMessage,
.contactForm {
  border-radius: 5px;
  padding: 20px;
  max-width: 400px;
  background-color: #000;
  border: solid #fff 1px;
  margin-bottom: 50px;
}
.contactFormSubmissionMessage textarea,
.contactFormSubmissionMessage input,
.contactForm textarea,
.contactForm input {
  border-radius: 5px;
  background-color: #213348;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.contactFormSubmissionMessage textarea::-moz-placeholder, .contactFormSubmissionMessage input::-moz-placeholder, .contactForm textarea::-moz-placeholder, .contactForm input::-moz-placeholder {
  color: #ccc;
}
.contactFormSubmissionMessage textarea:-ms-input-placeholder, .contactFormSubmissionMessage input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder, .contactForm input:-ms-input-placeholder {
  color: #ccc;
}
.contactFormSubmissionMessage textarea::placeholder,
.contactFormSubmissionMessage input::placeholder,
.contactForm textarea::placeholder,
.contactForm input::placeholder {
  color: #ccc;
}
.contactFormSubmissionMessage textarea + textarea,
.contactFormSubmissionMessage textarea + input,
.contactFormSubmissionMessage input + textarea,
.contactFormSubmissionMessage input + input,
.contactForm textarea + textarea,
.contactForm textarea + input,
.contactForm input + textarea,
.contactForm input + input {
  margin-top: 20px;
}

.print_ticket .ticket .left {
  background: transparent;
  color: #000000;
}
.print_ticket .ticket .middle .qrCodeWrapper.qrCode > svg {
  width: 100px;
}
.print_ticket .ticket_wrapper {
  border: solid #000 5px;
  padding: 50px;
  width: 500px;
  transform: scale(1.4);
  transform-origin: top left;
}
.print_ticket .eventImage {
  -webkit-print-color-adjust: exact;
}

@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  .print_ticket .ticket .middle .qrCodeWrapper.qrCode > svg {
    width: 60px;
  }
  .print_ticket .ticket .middle {
    text-shadow: none;
  }
  .print_ticket .ticket .middle .topRow .detail,
.print_ticket .ticket .middle .bottomRow .detail {
    color: #000;
  }
}
.slimHeader.audioHeader,
.sidebar {
  z-index: 11;
}

.btn-google {
  color: white;
  background: blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }

  input {
    margin-bottom: 5px;
    padding: 6px 10px;
    border-radius: 5px;
  }

  .sidebarContent .hamburger {
    display: none;
  }

  .mainTemplate .rightSidebar {
    position: fixed;
    top: 60px;
    width: 250px;
  }

  .comingSoonContent {
    position: relative;
    margin-top: 60px;
    min-height: calc(100% - 60px);
  }

  .betweenSidebarsContent {
    position: absolute;
    width: calc(100% - 190px - 250px);
    top: 60px;
    min-height: calc(100% - 60px);
    left: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .betweenSidebarsContent .topSection {
    top: 60px;
    width: calc(100% - 190px - 250px);
    left: 190px;
  }
  .betweenSidebarsContent .nftSection .slimHeader.audioHeader {
    align-items: flex-end;
  }
  .betweenSidebarsContent .nftSection .contentAfterAudioHeader {
    padding: 0;
  }
  .betweenSidebarsContent .nftSection .columns .left {
    flex-basis: 40%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .betweenSidebarsContent .nftSection .columns .left .space_filler {
    flex: 1;
  }
  .betweenSidebarsContent .nftSection .columns .right {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
  }
  .betweenSidebarsContent .nftSection .pageTitle {
    letter-spacing: 3px;
    padding-top: 5vw;
  }
  .betweenSidebarsContent .nftSection .pageTitle .line1 {
    font-size: 52px;
  }
  .betweenSidebarsContent .nftSection .pageTitle .line2 {
    font-size: 62px;
    line-height: 1;
  }
  .betweenSidebarsContent .nftSection .form {
    padding: 10px 0;
  }
  .betweenSidebarsContent .nftSection .form > input {
    margin-right: 15px;
    height: 44px;
  }
  .betweenSidebarsContent .nftSection .nft_row {
    box-shadow: 111px 0 0 0 rgba(0, 0, 0, 0.5), -111px 0 0 0 rgba(0, 0, 0, 0.5);
  }
  .betweenSidebarsContent .nftSection .nfts .nft {
    padding: 11px;
  }
  .betweenSidebarsContent .nftSection .nfts .nft .icon {
    border-width: 2px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0.5);
  }
  .betweenSidebarsContent .nftSection .nfts .nft .icon > img {
    width: 35px;
  }
  .betweenSidebarsContent .nftSection .soon {
    padding-top: 8px;
  }
  .betweenSidebarsContent .nftSection .comingSoonTagline {
    font-size: 35px;
    line-height: 4;
  }
  .betweenSidebarsContent .nftSection .masterNft .banner {
    padding: 8px;
    border-bottom: solid #fff 2px;
  }
  .betweenSidebarsContent .nftSection .masterNft .icon {
    padding: 25px 16px;
    border-bottom: solid #fff 2px;
  }
  .betweenSidebarsContent .nftSection .masterNft .icon > img {
    width: 80px;
  }
  .betweenSidebarsContent .nftSection .masterNft .details {
    padding: 25px 16px;
  }
  .betweenSidebarsContent .nftSection .masterNft .details .headline {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .betweenSidebarsContent .nftSection .masterNft .details .features {
    line-height: 2;
  }
  .betweenSidebarsContent .nftSection .buttons {
    margin-top: 10px;
    gap: 10px;
    padding: 16px;
  }
  .sidebar {
    width: 190px;
    top: 60px;
  }
  .sidebar__header {
    padding: 17px;
  }
  .sidebar__header .titleTagline {
    font-size: 10px;
  }
  .sidebar__menu__item,
.sidebar .toggleArtistFanLink {
    padding-left: 30px;
  }
  .sidebar .toggleArtistFanLink {
    margin-bottom: 20px;
    display: block;
  }
  .sidebar .logo {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .sidebar .logo > img {
    border-radius: 5px;
    width: 100%;
  }
  .DashboardPage {
    padding-left: calc(190px + 20px);
    padding-top: calc(60px + 20px);
    padding-right: 20px;
  }
  .DashboardPage.noSidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .DashboardPage .unevenBox {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border-width: 2px;
  }

  .loader {
    margin: 20px 35px;
    font-size: 4px;
  }

  .modal {
    width: 469px;
    padding: 30px;
  }
  .modal .closeBtn {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
  .modal .dragdropUploader {
    padding: 10px;
    margin-top: 10px;
    height: 100px;
    border: solid 2px #19b5fe;
    border-radius: 4px;
  }
  .modal .dragdropUploader .button {
    margin-right: 10px;
  }
  .modal .submitButton {
    margin-top: 30px;
  }
  .modal .topRow {
    border-bottom: 1px solid #ddd;
    padding: 5px;
  }
  .modal > label {
    margin-top: 20px;
  }
  .modal > label .input {
    padding: 8px;
    margin-top: 4px;
  }

  .form label {
    font-size: 12px;
    margin-top: 24px;
  }
  .form label .mx-input,
.form label .vs__dropdown-toggle {
    border: solid #4A4A4A 1px;
  }
  .form label .input {
    border: solid #4A4A4A 1px;
    border-radius: 4px;
    font-size: 12px;
    height: 32px;
    padding: 5px;
    letter-spacing: 1.4px;
    margin-top: 4px;
    width: 100%;
  }
  .form label .input.textarea {
    height: 50px;
  }

  .button {
    font-size: 18px;
    border-radius: 5px;
    height: 41px;
    padding: 0 30px;
    border-style: solid;
    border-width: 2px;
  }
  .button--large, .button--large-dark {
    padding: 0 53px;
    height: 62px;
    font-size: 24px;
  }
  .button--small {
    padding: 0 20px;
    height: 30px;
    font-size: 13px;
  }
  .button--smalltall {
    padding: 0 20px;
    height: 45px;
    font-size: 13px;
  }
  .button--header_launch_btn {
    font-size: 12px;
    border-radius: 0;
  }
  .button > svg {
    margin-left: 8px;
  }

  .slimHeader {
    padding: 0 27px;
  }

  .contentAfterAudioHeader {
    margin-top: 60px;
    padding: 30px;
  }

  .header {
    padding: 0 26px;
    height: 60px;
  }
  .header.slimHeader.audioHeader .navigation .home_navigation {
    font-size: 14px;
  }
  .header.slimHeader.audioHeader .navigation .home_navigation .navigation__link {
    margin-right: 10px;
  }
  .header.slimHeader.audioHeader .navigation .home_navigation .button-wrapper,
.header.slimHeader.audioHeader .navigation .home_navigation .button-wrapper .button {
    height: 100%;
  }
  .header .profileImage {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    padding: 6px;
    background: #fff;
  }
  .header .navigation__icon.alert {
    height: 24px;
  }
  .header .navigation__icon.personIcon {
    width: 36px;
    margin-left: 60px;
  }
  .header .logoWrapper .logo {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }
  .header .logoWrapper .logo > img {
    border-radius: 5px;
  }
  .page.comingSoon .slimHeader.audioHeader {
    align-items: flex-end;
  }
  .page.comingSoon .contentAfterAudioHeader {
    padding: 0;
  }
  .page.comingSoon .columns .left {
    flex-basis: 40%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .page.comingSoon .columns .left .space_filler {
    flex: 1;
  }
  .page.comingSoon .columns .right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page.comingSoon .pageTitle {
    letter-spacing: 3px;
    padding-top: 5vw;
  }
  .page.comingSoon .pageTitle .line1 {
    font-size: 52px;
  }
  .page.comingSoon .pageTitle .line2 {
    font-size: 62px;
    line-height: 1;
  }
  .page.comingSoon .form {
    padding: 10px 0;
  }
  .page.comingSoon .form > input {
    margin-right: 15px;
    height: 44px;
  }
  .page.comingSoon .nft_row {
    box-shadow: 111px 0 0 0 rgba(0, 0, 0, 0.5), -111px 0 0 0 rgba(0, 0, 0, 0.5);
  }
  .page.comingSoon .nfts .nft {
    padding: 11px;
  }
  .page.comingSoon .nfts .nft .icon {
    border-width: 2px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0.5);
  }
  .page.comingSoon .nfts .nft .icon > img {
    width: 35px;
  }
  .page.comingSoon .soon {
    padding-top: 8px;
  }
  .page.comingSoon .comingSoonTagline {
    font-size: 35px;
    line-height: 4;
  }
  .page.comingSoon .masterNft,
.page.comingSoon .buttons {
    border: solid #fff 2px;
    border-radius: 4px;
    width: 80%;
    max-width: 400px;
  }
  .page.comingSoon .masterNft .banner {
    padding: 8px;
    border-bottom: solid #fff 2px;
  }
  .page.comingSoon .masterNft .icon {
    padding: 25px 16px;
    border-bottom: solid #fff 2px;
  }
  .page.comingSoon .masterNft .icon > img {
    width: 80px;
  }
  .page.comingSoon .masterNft .details {
    padding: 25px 16px;
  }
  .page.comingSoon .masterNft .details .headline {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .page.comingSoon .masterNft .details .features {
    line-height: 2;
  }
  .page.comingSoon .buttons {
    margin-top: 10px;
    gap: 10px;
    padding: 16px;
  }
  .page.Venues {
    color: #fff;
  }
  .page.Venues .mainContent .top {
    padding: 28px 0;
  }
  .page.Venues .mainContent .searchBar {
    position: relative;
  }
  .page.Venues .mainContent .searchBar > input {
    padding: 6px 10px;
    color: #fff;
    border-radius: 15px;
    background: #0077FF57;
  }
  .page.Venues .mainContent .searchBar > input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .page.Venues .mainContent .searchBar > input::-moz-placeholder {
    color: #fff;
  }
  .page.Venues .mainContent .searchBar > input::placeholder {
    color: #fff;
  }
  .page.Venues .mainContent .searchBar .fa {
    position: absolute;
    right: 9px;
    top: 7px;
    color: #fff;
    font-size: 13px;
  }
  .page.Venues .mainContent .map {
    width: 100%;
    height: 100%;
  }
  .page.Venues .mainContent .map > iframe {
    width: 100%;
    height: 100%;
  }
  .page.Admin {
    padding-top: calc(60px);
  }
  .page.Admin .sidebar {
    width: 300px;
  }
  .page.Admin .toolbar {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .page.Admin .toolbar .right_side {
    display: flex;
    gap: 10px;
  }
  .page.Admin .toolbar .right_side input {
    margin-bottom: 0;
  }
  .page.Admin .mainContent {
    width: calc(100vw - 300px);
    margin-left: 300px;
    margin-top: 0;
    padding: 0;
  }
  .page.Admin .mainContent .userTable {
    display: grid;
    grid-template-columns: 0.2fr 1.4fr 2fr 1fr 1fr 1fr 0.5fr 1fr;
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }
  .page.Admin .mainContent .userTable .actions,
.page.Admin .mainContent .userTable .user {
    display: flex;
  }
  .page.defaultPadding {
    padding: 0 55px;
  }
  .page.ProfilePage {
    padding-top: calc(60px + 60px);
    padding-bottom: 103px;
  }
  .page.ProfilePage .profileForm {
    margin-left: 58px;
    width: 788px;
    padding: 21px 90px;
  }
  .page.ProfilePage .profileForm .topRow .profileImage {
    width: 70px;
    height: 70px;
    top: -21px;
  }
  .page.ProfilePage .profileForm .topRow .buttonGroup {
    margin-top: 20px;
  }
  .page.ProfilePage .profileForm .topRow .buttonGroup .button {
    margin-left: 50px;
  }
  .page.Home {
    padding-top: 185px;
  }
  .page.Home .homeHeader .navigation .button, .page.Home .homeHeader .navigation__link {
    margin-left: 59px;
  }
  .page.Home .homeHeader .navigation .button.bold, .page.Home .homeHeader .navigation__link.bold {
    font-size: 18px;
  }
  .page.Home::after {
    width: 111vw;
    height: 130%;
    transform: skewY(0deg) rotate(8deg) translate(50%, -2%);
    top: -10vh;
    right: 0;
  }
  .page.SignIn .columns .right .signInRow .noAccountText, .page.SignUp .columns .right .signInRow .noAccountText {
    margin-right: 10px;
  }
  .page.SignIn .columns .right .signInTagline, .page.SignUp .columns .right .signInTagline {
    font-size: 32px;
    margin-bottom: 71px;
    margin-top: 90px;
  }
  .page.SignIn .columns .right .formWrapper .form, .page.SignUp .columns .right .formWrapper .form {
    width: 400px;
    margin-bottom: 100px;
  }
  .page.SignIn .columns .right .formWrapper .form > label, .page.SignUp .columns .right .formWrapper .form > label {
    margin-bottom: 33px;
  }
  .page.SignIn .columns .right .formWrapper .form > label .textInput, .page.SignUp .columns .right .formWrapper .form > label .textInput {
    height: 52px;
    padding: 29px;
    border-radius: 4px;
  }
  .page.SignIn .columns .right .formWrapper .form > label .label, .page.SignUp .columns .right .formWrapper .form > label .label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .page.SignIn .columns .right .formWrapper .form .button, .page.SignUp .columns .right .formWrapper .form .button {
    margin-top: 71px;
  }
  .page.SignUp .signUpTagline {
    font-size: 32px;
    margin-bottom: 71px;
    margin-top: 90px;
  }
  .page.SignUp .signUpTagline .smallerText {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .page.SignUp .signUpOptions .option {
    padding: 15px;
    margin-bottom: 42px;
  }
  .page.SignUp .signUpOptions .option .personIcon {
    width: 48px;
    margin-right: 42px;
  }
  .page.SignUp .signUpOptions .option .signUpOptionType {
    font-size: 24px;
  }
  .page.SignUp .signUpOptions .option .signUpOptionDescription {
    font-size: 16px;
  }
  .page.Fan .fanTopRow {
    padding: 43px 0;
    margin: 0 88px;
  }
  .page.Fan .fanTopRow .sorting {
    width: 200px;
  }
  .page.Fan .fanTopRow .sorting .label {
    margin-bottom: 5px;
  }
  .page.Fan .tickets {
    margin: 0 88px;
  }
  .page.Fan .tickets .ticket {
    margin-bottom: 40px;
  }
  .page.Venue .hero {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    padding-top: 25vh;
    padding-left: 25vh;
  }
  .page.Venue .hero .logo {
    display: flex;
  }
  .page.Venue .hero .logo > img {
    height: 57px;
  }
  .page.Venue .hero .logo .venue {
    font-size: 30px;
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .page.Venue .hero .tagline {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
  }
  .page.Venue .hero .bandRow {
    color: #fff;
    font-size: 25px;
    display: flex;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .page.Venue .hero .bandRow .logo {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5px;
  }
  .page.Venue .hero .bandRow .bandName {
    margin-left: 10px;
  }
  .page.Venue .mainVenueSection {
    padding: 10px;
  }
  .page.Venue .mainVenueSection .calendar {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .page.Venue .mainVenueSection .calendar .label {
    padding-left: 20px;
  }
  .page.Venue .mainVenueSection .calendar .dates {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper {
    text-align: center;
    flex: 1 1 0px;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .dateContent {
    padding: 20px;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .dateContent.today {
    font-weight: bold;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .dateContent.selectedDate {
    background: #19b5fe;
    height: 100%;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .dateContent.hasShow .hasShowDot {
    display: block;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .dateContent .newMonth {
    height: 1em;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .hasShowDot {
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #0077ff;
    margin-top: 10px;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .day {
    text-transform: uppercase;
    color: #555;
  }
  .page.Venue .mainVenueSection .calendar .dates .dateWrapper .number {
    font-weight: bold;
    color: #0077ff;
  }
  .page.Venue .mainVenueSection .eventsSection {
    margin-top: 10px;
  }
  .page.Venue .mainVenueSection .eventsSection .eventsWrapper {
    position: relative;
  }
  .page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowRight,
.page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowLeft {
    position: absolute;
    top: 50%;
    color: #fff;
    background-color: #19b5fe;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
  }
  .page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowLeft {
    left: -3px;
  }
  .page.Venue .mainVenueSection .eventsSection .eventsWrapper .arrowRight {
    right: -3px;
  }
  .page.Venue .mainVenueSection .eventsSection .headingRow {
    padding: 0 30px;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup {
    padding: 20px;
    display: flex;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard {
    flex-basis: 33.33%;
    padding: 10px;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection .price {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection .band {
    display: flex;
    align-items: center;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection .bandName {
    color: #fff;
    margin-left: 10px;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection .logo {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection {
    background-color: #fff;
    padding: 10px;
    line-height: 2em;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .eventUrl {
    color: #19b5fe;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .eventName {
    font-weight: bold;
    text-transform: uppercase;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .dateLocation {
    text-transform: uppercase;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .about .label {
    font-weight: bold;
  }
  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .bottomSection .about .description {
    color: #555;
  }
  .page.Venue .mainVenueSection .eventsSection .headingRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page.Venue .mainVenueSection .eventsSection .headingRow .label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
  }
  .page.Venue .mainVenueSection .eventsSection .headingRow .seeMore {
    display: flex;
    color: red;
    text-transform: uppercase;
  }
  .page.Venue .mainVenueSection .eventsSection .headingRow .seeMore .arrowRight {
    margin-left: 5px;
  }
  .page.Fan {
    margin-top: 60px;
  }
  .page.Fan .fanHeadingRow, .page.Artist .fanHeadingRow, .page.ArtistCreatedEvent .fanHeadingRow {
    padding-top: 43px;
    margin: 0 88px;
    padding-bottom: 43px;
    border-bottom: #C9C9C9 solid 1px;
  }
  .page.Fan .fanHeadingRow .hello, .page.Artist .fanHeadingRow .hello, .page.ArtistCreatedEvent .fanHeadingRow .hello {
    font-size: 28px;
    line-height: 34px;
  }
  .page.Fan .dashboardType, .page.Artist .dashboardType, .page.ArtistCreatedEvent .dashboardType {
    font-style: italic;
    margin-right: 10px;
  }
  .page.Artist .eventsHeadingRow .heading, .page.ArtistCreatedEvent .eventsHeadingRow .heading {
    font-size: 2em;
  }
  .page.Artist .eventsTicketSection .ticket, .page.ArtistCreatedEvent .eventsTicketSection .ticket {
    margin-bottom: 10px;
    width: 95%;
    margin-left: 2.5%;
  }
  .page.FanEventDetails {
    margin-top: 60px;
  }
  .page.FanEventDetails .tipButton {
    margin-top: 5px;
  }
  .page.FanEventDetails .tipButton__bookend {
    padding: 5px;
    font-size: 8px;
  }
  .page.FanEventDetails .columns {
    padding: 30px;
  }
  .page.FanEventDetails .columns .eventDetailsColumn {
    padding: 15px;
  }
  .page.FanEventDetails .columns .paymentColumn {
    padding: 0 29px 29px;
    margin-left: 15px;
  }
  .page.FanEventDetails .form.checkoutForm .text-input {
    padding: 8px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper {
    margin-top: 20px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper .qrHeadline {
    font-size: 16px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaQrWrapper .directions {
    margin-top: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow {
    margin-top: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow .ada_address {
    font-size: 12px;
  }
  .page.FanEventDetails .form.checkoutForm .adaForm .adaAddressRow .copyButton {
    font-size: 12px;
  }
  .page.FanEventDetails .form.checkoutForm .venmoForm .venmoQrWrapper {
    margin-top: 20px;
  }
  .page.FanEventDetails .form.checkoutForm .venmoForm .venmoQrWrapper .directions {
    margin-top: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .two_column_row #card-expiry {
    margin-right: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .FormRow.cardAdditionalData .StripeElement:nth-of-type(1) {
    margin-right: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .FormRow.cardAdditionalData .StripeElement:nth-of-type(2) {
    margin-left: 10px;
  }
  .page.FanEventDetails .form.checkoutForm .tips {
    margin-top: 30px;
  }
  .page.FanEventDetails .form.checkoutForm .tips .FormRowInput,
.page.FanEventDetails .form.checkoutForm .tips .tipDropdown {
    width: 200px;
  }
  .page.FanEventDetails .form.checkoutForm .tips .fakeButton {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 5px;
  }
  .page.FanEventDetails .form.checkoutForm .FormRowInput,
.page.FanEventDetails .form.checkoutForm .StripeElement {
    padding: 10px;
    margin-top: 5px;
  }
  .page.FanEventDetails .form .paymentSubmissionWrapper {
    margin-top: 10px;
  }
  .page.FanEventDetails .form .paymentSubmissionWrapper .cancelLink {
    margin-right: 20px;
    margin-left: 20px;
  }
  .page.FanEventDetails .form .eventNameRow {
    margin-top: 37px;
  }
  .page.FanEventDetails .form .eventNameRow .eventName {
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 10px;
  }
  .page.FanEventDetails .form .eventNameRow .onGoingBtn {
    width: 98px;
    height: 24px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 18px;
  }
  .page.FanEventDetails .form .bandRow {
    height: 42px;
  }
  .page.FanEventDetails .form .bandRow .logo {
    width: 42px;
  }
  .page.FanEventDetails .form .bandRow .bandName {
    font-size: 18px;
    letter-spacing: 0.15px;
    margin-left: 13px;
  }
  .page.FanEventDetails .form .dateTimeRow .dateTime {
    font-size: 16px;
  }
  .page.FanEventDetails .form .priceRow {
    font-size: 16px;
  }
  .page.FanEventDetails .form .locationRow {
    font-size: 16px;
  }
  .page.FanEventDetails .form .eventNameRow,
.page.FanEventDetails .form .bandRow,
.page.FanEventDetails .form .priceRow,
.page.FanEventDetails .form .dateTimeRow,
.page.FanEventDetails .form .locationRow {
    margin-bottom: 15px;
  }
  .page.FanEventDetails .form .eventNameRow .icon,
.page.FanEventDetails .form .bandRow .icon,
.page.FanEventDetails .form .priceRow .icon,
.page.FanEventDetails .form .dateTimeRow .icon,
.page.FanEventDetails .form .locationRow .icon {
    width: 20px;
    margin-right: 30px;
  }
  .page.FanEventDetails .form .aboutHeadline {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  .page.FanEventDetails .form .aboutDescription {
    font-size: 16px;
  }
  .page.ArtistCreateEvent {
    margin-top: 60px;
  }
  .page.ArtistCreateEvent .columns {
    gap: 10px;
  }
  .page.ArtistCreateEvent .columns > .left .form .formColumns--left {
    margin-right: 10px;
  }
  .page.ArtistCreateEvent .columns > .left .form .button {
    margin-top: 30px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .topRow {
    margin-bottom: 30px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .topRow .sectionTitle {
    font-size: 18px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .description {
    margin-bottom: 30px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
    padding: 12px;
    margin-top: 19px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .walletTitle {
    font-size: 16px;
    letter-spacing: 0.24px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .buttons .wallet_btn {
    width: 13px;
    margin-left: 8px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet .revenue {
    font-size: 14px;
    letter-spacing: 0.21px;
  }
  .page.ArtistCreateEvent .columns > .right .buttonSection {
    margin-top: 25px;
    padding: 25px 13px;
    border-radius: 6px;
  }
  .page.ArtistCreateEvent .columns > .right .buttonSection .link {
    letter-spacing: 1.6px;
  }
  .page .ticket.hasVideo, .page .ticket.hasMusic {
    min-height: 700px;
  }
  .page .ticket.hasMusic {
    min-height: 350px;
  }
  .page .ticket.hasVideo {
    min-height: 350px;
  }
  .page .ticket.defaultTicket .left .top {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .page .ticket.defaultTicket .left .middle {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
  }
  .page .ticket .left {
    border-radius: 14px;
  }
  .page .ticket .left .middle {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
  }
  .page .ticket .left.noMiddleSection .top {
    border-radius: 14px;
  }
  .page .ticket .left .semiCircleBottom {
    border-radius: 15px 15px 0 0;
    width: 30px;
    height: 15px;
  }
  .page .ticket .left .semiCircleTop {
    border-radius: 0 0 15px 15px;
    width: 30px;
    height: 15px;
  }
  .page .ticket .left .top {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-top: 10px;
  }
  .page .ticket .left .top .presenter {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.26px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .page .ticket .left .top .eventName {
    margin-top: 6.22px;
    padding-left: 10px;
    line-height: 1;
    height: 1em;
  }
  .page .ticket .left .top .logoRow {
    margin-top: 12.5px;
  }
  .page .ticket .left .top .logoRow .logo {
    width: 37.5px;
  }
  .page .ticket .left .top .logoRow .bandName {
    font-size: 20px;
    margin-left: 11.5px;
    letter-spacing: 0.17px;
    line-height: 25px;
  }
  .page .ticket .left .top .performingAt {
    margin-top: 10px;
    padding-left: 10px;
  }
  .page .ticket .left .top .description {
    margin-top: 24px;
    margin-bottom: 14.79px;
    margin-right: 50px;
    padding-left: 10px;
  }
  .page .ticket .left .top .detailsRow .column .label {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.31px;
  }
  .page .ticket .left .top .detailsRow .column .detail {
    line-height: 24px;
    font-size: 19px;
    letter-spacing: 0.35px;
  }
  .page .ticket .firstPerforation {
    width: 40px;
  }
  .page .ticket .firstPerforation .perforationLeft {
    border-left: dashed #19b5fe 2px;
    height: calc(100% - 14px*2);
    left: -1px;
    top: 14px;
  }
  .page .ticket .middle {
    padding-right: 27px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .page .ticket .middle .qrCodeWrapper.qrCode,
.page .ticket .middle .qrCodeWrapper .qrCode {
    width: 70px;
    padding: 5px;
  }
  .page .ticket .middle .qrCodeWrapper .buttonWrapper {
    margin-top: 10px;
  }
  .page .ticket .middle .bottomRow {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .page .ticket .middle .perforationRight {
    border-right: dashed #19b5fe 2px;
    height: calc(100% - 14px*2);
    right: -1px;
    top: 14px;
  }
  .page .ticket .middle .datePriceContainer,
.page .ticket .middle .time {
    font-size: 19px;
    letter-spacing: 0.35px;
    line-height: 24px;
  }
  .page .ticket .middle .presenter {
    font-size: 14px;
    letter-spacing: 0.26px;
    line-height: 25px;
  }
  .page .ticket .right {
    border-radius: 14px;
    padding: 5px;
    margin-left: 2px;
  }
  .page .ticket .right .buttons {
    bottom: 5px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 11px;
  }
  .page .ticket .right .importedMusic .seekButtons .button {
    padding: 2px;
  }
  .page .ticket .right .importedMusic .buttonWrapper,
.page .ticket .right .importSection .buttonWrapper {
    margin-bottom: 25px;
    gap: 5px;
  }
  .page .ticket .right .importedMusic .button,
.page .ticket .right .importSection .button {
    margin-bottom: 10px;
  }
  .page .ticket .right .salesCount {
    top: 10px;
    right: 10px;
  }
  .page .columnsImageLeft > .left {
    width: 634px;
  }
  .page .columnsImageLeft > .right {
    padding: 30px;
    width: 732px;
  }
  .page .previewCard .line {
    width: 100px;
    height: 5px;
    margin-bottom: 6px;
  }
  .page .previewCard .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 39px;
  }
  .page .previewCard .paragraph {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
    padding-right: 41px;
  }
  .page .previewCard .image {
    width: 90%;
    height: auto;
  }
  .page .previewCard .separatorWrapper {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .page .previewCard .separatorWrapper .separator .dash {
    width: 100px;
    height: 8px;
    border-radius: 7px;
    margin-right: 6px;
  }
  .page .previewCard .separatorWrapper .separator .dot {
    width: 8px;
    height: 8px;
    margin-left: 13px;
  }

  .nftsPage .nftMinting {
    flex-basis: 40%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .nftsPage .nftMinting .space_filler {
    flex: 1;
  }
  .nftsPage .pageTitle {
    letter-spacing: 3px;
    padding-top: 5vw;
  }
  .nftsPage .pageTitle .line1 {
    font-size: 52px;
  }
  .nftsPage .pageTitle .line2 {
    font-size: 62px;
    line-height: 1;
  }
  .nftsPage .form {
    padding: 10px 0;
    width: 100%;
  }
  .nftsPage .form .input-wrapper {
    width: 100%;
    max-width: 400px;
    text-align: left;
  }
  .nftsPage .form input {
    width: 100%;
    max-width: 400px;
    height: 44px;
  }
  .nftsPage .masterNft .icon .masterNftCircle {
    box-shadow: 0 0 0 222px rgba(0, 0, 0, 0.5);
  }
  .nftsPage .nft_row {
    box-shadow: 111px 0 0 0 rgba(0, 0, 0, 0.5), -111px 0 0 0 rgba(0, 0, 0, 0.5);
  }
  .nftsPage .nfts .nft {
    padding: 11px;
  }
  .nftsPage .nfts .nft .icon {
    border-width: 2px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0.5);
  }
  .nftsPage .nfts .nft .icon > img {
    width: 35px;
  }
  .nftsPage .soon {
    padding-top: 8px;
  }
  .nftsPage .comingSoonTagline {
    font-size: 35px;
    line-height: 4;
  }
  .nftsPage .masterNft,
.nftsPage .buttons {
    border: solid #fff 2px;
    border-radius: 4px;
    width: 80%;
    max-width: 400px;
  }
  .nftsPage .masterNft .banner {
    padding: 8px;
    border-bottom: solid #fff 2px;
  }
  .nftsPage .masterNft .icon {
    padding: 25px 16px;
    border-bottom: solid #fff 2px;
  }
  .nftsPage .masterNft .icon > img {
    width: 80px;
  }
  .nftsPage .masterNft .details {
    padding: 25px 16px;
  }
  .nftsPage .masterNft .details .headline {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .nftsPage .masterNft .details .features {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .not-mobile {
    display: none !important;
  }

  .audioHeaderImage {
    display: none;
  }

  .header {
    flex-direction: column;
  }
  .header .navigation__icon.alert {
    height: 25px;
  }

  .previewCard .columns {
    flex-direction: column;
  }

  .ada_audit {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .ada_audit table, .ada_audit thead, .ada_audit tbody, .ada_audit th, .ada_audit td, .ada_audit tr {
    display: block;
  }
  .ada_audit thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ada_audit tr {
    border: 1px solid #ccc;
  }
  .ada_audit td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .ada_audit td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    padding-right: 10px;
    white-space: nowrap;
  }
  .ada_audit td:nth-of-type(7):before {
    content: "Balance:";
  }

  .sidebarContent .hamburger {
    position: fixed;
    right: 0;
    z-index: 12;
    top: 0;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
  }
  .sidebarContent .hamburger .line {
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
  }

  .sidebar {
    width: 0;
    transition: width 1s;
  }
  .sidebar.active {
    width: 100vw;
  }
  .sidebar__header, .sidebar__menu {
    width: 100vw;
  }
  .sidebar__menu__item {
    justify-content: center;
    height: 40px;
  }
  .sidebar__menu__item__title {
    font-size: 30px;
    line-height: 1.4em;
  }
  .sidebar__menu .button {
    margin-top: 30px;
  }
  .sidebar .logo > img {
    width: 100px;
  }

  .form label .mx-input,
.form label .vs__dropdown-toggle {
    background-color: #fff;
  }
  .form label .input {
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
  }
  .button {
    font-size: 14px;
    border-radius: 4px;
    height: 30px;
    padding: 0 15px;
    border: solid 1px #19b5fe;
  }
  .button--large, .button--large-dark {
    padding: 0 18px;
    height: 40px;
    font-size: 16px;
  }
  .button--small {
    padding: 0 10px;
    height: 25px;
    font-size: 11px;
  }
  .button > svg {
    margin-left: 6px;
  }

  .slimHeader {
    padding: 0 27px;
  }

  .header {
    padding: 0 20px;
  }
  .header .profileImage {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
  .header .logoWrapper .logo {
    width: 25px;
    height: 25px;
  }
  .header .logoWrapper .logo > img {
    border-radius: 5px;
  }
  .header .logoWrapper .tagline {
    font-size: 24px;
  }

  .page.Venue .mainVenueSection .eventsSection .events .eventCardGroup .eventCard .topSection .logo {
    width: 150px;
  }
  .page.Venues .mainVenueSection, .page.Venue .mainVenueSection {
    margin-top: 130px;
  }
  .page.Venues .eventList, .page.Venue .eventList {
    justify-content: space-around;
  }
  .page.Venues .eventList .event, .page.Venue .eventList .event {
    flex-basis: 45%;
  }
  .page.Venues {
    display: block;
  }
  .page.Venues .leftSidebar .logoSiteName .firstLine .logo > img {
    width: 150px;
  }
  .page.Venues .leftSidebar .venueList .venue__image > img {
    width: 100vw;
  }
  .page.Admin {
    padding-top: 82px;
  }
  .page.Home .homeHeader {
    padding: 10px;
  }
  .page.Home .homeHeader .navigation .internal {
    display: none;
  }
  .page.Home .homeHeader .navigation .button {
    margin-left: 20px;
  }
  .page.SignIn .columns, .page.SignUp .columns {
    justify-content: center;
    padding: 30px;
  }
  .page.SignIn .columns > .left, .page.SignUp .columns > .left {
    display: none;
  }
  .page.SignIn .columns .right .signInRow .button, .page.SignUp .columns .right .signInRow .button {
    margin-left: 10px;
  }
  .page.SignUp .signUpTagline {
    font-size: 32px;
    margin-bottom: 71px;
    margin-top: 90px;
  }
  .page.SignUp .signUpTagline .smallerText {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .page.SignUp .signUpOptions .option {
    padding: 15px;
    margin-bottom: 2px;
  }
  .page.SignUp .signUpOptions .option .personIcon {
    width: 48px;
    margin-right: 42px;
  }
  .page.SignUp .signUpOptions .option .signUpOptionType {
    font-size: 24px;
  }
  .page.SignUp .signUpOptions .option .signUpOptionDescription {
    font-size: 16px;
  }
  .page.Fan {
    margin-top: 82px;
  }
  .page.Fan .fanHeadingRow {
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: #C9C9C9 solid 1px;
  }
  .page.Fan .fanTopRow {
    padding: 15px 0;
    margin: 0 20px;
  }
  .page.Fan .tickets {
    margin: 0 20px;
  }
  .page.Fan .tickets .ticket {
    margin-bottom: 15px;
  }
  .page.Artist, .page.ArtistCreatedEvent {
    padding-top: 40px;
  }
  .page.Artist .fanHeadingRow, .page.ArtistCreatedEvent .fanHeadingRow {
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: #C9C9C9 solid 1px;
  }
  .page.Artist .eventsHeadingRow, .page.ArtistCreatedEvent .eventsHeadingRow {
    padding: 20px 10px;
    margin: 0 15px;
  }
  .page.Artist .eventsTicketSection, .page.ArtistCreatedEvent .eventsTicketSection {
    justify-content: center;
    padding: 0 10px;
  }
  .page.Artist .eventsTicketSection > div, .page.ArtistCreatedEvent .eventsTicketSection > div {
    flex-basis: 100%;
    max-width: 400px;
  }
  .page.Artist .eventsTicketSection .ticket, .page.ArtistCreatedEvent .eventsTicketSection .ticket {
    margin-bottom: 15px;
  }
  .page.FanEventDetails .tipButton__bookend {
    padding: 5px;
  }
  .page.FanEventDetails .columns {
    background-color: #fff;
    padding: 30px;
    flex-direction: column;
  }
  .page.FanEventDetails .columns .eventDetailsColumn {
    padding: 15px;
  }
  .page.FanEventDetails .columns .paymentColumn {
    border-radius: 10px;
    padding: 15px;
    background-color: #222;
    color: #fff;
  }
  .page.FanEventDetails .columns .paymentColumn .login label,
.page.FanEventDetails .columns .paymentColumn .registration label {
    color: #fff;
  }
  .page.FanEventDetails .columns .paymentColumn .submitPayment .button {
    font-size: 20px;
    padding: 20px;
  }
  .page.FanEventDetails .eventDetails {
    border-radius: 10px;
    margin-top: 30px;
    color: #fff;
  }
  .page.FanEventDetails .eventDetails .eventNameRow .eventName {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
  .page.FanEventDetails .eventDetails .eventNameRow .onGoingBtn {
    display: none;
  }
  .page.FanEventDetails .eventDetails .bandRow {
    margin-top: 10px;
  }
  .page.FanEventDetails .eventDetails .bandRow .logo {
    width: 60px;
    margin-right: 15px;
  }
  .page.FanEventDetails .eventDetails .bandRow .bandName {
    font-size: 18px;
  }
  .page.FanEventDetails .eventDetails .eventNameRow,
.page.FanEventDetails .eventDetails .bandRow,
.page.FanEventDetails .eventDetails .priceRow,
.page.FanEventDetails .eventDetails .dateTimeRow,
.page.FanEventDetails .eventDetails .locationRow {
    margin-bottom: 10px;
  }
  .page.FanEventDetails .eventDetails .eventNameRow .icon,
.page.FanEventDetails .eventDetails .bandRow .icon,
.page.FanEventDetails .eventDetails .priceRow .icon,
.page.FanEventDetails .eventDetails .dateTimeRow .icon,
.page.FanEventDetails .eventDetails .locationRow .icon {
    color: #fff;
    margin-right: 10px;
  }
  .page.FanEventDetails .eventDetails .aboutHeadline {
    margin-top: 15px;
    font-size: 22px;
    text-transform: uppercase;
  }
  .page.FanEventDetails .form.checkoutForm .paymentSubmissionWrapper {
    align-items: center;
  }
  .page.FanEventDetails .form.checkoutForm .paymentSubmissionWrapper,
.page.FanEventDetails .form.checkoutForm .tipButton,
.page.FanEventDetails .form.checkoutForm .creditCardForm {
    margin-top: 15px;
  }
  .page.FanEventDetails .form.checkoutForm .v-select,
.page.FanEventDetails .form.checkoutForm .FormRowInput,
.page.FanEventDetails .form.checkoutForm .StripeElement {
    background: #fff;
  }
  .page.FanEventDetails .form.checkoutForm .FormRowInput,
.page.FanEventDetails .form.checkoutForm .StripeElement {
    padding: 10px;
  }
  .page.ArtistCreateEvent {
    padding-top: 40px;
  }
  .page.ArtistCreateEvent .columns {
    flex-direction: column;
  }
  .page.ArtistCreateEvent .columns > .left .ticket {
    display: none;
  }
  .page.ArtistCreateEvent .columns > .left .form {
    color: #fff;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    background: #000;
  }
  .page.ArtistCreateEvent .columns > .left .form .formColumns {
    flex-direction: column;
  }
  .page.ArtistCreateEvent .columns > .right {
    padding: 10px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    padding: 8px;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet {
    border-radius: 10px;
    background-color: #ccc;
    padding: 5px;
    margin-top: 10px;
    color: #000;
  }
  .page.ArtistCreateEvent .columns > .right .wallets .wallet .topRow .buttons .wallet_btn {
    width: 20px;
  }
  .page.ArtistCreateEvent .columns > .right .buttonSection {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    padding: 8px;
    margin-top: 5px;
  }
  .page .ticket {
    flex-direction: column;
  }
  .page .ticket .middle .qrCodeWrapper {
    bottom: -42px;
    top: auto;
  }
  .page .ticket .middle .topRow .detail,
.page .ticket .middle .bottomRow .detail {
    font-size: 0.8em;
  }
  .page .ticket .horizontalDottedLine {
    border-top: dotted #fff 3px;
    margin: 0 7px;
  }
  .page .ticket .left {
    flex-direction: column;
  }
  .page .ticket .left .top {
    padding: 15px;
  }
  .page .ticket .left .top .presenter {
    font-size: 0.8em;
  }
  .page .ticket .left .top .bandName {
    font-size: 28px;
  }
  .page .ticket .left .top .performingAt .venue {
    font-size: 0.8em;
  }
  .page .ticket .left .top .eventName,
.page .ticket .left .top .performingAt {
    font-size: 0.8em;
  }
  .page .ticket .left .top .logoRow .logo {
    width: 50px;
    margin-right: 15px;
  }
  .page .ticket .topRow {
    position: static;
  }
  .page .ticket .bottomRow {
    position: absolute;
    right: 0;
    text-align: right;
  }
  .page .ticket .right {
    padding: 10px 20px;
  }
  .page .ticket .right .importedMusic {
    position: static;
    transform: none;
  }
  .page .ticket .right .importSection {
    transform: none;
    position: static;
  }
  .page .ticket .right .importSection .waitingForArtist {
    font-size: 0.6em;
  }
  .page .ticket .right .importSection .button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .page .ticket .middle .qrCodeWrapper.qrCode,
.page .ticket .middle .qrCodeWrapper .qrCode {
    width: 60px;
  }
  .page .ticket .left {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .page .ticket .left .middle {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
  }
  .page .ticket .left .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page .ticket .middle .qrCodeWrapper.qrCode,
.page .ticket .middle .qrCodeWrapper .qrCode {
    padding: 5px;
  }
  .page .ticket .middle .bottomRow {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .page .ticket .right {
    border-radius: 10px;
  }
  .page .ticket .right .buttonWrapper {
    gap: 5px;
    flex-direction: column;
  }
  .page .ticket .right .buttons {
    position: static;
    margin-top: 10px;
    font-size: 0.7em;
  }
  .page .ticket .right .importedMusic {
    display: flex;
    flex-direction: column;
  }
  .page .ticket .right .salesCount {
    display: none;
  }
  .page .ticket .right .eventID {
    transform: rotate(-90deg) translate(-15px, -15px);
    font-size: 0.5em;
  }
  .page .previewCard .columns {
    flex-direction: column-reverse;
  }
  .page .previewCard .columns .left {
    padding: 20px;
  }
  .page .previewCard .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 39px;
    border-bottom: 2px solid #19b5fe;
  }
  .page .previewCard .paragraph {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
}
