/* Custom styles */
.usdt-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.usdt-amount b{
    font-size: 12px;
    font-weight: 500;
}
.language-dropdown div:hover{
    color: #45cba5;
}
.action-hover-menu span{
    font-size: 14px;
}
.cusera span{
    font-size: 14px;
}
.navbar .actions .action-btn {
    margin-right: 10px;
}