@charset "UTF-8";

/* DVR / NVR */

main> h1{
    text-align: center;
}

details > iframe{
    padding-top: 10px;
    border-radius: 5px;
}

div.bloco_respostas{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 480px;
}

details{
    padding: 10px;
    margin-top: 10px;
    border: 3px solid var(--verde-principal);
    border-radius: 10px;

}
summary{
    cursor: pointer;
}

details p{
    color: var(--verde-principal);
    margin: 15px 0px;
}

div.bloco_respostas{
    width: 100%;
    margin-bottom: 5px;
}

div.bloco_respostas textarea{
    width: 100%;
    height: 100px;
    resize: vertical;
    background-color: var(--fundo-verde);
    border-radius: 5px;
    padding: 5px;
}

div.bloco_respostas button, div.tutorial > button{
    padding: 10px;
    margin: 5px 0px 5px 5px;
    background-color: var(--verde-principal);
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

div.bloco_respostas button:hover, div.tutorial > button:hover{
    background-color: var(--fundo-claro);
    color: var(--verde-principal);
}

div.imagens{
    margin-top: 15px;
}

.img_copiavel{
    border: 2px solid var(--verde-principal)
}

div.erros{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 100%;
}

.erros > p{
    margin-top: 0px;
}

.pdf{
    background-color: var(--verde-principal);
    width: 40%;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin-top: 15px;
    border: 2px solid var(--verde-principal);
    cursor: pointer;
}

.pdf:hover{
    background-color: var(--fundo-claro);
    color: var(--verde-principal);
    border: 2px solid var(--verde-principal);
}
