
:root{
  --pape-brand-size-sidebar: 36px;
  --pape-brand-size-header: 20px;
}
.sidebar-brand-logo,
.brand-logo,
.brand-icon img,
.brand img,
.sidebar .brand img,
.sidebar .brand-icon img{
  height: var(--pape-brand-size-sidebar) !important;
  width: auto !important;
  object-fit: contain !important;
}
.sidebar .brand-card,
.sidebar .sidebar-brand-card{
  box-shadow: 0 10px 24px rgba(91,43,224,.18) !important;
}
.avatar-logo,
.pape-top-logo,
.page-brand-logo{
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #5b2be0, #7b57f1) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow: 0 6px 16px rgba(91,43,224,.24) !important;
  flex: 0 0 38px !important;
}
.avatar-logo img,
.pape-top-logo img,
.page-brand-logo img{
  height: var(--pape-brand-size-header) !important;
  width: auto !important;
  object-fit: contain !important;
}
.btn, button.btn, a.btn{
  border-radius: 12px !important;
}
.btn-home-brand{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}
.btn-home-brand img{
  height:18px !important;
  width:auto !important;
}
.icon-box,
.stat-icon,
.kpi-icon,
.module-icon{
  border-radius: 14px !important;
}
@media (max-width: 768px){
  .sidebar-brand-logo,
  .brand-logo,
  .brand-icon img,
  .brand img,
  .sidebar .brand img,
  .sidebar .brand-icon img{
    height: 32px !important;
  }
  .avatar-logo,
  .pape-top-logo,
  .page-brand-logo{
    width:34px !important;
    height:34px !important;
    flex-basis:34px !important;
  }
  .avatar-logo img,
  .pape-top-logo img,
  .page-brand-logo img{
    height:18px !important;
  }
}
