﻿
@font-face {
  font-family: 'KIKOProRegular';
  font-style: normal;
  src: url(KIKOPro-Regular.woff);
}

@font-face {
  font-family: 'KIKOProRegular';
  font-weight: bold;
  src: url(KIKOPro-Bold.woff);
}

@font-face {
  font-family: 'KIKOProSemiBold';
  font-weight: bold;
  src: url(KIKOPro-SemiBold.woff);
}

@font-face {
  font-family: 'KIKOProLight';
  font-style: normal;
  src: url(KIKOPro-ExtraLight.woff);
}

@font-face {
  font-family: 'KIKOProBlack';
  font-style: normal;
  src: url(KIKOPro-Black.woff);
}


  * {
	-webkit-user-select: none;
    user-select: none; /* Disabilita la selezione del testo */
}

  html, body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
	-webkit-touch-callout: none; /* Disabilita il menu contestuale */
    -webkit-tap-highlight-color: transparent; /* Rimuove il flash di evidenziazione */
    touch-action: manipulation;
    background-color: #000000;
    font-family: 'KIKOProRegular', sans-serif;
    font-size: 26px;
	color:#ffffff;
    line-height:26px;	
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

textarea::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

button {
	padding:9px 10px;
	font-size:12px;
	line-height:12px;
	font-weight: bold;
	width: fit-content;
	margin-top: 20px;
	margin-left:9px;
	border-radius:10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color:black;
	color:white;
	border:0;
	margin:0 auto;
}

button:active {
    background-color: #444444; /* Cambia colore quando il pulsante è premuto */
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:bold;
}

a:hover
{
text-decoration:underline;
}


img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topLogo {
	width:50%!important;
	padding:20px 0;
	margin:0 auto;
}

h1 {
	text-align:center;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
}

.h1Small {
	font-size:27px!important;
}

.pageContainer {
	width:100%;
}

.container {
	max-width:500px;
	margin:0 auto;
	xborder:solid 1px #ffffff;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	height: var(--app-height);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow-x:hidden;
	position:relative;	
	text-align:center;
	font-size:20px;
	line-height:20px;
	
	background-image: url(../img/gnd2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	color:black;
}

.topBar {
	text-align: center;
}

.topBar img {
	width:80px;
	padding:20px 0 0 0;
}

.currentGame {
	font-size:45px;
	line-height:45px;
	color:#ff0f64;
	padding:40px 0 10px 0;
	font-family: 'LousVuitton';
	text-transform: uppercase;
	width:95%;
	margin:0 auto;
}

.pageTop {
	flex: 0 0 auto;
	padding-top:100px;
	font-size:16px;
	line-height:20px;
}

.pageCenter {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; 
}

.pageCenter div {
	width:90%;
	margin:0 auto;
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	font-family:LousVuitton;
}

.pageBottom {
	flex: 0 0 auto;
	padding-top:20px;
	padding-bottom:50px;
}

.pageBottom img{
	width:60px;
}

.pageHeader {
	width:100%;
	height:110px;
	background-color:#ffffff;
	color:black;
	padding-top:10px;
	box-sizing: border-box;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	text-align: center;
	max-width:500px;
	margin:0 auto;
}

.pageHeader img {
	height:90px;
}

.pageFooter {
	background-color:#000000;
	color:white;
	text-align:center;
	height:30px;
	font-size:10px;
	line-height:30px;
}

.header_backgroundGradient {
	/*background: #fff5f5 url(../img/generic-header-bg.bb2684d6.svg) no-repeat;
    background-size: 100% 150%; */
	/*
	background-image: url(../img/gnd.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
}

.tabbed-header_wrapper h1 {
	font-size:40px;
	line-height:40px;
	font-family: 'KIKOProRegular';
	padding:20px 0 15px 0;
	margin:0;
}

.tabbed-header_wrapper h1 span {
	font-family:KIKOProLight;
	font-size:40px;
	line-height:40px;
	font-weight: normal;
}

.tabbed-header_description {
	font-size:15px;
	line-height:18px;
	padding-bottom:20px;
	width:90%;
	margin:0 auto;
}

.backBar {
	text-align:left;
	width:90%;
	margin:10px auto;
	font-size:14px;
	line-height:14px;
}

/****PAGE CANCEL */
.pageCancel {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

/****PAGE SERVICES */
.pageServices {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.servicesTable {
	width:90%;
	display:table;
	margin:30px auto;
}

.servicesCol {
	color:#41484a;
	background-color: #ffffff;
	display:table-cell;
	width:45%;
	border-radius:10px;
	margin:0 10px;
	text-align:left;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.servicesCol img {
	width:100%;
	border-radius:10px;
}

.servicesSeparator {
	display:table-cell;
	width:3%;
}

.serviceTitle {
	padding:15px 10px;
	font-size:17px;
	line-height:19px;
}

.serviceInfo {
	padding:10px 10px;
	font-size:14px;
	line-height:16px;
}

.serviceButton {
	padding:9px 10px;
	font-size:12px;
	line-height:12px;
	font-weight: bold;
	width: fit-content;
	margin-top: 20px;
	margin-left:9px;
	border-radius:10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	color:white;
	background-color:black;
}

/****PAGE SHOPS */
.pageShops {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.shopItem {
	border-radius:10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	width:90%;
	margin:10px auto;
	padding:10px;
	font-size:15px;
	line-height:15px;
	background-color: #ffffff;
}

.shopItem h2 {
	padding:0;
	margin:10px 0;
	font-size:20px;
	line-height:20px;
}

.shopButton {
	background-color:black;
	color:white;
	text-align:center;
	border-radius:10px;
	width:fit-content;
	padding:10px 15px;
	margin:0 auto;
}

/****PAGE CALENDAR */
.pageCalendar {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.calendarDateContainer {
	display:table;
	width:60%;
	margin:20px auto 0 auto;
}

.calendarDatePrev {
	display:table-cell;
	width: 10%;
	text-align: left;
	vertical-align: middle;
}

.calendarDatePrev img {
	width:10px;
}

.calendarDate {
	display:table-cell;
	width: 80%;
	text-align: center;
	vertical-align: middle;
}

.calendarDateNext {
	display:table-cell;
	width: 10%;
	text-align: right;
	vertical-align: middle;
}

.calendarDateNext img {
	width:10px;
}

.calendarTimes {
	width:90%;
	margin:20px auto;
}

.calendarTime {
	padding: 10px 20px;
	text-align: center;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	width:20%;
	display:inline-block;
	background-color:#ffffff;
	margin-bottom:4px;
	border-radius:10px;
}

.noSlotsMessage {
	font-size:12px;
	line-height: 14px;
}

#locationList {
	text-align: center;
	padding: 20px 0;
}

/****PAGE FORM */
.pageForm {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.form {
	width:90%;
	margin:15px auto;
	font-size:12px;
	line-height:12px;
	text-align:left;
}

.formData {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:10px auto;
}

.formItem {
	padding-bottom:20px;
}

.formItem input[type="text"],
.formItem input[type="email"] {
	display:block;
	width:100%;
	margin-top:5px;
	border-radius:10px;
	border:solid 1px #dadada;
	height:35px;
	font-size:16px;
	line-height:16px;
	padding:0 10px;
	box-sizing: border-box;
}

#formErrorMessage {
	padding-top:10px;
	color:red;
	font-weight: bold;
	text-align:center;
	font-size:14px;
	line-height:16px;
}

/****PAGE CONFIRM */
.pageConfirm {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: flex-start; /* Centers vertically */
}

.confirmationMessage {
	font-size:14px;
	line-height:16px;
	text-align:center;
	width:90%;
	margin:15px auto;
	border-radius:10px;
}

.confirmQr {
	width:200px;
}

.qrContainer {
	display:inline-block;
	padding:10px;
	background-color:white;
	border-radius:20px;
}

.checkInInfo {
	font-size:14px;
	line-height:18px;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	/*.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}*/
}
