@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Arial', sans-serif;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    color: #333;
    font-family: 'Arial', sans-serif;
    text-align: center;

}

h2 {
    color: #3f3f3f;
    font-family: 'Arial', sans-serif;
    text-align: justify;
    font-size: 20px;



}

form {
    margin-top: 20px;
}

input[type="text"], textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    background-color: #6b6b6b;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #6b6b6b;
}

/* Para dar a todos os botões "Enviar", "Próximo" e "Retornar" (e quaisquer outros que você 
adicione no futuro) a mesma formatação*/
.button_add, a.button_add {
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px;
    background: linear-gradient(to right, #0f2027, #2c5364);
    font-family: 'Arial', sans-serif;
    color: #e1e7d8;
    border: none;
    transition: background-color 0.3s;
}

.button_add:hover, a.button_add:hover {
    background-color: #ffffff;
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */

}

.button, a.button {
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 15px 32px;
    background: linear-gradient(to right, #0f2027, #2c5364);
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    border: none;
    transition: background-color 0.3s;
}

.button:hover, a.button:hover {
    background-color: #ffffff;
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */

}

.button_clean, a.button_clean {
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 15px 32px;
    background: linear-gradient(to right, #0f2027, #2c5364);
    font-family: 'Courier New', Courier, monospace;
    color: #fded07;
    border: none;
    transition: background-color 0.3s;
}

.button_clean:hover, a.button_clean:hover {
    background-color: #f1e314;
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */

}

/* Para dar a todos os botões do report.html a mesma formatacao */

.button_rep, a.button_rep {
    display: inline-block;
    font-size: 16px;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background: linear-gradient(to right, #0f2027, #2c5364);
    font-family: 'Arial', sans-serif;
    color: #64c1ec;
    border: none;
    transition: background-color 0.3s;
}

.button_rep:hover, a.button_rep:hover {
    background-color: #ffffff;
}

.button:focus {
    border-color: rgb(16, 134, 231); /* Mantém a cor da borda verde-neon ao focar */
    box-shadow: 0 0 10px rgb(11, 170, 243); /* Adiciona um glow verde ao redor da caixa de seleção quando focada */
    outline: none; /* Remove o contorno padrão */
  }

/* /////////////////////////////////// COLUNAS E LINHAS /////////////////////////////////////// */

#left-column.shown {
    flex: 1;
    width: 50%; /* Ajusta para metade da tela quando mostrado */
  }
  
  #right-column.full-width {
    width: 100%; /* Ajusta para largura total quando a coluna da esquerda está escondida */
    display: flex;
    flex-direction: column;
    transition: width 1s;

  }
  
  #right-column.half-width {
    width: 50%; /* Ajusta para metade da tela quando a coluna da esquerda é mostrada */
    display: flex;
    flex-direction: column;
    transition: width 1s;

  }

  #left-column {
    display: none;
    /* outros estilos */
  }
  
/* /////////////////////////////////// COLUNAS E LINHAS CRIT /////////////////////////////////////// */


/* Create two equal columns that floats next to each other */
.column_crit {
    flex: 50%;
  }
  
  /* Clear floats after the columns */
  .row_crit {
    display: flex;
  }


  /* Create three unequal columns that floats next to each other */
.column-crit {
    float: left;

  }
  
  .left-crit {
    width: 25%;
    text-align: left;
  
  }

  .right-crit {
    width: 25%;
    text-align: right;
  
  }
  
  .middle-crit {
    width: 50%;
    text-align: center;

  }

  /* Clear floats after the columns */
.row-cabecalho-crit:after {
    content: "";
    display: table;
    clear: both;
  }

/* Para modernizar o estilo das páginas de formulário e destacar claramente os grupos de 
perguntas, você pode usar o seguinte código CSS: */



.form-group {
    border: 1px solid #8f8f8f;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
}

.form-group-crit {
    border: 1px solid #242323;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #e9cccc;
    font-family: 'Arial', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
}

.form-group-ae {
    border: 1px solid #242323;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #b8cfd3;
    font-family: 'Arial', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */


}

.question-group-title {
    /* color: #333;
    margin-bottom: 15px; */

    color: #044124;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    border: 2px solid rgb(117, 167, 117);
    border-radius: 5px;
    background-color: rgba(3, 95, 3, 0.1); /* lightgreen with 10% opacity */
}

.question-group-title-crit {
    /* color: #333;
    margin-bottom: 15px; */

    color: #f03939;
    margin-bottom: 15px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    border: 2px solid rgb(121, 51, 51);
    border-radius: 5px;
    background-color: rgba(240, 130, 130, 0.1); /* lightgreen with 10% opacity */
}

.question-group-title-ae {
    /* color: #333;
    margin-bottom: 15px; */

    color: #f03939;
    margin-bottom: 15px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 20px;
    border: 2px solid rgb(121, 51, 51);
    border-radius: 5px;
    background-color: rgba(240, 130, 130, 0.1); /* lightgreen with 10% opacity */
}

.question-group-crit {
    /* color: #333;
    margin-bottom: 15px; */

    color: #08080a;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    /* border: 2px solid rgb(121, 51, 51); */
    /* border-radius: 5px; */
    background-color: rgba(238, 14, 14, 0.1); /* lightgreen with 10% opacity */
}

.question-group-ae {
    /* color: #333;
    margin-bottom: 15px; */

    color: #08080a;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    /* border: 2px solid rgb(121, 51, 51); */
    /* border-radius: 5px; */
    background-color: rgba(11, 235, 235, 0.1); /* lightgreen with 10% opacity */
}

.form-group:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */
}

.trl-group {
    /* color: #333;
    margin-bottom: 15px; */

    color: #044124;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    border: 1px solid rgb(5, 5, 5);
    border-radius: 5px;
    background-color: rgba(68, 68, 68, 0.1); /* lightgreen with 10% opacity */
}

.trl-group:hover {
    box-shadow: 0 6px 12px rgba(162, 224, 154, 0.1);
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */
    background-color: rgba(10, 116, 33, 0.1);

}

.trl-title {
    font-weight: bold;

}


/* ##################################################################################### */

         /* Formatacao da Barra de Navegação de Base.html e variacoes */

/* ##################################################################################### */


/* /////////////////////////////////// Inicio de Nav em Base.html /////////////////////////////////////// */
        .logado {
            color: #999999;
            align-items: center;
            padding: 10px 20px; /* Add padding here */
            margin: 0; /* Reset margin */
        }

        .versao_software {
            color: rgb(194, 192, 192);
            display: flex; /* Keep inner flex */
            align-items: center; /* Keep inner align */
            padding: 10px 20px; /* Add consistent padding */
            margin-left: 10px; /* Add space before logo */
        }


        .site-navigation {
            background: linear-gradient(to right, #020202, #080808);
            padding: 0px; /* Remove padding here, apply to children */
            font-family: 'Arial', sans-serif, monospace;
            text-align: left;
            width: 100%;
            /* height: 100%; */ /* Let height be determined by content */
            display: flex;
            /* justify-content: space-between; */ /* REMOVE this */
            align-items: center; /* Keep vertical alignment */
            box-sizing: border-box;
        }
         
        /* Style for the main links within their group */
        .nav-group-middle a,
        .nav-group-middle .help-dropdown > a {
            color: #fdfdfd;
            margin: 0 0px; /* Keep original margin */
            text-decoration: none;
            padding: 10px 20px; /* Keep original padding */
            border-radius: 5px;
            transition: background-color 0.5s;
            font-size: 16px;
            display: inline-flex; /* Ensure dropdowns align */
            align-items: center; /* Align items in links */
        }

        .nav-group-middle a:hover,
        .nav-group-middle .help-dropdown:hover > a {
            background-color: rgba(248, 248, 248, 0.1);
            transform: translateY(-3px);
        }

        /* New Group Styles */
        .nav-group-left, .nav-group-middle, .nav-group-right {
            display: flex;
            align-items: center; /* Vertically align items within each group */
        }

        /* The Spacer */
        .nav-spacer {
            margin-right: auto; /* Pushes subsequent elements to the right */
        }


/* ////////////////////////////////// Inicio de Nav em Base-crit.html ////////////////////////////////////// */

.site-navigation-crit {
    background: linear-gradient(to right, #b65656, #e9cccc);
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    width: 100%;
    display: flex; 
    /* justify-content: left; */
    align-items: center;
    }

    .site-navigation-crit a {
    color: #701010;
    margin: 0 15px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.5s;
    font-size: 20px;
    /* background-color: rgba(255, 255, 255, 0.1);  Adicione esta linha
    border: 2px solid rgba(255, 255, 255, 0.3);  Adicione esta linha */
    }


    .site-navigation-crit a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */

    }

    /* ////////////////////////////// Inicio de Nav em Base-ae.html ////////////////////////////////////// */


/* /////////////////////////////////// DROPDOWNS /////////////////////////////////////// */


/* /////////////////////////////////// DROPDOWNS do botão de Clonar /////////////////////////////////////// */


#evaluation-dropdown {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 0;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Sombra na parte superior */

  }
  
  .dropdown-item {
    padding: 8px 16px;
    cursor: pointer;
  }
  
  .dropdown-item:hover {
    background-color: #f0f0f0;
  }

/* /////////////////////////////////// HOME FORMATACAO /////////////////////////////////////// */


.homebuttons {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f0f0f0;

}

/* /////////////////////////////////// DROPDOWNS do help /////////////////////////////////////// */

        
        .help-dropdown, .help-dropdown-home {
            display: inline-block;
            position: relative;
        }
        
        .help-dropdown a, .help-dropdown-home a {
            display: inline-block;
        }
        
        .help-dropdown i.fas.fa-caret-down, .help-dropdown-home i.fas.fa-caret-down {
            margin-left: 5px; /* Ajuste para espaçamento após o texto 'Ajuda' */
        }
        
        .dropdown-content, .dropdown-content-home {
            display: none;
            position: absolute;
            background-color: #0f2027;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 100;
            white-space: nowrap; /* Isso evita a quebra de linha */

        }
        
        .dropdown-content a, .dropdown-content-home a {
            color: #ffffff;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        
        .dropdown-content a:hover, .dropdown-content-home a:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }
        
        .help-dropdown:hover .dropdown-content {
            display: block;
            left: 0; /* Alinha o submenu com o lado esquerdo do item do menu */
            top: 100%; /* Posiciona o submenu diretamente abaixo do item do menu */
        }

        .help-dropdown-home:hover .dropdown-content-home {
            display: block;
            bottom: 0%; /* Posiciona o submenu diretamente acima do item do menu */
            left: -150%; /* Posiciona o submenu diretamente a direita do item do menu */

        }      
        
/* /////////////////////////////////// DROPDOWNS CRIT /////////////////////////////////////// */

         

.dropdown-crit {
    display: inline-block;
    position: relative;
}

.dropdown-crit i.fas.fa-caret-down {
    margin-left: auto;
}

.dropdown-crit-content {
    display: none;
    position: absolute;
    background-color: #0f2027;
    min-width: 200px;
    z-index: 1;
    white-space: nowrap; /* Previne quebra de linha */

}

.dropdown-crit-content a {
    color: #d1663c;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-crit-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-crit:hover .dropdown-crit-content {
    display: block;
}

/* ///////////////////////////////////  NOTIFICACAO /////////////////////////////////////// */
        @keyframes piscar {
            0%, 100% { 
                opacity: 1.0; 
                color: rgb(5, 54, 5); /* Cor quando o botão está visível */
                background-color: yellow; /* Cor de fundo quando o botão está visível */
            }
            50% { 
                opacity: 0.5; 
                color: rgb(5, 54, 5); /* Cor quando o botão está visível */
                background-color: yellow; /* Cor de fundo quando o botão está visível */
            }
        }
        
        .botao-notificacao-piscando {
            animation: piscar 1s infinite;
            transition: background-color 0.5s, color 0.5s;
            border: 2px solid black; /* Adiciona uma borda ao botão */
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Adiciona uma sombra ao botão */
            border-radius: 5px; /* Arredonda os cantos do botão */
            padding: 5px 10px; /* Adiciona um pouco de espaço interno ao botão */
            font-weight: bold; /* Torna o texto do botão em negrito */
        }

        .botao-notificacao-piscando:hover {
            background-color: green; /* Muda a cor de fundo quando o mouse está sobre o botão */
            color: white; /* Muda a cor do texto quando o mouse está sobre o botão */
            cursor: pointer; /* Muda o cursor para indicar que o botão é clicável */
        }
        
        .permissao-concedida {
            background-color: green;
            color: white;
            padding: 4px 6px;
            border-radius: 5px;
        }

        .permissao-negada {
            background-color: red;
            color: white;
            padding: 6px 6px;
            border-radius: 5px;
        }               
            
/* /////////////////////////////////// FIM de Nav em Base.html /////////////////////////////////////// */
    
    /* Aumenta o tamanho das caixas de seleção e botões de rádio */
input[type='checkbox'], input[type='radio'] {
  transform: scale(1.5);
}

/* Adiciona bordas grossas e arredondadas */
input[type='checkbox'], input[type='radio'] {
  border: 2px solid #000;
  border-radius: 5px;
}

/* Adiciona uma animação de marcação minimalista */
input[type='checkbox']:checked, input[type='radio']:checked {
  animation: checkmark 0.25s ease-in-out forwards;
}

@keyframes checkmark {
  0% {
    background-color: #2a683d;
  }
  100% {
    background-color: #000;
  }
}

.terms {
    /* color: #333;
    margin-bottom: 15px; */
    color: #722b2b;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
   
}

/* popup de explicação dos termos quando passa o mouse */

.tooltip-container {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */ /* If you want the underline */
    cursor: help;
    font-size: inherit; /* Inherit font size from parent element */
}

.tooltip-container .tooltip-content {
    visibility: hidden;
    /* width: 300px; */ /* Adjust width as needed */
    width: auto; /* Adjust automatically to content */
    max-width: 120vw; /* Limit width to 80% of viewport width */
    min-width: 180px; /* Optional: ensure a minimum width */
    background-color: #555; /* Dark grey background */
    color: #fff; /* White text */
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 125%; /* Position above the text */
    left: 50%;
    /* margin-left: -100px; */ /* Use half of the width to center - ONLY for fixed width */
    transform: translateX(-50%); /* Center element regardless of width */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: .9em; /* Example: Make tooltip text same size as container */
    font-weight: normal; /* Ensure normal font weight */
    border-bottom: none; /* Remove underline from tooltip text itself */
}

/* Optional: Arrow for the tooltip */
.tooltip-container .tooltip-content::after {
    content: "";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.tooltip  {
    position: relative;
    display: inline-block;
    /* cursor: help; */
}



.tooltiptext {
    visibility: hidden;
    /* min-width: 200px;  /* Define o tamanho mínimo do tooltip */
    width: fit-content;  /* Ajusta automaticamente a largura ao conteúdo */
    /*min-width: 30vw;  /* Limita a largura máxima a 90% da viewport */
    background-color: #000;  /* Altera a cor de fundo para preto */
    color: #77c511;  /* Altera a cor do texto para verde */
    text-align: center;
    border-radius: 6px;  /* Arredonda os cantos do tooltip */
    padding: 10px;  /* Adiciona um pouco de padding ao redor do texto */
    display: inline-block;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1000;
    /* bmax-width: 90vw; /* Limit maximum width to 90% of viewport width */

    top: 100%; /* Position below the element */
    /*left: 100%; /* Center horizontally */
    /*transform: translateX(-50%); /* Adjust horizontal centering */
    /*margin-left: -80px;
    
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.8em;  /* Diminui o tamanho da fonte */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* CRIT popup de explicação dos termos quando passa o mouse */

.tooltipright {
    position: relative;
    display: inline-block;
    cursor: help;
}



.tooltipright .tooltiptextright {
    visibility: hidden;
    min-width: 400px;  /* Define o tamanho mínimo do tooltip */
    background-color: #000;  /* Altera a cor de fundo para preto */
    color: #77c511;  /* Altera a cor do texto para verde */
    text-align: center;
    border-radius: 6px;  /* Arredonda os cantos do tooltip */
    padding: 10px;  /* Adiciona um pouco de padding ao redor do texto */
    overflow-wrap: break-word; /* Allow text to wrap and break if necessary */


  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1000;
    right: 105%;  /* Faz o tooltip aparecer à direita do elemento */
    top: 200%;  /* Centraliza verticalmente o tooltip em relação ao elemento */
    transform: translateY(-50%);  /* Corrige a centralização vertical */
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.8em;  /* Diminui o tamanho da fonte */
}

.tooltipright:hover .tooltiptextright {
    visibility: visible;
    opacity: 1;
}

/* Ícone Help ao lado de palavras importantes */
/* Asterisco vermelho de inclusao obrigatoria */


    .help-icon-keyword {
        font-size: 14px;
        position: relative;
        top: -7px; /* Ajuste este valor conforme necessário */
        left: -1px; /* Ajuste este valor conforme necessário */
    }

    .red-asterisk {
        color: red;
    }

/* Caixa SELECt */


    #projeto_comment, #outro_projeto {
        width: 100%;
    
    }

    select {
        width: 100%;
        height: 48px;
        color: #77c511; /* Cor de texto verde-neon, típica do tema Matrix */
        background: linear-gradient(to right, #0f2027, #2c5364);
        border: 1px solid rgb(33, 204, 33); /* Borda verde-neon */
        padding: 8px; /* Espaço interno para torná-la mais alta */
        margin: 10px 0; /* Margem acima e abaixo */
        border-radius: 4px; /* Arredonda as bordas */
        font-family: 'Courier New', Courier, monospace; /* Fonte com estilo de máquina de escrever, comum em temas de Matrix */
        font-size: 16px; /* Tamanho da fonte */
        -webkit-appearance: none; /* Remove a aparência padrão em navegadores WebKit */
        -moz-appearance: none; /* Remove a aparência padrão em navegadores Firefox */
        appearance: none; /* Remove a aparência padrão em navegadores modernos */
    }
    
    select:hover {
        border-color: #0B0; /* Muda a cor da borda para um verde mais escuro ao passar o mouse */
        background-color: #111; /* Escurece o fundo ao passar o mouse */
        transform: translateY(-3px);  /* Levanta ligeiramente o bloco */

    }
    
    select:focus {
        border-color: #0F0; /* Mantém a cor da borda verde-neon ao focar */
        box-shadow: 0 0 10px #0F0; /* Adiciona um glow verde ao redor da caixa de seleção quando focada */
        outline: none; /* Remove o contorno padrão */
    }
  

/* Estilos específicos para o select múltiplo com a classe personalizada */


    
    /* Formatacao da pagina report.html */


.profile-section, .reports-section, .actions-section {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #c3e0f1;

}

.report-title {
    /* color: #333;
    margin-bottom: 15px; */

    color: #041364;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Courier New', Courier, monospace; */
    padding: 10px;
    border: 2px solid rgb(108, 131, 233);
    border-radius: 5px;
    background-color: rgba(165, 181, 202, 0.1); /* lightgreen with 10% opacity */
}


.report-group {
    margin-bottom: 20px;
}

h2 i {
    margin-right: 10px;
}




/* ##################################################################################### */

         /* Formatacao da segunda coluna da pagina initialquestions.html */

/* ##################################################################################### */

/* //////////////////////// TODAS AS TABELAS (Estilos comuns) ////////////////////////// */
 
.select2-container {
    width: 90% !important; /* Define a largura automática */
    min-width: 200px; /* Define a largura mínima */
}

.select2-container .select2-selection--single {
    height: 50px;
    background-color: rgba(93, 95, 93, 0.1); /* lightgreen with 10% opacity */
    color: rgb(20, 56, 20); 
    font-weight: bold; 
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; /* Alinha o texto no centro horizontalmente */
}

.select2-container .select2-selection--multiple {
    height: 50px;
    background-color: rgba(3, 95, 3, 0.1); /* lightgreen with 10% opacity */
    color: rgb(20, 56, 20); 
    font-weight: bold; 
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; /* Alinha o texto no centro horizontalmente */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal; /* Ajusta a linha para permitir centralização */
    color: rgb(21, 49, 21) !important; /* Garante que a cor do placeholder seja alterada */
    padding-left: 1; /* Remove o padding à esquerda */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px; /* Ajusta a altura da seta para corresponder à seleção */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: normal; /* Ajusta a linha para permitir centralização */
    color: rgb(21, 49, 21) !important; /* Garante que a cor do placeholder seja alterada */
    padding-left: 1; /* Remove o padding à esquerda */
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 50px; /* Ajusta a altura da seta para corresponder à seleção */
}

/* Iluminacao de linhas da tabela */

.highlighted-project {
    color: rgb(176, 248, 176); 
    background-color: #2e2e2e;

    font-weight: bold; /* Texto em negrito */
}

.highlighted {
    background-color: #dad72b;
}

 /* Estilos para os botoes */
    
 .delete-button-crit, .delete-button-trl, .delete-button-ae, .delete-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 30px;
    width: 30px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    background: linear-gradient(to right, #eb8838, #74382a);
    font-family: 'Courier New', Courier, monospace;
    color: #f5eded;
    border: none;
    transition: background-color 0.3s;
}

.delete-button-crit:hover, .delete-button-trl:hover, .delete-button-ae:hover, .delete-button:hover {
    background-color: #92301f;
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */
}

.edit-button-crit, .edit-button-trl, .edit-button-ae, .edit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 30px;
    width: 30px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    background: linear-gradient(to right, #d0eb38, #745d2a);
    font-family: 'Courier New', Courier, monospace;
    color: #f5eded;
    border: none;
    transition: background-color 0.3s;
}

.edit-button-crit:hover, .edit-button-trl:hover, .edit-button-ae:hover, .edit-button:hover {
    background-color: #92301f;
    transform: translateY(-3px);  /* Levanta ligeiramente o bloco */
}

/* Estilos para a checagem de avaliação realizada ou não */


.check-text {
    font-family: 'Arial', sans-serif; 
    color: green; 
    font-weight: bold;
}

.notcheck-text {
    font-family: 'Arial', sans-serif; 
    color: rgb(250, 7, 7); 
    font-weight: bold;
}

.tables-container {
    overflow-x: auto;
}

/* //////////////////////// TAbela dadosobjeto ////////////////////////// */

/* Tooltips nativos (title) com quebra de linha */
[title] { white-space: normal; }

    
    /* Estilos para a tabela */
    .dadosobjeto {
        width: 85%;
        max-width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        text-align: center;
        margin-left: auto;  /* Adiciona margem automática à esquerda */
        margin-right: auto; /* Adiciona margem automática à direita */
    }
    
    .dadosobjeto td {
        border: 0.1px solid rgb(67, 68, 67);
        font-size: 13px;
        border-radius: 4px;
        padding: 8px 12px;
        text-align: center;
    }
   
    .dadosobjeto tr:hover {
        background-color: #f5f5f5;
    }

    .dadosobjeto tbody {
        display: none;
    }
  
    .dadosobjeto th[colspan="7"] {

        font-size: 14px;
        text-align: center;
        font-weight: bold;
        
    }
    .dadosobjeto th {
        
        font-size: 14px;
        background-color: rgba(253, 253, 253, 0.1);
        border: 0.1px solid rgb(109, 105, 105);
        padding: 8px 12px;
        text-align: left;
        border-radius: 4px;        
    }

      /* Estilos para os botoes */
    
      .delete-button-obj {
        display: inline-block;
        font-size: 14px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        padding: 8px 10px;
        background: linear-gradient(to right, #e20e0e, #74382a);
        font-family: 'Courier New', Courier, monospace;
        color: #f5eded;
        border: none;
        transition: background-color 0.3s;
    }
    
    .delete-button-obj :hover {
        background-color: #92301f;
        transform: translateY(-3px);  /* Levanta ligeiramente o bloco */
    }

/* //////////////////////// TAbela evaluationcrit ////////////////////////// */

    .evaluationcrit tbody {
        display: none;
    }

    .evaluationcrit thead {
        display: none;
    }
    
    .evaluationcrit {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .evaluationcrit td {
        border: 1px solid rgb(23, 24, 23);
        font-size: 13px;

        padding: 8px 12px;
        text-align: left;
    }
   
    .evaluationcrit tr:hover {
        
        background-color: #f5f5f5;
    }

    .evaluationcrit th[colspan="1"], .evaluationcrit th[colspan="6"], .evaluationcrit th[colspan="7"] {
        text-align: center;
        font-weight: bold;
        
    }
    .evaluationcrit th {
        background-color: #d3b7b7;
        font-size: 16px;

        border: 1px solid #0e0202;
        padding: 8px 12px;
        text-align: left;
        
    }

/* //////////////////////// TAbela evaluationtrl ////////////////////////// */

    .evaluationtrl tbody {
        display: none;
    }

    .evaluationtrl thead {
        display: none;
    }

    .evaluationtrl {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .evaluationtrl td {
        border: 1px solid rgb(23, 24, 23);
        font-size: 13px;

        padding: 8px 12px;
        text-align: left;
    }
   
    .evaluationtrl tr:hover {
        
        background-color: #f5f5f5;
    }

    .evaluationtrl th[colspan="1"], .evaluationtrl th[colspan="6"], .evaluationtrl th[colspan="7"] {
        text-align: center;
        font-weight: bold;
        
    }
    .evaluationtrl th {
        background-color: #d2d3b7;
        font-size: 16px;

        border: 1px solid #0e0202;
        padding: 8px 12px;
        text-align: left;
        
    }
   

/* ##################################################################################### */

/* //////////////////////// TAbela alinhamento ////////////////////////// */

.alinhamento tbody {
    display: none;
}

.alinhamento thead {
    display: none;
}

.alinhamento {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.alinhamento td {
    border: 1px solid rgb(23, 24, 23);
    font-size: 13px;

    padding: 8px 12px;
    text-align: left;
}

.alinhamento tr:hover {
    
    background-color: #f5f5f5;
}

.alinhamento th[colspan="1"], .alinhamento th[colspan="6"], .alinhamento th[colspan="7"] {

    text-align: center;
    font-weight: bold;
    
}
.alinhamento th {
    background-color: #b8cfd3;
    font-size: 16px;

    border: 1px solid #0e0202;
    padding: 8px 12px;
    text-align: left;
    
}


/* ##################################################################################### */

/* ////////////////////////////////// Inicio de SWAL Sweetalert 2 ///////////////////////////////// */

.custom-swal-popup {
    width: 1000px !important; /* Use !important para forçar o estilo */
    transition: transform 0.3s ease-out; /* Animação suave de transformação (pode ser usado para efeitos de entrada/saída) */
    box-sizing: border-box; /* Garante que padding e border são incluídos na dimensão total */
    position: relative; /* Posicionamento relativo (permite posicionamento preciso de elementos filhos) */
    border: 2px solid #444444; /* Borda em torno do modal */
    border-radius: 10px; /* Curvatura dos cantos da borda */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra em torno do modal */
    padding: 20px; /* Espaçamento interno do modal */
    background-color: #fffefe; /* Cor de fundo do modal */

}

.custom-swal-popup .swal2-input {
    width: 80%;  /* Ajuste para a largura desejada */
    max-width: 450px;  /* Ajuste para a largura máxima, se necessário */
    padding: 20px; /* Espaçamento interno do modal */
    margin: 10px auto; /* Margem em torno do modal (auto centraliza horizontalmente) */

}


.swal-message1 {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;

    color: rgb(39, 38, 39); 


    /* outras propriedades de estilo que você desejar */
}

.swal-message2 {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;

    color: rgb(15, 15, 15); 

}
.swal-message_trl {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 64px;
    color: #1f7792;  


    /* outras propriedades de estilo que você desejar */
}

.swal-message_crit_xy {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 18px;
    color: #1f7792;  


    /* outras propriedades de estilo que você desejar */
}

.swal-message_crit_tot {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 34px;
    color: #1f7792;  


    /* outras propriedades de estilo que você desejar */
}

.swal2-input {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 18px;
    color: #1f7792;  


    /* outras propriedades de estilo que você desejar */
}




/* em result_swal_trl.html */

.info-balloon {
    display: none;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    z-index: 1500;
    max-width: 300px;  /* Define a largura máxima */
    /* height: auto;   Se você quiser uma altura específica, defina-a aqui. Por padrão, a altura será ajustada automaticamente ao conteúdo. */
}

.tooltip-image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-image {
    visibility: hidden;
    width: 750px; /* Ajuste conforme necessário */
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 500;
    bottom: 100%; /* Posiciona o tooltip acima do ícone */
    left: 50%;
    margin-left: -800px; /* Ajuste conforme a metade da largura do tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-image-container:hover .tooltip-image {
    visibility: visible;
    opacity: 1;
}

/* ////////////////////////////////// Fim de SWAL Sweetalert 2 ///////////////////////////////// */


/* ##################################################################################### */


/* ////////////////////////////////// Barras de Rolagem dos TRL ///////////////////////////////// */

.custom_slider {
    width: 250px;
    height: 13px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 2px solid #b7b7b9;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #ffffff, #ffffff);
}

.custom_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #030303;
    border-radius: 80%;
}

.custom_slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #030303;
    border-radius: 80%;
}


/* ////////////////////////////////// Barras de Rolagem da CRITICIDADE ///////////////////////////////// */
.form-group-crit {
    margin-bottom: 2rem;
  }
  
  .question-group-crit {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .radio-group-horizontal {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .radio-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: -2.5rem;

    
  }
  
  .radio-labels {
    display: flex;
    justify-content: space-between;
  }
  
  .radio-options input[type="radio"] {
    margin: 0;
  }
  
  .radio-labels label {
    text-align: center;
    flex: 1;
    font-size: 0.9rem;
    padding: 0 0.25rem;
  }
  
  .custom_slider_crit {
    transform: rotate(-180deg); /* Torna o slider vertical */
    width: 100%;
    height: 11px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #07f0e4, #e70c0c); 
    border: 2px solid #b7b7b9;
    border-radius: 20px;
    margin-bottom: 1.2rem;
    margin-top: 3rem;

  }
  
  .custom_slider_crit::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 50px;
    height: 20px;
    background-color: #2dcdd3;
    border-radius: 10%;
    border: 2px solid #294be6; /* Adiciona uma borda ao thumb */

  }
  
 /* Estilo para o thumb no Firefox */
.custom_slider_crit::-moz-range-thumb {
    width: 50px;
    height: 20px;
    background: #138aeb;
    border-radius: 10%;
    border: 2px solid #294be6; /* Adiciona uma borda ao thumb */
  }
  
  /* Estilo para o thumb no IE */
  .custom_slider_crit::-ms-thumb {
    width: 50px;
    height: 20px;
    background: #138aeb;
    border-radius: 10%;
    border: 2px solid #294be6; /* Adiciona uma borda ao thumb */
  }
  
  .slider-tooltip-crit {
    position: absolute;
    display: inline-block;
    cursor: help;
    width: 100%;
    max-width: 400px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background-color: #030303;
    color: #fff;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    font-size: 0.8rem;
  }
  
  @media screen and (max-width: 768px) {
    .radio-group-horizontal {
      flex-direction: column;
    }
  
    .radio-options, .radio-labels {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .radio-labels label {
      margin-bottom: 0.5rem;
      text-align: left;
    }
  
    .custom_slider_crit {
      width: 100%;
      transform: none;
      margin-right: 0;
    }
  
    .slider-tooltip-crit {
      width: 90%;
      max-width: none;
    }
  }
  
  @media screen and (max-width: 480px) {
    .question-group-crit {
      font-size: 1rem;
    }
  
    .radio-labels label {
      font-size: 0.8rem;
    }
  }


  .shadow-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px; /* Aumenta o padding para maior espaçamento */
    border-radius: 5px;
    background-color: #e4b4b4;
    margin-bottom: 10px;
    width: 100%; /* Define uma largura fixa */
    text-align: center; /* Centraliza o texto */
    
  }
  
  .shadow-box:hover {
    transform: translateY(-3px); /* Levanta ligeiramente o bloco quando em hover */
  }

  /* ////////////////////////////////// Barras de Rolagem do ALINHAMENTO ///////////////////////////////// */

  .custom_slider_ae {
    transform: rotate(-90deg); /* Torna o slider vertical */
    width: 90px;
    height: 17px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #1de3f1;
    border: 2px solid #b7b7b9;
    border-radius: 20px;
    /* background-image: linear-gradient(90deg, #ffffff, #ffffff); */
    margin-right: -50px; /* Adicionado para separar o slider das opções de rádio */
}

.custom_slider_ae::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #138aeb;
    border-radius: 80%;
}

.custom_slider_ae::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #294be6;
    border-radius: 80%;
}


/* ##################################################################################### */


/* ////////////////////////////////// GUIA RAPIDO ///////////////////////////////// */



.guia-rapido-registrando {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #dbbdbd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.guia-rapido-avaliando {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ccdaa8;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.guia-rapido-analisando {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #add9e4;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.guia-rapido-title {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.guia-rapido-intro {
    text-align: center;
    margin-bottom: 30px;
}

.guia-rapido-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 22px;
    color: #5D5C61;
    margin-bottom: 15px;
}

.guia-rapido-list {
    list-style: none;
    padding: 0;
}

.guia-rapido-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.guia-rapido-tips {
    list-style: none;
    padding-left: 20px;
}

.guia-rapido-tips li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.red-asterisk {
    color: red;
}

.upload-btn {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.upload-btn:hover {
    background-color: #e0e0e0;
}

.upload-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
 
/* --- Custom Language Selector Styles (Desktop) --- */
.language-selector-container {
    display: flex;
    flex-direction: column; 
    align-items: flex-end; /* Alinha à direita no desktop */
    gap: 5px; 
}

.language-selector-link {
    padding: .5px 2px;
    font-size: 0.9em;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
    min-width: 60px;
    justify-content: center;
}

.language-selector-link.pt-link {
    background-color: #009c3b; /* Verde Brasil */
}
.language-selector-link.pt-link:hover {
    background-color: #007f30;
}

.language-selector-link.en-link {
    background-color: #002768; /* Azul EUA */
}
.language-selector-link.en-link:hover {
    background-color: #001e4e;
}
/* --- End Custom Language Selector Styles --- */

/* --- Language Selector Mobile Overrides --- */
@media screen and (max-width: 768px) {
    .site-navigation .language-selector-container {
        display: flex !important;
        flex-direction: column !important; /* Vertical no mobile */
        align-items: center !important; /* Centraliza os botões */
        width: 100% !important;
        padding: 10px 0 !important;
        gap: 5px !important;
        border-top: 1px solid #f0f0f0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        margin: 10px 0 !important;
    }
}






