#balanceResultKaspa {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueKaspa {
    color: #55BA13;
}
#balanceResultAlephium {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueAlephium {
    color: #ff4d44;
}
#balanceResultRadiant {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueRadiant {
    color: #56c6ea;
}
#balanceResultBitcoin {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueBitcoin {
    color: #f7931a;
}
#balanceResultLitecoin {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueLitecoin {
    color: #368ae5;
}
#balanceResultDogecoin {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    display: none;
}
#balanceValueDogecoin {
    color: #daca10;
}
#balanceValueAlephium,
#balanceValueBitcoin,
#balanceValueKaspa,
#balanceValueLitecoin,
#balanceValueDogecoin,
#balanceValueRadiant {
    text-shadow: 
        -0.5px -0.5px 0 #000000,  
        0.5px -0.5px 0 #000000,
        -0.5px  0.5px 0 #000000,
        0.5px  0.5px 0 #000000;
}
body {
margin: 0;
padding-bottom: 50px; 
}
.icon-bar {
position: fixed;
bottom: 0px; 
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999; 
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.whatsapp {
background: #25D366;
color: white;
position: relative;
z-index: 10000; 
}
.mail {
background: #3B5998;
color: white;
position: relative; 
z-index: 10000; 
}
.youtube {
background: #bb0000;
color: white;
position: relative; 
z-index: 10000; 
}
.content {
margin-left: 75px;
font-size: 30px;
}
.ticker-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background-color: #f2f2f2;
z-index: 9998; 
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: #555;
}
@media (max-width: 767px) {
    #walletTabButtons {
        display: none;
    }
    #walletTabDropdown {
        display: block;
    }
}
        