@charset "UTF-8";

*:not(input):not(textarea) {
	user-select: none;
	-webkit-user-select: none;
	/* disable selection/Copy of web content */
	-webkit-touch-callout: none;
	/* disable the IOS popup when long-press on a link */
}

input {
	-webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}




.bodyBkgnd {
	margin: 0;
	border: 0;
}

.pageArea {
	width: max-content;
	display: block;
	margin: 0px auto;
	box-sizing: border-box;
	border: 0px;
	margin-top: 20px;
}

@media only screen and (max-width: 660px) {
	.pageArea {
		width:100%;
		display: block;
		margin: 0px auto;
		box-sizing: border-box;
		border: 0px;
		margin-top: 20px;
	}
}

.avernirReg{
	font-family: avenir-next-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.avenirDemi {
	font-family: avenir-next-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.franklinBook {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.franklinMed {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.kanedaBold {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.kanedaBoldItalic {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 700;
	font-style: italic;
}

.kanedaReg {
	font-family: kaneda-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}




.builderArea {
	display: block;
	width: 720px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(80, 5, 170, .5);
}


@media only screen and (max-width: 660px) {
.builderArea {
	display: block;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 12px;
	border-width: 1px;
	border-color: rgba(80, 5, 170, .5);
}
}



.twoCols {
	width: 100%;
	display: flex;
	//flex-direction: column;
	align-items: top;
	justify-content: space-between;
	box-sizing: border-box;
}


@media only screen and (max-width: 660px) {
	.twoCols {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: top;
		justify-content: space-between;
		box-sizing: border-box;
	}
}



.playerAreaLeft {
	width: 330px;
	display: block;
	flex-shrink: 0;
	position: relative;
}

@media only screen and (max-width: 660px) {
.playerAreaLeft {
	width: 100%;
	display: block;
	flex-shrink: 0;
	position: relative;
}
}




.playerAreaRight {
	width: 330px;
	display: block;
	flex-shrink: 0;
	position: relative;
}



@media only screen and (max-width: 660px) {
	.playerAreaRight {
		width: 100%;
		display: block;
		flex-shrink: 0;
		position: relative;
	}
}



.songInputField {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	padding: 0px 10px;
	display: block;
	background-color: rgba(80, 5, 170, 0.1);
	border-radius: 5px;
	outline: none;
	border: none;
	box-shadow: none;
}

.clearTrack {
	width: 34px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(close.svg);
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
}

.clearTrackPassive {
	width: 34px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(close.svg);
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.33
}

.bTrackListBox {
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 15px;
	color: rgba(80, 5, 170, 1.00);
	background-color: rgba(236,230,246, 1);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(40, 40, 40, 1);
}


.bTrackSleeve {
	width: 64px;
	height: 64px;
	background-color: rgba(128, 128, 128, 1);
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .33);
	background-size: contain;
}

.bTrackTitle{
	width: calc(100% - 74px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 13px;
	left: 74px;
	height: 25px;
}

.bTrackArtist {
	width: calc(100% - 74px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 34px;
	left: 74px;
}


.divider15 {
	width: 100%;
	height: 1px;
	background-color: rgba(80, 5, 170, 1);
	margin-top: 15px;
	margin-bottom: 15px;
}


.harleyPromo {
	width: 100%;
	height: 77px;
	background-image: url("harley.svg");
	background-size: 100px 77px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
}


.personInputField {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	padding: 0px 10px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	outline: none;
	border: none;
	box-shadow: none;
	margin-top: 5px;
}

.tick_off {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(tick_off.svg);
	flex-shrink: 0;
}

.tick_on {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(tick_on.svg);
	flex-shrink: 0;
}



.audioMeterBlock {
	display: block;
	width: 200px;
	height: 30px;
	margin: 0px auto;
	background-color: rgba(0,0,0,.1);
	position: relative;
}
.audioMeter {
	  position: absolute;
	  left: 0;
	  top: 0;
	  height: 100%;
	  background-color: rgb(0, 142, 39);
}

.aud_mic {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(aud_mic.svg);
}

.aud_record {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(aud_record.svg);
}

.aud_stop {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(aud_stop.svg);
}


.submitBtn {
	font-family: avenir-next-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: max-content;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	background-color: rgba(80, 5, 170, 1);
	color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 16px;
	margin: 0px auto;
	display: block;
}

.submitBtn:hover {
	background-color: rgba(165, 5, 170, 1);
}

.submitBtn:active {
	background-color: rgba(80, 5, 170, 1);
}

.submitBtnOff {
	font-family: avenir-next-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: max-content;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
	background-color: rgba(80, 5, 170, 1);
	color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 16px;
	margin: 0px auto;
	display: block;
	opacity: 0.25;
}


.poweredBySpotify {
	display: block;
	aspect-ratio: 800 / 220;
	width: 100px;
	background-image: url(powered_by_spotify.svg);
	background-size: contain;
	background-repeat: no-repeat;
}


/*


.trackBlock {
	width: 100%;
	height: 64px;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	position: relative;
}



.track1 {
	background-image: url(cover-artworks/track1.jpg);
	background-size: contain;
}

.track2 {
	background-image: url(cover-artworks/track2.jpg);
	background-size: contain;
}

.track3 {
	background-image: url(cover-artworks/track3.jpg);
	background-size: contain;
}

.track4 {
	background-image: url(cover-artworks/track4.jpg);
	background-size: contain;
}

.track5 {
	background-image: url(cover-artworks/track5.jpg);
	background-size: contain;
}

.trackType {
	width: calc(100% - 74px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: -1px;
	left: 74px;
}

.trackGradient {
	background: -webkit-linear-gradient(0deg, rgba(80,5,170, 1), rgba(188, 0, 179, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(80, 5, 170, 1);
}

.trackTitle{
	width: calc(100% - 74px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 27px;
	left: 74px;
	height: 25px;
}

.trackArtist {
	width: calc(100% - 74px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: 47px;
	left: 74px;
}

.trackDivider {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.20);
	margin: 10px 0px;
	display: block;
}


.vlistDivider {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.20);
	margin: 10px 0px;
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

@media only screen and (max-width: 660px) {
	.vlistDivider {
		width: 100%;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.20);
		margin: 10px 0px;
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
}


.controllerBox {
	width: 100%;
	height: 74px;
	display: block;
	position: relative;
	border-radius: 8px;
	background-color: rgba(0,0,0,0.10);
}

@media only screen and (max-width: 660px) {
	.controllerBox {
		width: 100%;
		height: 90px;
		display: block;
		position: relative;
		border-radius: 8px;
		background-color: rgba(0,0,0,0.10);
	}
}

.progDrag {
	display: block;
	position: absolute;
	z-index: 20;
	height: 28px;
	top: 2px;
	left: 0px;
	right: 0px;
	cursor: pointer;
}

@media only screen and (max-width: 660px) {
	.progDrag {
		display: block;
		position: absolute;
		z-index: 20;
		height: 26px;
		top: 8px;
		left: 0px;
		right: 0px;
	}
}

.controllerBar {
	height: 4px;
	background-color: rgba(0,0,0,0.10);
	border-radius: 2px;
	position: absolute;
	top: 14px;
	left: 10px;
	right: 10px
}

@media only screen and (max-width: 660px) {
	.controllerBar {
		height: 6px;
		background-color: rgba(0,0,0,0.10);
		border-radius: 2px;
		position: absolute;
		top: 18px;
		left: 10px;
		right: 10px
	}
}

.controllerBarPlayed {
	height: 4px;
	background-color: rgba(80, 5, 170, 1);
	border-radius: 2px;
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 5;
}

@media only screen and (max-width: 660px) {
	.controllerBarPlayed {
		height: 6px;
		background-color: rgba(80, 5, 170, 1);
		border-radius: 2px;
		position: absolute;
		top: 18px;
		left: 10px;
		z-index: 5;
	}
}

.controllerThumb {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	background-image: url(thumb.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 10;
}

@media only screen and (max-width: 660px) {
	.controllerThumb {
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		top: 5px;
		left: 4px;
		background-image: url(thumb-mobile.svg);
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 10;
	}
}

.controllerTimeNow {
	width: 45px;
	height: 15px;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	left: 10px;
	top: 27px;
	color: rgba(80, 5, 170, 1);
}

@media only screen and (max-width: 660px) {
	.controllerTimeNow {
		width: 45px;
		height: 15px;
		display: block;
		text-align: left;
		font-size: 14px;
		line-height: 14px;
		position: absolute;
		left: 10px;
		top: 35px;
		color: rgba(80, 5, 170, 1);
	}
}

.controllerTimeMax {
	width: 45px;
	height: 15px;
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	right: 10px;
	top: 27px;
	color: rgba(80, 5, 170, 1);
}

@media only screen and (max-width: 660px) {
	.controllerTimeMax {
		width: 45px;
		height: 15px;
		display: block;
		text-align: right;
		font-size: 14px;
		line-height: 14px;
		position: absolute;
		right: 10px;
		top: 35px;
		color: rgba(80, 5, 170, 1);
	}
}

.controllerButtonArea {
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 32px;
}

@media only screen and (max-width: 660px) {
	.controllerButtonArea {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		position: absolute;
		left: 0px;
		top: 40px;
	}
}


.controllerButtonCluster {
	width: 150px;
	display: block;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 660px) {
	.controllerButtonCluster {
		width: 200px;
		display: block;
		display: flex;
		justify-content: space-between;
	}
}

.controllerPrev {
	width: 32px;
	height: 32px;
	background-image: url(skip-back.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.controllerPrev:active {
	opacity: 0.5;
}

@media only screen and (max-width: 660px) {
	.controllerPrev {
		width: 40px;
		height: 40px;
		background-image: url(skip-back.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
	}
}

.controllerPrevDisabled {
	width: 32px;
	height: 32px;
	background-image: url(skip-back.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	opacity: 0.33;
}

@media only screen and (max-width: 660px) {
	.controllerPrevDisabled {
		width: 40px;
		height: 40px;
		background-image: url(skip-back.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		opacity: 0.33;
	}
}

.controllerNext {
	width: 32px;
	height: 32px;
	background-image: url(skip-fwd.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.controllerNext:active {
	opacity: 0.5;
}

@media only screen and (max-width: 660px) {
	.controllerNext {
		width: 40px;
		height: 40px;
		background-image: url(skip-fwd.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
	}
}

.controllerNextDisabled {
	width: 32px;
	height: 32px;
	background-image: url(skip-fwd.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	opacity: 0.33;
}

@media only screen and (max-width: 660px) {
	.controllerNextDisabled {
		width: 40px;
		height: 40px;
		background-image: url(skip-fwd.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		opacity: 0.33;
	}
}

.controllerPlay{
	width: 32px;
	height: 32px;
	background-image: url(play.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.controllerPlay:active {
	opacity: 0.5;
}

@media only screen and (max-width: 660px) {
	.controllerPlay{
		width: 40px;
		height: 40px;
		background-image: url(play.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
	}
}

.controllerPause {
	width: 32px;
	height: 32px;
	background-image: url(pause.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.controllerPause:active {
	opacity: 0.5;
}

@media only screen and (max-width: 660px) {
	.controllerPause {
		width: 40px;
		height: 40px;
		background-image: url(pause.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
	}
}

.vlistSleeve {
	width: 300px;
	height: 300px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(cover-artworks/playlist-sleeve.jpg);
	background-size: contain;
	//box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	//border-radius: 8px
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .33);
}

@media only screen and (max-width: 660px) {
	.vlistSleeve {
	width: 300px;
	height: 300px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	margin: 0px auto;
	background-image: url(cover-artworks/playlist-sleeve.jpg);
	background-size: contain;
	//box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	//border-radius: 8px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .33);
}
}

.vlistTitle {
	width: 300px;
	height: 34px;
	position: absolute;
	top: 303px;
	left: 0px;
}

@media only screen and (max-width: 660px) {
	.vlistTitle {
		width: 100%;
		height: 34px;
		position: absolute;
		top: 303px;
		left: 0px;
		text-align: center;
	}
}

.vlistAuthor {
	width: 300px;
	height: 28px;
	position: absolute;
	top: 336px;
	left: 0px;
}

@media only screen and (max-width: 660px) {
	.vlistAuthor {
	width: 100%;
	height: 28px;
	position: absolute;
	top: 336px;
	left: 0px;
	text-align: center;
}
}

.vlistStandFirst {
	width: 300px;
	height: 84px;
	position: absolute;
	top: 370px;
	left: 0px
}

@media only screen and (max-width: 660px) {
	.vlistStandFirst {
		width: 100%;
		height: 84px;
		position: absolute;
		top: 370px;
		left: 0px;
		right: 0px;
		text-align: center;
		display: block;
		box-sizing: border-box;
		padding: 0px 10%;
	}
}



.vlistShareContain {
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 5px;
}

.vlistShareContain:active {
	opacity: 0.5;
}

@media only screen and (max-width: 660px) {
	.vlistShareContain {
		position: absolute;
		bottom: 31px;
		left: 0px;
		right: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
	}
}

.vlistShareButton {
	width: 32px;
	height: 32px;
	background-image: url(share.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.trackOverlay {
	display: block;
	position: absolute;
	background-color: rgba(80, 5, 170, 0);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.trackOverlay:active {
	background-color: rgba(80, 5, 170, 0.10);
}
*/







