* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#000000;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    font-family: 'Barlow-Light', sans-serif;
    font-size:16px;
    height:100vh;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
    width:100%;
	overflow: hidden;
}

/* Portrait layout (default) */
.app {
    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

h7 {
    font-size:19px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
	color:#FFF;
}

.cercano {
    font-family: 'montserratmedium', sans-serif;
    font-size: 17px;
    background-color: #000;
    width: -webkit-fill-available;
    height: 40px;
    color: #FFF;
    align-items: center;
    align-content: center;
    display: inline-grid;
    border-radius: 40px;
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    letter-spacing: 1px;
    text-align: center;
	}

.cercano::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.cercano:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.cercano::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}


.iframe-container {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  /* padding-top: 56.25%; */
}

.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/* ___ CUSTOM ADD ___________________________________________________________ */


@font-face {
  font-family: 'Barlow-Light';
  src: URL('../font/Barlow/Barlow-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  src: URL('../font/Barlow/Raleway-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  src: URL('../font/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../font/MontserratOK/montserrat-medium-webfont.woff2') format('woff2'),
         url('../font/MontserratOK/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.label-home {
	padding: 5px;
  	}

.logoprinc {
	width:100%;
    content: url(../img/Triloo_logo_bianco.svg);
    margin-left: auto;
    position: relative;
  	}

.logoprinc_oriz {
	width:100%;
    content: url(../img/triloo_orizzontale_bianco.svg);
    margin-left: auto;
    position: relative;
  	}

.logoprinc_top {
	content: url(../img/Triloo_scritta_logo_bianco2.png);
    margin-left: auto;
    margin-bottom: 9px;
    margin-top: 3px;
    height: 30px;
    }

.logohome {
	width: 42px;
	top: 5px;
	content:url('../img/LOGO_ICONA.svg');
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
	position: absolute;
  	}

.autopos_on {
	width: 21px;
    content: url(../img/geo_on.svg);
    filter: invert(1);
    margin: 2px;
  	}

.cnome-icon {
	width: 21px;
    content: url(../img/SEARCH.svg);
    margin: 2px;
  	}

.filtri_on {
	width: 21px;
    content: url(../img/filtri.svg);
    filter: invert(1);
    margin: 2px;
  	}

.cercatop {
	color: #000;
	font-family: 'Barlow-Light', sans-serif;
    font-size: 12px;
    text-decoration: none;
  	}

.autopos_off {
	width: 21px;
    content: url(../img/geo_off.svg);
    filter: invert(1);
    margin: 2px;
  	}

.mcard-home {
	content: url(../img/Member-card-bco-Triloo.svg);
    margin: 2px;
  	}

.mcard-home {
	content: url(../img/Member-card-bco-Triloo.svg);
    margin: 2px;
	width: 50%;
  	}

.mcard-txt {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
	right: 0;
    position: relative;
    top: 40%;
	width: 50%;
    margin-right: 20px;
}

.mcard-txt1 {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
	position: relative;
    right: 0px;
    text-align: end;
}

.mcard-txt2 {
	font-family: 'montserratmedium', sans-serif;
    font-size: 21px;
    text-decoration: none;
    color: #FFFFFF;
	text-align: end;
	position: relative;
    right: 0px;
}

.raggiod {
	font-family: 'montserratmedium', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
}

.dcpage {
	text-align: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
	border: 5px solid red;
	width: 70%;
	margin: -15% 0 0 -15%;
  	}

.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: max-content;
  text-align: center;
  color: #FFFFFF;
}

.fulldivblack {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background-color: #000;
  z-index: 99;
  text-align: center;
}

.error-div {
  position: absolute;
  margin: auto;
  background-color: rgba(150, 150, 150, 1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: max-content;
  text-align: center;
  border-radius: 20px;
  color: #FFF;
  opacity: 1.0;
  z-index: 100;
}

.infoapp-div {
  position: absolute;
  margin: auto;
  background-color: #AAA;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  height: max-content;
  text-align: center;
  border-radius: 15px;
  color: #FFF;
  opacity: 1.0;
  z-index: 100;
}

.fwelc {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
}

.title {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 21px;
    text-decoration: none;
    color: #FFFFFF;
	margin: 5px;
}

.dett-title {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.dett-testo {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 14px;
    color: #000;
}

.dett-content{
	height: 10px;
    width: 100%;
    background-color: #99999923;
    overflow-y: scroll;
}

.entry-content{
	height: 10px;
    background-color: #000;
    /* overflow-y: scroll; */
    color: #FFF;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.dett-content-cerca{
	height: 10px;
    width: 100%;
    overflow-y: scroll;
	text-align: left;
	margin-left: 5px;
}

.dett-img {
	object-fit: cover;
	width: 190px;
    height: 190px;
    text-align: center;
    transform: scale(1.0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: auto;
    margin-right: auto;
}

.dett-img-pic {
	object-fit: cover;
	width: 87px;
    height: 87px;
    text-align: center;
    /* transform: scale(1.5); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/* margin-left: auto; */
    margin-right: auto;
}

.link-content{
	text-align: center;
	display: inline-flex;
}

.link-icon{
	text-align: center;
	background-color: #AAA;
	border-radius: 31px;
	width:31px;
	height:31px;
	margin: 0px 2px 0px 2px;
}

.label-range{
	font-family: 'Barlow-Light', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(200,200,200,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


.button-pink {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 20px;
 	background-color:#e30d52;
	width: 200px;
	height: 40px;
	color: #FFF;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 20px;
}

.input-pink {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	background-color:#FFF;
	width: 200px;
	height: 40px;
	color: #1D1D1D;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 20px;
	border-width: 2px;
    border-color: #e30d52;
    border-style: solid;
	letter-spacing: 1px;
    text-align: center;
}

.input-white {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	background-color:#FFF;
	width: 246px;
	height: 40px;
	color: #1D1D1D;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 20px;
	border-width: 2px;
    border-color: #fff;
    border-style: solid;
	letter-spacing: 1px;
    text-align: center;
}

.input-addr {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 15px;
    background-color: #EEE;
    width: -webkit-fill-available;
    height: 40px;
    color: #1D1D1D;
    align-items: center;
    align-content: center;
    display: inline-grid;
    border-radius: 40px;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    letter-spacing: 1px;
    text-align: left;
}

.input-nome {
    font-family: 'montserratmedium', sans-serif;
    font-size: 17px;
    background-color: #000;
    width: -webkit-fill-available;
    height: 40px;
    color: #FFF;
    align-items: center;
    align-content: center;
    display: inline-grid;
    border-radius: 40px;
    border-width: 2px;
    border-color: #000;
    border-style: solid;
    letter-spacing: 1px;
    text-align: center;
}

.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  width: 100%; /* Full-width */
  height: 1px; /* Specified height */
  background: #999;
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  mix-blend-mode: luminosity;
  cursor: pointer !important;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.input-white-comp {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	background-color:#FFF;
	width: 100%;
	height: 30px;
	color: #000;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 5px;
	border-width: 2px;
    border-color: #fff;
    border-style: solid;
	letter-spacing: 1px;
    text-align: center;
}

.lab-comp {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: start;
    margin-bottom: 2px;
}

.input-cerca {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	background-color:#FFF;
	height: 40px;
	color: #1D1D1D;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 5px;
	border-width: 2px;
    border-color: #fff;
    border-style: solid;
	letter-spacing: 1px;
    text-align: center;
	width: -webkit-fill-available;
}

.sub-cerca {
	width:27px;
    margin-left: auto;
    position: relative;
	background-color: #AAA;
    border-radius: 5px;
  	}

.td-cerca {
	background-color: #AAA;
    border-radius: 9px;
    text-align-last: center;
	width: 40px;
  	}

.result-cerca {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 14px;
    color: #000;
  	}

.map-cerca {
	content: url(../img/Map_Diamond_1024.svg);
	background-color: #CCC;
    border-radius: 5px;
	font-size: 10px;
	width: 30;
  	}

.backtop {
	width: 27px;
    height: 27px;
    background-image: url(../img/freccia.svg);
    position: fixed;
    left: 5px;
    top: 12px;
    z-index: 2;
    filter: invert(1);
    background-repeat: no-repeat;
  	}

.home-top{
	font-size: 10px;
    position: fixed;
    top: 5px;
    z-index: 1;
    left: 0%;
    right: 0%;
    text-align: -webkit-center;
    height: 100%;
	/* background:url('../img/Background-Triloo.svg') no-repeat center; */
	background-size: cover;
  	}

.input-pink-fill {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	background-color:#e30d52;
	width: 200px;
	height: 40px;
	color: #FFF;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 20px;
	border-width: 2px;
    border-color: #e30d52;
    border-style: solid;
	letter-spacing: 1px;
    text-align: center;
}

.input-pink-fill::placeholder {
    color: #FFF;
}

.button-black {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 20px;
 	background-color:#777;
	width: 260px;
	height: 40px;
	color: #FFF;
    align-items: center;
    align-content: center;
    display: inline-grid;
	border-radius: 20px;
}

.button-white {
    font-family: 'Barlow-Light', sans-serif;
    font-size: 17px;
    background-color: #FFFFFF;
    width: 260px;
    height: 30px;
    color: #000;
    align-items: center;
    align-content: center;
    display: inline-grid;
    border-radius: 20px;
}

.cosa_prenoti {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 21px;
	width: 100%;
    text-align: center;
}

.ricerca_rapida {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 12px;
	width: 100%;
    text-align: center;
	color: #e30d52;
	padding: 3px;
	margin-bottom: 10px
}

.cercadett {
    text-align: center;
	bottom: 0px;
    position: fixed;
    width: 100%;
    height: 263px;
}

.cercadett-uno {
    text-align: center;
	background-color:#ffffff;
	padding: 0px;
	width: 100%;
	position: relative;
    top: 7px;
}

.cercadett-due {
    text-align: center;
	background-color:#f1f1f1;
	padding: 10px;
    width: 100%;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background-color: #000;
  z-index: 99;
  text-align: center;
}

/*___ HOME ______________________*/

.dummy-text {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 18px;
 	color: #FFF;
}

.imghome {
    filter:invert(13%) sepia(81%) saturate(6065%) hue-rotate(334deg) brightness(91%) contrast(95%);
	width: 60%;
    min-width: 35px;
    min-height: 35px;
}

.homeform {
  position: relative;
  width: 100%;
  right: 0;
  z-index: 100;
  /* bottom: 0; */
  /* display: none; */
  
}

.home-text {
	font-family: 'Barlow-Light', sans-serif;
	font-size: 15px;
 	color: #1d1d1d;
}

.home_top {
    text-align: center;
	position: absolute;
    width: 100%;
    /* margin-top: 15px; */
    top: 55px;
    bottom: 303px;
}
.table_home_top {
    text-align: center;
	position: absolute;
    width: 100%;
    /* margin-top: 15px; */
    top: 55px;
    bottom: 303px;
}
.home_center {
    text-align: center;
	position: initial;
	width: 100%;
	margin-top: 15px;
}

.home_container{
    width: 100%;
    /* height: 500px; */
	/* position: absolute; */
    /* top: 10%; */
    text-align: center;
}

.home_tasti{
    width: 90%;
    margin-left: 5%;
    /* margin-bottom: 10px; */
    /* position: absolute; */
    /* bottom: 289px; */
    /* height: 32%; */
    /* top: 145px; */
	top: -12px;
    position: relative;
}

.home {
    width: 50%;
    height: 50%;
    float: left;
}
.homeS:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.home-int {
    width: 100%;
    /* position: relative; */
    /* bottom: -25%; */
   	/* display: inline-block; */
    /* vertical-align: middle; */
}

.home:nth-of-type(1) {
	background: #fff;
	padding: 7px;
}

.home:nth-of-type(2) {
    background: #fff;
    border-left: 2px solid #f1f1f1;
	padding: 7px;
}

.home:nth-of-type(3) {
    background: #fff;
    border-top: 2px solid #f1f1f1;
	padding: 7px;
}


.homeT1 {
	background: #fff;
	padding: 7px;
}
.homeT2 {
    background: #fff;
    border-left: 2px solid #f1f1f1;
	padding: 7px;
}
.homeT3 {
    background: #fff;
    border-top: 2px solid #f1f1f1;
	padding: 7px;
}

.homeT4 {
    background: #fff;
    border-top: 2px solid #f1f1f1;
    border-left: 2px solid #f1f1f1;
	padding: 7px;
}

.timesel {
    background: #fff;
    border: 2px solid #f1f1f1;
    padding: 7px;
}

/*___ FADE ______________________*/
#fade4 {
    animation: fadein 4s;
    -moz-animation: fadin 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
#fade6 {
    animation: fadein 6s;
    -moz-animation: fadin 6s; /* Firefox */
    -webkit-animation: fadein 6s; /* Safari and Chrome */
    -o-animation: fadein 6s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/*___ SPINNER ______________________*/

section {
  width: 200px;
  margin: 0 auto;
  padding: 20px;
}

.spinner {
  animation: rotate 1.4s linear infinite;
  -webkit-animation: rotate 1.4s linear infinite;
  -moz-animation: rotate 1.4s linear infinite;
  width:74px;
  height:74px;
  position: relative;
}

.spinner-dot {
  width:274px;
  height:274px;
  position: relative;
  top: 0;
}


@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.path {
  stroke-dasharray: 170;
  stroke-dashoffset: 20;
}


