@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

.open-sans-<uniquifier> {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}

.special-elite-regular {
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: medium;
	color: #FFF;
	overflow: initial;
}

.mobile {
	display: none;
}
.nomobile {
	display: block;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}

p {
	margin-top: 10px;
}

img {
	width: 100%;
	height: auto;
}

.skip-link {
	position: fixed;
	top: -200px;
}

.clear {
	clear: both;
}

#wait {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-color: #000;
	/*background-image: url(../images/gridme_black3.png);*/
	opacity: 1;
	z-index: 10000;
	top: 0;
	left: 0;
}
#wait2 {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
}

.language-select {
	position: absolute;
	width: 444px;
	top: calc(50dvh - 240px);
	left: calc(50% - 228px);
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: none;
	opacity: 1;
}
.lang {
	font-size: 14px;
	color: #FFF;
	opacity: 1;
}
.lang:hover {
	text-decoration: underline;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
	font-weight: 700;
}
.wait-logo {
	position: absolute;
	width: 198px;
	font-family: 'Special Elite', 'Verdana', sans-serif;
	text-align: center;
	top: calc(50dvh + 60px);
	left: calc(50% - 99px);
	opacity: 1;
	font-size: 20px;
}
.load {
	position: absolute;
	width: 360px;
	top: calc(50dvh - 10px);
	left: calc(50% - 180px);
	font-family: 'Special Elite', 'Verdana', sans-serif;
	font-size: 50px;
	color: #BBB;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
.load:hover {
	animation-name: loadAnimation;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
	color: #CCC;
}
@keyframes loadAnimation {
	0%   {left: calc(50% - 180px);}
	33% {left: calc(50% - 178px);}
	66% {left: calc(50% - 182px);}
	100% {left: calc(50% - 180px);}
}
.skip-intro {
	position: absolute;
	width: 260px;
	top: calc(50dvh + 120px);
	left: calc(50% - 130px);
	font-family: 'Special Elite', 'Verdana', sans-serif;
	font-size: 26px;
	color: #BBB;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
.wait-animation {
	width: 90px;
	height: 90px;
	padding-top: calc(50dvh - 45px);
	margin: 0 auto;
}

.preload {
	position: absolute;
	top: -20px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.audio-button {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1000;
	background-color: #ece671;
	border-radius: 20px;
	display: none;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.audio-button img {
	width: 66%;
}

#container-frame {
	/*height: 100dvh;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;*/
}


.mainscreen {
	/*z-index: 30;
	position: relative;
	min-height: 100%;
	background-image: url();
	background-size: cover;*/
	position: relative;
	height: 100dvh;
	overflow: hidden;
	display: none;
	opacity: 1;
}

.container-elements {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 35px;
	overflow: hidden;
	padding: 3px 30px;
	display: none;
	opacity: 1;
}

.button-container {
	width: 280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.button {
	width: 220px;
	height: 46px;
	line-height: 28px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	background-color: #ece671;
	border-radius: 23px;
	border: 0;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 768px) {
	.button-container {
		width: 560px;
		margin: 0px auto 0;
	}
	.button {
		width: 240px;
		height: 46px;
		line-height: 28px;
		float: left;
	}
	#button-container0 {
		margin: 20px auto 30px;
	}
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#apple-connect {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#apple-connect img {
	margin-right: 6px;
}
.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
.video-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.video-container video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#video-transition0 {
	z-index: 5;
}

#screen0 {
	z-index: 10;
	opacity: 1;
}
.social-networks {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 140px;
}

.intro-content-container {
	width: 60%;
	position: relative;
	margin-left: 5%;
	height: 92dvh;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.logo0 {
	width: 80%;
	margin: 10dvh auto 0;
	position: relative;
	text-align: center;
}
.text {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0px 3% 15px;
	color: #f2e5cb;
	font-size: 20px;
	display: none;
}

#text0 {
	display: block;
	font-size: 20px;
	margin: 0px auto;
	font-family: 'Roboto', sans-serif;
	max-width: 500px;
}
#button0, #button0b {
	margin: 20px 20px 20px;
	background-color: #ece671; 
	border-radius: 23px;
	display: block;
	transition: 0.2s all;
}
#button0 {
	
}
#button0 img, #button0b img, #button3b img {
	width: 22px;
	vertical-align: middle;
}
#button0:hover, #button0b:hover {
	transform: translateY(-2px);
}
.disclaimer {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	line-height: 1.6em;
	float: left;
	width: 96%;
}
.disclaimer a {
	color: #FFF;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #ccc;
}
.prizes-window {
	position: fixed;
	width: 700px;
	background-image: url('../images/bkg_final.jpg');
	border-radius: 4px;
	height: 500px;
	max-height: 80dvh;
	top: 10dvh;
	left: calc(50% - 350px);
	overflow: auto;
	z-index: 10;
	display: none;
}
.prizes-container {
	padding: 20px;
}
.prizes-title {
	font-family: 'Special Elite', sans-serif;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
}
.prizes-title span {
	position: relative;
}
.prizes-subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
}
.prizes-images {
	overflow: hidden;
	padding: 20px 0;
	width: 50%;
	margin: 0 auto;
	float: left;
	text-align: center;
}
.prize-image {
	float: none;
	width: 70%;
	margin: 0 auto;
}
.prize-image img {
	border-radius: 0px;
}
.prize-position {
	font-family: 'Special Elite', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #CCC;
	padding: 20px 20px 5px 0;
	font-weight: 500;
}
.ordinal {
	font-size: 14px;
}
.prize-text {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	padding-right: 20px;
}
.prize-text-bigger {
	font-size: 18px;
}
.prize-text a {
	color: #FFF;
}
.prize-text a:hover {
	color: #ccc;
}
.prize-window-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 29px;
	height: 28px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	border-radius: 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
	font-family: 'Roboto', sans-serif;
}
.prizes-popup {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 800px) and (max-height: 840px) {
	#title0 {
		font-size: 42px;
	}
	#text0 {
		font-size: 18px;
		max-width: 440px;
	}
	#button-container0 {
		margin: 10px auto 20px
	}
	@media screen and (max-height: 740px) {
		
		@media screen and (max-height: 680px) {
			#text0 {
				font-size: 16px;
				margin: 6px auto;
			}
			#button-container0 {
				margin: 0px auto 10px;
			}
			#button0, #button0b {
				
			}
		}
	}
}

#screen1 {
	background-image: none;
	background-color: #000;
	opacity: 1;
	overflow: hidden;
}
#loading {
position: fixed;
inset: 0;
background: #111;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index: 1000;
}
#loading-bar {
width: 60%;
height: 12px;
background: #333;
border-radius: 6px;
overflow: hidden;
margin-bottom: 12px;
}
#loading-progress {
height: 100%;
width: 0%;
background: linear-gradient(90deg, #4af, #8df);
transition: width 0.2s;
}
#loading-text {
font-family: sans-serif;
color: #fff;
font-size: 14px;
}
@keyframes fadeIn {
	from {
		transform: scale(0.95);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}


#container-elements1 {
	margin-bottom: 0;
	padding: 0;
	opacity: 1;
}

#button1 {
	display: none;
}

@media screen and (max-height: 800px) {
	.container-elements {
		width: 980px;
	}
	.section-title {
		padding-top: 50px;
	}
	#section1-background {
		width: 980px;
		top: 22dvh;
		left: calc(50% - 490px);
		font-size: 280px;
	}
	#c {
		height: 600px;
	}
	#playlist_name_form {
		margin-top: -240px;
	}
}
@media screen and (min-height: 1080px) {
	#container-elements1 {
		max-width: 1120px;
	}
}

#screen2 {
	background-image: url('../images/bkg_final.jpg');
	background-size: cover;
	background-position: center;
	opacity: 1;
	overflow-y: auto;
}
.flexbox-new {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	height: calc(100dvh - 200px);
	opacity: 1;
}
#container-elements2 {
	margin-bottom: 0;
	padding-top: 50px;
	min-height: calc(100dvh - 90px);
}
.mixer-columns-container {
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
}
.style-titles-container {
	/*float: right;
	width: 240px;
	margin-left: 30px;*/
}
.style-title {
	margin: 39px 0 0;
	font-size: 24px;
	font-family: 'Special Elite', sans-serif;
	letter-spacing: 1px;
	color: #785b5c;
	height: 29px;
	padding-top: 9px;
	float: right;
	width: 32%;
	margin-left: 4%;
}
#button2 {
	display: none;
}
@media (min-width: 800px) and (max-height: 840px) {
	#container-elements2 {
		padding-top: 40px;
	}
	@media screen and (max-height: 740px) {
		#container-elements2 {
			padding-top: 30px;
		}
		@media screen and (max-height: 680px) {
			
		}
	}
}

#screen3 {
	background-image: url(../images/gridme_black3.png);
	opacity: 1;
}
#container-elements3 {
	width: 1080px;
	margin-bottom: 0px;
	opacity: 1;
}
.covers-container {
	margin: 0 auto;
}
.covers-container ul .left, .covers-container ul .right {
	width: unset;
	height: unset;
	cursor: pointer;
}
#button3 {
	display: none;
	margin-top: 5dvh;
}
#button3 img {
	width: 21px;
	vertical-align: middle;
}
#button3b {
	display: none;
	margin-top: 20px;
	padding-top: 8px;
	height: 38px;
}
.save-button-text {
	/*font-family: 'Electrolize', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;*/
}







#sort_playlist_container {
	margin: 0px auto 20px;
	width: 880px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e8de85;
	font-family: 'Roboto', sans-serif;
}
.song-in-list {
	overflow: hidden;
}
#sort_playlist_container ol {
	list-style: none;
	counter-reset: item;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 430px;
}
#sort_playlist_container li {
	counter-increment: item;
	color: #FFF;
	font-size: 16px;
	overflow: hidden;
	/*float: left;*/
	width: 45%;
}
#sort_playlist_container li:before {
	color: #e8de85;
	/*text-shadow: 0 0 10px rgba(0,255,255,0.95);*/
	content: counter(item);
	margin-right: 10px;
	margin-left: 5px;
	width: 21px;
	float: left;
	height: 20px;
	padding: 0;
	text-align: right;
}
@media screen and (max-height: 800px) {
	#container-elements3 .flexbox-new {
		height: auto;
	}
	#button3 {
		margin-top: 2dvh;
	}
}

#screen4 {
	background-image: url(../images/gridme_black3.png);
	opacity: 1;
}
#screen4 .image-intro-right {
	z-index: 5;
}
.saving-title {
	color: #FFF;
	max-width: 880px;
	font-size: 26px;
	font-weight: bold;
	padding-top: 140px;
	display: block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}
#container-elements4 {
	width: 1080px;
	margin: 10dvh auto 0;
	height: 85dvh;
	padding: 0;
	opacity: 1;
	
}
.final-columns {
	width: 100%;
	overflow: hidden;
}
.final-column {
	float: left;
	width: 40%;
	margin: 0 5%;
}
.final-column-left {
	margin: 0 0 0 5%;
}
.final-column-right {
	width: 50%;
	margin: 0 3% 0 2%;
}
.final-title {
	color: #CCC;
	width: 80%;
	margin: 20px auto 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#final-title1 {
	position: relative;
	font-size: 30px;
	width: 340px;
}
.final-playlist-title {
	color: #f2e5cb;
	width: 80%;
	margin: 20px auto 10px;
	font-size: 40px;
	font-family: 'Special Elite', serif;
	text-align: center;
}
.final-playlist-title span {
	position: relative;
	text-shadow: -1px 0 1px #dfa42f, 0 1px 1px #d6bc6b, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}
.final-playlist-title span:before {
	content: attr(data-heading);
	left: 0;
	top: 0;
	position: absolute;	
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.final-cover {
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}

.final-mood-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 10px auto;
	position: relative;
}
.final-mood-text {
	margin-left: 10%;
	color: #eebaba;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}
.final-mood-image {
	position: absolute;
	top: -40px;
	right: 20px;
	text-align: center;
	width: 200px;
}
.final-mix-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 10px auto;
	overflow: hidden;
	height: 200px;
	text-align: center;
}
.final-mix-container img {
	width: auto;
	height: 100%;
}
.tour-link {
	margin: 20px auto;
}
.share-button-container {
	margin: 40px auto 60px;
}
.share-button {
	float: none;
	margin: 0 auto;
}
.final-mix-style {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	color: #eebaba;
	font-size: 26px;
	padding: 10px 0;
	line-height: 1em;
	letter-spacing: 3px;
}
#final-mix-style-alternative {
	border-right: 1px dotted #eebaba;
}
#final-mix-style-thrash {
	border-left: 1px dotted #eebaba;
}
.style-small {
	font-size: 14px;
	line-height: 0em;
	letter-spacing: 1px;
	font-weight: bold;
}
.final-songs-container {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #acacac;
	margin: 40px auto 20px;
	height: 290px;
	overflow: auto;
}
.final-songs-container ul {
	list-style-type: none;
	width: 80%;
	margin: 20px auto;
}
.final-songs-container ul li {
	color: #ede1bf;
	font-size: 18px;
	padding: 8px 0;
	border-bottom: 1px dotted #CCC;
	text-indent: 10px;
}

.final-links-container {
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
}
.final-links-container-left {
	/*float: left;
	width: 55%;
	margin-right: 5%;*/
}
.final-links-container-right {
	float: left;
	width: 40%;
}
.final-links-container-left .button-container {
	width: 100%;
}
.button-final {
	display: block;
	float: none;
	margin: 0 auto;
}
.button-final img {
	width: 22px;
	vertical-align: middle;
}
.button-final-text {
	/*color: #FFF;
	font-size: 16px;
	font-weight: bold;*/
}
.button-final-text:hover {
	/*color: #CCC;*/
}
.final-links-container-right {
	margin: 12px auto 0;
	text-align: center;
}
.final-links-container-right a {
	color: #9d181d;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.final-links-container a:hover {
	/*color: #c51e26;*/
}
#final-title5 {
	margin: 40px auto 20px;
	text-align: center;
	width: 94%;
}
.button-tour {
	display: block;
}
@media screen and (max-height: 800px) {
	#container-elements4 {
		width: 980px;
	}
	.button-final-text {
		font-size: 14px;
	}
	.final-links-container-right a {
		font-size: 24px;
		letter-spacing: unset;
	}
	@media screen and (max-height: 700px) {
		#container-elements4 {
			margin: 2dvh auto 0;
			height: 95dvh;
		}
		.final-title {
			margin: 10px auto 0px;
			font-size: 18px;
		}
		.final-mix-container {
			margin: 5px auto;
		}
		.final-songs-container {
			margin: 5px auto;
		}
		#final-title5 {
			margin: 20px auto 10px;
		}
	}
}

/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #f2e5cb;
}
.footer-desktop {
	/*position: absolute;*/
	width: 100%;
	/*bottom: 1.7dvh;
	left: 0;*/
	padding-bottom: 15px;
	text-align: center;
	color: #f2e5cb;
	z-index: 30;
}
.footer-desktop a, .footer-mobile a {
	color:#f2e5cb;
}
.footer-desktop a:hover, .footer-mobile a:hover {
	text-decoration: underline;
}
.footer-in {
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	padding-bottom: 0px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.footer-final {
	display: none;
}
.footer-intro {
	position: absolute;
	bottom: 1.7dvh;
	left: 0;
}
@media screen and (max-width: 800px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		position: relative;
	}
	p {
		margin-top: 6px;
	}
	.load {
		top: 48dvh;
	}
	.video-container {
		position: absolute;
	}
	.social-networks {
		top: 8px;
		z-index: 30;
		left: unset;
		right: 6px;
		bottom: unset;
	}
	#screen0 {
		background-size: cover;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.0);
		background-blend-mode: color;
		animation-duration: 4s;
		animation-fill-mode: forwards;
	}
	@keyframes darken {
		from {background-color: rgba(0, 0, 0, 0.0);}
		to {background-color: rgba(0, 0, 0, 0.4);}
	}
	.intro-content-container {
		width: 98%;
		margin:0 auto;
		height: 94dvh;
	}
	.logo0 {
		width: 84%;
		margin: 0 auto;
	}
	#text0 {
		width: 90%;
		margin: 10px auto;
		font-size: 16px;
	}
	.intro-main-image {
		width: 140%;
		top: 0dvh;
		left: -30%;
	}
	.button-container {
		width: 240px;
	}
	.button {
		width: 240px;
	}
	#button-container0 {
		margin: 20px auto;
		width: 98%;
	}
	@media screen and (max-height: 670px) {
		#button-container0 {
			
		}
	}
	#button0 {
		float: none;
		width: 240px;
		margin: 0 auto;
		display: block !important;
	}
	#button0b {
		float: none;
		width: 240px;
		margin: 20px auto;
		display: block !important;
	}
	.disclaimer {
		float: none;
	}
	.prizes-window {
		width: 90%;
		left: 5%;
		height: 80vh;
	}
	.prizes-subtitle {
		font-size: 18px;
	}
	.prizes-images {
		padding: 20px 0 0;
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.prize-image {
		float: none;
		width: 100%;
	}
	.prize-position {
		padding: 15px 0 0;
		font-size: 18px
	}
	.prize-text {
		font-size: 14px;
	}
	
	.video-container video {
		height: 100dvh;
		min-height: unset;
	}
	.container-elements {
		width: 100%;
		padding: 3px 0;
	}
	
	#screen2 {
		height: auto;
		min-height: 100dvh;
	}
	#container-elements2 {
		padding-top: 20px;
		min-height: calc(100dvh - 40px);
	}
	.final-column {
		float: none;
		width: 100%;
		margin: 20px auto;
	}
	.final-title {
		width: 94%;
		font-size: 24px;
	}
	#final-title1 img {
		
	}
	#final-title1 {
		width: 70%;
		margin: 0 auto;
	}
	.final-cover {
		width: 50%;
		margin: 0 auto;
	}
	.column-left {
		margin-top: 0;
	}
	.column-right {
		margin-top: 15px;
	}
	.final-mix-style {
		font-size: 22px;
	}
	.style-small {
		font-weight: normal;
	}
	.final-songs-container ul {
		width: 94%;
		margin: 5px auto;
	}
	.final-songs-container ul li {
		font-size: 16px;
		padding: 3px 0;
		text-indent: 6px;
	}
	.final-songs-container {
		height: 22dvh;
		width: 96%;
	}
	.final-mix-container {
		width: 96%;
		height: unset;
	}
	.final-mix-container img {
		width: 100%;
		height: auto;
	}
	.share-button-container {
		margin: 20px auto;
	}
	.footer-mobile {
		width: 100%;
		text-align: center;
		font-size: 14px;
		z-index: 30;
		display: block;
	}
	.footer-desktop {
		display: none;
	}
	.copyright {
		bottom: 1.4dvh;
		font-size: 12px;
	}
	.footer-final {
		display: none;
	}
	@media screen and (min-height: 840px) {
		
		@media screen and (min-height: 900px) {
			
		}
	}
	@media screen and (max-height: 670px) {
		
	}
	#sort_playlist_container {
		margin: 0px auto 10px;
		width: unset;
		padding: 5px;
		border-radius: 8px;
	}
	#sort_playlist_container ol {
		/*height: 68dvh;
		overflow: auto;
		display: block;*/
		height: 550px;
	}
	#sort_playlist_container li {
		font-size: 14px;
		width: 100%;
	}
	.ui-state-default {
		margin: 0;
	}
	#sort_playlist_container li::before {
		text-shadow: 0 0 10px rgba(0,255,255,0.95);
		margin-right: 8px;
		margin-left: 0px;
		width: 21px;
		height: unset;
	}
	.title-list {
		padding-bottom: 3px;
	}
	.disclaimer {
		font-size: 12px;
		margin-top: -6px;
	}
	
	@media (max-width: 511px) {
		.demo-columns > div:first-child {
			/*margin-bottom: -25vw;*/
			margin-bottom: 20px;
		}
		#screen4 {
			
		}
		@media (max-width: 398px) {
			#text2 {
				margin-top: 20px;
				margin-bottom: -10px;
				position: relative;
				z-index: 20;
			}
			#button2 {
				margin-top: -6px;
			}
			#text3 {
				margin-bottom: 3px;
				margin-top: 15px;
			}
			#sort_playlist_container {
				margin: 0px auto 5px;
			}
			@media (max-width: 360px) {
				.rotate-icon {
					top: calc(50% - 25.5dvh);
				}
				#text1 {
				margin-bottom: 3px;
				}
				.hyper3dcontainer {
					width: 65%
				}
				@media (max-width: 340px) {
					
					.image-intro-left {
						display: none;
					}
					.image-intro-right {
						display: none;
					}
					.logo0 {
						width: 140px;
					}
					.pretitle1 {
						margin-top: 0;
					}
					#video-beach {
						bottom: 26dvh;
						position: absolute;
					}
					#text1 {
						line-height: 1.2em;
						font-size: 13px;
						margin-bottom: 2px;
					}
					#playlist_name_form input {
						font-size: 14px;
					}
					.demo-columns {
						min-height: unset;
					}
					.hyper3dcontainer {
						width: 63%
					}
					.imagebuttons-container-right-content {
						margin-top: 0;
					}
					#title1-right {
						font-size: 13px;
					}
					#button1 {
						padding: 36px 0 0 0;
						font-size: 14px;
					}
					#text2 {
						font-size: 14px;
					}
				}
			}
		}
	}
}
@media (max-height: 670px) and (min-width: 800px) {
	/*Desktop low hieght*/
}
@media (max-height: 780px) and (max-width: 800px) {
	/*mobile low height*/
	
	@media (max-height: 670px) and (max-width: 800px) {
		/*#container-frame {
			min-height: 100dvh;
			padding-bottom: 0px;
			overflow-y: auto;
			overflow-x: hidden;
			position: relative;
			height: auto;
		}
		#container2 {
			height: auto;
			position: relative;
			min-height: 100dvh;
			overflow-y: auto;
			overflow-x: hidden;
		}
		#screen0 {
			padding-bottom: 10dvh;
		}
		#screen1 {
			padding: 12dvh 0;
			height: auto;
		}
		#screen2 {
			padding: 10dvh 0 0;
		}
		#screen3 {
			min-height: 100dvh;
			height: auto;
			overflow: auto;
			padding-bottom: 12dvh;
			padding-top: 12dvh;
		}
		.flexbox-new {
			display: block;
			min-height: 100dvh;
			height: auto;
			overflow: auto;
		}
		#container-elements3 {
			overflow: auto;
		}
		.footer-mobile {
			padding-top: 1.7dvh;
		}*/
	}
}

