.card-runlaa{
  background:var(--rl-card);
  border-radius:var(--rl-radius-md);
  box-shadow:var(--rl-shadow-xs);
  border:none;
}

.btn-runlaa{
  background:var(--rl-global-orange-btn);
  border:none;
  color:#fff;
  border-radius:var(--rl-radius-sm);
}

.btn-runlaa:hover{
  background:var(--rl-global-orange-btn);
}

.navbar-runlaa{
  background:var(--rl-card);
  box-shadow:var(--rl-shadow-xs);
}

.runlaa-bottom-nav{
  background:var(--rl-card);
  border-top:1px solid rgba(0,0,0,.06);
}

.avatar-ui{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--rl-global-orange-btn);
  color:#fff;
  font-weight:700;
}
