@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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, 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, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 2px;
	/* animation: tableTransition 0.5s; */
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #1b1f22;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 16pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 10pt;
			}

		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Outfit", sans-serif;
		/* font-family: "Font Awesome 5 Freex", sans-serif; */
		/* font-family: "Big Shoulders Stencil Text", sans-serif;  */
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.65;
	}

	@media screen and (orientation: portrait) {

		p {
			font-size: clamp(12px, 5vh, 15px);
		}
	}

	@media screen and (orientation: landscape) {

		p {
			font-size: clamp(12px, 5vw, 20px);
		}
	}


	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: solid 1px rgba(66, 127, 236, 1);
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		/* color: #ffffff; */
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5rem 0;
	}

	

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.4;
		margin: 0 0 1rem 0;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: 100%;
			padding-bottom: -25.5rem;
			margin: 0 0 1rem 0;
			color: #427fed;
		}

@media screen and (orientation: portrait) {
		h1 {
			font-size: clamp(28px, 3vh, 52px);
			line-height: 1.3;
			letter-spacing: 0.5rem;
			margin: 0px;
		}

		h2 {
			font-size: clamp(16px, 5vh, 24px);
			line-height: 1.4;
			letter-spacing: 0.5rem;
		}

		h3 {
			font-size: clamp(15px, 5vh, 32px);
			font-weight: 600;
			line-height: 1.4;
			letter-spacing: 0.5rem;
		}

		h4 {
			font-size: clamp(8px, 3vh, 10px);
			font-weight: 400;
		}

		h5 {
			font-size: clamp(10px, 5vh, 18px);
			color: #dbd9d9;
		}

		h6 {
			font-size: clamp(9px, 5vh, 14px);
			font-weight: 400;
			margin: 0.2vh;
		}

		
	}

	@media screen and (orientation: landscape) {
		h1 {
			font-size: clamp(28px, 4vw, 52px);
			line-height: 1.3;
			letter-spacing: 0.5rem;
			margin: 0px;
		}

		h2 {
			font-size: clamp(20px, 5vw, 28px);
			font-weight: 600;
			line-height: 1.4;
			letter-spacing: 0.5rem;
		}

		h3 {
			font-size: clamp(15px, 5vw, 32px);
			font-weight: 600;
			line-height: 1.4;
			letter-spacing: 0.5rem;
		}

		h4 {
			font-size: clamp(11px, 2vw, 28px);
			font-weight: 400;
		}

		h5 {
			font-size: clamp(10px, 5vw, 25px);
			color: #dbd9d9;
		}

		h6 {
			font-size: clamp(10px, 5vw, 20px);
			margin-bottom: 0;
			font-weight: 400;
		}

		

		.button__icon {
			margin-left: -25vh;
			color: #427fed;
		}
		
	}

	
	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px #ffffff;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #eeeeee61;
		margin-top: 45px;
		margin-bottom: 45px;
		/* margin-left: 75px;
		margin-right: 75px; */
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Form */

	
	  

	/* input[type="text"], */
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #ffffff;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		/* input[type="text"]:invalid, */
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		/* input[type="text"]:focus, */
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ffffff' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1b1f22;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	/* input[type="text"], */
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			color: #ffffff;
			cursor: pointer;
			display: inline-block;
			font-size: 0.8rem;
			font-weight: 300;
			margin: 0 0 0.5rem 0;
			padding-left: 2.65rem;
			padding-right: 0.75rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				-ms-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
				border-radius: 4px;
				border: solid 1px #ffffff;
				content: '';
				display: inline-block;
				height: 1.65rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: -0.15rem;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff !important;
			border-color: #ffffff !important;
			color: #1b1f22;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px #ffffff;
		margin-bottom: 2rem;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:before {
			pointer-events: none;
			background-image: url("../images/overlay.png");
			background-color: rgba(19, 21, 25, 0.5);
			border-radius: 4px;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.5;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 2.5rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}
			
		@media screen and (max-width: 736px) {

			.image.main {
				margin: 2rem 0;
			}

		}

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

			.image.main {
				margin: 1.5rem 0;
			}

		}

	img .emtTable {
		display: block;
		width: 100%;
	}	

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
			
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ffffff;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li a {
				border-radius: 100%;
				box-shadow: inset 0 0 0 1px #ffffff;
				display: inline-block;
				height: 2.25rem;
				line-height: 2.25rem;
				text-align: center;
				width: 2.25rem;
			}

				ul.icons li a:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				ul.icons li a:active {
					background-color: rgba(255, 255, 255, 0.175);
				}

/* Table Main*/

@media screen and (orientation: portrait) {
	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table.mainTable {
		margin: 1rem 1rem 1rem 0rem;
		width: 100%;
	}

		table.mainTable tbody tr {
			/* border: solid 1px #ffffff; */
			border-left: 0;
			border-right: 0;
			line-height: 10vh;
			background-color: rgba(255, 255, 255, 0.00); 
		}
		
			table.mainTable tbody tr.dashed{
				border-bottom: 1px dotted;
			}

			table.mainTable tbody tr:first-child {
				background-color: rgba(255, 255, 255, 0.00);
				line-height: 10vh;
			}

		

		table.mainTable td {
			/* padding: 0.75em 0.75em; */
			text-align: center; 
			vertical-align: middle;
			font-size: clamp(12px, 2.0vw, 22px);
		}
		
		table.mainTable td img{
			width: 90%;
			height: auto;
			vertical-align: middle;
		}

	
		table.mainTable th {
			color: #ffffff;
			font-size: 1em;
			font-weight: 600;
			padding: 0.75em 0.75em 0.75em;
			text-align: middle;
		}

		table.mainTable h4 {
			margin: 0 0 0.7vh;
			font-weight: 400;
			text-transform: initial;
		}

		table.mainTable h4 span {
			display: block;
			font-size: 0.8em;
			color: #427fed;
			opacity: 1;
			font-weight: bold;
			padding-top: 3px;
			}

		table.mainTable thead {
			border-bottom: solid 2px #ffffff;
		}

		table.mainTable tfoot {
			border-top: solid 2px #ffffff;
		}

		table.mainTable.alt {
			border-collapse: separate;
		}

			table.mainTable.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.mainTable.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

				table.mainTable.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.mainTable.alt thead {
				border-bottom: 0;
			}

			table.mainTable.alt tfoot {
				border-top: 0;
			}

	.voting {
		background-image: url(../../web/images/notvoted.png);
		bottom: -1vh;
		left: 0vh;
		width: 75%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
	}

	.voted {
		background-image: url(../../web/images/voted.png);
		bottom: -1vh;
		left: 0vh;
		width: 75%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		color: #000000;
	}

	.selected {
		background-image: url(../../web/images/selected.png);
		bottom: -1vh;
		left: 0vh;
		width: 75%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		color: #FFFFFF;
	}

	.albumTable{
		font-size: clamp(8px, 2.0vw, 9px);
		text-transform: initial;

	}

	.spotifyLogoFront{
		width: 12vh; 
		margin-bottom: 1vh;

	}
}

@media screen and (orientation: landscape) {
	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table.mainTable {
		margin: 1rem 1rem 1rem 0rem;
		width: 100%;
	}

		table.mainTable tbody tr {
			/* border: solid 1px #ffffff; */
			border-left: 0;
			border-right: 0;
			line-height: 13vw;
			background-color: rgba(255, 255, 255, 0.00); 
		}
		
			table.mainTable tbody tr.dashed{
				border-bottom: 1px dotted;
			}

			table.mainTable tbody tr:first-child {
				background-color: rgba(255, 255, 255, 0.00);
				line-height: 13vw;
			}

		

		table.mainTable td {
			/* padding: 0.75em 0.75em; */
			text-align: center; 
			vertical-align: middle;
			font-size: clamp(12px, 4.0vw, 22px);
		}
		
		table.mainTable td img{
			width: 80%;
			height: auto;
			vertical-align: middle;
		}

	
		table.mainTable th {
			color: #ffffff;
			font-size: 1em;
			font-weight: 600;
			padding: 0.75em 0.75em 0.75em;
			text-align: middle;
		}

		table.mainTable h4 {
			margin: 0 0 1vw;
			font-weight: 400;
			text-transform: initial;
			}

		table.mainTable h4 span {
			display: block;
			font-size: 0.8em;
			color: #427fed;
			opacity: 1;
			font-weight: bold;
			padding-top: 3px;
			}

		table.mainTable thead {
			border-bottom: solid 2px #ffffff;
		}

		table.mainTable tfoot {
			border-top: solid 2px #ffffff;
		}

		table.mainTable.alt {
			border-collapse: separate;
		}

			table.mainTable.alt tbody tr td {
				border: solid 1px #ffffff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.mainTable.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

				table.mainTable.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.mainTable.alt thead {
				border-bottom: 0;
			}

			table.mainTable.alt tfoot {
				border-top: 0;
			}

	.voting {
		background-image: url(../../web/images/notvoted.png);
		bottom: -1vh;
		left: 0vh;
		width: 70%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
	}

	.voted {
		background-image: url(../../web/images/voted.png);
		bottom: -1vh;
		left: 0vh;
		width: 80%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		color: #000000;
	}

	.selected {
		background-image: url(../../web/images/selected.png);
		bottom: -1vh;
		left: 0vh;
		width: 80%;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		color: #FFFFFF;
	}

	.albumTable{
		font-size: clamp(8px, 4.0vw, 11px);

	}

	
}


/*  Cards */
	
	
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
	@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
	.cards {
		font-family: 'Open Sans', Arial, sans-serif;
		position: relative;
		overflow: hidden;
		margin: 10px;
		width: 100%;
		max-height: 10vh;
		height: 111px;
		color: #ffffff;
		text-align: left;
		line-height: 1.4em;
		
		background-color: #001f5630;
		border-radius: 3%;
		animation: slidein 1.5s forwards;
	}

	@keyframes slidein {
		from {
		  height: 0px;
		  transform: scale(0);
		  opacity: 0;
		}
		to {
		  height:var(--h); 
		  transform: scale(1);
		  opacity: 1;
		}
	  } 
	
	 .cards * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;

	
	}
	.cards .background {
	width: 100%;
	height: 100%;
	vertical-align: top;
	opacity: 0.2;
	-webkit-filter: grayscale(80%) blur(20px);
	filter: grayscale(680%) blur(20px);
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	}
	.cards figcaption {
	width: 100%;
	padding: 0.5vw 1vw;
	position: absolute;
	left: 0;
	top: 40%;
	bottom: 5%;
	}
	.cards .profile {
	border-radius: 50%;
	position: absolute;
	left: 3%;
	height: 100%;
	max-width: 30%;
	opacity: 1;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	}
	.cards h4 {
	position: absolute;
	font-weight: 400;
	height: 80%;
	left: 9vh;
	top: 20%;
	font-size: 1.3vmax;
	padding-right: 5vh;

	}
	.cards h4 span {
	display: block;
	font-size: 0.8em;
	color: #427fed;
	opacity: 1;
	font-weight: bold;
	padding-top: 6px;
	}
	.cards i {
	padding: 10px 5px;
	display: inline-block;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	opacity: 0.65;
	}
	.cards a {
	text-decoration: none;
	}
	.cards i:hover {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	}
	.cards:hover .background,
	.cards.hover .background {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	}



	.top3list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
	}

	.card {
	margin: 1rem;
	box-shadow: 0 2px 7px 3px #FFFFFF;
	}

	.card .card-image-link {
	padding: 1rem;
	text-align: center;
	}

	.card img {
	max-width: 60%;
	height: 60%;
	vertical-align: middle;
	}


/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		/* box-shadow: inset 0 0 0 1px #ffffff; */
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8rem;
		font-weight: 300;
		height: 2.75rem;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.175);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 2.0625rem;
			line-height: 2.0625rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #1b1f22 !important;
			font-weight: 600;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button {
		line-height: calc(2.75rem - 2px);
	}

	button.card {
		
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.3rem;
		font-weight: 300;
		height: 40%;
		letter-spacing: 0.2rem;
		line-height: 2.75rem;
		outline: 0;
		padding: 0 1.25rem 0 1.35rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		
	}

	.buttonCard {
		position: absolute;
		background-color: rgb(25 29 32);
		color: white;
		height: 4vh;
		width: 1.5vh;
		top: -3px;
		right: -3px;
		font-size: 2vmax;
		font-weight: bold;
		padding-left: 1.3vh;
		z-index: 2;
	}

	.buttonCard:hover {
		
		background-color: rgb(120, 146, 163) !important;
		
		
	}

/* BG */

	#bg {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-backface-visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
	}

		#bg:before, #bg:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		#bg:before {
			-moz-transition: background-color 2.5s ease-in-out;
			-webkit-transition: background-color 2.5s ease-in-out;
			-ms-transition: background-color 2.5s ease-in-out;
			transition: background-color 2.5s ease-in-out;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../images/overlay.png");
			background-size: auto,
 256px 256px;
			background-position: center,
 center;
			background-repeat: no-repeat,
 repeat;
			z-index: 2;
		}

		#bg:after {
			-moz-transform: scale(1.125);
			-webkit-transform: scale(1.125);
			-ms-transform: scale(1.125);
			transform: scale(1.125);
			-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
			-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
			-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
			transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
			background-image: url("../images/bg3.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			z-index: 1;
		}

		body.is-article-visible #bg:after {
			-moz-transform: scale(1.0825);
			-webkit-transform: scale(1.0825);
			-ms-transform: scale(1.0825);
			transform: scale(1.0825);
			-moz-filter: blur(0.2rem);
			-webkit-filter: blur(0.2rem);
			-ms-filter: blur(0.2rem);
			filter: blur(0.2rem);
		}

		body.is-preload #bg:before {
			background-color: #000000;
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		min-height: 70vh;
		width: 100%;
		padding: 4rem 2rem;
		z-index: 3;
	}

		#wrapper:before {
			content: '';
			display: block;
		}

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

			#wrapper {
				padding: 3rem 10rem;
			}

		}

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

			#wrapper {
				padding: 2rem 1rem;	
			}

		}

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

			#wrapper {
				padding: 1rem;
			}

		}

	#wrapperBarView {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		/* min-height: 100vh; */
		width: 100%;
		padding: 4rem 2rem;
		z-index: 3;
	}

		#wrapperBarView:before {
			content: '';
			display: block;
		}

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

			#wrapperBarView {
				padding: 1rem 1rem;
			}

		}

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

			#wrapperBarView {
				padding: 2rem 1rem;
			}

		}

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

			#wrapperBarView {
				padding: 1rem;
			}

		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
		width: 100%;
		text-align: center;
	}

		#header > * {
			-moz-transition: opacity 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out;
			position: relative;
			margin-top: 3.5rem;
		}

			#header > *:before {
				content: '';
				display: block;
				position: absolute;
				top: calc(-3.5rem - 1px);
				left: calc(50% - -2px);
				width: 1px;
				height: calc(3.5rem + 1px);
				background: #ffffff;
			}

		#header > :first-child {
			margin-top: 0;
		}

			#header > :first-child:before {
				display: none;
			}

		#header .logo {
			width: 5.5rem;
			height: 5.5rem;
			line-height: 5.5rem;
			border: solid 1px #ffffff;
			border-radius: 100%;
					
		}
		
			#header .logo .img		{
				width: 100%; /* or any custom size */
				height: 100%; 
				object-fit: contain;
			}

			#header .logo .icon:before {
				font-size: 2rem;
			}

		#header .content {
			border-style: solid;
			border-color: #ffffff;
			border-top-width: 1px;
			border-bottom-width: 1px;
			max-width: 100%;
			width: 100%;
		}

			#header .content .inner {
				-moz-transition: max-height 1s ease, padding 1s ease, opacity 0.525s ease-in-out;
				-webkit-transition: max-height 1s ease, padding 1s ease, opacity 0.525s ease-in-out;
				-ms-transition: max-height 1s ease, padding 1s ease, opacity 0.525s ease-in-out;
				transition: max-height 1s ease, padding 1s ease, opacity 0.525s ease-in-out;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				padding: 1rem 1rem;
				/* max-height: 100%; */
				max-height: 1000vh;
				overflow: hidden;
			}

				#header .content .inner > :last-child {
					margin-bottom: 0;
				}

	@media screen and (orientation: landscape) {			
		#header .content p {
			letter-spacing: 0.1rem;
			font-size: clamp(12px, 5vw, 20px);
			margin-bottom: 1vh;
			margin-top: 3vh;
		}
	}

	@media screen and (orientation: portrait) {			
		#header .content p {
			letter-spacing: 0.1rem;
			font-size: clamp(12px, 5vh, 14px);
			margin-bottom: 1vh;
			margin-top: 3vh;
		}
	}

		#header nav ul {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
			border: solid 1px #ffffff;
			border-radius: 4px;
		}

			#header nav ul li {
				padding-left: 0;
				border-left: solid 1px #ffffff;
			}

				#header nav ul li:first-child {
					border-left: 0;
				}

				#header nav ul li a {
					display: block;
					min-width: 130px;
					height: 2.75rem;
					line-height: 2.75rem;
					padding: 0 1.25rem 0 1.45rem;
					text-transform: uppercase;
					letter-spacing: 0.2rem;
					font-size: 0.8rem;
					border-bottom: 0;
				}

					#header nav ul li a:hover {
						background-color: rgba(255, 255, 255, 0.075);
					}

					#header nav ul li a:active {
						background-color: rgba(255, 255, 255, 0.175);
					}

		#header nav.use-middle:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: calc(50% - 1px);
			width: 1px;
			height: 100%;
			background: #ffffff;
		}

		#header nav.use-middle ul li.is-middle {
			border-left: 0;
		}

		body.is-article-visible #header {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #header {
			-moz-filter: blur(0.125rem);
			-webkit-filter: blur(0.125rem);
			-ms-filter: blur(0.125rem);
			filter: blur(0.125rem);
		}

			body.is-preload #header > * {
				opacity: 0;
			}

			body.is-preload #header .content .inner {
				max-height: 0;
				padding-top: 0;
				padding-bottom: 0;
				opacity: 0;
			}

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

			#header .content p br {
				/* display: none; */
			}

		}

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

			#header > * {
				margin-top: 2rem;
			}

				#header > *:before {
					top: calc(-2rem - 1px);
					height: calc(2rem + 1px);
				}

			#header .logo {
				width: 4.75rem;
				height: 4.75rem;
				line-height: 4.75rem;
			}

				#header .logo .icon:before {
					font-size: 1.75rem;
				}

			#header .content .inner {
				padding: 1.5rem 0rem;
			}

			#header .content p {
				line-height: 1.875;
			}

		}

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

			#header {
				padding-top: 1rem;
				padding-bottom: 1rem;
			}

				#header .content .inner {
					/* padding: 1.5rem 0; */
					
					padding-top: 1.5rem;
				}

				#header nav ul {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					min-width: 10rem;
					max-width: 100%;
				}

					#header nav ul li {
						border-left: 0;
						border-top: solid 1px #ffffff;
					}

						#header nav ul li:first-child {
							border-top: 0;
						}

						#header nav ul li a {
							height: 3rem;
							line-height: 3rem;
							min-width: 0;
							width: 100%;
						}

				#header nav.use-middle:after {
					display: none;
				}

		}

/* Main */

	#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		z-index: 3;
	}

		#main article {
			-moz-transform: translateY(0.25rem);
			-webkit-transform: translateY(0.25rem);
			-ms-transform: translateY(0.25rem);
			transform: translateY(0.25rem);
			-moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
			-webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
			-ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
			transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			padding: 1.5rem 1.5rem 1.5rem 1.5rem ;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: rgba(27, 31, 34, 0.85);
			border-radius: 4px;
			opacity: 0;
		}

			#main article.active {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
				z-index: 2;
				transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
			}

			@media screen and (orientation: landscape) {
				#main article .close {
					display: block;
					position: absolute;
					top: -3vw;
					right: -3vw;
					width: 4rem;
					height: 4rem;
					cursor: pointer;
					text-indent: 4rem;
					overflow: hidden;
					white-space: nowrap;
					z-index: 5;
				}
		 	 }
		  
			@media screen and (orientation: portrait) {
				#main article .close {
					display: block;
					position: absolute;
					top: -3vh;
					right: -3vh;
					width: 4rem;
					height: 4rem;
					cursor: pointer;
					text-indent: 4rem;
					overflow: hidden;
					white-space: nowrap;
					z-index: 5;
				}
			}
			

				#main article .close:before {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					content: '';
					display: block;
					position: absolute;
					top: 0.75rem;
					left: 0.75rem;
					width: 2.5rem;
					height: 2.5rem;
					border-radius: 100%;
					background-position: center;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
					background-size: 20px 20px;
					background-repeat: no-repeat;
				}

				#main article .close:hover:before {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#main article .close:active:before {
					background-color: rgba(255, 255, 255, 0.175);
				}

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

			#main article {
				padding-top: 3vh;
				padding-bottom: 3vh;
				padding-left: 2vh;
				padding-right: 2vh;
			}

				#main article .close:before {
					top: 0.875rem;
					left: 0.875rem;
					width: 2.25rem;
					height: 2.25rem;
					background-size: 14px 14px;
				}

		}

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

			#main article {
				padding: 1rem 1rem 0.5rem 1rem; ;
			}

		}

		

/* Footer */

	#footer {
		-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
		width: 100%;
		max-width: 100%;
		margin-top: 2rem;
		text-align: center;
	}

		#footer .copyright {
			letter-spacing: 0.2rem;
			font-size: 0.6rem;
			opacity: 0.75;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		body.is-article-visible #footer {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			-moz-filter: blur(0.1rem);
			-webkit-filter: blur(0.1rem);
			-ms-filter: blur(0.1rem);
			filter: blur(0.1rem);
			opacity: 0;
		}

		body.is-preload #footer {
			opacity: 0;
		}
		
		


/* Loader */
.loader {
	margin: 0 auto;
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 50;
  }
  .loader > div {
	height: 100%;
	width: 8px;
	display: inline-block;
	float: left;
	margin-left: 2px;
	-webkit-animation: delay 0.8s infinite ease-in-out;
	animation: delay 0.8s infinite ease-in-out;
	z-index: 50;
  }
  .loader .bar1 {
	background-color: #754fa0;
  }
  .loader .bar2 {
	background-color: #09b7bf;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
  }
  .loader .bar3 {
	background-color: #90d36b;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
  }
  .loader .bar4 {
	background-color: #f2d40d;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
  }
  .loader .bar5 {
	background-color: #fcb12b;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
  }
  .loader .bar6 {
	background-color: #ed1b72;
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
  }
  
  @-webkit-keyframes delay {
	0%, 40%, 100% {
	  -webkit-transform: scaleY(0.05);
	}
	20% {
	  -webkit-transform: scaleY(1);
	}
  }
  @keyframes delay {
	0%, 40%, 100% {
	  transform: scaleY(0.05);
	  -webkit-transform: scaleY(0.05);
	}
	20% {
	  transform: scaleY(1);
	  -webkit-transform: scaleY(1);
	}
  }
  
 
 /* Seach Input + Loading */
  
  input {
	background-color: transparent;
    color: white;
    height: 100%;
    width: 80%;
    font-size: clamp(12px, 5vh, 16px);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.15;
    padding-left: 0;
    padding-bottom: 5px;
    position: relative;
    z-index: 3;
    border-right: none;
    border-top: none;
    border-left: none;
	text-align: center;
    display: block;
    margin: 0 auto;
	padding-top: 1vh;

  }
  input:valid ~ label {
	top: 0;
	font: 700 18px Roboto;
	color: rgba(255, 255, 255, 0.5);
  }
  input:focus {
	outline: none;
  }
  input:focus ~ label {
	top: 0;
	font: 700 18px Roboto;
	color: #427fed;
  }
  input:focus ~ .bar:before {
	transform: translateX(0);
  }
  input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #333 inset;
	-webkit-text-fill-color: white !important;
  }
  
  .bar {
	background: rgba(255, 255, 255, 0.5);
	content: "";
	width: 550px;
	height: 3.6666666667px;
	transition: 0.3s ease;
	position: relative;
	border-radius: 4px;
  }
  .bar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 150%;
	background: #427fed;
	transform: translateX(-100%);
	border-radius: 4px;
  }
  
  ::selection {
	background: rgba(33, 150, 243, 0.3);
	border-radius: 4px;
  }


	.blurback {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0.7;
		filter: alpha(opacity = 50); 
		z-index: 10;}


/* snackbarInfo */

#snackbarInfo {
	position: absolute;
    visibility: hidden;
    background-color: #427fed;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    z-index: 13;
    left: 5%;
    right: 5%;
    top: 15px;
	font-size: clamp(12px, 5vw, 16px);
    font-weight: bold;
  }
  
  #snackbarInfo.show {
	display: block;
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 1.5s 5.5s;
	animation: fadein 1.5s fadeout 1.5s 5.5s; 
  }

  #snackbarInfo.showLong {
	display: block;
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 1.5s 10.5s;
	animation: fadein 1.5s fadeout 1.5s 10.5s; 
  }

  
  #snackbarDone {
	position: absolute;
    visibility: hidden;
    background-color: #1ed760;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    z-index: 13;
    left: 5%;
    right: 5%;
    top: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  
  #snackbarDone.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 1.5s 5.5s;
	animation: fadein 0.5s, fadeout 1.5s 5.5s;
  }

  

  #snackbarError {
	position: absolute;
    visibility: hidden;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
    z-index: 13;
    left: 5%;
    right: 5%;
    top: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  
  #snackbarError.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 1.5s 5.5s;
	animation: fadein 0.5s, fadeout 1.5s 5.5s;
  }
  
  @-webkit-keyframes fadein {
	from {top: 0; opacity: 0;} 
	to {top: 15px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {top: 0; opacity: 0;}
	to {top: 15px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {top: 15px; opacity: 1;} 
	to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {top: 15px; opacity: 1;}
	to {top: 0; opacity: 0;}
  }


  /* Divider */

  .wrapper
{
	/* padding-bottom: 20px; */
}

.divider
{
	position: relative;
	margin-top: 2vh;
    margin-bottom: 2vh;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 3px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.divider2
{
	position: RELATIVE;
    height: 1px;
    padding-bottom: 20px;
    width: 40%;
    margin: auto;
}

.div2-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 3px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.divider3
{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
}

.div3-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 3px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

/* LoginPage */

#inactive .loginIMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
    margin-bottom: 1vh;
    margin-top: 3vh;
	width: 18vh;
	
}

#inactiveMain .loginIMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
    margin-top: 50px;
	
    width: 100%;

}

#inactive .loginButton
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

#button_section .button
{
	margin-top: 2vh;
    width: 70%;
    margin-bottom: 2vh;
}



#active .Button
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

/* Search Screen */
h1.search {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -ms-max-content;
	width: 90%;
	padding-bottom: -25.5rem;
	padding-bottom: -25.5rem;
	margin: 0 0 1rem 0;
	color: #427fed;
}


/* Bar Overview Page */

.container {
	display: grid;
	grid-gap: 10px;  /* Simply adjust this value !*/
	grid-template-columns: repeat(2, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
	grid-auto-rows: 1fr;
  }
  
  .container>div {
	height: 100%;
  }

h1.barView {
	margin: 0 0 15px 0;

}


@media screen and (orientation: portrait) {

	.searchCard {
		position: relative;
		margin: auto;
		top: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: calc(95% / 2);
		padding: 5px;
		height: 25vh;
		background: rgb(23 26 30);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		overflow: hidden;
		border-radius: 7px;
		margin: 0.4vh;
		float:left;
	  }
	  
	  
	  .searchNav {
		position: absolute;
		right: -2px;
    	top: -4px;
		z-index: 2;
		background: #427fed;
		border: 1px solid #ffffff;
		height: 3vh;
		width: 3vh;
		text-align: center;
		font-size: 2vh;
		font-weight: bold;
		border-radius: 5px;
	  }
	  .searchNavbar {
		padding: 0px;
		margin: 0px;
	  }
	  .searchNavbar li {
		position: relative;
		font-size: 1.6vh;
		padding: 0px;
		font-weight: bold;
	  }
	
	  .searchHeader{
		position: absolute;
		font-size: clamp(9px, 2.5vh, 11px);
		bottom: 2.3vh;
		left: 0;
		right: 0;
		text-align: center;
		font-weight: bold;
		color: #427fed;
	  }
	  
	  .searchContent {
		position: absolute;
		font-size: clamp(9px, 2.5vh, 12px);
		text-align: center;
		top: 15.3vh;
		left: 0vh;
		right: 0;
		padding: 0.1vh;
		line-height: 2vh;
	
	  }
	
	  .searchYear {
		position: absolute;
		font-size: clamp(8px, 3vh, 9px);
		text-align: center;
		bottom: 0.5vh;
		left: 0;
		right: 0;
	
	  }
	
	  .searchDuration {
		position: absolute;
		font-size: 1.3vh;
		bottom: 1.2vh;
		line-height: 20px;
		left: 17vh;
		margin-top: 1vh;
	
	  }
	
	  .searchImage {
		
		position: absolute;
		width: 11vh;
		height: 11vh;
		top: 3vh;
		left: 0;
		margin: auto;
		right: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;

	  }

	  .spotifyLogo {
		background-image: url(../../web/images/Spotify_Logo_RGB_Green.png);
		position: absolute;
		height: 3vh;
		width: 5vh;
		left: 0.6vh;
		top: 0.7vh;
		background-repeat: no-repeat;
		background-size: contain;
	  }
	
	  .searchTable {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

}

@media screen and (orientation: portrait) and (min-width: 736px){

	.searchCard {
		position: relative;
		margin: auto;
		top: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: calc(95% / 2);
		padding: 5px;
		height: 25vh;
		background: rgb(23 26 30);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		overflow: hidden;
		border-radius: 7px;
		margin: 0.4vh;
		float:left;
	  }
	  
	  
	  .searchNav {
		position: absolute;
		right: -2px;
    	top: -4px;
		z-index: 2;
		background: #427fed;
		border: 1px solid #ffffff;
		height: 3vh;
		width: 3vh;
		text-align: center;
		font-size: 2vh;
		font-weight: bold;
		border-radius: 5px;
	  }
	  .searchNavbar {
		padding: 0px;
		margin: 0px;
	  }
	  .searchNavbar li {
		position: relative;
		font-size: 1.6vh;
		padding: 0px;
		font-weight: bold;
	  }
	
	  .searchHeader{
		position: absolute;
		font-size: clamp(9px, 5vh, 14px);
		bottom: 2.3vh;
		left: 0;
		right: 0;
		text-align: center;
		font-weight: bold;
		color: #427fed;
	  }
	  
	  .searchContent {
		position: absolute;
		font-size: clamp(9px, 5vh, 16px);
		text-align: center;
		top: 15.5vh;
		left: 0vh;
		right: 0;
		padding: 0.1vh;
		line-height: 2vh;
	
	  }
	
	  .searchYear {
		position: absolute;
		font-size: clamp(8px, 3vh, 9px);
		text-align: center;
		bottom: 0.5vh;
		left: 0;
		right: 0;
	
	  }
	
	  .searchDuration {
		position: absolute;
		font-size: 1.3vh;
		bottom: 1.2vh;
		line-height: 20px;
		left: 17vh;
		margin-top: 1vh;
	
	  }
	
	  .searchImage {
		
		position: absolute;
		width: 12vh;
		height: 12vh;
		top: 3vh;
		left: 0;
		margin: auto;
		right: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;

	  }

	  .spotifyLogo {
		background-image: url(../../web/images/Spotify_Logo_RGB_Green.png);
		position: absolute;
		height: 3vh;
		width: 5vh;
		left: 0.6vh;
		top: 0.7vh;
		background-repeat: no-repeat;
		background-size: contain;
	  }
	
	  .searchTable {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

}


@media screen and (orientation: landscape) {

	.searchCard {
		position: relative;
		margin: auto;
		top: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: calc(90% / 3);
		padding: 5px;
		height: 25vw;
		background: rgb(23 26 30);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		overflow: hidden;
		border-radius: 7px;
		margin: 0.4vw;
		float:left;
	  }
	  
	  
	  .searchNav {
		position: absolute;
		right: -3px;
		top: -4px;
		z-index: 2;
		background: #427fed;
		border: 1px solid #ffffff;
		height: 2.5vw;
		width: 2.5vw;
		text-align: center;
		font-size: 1.5vw;
		font-weight: bold;
		border-radius: 5px;
	  }
	  .searchNavbar {
		padding: 0px;
		margin: 0px;
	  }
	  .searchNavbar li {
		position: relative;
		font-size: 1.6vw;
		padding: 0px;
		font-weight: bold;
	  }
	
	  .searchHeader{
		position: absolute;
		font-size: clamp(11px, 1.5vw, 15px);
		bottom: 3.3vw;
		left: 0;
		right: 0;
		text-align: center;
		font-weight: bold;
		color: #427fed;
	  }
	  
	  .searchContent {
		position: absolute;
		font-size: clamp(11px, 1.5vw, 15px);
		text-align: center;
		top: 15.3vw;
		left: 0;
		right: 0;
		line-height: 1.9vw;
		padding: 0.1vw;
	  }
	
	  .searchYear {
		position: absolute;
		font-size: clamp(8px, 1vw, 10px);
		text-align: center;
		bottom: 1vw;
		left: 0;
		right: 0;
	
	  }
	
	  .searchDuration {
		position: absolute;
		font-size: 1.3vw;
		bottom: 1.2vw;
		line-height: 20px;
		left: 17vw;
		margin-top: 1vw;
	
	  }
	
	  .searchImage {
		
		position: absolute;
		width: 11vw;
		height: 11vw;
		top: 3vw;
		left: 0;
		margin: auto;
		right: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;

	  }

	  .spotifyLogo {
		background-image: url(../../web/images/Spotify_Logo_RGB_Green.png);
		position: absolute;
		height: 3vw;
		width: 5vw;
		left: 0.6vw;
		top: 0.7vw;
		background-repeat: no-repeat;
		background-size: contain;
	  }
	
	  .searchTable {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

}
  

/* Bar Overview Page */

.container {
	display: grid;
	grid-gap: 10px;  /* Simply adjust this value !*/
	grid-template-columns: repeat(2, 1fr); /* OR grid-template-columns: 1fr 1fr 1fr;*/
	grid-auto-rows: 1fr;
  }
  
  .container>div {
	height: 100%;
  }

h1.barView {
	margin: 0 0 15px 0;

}

/* index */


  .legenden {
	width: 80%;
    margin: auto;
  }
  .legendenTD {
	display: table-cell;
  	vertical-align: middle;
	font-size:clamp(12px, 5vw, 15px);
  }

  .rules {
	width: 90%;
    margin: auto;
  }
  
  /* Password  */




.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 40%;
    left: 15px;
    color: #427fed;
}

.login__input {
	border: none;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #427fed;
}

.login__submit {
	background: rgba(0, 0, 0, 0);
    font-size: clamp(10px, 5vw, 14px);
    border-radius: 5px;
    border: 1px solid #427fed;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    width: 60%;
    cursor: pointer;
    transition: .2s;
}


.button_section{
	text-align: center;
}


/* votes input  */

.votesInput {
	padding-left: 10%;
    padding-right: 10%;
}

.votesInput__field {
	padding: 1vh;
    position: relative;
    width: 100%;
    height: 7vh;
    margin: auto;	
}

@media screen and (orientation: portrait) {
	.votesInput__field {
		padding: 1vh;
		position: relative;
		width: 100%;
		height: 7vh;
		margin: auto;	
	}

}

@media screen and (orientation: landscape) {
	.votesInput__field {
		padding: 1vw;
		position: relative;
		width: 100%;
		height: 5vw;
		margin: auto;	
	}

}


.votesInput__icon {
	position: absolute;
	top: 40%;
    left: 4vh;
    color: #427fed;
}

.votesInput__input {
	padding-left: 24px;
    font-weight: 700;
    transition: .2s;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #ffffff;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
	font-size: clamp(14px, 5vw, 16px);
}

.votesInput__input:active,
.votesInput__input:focus,
.votesInput__input:hover {
	outline: none;
}

.votesInput__submit {
	background: rgba(0, 0, 0, 0);
    font-size: clamp(10px, 5vw, 16px);
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #427fed;
	text-transform: uppercase;
	font-weight: 700;
	align-items: center;
	/* width: 50%; */
	cursor: pointer;
	transition: .2s;
}


.button__icon {
	margin-left: -12vh;
	color: #427fed;
}


/* Top3Card */
@media screen  and (min-width: 0px) and (max-width: 768px) {
	.top3Card {
		position: relative;
		margin-left: auto;
		margin-right: 0;
		top: 0;
		right: 0.1vh;
		bottom: 0;
		width: 100%;
		height: 17vh;
		background: rgb(36 36 36 / 46%);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		margin-top: 5px;
		overflow: hidden;
	  }
	  
	  
	
	  .top3Header{
		position: absolute;
		width: max-content;
		font-size: clamp(11px, 1vh, 19px);
		white-space: nowrap;
		top: 7.4vh;
		left: 6vh;
		font-weight: bold;
		color: #427fed;
		line-height: 0.85em;
		text-transform: inherit;
	  }
	  
	  
	  .top3Content {
		position: absolute;
		font-size: clamp(13px, 1vh, 18px);
		width: 45%;
		text-align: left;
		top: 1.4vh;
		line-height: 2vh;
		left: 6vh;
		text-transform: inherit;
	
	  }

	  .top3Album {
		position: absolute;
		font-size: clamp(7px, 3vh, 8px);
		width: 24vh;
		text-align: left;
		top: 9vh;
		line-height: 2vh;
		left: 6vh;
		text-transform: inherit;
	
	  }
	
	  .top3Year {
		position: absolute;
		font-size: 1.3vh;
		bottom: 19%;
		line-height: 20px;
		left: 2vh;
		margin-top: 1vw;
	  }
	
	  .top3Duration {
		position: absolute;
		font-size: 1.3vh;
		bottom: 6%;
		line-height: 20px;
		left: 2vh;
		margin-top: 1vw;
	
	  }
	
	  .top3Image {
		position: absolute;
		top: 0;
		right: 0;
		
		width: 16vh;
		height: 100%;
		/* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%);  */
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 20;
	  }
	
	  .top3Ranking {
		position: absolute;
		top: 1vh;
		/* margin: auto; */
		left: -7vw;
		width: 30%;
		height: 90%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	  }
	  
	  .top1RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(21vh, 1vw, 21vh);
		left: 1.3vh;
		top: 0.3vh;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }

	  .top3RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(21vh, 1vw, 21vh);
    	left: -2.5vh;
		top: 0.3vh;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }
	
	  .top3Table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

	  .top3Voting {
		position: absolute;
		background-image: url(../../web/images/notvoted.png);
		bottom: -1vh;
		left: 4.5vh;
		width: 8vh;
		height: 8vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		font-weight: bold;
		font-size: clamp(11px, 1vh, 14px);
	  }

	  


}

@media screen and (orientation: landscape) and (min-width: 769px) and (max-width: 1024px) {

	.top3Card {
		position: relative;
		margin-left: auto;
		margin-right: 0;
		top: 0;
		right: 0.1vw;
		bottom: 0;
		width: 100%;
		height: 17vw;
		background: rgb(36 36 36 / 46%);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		margin-top: 5px;
		overflow: hidden;
	  }

	  .top3Header{
		position: absolute;
		width: max-content;
		font-size: clamp(13px, 4vw, 20px);
		white-space: nowrap;
		top: 6.8vw;
		left: 9vw;
		font-weight: bold;
		color: #427fed;
		line-height: 0.85em;
		text-transform: inherit;
	  }
	  
	  
	  .top3Content {
		position: absolute;
		font-size: clamp(13px, 4.1vw, 24px);
    	width: 70%;
		text-align: left;
		top: 1.4vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }

	  .top3Album {
		position: absolute;
		font-size: clamp(8px, 2vw, 10px);
		width: 55%;
		text-align: left;
		top: 9.5vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }
	
	  .top3Year {
		position: absolute;
		font-size: 1.3vw;
		bottom: 19%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	  }
	
	  .top3Duration {
		position: absolute;
		font-size: 1.3vw;
		bottom: 6%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	
	  }
	
	  .top3Image {
		position: absolute;
		top: 0;
		right: 0;
		
		width: 16vw;
		height: 100%;
		/* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%);  */
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	  }
	
	  .top3Ranking {
		position: absolute;
		top: 1vh;
		/* margin: auto; */
		left: 8vw;
		width: 30%;
		height: 90%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	  }
	  
	  .top1RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 184px);
		left: 3.5vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }

	  .top3RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 184px);
		left: 0vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }
	
	  .top3Table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

	  .top3Voting {
		position: absolute;
		background-image: url(../../web/images/notvoted.png);
		bottom: -2vh;
		left: 7.5vw;
		width: 8vw;
		height: 8vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		font-size: clamp(11px, 4vw, 14px);
	  }

}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1200px) {

	.top3Card {
		position: relative;
		margin-left: auto;
		margin-right: 0;
		top: 0;
		right: 0.1vw;
		bottom: 0;
		width: 100%;
		height: 17vw;
		background: rgb(36 36 36 / 46%);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		margin-top: 5px;
		overflow: hidden;
	  }

	  .top3Header{
		position: absolute;
		width: max-content;
		font-size: clamp(13px, 4vw, 20px);
		white-space: nowrap;
		top: 6.8vw;
		left: 9vw;
		font-weight: bold;
		color: #427fed;
		line-height: 0.85em;
		text-transform: inherit;
	  }
	  
	  
	  .top3Content {
		position: absolute;
		font-size: clamp(13px, 4.1vw, 23px);
    	width: 67%;
		text-align: left;
		top: 1.4vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }

	  .top3Album {
		position: absolute;
		font-size: clamp(8px, 2vw, 13px);
		width: 55%;
		text-align: left;
		top: 9.5vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }
	
	  .top3Year {
		position: absolute;
		font-size: 1.3vw;
		bottom: 19%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	  }
	
	  .top3Duration {
		position: absolute;
		font-size: 1.3vw;
		bottom: 6%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	
	  }
	
	  .top3Image {
		position: absolute;
		top: 0;
		right: 0;
		
		width: 16vw;
		height: 100%;
		/* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%);  */
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	  }
	
	  .top3Ranking {
		position: absolute;
		top: 1vh;
		/* margin: auto; */
		left: 8vw;
		width: 30%;
		height: 90%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	  }
	  
	  .top1RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 234px);
		left: 3.5vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }

	  .top3RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 234px);
		left: 0vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }
	
	  .top3Table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

	  .top3Voting {
		position: absolute;
		background-image: url(../../web/images/notvoted.png);
		bottom: -2vh;
		left: 7.5vw;
		width: 8vw;
		height: 8vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		font-size: clamp(11px, 4vw, 16px);
	  }

}

@media screen and (orientation: landscape) and (min-width: 1201px) {

	.top3Card {
		position: relative;
		margin-left: auto;
		margin-right: 0;
		top: 0;
		right: 0.1vw;
		bottom: 0;
		width: 100%;
		height: 17vw;
		background: rgb(36 36 36 / 46%);
		box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
		border: 1px solid #ffffff2e;
		color: #ffffff;
		margin-top: 5px;
		overflow: hidden;
	  }

	  .top3Header{
		position: absolute;
		width: max-content;
		font-size: clamp(13px, 4vw, 26px);
		white-space: nowrap;
		top: 6.8vw;
		left: 9vw;
		font-weight: bold;
		color: #427fed;
		line-height: 0.85em;
		text-transform: inherit;
	  }
	  
	  
	  .top3Content {
		position: absolute;
		font-size: clamp(13px, 4.1vw, 26px);
    	width: 70%;
		text-align: left;
		top: 1.4vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }

	  .top3Album {
		position: absolute;
		font-size: clamp(8px, 2vw, 18px);
		width: 55%;
		text-align: left;
		top: 9vw;
		line-height: 2vw;
		left: 9vw;
		text-transform: inherit;
	
	  }
	
	  .top3Year {
		position: absolute;
		font-size: 1.3vw;
		bottom: 19%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	  }
	
	  .top3Duration {
		position: absolute;
		font-size: 1.3vw;
		bottom: 6%;
		line-height: 20px;
		left: 9vw;
		margin-top: 1vw;
	
	  }
	
	  .top3Image {
		position: absolute;
		top: 0;
		right: 0;
		
		width: 16vw;
		height: 100%;
		/* clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%);  */
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	  }
	
	  .top3Ranking {
		position: absolute;
		top: 1vh;
		/* margin: auto; */
		left: 8vw;
		width: 30%;
		height: 90%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	  }
	  
	  .top1RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 314px);
		left: 3.5vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }

	  .top3RankingText {
		font-family: 'Big Shoulders Stencil Text', cursive;
		position: absolute;
		font-size: clamp(195px, 30vw, 314px);
		left: 0vw;
		top: 0.3vw;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: end;
		color: rgb(255 255 255 / 10%);
	  }
	
	  .top3Table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px 0.5rem;
	  }

	  .top3Voting {
		position: absolute;
		background-image: url(../../web/images/notvoted.png);
		bottom: -2vh;
		left: 7.5vw;
		width: 8vw;
		height: 8vw;
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-weight: bold;
		font-size: clamp(11px, 4vw, 23px);
	  }

}

/* Divider voted */
.dividerVoted {
	display: flex;
  }
  .dividerVoted:before, .dividerVoted:after {
	content: "";
	flex: 1;
  }
  
  .line {
	align-items: center;
	margin: 1em -1em;
	font-size: clamp(12px, 5vw, 15px);
	color: #9d9d9d;
  }
  .line:before, .line:after {
	height: 1px;
	margin: 0 1em;
  }
  
  .one-line:before, .one-line:after {
	background: #ffffff4d;
  }
  
  .razor:before, .razor:after {
	box-shadow: 0 0.5px 0 black;
  }

  
  /* progress */
  .progress_container {
	width: 100%;
	margin: 0 auto;
  }
  
  .progress-bar-wrapper{
	max-width: 100%;
	height: 0.3vh;
  }
  

  .progressbar {
	width: 100%;
	margin: 5px auto;
	background: #2b2b2b77;
	height: 0.4vh;
	overflow: hidden;
	
  }
  .progressbar .inner {
	animation: progressbar-countdown;
	/* Placeholder, this will be updated using javascript */
	animation-duration: 40s;
	/* We stop in the end */
	animation-iteration-count: 1;
	/* Stay on pause when the animation is finished finished */
	animation-fill-mode: forwards;
	/* We start paused, we start the animation using javascript */
	animation-play-state: paused;
	/* We want a linear animation, ease-out is standard */
	animation-timing-function: linear;
	height: 1vh;
  }

  @keyframes progressbar-countdown {
	0% 	 {width: 0%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner5 {
	animation: progressbar-countdown5;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  @keyframes progressbar-countdown5 {
	0% 	 {width: 5%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner10 {
	animation: progressbar-countdown10;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown10 {
	0% 	 {width: 10%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner20 {
	animation: progressbar-countdown20;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown20 {
	0% 	 {width: 20%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner30 {
	animation: progressbar-countdown30;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown30 {
	0% 	 {width: 30%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner40 {
	animation: progressbar-countdown40;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown40 {
	0% 	 {width: 40%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner50 {
	animation: progressbar-countdown50;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  @keyframes progressbar-countdown50 {
	0% 	 {width: 50%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner60 {
	animation: progressbar-countdown60;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown60 {
	0% 	 {width: 60%;background: #427fed;}
	65% {width: 65%;background: #427fed;}
	68% {width: 68%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }

  .progressbar .inner70 {
	animation: progressbar-countdown70;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  
  @keyframes progressbar-countdown70 {
	0% 	 {width: 70%;background: #ff9e0e;}
	99% {width: 99%;background: #ff9e0e;}
	100% {width: 100%;background: #1ed760;}
  }


  .progressbar .inner75 {
	animation: progressbar-countdown75;
	animation-duration: 40s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-play-state: paused;
	animation-timing-function: linear;
	height: 1vh;
  }

  @keyframes progressbar-countdown75 {
  0% 	 {width: 75%;background: #ff9e0e;}
  99% {width: 99%;background: #ff9e0e;}
  100% {width: 100%;background: #1ed760;}
  }




/* FIREWORK */
.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 3.25s, 3.25s, 3.25s;
  -webkit-animation-delay: 3.25s, 3.25s, 3.25s;
  -o-animation-delay: 3.25s, 3.25s, 3.25s;
  -ms-animation-delay: 3.25s, 3.25s, 3.25s;
  animation-delay: 3.25s, 3.25s, 3.25s;
  -moz-animation-duration: 3.25s, 3.25s, 6.25s;
  -webkit-animation-duration: 3.25s, 3.25s, 6.25s;
  -o-animation-duration: 3.25s, 3.25s, 6.25s;
  -ms-animation-duration: 3.25s, 3.25s, 6.25s;
  animation-duration: 3.25s, 3.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -85px -128.3333333333px #eeff00, -51px -172.3333333333px #001eff, -196px -177.3333333333px #005eff, -121px 60.6666666667px #ffb300, 124px -120.3333333333px #ffe100, -120px -264.3333333333px #ff0004, -121px -97.3333333333px #00ff0d, -203px 59.6666666667px #4800ff, -165px -176.3333333333px #9500ff, 9px -319.3333333333px #9100ff, -8px -282.3333333333px #7bff00, 33px -74.3333333333px #5e00ff, -63px -255.3333333333px #00ffe6, 2px 50.6666666667px #fbff00, -142px -89.3333333333px #0048ff, 192px -122.3333333333px #ff2f00, 78px -234.3333333333px #ff0073, 214px -225.3333333333px #00ff66, 25px -282.3333333333px #26ff00, -181px -318.3333333333px #0062ff, 168px 33.6666666667px #00ff99, 69px -161.3333333333px #00ff77, -146px -43.3333333333px #ff00f7, -96px -42.3333333333px #5100ff, -61px -310.3333333333px #ff1100, -46px -226.3333333333px #ffa600, 93px -298.3333333333px #ff00ee, -181px -39.3333333333px #33ff00, -194px -121.3333333333px #00ff51, -106px 31.6666666667px #62ff00, -191px -253.3333333333px #ffd500, -107px -80.3333333333px #ff005e, 14px -66.3333333333px #ff00c8, -107px 60.6666666667px #00fff7, 192px 45.6666666667px #0095ff, 118px -270.3333333333px #8000ff, 94px -166.3333333333px #ff9500, -78px 60.6666666667px #00eeff, 93px -18.3333333333px #ff0022, -108px -155.3333333333px #ff00ee, 155px -76.3333333333px #ffe100, 38px -75.3333333333px #f200ff, 145px -230.3333333333px #003cff, 246px -229.3333333333px #5900ff, -170px -311.3333333333px #88ff00, -207px -83.3333333333px #d0ff00, 43px -321.3333333333px #ffb700, 228px -102.3333333333px #09ff00, 89px -125.3333333333px #ff5e00, 138px -279.3333333333px #00b7ff, -204px -228.3333333333px #00f7ff, -232px -186.3333333333px #ff7300, -51px -73.3333333333px #00ff4d, -13px -180.3333333333px #9100ff, 2px -320.3333333333px #ff6200, -201px -311.3333333333px #7b00ff, 221px 55.6666666667px #ffb300, 229px 9.6666666667px #ddff00, -52px -228.3333333333px #00e1ff, -110px -97.3333333333px #0088ff, -63px -44.3333333333px #ff9500;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -85px -128.3333333333px #eeff00, -51px -172.3333333333px #001eff, -196px -177.3333333333px #005eff, -121px 60.6666666667px #ffb300, 124px -120.3333333333px #ffe100, -120px -264.3333333333px #ff0004, -121px -97.3333333333px #00ff0d, -203px 59.6666666667px #4800ff, -165px -176.3333333333px #9500ff, 9px -319.3333333333px #9100ff, -8px -282.3333333333px #7bff00, 33px -74.3333333333px #5e00ff, -63px -255.3333333333px #00ffe6, 2px 50.6666666667px #fbff00, -142px -89.3333333333px #0048ff, 192px -122.3333333333px #ff2f00, 78px -234.3333333333px #ff0073, 214px -225.3333333333px #00ff66, 25px -282.3333333333px #26ff00, -181px -318.3333333333px #0062ff, 168px 33.6666666667px #00ff99, 69px -161.3333333333px #00ff77, -146px -43.3333333333px #ff00f7, -96px -42.3333333333px #5100ff, -61px -310.3333333333px #ff1100, -46px -226.3333333333px #ffa600, 93px -298.3333333333px #ff00ee, -181px -39.3333333333px #33ff00, -194px -121.3333333333px #00ff51, -106px 31.6666666667px #62ff00, -191px -253.3333333333px #ffd500, -107px -80.3333333333px #ff005e, 14px -66.3333333333px #ff00c8, -107px 60.6666666667px #00fff7, 192px 45.6666666667px #0095ff, 118px -270.3333333333px #8000ff, 94px -166.3333333333px #ff9500, -78px 60.6666666667px #00eeff, 93px -18.3333333333px #ff0022, -108px -155.3333333333px #ff00ee, 155px -76.3333333333px #ffe100, 38px -75.3333333333px #f200ff, 145px -230.3333333333px #003cff, 246px -229.3333333333px #5900ff, -170px -311.3333333333px #88ff00, -207px -83.3333333333px #d0ff00, 43px -321.3333333333px #ffb700, 228px -102.3333333333px #09ff00, 89px -125.3333333333px #ff5e00, 138px -279.3333333333px #00b7ff, -204px -228.3333333333px #00f7ff, -232px -186.3333333333px #ff7300, -51px -73.3333333333px #00ff4d, -13px -180.3333333333px #9100ff, 2px -320.3333333333px #ff6200, -201px -311.3333333333px #7b00ff, 221px 55.6666666667px #ffb300, 229px 9.6666666667px #ddff00, -52px -228.3333333333px #00e1ff, -110px -97.3333333333px #0088ff, -63px -44.3333333333px #ff9500;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -85px -128.3333333333px #eeff00, -51px -172.3333333333px #001eff, -196px -177.3333333333px #005eff, -121px 60.6666666667px #ffb300, 124px -120.3333333333px #ffe100, -120px -264.3333333333px #ff0004, -121px -97.3333333333px #00ff0d, -203px 59.6666666667px #4800ff, -165px -176.3333333333px #9500ff, 9px -319.3333333333px #9100ff, -8px -282.3333333333px #7bff00, 33px -74.3333333333px #5e00ff, -63px -255.3333333333px #00ffe6, 2px 50.6666666667px #fbff00, -142px -89.3333333333px #0048ff, 192px -122.3333333333px #ff2f00, 78px -234.3333333333px #ff0073, 214px -225.3333333333px #00ff66, 25px -282.3333333333px #26ff00, -181px -318.3333333333px #0062ff, 168px 33.6666666667px #00ff99, 69px -161.3333333333px #00ff77, -146px -43.3333333333px #ff00f7, -96px -42.3333333333px #5100ff, -61px -310.3333333333px #ff1100, -46px -226.3333333333px #ffa600, 93px -298.3333333333px #ff00ee, -181px -39.3333333333px #33ff00, -194px -121.3333333333px #00ff51, -106px 31.6666666667px #62ff00, -191px -253.3333333333px #ffd500, -107px -80.3333333333px #ff005e, 14px -66.3333333333px #ff00c8, -107px 60.6666666667px #00fff7, 192px 45.6666666667px #0095ff, 118px -270.3333333333px #8000ff, 94px -166.3333333333px #ff9500, -78px 60.6666666667px #00eeff, 93px -18.3333333333px #ff0022, -108px -155.3333333333px #ff00ee, 155px -76.3333333333px #ffe100, 38px -75.3333333333px #f200ff, 145px -230.3333333333px #003cff, 246px -229.3333333333px #5900ff, -170px -311.3333333333px #88ff00, -207px -83.3333333333px #d0ff00, 43px -321.3333333333px #ffb700, 228px -102.3333333333px #09ff00, 89px -125.3333333333px #ff5e00, 138px -279.3333333333px #00b7ff, -204px -228.3333333333px #00f7ff, -232px -186.3333333333px #ff7300, -51px -73.3333333333px #00ff4d, -13px -180.3333333333px #9100ff, 2px -320.3333333333px #ff6200, -201px -311.3333333333px #7b00ff, 221px 55.6666666667px #ffb300, 229px 9.6666666667px #ddff00, -52px -228.3333333333px #00e1ff, -110px -97.3333333333px #0088ff, -63px -44.3333333333px #ff9500;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -85px -128.3333333333px #eeff00, -51px -172.3333333333px #001eff, -196px -177.3333333333px #005eff, -121px 60.6666666667px #ffb300, 124px -120.3333333333px #ffe100, -120px -264.3333333333px #ff0004, -121px -97.3333333333px #00ff0d, -203px 59.6666666667px #4800ff, -165px -176.3333333333px #9500ff, 9px -319.3333333333px #9100ff, -8px -282.3333333333px #7bff00, 33px -74.3333333333px #5e00ff, -63px -255.3333333333px #00ffe6, 2px 50.6666666667px #fbff00, -142px -89.3333333333px #0048ff, 192px -122.3333333333px #ff2f00, 78px -234.3333333333px #ff0073, 214px -225.3333333333px #00ff66, 25px -282.3333333333px #26ff00, -181px -318.3333333333px #0062ff, 168px 33.6666666667px #00ff99, 69px -161.3333333333px #00ff77, -146px -43.3333333333px #ff00f7, -96px -42.3333333333px #5100ff, -61px -310.3333333333px #ff1100, -46px -226.3333333333px #ffa600, 93px -298.3333333333px #ff00ee, -181px -39.3333333333px #33ff00, -194px -121.3333333333px #00ff51, -106px 31.6666666667px #62ff00, -191px -253.3333333333px #ffd500, -107px -80.3333333333px #ff005e, 14px -66.3333333333px #ff00c8, -107px 60.6666666667px #00fff7, 192px 45.6666666667px #0095ff, 118px -270.3333333333px #8000ff, 94px -166.3333333333px #ff9500, -78px 60.6666666667px #00eeff, 93px -18.3333333333px #ff0022, -108px -155.3333333333px #ff00ee, 155px -76.3333333333px #ffe100, 38px -75.3333333333px #f200ff, 145px -230.3333333333px #003cff, 246px -229.3333333333px #5900ff, -170px -311.3333333333px #88ff00, -207px -83.3333333333px #d0ff00, 43px -321.3333333333px #ffb700, 228px -102.3333333333px #09ff00, 89px -125.3333333333px #ff5e00, 138px -279.3333333333px #00b7ff, -204px -228.3333333333px #00f7ff, -232px -186.3333333333px #ff7300, -51px -73.3333333333px #00ff4d, -13px -180.3333333333px #9100ff, 2px -320.3333333333px #ff6200, -201px -311.3333333333px #7b00ff, 221px 55.6666666667px #ffb300, 229px 9.6666666667px #ddff00, -52px -228.3333333333px #00e1ff, -110px -97.3333333333px #0088ff, -63px -44.3333333333px #ff9500;
  }
}
@keyframes bang {
  to {
    box-shadow: -85px -128.3333333333px #eeff00, -51px -172.3333333333px #001eff, -196px -177.3333333333px #005eff, -121px 60.6666666667px #ffb300, 124px -120.3333333333px #ffe100, -120px -264.3333333333px #ff0004, -121px -97.3333333333px #00ff0d, -203px 59.6666666667px #4800ff, -165px -176.3333333333px #9500ff, 9px -319.3333333333px #9100ff, -8px -282.3333333333px #7bff00, 33px -74.3333333333px #5e00ff, -63px -255.3333333333px #00ffe6, 2px 50.6666666667px #fbff00, -142px -89.3333333333px #0048ff, 192px -122.3333333333px #ff2f00, 78px -234.3333333333px #ff0073, 214px -225.3333333333px #00ff66, 25px -282.3333333333px #26ff00, -181px -318.3333333333px #0062ff, 168px 33.6666666667px #00ff99, 69px -161.3333333333px #00ff77, -146px -43.3333333333px #ff00f7, -96px -42.3333333333px #5100ff, -61px -310.3333333333px #ff1100, -46px -226.3333333333px #ffa600, 93px -298.3333333333px #ff00ee, -181px -39.3333333333px #33ff00, -194px -121.3333333333px #00ff51, -106px 31.6666666667px #62ff00, -191px -253.3333333333px #ffd500, -107px -80.3333333333px #ff005e, 14px -66.3333333333px #ff00c8, -107px 60.6666666667px #00fff7, 192px 45.6666666667px #0095ff, 118px -270.3333333333px #8000ff, 94px -166.3333333333px #ff9500, -78px 60.6666666667px #00eeff, 93px -18.3333333333px #ff0022, -108px -155.3333333333px #ff00ee, 155px -76.3333333333px #ffe100, 38px -75.3333333333px #f200ff, 145px -230.3333333333px #003cff, 246px -229.3333333333px #5900ff, -170px -311.3333333333px #88ff00, -207px -83.3333333333px #d0ff00, 43px -321.3333333333px #ffb700, 228px -102.3333333333px #09ff00, 89px -125.3333333333px #ff5e00, 138px -279.3333333333px #00b7ff, -204px -228.3333333333px #00f7ff, -232px -186.3333333333px #ff7300, -51px -73.3333333333px #00ff4d, -13px -180.3333333333px #9100ff, 2px -320.3333333333px #ff6200, -201px -311.3333333333px #7b00ff, 221px 55.6666666667px #ffb300, 229px 9.6666666667px #ddff00, -52px -228.3333333333px #00e1ff, -110px -97.3333333333px #0088ff, -63px -44.3333333333px #ff9500;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}


/* Table Transition */

.activeMain{
	animation: tableTransition 0.75s;

}

@keyframes tableTransition {
	from {
		opacity: 0;
		transform: rotateX(-10deg);
	}

	to {
		opacity: 1;
		transform: rotateX(0);

	}
}

/* checkButton */

 


.cont {
	width: 60%;
    height: 100%;
    margin: auto;
    margin-bottom: 3vh;
    margin-top: 1vh;
	text-align: center;
}

button {
	border-width: 1.0px;
	width: 19vh;
    height: 4vh;
    border-radius: 15px;
    border: 1px solid #427fed;
    margin: 0;
	margin-top: 1vh;
    }

button > span {
	font-size: clamp(10px, 5vh, 13px);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    }

.imgSubmit {
	position: relative;
    height: 3vh;
    width: 3vh;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    }


/* Dialog ADD design */

.dialog__slide {
    position: relative; 
}

.dialog__slide img {
	width: 100%;
	max-height: 500px; 
}
@media (min-width: 1200px) {
.dialog__slide img {
	max-height: 900px; } 
}

.dialog__slideContent {
	width: 100%;
    position: relative;
    top: 1vh;
    padding: 2vh 1vh;
    z-index: 5;
    text-align: center;
}
      
      @media (max-width: 575px) {
        .dialog__slideContent {
          bottom: 60px; } }

/* .dialog__slideContent:after {
	content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    top: 0.4vh;
    left: 2vh;
    clip-path: polygon(58% 0, 64% 6%, 94% 6%, 94% 55%, 100% 64%, 100% 100%, 0 100%, 0 0);
    background: #C91c20;
    z-index: -1; 
} */

.dialog__slideContent:before {
	content: "";
    display: block;
    position: fixed;
    left: -1vh;
    bottom: -1vh;
    width: 40vh;
    height: 40vh;
    background-color: #1ed760;
    clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
    transform: rotate(180deg);
    z-index: 1;

}

.dialog__slideContent--right {
	display: block;
    position: fixed;
    width: 40vh;
    height: 40vh;
    right: -1vh;
	top: -1vh;
    background-color: #427FEC;
    clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
    
    z-index: 1;
}

.dialogADD__slideContent--right {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #427fed;
    clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 38%, 100% 43%, 100% 0);
    left: 2.1vh;
    top: -4vh;
    z-index: 1;
}
      .dialog__slideContent h1 {
        font-size: 2rem;
        color: #fff;
        font-weight: 300;
        margin-bottom: 20px; }
      .dialog__slideContent p {
        margin-bottom: 2vh; }


/* new button */

.btncontainer {
	width: auto;
	margin: auto;
	margin-top: 4vh;
    margin-bottom: 3vh;
  }

.btn {
	position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: clamp(12px, 5vh, 16px);
    font-weight: 600;
    color: #FFFFFF;
  }
  .btn::after, .btn::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	transform: skewX(30deg);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 2);
	z-index: -2;
  }
  .btn::before {
	background-color: #1ed760;
    bottom: 1.5vh;
    left: 1rem;
    height: 5vh;
  }
  .btn::after {
	background-color: #427FEC;
    top: 1rem;
    left: 9rem;
    height: 5vh;
  }
  .btn:hover::before, .btn:hover::after {
	top: 0;
	transform: skewx(0deg);
  }
  .btn:hover::after {
	left: 1rem;
	width: 45%;
	border-radius: 2px;
  }
  .btn:hover::before {
	left: 7.75rem;
	width: 52%;
	border-radius: 2px;
  }

  /* btn djlogin 1 */
  
.btn-1center {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
  }
  
  .btn-1 {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  
  .btn-1 a {
	text-decoration: none;
	border: 2px solid #1ED760;
	padding: 15px;
	color: #1ED760;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	font-weight: 800;
    color: #1ED760;
  }
  
  span {
	position: relative;
	/* z-index coz when we put bg to before and after this span text will not be visible */
	z-index: 3;
  }
  
  .btn-1 a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -2px;
	width: calc(100% + 6px);
	/*100% plus double the times left values*/
	height: calc(100% - 10px);
	background-color: #090a0e;
	transition: all 0.5s ease-in-out;
	transform: scaleY(1);
  }
  
  .btn-1 a:hover::before {
	transform: scaleY(0);
  }
  
  .btn-1 a::after {
	content: "";
	position: absolute;
	left: 5px;
	top: -5px;
	width: calc(100% - 10px);
	/*100% plus double the times left values*/
	height: calc(100% + 10px);
	background-color: #090a0e;
	transition: all 0.5s ease-in-out;
	transform: scaleX(1);
  }
  
  .btn-1 a:hover::after{
	transform: scaleX(0);
  }


  /* btn djlogin 2 */
  
.btn-2center {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
  }
  
  .btn-2 {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }
  
  .btn-2 a {
	text-decoration: none;
	border: 2px solid #1ED760;
	padding: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	font-weight: 800;
    color: #1ED760;
  }
  
  span {
	position: relative;
	/* z-index coz when we put bg to before and after this span text will not be visible */
	z-index: 3;
  }
  
  .btn-2 a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -2px;
	width: calc(100% + 6px);
	/*100% plus double the times left values*/
	height: calc(100% - 10px);
	background-color: #191c1f;
	transition: all 0.5s ease-in-out;
	transform: scaleY(1);
  }
  
  .btn-2 a:hover::before {
	transform: scaleY(0);
  }
  
  .btn-2 a::after {
	content: "";
	position: absolute;
	left: 5px;
	top: -5px;
	width: calc(100% - 10px);
	/*100% plus double the times left values*/
	height: calc(100% + 10px);
	background-color: #191c1f;
	transition: all 0.5s ease-in-out;
	transform: scaleX(1);
  }
  
  .btn-2 a:hover::after{
	transform: scaleX(0);
  }
  
/* Loading */
.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
			animation: rotator 1.4s linear infinite;
  }
  
  @-webkit-keyframes rotator {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(270deg);
	}
  }
  
  @keyframes rotator {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(270deg);
	}
  }
  .path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
			animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  }
  
  @-webkit-keyframes colors {
	0% {
	  stroke: #427fed;
	}
	25% {
	  stroke: #095aeb;
	}
	50% {
	  stroke: #427fed;
	}
	75% {
	  stroke: #427fed;
	}
	100% {
	  stroke: #095aeb;
	}
  }
  
  @keyframes colors {
	0% {
	  stroke: #427fed;
	}
	25% {
	  stroke: #427fed;
	}
	50% {
	  stroke: #095aeb;
	}
	75% {
	  stroke: #095aeb;
	}
	100% {
	  stroke: #427fed;
	}
  }
  @-webkit-keyframes dash {
	0% {
	  stroke-dashoffset: 187;
	}
	50% {
	  stroke-dashoffset: 46.75;
	  transform: rotate(135deg);
	}
	100% {
	  stroke-dashoffset: 187;
	  transform: rotate(450deg);
	}
  }
  @keyframes dash {
	0% {
	  stroke-dashoffset: 187;
	}
	50% {
	  stroke-dashoffset: 46.75;
	  transform: rotate(135deg);
	}
	100% {
	  stroke-dashoffset: 187;
	  transform: rotate(450deg);
	}
  }

  /* BAR ADMIN */
  .h4BarAdmin{
	font-size: clamp(28px, 5vw, 52px);
    line-height: 1.3;
    letter-spacing: 0.8rem;
    margin: 3vh;
    margin-top: 0vh;
  }

  .h3BarAdmin{
	font-size: clamp(15px, 5vw, 22px);
    margin: 2vh;
	margin-bottom: 4vh;
	text-transform: inherit;
  }

  #pBarAdmin{
	font-size: clamp(14px, 5vw, 18px);
	margin-top: 8vh;
  }


  /* DJArea Dialog */

* {
	scrollbar-width: 0;
  }
  
  *::-webkit-scrollbar {
	background-color: transparent;
	width: 12px;
  }
  
  *::-webkit-scrollbar-thumb {
	border-radius: 99px;
	background-color: #ddd;
	border: 4px solid #fff;
  }

  @media screen and (orientation: portrait) {

	.modal-container {
		max-height: 85vh;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		border-radius: 16px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
	  }

	  .modal-container-header {
		padding: 2vh 2vh;
		border-bottom: 1px solid #ddd;
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }
	  
	  .modal-container-title {
		display: flex;
		align-items: center;
		gap: 1.5vh;
		line-height: 1;
		font-weight: 700;
		font-size: clamp(10px, 5vh, 18px);
		color: black;
		text-transform: inherit;
		letter-spacing: 0.1rem;
		text-align: left;
	  }
	  .modal-container-title svg {
		width: 6vh;
		height: 5vh;
		color: black;
	  }
	  
	  .modal-container-body {
		padding: 1vh 2vh 1vh;
		overflow-y: auto;
		color: black;
		text-align: left;
	  }

  }

  @media screen and (orientation: landscape) {

	.modal-container {
		max-height: 60vw;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		border-radius: 16px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
	  }

	  .modal-container-header {
		padding: 2vw 2vw;
		border-bottom: 1px solid #ddd;
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }
	  
	  .modal-container-title {
		display: flex;
		align-items: center;
		gap: 1.5vw;
		line-height: 1;
		font-weight: 700;
		font-size: clamp(10px, 5vw, 30px);
		color: black;
		text-transform: inherit;
		letter-spacing: 0.1rem;
		text-align: left;
	  }
	  .modal-container-title svg {
		width: 6vw;
		height: 5vw;
		color: black;
	  }
	  
	  .modal-container-body {
		padding: 1vw 2vw 1vw;
		overflow-y: auto;
		color: black;
		text-align: left;
	  }
  }
  
  .modal {
	position: absolute;
	top: -10vh;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  

  @media (max-width: 600px) {
	.modal-container {
	  width: 90%;
	}
  }
  
  
  
  .rtf h1,
  .rtf h2 {
	font-weight: 700;
	color: #000;
	letter-spacing: 0.1rem;
	margin-bottom: 1vh;
	margin-top: 2vh;
	color: #427fed;
  }
  
  .rtf ul,
  .rtf ol {
	margin-left: 20px;
	list-style-position: inside;
  }
  .rtf ol {
	list-style: numeric;
  }
  .rtf ul {
	list-style: disc;
  }

  
  
  .modal-container-footer {
	padding: 20px 32px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px solid #ddd;
	gap: 12px;
	position: relative;
  }
  .modal-container-footer:after {
	content: "";
	display: block;
	position: absolute;
	top: -51px;
	left: 24px;
	right: 24px;
	height: 50px;
	flex-shrink: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), transparent);
	pointer-events: none;
  }
  
  .buttonAccept {
	/* padding: 12px 20px; */
	border-radius: 8px;
	background-color: #427FED;
	border: 0;
	font-weight: 600;
	cursor: pointer;
	transition: 0.15s ease;
  }
  .button.is-ghost:hover, .button.is-ghost:focus {
	background-color: #427fed;
  }
  .button.is-primary {
	background-color: #427fed;
	color: #fff;
  }
  .button.is-primary:hover, .button.is-primary:focus {
	background-color: #3a70d1;
  }
  
  .icon-button {
	padding: 0;
    border: 0;
    background-color: white;
    width: 4vh;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.15s ease;
    color: black;
	font-size: clamp(15px, 5vh, 22px);
  }

  .icon-button svg {
	width: 4vh;
	height: 4vh;
  }

  .icon-button:hover, .icon-button:focus {
	background-color: white;
  }

  @keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	 }
  }

  .appcolumn {
	flex: 33.33%;
	padding: 5px;
  }

  .approw {
	display: flex;
  }

  /* Video */

  
@media screen and (orientation: landscape) {
  	.qrvideo{
		height: 45vw;
		margin-bottom: 2vw;
	}
}

@media screen and (orientation: portrait) {
	.qrvideo{
	  height: 45vh;
	  margin-bottom: 2vw;
  	}
}

/* Sizing */

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

	.logo_front{
		width: 15vw;
		margin-top: 1vh;
		margin-left: 1vh;
	}

	.login {
		padding-left: 30%;
		padding-right: 30%;
	}

	.racoon_front{
		width: 30vw;
		margin-top: 2vh;
		opacity: 0.8;
	}

	.spotifyLogoFront{
		width: 10vw; 
		margin-bottom: 1vh;

	}

	.dialog_logo{
		width: 9vh;
		position: absolute;
		left: -1vh;
		top: -1vh;    
		opacity: 0.5;
	}
}

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

	.logo_front{
		width: 20vw;
		margin-top: 1vh;
		margin-left: 1vh;
	}

	.login {
		padding-left: 30%;
		padding-right: 30%;
	}

	.racoon_front{
		width: 50vh;
		margin-top: 2vh;
		opacity: 0.8;
	}

	.spotifyLogoFront{
		width: 10vw; 
		margin-bottom: 1vh;

	}

	.dialog_logo{
		width: 11vh;
		position: absolute;
		left: -1vh;
		top: -2vh;    
		opacity: 0.5;
	}
	
}

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

	.logo_front{ 
		width: 20vh;
		margin-top: 1vh;
		margin-left: 1vh;
	}

	.login {
		padding-left: 21%;
		padding-right: 21%;
	}

	.racoon_front{
		width: 35vh;
		margin-top: 2vh;
		opacity: 0.8;
	}

	.spotifyLogoFront{
		width: 18vh; 
		margin-bottom: 1vh;

	}

	.dialog_logo{
		width: 10vh;
		position: absolute;
		left: -1vh;
		top: -2vh;    
		opacity: 0.5;
	}
}

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

	.logo_front{
		width: 18vh;
		margin-top: 1vh;
		margin-left: 1vh;
	}

	.login {
		padding-left: 14%;
		padding-right: 14%;
	}

	.raconn_front{
		width: 20vh;
		margin-top: 2vh;
		opacity: 0.8;
	}

	.spotifyLogoFront{
		width: 12vh; 
		margin-bottom: 1vh;

	}
	.dialog_logo{
		width: 10vh;
		position: absolute;
		left: -1vh;
		top: -2vh;    
		opacity: 0.5;
	}
}
