.newUsernameInput {
  max-width: 180px;
  min-width: 0px;
  width: auto;
}

.hideBeforeInit {
  display: none;
}

.spotlight-wrapper {
  margin: auto;
  padding: 0 20px;
  max-width: 590px;
}

.spotlight-margin-100 {
  margin-top: 100px;
}

.wrapper-edge-to-edge-small {
  margin: 0 auto;
  padding: 0;
  max-width: 590px;
  position: relative;
}

.musicPlayerDiv {
  display: flex;
  position: relative;
  margin-top: 20px;
}

.genre-select-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.genre-select-wrapper select {
  cursor: pointer;
}

.newAudioFile
		{
		display: none;
		text-transform:uppercase; 
		font-weight:bold;
		font-size:13px;
		padding:10px;
		position: absolute;
		border-top: 1px solid #EEEEEE;
		top: 0;
		left: 0;
		width: 100%;
		color: #333333;
		z-index: 9;
		box-sizing: border-box;
		background-image: repeating-linear-gradient(-45deg,#FFFFFF,#FFFFFF 5px,#EEEEEE 5px,#EEEEEE 10px);
		background-size: 200% 200%;
		animation: barberpole 10s linear infinite reverse;
		}

.slapMusicWidth
		{
		width: 100%;
    }
    
    .slapArtworkOverlay
    {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4))
    }

    .slapPlayer
			{
			display: inline-block;
			position: relative;
			width: 100%;
			}
			
		.slapPlayerDummy
			{
			/* margin-top: 100%; */
			}

.waveLoading {   
    color: #FFFFFF;
    z-index: 99;
    width: 100%;
    text-align: center;
    position: relative;
    top: 55px;
    bottom: 0;
    float: left;
    width: 150px;
	}
				
	.waveLoading img
		{
		height: 36px;
		width: 36px;
    }

  .slapWaveArtworkContainer
		{
		border-right: 2px solid rgba(0, 0, 0, 0.74);
		box-sizing: border-box;
		position: relative;
    }
    
    .slapMusicBackgroundContainer
		{
		overflow: hidden;
		height: 150px;
		padding: 2% 0px 2% 0px;
		position: relative;
		box-sizing: border-box;
		background: #333333;
		}
		
	.slapWaveArtwork
		{
		display: block;
		height: 150px;
		width: 150px;
		overflow: hidden;
    }
    
    .slapWaveform
		{
		box-sizing: border-box; 
		position: relative;
    display: block;
    height: 100%;
    }
    
    .slapWaveform wave {
      height: 100% !important;
    }

    .wavesurfer-region {
      background-color: rgba( 86, 204, 242, 0.2 ) !important;
    }

    .slapPlayerControls
		{
		background: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
		position: absolute;
		bottom:-44px;
		left: 0;
		z-index: 1000;
		width: 100%;
		padding:8px 14px 8px 14px;
		box-sizing: border-box;
		text-align: left;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
		transition: .15s;
		}
		
 	.slapPlayerControlsLocked, .slapPlayer:hover .slapPlayerControls
		{
		bottom: 0px;
    }
    
    .myPlayButton {
      font-size: 30px;
      color: #FFFFFF;
      cursor: pointer;
      vertical-align: middle;
  }


/* HEADER  */

.header {
  background-color: #0F78B8;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.header li a:hover,
.header .menu-btn:hover {
  background: #0E6AA3;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 5px 20px 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: normal !important;
}

p {
  font-size: 16px;
  line-height: 1.5;
}


header img {
  width: 109px;
  height: 14px;
}

img {
  width: 100%;
}

.sign-in-icon {
  height: 20px;
  width: 20px;
}

* {
box-sizing: border-box;
}

footer {
  margin: 45px auto 200px;
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
  color: #9f9f9f;
  max-width: 590px;
}

footer a {
  color: #666 !important;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
 
}

footer a:hover {
  text-decoration: underline;
}



/* +++++++++++++++++++++++++++++++++++++++++  */

.gameOver { display: none; }

.playlistLogoTableCell {
    flex-direction: column;
    color: #666666;
    padding: 15px 15px 12px 15px;
    flex: 1;
    order: 1;
    align-items: flex-start;
    justify-content: flex-start;
}

.album-cover {
  position: relative;
  background-size: cover;
}


.album-cover.loading {
  min-height: 250px;
  display: block;
}

.aspect-ratio-square {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.track-controls {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 20; */
  z-index: 15;
  cursor: pointer;
  
}
.icon--play-pause {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.track-controls:hover {
  /* background: rgba(15,120,184,0.9); */
}
.section-title {
  margin: 30px 0;
  text-align: center;
}

.section-title a {
  color: #444;
  font-size: 14px;
  padding-right: 10px;
}

.section-title a:hover {
  text-decoration: underline !important;
}

.section-title a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  margin: 0 auto 15px;
}

h2 {
  color: #222;
  font-size: 18px;
  font-weight: normal;
  max-width: 360px;
  margin: 0 auto 15px;
}

h3 {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 15px;
}

.voting-card-wrapper {
  margin-top: 45px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.voting-card-wrapper-loading {
  margin: 45px auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.end-game-wrapper {
  margin: 45px auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 1px 20px rgba(0,0,0,.15);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.spotlight-card-wrapper {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 1px 20px rgba(0,0,0,.15);
}



.end-game-wrapper {
  border-radius: 6px;
  text-align: center;
}

.end-game-wrapper, .voting-card-wrapper-loading {
  animation: fade-and-scale-in 0.5s 1 ease;
}

.divider--or {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 24%;
  transform: translate(-50%, -50%);
}

.divider--or--loading {
  top: 28%;
}

.divider--or__title {
  font-size: 11px;
  color: #5C5C5C;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.divider--or__diamond {
  width: 40px;
  height: 40px;
}


.voting-card.loading {
  background-color: #fff;
  height: auto;
  width: auto;
  overflow: hidden;
}

.voting-card,
.end-game-card {
  flex-grow: 1;
}

.voting-social-wrapper {
  text-align: center;
  margin: auto;
  padding: 0 20px;
  max-width: 590px;
}

.voting-social-wrapper-direct-link {
  margin-top: 5px;
}

.voting-social-links ul {
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.voting-social-links ul li {
  display: inline-block
}

.voting-social-links li i {
  color: #222;
  min-width: 20px;
}

.voting-social-item-sub {
  border-top: 1px solid #E3E3E3;
  padding-top: 30px;
}

@keyframes fade-and-scale-in {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}

.voting-card-inner,
.end-game-card-inner {
  padding: 15px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: 100%;
}

.end-game-card-inner {
  padding: 25px;

}

.buttonSpotify {
  -webkit-appearance: none;
  background-color: #1DB954;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  font-family: "Lato",helvetica,arial,sans;
  font-weight: 400;
  font-size: 14pt;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  outline: none;
  font-size: 10pt;
  text-align: center;
  padding: 16px 16px 14px 16px;
  border-radius: 4px;
}

.buttonSpotify-disabled {
  background-color: #E5E5E5 !important;
}

/** playlist rules page **/

#playlist-rules h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.rule-section {
  margin-bottom: 48px;
}

.mainHolder {
    margin-top: 40px;
}

.flexContainer {
    display: flex;
    min-height: 545px;
}

.playlistTitle {
    font-family:'DeepShadow';
    color:#000000;
    margin-top:10px;
    margin-bottom:50px;
    font-size:28pt;
    font-weight:900;
    letter-spacing:-0.5px;
    text-transform:uppercase;
    text-align:center;
}

.mainWords {
    padding:0px 50px 20px 50px;
    width:550px;
    margin:0 auto;
}
.bulletWords {
    margin-left: 40px;
}

.logoContainer {
    margin-bottom: 30px;
}

.playlistLogo {
    width: 150px;
    height: auto;
}


/* --------------------------------------- */

.voting-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 1;
}

.voting-card__actions,
.end-game__actions {
  align-self: flex-start;
  margin-top: auto;
  width: 100%;
}

.end-game__actions {
  margin-top: 20px;
}

.end-game__actions .btn {
  font-size: 16px;
}


.voting-card:first-child {
  border-right: 1px solid #E3E3E3;
}

.voting-card img {
  border-bottom: 1px solid #e3e3e3;
}


.voting-card__song-and-artist.loading-state {
  width: 100%;
}

.voting-card__song-title {
  font-weight: bold;
  width: 100%;
}

.voting-card__song-title.loading {
  width: 45%;
  height: 1rem;
  border-radius: 3px;
}

.voting-card__artist-name {
  margin-bottom: 30px;
  width: 100%;
}

.voting-card__artist-name.loading {
  width: 55%;
  height: 1rem;
  border-radius: 3px;
}


.btn {
  padding: 12px;
  text-align: center;
  display: block;
  text-decoration: none !important;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.btn-vote {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.btn-vote,
.btn-submit-tracks {
  background: #0F78B8;
  color: white !important;
  margin-bottom: 20px;
  
}

.btn-vote.loading {
  margin-bottom: 20px;
  color: #222 !important;
}

.btn-vote.loading:hover {
  margin-bottom: 20px;
  color: #222 !important;
  background: #e2e2e2;
}

.btn-dm.loading {
  color: #222 !important;
  border: none;
}

.btn-vote:hover,
.btn-submit-tracks:hover {
  background: #0C669D;
}

.btn-submit-tracks { 
  font-weight: bold;
  margin-bottom:0;
}

.btn-dm {
  border: 1px solid #b3b3b3;
  color: #222 !important;
  cursor: pointer;
}

.btn-dm:hover {
  border-color: #000;
}

.btn-primary {
  background: #0F78B8;
  color: white !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none !important;
}

.btn-primary:hover {
  background: #0E6AA3;
}

.btn-remove {
  cursor: pointer;
  border: 1px solid red;
  background: #CA0B00;
  color: #fff !important;
}

.btn-remove:hover {
  background: #F32013;
}

/** me **/

.music-card--playlist-spotlight-tracks-wrapper {
  animation: fade-and-scale-in 0.5s 1 ease;
}

.music-card--playlist-spotlight-tracks {
  border-radius: 6px;
  box-shadow: 0px 1px 20px rgba(0,0,0,.15);
  margin-bottom: 20px;
}

.music-card--playlist-spotlight-tracks img {
  border-top-left-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.music-card--playlist-spotlight-tracks__body {
  padding: 20px;
}

.music-card__song-and-artist {
  font-size: 16px;
  line-height: 1.4;
}

.music-card__song-title {
  font-weight: bold;
  width: 100%;
}

.music-card__artist-name {
  padding-bottom: 20px;
  width: 100%;
}

.stat-value {
  font-weight: bold;
  font-size: 30px;
  word-wrap: break-word;
}

.stat-label  {
  font-size: 18px;
  opacity: 0.7;
}

.music-card__bottom {
  border-top: 1px solid rgba(0,0,0,0.1);
  font-size: 14px;
  word-wrap: break-word;
  width: 100%;
  padding: 20px;
}

.share-link--url {
  margin-bottom: 20px;
  line-height: 1.4;
}

.music-card__bottom .voting-social-links ul {
  margin-bottom: 0;
}

.music-card__bottom .voting-social-links ul li {
  margin-right: 10px;
}


.music-card-metadata-actions {
  display: block;
  margin-bottom: 60px;
  font-size: 13px;
  padding: 0 20px;
  width: 100%;
}

.metadata {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 6px;
  text-align: center;
  color: rgba(0,0,0,0.65);
}

.actions {
  position: relative;
  width: 100%;
  text-align: center;
}

.actions svg {
  position: relative;
  top: 1px;
}

.link--destructive {
  fill: rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.65);
  text-decoration: none;
}

.link--destructive:hover, .link--destructive:hover svg {
  fill: #DC3130;
  color: #DC3130;
  text-decoration: underline;
}

.link--pointer {
  cursor: pointer;
}



/** Canvas visualiser and progress **/

.album-cover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  stroke: #fff;
  width: 90px;
  height: 90px;
  background: rgba(15,120,184,0.8);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.play {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 3;
 width: 90px;
 background: transparent !important;
 height: 90px;
 cursor: pointer;
 transform: translate(-50%, -50%);
 border: none !important;
}

.play::before {
 content: '';
 display: block;
 width: 100%;
 height: 100%;
 border: 5px solid rgba(255, 255, 255, 0.3);
 border-radius: 100%;
 opacity: 0;
}
.play::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZdJREFUeNrs29FNQjEYBlAgDuAIuAFugBvgBrABTiBOgE4AGzgCbCAbwAayAbZJb0KMT77wt/ecpO/39qP9CqGDAQAAAAAAAAAAAAAA8A+Xy2WWxr2ZiBPILo1jGlOzESeQzmcaY7MSJ5DsO42lmYkTSOcrjYkZihNIZ630YwVyKaU/M1txAunsWir9UQPvkI/GuVtWPsoxVsjv0p9aIXHkE9iu5tIfNbrI8neWXPpzgcSRV8imttJvOZDr0j/WUvp9CKTzWsMPln0KJBuX0t9ELf2+BdKZl21sKZBYpb8upT8RSMBv+hG2MYFclX4JZioQBPKHtzQeh8Ph/pYPcSeHQQ7gJQVxsEJu61yCeIoSRp9XyLaEcY72YH0L5JTG4tY9YcsqpZ2CeIgcRl9WyL6sipNj7+1Le1FK+1TLQ7cayHsaeXva1vbgrW1Zh3J62tf6Aq0EkrenjxTEqvYXaSGQqkq75Q7JATzXVtpV8mfregJxHSFIIC7sBArElbYggbj0GSgQ16IBAAAAAAAAAAAAACCsHwEGACfr+SLf7BaJAAAAAElFTkSuQmCC');
 background-size: 80%;
 background-position: 50% 50%;
 background-repeat: no-repeat;
}


#circle {
	visibility: hidden;
	stroke-width: 5;
}
.playing #circle {
	visibility: visible;
}
.playing .play::after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK9JREFUeNrs0sEJhDAQQFEjW4ilWYp2slYS7MROYgrQZQc8DPgeiBcZQ/4MAwAAAAAAAAAAAAAAZFcyHaa1NvfX9PfhS1lu5iyB3x59ztcqXF9kbQE/5kTUTHcwWoNcBBEEQQRBEEEQRBAEEQRBEEQQBBEEQQRBEEEQBEEEQRBBEEQQBBEEQRBEEAQRBEEEQZB3+iQ7z9af/YE5a+DbwxoAAAAAAAAAAAAAAEDEKcAA4xprM8PkP94AAAAASUVORK5CYII=');
}
.playing .play::before {
  /* opacity: 1; */
  display: none;
}

.card-playback-button:focus {
  outline: none;
}

.artwork-canvas {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 10;
}

/** /Canvas visualiser and progress **/

/* The loading Class */ 

@keyframes placeHolderShimmer {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      background-position: -468px 0
  }
  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      background-position: 468px 0
  }
}

.animated-background {
  will-change: transform;
  animation: placeHolderShimmer 1s linear infinite forwards;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  position: relative
}

.voting-card.loading {
  background: #fff;
}

.album-cover.loading {
  display: block
}


/* ----------- Media Queries ----------- */

@media only screen 
and (min-width: 600px)  {
  
  .section-title { margin: 45px 0; }
  
  h1 {
    font-size: 30px;
    margin: 0 auto 20px;
  }
  
  h2{
    font-size: 24px;
    margin: 0 auto 20px;
  }

  h3 {
   font-size: 24px;
  }
  
  .voting-card-inner {
    padding: 30px;
    font-size: 15px;
  }

  .end-game-card-inner {
    padding: 50px;
  }

  .end-game__actions .btn {
    font-size: 20px;
  }

  .track-controls {
    width: 75px;
    height: 75px;
  }

  .icon--play-pause {
    width: 30px;
    height: 30px;
  }

  .wrapper-edge-to-edge-small {
    padding: 0 20px;
  }

  .divider--or__title {
    font-size: 13px;
  }

  .divider--or__diamond {
    width: 63px;
    height: 63px;
  }
 
 footer {
    margin-top: 100px;
    font-size: 14px;
 }
     
  .music-card--playlist-spotlight-tracks {
    display: flex;
    flex-wrap: wrap;
  }

  .album-art {
    padding: 30px 0 30px 30px;
  }

  .music-card--playlist-spotlight-tracks img {
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 160px;
    max-height: 160px;
    width: 100%;
    height: auto;
  }
  .music-card--playlist-spotlight-tracks__body {
    padding: 30px;
    max-width: 360px;
    word-wrap: break-word;
  }

  .music-card__song-and-artist {
    font-size: 18px;
  }

  .music-card__artist-name {
    padding-bottom: 30px;
  }

  .music-card__bottom {
  font-size: 16px;
  padding: 30px;
  }

  .music-card-metadata-actions {
    display: flex;
  }

  .metadata {
    text-align: left;
  }

  .actions {
    text-align: right;
  }
}

/* 48em = 768px */
/* @media (min-width: 48em) { */
@media (min-width: 975px) {
  
  .header .logo {
    padding-top: 5px;
  }
  
  .header li {
    float: left;
  }
  .header li a {
    /* padding: 20px 30px; */
    padding: 20px 20px;
    font-size: 16px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

}

@media screen and (max-width: 767px){

  .header .logo {
    padding-top: 5px;
  }

}

@media screen and (max-width: 480px){


  .mobileWidth100 {
    width:100% !important;
    max-width: 100%;
  }
}

@media only screen and (device-width: 414px){
  .album-cover svg {
    width: 55px;
    height: 55px;
    margin-left: 1px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 380px){

  .header .logo {
    padding-top: 5px;
  }

  .album-cover svg {
    width: 45px;
    height: 45px;
  }

  .divider--or {
    top: 22%;
  }

}


@media only screen and (device-width: 375px){

  .album-cover svg {
    width: 55px;
    height: 55px;
  }

}