:root {
    --giornoVAR: "twat";
    --difficolta: ""; /* width*/
    --difficoltaTXT: "";
    --colorBar: "";
}
body {
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fdcd3b;
    background-image: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);

}
/* Rendi selezionabile solo #messaggioWhatsapp */
#messaggioWhatsapp {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    cursor: text;
    min-height: 20px;
    font-family: monospace; /* Per una migliore leggibilità */
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid #ff5100;
    word-break: break-all; /* Per gestire testi lunghi */
}

/* Nascondi inizialmente il div del messaggio e il pulsante copia */
#messaggioWhatsapp:empty {
    display: none;
}

#copiaButton {
    display: none;
}

/* Mostra il pulsante copia solo quando c'è del testo nel div */
#messaggioWhatsapp:not(:empty) ~ #copiaButton {
    display: block;
}

::-webkit-scrollbar {
  width: 0px;
}
.containerbarra {
    width: 100%;
    background-color: #ddd;
  }
  .room img{
    position: relative;
    width: 100%;

  }
.roomBTN{
    background-color: #ffc010;
    text-align: center;
    outline: none;
    -webkit-tap-highlight-color: #ffc010;
    max-height: 30px;
    border-radius: 10px;
    padding: 10px;
    color: black;
    font-size: 15px;
    margin: 2px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.roomBTN:hover{
    background-color: #202020;
    color: rgb(221, 221, 221);
    transition: 0.5s;
}
  .skills {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(32, 32, 32);
  }
  .barraskill::before {
      content: var(--difficoltaTXT);
      }
  .barraskill {
  width: 0%; 
  background-color: var(--colorBar);  
   animation: barraskill-fill 2s forwards;
   content:"ciao";
  }
  
  #copiaButton {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

/* Feedback visivo quando premuto */
#copiaButton:active {
    opacity: 0.8;
}


  .clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

/* Stile per gli elementi cliccabili */
.flex-container .clickable {
    background-color: #3f3f3f;
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    text-align: center;
    width: 100%;
    display: block;
}

.flex-container .clickable:active {
    background-color: #555;
}

/* Stile per i pulsanti */
.button1, .button2, .button3, .button4, .roomBTN, #confirmText {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

.button1:active, .button2:active, .button3:active, .button4:active, .roomBTN:active, #confirmText:active {
    opacity: 0.7;
}

/* Stile per il contenitore flessibile */
.flex-container {
    display: flex;
    color: #fff;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    flex-direction: row;
}

.flex-container > div {
    background-color: #3f3f3f;
    width: 100%;
    margin: 2px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

/* Stile per i pulsanti nel modal */
.modal-body .flex-container > div {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

#conferma {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
 
}

#conferma:active {
    opacity: 0.7;
}
/* Opzionale: rimuovi il delay sul mobile */
* {
    touch-action: manipulation;
}
.error-field {
    border-color: #ff3860 !important;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.des.error-field {
    border-left: 5px solid #ff3860 !important;
    border-bottom: 1px solid #ff3860 !important;
    animation: shake 0.5s;
}


.des.error-field:focus {
    caret-color: #ff3860;
    animation: blink .3s step-end infinite alternate;
}

@keyframes blink {
    50% {
        border-left: 5px solid #ff3860;
        border-bottom: 1px solid #ff3860;
    }
}
/* Stile per i messaggi di errore */
.error-message {
    color: #ff3860;
    font-size: 0.8em;
    margin-top: 5px;
}
  
  @keyframes barraskill-fill{
      100%{ width: var(--difficolta);
      }
  }
.traslate { position: fixed;
z-index:9999;
  top: 8px;
  right: 16px;
  width: 3vh;
  height: auto;
  opacity: 1;
}

.cventer{
position: relative;

    margin: 0;
}
.ss {
  position:
  relative;

   z-index:3;
  display: block;
  margin: 2vh auto;
  width: 75%;
  border-radius: 20px;
  background-color: #1a1a1a;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}

.UPCASE{
    
 text-transform: uppercase !important;
    
}
.des {
/* Reset Select */
outline: 0;
/* Personalize */

color: #fff;
font-size: 4vw;
cursor: pointer;
width: 100%;
background-color: transparent;
transition-duration: 0.2s;
border: 2px solid transparent;
border-bottom: 1px solid #8BC34A;
border-left: 5px solid #8BC34A;
padding: 2vh 5px 2vh 5px;
margin: 0 auto 5px 0;
}



input,
textarea,
button,
select,
a {
    max-width: 100%;
    box-sizing: border-box; 
    outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  min-height: 60px;
}
  
input:valid {
    text-transform: capitalize;
}

input[type="email"] {
    text-transform: lowercase;
}

input[type="date"]:before {
    content: attr(placeholder);
    color: gray;
    margin-right: 0.5em;
}

input[type="date"]:valid:before {
    content: none;
}

.box {
  position:relative;
  z-index:0;
  text-transform: capitalize;
  margin: -6vh auto;
  width: 90%;
  border-radius: 15px;
  background-color: #1a1a1a;
    /* For browsers that do not support gradients */
  background-image: linear-gradient(110deg, #1a1a1a 60%, #1f1f1f 60%);
  box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
  color: #fff;
  font-family: FontAwesome, 'Poppins', sans-serif;
  padding: 14vh 1vw 0 1vw;
      bottom: 50px;
}

.wzp{
   max-height: 100%;  
        max-width: 100%; 
        position: absolute;  
        top: 0;  
        bottom: 0;  
 
        right: 0;  
        margin: auto;
}
.box2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    text-transform: capitalize;
    margin: 18vw auto;
    width: 90vw;
    border-radius: 15px;
    background-color: #fcf8e6;
    background-image: linear-gradient(110deg, #fcf8e6 60%, #ffea8c 60%);
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
    display: none;
    padding: 35vw 0 2vh 0;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
outline: none;
border-right: none;
border-top: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #1a1a1a inset;
  transition: background-color 5000s ease-in-out 0s;

}

/*
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: #fff !important;
}
*/

.mex {
    font-size: 3vw;
    width: 100%;
    color: #fff;
    background-color: transparent;
    transition-duration: 0.2s;
    margin-top: -5vh;
    text-align: center;
    padding: 10px 0 30px 0;
}
.reload {
    font-size: 22px;
    width: 100%;
    color: #fff;
    background-color: transparent;
    transition-duration: 0.2s;
    margin-top: 0;
    text-align: center;
    padding: 10px 0 30px 0;
}
@keyframes blink { 
   50% { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 5px solid #fdcd3b; 
    border-bottom: 1px  solid #fdcd3b; 
   } 
}

.des:focus {
     caret-color: #fdcd3b; 
    animation: blink .3s step-end infinite alternate;
}

button {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: clamp(0px, 7vw, 30px);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);

    margin-bottom: -30px;
    padding: 9px 13px;
    background-color: #f5bf1d;
    color: #F0F8FF;
    transition-duration: 0.5s;
    border: 2px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.confirmFX {
    margin-top: 4vh;
}


button:active {
    background-color: #8BC34A;
}

#giornoFront span {
    position: absolute;
    line-height: 3.6;
    right: 50px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    font-size: clamp(0px, 4vw, 15px);
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
        background-color: #000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    border-radius: 20px;
}

.modal-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80vw;
    max-width: 400px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s;
    border: none;
    outline: none;
    transition: .1s;
    border-radius: 25px;
    font-size: 12px;
}

.modal-header {
    text-align: center;
    padding: 2px 16px;
    background-color: #1a1a1a;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(110deg, #1a1a1a 60%, #fdcd3b 60%);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: white;
    border-radius: 25px 25px 0 0;
}

.modal-body {
    background-color: #fefefe;
    padding: 20px 20px;
    color: black;
    text-transform:none;
    text-align: justify;
    text-justify: inter-word;
    max-height: 50vh;
    overflow: auto;
}

.modal-image {
    position:relative;
    width: 100%; /* L'immagine occupa tutta la larghezza */
    height: auto; /* Mantiene le proporzioni */
    display: block; /* Rimuove spazi extra sotto l'immagine */
    transition: transform 0.3s ease;

   
    margin: 0 0;
    pointer-events: none; /* Inibisce il tocco */
    user-select: none; /* Inibisce la selezione */
}


.modal-body p{
    font-weight: 700;
    text-align: center;
 
}
.modal-footer {
    position: relative;
    text-align: center;
    align-items:center;
    padding: 2px 16px;
    background-color: #1a1a1a;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(110deg, #1a1a1a 50%, #fdcd3b 50%);
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: white;
    border-radius: 0 0 25px 25px;
    min-height: 100px;
}

#confirmText{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f9be1b;    
    text-align: center;
    max-width: 80%;
    font-size: clamp(20px, 2vw, 15px);
    outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  max-height: 30px;
  border-radius: 20px;
}
#confirmText:hover{
   background-color: #252525;    
   -ms-transform: translate(-50.5%, -50.5%);
   transform: translate(-50.5%, -50.5%);
   transition: 0.1s;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*-------------------------------------------------------nuovo css */
.cust-info {
    text-transform: none;
    margin: -90px 0 0 0;
    padding: 0 10px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 2s;
    overflow: hidden;
    text-align: justify;
    border: 2px solid transparent;
    border-bottom: 1px solid #8BC34A;
    border-left: 10px solid #8BC34A;
    font-size: 18px;
    text-transform: uppercase;
}
.invia-info {

    text-transform: none;
    margin: 0 0 5px 0;
    padding: 0 30px;
    overflow: hidden;
    text-align: justify;
    border: 2px solid transparent;
    border-bottom: 1px solid #8BC34A;
    border-left: 10px solid #8BC34A;
    font-size: 14px;
    text-transform: uppercase;
}

.error-info {
    text-transform: none;
     /*   margin: 0px 0 0 0; */
    padding: 0 30px;
    overflow: hidden;
    text-align: justify;
    border: 2px solid transparent;
    border-bottom: 1px solid #ff0000;
    border-left: 10px solid #ff5100;
    font-size: 14px;
    text-transform: uppercase;
}

.moddatas {
    margin-top: 3.5vh;
    font-size: clamp(0px, 4vw, 15px);
    background: gray;
}

.cust-info h3 {
    font-weight: 400;
    font-size: 4vw;
}

.cust-info p {
    color: #757575;
    font-size: 2.5vw;
    padding: 0;
}

ul {
    margin: 0;
    padding-left: 0;
}

li {
    color: #757575;
       font-size: 3.3vw !important;
    list-style: none;
    padding: 8px 0;
    opacity: 0;
    transform: translateX(-20px);
}



li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

li i {
    margin-right: 15px;
    font-style: normal;
}

li span {
    color: #424242;
    float: right;
    font-weight: 500;


}

.total {
    color: #000;
    border-top: 2px solid #FFC107;
    padding-top: 0;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    left: -50px;
    opacity: 0;
    transform: translateY(10px);
    transition: left 0.8s ease, opacity 0.5s ease, transform 0s ease 1.5s;
}

.total p {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0s ease 1.5s;
}

.total span {
    float: right;
}

main {
    color: #000;
    border-bottom: 2px dotted #F06292;
    border-radius: 0 0 4px 4px;
    padding: 0 30px;
    position: relative;
    transform: perspective(1000px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s ease 1.7s;
        bottom: 50px;
    padding-top: 50px;
}
@keyframes blink2 { 
   50% { background:rgb(253, 205, 59, 0.3) ; 
		border-radius: 5px;
	
       
   } 
}
p#warning {
    text-align: center;
    font-size: smaller;
    color: black;
	animation: blink2 .4s step-end infinite alternate;
}

main h3{
    color: #000 !important;
    /* font-size: 3vw; */
    font-weight: 500;
    opacity: 0;
    margin: 15px 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.8s;
}

.active {
    opacity: 1;
    transform: scale(1);
    transition: all 0.8s ease;
}

.active .cust-info {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease 0.5s;
}

.active .cust-info:before {
    left: 0;
    transition: all 1s ease 0.7s;
}

.active main {
    transform: perspective(1000px) rotateX(0deg);
    transition: all 0.5s ease 0.5s;
}

.active main h3 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 0.8s;
}

.active li {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease;
}

.active li:nth-child(1) {
    transition-delay: 1s;
}

.active li:nth-child(2) {
    transition-delay: 1.4s;
}

.active li:nth-child(3) {
    transition-delay: 1.8s;
}

.active .total {
    opacity: 1;
    transform: translateY(0);
    left: 0;
    transition: transform 0.8s ease 2s, opacity 0.8s ease 2s;
}

.active .total p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease 2.3s;
}

.active footer {
    transform: perspective(1000px) rotateX(0deg);
    transition: all 0.5s ease 0.9s;
}

.color {
	 display: block;
	 width: 0;
	 height: 0;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 position: absolute;
	 transition: 1.5s ease;
	 border-radius: 50%;
	 background-color: transparent;
}
 .expanded {
   position: absolute;
	 width: 1000%;
	 padding-bottom: 1000%;
	 height: auto;
   z-index:-5;
}
 .color--blue {
	 background-color: #1b8bf9;
	 transition-delay: 0.1s;
}
 .color--orange {
	 background-color: #ff6c19;
	 transition-delay: 0.2s;
}
 .color--yellow {
	 background-color: #fcba03;
	 transition-delay: 0.4s;
}
 .color--green {
	 background-color: #41ff9f;
	 transition-delay: 0.5s;
}
  .color--purple {
	 background-color: #a600ff;
	 transition-delay: 0.6s;
}

.conferma {
    margin: 50px auto;
    max-width: 400px;
    display: none;
}

/*
#completion {
  width:70%;
  height:70%;
  margin: auto;
  display: none;
}


@keyframes hideshow {
  0% { opacity: 0.2; }
  10% { opacity: 0.2; }
  15% { opacity: 0.2; }
  100% { opacity: 1; }
} 

#cirkel { 
  animation: hideshow 0.4s ease;
}

#check {
  animation: hideshow 0.4s ease;
}

#stars {
  animation: hideshow 1.0s ease;
  opacity: 0.9;   
}


@keyframes hideshow {
  0% {
    transform: scale(0.2);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(1.0);
    transform-origin: initial;
  }
}

@keyframes draaien {
  0% {
    transform: rotate(40deg);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(0deg);
    transform-origin: initial;
  }
}

#check {
  animation: draaien 0.8s ease;
}


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

#check {
  animation: transparant 2s ;
}
*/


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 400px) {
    
     .max-width{
 max-width:100%;   
margin:0 auto;
		
    
    
}

.wzp{
    width: 18%;
}
	.box2{

		font-size: 0.7em;
		top: -70px;
		margin: 140px auto;
		padding:210px 0 2vh 0;
	}
	
	.des{
font-size: 1em;
		
	}

.cust-info {
    text-transform: none;
    margin: -150px 0 0 0;
	  padding: 0px 20px 0 20px;
}
	.cust-info p {
    color: #757575;
    font-size: 0.8em;
    padding: 0.5vh 0 0 0;
}
	.cust-info h3 {
    font-weight: 400;
    font-size: 15px;
}

	.total {
    color: #000;
    border-top: 2px solid #FFC107;
    padding-top: 0;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 400;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 400px) {
    
     .max-width{
 max-width:500px;   
margin:0 auto;
		
    
    
}
.wzp{
  width: 14%;
}
	.box2{

 max-width:600px;
 font-size: 1em;
}
	.des{
font-size: 1em;
		
	}

	.mex{
font-size: 0.9em;
		
	}
.cust-info {
    text-transform: none;
  margin: -23vw 0 0 0;
}
	.cust-info p {
    color: #757575;
    font-size: 0.8em;
    padding: 0.5vh 0 0 0;
}
}
@media (min-width: 600px) {
    li {
    color: #757575;
       font-size: 20px !important;
	}
     .max-width{
 max-width:500px;   
margin:0 auto;
		
    
    
}
.wzp{
  width: 12%;
}
	.box2{

 max-width:500px;font-size: 1em;top: -50px;margin: 140px auto;padding: 250px 0 2vh 0;}
	.des{
font-size: 1em;
		
	}

	.mex{
font-size: 0.9em;
		
	}
.cust-info {
    text-transform: none;
    margin: -180px 0 0 0;
    padding: 0px 20px 0 20px;
}
	.cust-info p {
    color: #757575;
    font-size: 0.8em;
    padding: 0.5vh 0 0 0;
}
	.cust-info h3 {
    font-weight: 400;
    font-size: 25px;
}

	.total {
    color: #000;
    border-top: 2px solid #FFC107;
    padding-top: 0;
    margin: 0 0 15px;
    text-align: justify;
        font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 400;
}
	
}


	

  .menu {
  position: fixed;
  left: 0;
    width: 100%;
    display: flex;
        justify-content: space-around;

   
    bottom: 0;
  
    background-color: #1a1a1a
 
  }

  .menu div {
    cursor: pointer;
     background-color: #1f1f1f; 
  }	

  @keyframes blinkBut {
  0%, 100% {
    background-color: originalColor; /* Colore originale dei pulsanti */
  }
  50% {
    background-color: #f5bf1d; /* Colore durante il lampeggiamento */
  }
}

/* Aggiungi la classe 'blink' a ciascun pulsante che vuoi far lampeggiare */
.button1.blinkBut {
  animation: blinkBut 1s 1 0.5s; /* 2s � la durata di ciascun ciclo di blink, puoi modificare secondo necessit� */
}
 
.button2.blinkBut {
  animation: blinkBut 1s 1 1s; /* Inizia il blink con uno sfasamento di 0.5s rispetto al primo pulsante */
}

.button3.blinkBut {
  animation: blinkBut 1s 1 1.5s; /* Inizia il blink con uno sfasamento di 1s rispetto al primo pulsante */
}

.button4.blinkBut {
  animation: blinkBut 1s 1 2s; /* Inizia il blink con uno sfasamento di 1.5s rispetto al primo pulsante */ 
}

.promo{
    background-color: rgb(0, 0, 0);
color: #f2f2f2;
font-weight: 800;

}
/* Stile per select e option */
select option {
    padding: 10px;
    background-color: #1a1a1a;
    color: white;
}

select option:hover,
select option:focus,
select option:active,
select option:checked {
    background-color: #2d2d2d;
    color: white;
}

/* Per Firefox */
select {
    color: white;
    background-color: #1a1a1a;
}

/* Per Chrome */
select::-webkit-scrollbar {
    width: 8px;
    background-color: #1a1a1a;
}

select::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
}

/* Rimuovi la freccia default di Chrome */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 30px;
}

/* Sistemazione per il separatore emoji */
select option:not([disabled]) {
    color: white !important;
    font-style: normal !important;
}

select option[disabled] {
    color: #666;
    font-style: italic;
}