.cpn-social .social-icon {
    padding: 8px 0px;
}

.popup {
    display: none; /* Escondido por padrão, será mostrado via JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fundo escuro translúcido */
    z-index: 1000; /* Acima de outros elementos */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #ff6400;
}

.popup-content h2 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #ff6400;
    margin-bottom: 15px;
}

.popup-content p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.popup-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6400;
    color: #fff;
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.popup-btn:hover {
    background-color: #000000;
    color: #fff;
}

#animated-image-about {
    transition: transform 0.2s ease-out; /* Suaviza o movimento */
    height: 550px;
}

#logo-stacks {
    height: 20px !important;
}

#logo-stacks2 {
    width: 40px !important;
    height: auto !important;
}

.nk-block-text p {
    text-align: justify;
}
.feature-text-s1 {
    text-align: justify;
}
#logo-stacks {
    height: 80px;
}
#logo-sbtc {
    height: 60px;
}
#logo-pox {
    height: 140px;
}
.chart-data-item {
    width: 200px;
}
.col-sm-8 {
    width: 275px;
}
.supply-container {
    display: flex;
    justify-content: space-between; /* Garante espaçamento uniforme */
    gap: 20px; /* Ajuste para controlar o espaço entre os blocos */
}
.supply-box {
    background-color: rgba(255, 100, 0, 0); /* Cor de fundo da caixa */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 0px; /* Espaçamento interno */
    margin: 0px auto; /* Espaçamento externo */
    max-width: 200px; /* Largura máxima da caixa */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0); /* Sombra suave */
    padding-bottom: 20px;
}
.supply-title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 20px; /* Tamanho da fonte do título */
    font-weight: 500; /* Título em negrito */
    color: #000000; /* Cor do texto */
}

.supply-value {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 40px; /* Tamanho da fonte do valor */
    font-weight: bold; /* Valor em negrito */
    color: #000000; /* Cor do valor */
    margin-bottom: -20px;
}
.section-head-s2 .title {
    margin-bottom: -30px;
}
#logo-tether {
    height: 25px;
}
#faq .lead {
    text-align: justify;
}
#contact .contact-icon {
    padding: 10px 10px;
    background-color: #ff6400;
}
#contact .contact-icon:hover { color:#fff; background-color: #110c0c; border-color: #000000;}

#contact .contact-text{
    color: #ff6400 !important;
}
#contact .contact-text:hover span {
    color: #000000 !important; /* Altera a cor do ícone no hover */
}
#contact .contact-list li:hover .contact-icon + span {
    background-color: rgba(0, 0, 0, 0) !important; /* Altera o fundo no hover */
    color: #000000 !important; /* Altera a cor do ícone no hover */
    
}
#contact .contact-list li:hover .contact-icon {
    background-color: rgba(0, 0, 0, 0.8) !important; /* Altera o fundo no hover */
    color: #fff !important; /* Altera a cor do ícone no hover */
}
#contact .contact-list li:hover span {
    background-color: rgba(0, 0, 0, 0) !important; /* Altera o fundo no hover */
    color: #000000 !important; /* Altera a cor do ícone no hover */
}


#contact .btn-primary {
    background-color: #ff6400;
    border-color: #ff6400;
}
#contact .btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}
#footer-logo {
    height: 40px;
}
.wgs-body .social-icon {
    padding: 8px 0px;
}
.header-banner {
    background-image: url('../images/bg.png') !important;
   
}

.header-menu .menu-link {
    color: #000000 !important;
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 15px;
}
.header-menu .menu-link:hover {
    color: #ff6400!important;
}
.header-navbar .btn {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 15px;
    color: #fff;
    background-color: #ff6400;
    border-color: #ff6400;
}
.header-navbar .btn:hover {
    background-color: #000000;
    border-color: #000000;
}

.header-nav-toggle .toggle-line {
    color: #000000 !important;
}
.logo-light {
    height: 50px !important;
}
.cpn-head h1 {
    color: #000000 !important;
    font-size: 90px !important;
    font-weight: 700;
    font-family: "Baloo Thambi 2", sans-serif !important;
    line-height: 0.6 !important;
}
.cpn-head p {
    font-size: 50px !important;
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    line-height: 0.85 !important;
    

}
.cpn-text .lead-s2 {
    font-size: 50px !important;
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #ff6400 !important;
    line-height: 0.85;
    font-weight: 700;
    
}
.cpn-text .lead-s3 {
    font-size: 20px !important;
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454 !important;
    font-weight: 400;
    line-height: 1;
    text-align: justify;
    
}
.text-highlight {
    color: #000000;
    font-weight: 700;
}
.col-lg-6 {
    z-index: 10;
}
.cat-image-container {
    position: absolute; /* Permite sobreposição no layout */
    top: 72%; /* Posiciona no meio da tela */
    left: 50%; /* Posiciona no centro */
    transform: translate(-50%, -50%); /* Ajuste fino para centralizar */
    width: auto; /* Ajusta conforme necessário */
    transition: transform 1s ease-in-out;
}

.cat-rocket {
    max-width: 100%; /* Responsividade */
    height: 350px;
}
/* Efeito no Hover */
.cat-image-container.moved {
    transform: translate(30vw, -80vh) scale(0.5); /* Move para o topo direito e reduz */
    z-index: 1000;
}


@media (max-width: 768px) {
    .cat-image-container {
        position: relative; /* Em vez de absolute, para evitar sumir */
        top: auto; /* Remove o deslocamento para evitar sumir */
        left: 0%;
        transform: none;
        width: 80%; /* Ajusta o tamanho da imagem em telas pequenas */
        max-width: 300px; /* Evita que fique grande demais */
        z-index: 10000; /* Certifica-se de que a imagem está visível */
        display: block !important; /* Evita que desapareça */
    }

    .cat-image-container img {
        width: 100%;
        height: auto;
    }
}

/* baloo-thambi-2-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Baloo Thambi 2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/baloo-thambi-2-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/baloo-thambi-2-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/baloo-thambi-2-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/baloo-thambi-2-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/baloo-thambi-2-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/baloo-thambi-2-v17-latin-regular.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
  /* baloo-thambi-2-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Baloo Thambi 2';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/baloo-thambi-2-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/baloo-thambi-2-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/baloo-thambi-2-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/baloo-thambi-2-v17-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/baloo-thambi-2-v17-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/baloo-thambi-2-v17-latin-700.svg#BalooThambi2') format('svg'); /* Legacy iOS */
}
.cpn-social .social-icon {
    color: #fff !important;
    background-color: #000000;
}
.cpn-social span {
    color: rgba(0, 0, 0, 0.5);
  }
.cpn-social li:hover .social-icon{
    background-color: #ff6400 !important;
}
.cpn-social li:hover span {
    color: #ff6400 !important;
}
.cpn-social .title-xs {
    color: #000000;
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    font-size: 15px;
}

.token-action .btn {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 15px;
    background-color: #ff6400;
    border-color: #ff6400;
}
.token-action .btn:hover {
    background-color: #000000;
    border-color: #000000;
}
.tc-light .countdown-s2 .countdown-text { color: #fff !important; }

.bg-theme { background-color: #ff9757 !important; }

.countdown-s2 .countdown-time { border-radius: 6px; background-color: #FFf; border-color: transparent; font-size: 1.4rem; font-weight: 500; color: #000000; }


.token-min-s2 span:last-child {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}
#logo-tether1 {
    height: 23px;
    margin-bottom: 8px;
}


.tc-light h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.nk-block-text .title {
    color: #ff6400;
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    font-size: 60px;
}
.nk-block-text p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
#about {
    background-color: #000000 !important;
}
#about .feature-text-s1 p {
    color: #fff !important;
}
#about .feature-icon-s5-1 .icon, .feature-icon-s5-2 .icon, .feature-icon-s5-3 .icon, .feature-icon-s5-4 .icon   {
    color: #ff6400 !important;  
} 
#about .feature-icon-s5-1, .feature-icon-s5-2, .feature-icon-s5-3, .feature-icon-s5-4  {
    background: rgba(255, 193, 155, 0.2);
}
#overview .feature-text-s1 p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 500;
    font-size: 17px;
}
#overview .title-xl-2 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #ff6400;
    font-weight: 700;
    font-size: 60px !important;
}
.text-highlight1 {
    color: #545454;
    font-weight: bold;  
}
.globo {
    animation: rotacao 5s linear;
}
.globo:hover {
    animation: tremer 0.2s;
}
#mars-mission {
    background-image: url('../images/sky1.png') !important;
}
#mars-mission .nk-block-text .title {
    color: #fff;
    font-size: 60px;
    line-height: 0.85;
}
#mars-mission .nk-block-text p {
    color: #fff;
    font-weight: 400 !important;
}
.text-highlight2 {
    font-weight: bold;
    text-decoration: underline;
}
#rug-proof .title-xl-2 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #ff6400;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 0.7;
}
#rug-proof .title-xl-3 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 0.9;
}

#rug-proof .feature-text-s1 p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 500;
    font-size: 30px;
    line-height: 0.9;
}
.text-highlight3 {
    color: #ff6400;
    font-weight: bold;
}
#tokensale {
    background-color: #ff6400;
}
#tokensale .title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 60px !important;
}

.tc-light .chart-label { color: #000000 !important; font-weight: bold; }

.chart-label { font-family: 'Baloo Thambi 2', sans-serif !important; font-size: 15px; font-weight: 700; color: #000000 !important; transition: all .4s; }

.chart-data-item:before, .chart-data-item:after { border-color: #000000; }

.active > .chart-data-item:before, .active > .chart-data-item:after { border-color: #fff; }

.chart-sublabel { font-family: 'Baloo Thambi 2', sans-serif !important; font-size: 15px; color: #000000 !important; font-weight: bold;}

.chart-percent { font-family: 'Baloo Thambi 2', sans-serif !important; font-size: 15px; font-weight: bold; color: #000000}

.active > div > .chart-label { color: #fff !important; font-weight: bold; }

.active > div > .chart-sublabel { color: #fff !important; font-weight: bold; }

.chart-data-s2 .Liquidity {
    color: #ff6400;
}
#tokensale .token-info-des {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 20px;
    color: #000000 !important;
}
#tokensale .token-info-title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-size: 20px;
    color: #000000 !important;
    font-weight: 400;
    line-height: 1.5;
}
#tokensale .token-info-item:before {
    background: #000000 !important;
}

#bonus .section-head h2 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 52px !important;
}
#bonus .section-head h3 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 700;
    font-size: 30px;
}
#bonus .section-head p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 20px;
}
#bonus .ft-slider-pane-item h5 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 700;
    font-size: 20px;
}
#bonus .ft-slider-pane-item p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 20px;
}
.feature-slider-dot {
    color: #ff6400 !important;
}
#roadmap {
    background-color: #000000;
}
#roadmap .title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #fff;
    font-weight: 700;
    font-size: 60px !important;
}
.roadmap-s2:before {
    background: #ff6400 !important;
}
.roadmap-s2.roadmap-running:after {
    background: #ff6400 !important;
}
.roadmap h6 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #ff6400;
    font-size: 17px;
    font-weight: 700;
}
.roadmap p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}
.roadmap-wrap-ovl-right:after { right: 0; background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 25%, #000000 60%, #000000 100%); }

.feature-icon .icon-grd {
    background-image: linear-gradient(-75deg, #ff6400 0%, #ff6400 60%, #ff6400 100%);
}
#stacks .section-head .title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 60px !important;
}
#stacks .feature-text h4 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 700;
    font-size: 20px !important;
}
#stacks .feature-text p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 17px !important;
}
#faq .section-head .title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 60px !important;
}
#faq .section-head p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 20px !important;
}
#faq .accordion h5 {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 700;
    font-size: 20px !important;
}
#faq .accordion p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 17px !important;
}
.accordion-icon:before, .accordion-icon:after { line-height: 36px; color: #ff6400; font-family: "Font Awesome 5 Free"; font-weight: 700; font-size: 13px; text-align: center; transition: all .4s; }

.current .accordion-icon:before, .current .accordion-icon:after { color: #ff6400; }

#faq {
    background-color: #f5f2ed !important;
}
#contact .section-head .title {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #000000;
    font-weight: 700;
    font-size: 60px !important;
}
#contact .section-head p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    color: #545454;
    font-weight: 400;
    font-size: 20px !important;
}
#contact .contact-text span {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
}
#footer {
    background-color: #f5f2ed !important;
}
#footer .wgs-links a {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    color: #000000 !important;
    text-align: center;
}
#footer .wgs-links a:hover {
    color: #ff6400 !important;
    
}

#footer .wgs-subscribe p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    color: #000000 !important;
    
}
.copyright-text p {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    color: #000000 !important;
    line-height: 0.9;
}
.copyright-text a {
    font-family: "Baloo Thambi 2", sans-serif !important;
    font-weight: 700;
    color: #000000!important;
}
#footer .tc-light .copyright-text a:hover {
    color: #ff6400 !important;
}
#footer .social-icon {
    color: #fff !important;
    background-color: #000000;
}
#footer .social li:hover .social-icon{
    background-color: #ff6400 !important;
}
.tc-light-alt a:not(.btn):not([class*="link-"]) {
    color: #000000 !important;
}
.tc-light-alt a:not(.btn):not([class*="link-"]):hover {
    color: #ff6400 !important;
}
/* adicionados após a alteração do widget */
.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
  }
  
  /* Connect Wallet */
  #widgetButton {
    background: #ff6400;
  }
  
  #widgetButton:hover {
    background: #218838;
    transform: scale(1.05);
  }
  
  /* Buy CAT */
  #buyTokens {
    background: #ff6400;
  }
  
  #buyTokens:hover {
    background: #218838;
    transform: scale(1.05);
  }
  
  /* Loading State */
  .btn.loading {
    background: #666;
    cursor: not-allowed;
  }
  
  .btn.loading::after {
    content: '\23F3';
  }
  
  /* Xverse Hint */
  .wallet-hint {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
  }
  
  .wallet-hint a {
    color: #ff6400;
    text-decoration: none;
  }
  
  .wallet-hint a:hover {
    text-decoration: underline;
  }
  
  /* Visual Enhancements */
  .countdown {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
  }
  
  .input-stx:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(255, 100, 0, 0.5);
  }
  
  #yourContribution, #tokenReceived, #tokensPerStx {
    color: #ff6400;
  }
  .presale-widget {
    background: linear-gradient(135deg, #0a0a10, #10101a);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: 'Baloo Thambi 2', sans-serif;
    max-width: 400px;
    margin: 0 auto;
  }

  .widget-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff6400;
  }

  .countdown {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff !important;
  }
  .countdown span {
      display: inline-block;
      margin: 0 5px;
      font-size: 14px;
      font-weight: bold;
      color: #ff6400;
  }
  .countdown span::after {
      content: attr(data-label);
      display: block;
      font-size: 12px;
      color: #aaa;
  }

  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .info-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
  }

  .label {
    display: block;
    font-size: 14px;
    color: #aaa;
  }

  .value {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }

  .input-group {
    margin-bottom: 10px;
  }

  .input-group label {
    font-size: 14px;
    color: #aaa;
  }

  .input-stx {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
  }

  .received-amount {
    margin-top: 0px;
    font-size: 16px;
    color: #ff6400;
  }

  .min-purchase {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
  }
  .button-group {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  /* Container do botão superior */
.wallet-top {
    position: relative; /* Para o dropdown se posicionar em relação a este container */
    display: inline-block; /* Evita que ocupe toda a largura */
  }
  
  /* Botão Connect Wallet (superior) */
  .wallet-btn#topConnectWallet {
    padding: 10px 20px;
    background: #ff6400;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .wallet-btn#topConnectWallet:hover {
    background: #218838;
  }
  
  /* Estado conectado */
  .wallet-btn#topConnectWallet.connected {
    background: #28a745; /* Verde para indicar conexão */
  }
  
  .wallet-btn#topConnectWallet.connected:hover {
    background: #218838;
  }
  
  /* Dropdown */
  .wallet-dropdown#walletDropdown {
    position: absolute;
    top: 100%; /* Aparece logo abaixo do botão */
    right: 0; /* Alinhado à direita do botão */
    background: #2a2a3d; /* Fundo escuro, consistente com o widget */
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    min-width: 150px; /* Largura mínima para o conteúdo */
    z-index: 1000; /* Acima de outros elementos */
    display: none; /* Mantido pelo JS */
  }
  
  /* Botão Disconnect no dropdown */
  .wallet-dropdown .disconnect-btn#disconnectWallet {
    display: block;
    width: 100%;
    padding: 8px;
    background: none;
    border: none;
    color: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
  }
  
  .wallet-dropdown .disconnect-btn#disconnectWallet:hover {
    background: rgba(255, 255, 255, 0.1); /* Hover sutil */
  }
