
:root{
    ---background_primary: rgb(5 8 22);
    ---color-black: #000000;
    ---color-white: #fff;
    ---color-footer: rgb(14 22 41 / 83%);
    ---color-light: rgb(224 242 254);
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(255, 255, 255, .4);
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, .1);
}
.nav-souso-2-component-pesquisa-campo::placeholder{
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-souso-2-component-pesquisa-campo:focus::placeholder {
    transform: translateX(10px); /* Move o placeholder 10px para a direita */
    opacity: 0.5; /* Deixa o placeholder mais claro */
}

body{
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif !important;
    color: var(---color-white);
    transition: background-color 1s, color 0.3s;
    box-sizing: border-box;
    background: var(---background_primary);
}
.back-to-top-btn {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 100;
    display: none; /* Inicialmente escondido */
    background: rgb(65, 152, 238);
    color: white;
    border: none;
    justify-content: center;
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.back-to-top-btn:hover {
    background: rgba(65, 151, 238, 0.829); /* Cor mais clara ao passar o mouse */
}
#site-header h1{
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    list-style: none;
    text-decoration: none;
}

.container {
    max-width: 1600px; /* Largura máxima do contêiner */
    margin: 0 auto; /* Centraliza o contêiner */
  
}

header {
    background-color: var(---color-black);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
    position: fixed;
    right: 0;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 1000;
}

#site-header h1 {
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    list-style: none;
    text-decoration: none;
}

.nav-souso-2-component-pesquisa {
    background-color: #373535b0;
    display: flex;
}
.nav-souso-2-component-pesquisa-campo {
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    color: white;
    height: 20px;
    outline: none;
    width: 400px;
    text-align: start;
    padding: 12px;
    border: none;
    background: #373535b0;
}

header nav ul li a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
}
header nav ul li a:hover{
    color: rgba(255, 255, 255, 0.651);
}
nav ul li a i {
    margin-right: 3px;
}

header nav ul li {
    display: inline;
    margin: 0 15px;
}

header nav ul {
    display: flex;
    gap: 3px;
    white-space: nowrap;
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    padding: 0;
}

.nav-souso-2-component-pesquisa-botao {
    background-color: #000000b0;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}
.ri-search-line {
    font-size: 20px;
}
   /* Estilo para o cabeçalho encolhido */
header.shrink {
    padding: 0; /* Remove o padding para encolher */
    height: 0; /* Define a altura como 0 para esconder */
    opacity: 0; /* Torna o cabeçalho invisível */
    transition: all 0.3s ease; /* Transição suave */
}

header.visible {
    padding: 20px; /* Restaura o padding */
    height: auto; /* Restaura a altura */
    opacity: 1; /* Torna o cabeçalho visível */
}


.theme-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 1000;
}

/* Inicialmente mostrar o ícone de sol e esconder o de lua */
/* Inicialmente mostrar o ícone de lua e esconder o de sol */
#moon-icon {
    display: inline; /* Mantenha o ícone da lua visível por padrão */
}

#sun-icon {
    display: none; /* Esconder o ícone do sol por padrão */
}

/* Estilo para ambos ícones */
.theme-toggle i {
    color: #ffcc00; /* Cor padrão (sol) */
}
.container_filtro_components.dark-mode{
    border-top: 5px solid rgb(26 46 93 / 30%);
    background: rgb(12 18 34 / 10%);
}

.theme-toggle i:hover {
    transform: scale(1.2);
}
footer.dark-mode {
    background: transparent;
 }
/* Modo escuro (dark mode) */
body.dark-mode {
    background-color: rgb(3 5 12);
    color: #ffffff;
}

body.dark-mode .theme-toggle i {
    color: #ffffff; /* Cor para ícone no modo escuro */
}

body.dark-mode #sun-icon {
    display: none; /* Esconder o ícone do sol no modo escuro */
}

body.dark-mode #moon-icon {
    display: inline; /* Mostrar o ícone da lua no modo escuro */
}

.back-to-top-btn {
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 100;
    display: none;
    background: rgb(65, 152, 238);
    color: white;
    border: none;
    justify-content: center;
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease, background 0.3s ease;
}

main {
    position: relative;
    top: 10rem;
}
.manga_card_main{
    align-items: center;
    display: flex;
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.manga_card_main_info_extra{
    flex-direction: column;
    display: flex;
    gap: 3px;
}

.manga_card_main_info_extra p {
    margin: 3px;
}
.generos_list li{
    border-radius: .25rem;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    background: rgb(15 23 42 / 44%);
    color: var(---color-light);
    line-height: 1.5em;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0 .375rem;
    transition: background 0.3s ease;
}


footer {
    margin-top: 5rem !important;
    background-color: var(---color-footer);
    color: var(---color-white);
    text-align: center;
    padding: 1px 0;
    font-size: 12px;
    position: relative;
    bottom: 0;
    font: 300 12px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif !important;
    width: 100%;
}
.manga_card h3 {
    padding: 1rem;
    background: rgb(15 23 42 / 44%);
    list-style: none;
    font-size: 15px;
    text-align: start;
    position: relative;
    margin: 0;
    text-decoration: none;
    color: var(---color-light);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manga_star {
    margin: 1rem;
    text-align: left;
}

.manga_capa {
    border-radius: 1px;
    height: 250px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.manga_card a {
    opacity: 0;
    gap: 0.3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    text-decoration: none;
    transition: opacity 1s ease; /* Transição suave para opacidade */
}


.manga_card {
    background: rgb(8 13 26 / 52%);
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    width: 160px;
    text-align: center;
    transition: transform 0.2s;
}

.manga_star span {
    color: #ccc;
}
.manga_star {
    margin: 1rem;
    text-align: left;
}
.container-catalogos-mangas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.components_filters_souso input{
    outline: none;
    margin-left: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    color: white;
    border: none;
    background: transparent;
}
.components_filters_souso input::placeholder{
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.components_filters_souso input:focus::placeholder {
    transform: translateX(10px); /* Move o placeholder 10px para a direita */
    opacity: 0.5; /* Deixa o placeholder mais claro */
}
.loading {
    animation: loading 1.5s infinite;
    background-color: #a5a5a51a;
}
@keyframes loading {
    0% {
        background-color: #a5a5a51a;
    }
    50% {
        background-color: #a5a5a54d; /* Meio do efeito */
    }
    100% {
        background-color: #a5a5a51a;
    }
}
.component_filters_search{
    padding-left: 0;
    padding-right: 1rem;
    height: calc(1.4em + 0.94rem + 3.7px);
    /* padding: 0.47rem 0.8rem; */
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
#status:focus{
    border-color: #2271cc; /* Cor da borda quando em foco */
    outline: none; /* Remove o contorno padrão */
    box-shadow: 0 0 0 0.2rem rgba(34, 113, 204, 0.25); /* Sombra sutil */
}
#tipo_de_midia:focus{
    border-color: #2271cc; /* Cor da borda quando em foco */
    outline: none; /* Remove o contorno padrão */
    box-shadow: 0 0 0 0.2rem rgba(34, 113, 204, 0.25); /* Sombra sutil */
}
#adulto:focus{
    border-color: #2271cc; /* Cor da borda quando em foco */
    outline: none; /* Remove o contorno padrão */
    box-shadow: 0 0 0 0.2rem rgba(34, 113, 204, 0.25); /* Sombra sutil */
}
#status{
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0.267rem;
    border: 1px solid #464d5c;
    background: #1a233a;
    color: #8a99b5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
    appearance: none;
    width: 100%;
    background-image: url(../img/ico/svg/seta.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}
.component_filters_search button{
    background: transparent;
    color: white;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
}

.botao_filtragem_souso_mac121  svg{
    margin-right: 5px;

}

.botao_filtragem_souso_mac121{
    border-radius: 0.267rem !important;  
    background: #1a233a !important;
    font-weight: 700;
    height: calc(1.4em + 0.94rem + 3.7px);
    color: #6f88b4 !important;
    border: 1px solid #464d5c !important;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.selectize-input{
    outline: none !important;
    border: none !important;
    background: rgb(43 52 73 / 73%) !important;
}
.remove{
    border: none !important;
}

.item{
    background: #1a233a !important;
    border: none  !important;
}
.manga_star{
    display: none !important;
}


.manga_card {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.manga_card:hover {
    transform: scale(1.05);
}

/* Estilo geral para as opções */
.selectize-dropdown-content .option {
    padding: 10px;            /* Espaçamento interno */
    color: #ffffff;              /* Cor do texto */
    background-color: #1a233a; /* Cor de fundo */
    cursor: pointer;          /* Mostrar o cursor como uma mão */
    font-size: 14px;          /* Tamanho da fonte */
    border-bottom: 1px solid black;
}

/* Cor de fundo e cor do texto ao passar o mouse */
.selectize-dropdown-content .option:hover {
    background-color: #ececec; /* Cor de fundo ao passar o mouse */
    color: #000;               /* Cor do texto ao passar o mouse */
}

/* Estilo para a opção selecionada */
.selectize-dropdown-content .option.active {
    background-color: #007bff; /* Cor de fundo da opção selecionada */
    color: #fff;               /* Cor do texto da opção selecionada */      
}
#adulto option{
    border: none !important;
}
/* Estiliza a barra de rolagem */
.selectize-dropdown-content::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

/* Cor do trilho da barra de rolagem */
.selectize-dropdown-content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo do trilho */
}

/* Cor e borda da barra de rolagem */
.selectize-dropdown-content::-webkit-scrollbar-thumb {
    background: #888; /* Cor da barra de rolagem */
    border-radius: 4px; /* Borda arredondada */
}

/* Cor da barra de rolagem ao passar o mouse */
.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor da barra ao passar o mouse */
}

/* Para Firefox */
.selectize-dropdown-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
#manga_genres-selectized{
    color: white !important;
}

/* Para bordas arredondadas no dropdown */
.selectize-dropdown {
    border-radius: 4px;
    border: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombras sutis */
}

.botao_filtragem_souso_mac121:hover{
    color: #ffffff !important;
    background: #263b6e !important;
}
.nav-souso-2-component-pesquisa {
    position: relative; /* Para que o submenu de resultados fique posicionado corretamente */
}

#closeModal{
    cursor: pointer;
    font-size: 30px;
    cursor: pointer;
    color: white;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    padding: 5px;
    transition: background 0.3s ease-in-out;
    border-radius: 50%;
}

#closeModal:hover{
    background: #00000041;
}

.container-component-souso-results_xams21{
    padding: 1rem;
    justify-content: space-between;
    display: flex;
    background: transparent;
}
/* Estilo para o loader circular */
.loading-results {
    border: 5px solid rgb(0 0 0 / 0%);
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.5s linear infinite;
}

/* Animação de rotação */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Centraliza o loader na página */
.loading-results {
    display: block;
    margin: 50px auto; /* Centraliza horizontalmente */
}


.loading {
    animation: loading 1.5s infinite;
    background-color: #a5a5a51a;
}
@keyframes loading {
    0% {
        background-color: #a5a5a51a;
    }
    50% {
        background-color: #a5a5a54d; /* Meio do efeito */
    }
    100% {
        background-color: #a5a5a51a;
    }
}

.container-component-souso-results {
    margin-left: 3rem;
    position: absolute;
    top: 100%;
    margin-right: 3rem;
    left: 0;
    right: 0;
    margin-top: 0;
    background: #373535fa;
    border-radius: 4px;
    max-height: 450px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0; /* Começa invisível */
    visibility: hidden; /* Oculta completamente */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Transição de opacidade e visibilidade */
}
.manga-item a {
    display: flex;
    text-decoration: none;
    border: none;
    justify-content: space-between;
    flex-direction: row;
}
.mangas-container {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin: 20px 20px;
}
.manga-capa {
    flex-shrink: 0;
    margin-right: 20px;
}
.manga-capa img {
    width: 32px;
    height: 51px;
    border-radius: 4px;
}
.livre {
    background-color: green;
}

.manga-info-titulo-component h3, .manga-info-titulo-component span {
    margin: 0;
    padding: 0;
}
.idade-label {
    font: 800 10px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    justify-content: center;
    place-content: center;
    align-items: center;
    display: flex;
    color: var(---color-light);
    padding: 5px;
    border-radius: 3px;
    height: 55%;
    width: 22px;
    text-align: center;
}
.ri-search-line {
    font-size: 20px;
}
.loading-animation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg) }
}

@keyframes prixClipFix {
    0% { clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0) }
    25% { clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0) }
    50% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%) }
    75% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%) }
    100% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0) }
}

.loading-animation::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}
.manga-info-titulo-component span {
    color: rgb(153, 153, 153);
    font-size: 12px;
    display: inline-block;
    max-width: 35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.manga-item:hover{
    transform: translateY(-5px);
    background: #131313;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.manga-info-titulo-component {
    max-width: 35rem;
    text-align: start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.manga-info h3 {
    list-style: none;
    text-decoration: none;
    font-size: 20px;
    margin: 0 0 10px;
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    color: var(---color-light);
}
.manga-info {
    gap: 1rem;
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    align-items: center;
}
/* Classe "show" para exibir o contêiner */
.container-component-souso-results.show {
    opacity: 1; /* Visível */
    visibility: visible; /* Exibe o elemento */
}
.manga-item {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #1c1c1ce6;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.container-component-souso-results.hidden {
    opacity: 0; /* Visível */
    visibility: hidden; /* Exibe o elemento */
}
.manga_list_filter{
    height: calc(1.4em + 0.94rem + 3.7px);
    width: 100%;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.formulario_filtragem_souso_mxs12{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.component_button_filter_souso_mx121{
    display: flex;
    align-items: center;
    width: 100%;
    place-content: flex-end;
}
.components_filters_souso{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
}

.filtro_components_conteudo span{
    font-size: 10px;
    color: #e4e1e18c;
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}
.component-filtro i {
    margin-right: 10px;
    font-size: 20px;
}

#tipo_de_midia{
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0.267rem;
    border: 1px solid #464d5c;
    background: #1a233a;
    color: #8a99b5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
    appearance: none;
    /* width: 100%; */
    background-image: url(../img/ico/svg/seta.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}
.component-filtro span{
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    font-weight: 200;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 8px 20px;
    border: none;
    margin-left: 10px;
}

.div-souso-todos-mangas-titulo{
    color: #e4e1e1db;
    display: flex;
    gap: 0.5rem;
    margin: 10px;
    margin-left: 0;
    align-items: center;
}
.component-filtro{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.souso_components-column{
    display: flex;
    justify-content: space-between;
}
.container_filtro_components{
    margin-right: 50px;
    margin-left: 50px;
    background-color: rgb(14 22 41 / 83%);
    border-color: #464d5c !important;
    padding: 40px;
    transition: all 0.3s ease-in-out;
}

.component_input_search_qwe12{
    display: flex;
    flex: 1;
    height: 100%;
    background: rgb(43 52 73 / 73%);;
}
#adulto{
    width: 100%;
    height: calc(1.4em + 0.94rem + 3.7px);
    padding: 0.47rem 0.8rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0.267rem;
    border: 1px solid #464d5c;
    background: #1a233a;
    color: #8a99b5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.4;
    appearance: none;
    /* width: 100%; */
    background-image: url(../img/ico/svg/seta.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}
#container-principal{
    padding:40px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4f4f4f9d;
    color: white;
    padding: 1.5rem;
    opacity: 0;
    text-align: start;
    transition-delay: .1s;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: scale(1);
    box-sizing: border-box;
}

.overlay h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    white-space: normal;
    text-overflow: unset;
}

.overlay p.overlay-text {
    font-family: sans-serif;
    margin: 0.1rem 0;
    font-size: 12px;
    font-weight: 700;
}

#btn_iniciar_leitura {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: 2rem;
    margin: 0.5rem;
    align-content: center;
    font-size: 15px;
    transition: color 0.3s ease;
    align-content: center;
}

.manga_capa:hover .overlay {
    opacity: 1; /* Torna o overlay visível quando hover */
    transform: scale(1.2); /* Aumenta o tamanho do overlay */
    transform-origin: center; /* Define o centro da transformação */
}

.flag_icon {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-radius: 1rem;
}

.manga_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.loading-overlay {
    position: fixed; /* Fixa na tela */
    top: 0; /* Alinha ao topo */
    left: 0; /* Alinha à esquerda */
    width: 100vw; /* Largura total da tela */
    height: 100vh; /* Altura total da tela */
    background-color: rgb(0 0 0); /* Fundo semi-transparente */
    display: flex; /* Usar flexbox para centralizar */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    z-index: 9999; /* Garante que fique acima de outros elementos */
    opacity: 1; /* Opacidade padrão */
    transition: opacity 0.5s ease, visibility 0.5s ease; 
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spinner {
    border: 16px solid rgb(0 0 0 / 0%);
    border-top: 16px solid #ffffff;
    border-radius: 50%;
    width: 80px; /* Largura do spinner */
    height: 80px; /* Altura do spinner */
    animation: spin 0.5s linear infinite;
}
.loading-overlay.hidden {
    opacity: 0; /* Opacidade zero para esconder */
    visibility: hidden; /* Esconde o elemento */
}


.pagination{
    display: flex;
    margin: 5rem;
    justify-content: center;
}

.active{
    background-color: rgb(65, 152, 238) !important;
}

.pagination span{
    padding: 8px 12px;
    font: 600 1rem '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    list-style: none;
    text-decoration: none;
    border: 1px solid #475F7B;
    background-color: transparent;
    color: var(---color-white);
    transition: background 0.3s ease, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination a:hover{
    background-color: rgb(65, 152, 238) !important;
}
.pagination a{
    padding: 8px 12px;
    font: 600 1rem '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    list-style: none;
    text-decoration: none;
    border: 1px solid #475F7B;
    background-color: transparent;
    color: var(---color-white);
    transition: background-color 0.3s ease, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .manga_card_main {
        align-items: center;
        display: flex;
        position: relative;
        justify-content: center;
        display: flex;
        gap: 3rem;
        flex-wrap: wrap;
    }

    header {
        background-color: var(---color-black);
        color: #fff;
        padding: 20px 0;
        text-align: center;
        padding: 20px;
        transition: all 0.3s ease;
        position: fixed;
        right: 0;
        top: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: 0;
        z-index: 1000;
        gap: 10px;
    }

    header nav ul li {
        display: inline;
        margin: 0 7px;
    }
    header nav ul {
        display: flex;
        margin-left: 0;
        justify-content: space-between;
        flex-flow: wrap;
        font-size: 14px;
        margin-top: 1rem;
        margin-right: 0;
        white-space: normal;
        list-style: none;
        list-style-position: initial;
        list-style-image: initial;
        list-style-type: none;
        padding: 0;
    }

    .component-filtro span{
        border-radius: 40px;
        display: inline-flex;
        align-items: center;
        font-weight: 200;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        font-size: 16px;
        padding: 0.5rem;
        border: none;
        margin-left: 10px;
    }

    #container-principal {
        padding: 0.5rem;
        margin-top: 3rem;
    }
    .nav-souso-2-component-pesquisa-campo {
        font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
        color: white;
        height: 20px;
        outline: none;
        width: 250px;
        text-align: start;
        padding: 12px;
        border: none;
        background: #000000b0;
    }
    #site-header h1{
        font-size: 18px;
    }
    .souso_components-column{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .container_filtro_components{
        margin-right: 10px;
        margin-left: 10px;
    }

    main {
        position: relative;
        top: 15rem;
    }

    .pagination a{
        display: flex;
        font: 600 13px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
        align-items: center;
    }

}

@media only screen and (orientation: landscape) {

    .titulo-capitulo{
        margin-right: 5px;
        max-width: 20rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    header nav ul {
        display: flex;
        margin-left: 0;
        justify-content: end;
        flex-flow: wrap;
        font-size: 14px;
        margin-top: 1rem;
        margin-right: 0;
        white-space: normal;
        gap: 5px;
        list-style: none;
        list-style-position: initial;
        list-style-image: initial;
        list-style-type: none;
        padding: 0;
    }
    .conteudo, .div-souso-3-barra-lateral, .nav-souso-1{
        right: auto;
        left: auto;
    }
    header{
        flex-direction: row !important;
    }

    #site-header h1 a{
        text-decoration: none;
        white-space: nowrap;
        color: inherit;
    }
}