 
.loadTabela {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid #e5ac00;
    color: #ffffff;
    background-color: #4CAF50;
   
    border-radius: 0 0 12px 12px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.loadTabela:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
        background-color: #4CAF50;
      color: #FFC107;
}


    
        .loadTabelaH3 {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    
    background-color: #f4f4f4;
    border: none;
    border-radius: 12px 12px 0 0;

    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 12px;
    }
    

  .features {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
  }

  .feature {
    text-align: center;
    max-width: 300px;
  }

  .feature h3 {
    color: #361e8c;
    font-size: 1.2em;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .feature p {
    font-weight: 300;
  }
 







        .container-est {
        max-width: 800px;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);

        margin-top: 10px; /* Add margin to separate content from header */
        margin-bottom: 60px; /* Add margin to prevent content from being hidden by the footer */
        text-align: center;
    }

  
    .form-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 10px; 
    }
    .form-group > div {
        flex: 1;
        min-width: calc(25% - 15px);
    }
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    input[type="number"], input[type="text"] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .button-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin-top: 15px;
		
    }
    .button-container button {
        width: 100%;
        margin-top: 0;
    }
    button {
        padding: 10px;
        background-color: #361e8c; 
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
    }
    button:hover {
        background-color: #2b1870;
    }
    #save-pdf {
        background-color: #cf9c13;
        /* margin-top: 10px; */
    }
    #save-pdf:hover {
        background-color: #b58810;
    }
    #error-message {
        color: #e74c3c;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }

    input.error {
        border-color: #cc0000;
        background-color: #ffeeee;
    }

    .game {
        background-color: #ecf0f1;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;

    }
    .game-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
    margin-top: 1rem;

    }
    .number {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #b84b9e;
        color: #fff;
        border-radius: 50%;
        font-weight: bold;
    }
    .number.fixed {
       /* background-color: #e74c3c; */
          background-color: #cf9c13;
    }

    .lb2 {
    
   
    margin-top: 20px; 
	margin-bottom: 20px;
    
    
    }

    .game-info {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #7f8c8d;
    }
    #ad-space {
        background-color: #c2c2c2;
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
        font-weight: bold;
    }
    .popup-ad {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popup-content {
        background-color: #f39c12;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        position: relative;
    }

    .previous-results-container {
        display: flex;
        margin-top: 20px;
    }
    #results-list {
        flex: 1;
        margin-right: 20px;
    }
    .sorting-options {
        width: 300px;
    }
    .previous-result {
        background-color: #f0f0f0;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }



.privacy {
    background-color: #e3f2fd;
  }
  table {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding: 20px;
  /*  margin-bottom: 20px; */
  }
  th {
    background-color: #ffffff;
    color: white;
    padding: 10px;
    text-align: left;
    border-radius: 4px 4px 0 0;
  }
  td {
    padding: 10px;
  }
  h2 {
    color: #030303;
    margin-top: 0; /* atencao */
  }
  .email-link {
    color: #4CAF50;
    text-decoration: none;
  }
  .email-link:hover {
    text-decoration: underline;
  }




.test-btn {
        color: #3aa67c;
        margin-top: 10px;
        font-weight: bold; /* Negrito */
    }
    .test-btn:hover {
        color: #4CAF50;
    }
    .modal2 {
        display: none;
        position: fixed;
        z-index: 1001;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
    .modal-content2 {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;

    }
    .close2 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .close2:hover,
    .close2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .results-table-container {
        max-height: 210px; /* Adjust this value to fit approximately 10 rows */
        overflow-y: auto;
        margin-top: 10px;
        flex: 1;
        margin-right: 5px;


    }
    .results-table {
        width: 100%;
        border-collapse: collapse;


    }
    .results-table td, .results-table th {
        border: 1px solid #ddd;
        padding: 5px;
        text-align: left;
    }
    .results-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    .results-table tr:first-child {
        background-color: #4CAF50;
        color: white;
    }
    .hide-test-btn {
        color: red;
        margin-top: 10px;
        font-weight: bold; /* Negrito */
        margin-left: 10px;
    }
    .hide-test-btn:hover {
        color: #c0392b;
    }
    .test-results {
        display: flex;
        justify-content: space-between;
        gap: 5px;

    }
    .summary-table-container {
        width: 200px;
        margin-top: 10px;
        max-height: 250px; /* Adjust this value to fit approximately 10 rows */
    }
    .summary-table {
        width: 100%;
        border-collapse: collapse;
    }
    .summary-table td, .summary-table th {
        border: 1px solid #ddd;
        padding: 5px;
        text-align: left;
    }
    .summary-table tr:first-child {
        background-color: #4CAF50;
        color: white;
    }


.table-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Impede que as tabelas quebrem para a próxima linha */
    gap: 20px; /* Espaçamento entre as tabelas */
}

  .modal3 {
display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    }

  .modal-content3 {
    background-color: #f8f9fa;
    margin: 5% auto;
    margin-top: 50px;
    padding: 30px;
    border: none;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    
    .close3 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .close3:hover,
    .close3:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.tutorial-icon {
        display: inline-block;
       /* width: 20px; */
      /*  height: 20px;*/
     /* background-color: #2b1870; */
    /*  color: white;             */
     /* border-radius: 50%;   */
        text-align: center;
        line-height: 20px;
        cursor: pointer;
     /* margin-left: 10px;   */
        
      /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
       /*  border: 1px solid #ffffff; /* Borda azul */
    }
  .tutorial-content {
        max-width: 600px;
    /*  margin: 0 auto; */
    }
    .tutorial-section {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        font-size: small;
      
    }
    .tutorial-section h3 {
        cursor: pointer;
        padding: 10px;
        background-color: #f8f8f8;
        margin: 0;
        transition: background-color 0.3s;
    }
    .tutorial-section h3:before {
        content: '\25BC'; /* Down-pointing triangle */
        display: inline-block;
        margin-right: 5px;
        transition: transform 0.3s ease;
    }
    .tutorial-section.active h3:before {
        transform: rotate(-90deg);
    }
    .tutorial-section .tutorial-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding: 0 10px;
    }
    .tutorial-section.active .tutorial-content {
        max-height: 1200px;
        transition: max-height 0.5s ease-in;
    }
    .tutorial-section.active h3 {
        background-color: #e0e0e0;
    }

/* estatistica */
/* Estilos das barras de progresso dentro da célula */
.progress-bar2-container {
    width: 100%;
    background-color: #f1f1f1;
    height: 8px;  /* Altura da barra compacta */
    border-radius: 5px;
    margin-top: 2px;  /* Pequeno espaçamento entre a porcentagem e a barra */
}

.progress-bar2 {
    height: 100%;
    background-color: #4caf50;
    border-radius: 5px;
}


  .estatistica2-content {
        max-width: 600px;
    /*  margin: 0 auto; */
    } 

 .estatistica2-content h2 {
        text-align: center;
    /*  margin: 0 auto; */
    }

    .estatistica2-section {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .estatistica2-section h3 {
        cursor: pointer;
        padding: 10px;
        background-color: #f8f8f8;
        margin: 0;
        transition: background-color 0.3s;
    }
    .estatistica2-section h3:before {
        content: '\25BC'; /* Down-pointing triangle */
        display: inline-block;
        margin-right: 5px;
        transition: transform 0.3s ease;
    }
    .estatistica2-section.active h3:before {
        transform: rotate(-90deg);
    }
    .estatistica2-section .estatistica2-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding: 0 10px;
    }
    .estatistica2-section.active .estatistica2-content {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }
    .estatistica2-section.active h3 {
        background-color: #e0e0e0;
    }
/* estatistica */




    .button-grid {
        display: flex;
        justify-content: center;
      /*  gap: 20px;
        margin-top: 20px;*/
    }
    .icon-button {
        background-color: transparent;
        border: none;
        font-size: 20px;
        color: #361e8c;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 10px;
        border-radius: 50%;
    }
    .icon-button:hover {
       background-color: transparent;
        transform: scale(1.1);
    }

.close4 {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close4:hover,
    .close4:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .topic {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .topic-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .topic-content {
        display: none;
        margin-top: 10px;
    }
    .number-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }
    .number-cell {
        background-color: #4CAF50;
        color: white;
        padding: 10px;
        text-align: center;
        border-radius: 15px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    th, td {
        border: 1px solid #ddd;
        padding: 2px 8px;
        text-align: center;
        font-size: 14px;
    }
    th {
        background-color: #4CAF50;
        color: white;
    }
    .progress-bar {
        width: 100%;
        background-color: #e0e0e0;
     /*   padding: 3px; */
        border-radius: 3px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    }
    .progress-bar-fill {
        display: block;
        height: 22px;
        background-color: #4CAF50;
        border-radius: 3px;
        transition: width 500ms ease-in-out;
    }
    .explanation-text {
        margin-top: 15px;
        font-style: italic;
        color: #555;
    }
    
        @media (min-width: 1024px) {
        .ad-desktop {
            display: block;
            margin: 0 auto;
                        margin-top: 10px;
            margin-bottom: 18px;
        }
    }


  @media (min-width: 768px) {
    .container {
      flex-direction: row;
       max-width: 1024px;
    }
    .section {
      width: 100%;
    }

         .tutorial-content {
        max-width: 100%;
        padding: 0 10px;
      }

      .tutorial-section h3 {
        font-size: 16px;
        padding: 8px;
      }

      .tutorial-section .tutorial-content {
        font-size: 14px;
      }


         .estatistica2-content {
        max-width: 100%;
        padding: 0 10px;
      }

      .estatistica2-section h3 {
        font-size: 16px;
        padding: 8px;
      }

      .estatistica2-section .estatistica2-content {
        font-size: 14px;
      }



              .modal-content3 {
    background-color: #f8f9fa;
    margin: 5% auto;
    padding: 30px;
    border: none;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

  }

    /* Responsive adjustments */
    @media screen and (max-width: 768px) {

        .features {
      flex-direction: column;
      align-items: center;
      margin-top: 2rem;
    }
    
    .ad-mobile {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 10px auto 18px auto;
    text-align: center;
    margin-bottom: 20px;
}

    .feature {
      margin-bottom: 2rem;
    }
     .cta {
      padding: 2rem 1rem;
    }

    .cta h2 {
      font-size: 1.5em;
    }

.game-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
}



        

 

        .form-group {
           display: grid;
        grid-template-columns: 1fr 1fr; /* 2 colunas de tamanhos iguais */
        grid-template-rows: auto auto auto; /* 3 linhas automáticas */
        gap: 10px; /* Espaçamento entre as células */
        }

        .form-group > div {
            width: 100%;
        }

        .button-container {
            grid-template-columns: 1fr;
        }

        #main-header h1 {
            font-size: 20px;
        }

        #header-contact-btn {
            font-size: 12px;
            padding: 3px 8px;
        }

        .previous-results-container {
            flex-direction: column;
        }

        #results-list {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .sorting-options {
            width: 100%;
        }

        footer {
            font-size: 12px;
        }

        footer a {
            display: block;
            margin: 5px 0;
        }

    }

    @media screen and (max-width: 480px) {
        body {
            font-size: 14px;
        }

.game-numbers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 1rem;
}


        h1 {
            font-size: 24px;
        }

        .number {
            width: 26px;
            height: 26px;
            font-size: 13px;
        }

        .game-info {
         flex-direction: column;
            align-items: flex-start;
        }

    
 .results-table-container {
        max-height: none;
        overflow-y: visible;
      }

      .results-table, .summary-table {
        font-size: 12px;
      }

      .results-table td, .results-table th,
      .summary-table td, .summary-table th {
        padding: 5px;
      }

      .test-results {
        flex-direction: column;
      }

      .summary-table-container {
        width: 100%;
        margin-top: 10px;
      }

      .sort-options {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
      }

 .results-table-container {
        max-height: 250px; /* Adjust this value to fit approximately 10 rows */
        overflow-y: auto;
        margin-top: 10px;
        flex: 1;
        margin-right: 5px;
    }



    }