﻿/* Header*/
header {
    margin-bottom: 4%;
}

.itens {
    display: flex;
}

.responsive {
    display: none;
}

.awrkps:hover {
    text-decoration: none;
    color: inherit;
}



.form-group {
    max-height: 250px;
    overflow-y: auto;
}


.form-group {
    max-height: 250px;
    overflow-y: auto;
}

.navhead {
    margin-left: 8%;
    height: 100px;
    flex-flow: row nowrap;
}

.ulnav {
    margin-right: 8%;
    margin-top: 1%;
}

.dropdown-content a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra leve */
    transform: translateY(-2px);
    /* Elevação suave */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-brand img {
    max-width: 100%;
    /* Garante que a imagem do logo seja responsiva */
    height: auto;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.dropbtn {
    background-color: transparent;
    color: #000000;
    border: none;
    border-bottom: #000000;
    cursor: pointer;
    padding: 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5%;
}

    .dropbtn:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* Sombra leve */
        transform: translateY(-2px);
        /* Elevação suave */
    }

.dropdown {
    position: relative;
    margin-top: 2%;
}

.dropdown-item:active {
    background: black
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    /* Posiciona o dropdown abaixo do botão */
    left: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav {
    margin-left: auto;
    /* Alinha os elementos à direita */
}

.btn-round,
.btnVoltarCls {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-round:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* Sombra leve */
        transform: translateY(-2px);
        /* Elevação suave */
    }

    .btnVoltarCls:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /* Sombra leve */
        transform: translateY(-2px);
        /* Elevação suave */
    }


.emailUser {
    font-family: 'Montserrat', sans-serif;
    padding-top: 2%;
    font-size: small;
}

/* FIM Header*/


/* BODY */


.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10), 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-escolhehome {
    cursor: pointer;
    border-color: black;
}

.table tbody td {
    padding: 2%;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

.table thead th {
    color: #ffffff;
    border-bottom: 2px solid #333;
    font-size: 14px;
}

.table tbody tr:nth-child(odd) {
    background-color: #ffffff;
    /* Cor de fundo para linhas não pares da tabela */
}

.table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
    /* Cor de fundo para linhas pares da tabela */
}

.table-hover tbody tr:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra leve */
    transform: translateY(-2px);
    /* Elevação suave */
}


.btn {
    padding: 5px 11px;
    font-size: 11px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.btn-secondary:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra leve */
    transform: translateY(-2px);
    /* Elevação suave */
}

/* Estilos para as listas horizontais dentro da tabela */
.list-group-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

main {
    padding-bottom: 20px;
}

#embed-container {
    height: 92%;
}


.organizeEmbedded {
    margin-bottom: 3%;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}


.link {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}


    .link:hover {
        color: #000000;
    }

.container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.containerGroups {
    flex-wrap: nowrap;
    justify-content: center;
    display: ruby-text;
    align-items: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    border-radius: 10px;
    max-width: 925px;
    margin-bottom: 5%;
}

    .containerGroups::-webkit-scrollbar {
        height: 10px;
        /* Altura da barra de rolagem */
        width: 10px;
        /* Largura da barra de rolagem */
    }

    .containerGroups::-webkit-scrollbar-track {
        background: transparent;
        /* Cor de fundo da trilha da barra de rolagem */
    }

    .containerGroups::-webkit-scrollbar-thumb {
        background: #29966f;
        /* Cor do polegar da barra de rolagem */
        border-radius: 5px;
        /* Raio de borda do polegar da barra de rolagem */
    }

    .containerGroups::-webkit-scrollbar-thumb:hover {
        background: #106144;
        /* Cor do polegar da barra de rolagem quando passar o mouse */
    }

.card {
    padding: 2%;
    height: auto;
    width: 38%;
    max-width: 250px;
    min-width: 225px;
    margin: 1.5%;
    white-space: normal;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: max-width 0.3s ease;
    overflow: hidden;
}

.expandedContent {
    display: none;
}

.card.expanded {
    width: 100%;
    /* Expande a largura para ocupar o espaço disponível */
    max-width: 800px;
    /* Defina uma largura máxima */
    height: auto;
}

.text-center {
    max-width: 1050px;
}

.containerHead {
    width: 100%;
}

.dfltGrupo {
    font-size: 15px;
}

.grupoUser {
    font-family: 'Montserrat', sans-serif;
}

.tableGroup thead th {
    color: #ffffff;
    border-bottom: 2px solid #333;
    font-size: 20px;
}

.tabelaCentral {
    border-radius: 10px;
    /* Define o raio da borda para tornar os cantos arredondados */
    overflow: hidden;
    /* Garante que os cantos arredondados sejam aplicados corretamente */
    width: 750px;
    overflow-y: auto;
    max-height: 500px;
}

.card img {
    display: block;
    /* Garante que a imagem seja exibida como um bloco */
    width: 100%;
    /* Ajusta a largura da imagem para preencher totalmente a div */
    height: auto;
    /* Mantém a proporção da altura com base na largura */
    border-radius: 10px;
    /* Aplica borda arredondada à imagem */
    object-fit: cover;
    /* Redimensiona a imagem para cobrir todo o espaço disponível */
}



button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: revert;
    margin-bottom: 5%;
    font-size: xxx-large;
}

.headerWhiteColor {
    color: #fff;
}

h6 {
    text-align: center;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: url('/img/background.jpg');
}

.main {
    width: 100%;
}

/* FIM BODY */


/*FOOTER */

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 5%;
    color: #fff;
}

.containerCDB {
    margin-right: 2%;
}

.containerTime {
    margin-left: 2%;
}

/*FIM FOOTER */


/*RESPONSIVIDADE */


@media (max-width: 1180px) {


    .ulnav {
        margin-right: 0%;
        display: contents;
    }

    .navhead {
        margin-left: 0%;
    }

    .emailUser {
        font-size: x-small;
    }
}

@media (max-width: 1000px) {

    #expandir-btn {
        display: none;
    }

    .containerGroups {
        max-width: 800px;
    }
}

@media (max-width: 830px) {

    .itens {
        display: none;
        position: absolute;
        top: 115%;
    }

    .emailUser {
        font-size: x-small;
    }

    .responsive {
        display: inline;
        width: 50%;
    }

    .responsiveButton {
        background-color: #f0f0f0;
        border: none;
        border-radius: 5px;
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dprls {
        width: 0;
    }

    .responsiveButton:hover {
        background-color: #e0e0e0;
    }

    .responsiveButton:focus {
        outline: none;
    }

    .responsiveButton svg {
        width: 18px;
        height: 18px;
    }

    #toggleIcon path {
        fill: #000;
        transition: fill 0.3s ease;
    }

    .responsiveButton.active #downArrow {
        display: none;
    }

    .responsiveButton.active #upArrow {
        display: block;
    }

    .js-deleteitem {
        margin-left: none;
    }

    .container {
        white-space: normal;
    }

    .containerGroups {
        background: #ededed;
    }

    h1 {
        font-size: xx-large;
    }

    .text-center {
        max-width: 350px;
    }

    h6 {
        font-size: xxx-large;
    }


    .navhead {
        margin-left: 0%;
    }

    .ulnav {
        margin-right: 0%;
    }

    .dropbtn {
        font-size: small;
    }

    .dropdown {
        font-size: medium;
        margin-top: 0;
    }

    .relat {
        display: none;
    }

    .wkp {
        margin-right: 7%;
        height: 30px;
    }
}

@media (max-width: 600px) {

    .divForEmailUser {
        width: 155px;
        margin-top: 28%;
        display: none;
        align-items: start;
        text-align: right;
    }
}
