/* Reemplazar logo del mono por el logo de Comunik en la barra lateral interna */
.sidebar .brand svg,
.brand-logo svg {
  display: none !important;
}
.sidebar .brand::before,
.brand-logo::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("https://comunik.com.co/logo.svg") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.sidebar .brand {
  display: flex !important;
  align-items: center !important;
  font-weight: 700 !important;
  color: #38bdf8 !important;
}