@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);
}

/* input:focus, textarea:focus {
  background-color: #FFFF66;
  border: 1px solid #F47E58;
}

input:focus {
  outline: none !important;
}

textarea:focus, input:focus{
  outline: none;
} */

input {
  font-size:16px;
}

html, body {
	width: 100%;
	height: 100vh;
  margin: 0px;
  padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex;
  font-family: var(--font);
  /* min-height:725px; */
  justify-content: flex-start;
  overflow:hidden;
  background-color: var(--primary);
}

html {	
	flex-direction: column;
  
}

.loader{
  margin: 0 0 2em;
  height: 20px;
  width: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
.loader svg path,
.loader svg rect{
  fill: var(--primary);
}

.radio {

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

#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: var(--img-bg);
  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; */
  min-height:100%;
  min-width:100%;
}

#status {
  position: relative;
  color: var(--txt-master);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  width: 50px;
  /* top: 22px; */
  /* left: 8px; */
  /* text-shadow: 1px  1px 0px #555, 
-1px -1px 0px #555, 
 1px -1px 0px #555, 
-1px  1px 0px #555; */
}

#preview {
  background-color: transparent;
  width: 300px;
  height: 250px;
  position: absolute;
  z-index: 999999;
  cursor: auto;
  cursor: pointer;
  background-Image:var(--preview-img);
  border-radius:var(--preview-border-radius);
  border:var(--preview-border-stroke);
}

#content {
  position: relative;
  /* margin: auto; */
  /* width: 100%; */
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  min-height:250px;
  min-width:300px;
  /* 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;
  z-index: 1;
}

#content_back {
  position: relative;
  /* margin: auto; */
  width: 100%;
  max-width: 90vw;
  height: 100%;
  /* 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;
  z-index: 1;
  padding:20px;
  color:white;
  border-radius: var(--radius-lg);
}



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

#play_cont{
  display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
    min-width: 100px;
    margin-right: 7px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#boxes_cont::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#boxes_cont {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#play-toggle, #download, #purchase, #glow-hover-play, #glow-hover-stop, #glow-hover-download {
  border: 0;
  position: relative;
  min-width: 45px;
  min-height: 38px;
  max-width: 45px;
  max-height: 50px;
  bottom: 0px;
  z-index: 2;
  /* top: 250px; */
  /* left: 387px; */
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  cursor: pointer;
  display: flex;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
}

#purchase {
  background-color: yellow;
}
#slider_cont.hide {
  visibility: hidden !important;
  pointer-events: none;
  cursor: initial;
}
#slider_cont.play {
  display: initial;
}

#slider_cont.stop {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

#play-toggle.play {
  background-color: var(--btn-play);
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
  background-image: var(--img-master-play);
}

#play-toggle.stop {
  background-color: var(--btn-stop);
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
  background-image: var(--img-master-stop);
}

#download {
  background-image: var(--img-download);
  background-color: var(--color-download);
  font-size: 0.5rem;
  display: block;
}

#purchase {
  background-image: var(--img-purchase);
  background-color: var(--color-purchase);
  font-size: 0.5rem;
  display: contents;
  margin-right: 10px;
  /* margin-right: 10px; */
  visibility: visible; 
  display: block;
    left: -44px;
  /* display:none; */
  /* background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  /* background-image:url("download_img.svg") */
  /* width:auto; */
}

.preview {
  position: relative;
  height: 48px;
  width: 44px;
  cursor: pointer;
  border: 0;
  border-right: 1px solid var(--border);
  background-color: var(--bg-btn-updown);
  background-size: contain;
  background-position: 50% 50%;
  border-bottom-left-radius: var(--radius-sm);
  border-top-left-radius: var(--radius-sm);
  /* margin-left:20px; */
}

.preview:hover{
  background-color: var(--btn-hover);
}

.preview.play {
  background-image: var(--img-box-play);
}

.preview.stop {
  background-image: var(--img-box-stop);
}

.previewDuration , #totalDuration, #progress_total, #progress_current{
  position: relative;
  width: 40px;
  /* bottom: 210px; */
  text-align: center;
  /* left: 83px; */
  color:black;
  font-size:12px;
  
}

#totalDuration {
  margin: 0 10px;
}

.loopinteract {
  position: relative;
  height: 48px;
  width: 44px;
  border-left: 1px solid var(--border);
  /* left:10px; */
}


#masterUp {
  top:5px;
  left:6px
    }
  
    #masterDown {
  bottom:5px;
  left:6px
    }


.loopinteract button:is(.up, .down) {
  position: absolute;

  width: 43px;
  height: 24px;
  background-repeat: no-repeat;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  cursor: pointer;
  border: none;
  background-color: var(--bg-btn-updown);
}
.loopinteract button.up {
  top: 0;
  left: 0px;
  border-top-right-radius: var(--radius-sm);
  background-position: top;
  background-image: var(--img-box-btn-up);
  top:5px;
}
.loopinteract button.up:hover {
  background-color: var(--btn-hover);
}

.loopinteract button.down:hover {
  background-color: var(--btn-hover);
}

.loopinteract button.down {
  bottom: 5px;
  left: 0;
  border-bottom-right-radius: var(--radius-sm);
  background-position: bottom;
  background-image: var(--img-box-btn-down);
}
.loopinteract button.up{
  border-bottom: 0.5px solid var(--border);
}
.loopinteract button.down{
  border-top: 0.5px solid var(--border);
}

button.down {
  bottom: 0;
}

button.up {
  top: 5px;
}

.repeat-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  border-left: 1px solid var(--border);
}

.repeat, .repeat-text{
  position: relative;
  width: 30px;
  /* top: 96px;
  left: 42px; */
  background-color: transparent;
  border: none;
  /* color: black; */
  /* padding: 16px 32px; */
  text-decoration: none;
  cursor: pointer;
  font-size:12px;
  text-align: center;
  font-family: Poppins;
  outline:none;
}
.repeat {
  font-size: 0.9rem;
}

.repeat-text {
  font-size: 0.5rem;
}

.previewProgress {
  width: 30px;
  max-width: 30px;
  margin-right: 5px;
  bottom: 0px;
  height: 2px;
}

/* background: */
progress::-webkit-progress-bar {
  background-color: var(--txt-box); width: 100%;
}
progress {
  background-color: var(--txt-box);
}

/* value: */
progress::-webkit-progress-value {background-color: var(--progress-color) !important;}
progress::-moz-progress-bar {background-color: var(--progress-color) !important;}
progress {color: var(--progress-color);}

* {
  -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_cont{
  /* display: flex; */
  /* height: var(--card-init-height); */
  min-height:250px;
  min-width:300px;

}

p {
  color: var(--txt);
}

#wrapper, #wrapper_bg {
  position: absolute;
  /* pointer-events: auto; */
  cursor: pointer;
  border-radius: var(--radius-lg);
  /* width: var(--card-init-width);
  height: var(--card-init-height); */
  /* width: 836px;
  height:1218px; */
  max-width: 836px;
  /* max-height:1218px; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: fit;
  font-family: Poppins;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.151);
  backdrop-filter: saturate(100%) blur(10px); */
  flex-direction: column;
  border: var(--card-border);
  /* border: solid 0.5px white; */

}

#wrapper_bg{
  overflow: hidden;
  border-radius: var(--radius-lg);
}

/*alert is in its own css*/

#wrapper_bg2 {
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: inherit;
  /* background-color: red; */
  position: absolute;
  z-index: 9999;
  border-radius: 30px;
}

#wrapper, #wrapper_back{
  min-height:var(--card-init-height);
  max-width:var(--card-init-width);
  position:relative;
  /* background-color:red; */
  background-color:var(--bg-card);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;	
  z-index:1000;
  border-radius: var(--radius-lg);
  border: var(--card-border);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  max-height: 90vh;
  max-width: 90vw;
  min-height:250px;
  min-width:300px;
  /* margin-top:20px; */
}


#glow-card{
  transform-style: preserve-3d;
}

#wrapper_back{
  width:100%;
  height:100%;
  border-radius: var(--radius-lg);
  /* background-color:red; */

  /* margin-top:500px; */
  position:absolute;
  /* backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; */
  background: var(--img-card-bg);
  background-color:var(--bg-card-bk);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-style: preserve-3d;	
}

#wrapper {
  /* background-color: #b31919; */
  background-image: var(--img-card-front); 
  background-color: var(--wrapper-color-front);
}

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

#content_back_img, #content_back_img_direx {
  position: absolute;
  border-radius: var(--radius-lg);
  color: var(--txt);
  /* top: 0; */
  /* width: var(--alert-width);
  height: var(--alert-height); */
  width: 100%;
  height: 100%;
  /* background-color:yellow; */
  background-color: var(--alert-bg-color);
  background-image: var(--back-bg-image);
  /* padding: 1rem; */
  /* margin: 1rem; */
  z-index: 6;
  /* box-shadow: var(--shadow); */
  max-width:300px;
  max-height:250px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  margin-left:auto;
  margin-right:auto;

  
}

#content_back_img_direx {
  background-image: var(--img-direx-bg-large);
  /* background-color:yellow; */
  max-width:90%;
  max-height:90%;
  opacity: 1;
  visibility: inherit;
  background-size: contain;
  background-repeat:no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
}


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

.num {
  position: relative;
  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: 289px;
  /* height: 20px; */
  position: relative;
  margin: 0px;
  width: auto;
  height: 15px;
  transform: translate(0px, 0px);
  border-radius: var(--radius-sm);
  margin-bottom: 5px;
  background-color: var(--bg-box);
  border: 1px solid var(--border);
}

.box.isactive {
  border: 1px solid var(--active-border);
}

.box.isnotactive {
  opacity: var(--notactive-opacity);
}

.boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
}


#slider_cont{
  position: absolute;
  top: 0;
  left: -15px;
  width: 2px;
  z-index: 99998;
  visibility: inherit;
  border-radius:10px;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
#cont_slider_boxes {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
#slider_bg{
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--bg-slider);
}

#slider{
  position: relative;
  left: calc(((var(--slider-size)/2) * -1) + 1px);
  width: var(--slider-size);
  height: var(--slider-size);
  border-radius: 100%;
  background-color: var(--slider);
  cursor: pointer;
}

#boxes_cont {
  overflow-y: auto;
  background-color: var(--boxes_cont_bg);
  padding:  var(--boxes_cont_padding);
  border-radius: var(--boxes_cont_border-radius);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  visibility: inherit;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
}

#cont_slider_boxes {
  max-height: var(--max_height_slider_boxes);
  height:100%;
}
#boxes_cont, #slider_cont{
  height: 100%;
}

.labels {
  color: var(--txt);
}

#status, #purchase{
  color: var(--txt-master);
}

.previewDuration, .repeat, .repeat-text, .num, #trackRepeat,#totalDuration {
  color: var(--txt-box);
}

#progress_total, #progress_current{
  color: var(--txt_progress_color);
}


#top_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
#bottom_cont {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
#master_controls {
  padding-top: 25px;
  padding-bottom: 25px;
  /* padding-left: 10px; */
  padding-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: 283px;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  margin-top: 10px;
  width: 100vw;
  max-width: 288px;
  max-height: 20px;
  border: 1px solid;
  border-color: var(--border);
  border-radius: var(--radius-sm);
  background-color: var(--bg-master);
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.25);

  opacity:0;
}

#preset_cont {
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);

}

#presets {
  overflow: hidden;
  display: flex;
  left: 4px;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  max-height: 29px;
  width: 295px;
  z-index: -1;
  position: relative;
  perspective: 0px;
  margin-bottom: 10px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

#presets :is(#preset_img_1, #preset_img_2,#preset_img_3,#preset_img_4){
  flex: 1 auto;
  height: 28px;
  max-height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}

#preset_img_1 {
  background-color: var(--pre_1_col);
  background-image: var(--pre_1_img);
}

#preset_img_1:hover {
  background-color: var(--pre_1_col_hover);
  background-image: var(--pre_1_img_hover);
}
#preset_img_1.active,
#preset_img_1.active:hover {
  background-color: var(--pre_1_col_active);
  background-image: var(--pre_1_img_active);
}

#preset_img_2 {
  background-color: var(--pre_2_col);
  background-image: var(--pre_2_img);
}

#preset_img_2:hover {
  background-color: var(--pre_2_col_hover);
  background-image: var(--pre_2_img_hover);
}
#preset_img_2.active,
#preset_img_2.active:hover {
  background-color: var(--pre_2_col_active);
  background-image: var(--pre_2_img_active);
}

#preset_img_3 {
  background-color: var(--pre_3_col);
  background-image: var(--pre_3_img);
}

#preset_img_3:hover {
  background-color: var(--pre_3_col_hover);
  background-image: var(--pre_3_img_hover);
}
#preset_img_3.active,
#preset_img_3.active:hover {
  background-color: var(--pre_3_col_active);
  background-image: var(--pre_3_img_active);
}

#preset_img_4 {
  background-color: var(--pre_4_col);
  background-image: var(--pre_4_img);
}

#preset_img_4:hover {
  background-color: var(--pre_4_col_hover);
  background-image: var(--pre_4_img_hover);
}
#preset_img_4.active,
#preset_img_4.active:hover {
  background-color: var(--pre_4_col_active);
  background-image: var(--pre_4_img_active);
}

#pre, #pre2 {
  font-family: Poppins;
  color:var(--txt);
  font-size: 10px;
}

#pre2 {
  font-family: Poppins;
  color:var(--txt-pre2);
  font-size: 10px;
}

#progress_cont {
  margin-top: 10px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress_cont progress {
  background-color: var(--txt-box);
  height: 2px;
  width: 200px;
  margin: 5px 0px;
}

#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; */
  /* margin-bottom: 20px; */
  /* min-width: 360px; */
  /* margin: 20px; */
  /* padding: 30px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  justify-content: space-around;
  background-image: var(--img-header);
  /* background-color: red; */
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  /* min-height: 80px; */
  padding-left: 0px;
  padding-right: 0px;
  background-size: fit;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -30px; */
  min-height: 161px;
  min-width: 287px;
  /* max-width: 628px; */
  background-size: contain;
  /* margin-top: 20px; */
  margin-bottom: 10px;
}

#artist_cont {

}

#circle {
  /* background-color:black; */
  position:fixed;
  height:80vh;
  width:80vw;
  z-index: 1;
  background-image: url("circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  min-width: 1000px;
  min-height:1000px;
  /* opacity:0.2; */
  pointer-events:none;

}

#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;
  position:absolute;
  }

  #footer {
    z-index: -1;
    color: white;
    /* width: 200px; */
    /* height: 40px; */
    border-radius: 100px;
    font-size: 12px;
    /* background-image: url("editTraxLogo.svg"); */
    background-size: contain;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 0px;
    color: rgb(104, 104, 104);
    font-size: 9px;
    z-index: 1;
    font-family: PoppinsReg;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
  }

  #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;
    width:auto;
    /* font:PoppinsReg */
  }
  
  .marquee {
    max-width: 281px;
    /* background: #000000; */
    color: var(--txt-marquee);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding-top:10px;
    position: relative;
    overflow: hidden;
    bottom: 0px;
  }
  
  .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;
  }

  #vivaLogo{
    background-image: var(--img-header-right);
    background-color: var(--bg-header-right);
    background-position: center;
    background-repeat:no-repeat;
    background-size: contain;
    width:117px;
    height:93px;
    position:absolute;
    left:250px;
    top:10px
  }

  button:is(.close, #flipMe){
    position: absolute;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    pointer-events: auto;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }

  button:is(#flipMe_return){
    position: absolute;
    margin-top:211px;
    /* top: 9px;
    left: 10px; */
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    pointer-events: auto;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: transparent;

  }

  button:is(#flipMe_return_direx){
    position: absolute;
    top: 9px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    pointer-events: auto;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: transparent;

  }

  #flipMe  {
    background-image: url("info.svg");
    min-width:30px;
    min-height:30px;
    max-width:30px;
    max-height:30px;
  } 

  #flipMe_return{
    background-image: url("continue.svg");
    min-width:172px;
    min-height:47px;
    max-width:172px;
    max-height:47px;
    margin-left:auto;
    margin-right:auto;
  /* top: 309px !important;
  left: 190px  !important; */
  }

  #flipMe_return_direx{
    background-image: url("flip.svg");
    min-width:30px;
    min-height:30px;
    max-width:30px;
    max-height:30px;
    margin-left:auto;
    margin-right:auto;
  /* top: 309px !important;
  left: 190px  !important; */
  }

  .flipMePointer{
    background-image: url("close.svg") !important;
    top:7px !important;
    left:7px !important;
    max-width:25px !important;
    max-height:25px !important;
    min-width:25px !important;
    min-height:25px !important;
  }

  #flipMeAlert{
    background-image: url("circle.svg");
    width:20px;
    height:20px;
  }

  #flipMe_return {
    opacity: 0;
  }

  #flipMe_return_direx {
    opacity: 0;
  }

  #flipMe {
    position: absolute;
    top: -8px;
    left: -9px;q
    width: 55px;
    height: 54px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999;
    pointer-events: auto;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    border: none;
    background-color: transparent;
    /* pointer-events:none; */
}


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

    #master_controls { 
      /* max-height:20px;  */
      /* max-width:280px; */
    }

  }

  @media screen and (min-width: 320px) and (max-width: 767px) {
    #slider_cont{
      left: -10px;
    }
    body {
      max-width:100vw;
      overflow:hidden;
    }
    #presets,
    #presets :is(#preset_img_1, #preset_img_2,#preset_img_3,#preset_img_4){
      height: 20px;
      max-height: 20px;
      max-width: 285px;
      /* background-color:red; */
      left:-1px;
    }

    #preset_img_1 {
      background-image: var(--pre_1_sm_img);
      /* background-image:"radio-buttons/sml_hover1.svg"; */
    }

    #preset_img_1:hover {
      background-image: var(--pre_1_sm_img_hover);
    }
    #preset_img_1.active,
    #preset_img_1.active:hover {
      background-image: var(--pre_1_sm_img_active);
      /* background-image:"radio-buttons/lrge_hover1.svg"; */
    }

    #preset_img_2 {
      background-image: var(--pre_2_sm_img);
    }

    #preset_img_2:hover {
      background-image: var(--pre_2_sm_img_hover);
    }
    #preset_img_2.active,
    #preset_img_2.active:hover {
      background-image: var(--pre_2_sm_img_active);
    }

    #preset_img_3 {
      background-image: var(--pre_3_sm_img);
    }

    #preset_img_3:hover {
      background-image: var(--pre_3_sm_img_hover);
    }
    #preset_img_3.active,
    #preset_img_3.active:hover {
      background-image: var(--pre_3_sm_img_active);
    }

    #preset_img_4 {
      background-image: var(--pre_4_sm_img);
    }

    #preset_img_4:hover {
      background-image: var(--pre_4_sm_img_hover);
    }
    #preset_img_4.active,
    #preset_img_4.active:hover {
      background-image: var(--pre_4_sm_img_active);
    }

    #master_controls { 
      /* max-height:20px;  */
      /* max-width:290px; */
      /* max-width:290px; */
    }
    #info_cta {     
      display: flex;
      width: 300px;
      justify-content: center;
      align-items: center;
      align-content: center;
    }
    .info_cta {     
      width:300px;
    }

    #header{
      /* margin-left:10px; */
      /* background-image:url("header_small.svg"); */
    }

    #vivaLogo{
      left:250px;
      width:90px;
      top:0px;
    }

    /* .bloba{
      display:none;
    }
    #circle {
      display:none;
    } */
  }

  @media screen and (max-width: 490px),
         screen and (max-height: 612px){
    #header {
      background-image: var(--img-header-mobile);
      height: 83px;
      min-height: 80px;
      padding:0;
    }

    #content_back_img {
      /* display:none; */
    }


  }

  @media screen and (max-width: 90px),
         screen and (max-height: 800px){
  #content_back_img_direx{
    background-image: var(--img-direx-bg-small);
    width:300px;
    height: 250px;
    min-height: 250px;
    /* background-color:yellow; */
  }
}



  @media screen and (max-height: 512px){
    #footer,
    #progress_cont{
      display: none;
    }
  }

  @media screen and (max-height: 305px){
    #wrapper{
      background-color: transparent;
      background-image:null;
    }
  }






  
  

