/*Cutomizações adicionais */
body {
    background: linear-gradient(135deg, #37474f, #607d8b, #90a4ae);
    background-size: 200% 200%;
    animation: mover-gradiente 5sease infinite;
}

.silver-effect {
    font-size: 24px; /* Ajuste o tamanho conforme necessário */
    font-weight: bold;
    background: linear-gradient(90deg, #b3b3b3, #ffffff, #b3b3b3);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: silverAnimation 3s infinite linear;
}

@keyframes silverAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 2px; /* Ajuste a distância da logo */
}

.logo img {
    width: 150px; /* Ajuste o tamanho conforme necessário */
    height: auto;
}
.navbar .sidebar-toggle {
    display: flex;
    align-items: center;
}

.card-header h6 {
    color: white;
}
.floating-box {
    background: rgba(255, 255, 255, 0.85); /* Fundo levemente transparente */
    border-radius: 12px; /* Cantos arredondados */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.floating-box:hover {
    transform: translateY(
        -3px
    ); /* Efeito sutil de elevação ao passar o mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-body h6,
div.card-header {
    color: #000;
}

/* Sombra aprimorada */
.shadow-effect {
    border-radius: 12px; /* Cantos arredondados */
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); /* Sombra lateral e inferior */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.shadow-effect:hover {
    transform: translateY(-3px);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25);
}

/* Personalização do cabeçalho */
.card-header-custom {
    background-color: inherit;
    border-bottom: 2px inset rgba(0, 0, 0, 0.125);
    border-radius: 10px 10px 0 0 !important;
}
.pnl-report {
    color: #fff;
}

.simplebar-content {
    padding: 0px;
    /*border-right: 2px outset rgba(0, 0, 0, 0.125);*/
}

.simplebar-content-wrapper {
    border-right: 2px outset rgba(0, 0, 0, 0.125);
}

.bot-list-container {
    max-height: 250px;
    overflow-y: auto;
}

/* Estiliza o menu suspenso */
.bot-dropdown {
    width: 100%;
    max-width: 300px; /* Máximo de 300px para mobile */
    max-height: 400px; /* Mantém 400px de altura máxima */
    overflow: hidden; /* Evita rolagem lateral */
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
}

/* Contêiner para lista de bots */
.bot-list-container {
    max-height: 300px; /* Mantém altura fixa para evitar rolagem externa */
    overflow-y: auto; /* Permite rolagem vertical se houver muitos bots */
}

/* Estiliza os itens da lista */
.bot-item {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Impede que o nome do bot quebre linha */
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona '...' se o nome for muito grande */
    padding: 8px;
    border-radius: 5px;
}

.bot-item:hover {
    background-color: var(--bs-light-bg-subtle);
}

/* Estiliza o nome do bot */
.bot-name {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* Adapta para telas maiores (exibe dois por linha) */
@media (min-width: 576px) {
    .bot-list-container {
        display: grid;
        gap: 5px;
    }
}

/* Remove a seta do dropdown */
.no-arrow::after {
    display: none !important;
}

/* Estiliza o círculo laranja */
.profile-placeholder {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fd7e14; /* Laranja */
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 4px;
}

#cronometro {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(34 46 60);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1000;
    margin-bottom: 10px;
}

.no-style-link {
    text-decoration: none !important; /* Remove sublinhado */
    color: inherit !important; /* Mantém a cor do texto padrão */
    background: none !important; /* Remove qualquer fundo */
    border: none !important; /* Remove qualquer borda */
    outline: none !important; /* Remove contorno */
    box-shadow: none !important; /* Remove sombras */
    cursor: pointer; /* Mantém o cursor de clique */
}

.no-style-link:hover,
.no-style-link:focus,
.no-style-link:active,
.no-style-link:visited {
    text-decoration: none !important;
    color: inherit !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/* fim customizações */

.card {
    width: 280px; /* Define uma largura fixa para os cards */
    border-radius: 8px; /* Borda arredondada */
    transition: all 0.3s ease-in-out; /* Animação ao passar o mouse */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra padrão */
    font-size: 1.2rem;
}

.card:hover {
    transform: translateY(-5px); /* Elevação ao passar o mouse */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* Sombra mais forte no hover */
}

.card {
    width: 280px; /* Define uma largura fixa para os cards */
}
.text-truncate {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #fff;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #1cbb8c;
    --bs-btn-border-color: #1cbb8c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #3ec59d;
    --bs-btn-hover-border-color: #33c298;
    --bs-btn-focus-shadow-rgb: 24, 159, 119;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #49c9a3;
    --bs-btn-active-border-color: #33c298;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #1cbb8c;
    --bs-btn-disabled-border-color: #1cbb8c;
}

/* Cores dinâmicas para diferentes tipos */
/*        .supergrupo { background-color: #2d5082 ; }
        .canal { background-color: #dc3545; }
        .bot { background-color: #fcb92c; }
        .grupo { background-color: #20c997; }
        .topico { background-color: #6c757d; }*/

.card {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 0.8px solid #fff;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: none;
}

/*.card-header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
}*/

.card-header h6 {
    font-size: 1rem;
    font-weight: 600;
}

.card-header .badge {
    font-size: 0.85rem;
    padding: 4px 8px;
    margin-top: 3px;
    border-radius: 8px;
}

.card-footer a {
    font-size: 0.9rem; /* Botões levemente menores */
}

/*.card-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
}
*/
.card-body p {
    color: #0c0c0c;
    margin-bottom: 8px;
    text-align: center;
    margin-right: 10px;
}

.card-body {
    text-align: center;
    padding: 15px;
    font-size: smaller;
    font-weight: 900;
}

.card-body p {
    color: #000000;
    margin-bottom: 8px;
}

.card-body description.p {
    text-align: left;
}

.text-truncate {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #2d5082 !important;
}

.shadow {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #fff !important;
}

@media (min-width: 1440px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 33.333%;
    }
}

@media (min-width: 1600px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

@media (min-width: 1600px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

/* ========== ESTILIZAÇÃO DA PAGINAÇÃO ========== */
/* ========== ESTILIZAÇÃO DA PAGINAÇÃO ========== */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important; /* Centraliza os botões */
    align-items: center;
    gap: 4px;
    margin-top: 10px; /* Espaço entre a paginação e o conteúdo */
    padding: 0;
}

/* Cada item da paginação */
.pagination .page-item {
    list-style: none; /* Remove os marcadores de lista */
}

/* Estilização dos botões */
.pagination .page-link {
    border-radius: 5px;
    min-width: 38px; /* Reduzi o tamanho */
    height: 38px; /* Tamanho reduzido */
    padding: 5px 8px;
    text-align: center;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Botões de seta ("Anterior" e "Próximo") */
.pagination .page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px; /* Mesma largura dos botões numéricos */
    height: 38px; /* Mantém altura */
}

/* Efeito hover */
.pagination .page-link:hover {
    opacity: 0.8; /* Reduz a opacidade no hover */
}

/* Botão ativo (página atual) */
.pagination .active .page-link {
    border: 2px solid #fff; /* Adiciona um destaque para a página ativa */
    transform: scale(1.1); /* Dá um leve efeito de zoom */
}

/* Responsividade: ajuste do tamanho da paginação em telas pequenas */
@media (max-width: 576px) {
    .pagination {
        flex-wrap: nowrap; /* Impede que os botões quebrem a linha */
        overflow-x: auto; /* Somente adiciona rolagem se for realmente necessário */
        padding-bottom: 5px; /* Evita corte de rolagem */
        gap: 3px; /* Reduz o espaçamento entre os botões */
    }

    .pagination .page-link {
        min-width: 34px; /* Botões menores para melhor encaixe */
        height: 34px;
        padding: 4px 6px;
        font-size: 0.85rem; /* Ajuste no tamanho da fonte */
    }

    .pagination .page-item a {
        min-width: 34px;
        height: 34px;
    }
}


/* ========== ESTILIZAÇÃO DO "TELEGRAMBOOK" ACIMA DA PAGINAÇÃO ========== */
.telegrambook-title {
    display: flex;
    justify-content: center;
    gap: 8px; /* Espaçamento entre as letras */
    font-size: 2rem; /* Tamanho grande para destaque */
    font-weight: bold;
    letter-spacing: 1px; /* Melhor espaçamento entre letras */
    margin-bottom: 5px; /* Espaço entre o título e a paginação */
}

/* Garante que cada letra tenha o mesmo espaço */
.telegrambook-title span {
    display: inline-block;
    width: 25px; /* Tamanho fixo para alinhar com os botões abaixo */
    text-align: center;
}

/* ========== FOOTER ESTILIZADO ========== */
.footer {
    border-top: 1px solid #ddd; /* Linha separadora */
    padding: 15px 0;
    width: 100%;
    font-size: 0.9rem;
}

/* Lista de links do footer */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Espaço entre os botões */
}

/* Botões do footer */
.footer-links .btn {
    font-size: 0.9rem;
    border-radius: 20px; /* Bordas arredondadas */
    transition: all 0.3s ease;
}

/* Efeito hover nos botões */
.footer-links .btn:hover {
    opacity: 0.8;
    transform: scale(1.05); /* Efeito leve de crescimento */
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .footer {
        text-align: center;
        padding: 20px 0;
    }

    .footer-links {
        flex-direction: column;
        gap: 5px;
    }

    .footer-links .btn {
        width: 100%; /* Ocupa toda a largura no mobile */
        padding: 10px;
    }
}

@media (max-width: 412px) {
    .card-body .d-flex {
        justify-content: center;
        flex-wrap: wrap; /* Permite que os badges quebrem de linha */
        gap: 5px; /* Reduz o espaço entre os badges */
    }

    .badge {
        font-size: 0.8rem; /* Reduz o tamanho da fonte dos badges */
        padding: 6px 8px; /* Ajusta o tamanho do padding */
    }
}

.dmca-card {
    max-width: 900px; /* Limita a largura para leitura confortável */
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.privacidade-card {
    max-width: 900px; /* Limita a largura para leitura confortável */
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-link, a.sidebar-link {
    color: rgb(233 236 239);
}

.badge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 badges por linha */
    gap: 8px;
    max-width: 100%;
}

/* Para telas menores (tablets e celulares) */
@media (max-width: 1280px) {
    .badge-grid {
        grid-template-columns: repeat(5, 1fr); /* 3 por linha */
    }
}




/* Para celulares muito pequenos */
@media (max-width: 600px) {
    .badge-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 por linha */
    }
}

/* Fita de idioma mais fina */
.language-ribbon {
    position: absolute;
    top: 0;
    left: 8px;
    width: 30px; /* Largura reduzida */
    height: 80px; /* Altura reduzida */
    color: white;
    font-size: 10px; /* Texto menor */
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 6px; /* Ajusta a posição do texto */

    /* Forma de fita (ponta triangular) */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
    
    /* Efeito de sombra para destaque */
    box-shadow: inset -15px -15px 7px 8px rgb(59 125 221 / 14%);
}

/* Ajuste para a bandeira no canto superior esquerdo */
.lang-flag-container {
    position: absolute;
    top: 5px;
    left: 8px;
}
.lang-flag {
    width: 22px;
    height: auto;
    border-radius: 3px; /* Cantos arredondados */
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Botão circular elegante de fechar */
.btn-fechar-card {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-fechar-card:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Mantemos o h1 pequeno para não afetar o design */
.sobre-title {
    font-size: 1.5rem; /* Aproximadamente tamanho de h5 */
    font-weight: bold;
    margin-bottom: 10px;
}

/* Estilização isolada do painel */
.telegrambook-panel {
    max-width: 1400px;
    margin: auto;
}

/* Cabeçalho */
.telegrambook-panel .card-header {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 1rem;
}

.telegrambook-panel .card-header h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Ajuste no tamanho dos títulos */
.telegrambook-panel .card-body h5 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    display: block;
}

/* Ajuste do tamanho do parágrafo */
.telegrambook-panel .card-body p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Estrutura dos passos */
.telegrambook-panel .steps-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

/* Estilização dos passos */
.telegrambook-panel .step {
    display: flex;
    align-items: center; /* Garante que emoji e texto fiquem alinhados */
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 1.4;
}

/* Ajuste no tamanho do emoji */
.telegrambook-panel .step span:first-child {
    font-size: 1.3rem; /* Tamanho base ajustado */
    line-height: 1;
    min-width: 1.5rem; /* Mantém um espaço fixo para evitar desalinhamento */
    text-align: center;
}

/* Ajuste no tamanho do texto descritivo */
.telegrambook-panel .text-muted {
    font-size: 1rem;
    font-weight: 500;
}

/* Responsividade: Reduz o tamanho do emoji em telas pequenas */
@media (max-width: 576px) {
    .telegrambook-panel .step span:first-child {
        font-size: 1.1rem; /* Redução do emoji em telas menores */
        min-width: 1.3rem;
    }

    .telegrambook-panel .step {
        font-size: 0.95rem; /* Redução do texto para melhor encaixe */
    }
}

.badge-lg {
    padding: 8px 14px;  /* 🔹 Aumenta a altura e largura */
    font-size: 0.8rem;   /* 🔹 Aumenta a fonte */
    font-weight: bold;    /* 🔹 Deixa o texto mais grosso */
    border-radius: 8px;   /* 🔹 Mantém bordas arredondadas */
}

.fs-2 {
    font-size: 1.53125rem !important;
}

.small, small {
    font-size: 60%;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: white; /* Mantém o texto visível */
    border-bottom: 4px solid rgba(0, 0, 0, 0.3); /* Borda inferior */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra inferior */
}

.bg-danger-gradient {
    background: linear-gradient(135deg, var(--bs-danger) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: white; /* Mantém o texto visível */
    border-bottom: 4px solid rgba(0, 0, 0, 0.3); /* Borda inferior */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra inferior */
}

.bg-warning-gradient {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: black; /* Mantém o texto legível */
    border-bottom: 4px solid rgba(0, 0, 0, 0.3); /* Borda inferior escurecida */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra inferior */
}

.bg-secondary-gradient {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: white; /* Mantém o texto legível */
    border-bottom: 4px solid rgba(255, 255, 255, 0.3); /* Borda inferior esbranquiçada */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Sombra inferior */
}

.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.3125rem;
    padding-left: 3.2em;
}

.form-pesquisa{
    padding-left: 1.2em; 
}

p.card-text{
    text-align: justify;
}

.categorias-scroll {
    max-height: 500px; /* ou o valor que funcionar visualmente melhor para você */
    overflow-y: auto;
    padding-right: 5px;
}

.categorias-scroll {
    flex-grow: 1;
    overflow-y: auto;

    /* Oculta scroll padrão (funciona na maioria dos navegadores) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.categorias-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.sidebar-menu-scroll {
    /*height: 500px; /* Altura fixa */
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE 10+ */
}

.sidebar-menu-scroll::-webkit-scrollbar {
    display: none;                /* Chrome, Safari, Edge */
}

.carousel-inner {
  min-height: 160px;         /* altura mínima */
  height: 160px;             /* altura fixa para evitar salto */
  overflow-y: auto;          /* scroll interno se ultrapassar */
}


/* Área do carrossel */
#carouselSobreTelegrambook {
    position: relative;
    width: 100%;
    min-height: 140px;
}

/* Slides */
#carouselSobreTelegrambook .carousel-item {
    display: none;
    transition: opacity 0.6s ease-in-out;
}

#carouselSobreTelegrambook .carousel-item.active {
    display: block;
}

/* Indicadores (pontos) */
#carouselSobreTelegrambook .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

#carouselSobreTelegrambook .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    border: none;
    opacity: 0.4;
    transition: opacity 0.3s;
}

#carouselSobreTelegrambook .carousel-indicators button.active {
    opacity: 1;
}

/* Botões de navegação */
#carouselSobreTelegrambook .carousel-control-prev,
#carouselSobreTelegrambook .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #007bff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
}

#carouselSobreTelegrambook .carousel-control-prev {
    left: -10px;
}

#carouselSobreTelegrambook .carousel-control-next {
    right: -10px;
}

/* Para esconder inicialmente se quiser */
.hidden {
    display: none !important;
}

.sidebar-link, a.sidebar-link {
    padding: 0.3rem 1.625rem;
}

.simplebar-content {
    max-height: calc(100vh - 10px); /* subtraia a altura dos blocos acima */
    height: auto;
}

.sidebar-link .form-check-input {
    margin-top: 0 !important;
    transform: translateY(1px); /* ajuste fino */
}

.sidebar-link {
    align-items: center;
    display: flex;
}

.sidebar-item .sidebar-link span {
    line-height: 1.5;
}