#luxury-bg{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      #1e4f9a 0%,
      #0b2347 35%,
      #081a36 50%,
      #0b2347 65%,
      #1e4f9a 100%
    );
}

#luxury-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      120% 160% at 50% 50%,
      rgba(0,0,0,0.35) 0%,
      rgba(0,0,0,0.55) 45%,
      rgba(0,0,0,0.75) 100%
    );
}
.hero-avatar .light-core,
.hero-avatar .light-halo,
.hero-avatar .light-fog{
  display: none !important;
}

.hero-avatar.profile-light img{
  box-shadow: none !important;
  border: none !important;
}
