
#schedina-generator {
    box-shadow: 0px 0px 5px yellow;
    width: 100%;
    height: 200px;
    margin-top: 3%;
    text-align: center;
    border-radius: 10px;
}
.titolo_genera {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 5%;
}
.btn-sport {
    padding: 15px 30px;
    background: linear-gradient(135deg, #e60023, #ff4d4d);
    color: yellow;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    letter-spacing: 2px;
    margin-top: 2%;
    
    
}

.btn-sport:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #cc001f, #ff1a1a);
}

.btn-sport:active {
    transform: scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#calcolo_schedina {
    width: 95%;
    height: 500px;
    border: solid yellow 2px;
    background-color: #0f1c3f;
    border-radius: 10px;
    margin: auto;
    margin-top: -200px;
    z-index: 10;
    position: absolute;
    text-align: center;
    display: none;
}
#what {
    color: white;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 2%;
    font-weight: bold;
}
#window_class {
    width: 90%;
    height: 300px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0px 0px 5px black;
    overflow-y: scroll;
    margin-top: 2%;
    padding-top: 5%;
}
.sezione_prono {
    background-color: rgba(0, 0, 255, 0.2);
    width: 100%;
    height: 80px;
    border-radius: 5px;
    margin-top: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.name_match {
    color: white;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase
}
.name_pronostico {
    color: yellow;
    font-weight: 700;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


#risultato-schedina {
    margin-top: 2rem;
} 
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}
thead {
    background-color: #007bff;
    color: #fff;
}
th, td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
    tr:nth-child(even) {
    background-color: #f9f9f9;
}
@media (max-width: 600px) {
    th, td {
    font-size: 0.9rem;
    padding: 0.5rem;
    }
}

body {
    background-color: #0f1c3f;
    
}

#preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ffffff20;
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-top: 20px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.logo {
    width: 40%;
    height: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.init {
    overflow: hidden;
    width: 100%;
    height: 30px;
    background-color: #0f1c3f;
    border-bottom: solid white 1px;
    padding-bottom: 1%;
    margin-top: 5%;
    display: flex;
}
.initWhite {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    white-space: nowrap;
    padding-left: 300%;  
    word-spacing: 10px;
    font-size: 18px;
    animation: scroll-left  18s linear infinite;
}
@keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-300%);
      }
}
.name_nav {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    margin-top: 5%;
}
.nav {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 10%;

}

.nav span {
    width: 25px;
    height: 3px;
    background-color: red;
    display: block;
}
.name {
    margin-top: 2%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    height: 70px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
h1 {
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: green;
    font-weight: 600;
}
.color {
    color: white;
}
h2 {
    font-size: 25px;
    
    margin-top: 13%;
    color: red;
    font-weight: 600;
}

.logoImg {
    width: 55px;
    height: 55px;
    background-image: url(logoCel.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 25%;
    border-radius: 20px;
}
.social {
    display: flex;
    margin-top: 8%;
    gap: 10px;
}
.socialImg {
    width: 30px;
    height: 30px;
}
.socialImg2 {
    width: 50px;
    height: 30px;
}
.topMatch {
    width: 100%;
    height: 30px;
    background-color: rgb(78, 78, 245);
    background-color: #0f1c3f;
    margin-top: 15%;
    border-bottom: white solid 1px;
    
}
.colorTop {
    color: white;
    padding: 1%;
    font-weight: 600;
}
.centerMatch {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    height: 250px;
    margin-top: 5%;
    gap: 15px;
    
    
}
.match1 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    background-position: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.match2 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.match3 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.match4 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.match5 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.match6 {
    
    width: 350px;
    height: 200px;
    border-radius: 10px;
    margin-top: 1%;
    margin-left: 1%;
    background-image: url(Black\ and\ White\ Minimalist\ Soccer\ Match\ Instagram\ Story.png);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.divCaption {
    width: 100%;
    height: 40px;
    background-color: rgb(78, 78, 245);
    background-color: #0f1c3f;
    margin-top: 5%;

}
.caption {
    color: white;
    padding: 2%;
    font-weight: 600;
    font-family: cursive;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: oblique;
    letter-spacing: 2px;
}
.centerPalinsesto {
    width: 100%;
    height: 1000px;
    border-bottom: none;
    border: solid white 1px;
    margin-top: 15%;
    border-radius: 10px;
    background-color: #0f1c3f;
    
}
.spaceForLeghe {
    width: 85%;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 1%;
    margin-left: 5%;
    height: 50px;
    border: solid white 1px;
    border-radius: 10px;
    display: flex;
    gap: 5%;
    text-decoration: none;
    
    
}
.lega1 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(italia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lega2 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(italia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lega3 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(inghilterra.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lega4 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(spagna.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lega5 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(germania.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lega6 {
    width: 13%;
    height: 40px;
    margin-top: 1%;
    border-radius: 50%;
    background-image: url(francia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.linkLega {
    
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    width: 200px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;   
}
.numberM {
    color: white;
    border: solid yellow 1px;
    padding: 5px;
    border-radius: 50%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
.spaceForDay {
    display: flex;
    overflow-x: scroll;
    gap: 20px;
    width: 90%;
    padding-left: 20px;
}
.day {
    background: linear-gradient(45deg, #ffa500, #ff5e00);
    color: #0f1c3f;
    padding: 5px 10px;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.day:hover {
    transform: scale(1.08);
    background: linear-gradient(45deg, #ff5e00, #ffa500);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.day:active {
    transform: scale(0.97);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.spaceXmatch {
    
    width: 85%;
    height: 55px;
    overflow-x: scroll;
    border: solid white 1px;
    margin-left: 7%;
    border-radius: 10px;
    margin-top: 2%;
    background: linear-gradient(45deg, #ff5e00, #ffa500, black);
    display: none;
}
.spaceXname {
    text-align: center;
    padding-top: 5%;
    color: white;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}


