
@layer base {
  
  body, :host {
    /* Color */
      --text: var(--grey-700, #404040);
--text-light: var(--grey-200, #E5E5E5);
--menu: var(--grey-500, #737373);
--menu-active: var(--grey-700, #404040);
--Primary: var(--blue-600, #2563EB);
--Secondary: var(--purple-700, #6D28D9);
--Success: var(--green-700, #047857);
--Warming: var(--yellow-700, #B45309);
--Error: var(--red-700, #B91C1C);
--Grey: var(--grey-600, #525252);
--Outline: var(--grey-400, #A3A3A3);
--Icon: var(--purple-900, #4C1D95);
--white: #ffffff;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--black: #000000;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: ##1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--light-mode-primary-100: #FAFEFE;
--light-mode-primary-200: #F2FBFB;
--light-mode-primary-300: #DEF7F9;
--light-mode-primary-400: #CAF2F5;
--light-mode-primary-500: #B5E9ED;
--light-mode-primary-600: #9DDDE3;
--light-mode-primary-700: #7ECED4;
--light-mode-primary-800: #45B9C1;
--light-mode-primary-900: #009AA3;
--light-mode-primary-1000: #008D96;
--light-mode-primary-1100: #007E88;
--light-mode-primary-1200: #0B3D40;
--dark-mode-primary-100: #0C1618;
--dark-mode-primary-200: #101C1E;
--dark-mode-primary-300: #082D32;
--dark-mode-primary-400: #003A41;
--dark-mode-primary-500: #004750;
--dark-mode-primary-600: #06555F;
--dark-mode-primary-700: #126874;
--dark-mode-primary-800: #13818F;
--dark-mode-primary-900: #0FA8BA;
--dark-mode-primary-1000: #1BB5C7;
--dark-mode-primary-1100: #4DCDE0;
--dark-mode-primary-1200: #B4ECF5;
--light-mode-success: #17C653;
--light-mode-success-active: #04B440;
--light-mode-success-clarity-20: #17C65333;
--light-mode-success-light: #eafff1;
--dark-mode-success: #00A261;
--dark-mode-success-active: #01BF73;
--dark-mode-success-clarity-20: #00A26133;
--dark-mode-success-light: #202523;
--light-mode-danger: #F8285A;
--light-mode-danger-active: #D81A48;
--light-mode-danger-clarity-20: #F8285A33;
--light-mode-danger-light: #fffcfd;
--dark-mode-danger: #E42855;
--dark-mode-danger-active: #FF3767;
--dark-mode-danger-clarity-20: #E4285533;
--dark-mode-danger-light: #201c1d;
--light-mode-info: #7239EA;
--light-mode-info-active: #5014D0;
--light-mode-info-clarity-20: #7239EA33;
--light-mode-info-light: #F8F5FF;
--dark-mode-info: #883FFF;
--dark-mode-info-active: #9E63FF;
--dark-mode-info-clarity-20: #883FFF33;
--dark-mode-info-light: #272134;
--light-mode-warning: #fab400;
--light-mode-warning-active: #db9d00;
--light-mode-warning-clarity-20: #F6B10033;
--light-mode-warning-light: #fffefd;
--dark-mode-warning: #C59A00;
--dark-mode-warning-active: #D9AA00;
--dark-mode-warning-clarity-20: #C59A0033;
--dark-mode-warning-light: #21201e;
--light-mode-secondary: #FCFCFE;
--light-mode-secondary-clarity-20: #F9F9F933;
--dark-mode-secondary: #363843;
--dark-mode-secondary-active: #464852;
--dark-mode-secondary-clarity-20: #36384333;
--dark-mode-secondary-light: #363843;
--light-mode-light: #ffffff;
--light-mode-light-active: #FCFCFE;
--light-mode-light-clarity-20: #FFFFFF33;
--dark-mode-light: #1F212A;
--dark-mode-light-clarity-20: #1F212A33;
--light-mode-dark: #1E2129;
--light-mode-dark-active: #111318;
--light-mode-dark-clarity-20: #1E212933;
--light-mode-dark-light: #F9F9F9;
--dark-mode-dark: #272A34;
--dark-mode-dark-active: #24262e;
--dark-mode-dark-clarity-20: #272A3433;
--dark-mode-dark-light: #1E2027;
--light-mode-orange: #FF6F1E;
--light-mode-orange-active: #F15700;
--light-mode-orange-clarity-20: #FF6F1E33;
--light-mode-orange-light: #FFF5EF;
--dark-mode-orange: #D74E00;
--dark-mode-orange-active: #F35700;
--dark-mode-orange-clarity-20: #D74E0033;
--dark-mode-orange-light: #272320;
--light-mode-grey-100: #F9F9FC;
--light-mode-grey-200: #F1F1F4;
--light-mode-grey-300: #DBDFE9;
--light-mode-grey-400: #C4CADA;
--light-mode-grey-500: #99A1B7;
--light-mode-grey-600: #78829D;
--light-mode-grey-700: #4B5675;
--light-mode-grey-800: #252F4A;
--light-mode-grey-900: #071437;
--dark-mode-grey-100: #1B1C22;
--dark-mode-grey-200: #26272F;
--dark-mode-grey-300: #363843;
--dark-mode-grey-400: #464852;
--dark-mode-grey-500: #636674;
--dark-mode-grey-600: #808290;
--dark-mode-grey-700: #9A9CAE;
--dark-mode-grey-800: #B5B7C8;
--dark-mode-grey-900: #F5F5F5;
--dark-mode-coal-100: #15171C;
--dark-mode-coal-200: #13141A;
--dark-mode-coal-300: #111217;
--dark-mode-coal-400: #0F1014;
--dark-mode-coal-500: #0D0E12;
--dark-mode-coal-600: #0B0C10;
--dark-mode-coal-CL-50: #18191F50;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.75rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --default: 1rem;
--half: 0.5rem;
--small: .25rem;
--wide: 1.75rem;
--input-full: 280px;
--input-quarter: 70px;
--input-half: 140px;
--menu-sidebar: 240px;
--header: 70px;
--menu-sidebar-collapsed: 52px;
--table-cell-v: 0.75rem;
--table-cell-h: 0.35rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .uaEvS {
    color:var(--neutral-4, #2B292D);
  width:100%;
  height:100dvh;
  font-size:var(--font-size-base);
  translate:0 2px;
  overflow-y:hidden;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--font-weight-normal);
  justify-content:start;
  background-color:#fff;
  }
      

      
        
        
      
      
  .QQup {
    z-index:30;
  align-items:center;
  justify-content:start;
  background-color:var(--white, #ffffff);
  }
      

      
        
        
      
      
  .eUsUkQ {
    flex:1;
  flex-wrap:nowrap;
  min-width:200px;
  overflow-y:hidden;
  text-overflow:ellipsis;;
  }
      

      
        
        
      
      
  .eceOeR {
    gap:var(--default);
  flex:1;
  width:100%;
  display:flex;
  row-gap:var(--small);
  flex-wrap:wrap;
  min-height:35px;
  align-items:center;
  padding-top:var(--half);
  padding-left:var(--default);
  padding-right:var(--default);
  flex-direction:row;
  padding-bottom:var(--half);
  justify-content:start;
  border-bottom-color:var(--grey-200, #E5E5E5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
        
      
      
  .ezcgfw {
    width:170px;
  align-items:start;
  font-weight:Inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .eTWhGm {
    gap:0.5rem;
  flex:1;
  width:100%;
  align-items:center;
  padding-left:auto;
  padding-right:auto;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .oLmMz {
    width:65px;
  align-items:start;
  font-weight:Inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .betGJg {
    width:40px;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fkKdvv {
    width:100px;
  }
      

      
        
        
      
      
  .nAZrH {
    flex:1;
  overflow-y:hidden;
  flex-direction:column;
  }
      

      
        
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .JmTc {
    bottom:0px;
  z-index:2;
  position:sticky;
  border-top-color:#ccc;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .biCKSv {
    font-size:var(--text-xl);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dqsGms {
    width:4rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .fqOkwT {
    gap:20px;
  font-size:var(--text-lg);
  align-items:center;
  padding-top:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .fnooga {
    width:40px;
  align-items:start;
  font-weight:Inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .eTJVv {
    bottom:0px;
  position:sticky;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cijPtV {
    width:2.5rem;
  height:2.5rem;
  align-items:center;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:6px;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  justify-content:center;
  background-color:#fcfcfc;
  }
      

      
  .cijPtV:hover {
    cursor:pointer;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .bOfZgN {
    color:var(--neutral-8, #625F69);
  font-size:var(--font-size-3xl);
  max-width:665px;
  font-family:inherit;
  font-weight:var(--semi);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .mxoOP {
    width:170px;
  flex-wrap:nowrap;
  overflow-y:hidden;
  }
      

      
        
        
      
      
  .pZdei {
    align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:var(--half);
  justify-content:space-between;
  }
      

      
  .pZdei.app {
    padding-left:0px;
  padding-right:0px;
  }
      

        
        
      
      
  .iUejt {
    font-size:var(--font-size-2xl);
  }
      

      
        
        
      
      
  .cyObls {
    width:65px;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .GwcMH {
    width:78%;
  height:32px;
  border-color:var(--neutral-12, #EEEEF0);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:white;
  }
      

      
  .GwcMH:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      


  .GwcMH:disabled {
    color:var(--neutral-10, #7C7A85);
  background-color:#fcfcfc;
  }
      

        
        
      
      
  .emag-response-editor\:Z-qEsCA5qwJk8hZPgtlXB {
    color:#52525b;
  }
      

      
        
        
      
      
  .bUofJY {
    color:var(--neutral-8, #625F69);
  font-size:var(--font-size-xl);
  max-width:665px;
  font-family:inherit;
  }
      

      
        
        
      
      
  .blopWf {
    gap:1rem;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .blopWf.app {
    padding-left:0px;
  padding-right:0px;
  }
      

        
        
      
      
  .kXbvD {
    color:var(--neutral-8, #625F69);
  font-size:var(--font-size-3xl);
  max-width:665px;
  font-family:inherit;
  }
      

      
        
        
      
      
  .wVgLJ {
    width:100%;
  height:100dvh;
  max-width:550px;
  max-height:850px;
  overflow-y:hidden;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dgogoK {
    flex:1;
  color:white;
  width:fit-content;
  cursor:pointer;
  align-items:center;
  padding-top:8px;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--critical-9, #E54666);
  }
      

      
  .dgogoK:hover {
    background-color:var(--critical-10, #EC5A72);
  }
      

        
        
      
      
  .dZZzhl {
    width:0px;
  height:0px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .rPRKd {
    width:100px;
  align-items:start;
  font-weight:Inherit;
  justify-content:center;
  }
      

      
        
        
      
      
  .euBpEs {
    width:78%;
  height:32px;
  border-color:#ccc;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:white;
  }
      

      
  .euBpEs:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .ffIRvc {
    gap:1rem;
  transition:align-items 300ms ease 0ms normal;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .ffIRvc.app {
    padding-left:0px;
  padding-right:0px;
  }
      

        
        
      
      
  .VQXWV {
    width:100%;
  display:flex;
  font-size:var(--font-size-sm);
  flex-direction:column;
  }
      

      
        
        
      
      
  .dzHcZV {
    gap:20px;
  font-size:var(--text-lg);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
  .dzHcZV.app {
    padding-top:1.5rem;
  padding-left:0px;
  padding-right:0px;
  }
      

        
        
      
      
  .hMPUK {
    font-size:Inherit;
  max-width:665px;
  font-family:inherit;
  font-weight:Inherit;
  }
      

      
        
        
      
      
  .cyGIgj {
    gap:var(--default);
  flex:1;
  width:100%;
  row-gap:var(--small);
  flex-wrap:wrap;
  min-height:35px;
  font-weight:var(--font-weight-bold);
  padding-top:var(--half);
  padding-left:var(--default);
  padding-right:var(--default);
  flex-direction:row;
  padding-bottom:var(--half);
  border-bottom-color:var(--grey-300, #D4D4D4);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
        
        
      
      
  .heRIC {
    gap:var(--small);
  font-size:var(--font-size-xs);
  max-width:665px;
  font-family:inherit;
  font-weight:Inherit;
  padding-top:var(--small);
  flex-direction:row;
  padding-bottom:var(--small);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bcvFHz {
    flex:1;
  min-width:200px;
  align-items:start;
  font-weight:Inherit;
  text-overflow:ellipsis;;
  justify-content:center;
  }
      

      
        
        
      
      
  .bZORhz {
    max-height:100%;
  overflow-y:auto;
  }
      

      
        
        
      
      
  .eooFSC {
    top:0px;
  width:fit-content;
  position:sticky;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dLnBJA {
    cursor:pointer;
  padding:0.5rem;
  }
      

      
  .dLnBJA:hover {
    background-color:#ffffff26;
  }
      

        
        
      
      
  .bpleIn {
    top:100%;
  z-index:1;
  position:absolute;
  margin-top:0.25rem;
  border-color:#D4D4D4;
  border-style:solid;
  border-width:1px;
  background-color:#ffffffff;
  }
      

      
        
        
      
      
  .cAQppO {
    gap:0.5rem;
  cursor:pointer;
  padding:0.5rem;
  font-size:0.875rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:#FFF;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cnNkNx {
    top:0.2rem;
  right:1rem;
  z-index:2;
  position:absolute;
  }
      

      
        
        
      
      
  .emag-response-editor\:vQPfPOYKutgYniiJmnTMt {
    flex:1;
  width:100%;
  position:relative;
  overflow-y:hidden;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dmfihb {
    flex:1;
  color:var(--neutral-9, #6F6D78);
  width:fit-content;
  cursor:pointer;
  align-items:center;
  padding-top:8px;
  border-color:var(--neutral-11, #B5B2BC);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .dmfihb:hover {
    color:var(--neutral-7, #49474E);
  background-color:var(--neutral-12, #EEEEF0);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .email-edit-draft\:4bhAIF5ChSW79prINW8V9 {
    width:100%;
  max-width:550px;
  }
      

      
        
        
      