body{
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    background-color: #242428;
}
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
    background: #4e4e4e; /* Cor de fundo da barra de rolagem */
}

.souso-sociais{
    justify-content: right;
    display: flex;
    margin-top: 10px;
}
::-webkit-scrollbar-thumb {
    background: #5a2e98; /* Cor do indicador da barra de rolagem */
    border-radius: 5px; /* Borda arredondada do indicador */
}

.div-souso-todos-animes-container{
    position: relative;
    top: 20px;
}

.spinner-container {
    position: fixed;
    top: 100px;
    display: none;
    left: 30px;
    color: rgba(255, 255, 255, 0.185);
    margin: 1rem;
    z-index: 1000;
    display: flex
;
    align-items: center;
    justify-content: center;
}

/* Estiliza o spinner */
.spinner-container svg {
    width: 2rem; /* Ajusta o tamanho do spinner */
    height: 2rem;
    animation: spin 0.2s linear infinite; /* Animação de rotação contínua */
    fill: #ff9913; /* Cor do spinner, você pode ajustar conforme necessário */
}

/* Define a animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#alphabetFilter::-webkit-scrollbar {
    width: 6px; /* Largura da barra de rolagem */
}
.spinner-container {
    position: fixed;
    top: 100px;
    display: none;
    left: 30px;
    color: rgba(255, 255, 255, 0.185);
    margin: 1rem;
    z-index: 1000;
    display: flex
;
    align-items: center;
    justify-content: center;
}
#alphabetFilter::-webkit-scrollbar-track {
    background-color: transparent; /* Cor de fundo da trilha */
}

#alphabetFilter::-webkit-scrollbar-thumb {
    background: #5a2e98; /* Cor do indicador da barra de rolagem */
    border-radius: 3px; /* Borda arredondada do indicador */
}

/* Estilizando a barra de rolagem do Firefox */
#alphabetFilter {
    scrollbar-width: thin;
    scrollbar-color: #5a2e98 transparent;
}

body::before {
    content: "";
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://f.i.uol.com.br/fotografia/2022/04/08/16494647306250d59aebc51_1649464730_16x9_md.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.1; /* Ajuste a opacidade conforme necessário */
    z-index: -1;
}
* {
    box-sizing: border-box;
}

.nav-souso-1-botao-lateral{
    height: 100%;
    position: relative;
    display: flex;
    right: 50px;
    margin-left: auto; 
    align-items: center;
    text-align: right;

}

.nav-souso-1-botao-lateral-1 {
    background: transparent;
    border: none;
    font-size: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 10px;
}

.nav-souso-1-botao-lateral-1 i {
    color: rgb(255, 255, 255);
}

.nav-souso-1 {
    list-style: none;
    z-index: 1000;
    align-items: center; 
    display: flex;
    height: 80px;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: fixed;
    background: #00000085;
}
.souso-cadatro{
    text-align: center !important;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
}

.nav-souso-2{
    height: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Translada o contêiner filho para o centro */
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.nav-souso-2-component-pesquisa-campo{
    font: 300 16px '__poppins_f68cdc','__poppins_Fallback_f68cdc',Arial,sans-serif;
    color: white;
    height: 60px;
    outline: none;
    width: 400px;
    text-align: start;
    padding: 12px;
    border: none;
    background: #000000b0;
}

.nav-souso-2-component-pesquisa{
    background-color: #000000b0;
    display: flex;
}

.nav-souso-2-component-pesquisa-botao{
    background-color: #000000b0;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}

.ri-menu-line{
    font-size: 35px!important;
}

.ri-search-line{
    font-size: 20px;
}

.nav-souso-1-conteudo-animes {
    border-radius: 3px;
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative; /* Adicionado */
}

.nav-souso-3-site-nome-1{
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    left: 20px;
    font-size: 25px;
    position: relative;
    color: white;
}


/* Adicione seu CSS aqui */
.souso-conteudo-detalhes-1 {
    margin-top: 10%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.capa-container {
    text-align: center;
    align-content: center;
    flex: 1;
    max-width: 300px; /* Ajuste conforme necessário */
}
.capa-container img {
    width: 100%;
    height: auto;
}
.info-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.titulo-container {
    color: white;
}
.extra-info {
    border-bottom: 1px solid #2d2d2d;
    font-size: 13px;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sinopse-container{
    padding: 0.5rem;
    overflow: auto;
    height: 105px;
    margin: 1rem 0px;
    font-size: 14px;
    color: white;
}

.capa-container img{
    width: 174px;
    height: 280px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 20px 0px, rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
}

.conteudo{
    position: absolute;
    top: 10%;
}

.episodios-container{
    border-radius: 3px;
    background: #0201015f;
    width: auto;
    padding: 130px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative;
}
.episodio-capa {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}
.episodio-card{
    height: 200px;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.episodio-card img:hover{
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}
.back-links {
    margin-top: 10px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}
.back-links p a {
    font-size: 12px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}



.modal {
    position: fixed;
    bottom: 20px;
    top: 15%;
    right: 20px;
    width: 300px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    z-index: 1000;
    border-radius: 5px;
    max-height: 62px;
}


.modal-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    justify-content: space-between;
}
.modal-content.error {
    background-color: #f14e4e;
}

.modal-content.success {
    background-color: #2bd22b;
}
.modal.show {
    transform: translateX(0);
    opacity: 1;
    max-height: 62px;

}
.close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

#modal-message {
    color: white;
    margin: 0;
    font-size: 16px;
}


.back-links p {
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}
.episodio-card h3 {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.episodio-card p {
    cursor: pointer;
    margin: 0;
}

.episodio-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.filtros-container {
    max-width: 15%;
    outline: none;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

#pesquisar-episodio {
    color: white;
    outline: none;
    background-color: transparent;
    border: 1px solid rgb(48, 48, 48);
    padding: 5px;
    font-size: 16px;
    flex: 1;
}

#filtrar-episodios {
    max-width: 20%;
    border-radius: 3px;
    flex-direction: row-reverse;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}
.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;
}

.component-filtro i{
    margin-right: 10px;
    font-size: 20px;
}

.component-filtro{
    margin: 10px;
}

#filtrar-episodios:hover{
    background: #5a2e98;
    transition: background 500ms ease-in-out;
}

.souso-header-1{
    padding: 30px;
    top: 100px;
    position: relative;
}

.souso-header-component{
    text-align: center;
    font-size: 14px;
    color: white;
}

.souso-header-component p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.Parceiros{
    white-space: nowrap;
}

.Parceiros i{
   cursor: pointer;
   list-style-type: none;
   text-decoration: none;
   outline: none;
   list-style: none;
   color: white;
}
.nav-souso-1-btn-recolhimento{
    display: none;
}
.Parceiros i a{
    cursor: pointer;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #ffbb1c;
}

.div-souso-3-barra-lateral {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px; /* Defina a largura do menu lateral */
    background: #000000eb;
    z-index: 900;
    transform: translateX(-100%); /* Inicialmente fora da tela */
    transition: transform 0.3s ease-in-out; /* Transição suave */
    overflow-y: auto;
}

.div-souso-3-barra-lateral.show {
    transform: translateX(0); /* Visível na tela */
}

.body-no-scroll {
    overflow: hidden;
}
.ri-close-line{
    cursor: pointer;
    font-size: 45px;
    border: none;
    background-color: transparent;
    border: 1px white;
    color: white;
}


.div-souso-3-barra-lateral {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 900;
    height: 100%;
    width: 100%;
    background: #000000eb;
    padding-top: 20px;
}

.conteudo,
.div-souso-3-barra-lateral,
.nav-souso-1{
    right: 0;
    left: 0;
    width: 100%; /* Você pode ajustar isso para uma largura fixa desejada, por exemplo: 800px; */
    max-width: 2000px; /* Largura máxima para evitar que se estenda indefinidamente */
    margin: 0 auto; /* Centraliza o conteúdo */
    padding: 20px;
    box-sizing: border-box; /* Garante que o padding não incremente a largura total */
}

.submenu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}

.ul-souso-3-barra-lateral li:hover .submenu {
    display: block;
}

.submenu li {
    padding: 5px 0;
}

.submenu li a {
    color: white;
    text-decoration: none;
}

.submenu li a:hover {
    color: #ccc;
}


.ul-souso-3-barra-lateral a{
    color: white;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
}

.ul-souso-3-barra-lateral {
    transition: color 0.4s ease;
    right: 40px;
    position: relative;
    top: 40px;
    float: right;
    list-style-type: none;
    padding: 0;
}

.mascot{
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAWkPOxJVqkc0xIyKBoulfxbN9BXFI1j6jQMc9SnV2HjiESbR7VvDZM6FheAGZ86P57AnIEhX0Wy8HFw0xkd8lGV4svCOHtD9oecMQr22ItBvEVrLcJMixvPtvN31uIZZY-z0clWZD4iPkQ8A7Gpo_JkJkI9tW0dOvw9nmT1Lr1znL3xKJaLbq49s_Yw/s1600/IMG_20220521_032343.png);
    background-size: contain;
    width: 260px;
    height: 370px;
    background-repeat: no-repeat;
}
.ul-souso-3-barra-lateral a.active {
    position: relative;
    background: linear-gradient(87deg, #ff5a00 0%, #ffad42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: background 0.5s ease, -webkit-background-clip 0.5s ease, -webkit-text-fill-color 0.5s ease;
}
.ul-souso-3-barra-lateral a.active::after {
    border-radius: 5px 4px 0 0;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px; /* Mantém a altura da barra constante */
    background: linear-gradient(87deg, #b94100 0%, #ff9100 100%);
    transition: background 0.5s ease;
}
.indicator{
    opacity: 0.9;
}

.info-animes-total .indicator span {
    color: #fff; /* Manter a cor do texto dentro do span */
}

#total-animes{
    font-size: 12px;
    padding: 6px 5px;
}

#total-episodios{
    font-size: 12px;
    padding: 6px 5px;
}
.info-animes-total{
    padding: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 12px;
}

.ul-souso-3-barra-lateral a.active:hover {
    background: linear-gradient(87deg, #e55a00 0%, #f8a042 100%); /* Gradiente escurecido para hover */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ul-souso-3-barra-lateral a.active:hover::after {
    background: linear-gradient(87deg, #a94100 0%, #d58100 100%); /* Gradiente escurecido para hover */
}

.ul-souso-3-barra-lateral li {
    transition: color 0.4s ease;
    padding: 10px;
    text-align: left;
    list-style: none;
}

.ul-souso-3-barra-lateral :hover {
    transition: color 0.4s ease;
    color: rgba(255, 255, 255, 0.741);
}


.lista-de-favoritos{
    transition: color 0.4s ease;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    display: flex;
    color: white;
    justify-content: right;
}
.ul-souso-3-barra-lateral li a {
    text-decoration: none;
    margin: 3px;
    color: white;
    display: block;
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
}
.ul-souso-3-barra-lateral li a:hover {
    color: rgba(255, 255, 255, 0.741);
}

.souso-titulo-episodio{
    padding: 5px;
    background: #05164f8d;
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.souso-titulo-episodio {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #00000038;
    border-radius: 8px;
    background-color: #181829;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.souso-conteudo-dealhes-visu{
    position: relative;
    margin-top: 5%;
}
.souso-titulo-episodio-capa {
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
}
.souso-titulo-episodio-capa img {
    cursor: pointer;
    margin: 5px;
    height: 100px;
    width: auto;
    border-radius: 4px;
}

.souso-titulo-episodio-titulo{
    font-size: 80%;
}

.container-episodio-views-link{
    display: flex;
    justify-content: center;
}

#souso-titulo-episodio-nome{
    cursor: pointer;
}

.episodios-detalhes-visu{
    width: 100%;
}

.container-controles-souso {
    background-color: #1505538f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-left: 100px;
    margin-right: 100px;
}

.container-controles-souso a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-controles-souso .controle-anterior,
.container-controles-souso .controle-proximo,
.container-controles-souso .controle-menu {
    display: flex;
    border: 0.5px solid #3b3737;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 3px;
    height: 60px;
    background-color: #1505538f;
    color: #ffffff;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px;
}

.container-controles-souso .controle-anterior span,
.container-controles-souso .controle-proximo span {
    font-size: 12px;
    margin-top: 5px;
}

.container-controles-souso .controle-anterior:hover,
.container-controles-souso .controle-proximo:hover,
.container-controles-souso .controle-menu:hover {
    background-color: #2b076d41;
    color: #fff;
}


.show-comments {
    cursor: pointer;
    border: none;
    color: white;
    background: linear-gradient(135deg, #3a3a3a54, #23232369);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    gap: 10px;
    transition: background 2s ease, box-shadow 2s ease, transform 0.5s ease;
}
.show-comments:hover {
    background: linear-gradient(135deg, #343434bf, #2b2b2ba5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.show-comments:active {
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#seçao_comentarios{
    top: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#disqus_thread {
    width: 80%; /* Defina a largura desejada, por exemplo, 80% */
    margin: 0 auto; /* Isso centralizará o elemento horizontalmente na página */
    margin-top: 150px; /* Adiciona uma margem superior de 150px */
}

.souso-container-resultado{
    border-radius: 3px;
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    color: white;
    position: relative;
}

.catalog-item{
    height: 280px;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.catalog-item img:hover{
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}

.catalog-item h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capa-resultados{
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    height: 250px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.capa-resultados img {
    user-select: none;
}

.terno-pesquisado{
    color: white;
}

.nav-souso-3-site-nome-1 a{
    color: white;
    list-style: none;
    text-transform: uppercase;
    text-decoration: none;
}

.loading-animation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loading-animation::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s 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) }
}

.div-souso-todos-animes-titulo {
    color: #e4e1e1db;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 0.5rem;
}
.component-filtro-anime{
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 5%;
    padding: 10px;
    background-color: #202020;
    flex-direction: column;
    display: flex;
    color: white;
}
.souso_anime_filter {
    white-space: nowrap;
    width: calc(20%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
}
/* Estilo de fundo quando "Não" é selecionado */
.yesnoContainer[data-value="no"] {
    background-color: #c0392b; /* Cor de fundo quando "Não" é selecionado */
}
.yesnoContainer {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    background: #27ae60;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.yesnoOption {
    width: 40%;
    padding: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; /* Centraliza o texto dentro das opções */
}

.yesnoIcon i {
    font-size: 25px;
    position: relative;
    transition: transform 0.3s ease;
}


.yesnoIcon i {
    font-size: 25px;
    position: relative;
    transition: transform 0.3s ease;
}

.component-filtro-anime select option{
    font-size: 14px;
}


.yesnoIcon.active i {
    animation: shake 0.5s ease;
}
.component-filtro-anime select {
    padding: 5px;
    background-color: #2a2929;
    color: white;
    outline: none;
    margin: 5px;
    border: none;
    width: 100%; /* Garante que o select ocupe toda a largura disponível */
}

@keyframes shake {
    10%, 90% {
        transform: translateX(-1px);
    }
    20%, 80% {
        transform: translateX(2px);
    }
    30%, 50%, 70% {
        transform: translateX(-4px);
    }
    40%, 60% {
        transform: translateX(4px);
    }
}

@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); }
}

.rotate {
    animation: rotate 1s linear infinite;
}

.prixClipFix {
    animation: prixClipFix 1s linear infinite;
}
.ri {
    font-size: 1.2rem; /* Tamanho dos ícones */
    vertical-align: middle; /* Alinhamento vertical */
    margin-left: 5px; /* Espaçamento à esquerda */
}

.button-container-filtrar{
    display: flex;
    justify-content: center;
    color: white;
}

.button-container-filtrar button {
    align-items: center;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 8px;
    border-radius: 3px;
    height: 30px;
    background-color: #2a1f41;
    color: white;
    border: none;
}
.button-container-filtrar button:hover{
   background: #3d2276;
   transition: background 200ms ease-out;
}

.ri-filter-2-fill{
    color: white;
}

.component-filtro-anime label{
    display: flex;
    margin: 5px;
    justify-content: start;
}

@keyframes emergeCenterEffect {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: none;
    }
}

.component-filtro{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.anime-card {
    animation: emergeCenterEffect 0.3s linear 0s 1 normal none running;
    height: 280px;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.anime-card img {
    object-fit: cover; /* Cobrir toda a área do container */
    width: 100%; /* Usar largura total do container */
    height: 100%; /* Usar altura total do container */
    cursor: pointer;
    transition: transform 0.4s ease;
}
.anime-card:hover img {
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}

.anime-card h3 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limitar o texto a 3 linhas */
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 11px;
    text-align: center;
    display: flex; /* Usar flexbox para alinhamento */
    align-items: center; /* Alinhamento vertical */
    justify-content: center; /* Alinhamento horizontal */
}

.div-souso-todos-animes{
    border-radius: 3px;
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative;
}

.capa-resultados{
    height: 250px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}
.nav-souso-1-conteudo-animes-capa-div:hover .overlay {
    opacity: 1; /* Mostra o overlay quando passa o mouse */
}
.overlay p {
    opacity: 0;
    animation: slide-up 0.5s ease forwards;
}
.overlay {
    cursor: pointer;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: rgb(0 0 0 / 34%);
    color: white;
    border-radius: 3px;
    padding-top: 15px;
    padding-left: 5px;
    text-align: start;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.anime-card:hover .overlay {
    opacity: 1;
    transform: translate(-50%, -60%);
}
/* styles.css */


.alphabet-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.souso-filtro-l {
    display: flex;
    justify-content: center;
    margin: 10px;
    max-width: 100%;
    overflow-x: auto;
}

.alphabet-filter {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    overflow-x: auto;
}

.alphabet-filter li {
    margin: 0 1px;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    background: #08080833;
    white-space: nowrap; /* Impede a quebra de linha dentro dos itens da lista */
}

.alphabet-filter li:hover {
    color: #ffd60a;
}

.alphabet-filter li.active {
    background: linear-gradient(87deg,#42030a 0,#ff0000 100%);
    color: white;
    font-weight: 500;
    border-color: #ff0000;
}
.anime-card:hover .overlay {
    opacity: 1;
    transform: translate(-50%, -60%);
}

.overlay p:nth-child(1) {
    animation-delay: 0.2s; /* Delay para o primeiro parágrafo */
}

.overlay p:nth-child(2) {
    animation-delay: 0.4s; /* Delay para o segundo parágrafo */
}
@keyframes slide-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.total-episodios-text {
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    color: white;
}

.classificacao-text {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: red;
    padding: 3px;
    white-space: nowrap;
    color: white;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination button {
    background-color: #2a1f41;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.pagination button:hover {
    background-color: #241051;
}

.pagination button i {
    margin-right: 5px;
}

#page-info {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}



@media only screen and (max-width: 768px) {
    .nav-souso-1 {
        transition: height 0.2s linear;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px;
        height: auto;
    }
    
    .nav-souso-1-btn-recolhimento{
        display: block;
    }
    .expanded .nav-souso-1-btn-recolhimento {
        margin-top: -55px;
        transform: rotate(180deg);
    }
    .nav-souso-1-botao-lateral-1, .nav-souso-1-btn-recolhimento a {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
    .spinner-container {
        position: fixed;
        top: 230px;
        display: none;
        left: 30px;
        color: rgba(255, 255, 255, 0.185);
        margin: 1rem;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-souso-0 {
        display: flex;
        align-items: baseline;
        width: 60%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .nav-souso-1-botao-lateral {
        height: 100%;
        display: flex;
        right: 15%;
        margin-left: auto;
        align-items: center;
        text-align: right;
        position: absolute;
        top: 10px;
    }

    .nav-souso-3-site-nome{
        width: 100%;
    }
    .div-souso-4 {
        margin-top: 120px;
        color: white;
        text-align: center;
    }
    .div-souso-2-titulo h2 i{
        margin-right: 10px;
        color: #ffffff;
    }
    .div-souso-4 h2{
        white-space: nowrap;
        font-size: 20px;
    }

    .div-souso-2-titulo h2{
        white-space: nowrap;
        font-size: 18px;
    }
    .souso-titulo-episodio-titulo {
        top: 0;
        display: flex;
        /* margin: 0; */
        flex-flow: column;
        align-self: baseline;
        font-size: 70%;
        position: relative;
    }
    
    #souso-titulo-episodio-nome {
        margin: 0;
        color: #ffffff99;
        cursor: pointer;
    }
    .souso-titulo-episodio {
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 8px;
        background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
        margin-bottom: 40px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .div-souso-todos-animes-titulo {
        font-size: 20px;
        color: white;
        padding-left: 15px;
    }

    .mascot{
        display: none;
    }

    .component-filtro-anime {
        margin-right: 30px;
        margin-left: 30px;
        border-radius: 5%;
        padding: 10px;
        background-color: #202020;
        flex-direction: column;
        display: flex;
        color: white;
    }
    .ul-souso-3-barra-lateral {
        right: 0px;
        position: relative;
        top: 180px;
        float: right;
        list-style-type: none;
        padding: 0;
    }
    .episodios-container {
        border-radius: 3px;
        background: #0201015f;
        width: auto;
        align-items: center;
        display: flex;
        padding: 0px;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        position: relative;
    }
    .back-links p a {
        font-size: 12px;
        color: white;
        cursor: pointer;
        font: none;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
    .back-links p {
        color: white;
        cursor: pointer;
        margin: 0;
        font: none;
        list-style: none;
        display: flex;
        text-decoration: none;
    }

    .back-links {
        margin-top: 10px;
        color: white;
        cursor: pointer;
        font: none;
        flex-direction: column;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
    .nav-souso-3-site-nome-1 {
        margin: 10px;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        left: 0px;
        display: flex;
        align-items: center;
        position: relative;
        color: white;
    }

    
    .div-souso-3-barra-lateral {
        width: 100%;
    }
    .div-souso-2 {
        margin: 0px;
        margin-top: 250px;
        position: relative;
    }
    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 50px;
        justify-content: center;
    }
    .terno-pesquisado {
        padding-left: 15px;
        color: white;
    }
    .conteudo {
        padding: 0px;
        position: absolute;
        top: 35%
    }
    .component-botao-ver-todos a{
        padding-top: 7px;
        padding-right: 7px;
        color: white;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        border: none;
        background-color: #242428;
        display: flex;
        justify-content: end;
    }
    .nav-souso-2-component-pesquisa-campo {
        height: 50px;
        width: calc(100% - 60px); /* Espaço suficiente para o padding e o botão de pesquisa */
    }

    .nav-souso-2-component-pesquisa {
        width: 100%;
        justify-content: center;
    }

    .nav-souso-1-botao-lateral-1{
        position: absolute;
        top: 0;
    }
    
    .modal {
        position: fixed;
        bottom: 20px;
        top: 230px;
        right: 20px;
        width: 300px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transform: translateX(100%);
        opacity: 0;
        z-index: 1000;
        border-radius: 5px;
        max-height: 62px;
    }
    .souso-conteudo-detalhes-1 {
        margin-top: 10%;
        background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
        position: relative;
        display: flex;
        margin: 0px;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 150px;
    }

    .alphabet-filter {
        display: flex;
        overflow-y: auto; /* Habilita o scroll vertical quando necessário */
        scrollbar-width: thin; /* Define a largura da barra de rolagem */
        justify-content: start;
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
        overflow-x: auto;
    }
    .extra-info div{
        margin-left: 10px;
    }
    .capa-container {
        padding-top: 30px;
        text-align: center;
        align-content: center;
        flex: 1;
        max-width: 100%;
    }
    .container-controles-souso {
        background-color: #1505538f;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px;
        margin-left: 10px; 
        margin-right: 10px; 
    }
    .component-filtro span{
        font-size: 13px;
    }
    .div-souso-todos-animes-titulo{
        padding-left: 0;
    }   

    .component-filtro {
        display: flex;
        margin-bottom: 30px;
        margin-top: 15px;
        justify-content: space-between;
    }
    
    .episodios-container {
        border-radius: 3px;
        background: #0201015f;
        width: auto;
        align-items: center;
        display: flex;
        padding: 15px;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        position: relative;
    }


    .souso_anime_filter {
        margin-top: 8px;
        width: calc(100%);
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        text-align: center;
    }



    .sinopse-container {
        padding: 0.5rem;
        overflow: auto;
        height: 105px;
        margin: 1rem 1px;
        font-size: 12px;
        color: white;
    }
    .titulo-container {
        font-size: 10px;
        text-align: center;
        color: white;
    }
    .filtros-container {
        max-width: 100%;
        outline: none;
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }
    .container-capa-ep-views-link {
        width: 100%;
        height: auto;
    }
    .container-controles-souso .controle-anterior,
    .container-controles-souso .controle-proximo,
    .container-controles-souso .controle-menu {
        display: flex;
        border: none;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 3px;
        height: 50px;
        background-color: #1505538f;
        color: #ffffff;
        font-size: 15px;
        transition: background-color 0.3s, color 0.3s;
        padding: 10px;
    }
    .info-animes-total{
        justify-content: space-around;
    }
    .container-controles-souso .controle-anterior:hover,
    .container-controles-souso .controle-proximo:hover,
    .container-controles-souso .controle-menu:hover {
        background-color: #3e05a8b0;
        color: #fff;
    }

    .souso-container-resultado{
        border-radius: 3px;
        background: #222020a6;
        width: auto;
        padding-top: 50px;
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        color: white;
        position: relative;
    }
    .extra-info {
        width: 100%;
        font-size: 13px;
        overflow: hidden;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}


@media screen and (max-width: 768px) and (orientation: landscape) {


    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 30px;
        justify-content: center;
    }
    
    .conteudo {
        padding: 0px;
        position: absolute;
        top: 50%;
    }


}