#connectWallet { display: flex; align-items: center; background-color: #f6851b; color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; font-weight: bold; overflow: hidden; } #connectWallet .wallet-logo { background-color: #f6851b; display: flex; align-items: center; justify-content: center; width: 50px; height: 100%; } #connectWallet .wallet-logo img { width: 100%; height: auto; } #connectWallet .wallet-text { flex-grow: 1; text-align: center; padding: 10px; } .swal-popup-custom { border: 2px solid rgb(37, 99, 235) !important; /* Borde azul con !important */ border-radius: 0.5rem !important; /* Esquinas redondeadas */ background-color: rgb(0, 0, 0) !important; /* Fondo negro */ color: rgb(209, 213, 219) !important; /* Texto gris claro */ box-shadow: 0 4px 6px rgba(255, 255, 255, 0.2) !important; /* Sombra clara */ }