body{
  background:
    radial-gradient(circle at 85% 10%,rgba(19,124,255,.10),transparent 27%),
    radial-gradient(circle at 15% 85%,rgba(38,199,255,.05),transparent 25%),
    var(--hydra-bg)!important;
}
.sidebar,.navbar,.topbar,.login-card,.panel,.card{
  border-color:var(--hydra-border)!important;
}
.sidebar-brand,.brand{
  overflow:hidden;
}
.sidebar-brand img,.brand img,.player-brand,.footer-brand img{
  object-fit:contain!important;
}
.sidebar-brand img{
  width:124px!important;
  height:124px!important;
  margin:auto;
  filter:drop-shadow(0 10px 22px rgba(19,124,255,.25));
}
@media(max-width:900px){
  .sidebar-brand img{width:92px!important;height:92px!important}
}
