.documentation-annotep{ 
	display: flex;
	flex-direction: column;
	text-align: justify;

	line-height: 2rem;
}

.documentation-annotep li,
.documentation-annotep p{
	font-size: 1.5rem;
}

.documentation-annotep p b{
	color: var(--green-02);
}

.section-models,
.session-description{
	margin: 1rem 1rem 0 1rem;
	border-radius: 2rem;
	background: var(--white);
	box-shadow: 0px 1px 8px rgb(68, 39, 121);
	padding: 1rem 1.5rem 1rem 1.5rem;

	opacity: 0;
	transform: translate(0, -1rem);

	animation: showElementAnimation .3s ease-in-out 1s forwards;
}

.session-description{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.documentation-annotep h3,
.documentation-annotep h2,
.documentation-annotep h1{
	font-family: "Source Serif 4", serif;
	color: var(--grey-03);
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
	border-bottom: 0.125rem solid var(--green-02);
}

.documentation-annotep h4{
	color: var(--grey-03);
	font-family: "Source Serif 4", serif;
	text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
	border-bottom: 0.125rem solid var(--purple-02); 
	margin-bottom: 0.5rem;
}

.documentation-annotep h3,
.documentation-annotep h2{
	font-size: 1.75rem;
}

.documentation-annotep h1{
	margin-bottom: 0.5rem;
}

.table-of-contents{
	margin-top: 1rem;
}

.documentation-annotep h1 span{
	color: var(--green-02);
}

.list-description{
	/* margin: 0 0 0 1rem; */
	list-style-type: disc; 
	padding-left: 2rem; 
}

.numberlist-description{
	padding-left: 1.5rem; 
}

.list-description li{
	margin-bottom: 0.5rem;
}

.menu-help{
	margin-left: 1rem;
	list-style-type: disc; 
	padding-left: 2rem; 
}

.menu-help a {
	color: var(--green-03); 
}

.return-title p a{
	color: var(--purple-02);
}

.menu-help-list{
	margin-left: 2rem;
}

.menu-help-list a {
	color: var(--green-02);
}

.seleting-annotation li{
	margin-bottom: 1rem;
}

.menu-tools li{
	margin-bottom: 0.5rem;
}

.list-requirements,
.menu-help li{
	margin-bottom: 0.5rem; 
}

.container-system-requirements{
	width: 45.5rem;
	padding: 1rem;
	border: 0.125rem solid var(--purple-02);
	border-radius: 1rem;
	margin: 0.5rem 0 1rem 0;
}

.container-system-requirements span{
	color: var(--green-03);
	font-weight: 700;
}


.menu-help-sublist{
	list-style-type: circle;
	margin: 0 0 1rem 2rem;
}

.section-models a {
	text-decoration: none;
	color: var(--green-02); 
	font-weight: bold; 
}

.section-models p span{
	color: var(--purple-02);
}

.menu-help a:hover,
.section-models a:hover{
	text-decoration: underline; /* Adiciona sublinhado ao passar o mouse */
}

.section-models{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.commandline{
	font-size: 1rem;
}

.docker1{
	height: 6rem;
}

.docker2{
	height: 7rem;
}

.flask1{
	height: 20rem;
}

.sing1{
	height: 7rem;
}

.info-git{
	font-weight: 700;
}

.tip{
	border-left: 0.5rem solid var(--green-02);
	padding: 0.5rem;
}

.important{
	border-left: 0.5rem solid var(--purple-01);
	padding: 0.5rem;
}

.warning{
	border-left: 0.5rem solid var(--orange);
	padding: 0.5rem;
}

.fixed-text{
	display: flex;
	gap: 0.5rem; 
	margin-top: 1rem;
}

@media (max-width: 1279px){
	.documentation-annotep h1 {
		font-size: 1.6rem;
	}

	.documentation-annotep h2 {
		font-size: 1.4rem;
	}

	.documentation-annotep h3 {
		font-size: 1.3rem;
	}

	.documentation-annotep h4 {
		font-size: 1.2rem;
	}

	.documentation-annotep li,
	.documentation-annotep p {
		font-size: 1.2rem;
	}

	.container-system-requirements {
		width: 100%; /* Ocupa 100% da largura até 892px */
	}

	.docker1{
		height: 8rem;
	}
	
	.docker2{
		height: 9rem;
	}

	.git1{
		height: 6rem;
	}
}

@media (max-width: 768px) {
	.container-system-requirements {
		width: 100%; /* Ocupa 100% da largura até 892px */
	}

	.documentation-annotep li, .documentation-annotep p {
        font-size: 1rem;
    }

	.docker1{
		height: 10rem;
	}

	.docker2 {
		height: 18rem;
	}

	.docker2_1{
		height: 12rem;
	}

	.sing1{
		height: 12rem;
	}
}

@media (max-width: 480px){
	.list-description{
		padding-left: 1rem; 
	}

	.numberlist-description{
		padding-left: 1rem; 
	}

	.list-description li{
		margin-bottom: 0rem;
	}

	.menu-help{
		margin-left: 1.5rem;
		padding-left: 0rem; 
	}

	.menu-help li{
		margin-bottom: 0rem;
	}

	.code-compact,
	.code-one-line{
		font-size: 0.8rem;
	}

	.docker1 {
		font-size: 0.8rem;
		height: 12rem;
		text-align: left;
	}

	.docker2 {
		font-size: 0.8rem;
		height: 20rem;
		text-align: left;
	}

	.Mutationratetable th, .Mutationratetable td {
        font-size: 0.8rem;
    }
}

@media (max-width: 400px){
	.code-compact,
	.code-one-line{
		font-size: 0.6rem;
	}

	.sing1{
		height: 14rem;
	}
}