
/*Senha Index*/
#senha-container {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

#senha-container input {
    padding: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}
/*Fim Senha Index*/

/*Normal*/
.inline-img {
    display: inline-block;
    vertical-align: middle;
}

.hint {
    text-decoration: underline;
    cursor: help;
    color: rgb(16, 2, 99);
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; /* Permite que os elementos se ajustem em várias linhas */
    padding: 20px;
    background: linear-gradient(to right, rgb(28, 4, 245), rgb(1, 105, 6));
    color: rgb(248, 9, 9);
}

header img {
    max-width: 250px; /* Permite redimensionamento */
    height: auto; /* Mantém a proporção da imagem */
    margin-right: 20px; /* Espaço entre a imagem e o texto */
    flex-shrink: 0; /* Evita que a imagem encolha */
}

header h1 {
    margin: 0;
    word-break: break-word; /* Quebra palavras longas, se necessário */
    text-align: left;
    flex: 1; /* Permite que o texto ocupe o espaço restante */
    min-width: 200px; /* Evita que o texto fique muito pequeno */
}

.container {
    width: 90%;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
        color: #0a24b4;
        text-align: justify;
    }

p {
        margin: 10px 0;
        margin-left: 10px;
        text-align: justify;
    }

img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 4px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}

.btn {
    display: inline-block;
    margin: 4px 10px;
    background-color: #6caef5;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
}

.btn:hover {
    background-color: #033163;
}

.buttons {
    display: inline-block;
    margin: 5px 0;
    background-color: #f7ecd1;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
}

.buttons:hover {
    background-color: #f8e2a9;
}

footer {
    background: linear-gradient(to right, rgb(28, 4, 245), rgb(1, 105, 6));
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.4rem 2rem;
    font-size: 1rem;
    color: white;
    background-color: #0056b3;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #033163;
}

.button1 {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
    color: rgb(17, 5, 175);
    background-color: #e9f5af;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
}

.button1:hover {
    background-color: #d0f126;
    font-weight: bold;
}

.highlight {
    background-color: #e9ecef;
    padding: 0.5rem;
    padding-left: 20px;
    border-left: 4px solid #57585a;
    margin: 1rem 0;
}

.highlight2 {
    background-color: #f8fcdd;
    padding: 0.5rem;
    padding-left: 20px;
    border-left: 4px solid #e0f529;
    margin: 1rem 0;
}

.highlight3 {
    background-color: #afc9f8;
    padding: 1px;
    padding-left: 20px;
    border-left: 4px solid #4a1af7;
    margin: 0.5px 0;
}

.highlight4 {
    background-color: #ebfae9;
    padding: 1px;
    padding-left: 20px;
    border-left: 4px solid #66f753;
    border-right: 4px solid #66f753;
    margin: 0.5px 0;
    border-radius: 30px;
}

.highlight5 {
    background-color: #ebfae9;
    padding: 1px;
    padding-left: 20px;
    border: 4px solid #66f753;
    margin: 0.5px 0;
    border-radius: 30px;
}

.highlight6 {
    background-color: #e9ecfa;
    padding: 1px;
    padding-left: 20px;
    border: 4px solid #7d93f5;
    margin: 0.5px 0;
    border-radius: 30px;
}

.highlight7 {
    background-color: #e9ecfa;
    padding: 1px;
    padding-left: 20px;
    border-left: 4px solid #7d93f5;
    border-right: 4px solid #7d93f5;
    margin: 0.5px 0;
    border-radius: 30px 0 30px 0;
}

.highlight8 {
    background-color: #e9ecfa;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 4px solid #7d93f5;
    margin: 0.5px 0;
    border-radius: 30px;
}

a img {
    transition: transform 0.3s ease; /* Suaviza o efeito ao passar o mouse */
    width: 200px; /* Largura inicial da imagem */
    height: auto;
}

a img:hover {
    transform: scale(1.1); /* Aumenta 10% da dimensão ao passar o mouse */
}

hr {
    border: 0;
    height: 3px;
    background: linear-gradient(to right, #ff0000, #ffae00);
    border-radius: 5px;
}

.codeA {
    background-color: #f4f4f4; /* Cor de fundo */
    border: 1px solid #ccc; /* Borda */
    padding: 2px 6px; /* Espaçamento interno */
    border-radius: 4px; /* Cantos arredondados */
    font-family: "Courier New", monospace; /* Fonte monoespaçada */
    color: #d63384; /* Cor do texto */
    font-size: 14px; /* Tamanho da fonte */
}

.txsombra {
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.txmsombras {
    font-size: 2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
                -2px -2px 4px rgba(17, 0, 255, 0.5);
}

.example {
    background-color: #e8f4fc;
    padding: 12px;
    border-radius: 5px;
    margin: 15px 0;
}

/* INICIO BOTÃO VOLTAR TOPO */
#scrollToTopBtn {
    display: none; /* Esconde o botão inicialmente */
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 10px; /* Cantos arredondados */
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, opacity 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

/* Estilo para o ícone de seta */
#scrollToTopBtn::after {
    content: '↑';
}
/*FIM BOTAO VOLTAR TOPO*/


/* Estilo para a caixa de código */
.code-container {
    background-color: #2d2d2d; /* Fundo escuro */
    border-radius: 20px; /* Bordas arredondadas */
    overflow: hidden; /* Esconde o conteúdo que ultrapassa */
    margin: 5px 0; /* Espaçamento externo */
    font-family: Arial, sans-serif; /* Fonte para o título e botão */
}

/* Barra superior */
.code-header {
    background-color: #1e1e1e; /* Cor de fundo da barra superior */
    padding: 10px;
    color: #f8f8f8; /* Cor do texto */
    font-size: 14px;
    border-bottom: 1px solid #444; /* Linha divisória */
}

/* Corpo do código */
.code-box {
    padding: 5px;
    font-family: 'Courier New', Courier, monospace; /* Fonte monoespaçada */
    font-size: 14px;
    color: #f8f8f8; /* Cor do texto */
    line-height: 1.5;
    overflow-x: auto; /* Barra de rolagem horizontal, se necessário */
    overflow-y: auto; /* Barra de rolagem Vertical, se necessário */
}

/* Barra inferior */
.code-footer {
    background-color: #1e1e1e; /* Cor de fundo da barra inferior */
    padding: 10px;
    text-align: right; /* Alinha o botão à direita */
    border-top: 1px solid #444; /* Linha divisória */
}

/* Botão "Run Code" */
.run-button {
    background-color: #000000; /* Cor de fundo do botão */
    color: white; /* Cor do texto */
    border: none;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex; /* Para alinhar ícone e texto */
    align-items: center; /* Centraliza verticalmente */
}

.run-button:hover {
    background-color: #101110; /* Cor de fundo ao passar o mouse */
}

/* Seta antes do texto */
.run-button::before {
    content: "➜"; /* Seta Unicode */
    margin-right: 8px; /* Espaçamento entre a seta e o texto */
}

/* Estilo para palavras-chave e elementos do código */
.code-box .keyword {
    color: #cc7832; /* Cor para palavras-chave (ex: function) */
}

.code-box .string {
    color: #6a8759; /* Cor para strings (ex: "quantidade") */
}

.code-box .number {
    color: #6897bb; /* Cor para números */
}

.code-box .comment {
    color: #808080; /* Cor para comentários */
}
/*fim barra de codigos*/

/*INSERE IMAGEM CHECK ESQUERDA DA LISTA*/
/*Marcar <ul> com: class="custom-list"*/
/*Marcar <li> com: class="checked"*/
/*modelo de imagem: https://tutoriaissankhya.netlify.app/img/Check png.png*/
.custom-list {
    list-style-type: none;
    padding: 0;
}
.custom-list li {
    background: url('https://tutoriaissankhya.netlify.app/img/Check png.png') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
    padding-left: 30px; /* Espaço para o ícone */
    margin: 3px 0;
    line-height: 24px;
}

.custom-list li.checked {
    background: url('https://tutoriaissankhya.netlify.app/img/Check png.png') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
}
/*FIM INSERE IMAGEM LISTA*/

/*INSERE IMAGEM SETA ESQUERDA DA LISTA*/
/*Marcar <ul> com: class="custom-listS"*/
/*Marcar <li> com: class="checkedS"*/
/*modelo de imagem: https://tutoriaissankhya.netlify.app/img/Check png.png*/
.custom-listS {
    list-style-type: none;
    padding: 0;
}
.custom-listS li {
    background: url('https://ajuda.sankhya.com.br/hc/article_attachments/16273674264087') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
    padding-left: 30px; /* Espaço para o ícone */
    margin: 3px 0;
    line-height: 24px;
}

.custom-listS li.checkedS {
    background: url('https://ajuda.sankhya.com.br/hc/article_attachments/16273674264087') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
}
/*FIM INSERE IMAGEM LISTA*/

/*INSERE IMAGEM SETAB ESQUERDA DA LISTA*/
/*Marcar <ul> com: class="custom-listSB"*/
/*Marcar <li> com: class="checkedSB"*/
/*modelo de imagem: https://tutoriaissankhya.netlify.app/img/Check png.png*/
.custom-listSB {
    list-style-type: none;
    padding: 0;
}
.custom-listSB li {
    background: url('https://ajuda.sankhya.com.br/hc/article_attachments/28458053140375') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
    padding-left: 30px; /* Espaço para o ícone */
    margin: 3px 0;
    line-height: 24px;
}

.custom-listSB li.checkedSB {
    background: url('https://ajuda.sankhya.com.br/hc/article_attachments/28458053140375') no-repeat left center;
    background-size: 20px 20px; /* Ajuste o tamanho conforme necessário */
}
/*FIM INSERE IMAGEM LISTA*/