/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
	font-family: "VT323";
 	src:url(https://songseeker.floxtm.it/fonts/VT323-Regular) format("truetype");
	/*font-family; "VT323";
	src:url(fonts/VT323-Regular.ttf);*/
}

body {
    font-family: VT323,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background-color: #f4f4f4;*/
	background-image:url("/image/Back_Tina_320.jpg");
	background-position: center;
	color: #333;
    line-height: 1.2;
    padding: 20px;
    text-align: center;
	font-size:1.2
	rem;
	text-shadow: 0 0 10px #be03fc;
}

.container {
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}

.header {
    text-align: center;
    margin: 50px 0;
}

.header h1 {
    font-size: 3rem;
	text-shadow: 0 0 5px #FF0000;
	/*font-size: 4.0rem;*/
}
h1 {
    font-size:2rem;
	text-shadow: 0 0 10px #be03fc;
	
	/*font-size: 4.0rem;*/
}
h2 {
    font-size:1.3rem;
	text-shadow: 3px 3px red ;
	color: yellow;	/*font-size: 4.0rem;*/
}
.qr-reader,
.video-player {
    background: #ffffff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.button {
	font-family: VT323,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    background: #be03fc;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button_startscan {
	font-family: VT323,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:18px;
	opacity:0.7;
	width: 150px;
    height: 50px;
    display: inline-block;
    background: #be03fc;
    color: #ffffff;
    padding: 10px 5px;
    margin: 10px 0;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.button_startstop {
	font-family: VT323,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:18px;
	opacity:0.7;
    width: 100px;
    height: 40px;
    display: inline-block;
    background: #be03fc;
    color: #ffffff;
    padding: 5px 2px;
    margin: 5px 0;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
	
}

.cancelScanButton {
	font-family: VT323,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 20;
	opacity:0.7;
}

.button:hover {
    opacity:1.0;
}

.text-block {
    position: relative;
    margin-top: 12px;
    padding: 1rem;
    text-align: center;
    border: 1px solid #333;
  }

.text-block .heading {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX( -50% );
    padding: 0 0.5rem;
    font-size: 20px;
    line-height: 1;
    background-color: #f4f4f4;
}

.settings_div {
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    padding: 0 0.5rem;
    display: none;
	background-color:#f4f4f4;
	opacity:0.7;
}

@media screen and (max-width: 768px) {
    .header h1 {
       	font-size: 2 rem;
		text-shadow: 0 0 5px #FF0000;
    }
	h1 {
    font-size:2rem;
	text-shadow: 0 0 10px #be03fc;
	
	/*font-size: 4.0rem;*/
	}

    .container {
        padding: 0 10px;
    }
}

#qr-reader {
    position: absolute; /* or absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensure it's above other content */
    background-color: #f4f4f4;
}

#qr-video {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#videotitle {
    display:  none;
}

#videoduration {
    display:  none;
}

#videoid {
    display: none ;
}

#cancelScanButton {
    position: absolute;
    display:none;
    background-color: #e95d5d;
    color: black;
    z-index: 4;
}

#cookielist {
    display: none;
}

#playback-duration {
    width: 50px;
}
