body.custom-relatorio header#page-header {
    display: none;
}

body.custom-relatorio .box-container-relatorio {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 600px;
    margin: auto;
}

body.custom-relatorio .box-container-relatorio>div {
    background: #003a63;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.custom-relatorio .box-container-relatorio>div a {
    padding: 30px;
    color: white !important;
}

span.spanidcustom {
    display: none;
}




/* lista box estudantes home */

body.custom-relatorio .box-container-relatorio.bocks-broke-line {
    flex-wrap: wrap;
    max-width: 1200px;
}

body.custom-relatorio .box-container-relatorio.bocks-broke-line>div {
    flex-basis: calc(25% - 60px);
}

body.custom-relatorio .box-container-relatorio.bocks-broke-line {
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: flex-start;
}

.accordion.dashboardresponsible>.card>.card-header button.tarefanaoentre {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
}

.accordion.customreport>.card>.card-header button.tarefanaoentre > div * {
    font-size: 12px;
    color: black;
}

ul.pagination.justify-content-center.custom-relatorio li.page-item.disabled * {
    opacity: 1;
    color: #878787;
}

.customreport .card-header.atividade, .customreport .card-header.cursoquest { 
    background: #e7e8e9;
    padding: 0;
}

.customreport .atividade.collapse, .customreport .cursoquest.collapse {
    padding-top: 22px;
}

.customreport .card.atividade:not(:last-of-type), .customreport .card.cursoquest:not(:last-of-type) {
    margin-bottom: 10px;
}

a.btn.btn-primary.customback {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

a.btn.btn-primary.customback.list-home {
    margin-left: calc((100% - 1200px) / 2);
}

h2.titlecustomdash {
    margin: 50px auto 0 auto;
    max-width: 1200px;
}

.containerhomedash a.btn.btn-primary.customback.list-home {
    display: none;
}