/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 4.8.10
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.3
Tested up to: 6.7
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


/* Estilos para o grid de jogos */
.games-grid {
    background-color:#2C323B ;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colunas de tamanhos iguais */
    gap: 20px;  /* Espaçamento entre os itens do grid */
    margin-bottom: 20px; /* Margem externa para separar do restante do conteúdo */
    padding: 0 20px; 
    padding-top: 25px;
    padding-bottom: 20px;/* Adiciona espaço nas laterais para o grid não ficar colado às bordas */
}

/* Estilos para os itens do jogo */
.game-item {
    margin: 0 auto;  /* Centraliza os itens dentro de cada célula do grid */
    height: 310px;
    width: 100%;  /* Ajusta a largura dos itens para ocupar o máximo disponível dentro de sua célula */
    max-width: 280px; /* Limita a largura máxima do item para manter uma boa proporção */
    padding-bottom: 10px;
    max-height: 310px; /* Altura máxima para manter a consistência */
    overflow-y: auto; /* Ativa o scroll se o conteúdo exceder o limite */
   
    border-radius: 8px;
   
    text-align: left;
    background-color: #3E3D3D;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.game-item::-webkit-scrollbar {
    width: 0; /* Oculta a barra no Chrome */
    background: transparent;
}

.game-item:hover {
    transform: scale(1.05);  /* Efeito de zoom ao passar o mouse */
}

/* Imagem do jogo */
.game-image {
    width: 100%;
    height: 150px;  /* Tamanho fixo da imagem */
    object-fit: cover;  /* Para que a imagem ocupe o espaço sem distorcer */
    border-radius: 5px;
    margin-bottom: 10px;
}

.game-item h3 {
    font-weight: bold;
    font-size: 26px;
    margin-left: 15px ;
}
#tempo{
    margin: 15px ;
}
/* .game-genres {
    font-size: 14px;
    background-color: #a9a9a9;
    padding: 2px;
    color: #ffffff;
    margin-top: 5px;
    margin-left: 15px;
} */
.game-genres {
    margin-top: 10px;
   
    display: flex;
    flex-wrap: wrap; /* Permite quebrar linhas caso haja muitos gêneros */
    margin-left: 15px; /* Espaço entre os quadradinhos */
    gap: 5px;
    margin-bottom: 10px;
}

.genre-box {
    padding: 5px 10px;
    background-color: #9ecdf3; /* Cor de fundo do quadradinho */
    border-radius: 5px; /* Bordas arredondadas */
    font-size: 12px;
    color: #6164ff; /* Cor do texto */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
    white-space: nowrap; /* Impede que o texto quebre */
    transition: background-color 0.3s ease; /* Animação de hover */
    text-align: center;
    white-space: nowrap;
}

.genre-box:hover {
    background-color: #ddd; /* Cor ao passar o mouse */
    cursor: pointer; /* Indica que é clicável */
}




.game-item p {
    font-size: 14px;
    color: #dbdbdb;
}
#titulo{
    color: aliceblue;
}
#a1{
    color: #B1BBAC;
    margin-top: 25px;
    margin-bottom: 15px;
}

.library-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px;
    background-color: #2C323B;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.library-header h2 {
    margin: 0;
    font-size: 20px;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-container label {
    font-size: 16px;
}

.filter-container select {
    padding: 5px;
    font-size: 16px;
    
    border-radius: 4px;
}
.infos{
    display: flex;
    color:#FFFFE0;
    display: flex;
}
.infos p{
    margin-left: 30px;
    color: #7D8085;
    margin-right: 10px
}
#filtro-jogos{
    width: auto ;
    background-color: #383f49;
    color: white;
    margin-left: 15px;
}
#filtro-jogos option{
   
    background-color: #3E3D3D;
    color: white;
}
#gamenum{
    white-space: nowrap;
    color: #7D8085;
}

/* ===================================== review-jogos page ========================================= */
/* Estilo geral da avaliação */
.star-rating {
    display: inline-flex;
    direction: rtl; /* Define a direção para da esquerda para a direita */
    justify-content: flex-start;
}

/* Esconde os inputs de rádio */
.star-rating input[type="radio"] {
    display: none;
}

/* Estilo das labels (estrelas) */
.star-rating label {
    font-size: 2rem;
    color: #ccc; /* Cor padrão (estrelas não selecionadas) */
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Muda a cor ao passar o mouse */
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f0c846;
}

/* Estilo para estrelas selecionadas e todas as anteriores */
.star-rating input[type="radio"]:checked ~ label,
.star-rating input[type="radio"]:checked ~ label ~ label {
    color: #f0c846;
}


.jogo-detalhes {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.jogo-header {
    text-align: center;
    margin-bottom: 20px;
}

.jogo-titulo {
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0;
}

.imagem-jogo img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.review-detalhes {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
}

.review-secao {
    margin-bottom: 20px;
}

.review-secao h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 10px;
}

.review-secao p {
    font-size: 1em;
    line-height: 1.6;
    color: #666;
}
#botao_enviar{
    background-color: #238323;
}

/* ===================================== user-reviews page ========================================= */

#filtro-rating{
    width: auto ;
    background-color: #3E3D3D;
    color: white;
    margin-left: 15px;
}
#filtro-rating{
    background-color: #3E3D3D;
    color: white;
}
#filtro-data{
    width: auto ;
    background-color: #3E3D3D;
    color: white;
    margin-left: 15px;
}
#filtro-data{
    background-color: #3E3D3D;
    color: white;
}
#filtro-tempo{
    width: auto ;
    background-color: #3E3D3D;
    color: white;
    margin-left: 15px;
}
#filtro-tempo{
    background-color: #3E3D3D;
    color: white;
}


.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #141414;
    color: #ffffff;
}

.review-item {
    display: flex;
    align-items: flex-start;  /* Garantir alinhamento à esquerda */
    background-color: #1f1f1f;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.review-game-image {
    width: 230px;
    height: 150px;
    border-radius: 5px;
    margin-right: 20px;
}

.review-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;  /* Faz o conteúdo crescer para ocupar o restante do espaço */
}

.review-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;  /* Adiciona espaço entre o título e o conteúdo */
}

.review-title a {
    text-decoration: none;
    color: #ffffff;
}

.review-rating {
    color: #ffcc00;
    font-size: 16px;
}


.game-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
}
.review-date {
    font-size: 12px;
    color: #999;
    margin-top: 0px;
    margin-bottom: 8px;
}

.review-text {
    font-size: 14px;
    color: #ddd;
    margin-top: 0px;  /* Adiciona um pouco de espaço entre a data e o texto */
}

#suasRe {
    color: #999;
}

select {
    background-color: #1f1f1f;
    color: #ffffff;
    border: 1px solid #333;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

select:hover {
    border-color: #555;
}

select:focus {
    border-color: #777;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #141414;
}

.filtros {
    display: flex;
    gap: 15px;
    align-items: center;
}

.filtros label {
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
}

.filtros select {
    min-width: 150px;
}

.filtros select::after {
    content: "▼";
    font-size: 12px;
    color: #aaa;
    margin-left: 8px;
}

#sair_logout {
    position: absolute;
    top: 60px; /* Ajuste conforme necessário */
    right: 40px; /* Ajuste conforme necessário */
    z-index: 999;
}
