.deposit-bar {
    background: linear-gradient(90deg, #1a4533 0%, #1e293b 60%, #1e293b 100%);
    border-radius: 16px;
    padding: 16px 24px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}