@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Stile per lo Splash Screen */
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Cambia il colore di sfondo */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

/* Testo in alto */
.splash-title {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    color:rgb(6 109 236);
    text-align: center;
    animation: fadeIn 2.5s ease-in-out;
}

/* Immagine al centro */
.splash-logo {
    width: 250px;
    height: auto;
    animation: fadeIn 2.5s ease-in-out;
}

/* Testo in basso con effetto pulsante */
.splash-button {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    color:#990000;
    animation: pulse 2.5s infinite;
    text-align:center;
    font-size:22px;
}

/* Effetto di comparsa */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Effetto pulsante animato */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}


.list{width: 90%;}

/* Stile per il menu laterale */
.panel .page{
    background-color:rgb(6 109 236);
    color:#fff;
}
.item-inner:before {
    color:#ffffff !important;
}

.panel .block-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}

/* Stile per le voci del menu */
.panel .list ul {
    padding: 0;
    color: #fff;
}

.panel .item-title {
    font-size: 18px;
    color: #fff;
}

.panel .item-link {
    padding: 15px;
    color:#fff;
}


/* Stile del testo */
.sponsored-text {
    margin: auto;
    padding: 10px;
}

/* Testo sotto il logo */
.splash-text {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

/* Animazione di dissolvenza */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Occupa tutta l'altezza della viewport */
    position: relative;
    overflow: hidden;
}

.page-content-overflow{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    align-items: center;
}
.md .item-input:not(.item-input-outline) .item-content::before, .md .item-input:not(.item-input-outline).item-content::before {
    background:none !important;
}
.block-title-small{font-size:16px;font-weight:400;}

/* Assicura che il popup abbia spazio extra quando si apre la tastiera */
.popup-ticket .page-content {
    padding-top: 200px; /* Spazio extra per la tastiera */
    overflow-y: auto; /* Permette lo scroll verticale */
}

.color-red-light{
    color:rgb(251,183,189);
}
.popup-tablet-fullscreen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
}

.card-header {
    height: 150px; /* Modifica l'altezza in base alle tue esigenze */
    background-size: cover; /* Copre l'intero spazio disponibile */
    background-position: center; /* Centra l'immagine */
    color: white; /* Testo leggibile sull'immagine */
    display: flex;
    align-items: flex-end; /* Allinea il titolo in basso */
    padding: 16px;
}

.card-header-no-height {
    /* height: 180px; */
    /* background-size: cover; */
    /* background-position: center; */
    /* color: white; */
    /* display: flex
; */
    /* align-items: flex-end; */
    padding: 16px;
}
/* Centra il bottone all'interno del footer della card */
.card-footer {
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente (se necessario) */
    padding: 16px; /* Distanza dai bordi */
}

/* Imposta una larghezza massima per il bottone */
.card-footer .button {
    width: 100%; /* Occupa tutta la larghezza del footer */
    max-width: 300px; /* Limita la larghezza massima */
    text-align: center; /* Assicura che il testo sia centrato */
}
.item-title {
    display: flex;
    align-items: center; /* Centra verticalmente */
    gap: 10px; /* Spazio tra icona e testo */
}

.item-title svg {
    flex-shrink: 0; /* Evita che l'icona si ridimensioni */
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
/* Assicura che lo swiper abbia una dimensione appropriata */
.swiper {
    width: 100%;
    max-width: 600px; /* Limita la larghezza per una migliore visualizzazione */
    height: 600px; /* Altezza fissa */
}
/* Posiziona la paginazione in basso e centrata */
.pagination-toolbar {
    background: transparent !important; /* Rende la toolbar trasparente */
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
}

/* Stile per la paginazione */
.swiper-pagination {
    position: relative;
    width: 100%;
    text-align: center;
}

.toolbar.toolbar-bottom {
    background: transparent !important;
    border-top: none;
}

/* Rimuove il bordo superiore della toolbar */
.toolbar {
    border: none !important;
}

.onboarding {
    border-color: rgb(6 109 236);
    background-color: rgb(6 109 236);
    height:100%;
}
.blackbg{
    border-color: rgb(0 0 0);
    background-color: rgb(0 0 0);
}
.onboarding-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onboarding-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 0 32px;
    line-height: 1.2;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    color:#990000;

}
.border-blu{
    border-color:rgb(6 109 236);
}
.background-blu{
    background-color: rgb(6 109 236);
    color:#ffffff;
}
.overflow-auto{
    overflow: auto !important;
}
.card-text{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 43px 32px;
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.onboarding-text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
    color: var(--light-color);
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;

}
.onboarding-content>* {
    margin-top: 16px;
    margin-bottom: 16px;
}
.onboarding-next {
    --f7-button-padding-horizontal: 16px;
}
/* Stile per l'immagine e titolo nel popup */
.ticket-details {
    text-align: center;
    margin-bottom: 20px;
}

.ticket-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
input{
    /*background-color: #ffffff !important;
    border-bottom: 1px solid #000000 !important;
    color:#000 !important; */
}
.input-text{
    margin: 10px 10px 10px 0px;
    padding: 10px 0px 10px 10px;
    padding-left:10px !important;
}
.margin-top-input {
    margin-top: 10px !important;
}
.ticket-title {
    font-size: 22px;
    font-weight: bold;
}

/* Stile per il popup */
.popup-ticket {
    margin: auto;
}

/* Allinea il form */
.list ul {
    list-style: none;
    padding: 0;
}

.list li {
    margin-bottom: 15px;
}