@charset "utf-8";
body {
    height: 100vh;
    font-family: Quicksand;
    font-size: 15px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
}
p {
    font-size: 15px;
    font-weight: 400;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #ff5c01;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}
.sort {}
.sort:hover {
    color: #ffcc00;
}
.button {
    background-color: #ffcc00;
    color: #000;
    border-style: none;
    padding: 10px;
    border-radius: 10px;
}
.button:hover {
    background-color: #fbdc60;
    ;
    color: #000;
    text-decoration: none;
}
.button_menu {
    background-color: #ff5c01;
    color: #000;
    border-style: none;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 200px;
}
.button_menu:hover {
    background-color: #ffcc00;
    color: #000;
    text-decoration: none;
}
.modulo {
    text-align: center;
    margin: auto;
    border-style: solid;
    border-radius: 20px;
    border-color: #ddd;
    padding: 20px;
    max-width: 800px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type=submit] {
    width: fit-content;
}
input {
    margin: 2px;
}
input, textarea {
    width: 90%;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    border-radius: 10px;
}
input[type=checkbox] {
    width: fit-content;
}
select {
    font-family: inherit;
    font-size: inherit;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    background-color: #fff;
}
table {
    border-collapse: collapse;

}
td {
    border: solid;
    
}
table{
    font-size: 15px;
}
.cellasistema {
    border: none;
    color: #fff;
    font-size: inherit;
    border-radius: 0;
    margin: 0;
    background-color: inherit;
    padding: 0;
}
.cellasistema2 {
    border: none;
    color: #000;
    font-size: inherit;
    border-radius: 0;
    margin: 0;
    background-color: inherit;
    padding: 0;
}
.corpo {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 100%;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
}
.testa {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 100px;
}
.testabox1 {
    width: 50%;
}
.testaboxmenu {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.testabox2 {
    width: 30%;
    text-align: right;
}
.testaboxmenuitem {
    margin-left: 30px;
}
.blocco1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blocco1box {
    text-align: center;
    margin: auto;
    max-width: 1200px; 
    width: 90%;
}
.blocco1main {
    padding: 20px;
    flex: 1 1 auto;
    overflow-y: auto;
    text-align: center;
}
.blocco1header {
    width: 100%;
    color: #fff;
    padding: 10px;
    background-color: #2d3666;
    text-align: center;
}
.piede {
    text-align: center;
    width: 100%;
    height: 90px;
    margin: auto;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
.piedebox {}
.piedecontainer {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    max-width: 1440px;
    font-size: 18px;
    align-items: center;
}
.giocata {
    width: 50px;
    background-color: #000;
    border-style: solid;
    border-radius: 18px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    border-width: 2px;
    font-size: 14px;
    color: #ffcc00;
    text-align: center;
    font-weight: 700;
    display: block;
}
.tabellone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.tabellone_partite {
    font-size: 22px;
    width: 300px;
    text-align: right;
}
.tabellone_opzioni {}
.checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #ffcc00;
    border-radius: 18px;
    border: 2px solid #ffcc00;
    background-color: #000;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
}
.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox-container input:checked + .checkmark {
    background-color: #ffcc00;
    color: #000;
    border-color: #ffcc00;
}
.box_giocate {
    background-color: #333;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px;
}
.box_giocate0 {
    background-color: #333;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px;
}
.div_mob {
    display: none;
}
.testaboxmenumob {
    display: none;
}
.dropbtn {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 5px;
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.crono {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: fit-content;
}
.cronobox {
    text-align: center;
    background-color: #ffcc00;
    color: #000;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
}
.cronobox h1 {
    margin: 0;
}
.cronobox p {
    margin: 0;
    font-size: 14px;
}
.matrice_container{
    display: flex;
    flex-direction: column-reverse;
}
.matrice{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.matrice_box{
    padding: 10px;
}
.sintesi{
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: auto;
    background-color: #f0f0f0;
    width: 100%;
    box-sizing: border-box;
}
.riepilogo {
    padding: 20px;
    display: flex;
    flex-direction: row;
}
.riepilogo_box{
    margin-right: 10px;
}
@media (max-width: 750px) {
    .div_mob {
        display: unset;
    }
    .div_pc {
        display: none;
    }
    .tabellone {
        flex-direction: column;
        justify-content: center;
        background-color: #333;
        border-radius: 10px;
        border-width: 1px;
        border-color: #000;
        margin-top: 30px;
        box-sizing: border-box;
        padding: 10px;
    }
    .tabellone_partite {
        text-align: center;
    }
    .testaboxmenu {
        display: none;
    }
    .testaboxmenumob {
        display: flex;
        flex-direction: row-reverse;
        width: 50%;
        text-align: center;
    }
    .testaboxmenuitemmob {
        padding: 10px;
    }
    .piedecontainer {
        flex-direction: column;
    }
}
