body, html {
  margin: 0;
  padding: 0; 
  /* background-color: #0f1010; */
  background-color: #000000;
  /* background-image: url("../assets/img/sfondo_2026_def1.png");
  background-size: cover;
  background-position: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: center;
  color: #ffffff;
  /* color: #a8aba3; */
  font-style: normal;
  background-repeat: no-repeat;
}

.sfondo_image {
  background-image: url("../assets/img/sfondo_2026_def2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
body, html {  
    background-image: url("../assets/img/sfondo_2026_def2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Puoi regolare l'opacità dell'overlay */
  pointer-events: none;
}
  .sfondo_image {
  background-image: none;
  }
}

body.thanks {
  background-image: url("../assets/img/sfondo_2026_def2.png");
  background-size: cover;
}

body.live {
  background-image: url("");
  background-color: #101010;
}

.white {
  color: #ffffff;
  font-style: normal;
}
button{
  border-radius: 0pt; /* border-radius: 13pt; */
}
@font-face {
  font-family: 'Gotham';
  src: url('/assets/fonts/gotham/Gotham-Light.otf') format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/assets/fonts/gotham/Gotham-Bold.otf') format('opentype');
  font-weight: bold;
}

.logo{
  width:10vw;
}

.sfondo{
  width:35vw;
  margin-left: 10vh;
}

.register input::placeholder{
  font-weight: normal;
  color: #6f6f6e;
  font-size: 0.8rem;
}
.login input::placeholder{
  font-weight: normal;
  color: #6f6f6e;
  font-size: 0.8rem;
}
.size08em {
font-size: 0.8rem;
}
.register select{
  font-weight: normal;
  color:#6f6f6e;
  font-size: 0.8rem;
}
.privacy{
  text-align: left;
  font-size: 0.7rem;
}
a, a:hover{
  color:white;
  text-decoration: underline;
}
.marketing{
  font-size: 0.7rem;
  margin-left: 5px;

}
/* .register button{

background-color: white;
color:#6f6f6e;
font-weight: bold;
width: 150px;
text-align: left;
height: 40px;
}
.login button{

background-color: white;
color:#6f6f6e;
font-weight: bold;
width: 150px;
text-align: left;
height: 40px;
} */
body {
  font-family: 'Gotham', sans-serif;
  font-weight: normal;

}
#bold{
  font-weight: bold;
}
.the{
  color:#6f6f6e;
}
.outofthe{
  margin-bottom: 1.5rem !important;
}

.march, .capital {
  font-size: 1.2rem;
}
.un{
  font-size: 1.5rem;
}
.luogo{
  font-size: 1rem;
}

.register input[type="text"], input[type="email"]{
  width: 100%;
  margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;

}
.login input[type="email"]{
  width: 100%;
  margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.register select{
  width: 100%;
    margin: 5px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.footer{
  margin-bottom:30px;
}
.player-wrapper{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: 100%;
}
#iframePlayer {
  top:0;
  left: 0;
  position: absolute;
}
#player-section{
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.pagina{
padding-left:30vh; padding-right:30vh;
}

textarea {
   resize: none;
   padding-left: 10px;
   padding-top: 5px;
   min-height: 80px;
   background-color: white;
   border:none;
   color: black;
   height: 80px;
   width: 100%;

}
#send-button{
  margin: 0 auto;
}

textarea::placeholder{
color:#6f6f6e;
}
#-ok{
  height: 20px;
  padding-top: 10px;
  width: 100%;
}
#message{

  margin: -7px auto;
  height: 100%;
}

#days {
  color: white;
}

#hours {
  color: white;
}

#minutes {
  color: white;
}

#seconds {
  color: red;
}
#logout{

font-size: 22px;
}
