:root {
    --primary-color: #00136F;
    --secondary-color: #A6A6A6;
    --success-color: #198754;
    --background-site-color: #FFF;
    --text-white: #FFF;
    --text-family: 'Roboto';
    --fonte-size-pag-atual: 2.0rem;
}

html {
    padding: 0;
    margin: 0;
    height: 100vh;
}

body {
    background-color: var(--background-site-color) !important;
    font-family: var(--text-family) !important;
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
}

.content {
    padding: 0px;
}

#nome-pagina {
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #1B458E;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

#nome-pagina>h1 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.order-6 {
    order: 6 !important;
}

.order-sm-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-sm-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-sm-8 {
    order: 8 !important;
}

/* LOGIN */

#fundo_login {
    background-image: url(../images/login/fundo_login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#caixa-login {
    background: rgba(0, 0, 0, 0.90);
    width: 50vh;
    max-width: 500px;
    border-radius: 8px;
    padding: 0 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;

}

#caixa-login-header img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#caixa-login h1 {
    text-align: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

#caixa-login form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#div-login label,
#div-senha label {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;

}

#forgot-password {
    margin-top: 2px;
    color: #6C757D;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
}

#forgot-password a {
    color: #6C757D;
}

.btn-logar {
    margin-top: 20px;
    border-radius: 5px;
    background: #FF8D07;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#caixa-login-footer img {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}

footer {
    background-color: #0067B1;
    height: 120px;
}


/* FIM LOGIN */

/* Inicio Top Logo */

#logo-menu-header {
    height: 280px;
}

#img-logo-menu-header {
    z-index: 1;
    height: 205px;
}

#logo-menu-cabecalho {
    position: relative;
    bottom: 105px;
    width: 70%;
    left: 50px;
    z-index: 1;
}

#info-usuario {
    background-color: #0067B1;
    color: #ffffff;
    position: relative;
    bottom: 162px;
    padding-top: 46% !important;

}

#borda-dourada-visu {
    border: 4px solid;
    border-color: #CE8E39;
}

#linha-dourada-dash {
    border: 2px solid #E27D39;
    opacity: 0.75;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #E27D39;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

#nova-notificação {
    padding-right: 10px;
}

#vermais {
    color: #ffffff;
    background-color: #E27D39;
    height: 28px;
}

/* Final Top Logo */

/* MENU HORIZONTAL */

.btn-menu-top {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: bold;
}

.btn-menu-top.active {
    background-color: #E27D39;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: bold;
}

#menu-fundo {
    height: 170px;
    background-color: #000;
}

#menu-fundo img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.barra-sidebar {
    height: 60px;
    background-color: #0067B1;
}

#menu-desktop-info {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
}

#menu-desktop-info h6 {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
}

#menu-desktop-info h6 a {
    color: #fff;
    text-decoration: none;
}

#btn-menu-action {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

#btn-menu-sair {
    color: #FF8D07 !important;
}

#div-menu {
    position: absolute;
    z-index: 999;
    width: 70vh;
}

#conteudo-menu {
    background-color: rgba(0, 0, 0, 0.9);
    color: #0067B1;
    margin-top: 5px;
    position: relative;
}

.card-menu-itens {
    border: 3px solid !important;
    border-color: #0067B1 !important;
    background-color: aliceblue;
    width: 135px;
    height: 135px;
    padding: 30px;
}

.card-menu-itens a {
    text-decoration: none;
    color: #0067B1;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: grid;
    justify-content: center;
    align-items: center;
}

.card-menu-itens img {
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

/* FIM MENU HORIZONTAL */

/* MENU LATERAL */

.sidebar-header {
    background: #FFF;
}

.sidebar-header-info {
    padding: 20px;
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
}

.sidebar-header-info p {
    color: #686868;

    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#sidebar-change-user {
    color: #DF7400;
    cursor: pointer;
}

#sidebar-change-user a {
    color: #DF7400;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

#sidebarMenu>.nav-item {
    padding: 5px;
    background: #FFF;
    border: 2px solid #FFF;
}

.nav-item a {
    color: #686868;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-item a:hover {
    color: #E27D39;
}

.icon-menu-custom {
    margin-right: 25px;
    font-size: 30px;
}

/* BANNER */

.imagem-banner {
    width: 100%;
    height: 500px;
    object-fit: fill;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-radius: 10px;
}

/* FIM BANNER */

/* DASH DT */

.card_dash {
    padding: 20px;
    border: 1px solid #686868;
    background: #FFF;
    height: 100%;
}

.card_dash p:not(.txt-orange) {
    color: #686868;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card_dash a {
    color: #686868;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.txt-orange {
    margin-top: 20px;
    color: #DF7400;
    font-family: Roboto;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dt-dash-icons {
    margin: 0;
    padding: 0;
}

.dt-dash-icons img {
    margin: 20px 0 0 0;
}

.dt-dash-icons p {
    margin: 20px 0 0 0;
}

.border-table {
    border: 1px solid #686868 !important;
}

.large-row {
    height: 90px;
}

#mes-dash-metas {
    margin-left: auto;
    margin-right: 20px;
}

#dash-metas {
    width: 100%;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dash-metas h1,
#mes-dash-metas h1 {
    margin: 0;
    color: #686868;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#dash-metas>img {
    margin-left: 15px;
    margin-right: 15px;
}

.th-custom {
    padding: 20px !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.th-green {
    border: 1px solid #686868;
    background: #198754 !important;
}

.th-blue {
    border: 1px solid #686868;
    background: #2B5BDD !important;
}


.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.primeiro-cabecalho {
    background-color: #0067B1 !important;
    color: #fff !important;
    text-align: center !important;
}

.segundo-cabecalho {
    background-color: #E27D39 !important;
    color: #fff !important;
    text-align: center !important;
}

.card-dash {
    border: 1px solid;
    border-color: #0067B1;
    text-align: center;
    color: #0067B1;
    height: 186px;
    display: grid;
    align-items: center;
}

.card-dash a {
    text-decoration: none;
}

.card-dash h5 {
    color: #ffffff;
    background-color: #E27D39;
    height: 30px;
}

.card-dash h6 {
    text-align: center;
}

#linha-dourada {
    border-bottom: 3px solid !important;
    border-color: #E27D39 !important;
    height: 27px;
}

#tm-paragraphs {
    height: 24px;
}

#opcao-evento {
    border: 1px solid;
    border-color: #0067B1;
    margin: 12PX;
    text-align: center;
    color: #0067B1;
}

#opcao-evento p {
    margin-top: 0;
    margin-bottom: 0rem;
}

#opcao-ver-evento {
    text-align: center;
    color: #ffffff;
    background-color: #E27D39;

}

#borda-tabela-q4 {
    border-color: #0067B1 !important;
}

.borda-opcaox {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

#opcao-eventox {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.primeiro-cabecalhox {
    background-color: #007bff;
    color: #fff;
    text-align: center;
}

.segundo-cabecalho {
    background-color: #e9ecef;
    text-align: center;
}

/* FIM DASH DT */

/* Inicio Regulamento */

.alert-nao-aceito {
    background-color: #D40007;
    color: #FFF;
    height: 83px;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.alert-aceito {
    background-color: #198754;
    color: #FFF;
    height: 83px;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.alert-nao-aceito strong {
    font-size: 24px;
}

.alert-nao-aceito p {
    font-size: 20px;
}

#btn-regulamento {
    background: #E27D39;
    height: 52px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

#regulamento-aceito {
    border-radius: 10px;
    padding: 8px;
    display: flex;
    background-color: #198754;
    margin-top: 10px;
    width: 100%;
    text-align: center !important;
}

#regulamento-nao-aceito {
    border-radius: 10px;
    padding: 8px;
    display: flex;
    background-color: #E27D39;
    margin-top: 10px;
    width: 100%;
    text-align: center !important;
}

/* Final Regulamento */

/* Inicio Dash */

#banner-baixo {
    margin-top: 18%;
}

/* Final Dash */

/* Inicio da Mydata */

#texto-contato h1 {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

#texto-contato ul {
    padding: 0px;
    margin: 20px;
}

#texto-contato ul li {
    color: #000000 !important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-premiacao {
    background-color: #E27D39 !important;
    color: #fff !important;
}

.btn-contato {
    background-color: #E27D39 !important;
    color: #fff !important;
}

/* Final da Mydata */

/* Inicio Extrato */

/* input[id="dt-de"]::-webkit-calendar-picker-indicator {
    display: none;
} */

.btn-search {
    color: #ffffff !important;
    background-color: #03bb10 !important;
}

.borda-suave {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 4px;
}

.results .extra-rules {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10%;
}

.campo-data {
    border-radius: 5px;
    width: 88%;
    padding-bottom: 2%;
}

/* Final Extrato */

/* Inicio Metas */

.results .extra-rules {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Final Metas */


/* Inicio Password */

.auth-form {
    margin: auto;
}

.imag {
    background: url('<?php printf("%s%s", constant("cFurniture"), "images/fundoNivea.png") ?>') right top no-repeat transparent;
    background-size: contain;
    width: 10px;
}

.imagmobile {
    display: none;

}

.logotipo {
    display: flex;
    justify-content: center;
    position: relative;
    top: 4px;
}

.bemvindo {
    display: flex;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin-top: 25px
}

.instruction {
    color: #6C757D;
    font-size: 0.625rem;
    text-align: center;
}

.reset-password {
    text-align: center;
    color: #6C757D;
    font-size: 0.625rem;
}

.enviar {
    text-align: end;
    margin-top: 20px;
}

.enviar .btn {
    background: #C00000;
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    padding: 20px 35px;
}

/* INICIO RANKING */

#ranking-grupo {
    position: relative;
}

#ranking-grupo>h5 {
    color: #686868;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0;
}

#ranking-trimestre {
    border: 1px solid #686868;
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
}

#ranking-trimestre>h5 {
    color: #686868;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ranking-card-position {
    border: 1px solid #686868;
}

.ranking-card-position-header {
    border-bottom: 1px solid #686868;
    background: #DF7400;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-card-position-header>h5 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ranking-card-position-body {
    border-bottom: 1px solid #686868;
    background: #FFF;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-card-position-body>h5 {
    color: #686868;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ranking-card-position-footer {
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.footer-content {
    display: flex;
    position: relative;
}

.footer-content::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #686868;
}

.footer-content>span {
    color: #686868;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 50px;
}

#ranking-winner-title {
    border: 1px solid #686868;
    background: #DF7400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#ranking-winner-title h5 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#ranking-winner-company {
    border: 1px solid #686868;
    display: block;
}

#ranking-winner-company-name {
    background: #DF7400;
    border-bottom: 1px solid #686868;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ranking-winner-company-name h5 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#ranking-winner-company-points {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ranking-winner-company-points p {
    color: #686868;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* FIM RANKING */

/* Inicio Quiz */


.borda-metas-cards-quiz {
    border: solid 1px #90a2b3;
    border-radius: 10px;
}

.pag-atual-quiz {
    color: white;
    margin-left: 207px;
    margin-top: 37%;
}

.perfil-quiz {
    height: 80px;
    position: relative;
    display: flex;
    top: -19%;
    margin-left: 18px;
    margin-bottom: -80px;
}

.borda2 {
    margin: -4px;
    width: 190px !important;
    height: 190px !important;
    position: absolute;
    margin-top: -106px;
    margin-left: 10%;
    border-radius: 12px;
    border: 1px solid #ccc !important;
}

.campeImagem {
    float: none !important;
    display: block;
    margin: auto;
}

/* Final Quiz */

/* Inicio quizes */

.modal-content {
    background: top;
    border: none;
    align-items: center;
}

.mobileQuizzes {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.57);
}

.titleQuiz {
    font-size: 1.5rem;
    font-weight: bold;
}

.contentQuiz {
    font-size: 1.25rem;
    color: red;
}

.contentQuiz a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: bold;
}

.contentQuiz a:hover {
    color: var(--primary-ascent-color);
}

/* Final Quizes */

/* Iniciar SideBar */

.sair-top {
    display: flex;
    position: fixed;
    z-index: 9;
    right: 37px;
}

.link-menu-active-a p {
    padding: 10px;
}

.link-menu-active-a {
    background-color: #00136F !important;
    padding: 6px !important;
}

.link-menu-active {
    border-radius: 10px;
    padding: 8px;
    color: #00136F;
}

.link-menu-mobile a {
    color: #fff;
}

.icons {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

.icons2 {
    width: 48px;
    height: 30px;
}

.listaCateg {
    padding: 0 0 0 8px;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 10px;
}

.listaCateg a {
    color: rgba(0, 18, 111, 0.5);
}

.listaCateg.active,
.listaCateg:hover {
    border: solid 1px #D3D3D3;
    border-radius: 10px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
    background-color: #00136F;
    color: #ffffff;
}

.listaCateg:hover a {
    color: #ffffff;
}

.active a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.active {
    border: solid 1px #D3D3D3;
    border-radius: 10px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

.active-icons {
    background-color: #00136F;
    color: white;
    padding: 6px;
    border-radius: 5px;
    font-size: 20px
}

.active-icons-none {
    background-color: #00136F;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    font-size: 20px
}

#linha {
    background-color: #FFFFFF;
}

/* Final SideBar */

/* Inicio Visualizador */

.results {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 11px;
    background-color: #D9D9D9;
}

.borda-visualizar {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.borda-visualizar-dois {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 10px;
}

.btn-filtrar {
    background-color: #E27D39;
    border-radius: 5px;
    border: none;
    color: #000;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: bold;
}

.btn-filtrar:hover {
    background-color: #D1702D;
}

.resultado-visualizador {
    border: 2px solid;
    border-radius: 4px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-color: #A6A6A6;
}

.zero-reultado {
    border-radius: 10px;
    border: 2px solid;
    padding-left: 10px;
    color: #000;
    padding-top: 6px;
    border-color: #A6A6A6;
}

/* Final Visualizador */

/*  Inicio meu Perfil  */
#user-image {
    border: 2px solid #CE8E39;
    background: lightgray 50% / cover no-repeat;
}

#btn-file-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btn-file-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 50%;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #A6A6A6;
    background: #198754;
    padding: 5px;
}

#btn-file-image label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #A6A6A6;
    width: 80%;
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    padding: 5px;
}

#btn-file-image input[type="file"] {
    display: none;
}

.file-label-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.btn-editar {
    background-color: #E27D39;
    border-radius: 5px;
    border: none;
    color: #000;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: bold;
}

.btn-atualizar {
    background-color: #198754;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
}

/*  Final meu Perfil  */

/* Inicio Mural de noticias */

.paragrafo-mural {
    color: #1B458E;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-mural {
    border: 1px solid;
    border-color: #A6A6A6;
    color: #0067B1;
}

.btn-borda-esquerdo-mural {
    border: 1px solid;
    border-radius: 30px 0px 0px 30px;
    border-color: #A6A6A6;
    color: #0067B1;
}

.btn-borda-direito-mural {
    border: 1px solid;
    border-radius: 0px 30px 30px 0px;
    border-color: #A6A6A6;
    color: #0067B1;
}

/* Final Mural de noticias */

/* Inicio Metas e Resultados */

.result-header {
    padding: 1rem;
    border: 1px solid #ddd;
}

.result-header h4,
.result-header h5 {
    margin: 0;
}

.divider {
    width: 100%;
    margin: 1rem 0;
    border: 2px solid;
    border-top: 2px solid #ddd;
}

.button-container {
    display: flex;
    gap: 1rem;
}

.button-container button {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
}

.button-container button img {
    margin-right: 0.5rem;
}

.classificacao {
    color: #007bff;
    text-align: center;
}

.limpar-filtro {
    text-align: end;
    padding-top: 5px;
}

.btn-filtrar-metas {
    color: #000 !important;
    background-color: #E27D39 !important;
}

.erro-pesquisar {
    color: #ffffff;
    background-color: #C00000;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 10px;
}

.tabelas {
    border: 1px solid;
    border-color: #6C757D;
    border-radius: 0px 0px 10px 10px;
}

.borda-resultados-cargo {
    border: 1px solid #6C757D;
    border-radius: 0px 0px 10px 10px;
}

.bordas-tabelas-metas {
    border: 1px solid #6C757D;
    border-radius: 10px 10px 10px 10px;
}

.titulo-tabela-nome {
    color: #ffffff !important;
    background-color: #6C757D !important;
    text-align: left !important;

}

.titulo-tabelas {
    color: #ffffff !important;
    background-color: #6C757D !important;
    border-right: 5px solid #fff;
}

.titulo-tabelas-linha {
    border-bottom: 1px solid #A6A6A6 !important;
    border-right: 5px solid #fff !important;
}

.conteudo-talebas {
    text-align: center;
}

.botao-paginas {
    margin-block-end: auto;
}

/* Final Metas e Resultados */

/* Inicio Premiação */

#img-promo {
    height: 57vh;
    width: 120vh;
    padding-bottom: 10px;
}

#btn-acessar-portal {
    background-color: #E27D39;
}

/* Final Premiação */

/* Inicio Central de mensagens */

.borda-de-mensagens {
    border: 1px solid;
    border-radius: 10px;
    margin-top: 10px !important;
}

.borda-dourada-mensagens {
    border: 2px solid #E27D39;
    border-radius: 10px;
}

.borda-malboro {
    border: 1px solid;
    border-radius: 8px;
    width: 100%;
    padding: 10%;
    margin-bottom: 3% !important;
    padding-top: 16px !important;
    color: #6C757D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borda-dourada-malboro {
    border: 1px solid #E27D39;
    border-radius: 8px;
    width: 29% !important;
    padding-left: 9% !important;
    margin-bottom: 3% !important;
    padding-top: 16px !important;
    color: #6C757D;
}

.borda-nova-mensagens {
    border: 2px solid #E27D39;
    border-radius: 10px;
    margin-top: 10px !important;
}

/* Final Central de mensagens */

/*  Inicio Agenda e Eventos  */

.mensagem-eventos {
    border-radius: 5px;
    background-color: #D9D9D9;
}

.mensagem-evento-dourado {
    border-radius: 5px;
    background-color: #E27D39;
    padding-top: 10px !important;
}

.mensagem-evento-dourado-aberta {
    border-radius: 5px;
    background-color: #E27D39;
    padding-top: 10px !important;
}

#nome-do-evento {
    border: 1px solid;
    border-color: #E27D39;
    background-color: #E27D39;
    border-radius: 6px 0px 0px 6px;
    height: 46px;
    padding-top: 10px;
    width: 60%;
    margin-left: 12px;
}

#horario-evento {
    border: 1px solid;
    border-color: #E27D39;
    background-color: #E27D39;
    border-radius: 1px 5px 5px 1px;
    height: 46px;
    padding-top: 10px;
    padding-right: 10px;
}

/* QUIZZES */

.quizz-list .head-card a {
    color: inherit;
    text-decoration: none;
}

.quizz-list .head-card .number {
    background: #A6A6A6;
    border-radius: 10px 0px 0px 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.quizz-list .head-card .head {
    background: var(--primary-color);
    border-radius: 0px 10px 0px 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.quizz-list .card-header button img {
    position: absolute;
    right: 20px;
    top: 15px;
}

.quizz-list .card-header button.result {
    background: #198754 !important;
}

.quizz-list .card-header h5 {
    background: #D9D9D9;
    border-radius: 10px;
}

.quizz-list .collapse,
.quizz-list .collapsing {
    margin-top: -10px;
    padding-top: 10px;
}

.quizz-list .collapse.show {
    border-top: 0 !important;
    border: 1px solid transparent;
    border-radius: 0 0 10px 10px;
}

#accordion .card {
    box-shadow: none;
}

.quizz-list .card-header {
    border-bottom: 0;
}

.quizz-list .card-header h5 {
    background: #D9D9D9;
    border-radius: 10px;
}

.quizz-list .card-header button {
    width: 100%;
    text-decoration: none;
    background: #D9D9D9;
    outline: none;
    box-shadow: none;
    border: 0 !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: left;
    opacity: 1 !important;
    border-radius: 10px;
}

.quizz-list .card-header button img {
    position: absolute;
    right: 20px;
    top: 15px;
}

.quizz-list .card-header button.result {
    background: #198754 !important;
}

.quizz-list .collapse,
.quizz-list .collapsing {
    margin-top: -10px;
    padding-top: 10px;
}

.quizz-list .collapse.show {
    border-top: 0 !important;
    border: 1px solid transparent;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 1316px) {
    .bemvindo {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .bemvindo {
        font-size: 27px;
    }
}

@media (max-width: 390px) {
    .bemvindo {
        font-size: 27px;
    }

    .circle {
        width: 27px;
        height: 26px;
        flex-shrink: 0;
        color: #FFF;
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    /* body {
        overflow-y: hidden;
    } */

    #caixa-login {
        margin-bottom: 5%;
        padding-bottom: 17%;
    }

    #caixa-login-header img {
        width: 100%;
    }

    .barra-sidebar {
        height: 238px;
        display: flex;
        /* justify-content: start;
        align-items: center; */
    }

    .barra-sidebar img {
        z-index: 999;
        position: relative;
        left: 20%;
        top: 18%;
        transform: translateX(-50%);
        max-height: 60%;
        border: 2px solid #CE8E39;
        background: lightgray 50% / cover no-repeat;
    }

    #menu-fundo-mobile {
        height: 170px;
        background-color: #000;
    }

    #menu-fundo-mobile img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #menu-desktop-info {
        position: relative;
        left: 30%;
        transform: translateX(-50%);
        color: #fff;
        line-height: inherit;
        display: block;
        top: 30%;
    }

    #div-menu-mobile {
        position: fixed;
        bottom: 0;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9999;
        overflow-y: scroll;
    }

    #div-btn-fechar-menu {
        background-color: #E27D39;
    }

    #div-btn-fechar-menu button {
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #ffffff;
        padding: 5px 40px;
        font-size: 16px;
        font-weight: bold;
        /* margin-left: 10%; */
    }

    #div-btn-fechar-menu button.active {
        background-color: #E27D39;
        border: none;
        border-radius: 0;
        color: #ffffff;
        padding: 5px 40px;
        font-size: 16px;
        font-weight: bold;
        /* margin-left: 10%; */
    }

    #conteudo-menu {
        background-color: rgba(0, 0, 0, 0.9);
        color: #0067B1;
        margin-top: 0;
    }

    .card-menu-itens {
        border: 3px solid !important;
        border-color: #0067B1 !important;
        background-color: aliceblue;
        width: 135px;
        height: 135px;
        padding: 30px;
    }

    .card-menu-itens a {
        text-decoration: none;
        color: #0067B1;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;

        display: grid;
        justify-content: center;
        align-items: center;
    }

    .card-menu-itens img {
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }

    .circle {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    footer {
        display: flex;
        justify-content: center;
    }

    footer img {
        max-width: 50% !important;
    }
}

@media (max-width: 768px) {
    .bemvindo {
        display: flex;
        justify-content: center;
        color: #00136F;
        font-weight: bold;
        font-size: 34px;
    }

    .imag {
        display: none;
    }

    /* .barra-sidebar {
        justify-content: space-between;
    } */

    /* #menu-desktop {
        left: 30px;
    } */

    #menu-desktop-envelope {
        left: 20px;
        width: 50px;
        top: 0px;
    }

    #div-menu {
        width: 80vh;
    }

    .mobileQuiz {
        display: none;
    }

    .dataTable {
        display: none;
    }

    .quizzes-page p {
        font-size: 25px;
    }

    .pag-atual-quiz {
        font-size: 30px;
        margin-left: 119px;
        margin-top: 34%;
    }

    .borda2 {
        margin-left: 2% !important;
        width: 127px !important;
        height: 129px !important;
        margin-top: -72px !important;
    }
}

@media (min-width: 1024px) {
    /* .barra-sidebar {
        justify-content: space-around;
    } */

    /* #menu-desktop {
        left: 45px;
    } */

    #menu-desktop-envelope {
        left: 15px;
        width: 50px;
        top: 15px;
    }

    #div-menu {
        width: 100vh;
    }

    .borda2 {
        width: 147px !important;
        height: 144px !important;
        margin-left: 18px !important;
        margin-top: -86px !important;
    }

    .pag-atual-quiz {
        margin-left: 156px;
        margin-top: 20%;
    }

    .perfil-quiz {
        top: -14%;
    }
}

@media (min-width: 2560px) {
    .pag-atual-quiz {
        margin-top: 57%;
        margin-left: 232px;
    }
}