@font-face {
font-family: Poppins;
src: url(Poppins-Black.otf);
}
@font-face {
  font-family: PoppinsReg;
  src: url(Poppins-Regular.otf);
  }

@font-face {
font-family: Digitalism;
src: url(digitalism.ttf);
}

@font-face {
font-family: Randhu;
src: url(Randhu.otf);
}

html, body {
	width: 100%;
	height: 100%;
  margin: 0px;
  padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex;
  font-family: Poppins;
  /* min-height:725px; */
  justify-content: flex-start;
  
}

html {	
	flex-direction: column;
  
}

.radio {

  width: 20px;
	height: 20px;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  border:2px solid #ccc;
  display:inline-block;
}

#radio input{
  display:none;
}

body {
	flex-direction: column;
	/* overflow: hidden; */
  touch-action: none;
  /* background: linear-gradient(115.51deg, #3C0E6D 2.65%, #C62C85 61.29%, #F29565 85.58%); */
  background-image:url("bg.svg");
  background-size: cover;
  background-position: center;
  height:auto;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  /* min-height: 725px; */
  align-content: center;
  /* justify-content: flex-start; */
}

#status {
  position: relative;
  margin-left: 20px;
  color: #555;
  text-align: center;
    color: black;
  font-size: 16px;
  line-height: 1;
  width: 93px;
  /* top: 22px; */
  /* left: 8px; */
  /* text-shadow: 1px  1px 0px #555, 
-1px -1px 0px #555, 
 1px -1px 0px #555, 
-1px  1px 0px #555; */
}

#totalDuration {
  margin-left: -10px;
  position: relative;
  width: 50px;
  /* bottom: 210px; */
  text-align: center;
  /* left: 83px; */
  color: black;
  margin-left: 8px;
}

#trackRepeat {
  position: relative;
  width: 50px;
  /* top: 0; */
  /* left: 42px; */
  background-color: #4caf4f00;
  border: none;
  color: black;
  /* padding: 16px 32px; */
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
}

#content {
  position: relative;
  /* margin: auto; */
  width: 100%;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  /* background-image: url(bg_img.jpg); */ 
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#info_cta {
  /* position: absolute; */
  top: 20px;
  right: 20px;
}

#play-toggle, #download {
  border: 0;
  position: relative;
  width: 38px;
  height: 38px;
  bottom: 0px;
  /* top: 250px; */
  /* left: 387px; */
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  
}

#play-toggle.play {
  background-image: url(play_img.svg);
}

#play-toggle.stop {
  background-image: url(stop_img.svg);
}

#download {
  background-image: url(download_img.svg);
 
}


.preview {
  position: relative;
  height: 20px;
  width: 20px;
  border: 0;
  background-color: transparent;
  background-size: contain;
}

.preview.play {
  background-image: url(component_preview_img.svg);
}

.preview.stop {
  background-image: url(component_preview_stop_img.svg);
}

.previewDuration {
  position: relative;
  width: 50px;
  /* bottom: 210px; */
  text-align: center;
  /* left: 83px; */
  color:black;
  margin-left: 8px;
  font-size:12px;
  
}

input.repeat {
  position: relative;
  width: 60px;
  /* top: 96px;
  left: 42px; */
  background-color: #4caf4f00;
  border: none;
  color: black;
  /* padding: 16px 32px; */
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size:12px;
  text-align: center;
  font-family: Poppins;
}

.previewProgress {
  position: absolute;
  width: 0px;
  /* bottom: 75px; */
  /* left: 60px; */
  height: 2px;
  background-color:#E5660B;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* scroll */

* {
  box-sizing: border-box;
  margin:0;
}

#wrapper, #wrapper_bg {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 30px;
  width: 336px;
  height: 280px;
  /* max-width: 300px; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: fit;
  overflow: hidden;
  font-family: Poppins;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.151);
  backdrop-filter: saturate(100%) blur(10px);
  /* max-width: 861px; */
  flex-direction: column;
  /* background-image: url("playerTab.jpg"); */
}

#wrapper{
  min-height:280px;
}

#wrapper_bg{
  background-image: url("playerTab.jpg");
}

.viewport {
  position: absolute;
  pointer-events: none;  
  width: 100%;
  bottom: 100px;
  left: 50%;
}

.num {
  position: relative;
  margin-left: 20px;
  color: #555; 
  color: black; 
  font-size: 11px; 
  line-height: 1;
  text-align:center;
  min-width:90px;
  /* top: 22px; */
  /* left: 8px;   */
  /* text-shadow: 
     1px  1px 0px #555, 
    -1px -1px 0px #555, 
     1px -1px 0px #555, 
    -1px  1px 0px #555; */
}

.box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width:80vw;
  /* height:20px; */
  /* margin-left: auto;
  margin-right: auto; */
  position: relative;
  margin: 0px;
  width: auto;
  height: 15px;
  transform: translate(0px, 0px);
}

.boxes {
    max-width:370px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    padding: 30px;
    /* background-color: #e77213; */
    /* border-radius: 15px; */
    width: 387px;
    margin-bottom: 10px;
    /* background: rgba(255, 255, 255, 0.42); */
/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
/* backdrop-filter: blur(10px); */
    /* left: -214px; */
    padding-top: 9px;
    overflow-y: auto;
    max-width:95vvw;
    
}
#boxes_cont {
  overflow-y: auto;
  height: auto;
  max-height: 50vh;
  margin-top:10px;
}

#progress {
background: linear-gradient(320.66deg, #9B03A7 14.75%, #F574FF 84.81%);
filter: blur(1px);
  position: absolute;
  /* top: 510px; */
  /* left: 50px; */
  width: 0px;
  height: 100%;
}

#labels {
  width: 100%;
  height: auto;
  text-align: center;

  /* margin-bottom: 30px; */
  font-size: 11px;
  justify-content: center;
  /* border-bottom: solid 1px; */
  /* border-bottom-color: black; */
  /* color: #ea3cf7;*/
    color: black;
    
}

#master_controls {
  overflow: hidden;
    padding: 30px;
  padding-left: 0px;
  padding-right: 0px;
  /* border-radius: 15px; */
  background-color: #e77213;
  max-width: 360px;
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 80vw;
  height: 20px;
  position: relative;
  margin: 0px;
  width: 370px;
  max-width:95vvw;
  /* height: 50px; */
  transform: translate(0px, 0px);
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.42);
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  backdrop-filter: blur(10px);
  flex-direction: row;
  align-content: center;
  margin-top: 20px;
}

#presets {
  overflow: hidden;
  padding: 30px;
  /* border-radius: 15px; */
  background-color: #e77213;
  /* max-width: 360px; */
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 80vw; */
  height: 20px;
  position: relative;
  margin: 0px;
  width: 369px;
  /* height: 50px; */
  transform: translate(0px, 0px);
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.42);
/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
backdrop-filter: blur(10px);
margin-top:10px;
max-width:95vvw;
}

#progress_cont {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 100vw;
}

#loop {
width:30px;
height:10px;
margin-left:20px;
background-image:url('1540764857.svg');
background-position: center;
background-repeat: no-repeat;
/* margin-left:30px */

}

.buy-fly {
  width: 90px;
  top: 0;
  float: none;
}

.alb-only {
  background-color: #eee;
  color: #007BFE;
  font-size: 9pt;
  padding: 0 5px;
  line-height: 30px;
  border-radius: 3px;
  cursor: default;
}

.buy-cont {
  background-color: #121212;
  color: #ccc;
  font-family: 'Noto Sans',sans-serif;
  font-size: 9pt;
}

#avatar{
  width:100px;
  height:100px;
  border-radius:100px;
  /* background-color:red; */
  font-size:32px;
  background-image:url("Viva_Acid.png");
  font-color:white;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  /* background-color: red; */
  font-size: 32px;
  background-image: url("Viva_Acid.png");
  font-color: white;
  background-size: contain;
  z-index:9;

}

#artist_name, #track_name {
  /* position:absolute; */
  letter-spacing: 0px;

  color: white;
      /* position: absolute; */
      letter-spacing: 0px;
      font-size: 34px;
      color: white;
      /* top: 15px; */
      /* margin-right: 17px; */
    /* top:15px; */


}

#artist_name{
  font-size:20px;
  /* top:15px; */
  position: relative;
  /* top: 16px; */
  font-size: 20px;
  /* top: 15px; */
  position: relative;
  /* top: 16px; */
  pointer-events: auto;
  cursor: pointer;
}

#header {
  display: flex;
  align-content: flex-start;
  align-items: center;
  margin-top: 20px;
  min-width: 360px;
  margin: 20px;
  /* padding: 30px; */
  padding-bottom: 0px;
  margin-bottom: -17px;
  width: 360px;
  justify-content: space-around;
  /* background-image:url("header.svg") */

}

#artist_cont {

}

#stageBlock {
  background-color:black;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99999;

}


#stageBlock2 {
  background-color:#75FA4C;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99998;

}

#stageBlock3 {
  background-color:#EA3CF7;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99997;

}

#stageBlock4 {
  background-color: #F09135;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99996;

}

#stageBlock5 {
  background-color: #3482F7;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99995;

}

#stageBlock6 {
  background-color:#F8D247;
  position:absolute;
  height:100vh;
  width:100vw;
  z-index: 99994;

}

#bg_circle, #bg_circle2 {
  position:fixed;
  top:0;
  left:0;
  width: 200px; 
  height: 200px; 
  background-color: #00FF00;
  /* background-image: linear-gradient(315deg, #000000 0%, #1a1a1a 74%); */
  border-radius: 9999px;
  z-index: -1;
  opacity:0.4;
  }
  
  #bg_circle2 {
  width: 20px;
  height: 20px;
  background-color: #EA3CF7;
  border-radius: 9999px;
  opacity:1;
  }

  #footer {
    z-index: -1;
    font-color: white;
    width: 200px;
    height: 40px;
    border-radius: 100px;
    /* background-color: red; */
    font-size: 32px;
    background-image: url("editTraxLogo.svg");
    font-color: white;
    background-size: contain;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    min-height:50px;
    /* margin-top: -50px; */
    /* bottom: -150px; */

  }

  #info{
    cursor:pointer;

  }

  #artist_name_cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position:relative;
    top:11px;
  }

  .copy{
    width:100%;
    height:100%;
    background-color:yellow;
    position:relative;
  }

  #label_custom, #label_master{
    font-size:10px;
    margin-top:10px;
  }




  .marquee__part {
    flex-shrink: 0;
    padding: 0 4px;
    font-smooth: always;
  }
  
  .marquee {
    background: #000000;
    color: #EEE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.67vw;
    padding: 12px 0;
  
    position: relative;
    overflow: hidden;
  }
  
  .marquee__inner {
    -webkit-font-smoothing: antialiased;
      width: fit-content;
      display: flex;
      flex: auto;
      flex-direction: row;
  }
  
  .spacer {
    height: 150px;
  }

  #click_icon {
    width:25px;
    height:25px;
    position:absolute;
    top:240px;
    fill: white;
    pointer-events:none;
    }



    #close{
      position: absolute;
      width: 20px;
      height: 20px;
      animation-play-state: paused;
      background-size: cover;
      right: 18px;
      top: 12px;
      border: 0;
      background-image: url(Close.svg);
      cursor: pointer;
      background-color: transparent;
      background-position: center;
      background-repeat:no-repeat;
      z-index: 500;
  }
  

