/* =============================================
   CHATWOOT CUSTOM CSS
   ============================================= 

.chatwoot-logo,
img[src*="chatwoot"],
img[alt="Chatwoot"],
.logo img,
.auth-logo img {
  display: none !important;
}

.auth-logo,
.logo {
  background-image: url('/logo.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  min-width: 120px !important;
  min-height: 40px !important;
}

#app > div:first-child > aside {
  background-color: pink !important;
}
*/
