* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: white;
}

body {
    font-size: 14px;
    font-family: 'Titilium Web', sans-serif;
    box-sizing: border-box;
    display: flex;
            flex-direction: column;
            min-height: 100vh; /* Garante que a altura mínima seja a altura da tela */
}

.inicio{
    flex: 1;
    background-image: url('https://cdn.blablacar.com/wp-content/uploads/br/2024/10/17063428/biblioteca.jpg');
}

.initial-page-spacing {
    justify-content: center;
    align-items: center;
    display: flex;
    background-image: url('https://cdn.blablacar.com/wp-content/uploads/br/2024/10/17063428/biblioteca.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}



.conteudo-pagina {
    background-color: white;
    -webkit-box-shadow: 0px 11px 5px 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 11px 5px 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 11px 5px 10px rgba(0, 0, 0, 0.75);
    opacity: 0.9;
    padding: 15px;
    width: 60%;
    
}

/* Configuração do menu horizontal superior da página */

.barra-navegacao {
    display: flex;
    justify-content: space-between;
    background-color: #1f2933;
    padding: 8px 45px;
}



.principal {
    background-color: #ffffff4f;
    background-image: url('https://cdn.blablacar.com/wp-content/uploads/br/2024/10/17063428/biblioteca.jpg');
    height: 100%;
    color: white;
    min-height: 100vh;
    flex: 1;
    /* Garante que o contêiner principal ocupe toda a altura da tela */
}




.user-info {
    display: flex;
    align-items: center;
}

.user-info a {
    color: white;
    text-align: left;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 17px;
}

.user-info p {
    margin: auto;
    padding-right: 10px;
    color: white;
}

.i {
    padding: 500px;
}

.user-icon {
    font-size: 18px;
}

/* User menu style */

.user-icon {
    font-size: 30px;
    color: white;

}

.user-icon:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.user-menu-config {
    font-size: 18px;
    background-color: #1f2933;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    -webkit-box-shadow: 3px 7px 5px 7px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 7px 5px 7px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 7px 5px 7px rgba(0, 0, 0, 0.55);
    position: absolute;
    margin-top: 0.3em;
    margin-left: -3.5em;
    display: none;
}


/* --------------- */

a:hover {
    text-decoration: none;
}

.usr-stl a:hover {
    color: #696363;
    font-size: 20px;
}

.config-stl:hover {
    color: #696363;
    cursor: pointer;
}

.login-btn-trigger {
    width: 100px;
    height: 40px;
    border: 1px solid #646464;
    border-radius: 0.4em;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(5, 5, 5, 1);
    -moz-box-shadow: 2px 3px 5px 1px rgba(5, 5, 5, 1);
    box-shadow: 2px 3px 5px 1px rgba(5, 5, 5, 1);
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-btn-trigger:hover {
    cursor: pointer;
    transform: scale(1.1);
}

/* Config Menu style */
ul {
    list-style: none;
}

li {
    padding: 0.2em 0.4em;
}


.config-menu {
    font-size: 22px;
    color: white;

}

.config-menu:hover {
    cursor: pointer;
    transform: rotate(90deg);
    transition-duration: 1s;
}

.menu-menu-config {
    font-size: 18px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    position: absolute;
    margin-top: 0.3em;
    margin-left: -5.5em;
    display: none;
}

/*---------------------------------------- */

/*Topic menu style */

.topic-menu {
    font-size: 25px;
    background-color: #393350;
    position: fixed;
    /* Fixa o menu na parte inferior da tela */
    bottom: 0;
    /* Alinha o menu na parte inferior */
    left: 0;
    /* Alinha o menu à esquerda */
    width: 100%;
    /* Faz o menu ocupar toda a largura da tela */
    height: 50%;
    /* Ajuste a altura conforme necessário */
    display: none;
    /* Inicialmente oculto */
    overflow-y: auto;
    /* Adiciona rolagem vertical se o conteúdo exceder a altura */
    z-index: 1000;
    /* Garante que o menu fique acima de outros elementos */
    padding: 1em;
    /* Adiciona padding interno */
    -webkit-box-shadow: -2px -8px 25px 18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -8px 25px 18px rgba(0, 0, 0, 0.75);
    box-shadow: -2px -8px 25px 18px rgba(0, 0, 0, 0.75);
}

.topic-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.topic-menu .close-btn:hover {
    color: #ff0000;
}


/*---------------------------------------- */



/* Fim da config de menu horizontal superior da página */

.switch:hover {
    cursor: pointer;
}


/* Configuração do botão de adicionar topico novo */
.topic-start {
    float: right;
    margin: 20px;
    padding: 0px;
    background-color: #0056b3;
}

.topic-start:hover {
    transform: scale(1.1);
}


/* Fim da configuração do botão de adicionar topico novo */

.subjects {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-left: 300px;
    box-sizing: 30px;
}

.user-trigger,
.menu-trigger {
    margin: 20px;
}

.escuro {
    font-size: 20px;
}

/* Configuração dos posts */


.table-head {
    display: flex;
}

.table-head div {
    padding: 5px;
    margin: 2px;
    background-color: #1f2933;
    font-weight: bold;
}

.table-head .status {
    flex: 5%;
}

.table-head .objetivos {
    flex: 70%;
}

.table-head .replies {
    flex: 10%;
}

.table-head .last-reply {
    flex: 20%;
}

.table-row {
    display: flex;
}

.table-row .status,
.table-row .objetivos,
.table-row .replies,
.table-row .last-reply {
    padding: 5px;
    margin: 2px;
    background-color: #1f2933;
}

.table-row .status {
    flex: 5%;
    text-align: center;
    font-size: 25px;
}

.table-row .objetivos {
    flex: 70%;
}

.table-row .replies {
    flex: 10%;
}

.table-row .last-reply {
    flex: 20%;
}

/* Fim da configuração dos posts */

/* Configuração da paginação do posts */
.pagination {
    padding: 5px;
    font-size: 15px;
    text-align: center;
    margin: 2px;
    background-color: #1f2933;
}

.pagination a {
    color: #ffffff;
    margin-inline: 5px;
    padding: 5px 10px;
    border: solid 0.5px white;
}

.pagination p {
    top: 50%;
}

.pagination a:hover {
    opacity: 0.5;
}

.navigate {
    display: flex;
    padding: 5px;
    margin: 2px;
    background-color: #1f2933;
}

.navigate a {
    font-weight: bold;
}

.forum-list{
    width: 100%;
    background-color: #1f2933;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.Coisas{
    color: black;
}