/* PAGE REGLAGES */

.textarea-prompt-initial{
	width: 100%;
	min-height: 200px;
}
		
th i {
    font-style: italic;
    font-weight: normal;
    font-size: 0.8em;
    width: 170px;
    position: absolute;
    border-top: solid 1px #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
	
div.wrap h1.chatbot-h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

input[type="color"] {
    border: none;
    background: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

tr.color-tr {
    display: flex;
    height: 40px;
}

.color-tr th {
    width: 400px;
}

.form-table td.input-flex-column {
    display: flex;
    flex-direction: column;
}

tr.texte_historic {
    height: 110px;
}

/* Fonctionnement des onglets */
.tab-content { 
	display: none; 
	margin-top: 20px; 
}

.tab-content.active { 
	display: block; 
}

/* PAGE REPERTOIRE */

.question-cell {
	font-weight: bold;
	font-size: 1.1em;
	color: #0073aa;
}

.chatbot-response {
	background: #f9f9f9;
	padding: 10px;
	border-left: 3px solid #0073aa;
	margin-top: 10px;
}

.toggle-response.button {
	margin-top: 5px;
}

a.button-export {
    position: absolute;
    right: 20px;
}

/* PAGE MOTS-CLES */

.question-list { 
	display: none; 
	background: #f9f9f9; 
	padding: 10px; 
	margin-top: 10px; 
	border-left: 3px solid #0073aa;
}
            
.question-list ul { 
	margin: 0; 
	padding-left: 20px; 
}

.question-list li { 
	margin-bottom: 5px; 
}

.toggle-btn { 
	margin-top: 8px; 
}

/* PAGE CLASSEMENT DES LIENS */

.link-group { 
	margin-bottom: 30px; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 10px; 
}
        
.question-list { 
	display: none; 
	margin-top: 10px; 
	background: #f9f9f9; 
	padding: 10px; 
}
        
.question-list ul { 
	margin: 0; 
	padding-left: 20px; 
}
        
.question-list li { 
	margin-bottom: 6px; 
}

.badge { 
	background: #0073aa; 
	color: white; 
	padding: 2px 6px; 
	border-radius: 4px; 
	font-size: 0.8em; 
	margin-left: 6px; 
}