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 */
}

.container-lista-favoritos{
    margin: 100px;
    margin-top: 80px;
}

::-webkit-scrollbar-thumb {
    background: #5a2e98; /* Cor do indicador da barra de rolagem */
    border-radius: 5px; /* Borda arredondada do indicador */
}

.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;
}

.alert-timestamp{
    display: flex;
    margin-left: 10px;
    color: #000000d5;
    align-items: center;
    font-size: 12px;
}

.souso-caixa-alerta {
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease, border 0.3s ease;
    max-height: 500px; /* Valor inicial grande para a altura máxima */
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
  }
  
  .souso-caixa-alerta.collapsed {
    max-height: 0; /* Altura zero quando recolhido */
    padding: 0;
    margin-bottom: 0;
    border: none;
  }

  .souso-caixa-conteudo{
    padding-top: 25px;
    flex-direction: column;
    display: flex;
  }
  .souso-alerta-icone-sino{
    fill: block;
  }

  
  .souso-caixa-alerta.visible {
    opacity: 1; /* Fica visível */
    transform: scale(1); /* Escala para o tamanho normal */
  }
  
  .alert-ico a{
    color: black;
    margin-left: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
  }
  .souso-alerta-icone path {
    stroke: rgb(0, 0, 0); /* Cor padrão da linha */
    stroke-width: 4; /* Define a espessura da linha */
    transition: stroke 0.4s ease;
  }
  
  /* Mudança de cor ao passar o mouse */
  .souso-alerta-botao:hover .souso-alerta-icone path {
    stroke: rgb(56, 56, 56); /* Cor da linha ao passar o mouse */
  }
  @keyframes swing {
    0% {
      transform: rotate(0deg);
      transform-origin: center;
    }
    50% {
      transform: rotate(-10deg);
      transform-origin: center;
    }
    100% {
      transform: rotate(0deg);
      transform-origin: center;
    }
  }

  .souso-caixa-conteudo p{
    padding: 0;
    margin-top: 4px;
  }
  .alert-ico{
    align-items: center;
    display: flex;
    top: 0;
    margin-top: 5px;
    margin-left: 10px;
    padding: 3px;
    left: 0;
    position: absolute;
  }
  
  /* Estilos para o SVG do sino */
  .souso-alerta-icone {
    width: 13px;
    flex: 1;
    align-items: center;
    display: flex;
    top: 0;
    height: 13px;
    margin: 0;
    animation: swing 0.3s ease infinite;
    transform-origin: center;
  }
.btn-retorno a {
    color: white;
    list-style: none;
    transition: color 0.4s ease;
    text-decoration: none;
}

.btn-retorno a:hover {
    color: rgba(255, 255, 255, 0.288);
}

  .souso-alerta-botao {
    display: flex;
    font: message-box;
    font-weight: bolder;
    position: absolute;
    top: 0;
    cursor: pointer;
    align-items: center;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    box-sizing: content-box;
    width: 1em;
    background: transparent;
    height: 1em;
    padding: .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .8;
  }
  @keyframes bounce {
    0% { transform: scale(0.9); opacity: 0; }
    50% { transform: scale(1.01); opacity: 1; }
    100% { transform: scale(1); }
  }

  .doacao-section h1{
    color: #ffffffb8;
  }
  .conteudo-souso-pedidos h4{
    color: #ffffffb8;
  }
    .conteudo-souso-pedidos p{
        color: #ffffffb8;
    }
    


  .conteudo-souso-pedidos span{
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    animation: bounce 1s ease;
    background: blueviolet;
    color: white;
    padding: 10px;
  }

  .doacao-section p{
    color: #ffffff9c;
  }
  .doacao-section div{
    color: #ffffff9c;
  }
  .conteudo-souso-pedidos{
    padding: 30px;
    display: flex;
    flex-direction: column;
  }


  .container-btn-doar {
    display: flex;
    overflow: hidden;
    animation: bounce 1s ease;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Ajuste o espaçamento conforme necessário */
}

.btn-doar {
    display: inline-block;
    width: 180px;
    height: 50px;
    background-image: url('../img/tipaai.png'); /* Verifique o caminho da imagem */
    background-size: cover; /* Ajusta o tamanho da imagem de fundo */
    background-position: center;
    text-indent: -9999px; /* Oculta o texto, pois a imagem é o foco */
    border: none;
    text-decoration: none;
    /* Adicione outras propriedades de estilo se necessário */
}

  .souso-caixa-alerta {
    opacity: 0; /* Começa invisível */
    animation: bounce 1s ease; /* Adiciona a animação */
  }
  
  .souso-caixa-alerta.visible {
    opacity: 1; /* Fica visível */
    transform: scale(1); /* Escala para o tamanho normal */
  }
  
.souso-caixa-titulo{
        -webkit-text-stroke-width: thick !important;
        color: #8800ff;
}
  .souso-caixa-alerta a {
    font-size: 13px;
    text-align: start;
    padding: 0;
    font-weight: bolder;
  }
  .souso-caixa-alerta {
    position: relative;
    padding: 1rem;
    margin-bottom: 3rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
  }
  

.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;
}

.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 */
}

.capa-resultados img {
    user-select: none;
}

.modal.show {
    transform: translateY(0);
}
/* CSS for Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-content img{
    width: 72px;
    border-radius: .75rem;
}

.modal-pair-status-type p{
    padding: 0;
    margin: 0;
    padding-top: 7px;
}

.modal-pair-genres ul{
    padding: 0;
    gap: 10px;
    display: flex;
    text-decoration: none;
    list-style: none;
}

.modal-pair-title-image p{
    display: flex;
    flex-direction: column;
}
.modal-pair-watch-button a{
    list-style: none;
    color: white;
    text-decoration: none;
}



.modal-pair-watch-button {
    background: rgb(57 57 57 / 66%);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
    transition: background 0.3s ease;
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
}

.modal-pair-watch-button:hover{
    color: rgba(255, 255, 255, 0.824);
    background: rgba(34, 34, 34, 0.66);
}

.modal-pair-title-image{
    width: 90%;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: row-reverse;
}

.modal-pair-sinopse p{
    font-size: 15px;
    overflow-y: auto;
    max-height: 70px;
}
.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}
.modal-pair-title-image h3{
    height: 100%;
    max-width: 80%;
    transition: color 0.4s ease;
    margin: 0;
    font-family: sans-serif;
    position: relative;
    left: 15px;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    
}
.modal {
    z-index: 10000;
    color: white;
    height: 60%;
    background: rgba(20, 20, 20, 0.8);
    border-radius: 8px;
    padding: 20px;
    width: 70%;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.modal-content {
    display: flex;
    max-height: 100%;
    flex-direction: column;
    align-items: start;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px; /* Defina um valor de largura e altura igual */
    height: 30px; /* Isso faz com que o botão seja um círculo perfeito */
    background: transparent; /* Cor de fundo */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Deixa o botão circular */
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease; /* Transição suave */
}

.modal .close:hover{
    background: rgba(49, 49, 49, 0.8);
}

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%;

    position: fixed;
    background: #00000085;
}
.souso-cadatro{
    text-align: center !important;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
}
.custom-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;
}

.custom-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;
}

.custom-modal-content.error {
    background-color: #f14e4e;
}

.custom-modal-content.success {
    background-color: #2bd22b;
}

.custom-modal.show {
    transform: translateX(0);
    opacity: 1;
    max-height: 62px;
}

.custom-close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

#custom-modal-message {
    color: white;
    margin: 0;
    font-size: 16px;
}

.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;
}

.anime-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.anime-details {
    gap: 10px;
    flex: 1;
    margin-left: 15px;
}

.rating-container {
    color: white;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
}

.rating-icon {
    color: #ffc107; /* Cor amarela para o ícone de estrela */
    margin-right: 5px;
}

.anime-details h3 {
    margin: 0;
    font-size: 1.5rem;
}

.anime-details p {
    font-size: 12px;
    margin: 5px 0;
}

.lista-favoritos{
    padding: 25px;
    margin: 10px;
    background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);

}

.lista-favoritos p{
    color: white;
    font-family: sans-serif;
    text-align: start;
}
.anime-details ul {
    max-width: 100%;
    font-size: 10px;
    white-space: nowrap;
    list-style: none;
    padding: 0;
}
.anime-item {
    
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: rgba(20, 20, 20, 0.8);
    transition: transform 0.3s ease;
}
.anime-details ul li {
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    border: 0.5px solid #ffffff73;
    display: inline-block;
    background-color: #00000000;
    padding: 2px 10px;
    border-radius: 15px;
    margin-right: 5px;
}

.modal-pair-genres ul li{
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    border: 0.5px solid #ffffff73;
    display: inline-block;
    background-color: #00000000;
    padding: 2px 5px;
    border-radius: 15px;
}
.dli-post-element button{
    cursor: pointer;
    background: transparent;
    color: rgb(16 100 191);
    border: none;
}

.dli-post-element{
    position: absolute;
    align-self: end;
    display: flex;
}


.info-button-deleta{
    margin-top: 120px;
    align-self: flex-end;
    display: flex;
    position: absolute;
    align-self: end;
}
.anime-sinopse {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.delete-button-pc{
    display: block !important;
    font-size: 12px !important;
    align-self: baseline !important;
    background-color: #ff0000 !important;
    color: white !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    margin-left: auto !important;
}

.delete-button {
    display: none;
}

.delete-button:hover {
    background-color: #ff0d23eb;
}

.anime-item.deleting {
    background-color: #ffffffeb;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}

.anime-item.deleting .delete-button {
    display: none;
}

.anime-details h3:hover{
    color: #494949;
}

.modal-pair-title-image h3:hover{
    color: #5b5b5b;
}

.modal-pair-title-image img{
    transition: transform 0.3s ease;
}

.modal-pair-title-image img:hover {
    transform: scale(1.05); /* Aumenta o tamanho da imagem ao passar o mouse */
}

.cabeçalho-lista-fav h1{
    color: white;
    font-family: sans-serif;
}
.status-concluido {
    color: #2fff2ff0;
}

.status-em-andamento {
    color: blue;
}

.status-hiato {
    color: orange;
}

.status-cancelado {
    color: red;
}

.status-default {
    color: gray;
}
.anime-item img {
    align-self: start;
    width: 100px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.info-button-container {
    transition: background 0.3s ease;
    font-size: 22px;
    position: absolute;
    border-radius: 50%;
    align-self: end;
    padding: 7px;
    display: flex;
}

.info-button-container:hover {
    background: rgba(49, 49, 49, 0.8);
}
.anime-details {
    display: flex;
    flex-direction: column;
}
.info-button-container a {
    cursor: pointer;
    background: transparent;
    color: rgb(16 100 191);
    border: none;
}
.anime-details h3 {
    max-width: 90%;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
    margin: 0;
    color: #cfcfcf;
}

.anime-details p {
    margin: 0;
    color: #666;
}


.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;
}
@keyframes emergeCenterEffect {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: none;
    }
}


/* Adicione seu CSS aqui */
.souso-conteudo-detalhes-1 {
    margin-top: 10%;
    background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
    position: relative;
    display: flex;
    padding: 25px;
    margin: 10px;
    flex-wrap: wrap;
}
.capa-container {
    text-align: center;
    align-content: center;
    flex: 1;
    max-width: 250px; /* Ajuste conforme necessário */
}

.back-links {
    margin-top: 10px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}
.back-links p {
    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;
}

.capa-container img {
    width: 100%;
    height: auto;
}
.info-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.titulo-container {
    overflow: hidden;
    max-width: 100%;
    color: white;
}
.extra-info {
    flex: 1;
    font-size: 13px;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;

}

.empty-message-container p{
    margin: 5px;
    gap: 3px;
}
.empty-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.chibi-image {
    pointer-events: none;
    max-width: 200px;
    margin-bottom: 10px;
}

.empty-message {
    font-size: 18px;
    color: #555;
    text-align: center;
}
.sinopse-container{
    padding: 0.5rem;
    overflow: auto;
    height: 105px;
    margin: 1rem 20px;
    font-size: 14px;
    color: white;
}

.capa-container img{
    object-fit: cover;
    width: 174px;
    user-select: none;
    height: 275px;
    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;
}

.container-tags h2{
    font-weight: bold;
    color: white;
    font-size: 15px;
}
.episodio-card{
    animation: emergeCenterEffect 0.5s linear 0s 1 normal none running;
    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;
}

.souso-compartillhar{
    transition: color 0.3s ease;
    display: flex;
    position: absolute;
    align-self: end;
    cursor: pointer;
}

.watchlist-button:hover{
    color: rgba(255, 255, 255, 0.472);
}

.souso-compartillhar:hover{
    color: rgba(255, 255, 255, 0.472);
}

.episodio-card img:hover{
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}

.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;
}

#filtrar-episodios:hover{
    background: #5a2e98;
    transition: background 500ms ease-in-out;
}

.container-detalhes-tags h1{
    font-size: 10px;

}



.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 {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 900;
    height: 130%;
    background: #000000eb;
}

.ri-close-line{
    cursor: pointer;
    font-size: 45px;
    border: none;
    background-color: transparent;
    border: 1px white;
    color: white;
}

.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;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent; /* Cor de fundo da barra de carregamento */
    z-index: 9999; /* Certifique-se de que a barra de carregamento fique acima de outros elementos */
    display: none; /* Inicialmente escondido */
}
  
#loader-progress {
    width: 0%;
    height: 100%;
    background-color: #7412ff; /* Cor da barra de progresso */
    transition: width 0.4s ease; /* Animação de transição suave */
}

.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;
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
}

.ul-souso-3-barra-lateral {
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    right: 40px;
    position: relative;
    top: 40px;
    float: right;
    list-style-type: none;
    padding: 0;
}

#expand-trailer-btn{
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
}
#expand-trailer-btn:hover{
    color: rgba(255, 255, 255, 0.741);
}

.trailer {
    color: rgba(255, 255, 255, 0.741);
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease; /* Transição suave de altura */
}
.trailer-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza horizontalmente */
    justify-content: center; /* Centraliza verticalmente */
}

.ul-souso-3-barra-lateral li {
    transition: color 0.4s ease; /* Transição suave de cor ao passar o mouse */
    padding: 10px;
    text-align: left;
    list-style: none;
}

.souso-sociais{
    justify-content: right;
    display: flex;
    margin-top: 10px;
}

.ul-souso-3-barra-lateral li a {
    text-decoration: none;
    margin: 3px;
    list-style: none;
    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);
}

.ul-souso-3-barra-lateral{
    transition: color 0.4s ease;
    list-style: none;
    text-decoration: none;
}

.ul-souso-3-barra-lateral :hover {
    transition: color 0.4s ease;
    color: rgba(255, 255, 255, 0.741);
}


.souso-titulo-episodio{
    padding: 5px;
    background: #05164f8d;
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.container-detalhes-ep{
    margin: 5px;
    border: 2px solid #ffffff2b;
    padding: 10px;
}

.container-detalhes-ep h2{
    font-size: 13px;
}
.souso-titulo-episodio {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    background: linear-gradient(to right, #1d1c1c, #1f1e1e 50%, #1b1a1a 50%, #080808);
    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;
}
.cookie-popup {
    user-select: none; /* Evita a seleção de texto */
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #000000ed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
.cookie-popup p a {
    user-select: none; /* Evita a seleção de texto */
    color: rgb(106 6 213 / 95%);
    font-weight: 700;
}

.cookie-popup p {
    user-select: none; /* Evita a seleção de texto */
    color: white;
}

#accept-cookies {
    user-select: none; /* Evita a seleção de texto */
    background-color: rgb(106 6 213 / 95%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 60px;
    cursor: pointer;
}
.souso-titulo-episodio-titulo{
    font-size: 80%;
}

.episodios-container p{
    color: white;
}

.container-episodio-views-link{
    display: flex;
    justify-content: center;
}

.titulo-container .titulo{
    font-size: 25px;
}

.container-capa-ep-views-link{
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.container-capa-ep-views-link img{ 
    border: 3px solid #33333396;
    width: 95%;
    height: auto;
}

.container-capa-ep-views-link{
    width: 80%;
    height: auto;
}

#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;
}

.souso-lista-episodios-components{
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.active{
    color: rgba(255, 255, 255, 0.727);
}

#ordenar-crescente {
    cursor: pointer;
    margin: 5px;
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}

#ordenar-decrescente {
    cursor: pointer;
    margin: 5px;
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}
.componets-ordem{
    color: rgba(255, 255, 255, 0.472);
    padding: 2px 5px;
    font-family: sans-serif;
}

#ordenar-crescente:hover{
    color: rgba(255, 255, 255, 0.653);
}

#ordenar-decrescente:hover{
    color: rgba(255, 255, 255, 0.653);
}



.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: 100px;
    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;
    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{
    height: 250px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.terno-pesquisado{
    color: white;
}

.nav-souso-3-site-nome-1 a{
    color: white;
    text-transform: uppercase;
    list-style: none;
    text-decoration: none;
}

.container-detalhes-ep p{
    font-size: 10px;
}

.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) }
}
.container-caoa-titulo{
    width: 100%;
    margin: 5px;
    border: 2px solid #ffffff2b;
    padding: 10px;
    display: flex;
}

.tags{
    color: white;
    margin: 70px;
    padding: 10px;
    display: flex;
    height: auto;
    margin-top: 100px;
}

.tag{
    font-weight: bold;
    font-size: 15px;
}

.container-detalhes-tags{
    margin-top: 5px;
}

.container-detalhes-tags span{
    font-weight: bold;
}

.container-detalhes-Sinopse span{
    font-weight: bold;
}

.container-detalhes-ep hr{
    width: 100%;
    border: 1px solid #ffffff2b;
}


.capa-container {
    position: relative;
}

.souso-component-img-capa {
    position: relative;
}

.anime-imagem {
    width: 100%;
    height: auto;
}

.watchlist-button {
    transition: color 0.3 ease;
    display: flex;
    width: 24.9px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.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;
}

.favorites-message {
    top: 90px;
    position: fixed;
    right: 50px;
    transform: translateX(-50%);
    background: #343a40;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}


.favorites-message i {
    margin-right: 10px;
}

.favorites-message.show {
    opacity: 1;
}

.favorites-message.hidden {
    opacity: 0;
}
.souso-component-img-capa{
    display: inline-flex;
}

.ipc-watchlist-ribbon {
    cursor: pointer;
}

.ipc-watchlist-ribbon__bg {
    width:"24px";
    height:"34px";
    opacity: 0.8;
    fill: rgba(58, 58, 58, 0.6); /* Cor mais escura com 60% de opacidade */
}

.lista-de-favoritos{
    transition: color 0.4s ease;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    display: flex;
    color: white;
    justify-content: right;
}

.share-submenu {
    position: absolute;
    border-radius: 5px;
    top: 70px;
    cursor: pointer;
    transition: background 0.3s ease;
    right: 10px;
    background: #1d1d1df7;
    color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.share-submenu:hover{
    background: #323232f7;
}

.share-submenu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.share-submenu a:hover {
    background-color: #575757;
}

.show {
    opacity: 1;
    transform: translateY(0);
}
.ipc-watchlist-ribbon__bg-ribbon{
    opacity: 0.8;
}
.ipc-watchlist-ribbon__bg-hover {
    opacity: 0.8;
    fill: rgba(0, 0, 0, 0.34); /* Cor de hover com 34% de opacidade */
}

.ipc-watchlist-ribbon__bg-shadow {
    opacity: 0.8;
    fill: rgba(255, 255, 255, 0.5); /* Sombra com 50% de opacidade */
}
.ipc-watchlist-ribbon__icon{
    color: white;
    transition: color 0.3s ease;
}

.ipc-watchlist-ribbon__icon:hover{
    color: rgba(255, 255, 255, 0.472);
}

.ipc-watchlist-ribbon__icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
}
@media only screen and (max-width: 768px) {

    .delete-button-pc{
       display: none;
    }
    
    .info-button-container ul li{
        display: inline-block;
        background-color: #f0f0f0;
        padding: 5px 10px;
        border-radius: 15px;
        margin-right: 5px;
    }
    .info-button-container{
        position: absolute;
        align-self: end;
        display: flex;
    }
    .info-button-container button{
        cursor: pointer;
        background: transparent;
        color: rgb(16 100 191);
        border: none;
    }
    .nav-souso-1 {
        transition: height 0.2s linear;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px;
        height: auto;
    }
    .lista-favoritos p{
        color: white;
        font-family: sans-serif;
    }
    .rating-container {
        color: white;
        display: flex;
        align-items: center;
        font-size: 12px;
        margin-top: 10px;
    }
    .mascot{
       display: none;
    }
    
    .favorites-message {
        top: 110px;
        position: fixed;
        right: 10px;
        transform: translateX(-0%);
        background: #343a40;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: 1000;
    }
    .anime-item {
        background: rgba(20, 20, 20, 0.8);
        position: relative;
        transition: transform 3s ease-in-out, background-color 3s ease-in-out;
    }
    .nav-souso-1-btn-recolhimento{
        display: block;
    }
    .nav-souso-1-botao-lateral-1, .nav-souso-1-btn-recolhimento a {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }
    .expanded .nav-souso-1-btn-recolhimento {
        margin-top: -55px;
        transform: rotate(180deg);
    }
    .ipc-watchlist-ribbon {
        width: 28px;
        height: auto;
    }

    .watchlist-button {
        display: flex;
        width: 28.9px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: 41px;
        position: absolute;
        top: 2px;
        bottom: 0;
        left: 0;
        padding: 10px;
    }
    .ipc-watchlist-ribbon__bg {
        width: 28px;
        height: auto;
    }
    .ipc-watchlist-ribbon__icon {
        display: flex;
        width: 20px;
        height: auto;
    }
    .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;
    }

    .info-button-deleta{
        display: none;
    }

    .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;
    }
    .lista-favoritos {
        overflow: hidden;
        padding: 5px;
        margin: 0px;
        background: #00000085;
    }
    .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-lista-episodios-components{
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        display: flex;
    }
    .anime-details p {
        overflow-y: auto;
        max-height: 20px;
        margin: 0;
        color: #666;
    }
    .anime-details ul {
        font-size: 3px;
        font-family: sans-serif;
        white-space: normal;
        list-style: none;
        padding: 0;
    }
    .anime-details h3 {
        max-width: 90%;
        font-size: 15px;
        cursor: pointer;
        transition: color 0.3s ease;
        margin: 0;
        color: #cfcfcf;
    }

    .btn-retorno{
        padding: 10px;
    }
    .souso-compartillhar{
        display: flex;
        position: absolute;
        align-self: end;
        cursor: pointer;
        position: absolute;
        top: 20px;
        font-size: 20px;
    }

    .modal-pair-genres ul li {
        color: white;
        font-size: 8px;
        padding: 0;
        padding: 3px;
        margin: 0;
        font-family: sans-serif;
        border: 0.5px solid #ffffff73;
        display: inline-block;
        background-color: #00000000;
        border-radius: 15px;
    }
    .modal-pair-title-image {
        display: flex;
        justify-content: start;
        flex-direction: row-reverse;
    }

    .modal-pair-title-image h3 {
        max-height: 110px;
        white-space: normal;
        max-width: 60%;
        transition: color 0.4s ease;
        margin: 0;
        font-family: sans-serif;
        position: relative;
        left: 15px;
        top: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
    }

    .chibi-image {
        pointer-events: none;
        max-width: 180px;
        margin-bottom: 10px;
    }
    

    .modal-pair-genres ul {
        padding: 0;
        gap: 4px;
        display: flex;
        text-decoration: none;
        list-style: none;
    }
    .delete-button {
        position: absolute;
        display: none;
        height: 100%;
        width: 25%;
        text-align: center;
        right: -115px;
        top: 50%;
        transform: translateY(-50%);
        background: #ff0d23eb;
        color: white;
        padding: 10px;
        border-radius: 5px;
    }
    .anime-item.deleting {
        background: rgba(20, 20, 20, 0.8);
        transform: translateX(-100%);
        transition: transform 0.3s ease-out, background-color 0.3s ease-out;
    }
    .anime-item.deleting .delete-button {
        display: flex;
        place-content: center;
        align-items: center;
    }
    .cabeçalho-lista-fav h1{
        font-size: 20px;
    }

    .container-lista-favoritos{
        margin-top: 200px;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
        margin-bottom: 0px;
    }
    .btn-retorno a {
        color: white;
        font-size: 15px;
        list-style: none;
        transition: color 0.4s ease;
        text-decoration: none;
    }
    #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);
    }

    .componets-ordem{
        color: rgba(255, 255, 255, 0.472);
        padding: 2px 5px;
        margin: 10px;
        font-family: sans-serif;
    }

    .container-tags{
        display: flex;
        text-align: center;
    }
    .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;
    }


    .custom-modal {
        position: fixed;
        bottom: 20px;
        top: 31%;
        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;

    }
    .back-links {
        margin-top: 10px;
        color: white;
        cursor: pointer;
        font: none;
        flex-direction: column;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
    .titulo-container .titulo {
        font-size: 18px;
    }
    .ul-souso-3-barra-lateral {
        right: 0px;
        position: relative;
        top: 180px;
        float: right;
        list-style-type: none;
        padding: 0;
    }
    .episodios-container {
        margin-top: 7px;
        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;
    }
    .doacao-section h1 {
        color: #ffffffb8;
        font-size: 17px;
    }
    .anime-details {
        gap: 6px;
        padding: 10px;
        font-size: 8px;
        text-align: start;
        cursor: pointer;
        align-items: start;
        justify-content: start;
        border-radius: 3px;
        background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
        display: flex;
        flex-direction: column;
    }
    
    .container-capa-ep-views-link img{ 
        width: 95%;
        border: 3px solid #fe8b00;
        height: auto;
    }
    .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;
    }

    .trailer iframe{
        max-width: 100%  !important;
    }
    
    .div-souso-3-barra-lateral {
        width: 100%;
    }

    .trailer{
        height: auto;
    }
    .div-souso-2 {
        margin: 0px;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 250px;
        position: relative;
    }
    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 50px;
        justify-content: center;
    }

    .conteudo {
        padding: 0px;
        position: absolute;
        top: 10%;
    }
    .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;
    }

    .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;
    }

    .empty-message-container p{
        margin: 5px;
        font-size: 12px;
        text-align: center !important;
    }

    .modal {
        top: 7%;;
        color: white;
        height: auto;
        background: rgba(20, 20, 20, 0.8);
        border-radius: 8px;
        padding: 20px;
        width: 70%;
        max-width: 600px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .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; 
    }
    .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;
    }

    .sinopse-container {
        padding: 0.5rem;
        overflow: auto;
        height: 105px;
        margin: 1rem 5px;
        font-size: 12px;
        color: white;
    }
    .titulo-container {
        font-size: 10px;
        text-align: center;
        color: white;
    }

    .container-detalhes-tags h1 {
        font-weight: 100;
        font-size: 10px;
    }
    .filtros-container {
        margin-top: 20px;
        max-width: 100%;
        outline: none;
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .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;
    }

    .conteudo-souso-pedidos span{
        font-size: 12px;
    }
    .container-controles-souso .controle-anterior:hover,
    .container-controles-souso .controle-proximo:hover,
    .container-controles-souso .controle-menu:hover {
        background-color: #3e05a8b0;
        color: #fff;
    }
    .extra-info {
        flex: none;
        width: 100%;
        font-size: 13px;
        overflow: hidden;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    /* Estilos específicos para o modo paisagem */

    .modal {
        top: 7%;
        overflow: auto;
        color: white;
        height: 50%;
        background: rgba(20, 20, 20, 0.8);
        border-radius: 8px;
        padding: 20px;
        width: 90%;
        max-width: 600px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .delete-button-pc{
      display: none;
    }
    

    .delete-button {
        position: absolute;
        display: none;
        height: 90%;
        width: 15%;
        text-align: center;
        right: -125px;
        top: 50%;
        transform: translateY(-50%);
        background: #ff0d23eb;
        color: white;
        padding: 10px;
        border-radius: 5px;
    }

    .info-button-deleta{
        display: none;
    }
}

















