:root {
  --evo-brand-secondary: #000;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
}
.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

@media only screen and (max-width: 768px) {
  /* Support Request to change logo img color for mobile version */
  header .header-mobile .logo img {
    filter: brightness(100);
  }
}

.font-larger{font-size:larger !important;}
.remove-bsguttery{margin-top: -2rem !important;margin-bottom: -2rem !important;}
import Intercom from '@intercom/messenger-js-sdk';

Intercom({
  app_id: 'zkhv15b0',
  user_id: user.id, // IMPORTANT: Replace "user.id" with the variable you use to capture the user's ID
  name: user.name, // IMPORTANT: Replace "user.name" with the variable you use to capture the user's name
  email: user.email, // IMPORTANT: Replace "user.email" with the variable you use to capture the user's email
  created_at: user.createdAt, // IMPORTANT: Replace "user.createdAt" with the variable you use to capture the user's sign-up date in a Unix timestamp (in seconds) e.g. 1704067200
});

body:not(.ex-validate-items-reorder) .contractitems #list .imgthumbnail img,body:not(.ex-validate-items-reorder) .quicklistsedit #list .imgthumbnail img {
    max-height: 150px !important;
}