
  

  
  @property --red-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF2F2;
}
@property --blue-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EFF6FF;
}
@property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --lime-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F7FEE7;
}
@property --pink-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDF2F8;
}
@property --red-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --red-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FECACA;
}
@property --red-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --red-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F87171;
}
@property --red-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --red-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DC2626;
}
@property --red-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --red-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #991B1B;
}
@property --red-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --teal-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F0FDFA;
}
@property --blue-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --blue-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BFDBFE;
}
@property --blue-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --blue-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #60A5FA;
}
@property --blue-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --blue-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2563EB;
}
@property --blue-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --blue-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E40AF;
}
@property --blue-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --green-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFDF5;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --lime-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFCCB;
}
@property --lime-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D9F99D;
}
@property --lime-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BEF264;
}
@property --lime-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3E635;
}
@property --lime-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #84CC16;
}
@property --lime-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #65A30D;
}
@property --lime-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4D7C0F;
}
@property --lime-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3F6212;
}
@property --lime-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #365314;
}
@property --pink-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCE7F3;
}
@property --pink-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBCFE8;
}
@property --pink-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F9A8D4;
}
@property --pink-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F472B6;
}
@property --pink-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EC4899;
}
@property --pink-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DB2777;
}
@property --pink-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BE185D;
}
@property --pink-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #9D174D;
}
@property --pink-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #831843;
}
@property --teal-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #CCFBF1;
}
@property --teal-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #99F6E4;
}
@property --teal-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5EEAD4;
}
@property --teal-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2DD4BF;
}
@property --teal-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #14B8A6;
}
@property --teal-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0D9488;
}
@property --teal-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0F766E;
}
@property --teal-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #115E59;
}
@property --teal-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #134E4A;
}
@property --green-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --green-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A7F3D0;
}
@property --green-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --green-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #34D399;
}
@property --green-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --green-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #059669;
}
@property --green-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --green-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #065F46;
}
@property --green-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --purple-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F3FF;
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --yellow-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FFFBEB;
}
@property --purple-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EDE9FE;
}
@property --purple-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DDD6FE;
}
@property --purple-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4B5FD;
}
@property --purple-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A78BFA;
}
@property --purple-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #8B5CF6;
}
@property --purple-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7C3AED;
}
@property --purple-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6D28D9;
}
@property --purple-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5B21B6;
}
@property --purple-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4C1D95;
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --yellow-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --yellow-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDE68A;
}
@property --yellow-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --yellow-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBBF24;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --yellow-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --yellow-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #92400E;
}
@property --yellow-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --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;
  --teal-50: #F0FDFA;
  --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;
  --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;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --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;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --yellow-50: #FFFBEB;
  --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;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --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;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --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;
  --teal-50: #F0FDFA;
  --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;
  --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;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --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;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --yellow-50: #FFFBEB;
  --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;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --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;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Montserrat: 'Montserrat',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* 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;
    }
  }
}


    .cnBHtE {
      flex:1;;
      color:var(--text-main);
      width:100%;;
      display:flex;;
      padding:0 10px 10px 10px;;
      max-width:768px;;
      background:var(--grey-700);
      min-height:100%;;
      overflow-y:hidden;;
      transition:background-color 0.3s ease, color 0.3s ease;
      align-items:center;;
      justify-content:flex-start;;
    }

    .cnBHtE {
      syntax:'<color>';;
    }

    .cnBHtE {
      syntax:'<color>';;
    }

    .cnBHtE {
      syntax:'<color>';;
    }

    .fcdWNy {
      color:var(--text-muted);
      width:fit-content;
      height:100%;
      display:flex;
      font-size:medium;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dEltha {
      width:100%;
      display:flex;
      align-items:flex-start;
      justify-content:center;
    }

    .ePHYwK {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      background:var(--bg-main);
      overflow-x:auto;
      overflow-y:hidden;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      border-bottom-right-radius:12px;
    }

    .bMXpEu {
      color:#eae6e6;
      width:2rem;
      height:2rem;
      display:flex;
      background:var(--grey-700);
      align-items:center;
      margin-right:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bMXpEu:hover {
      background:var(--grey-800);
    }

    .ddFXhQ {
      display:flex;
      flex-direction:row;
    }

    .fdIRzL {
      width:100%;
      height:100vh;
      z-index:999;
      position:fixed;
      background:#5e5e5e;
      min-height:400px;
      align-items:flex-start;
      padding-top:4px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:4px;
      justify-content:flex-start;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .EPgCC {
      color:var(--grey-400);
      margin-right:8px;
    }

    .cKcToK {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
    }

    .cjeanW {
      color:var(--text-muted);
    }

    .ccvhaM {
      color:#ffffff;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .YYeQW {
      flex:1;
      width:100%;
      height:fit-content;
      display:flex;
      flex-wrap:wrap;
      background:var(--grey-800);
      max-height:200px;
      overflow-y:auto;
      padding-top:8px;
      padding-left:6px;
      margin-bottom:12px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .jFcnc {
      color:var(--grey-300);
      width:120px;
      height:2rem;
      display:flex;
      background:var(--grey-900);
      align-items:center;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fFRETf {
      color:var(--grey-700);
      width:100%;
      height:18rem;
      display:flex;
      background:var(--grey-300);
      margin-top:4px;
      overflow-y:auto;
      align-items:center;
      padding-top:8px;
      margin-right:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cevOUV {
      gap:6px;
      display:flex;
      margin-top:4px;
      align-items:center;
      margin-bottom:4px;
      flex-direction:row;
    }

    .eTgKhd {
      color:#adadad;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .YFDtX {
      flex:1;
      color:#ffffff;
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--font-size-sm);
      overflow-y:hidden;
      align-items:center;
      justify-content:center;
    }

    .dDSaZL {
      opacity:0.67;
      margin-left:12px;
    }

    .dDSaZL:hover {
      opacity:1;
    }

    .czBjUY {
      color:var(--grey-300);
    }

    .bUFKvY {
      width:100%;
      height:fit-content;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .dTPBXT {
      width:100%;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:center;
      justify-content:center;
    }

    .dewxKF {
      color:var(--grey-800);
      width:100%;
      height:2.5rem;
      background:var(--grey-400);
      padding-left:6px;
      padding-right:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
    }

    .eBSUMt {
      left:0px;
      width:40px;
      bottom:0px;
      height:2rem;
      display:flex;
      background:var(--grey-800);
      align-items:flex-start;
      margin-left:8px;
      margin-right:8px;
      padding-left:6px;
      margin-bottom:12px;
      padding-right:6px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eBSUMt:hover {
      background:black;
    }

    .dFmtiM {
      color:#eae6e6;
      width:fit-content;
      height:2rem;
      display:flex;
      background:var(--color-700);
      align-items:center;
      margin-right:6px;
      padding-left:6px;
      padding-right:6px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dFmtiM:hover {
      background:var(--grey-800);
    }

    .bjmSYp {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      overflow:auto;
      min-height:0px;
    }

    .deROIN {
      color:var(--color-500);;
    }

    .drxCnH {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      background:var(--bg-main);
      align-items:center;
      justify-content:flex-start;
      border-top-color:var(--grey-200);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bcPipP {
      width:100%;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      margin-top:10px;
      align-items:center;
      margin-left:3px;
      padding-top:16px;
      padding-left:16px;
      margin-bottom:40px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:center;
    }

    .blOxLI {
      color:var(--grey-900);
      width:fit-content;
      height:26px;
      display:flex;
      font-size:14px;
      padding-top:4px;
      margin-right:4px;
      padding-left:6px;
      margin-bottom:3px;
      padding-right:6px;
      padding-bottom:4px;
      border-top-left-radius:3px;
      border-top-right-radius:3px;
      border-bottom-left-radius:3px;
      border-bottom-right-radius:3px;
    }

    .cDRbZU {
      width:80%;
      margin-top:12px;
    }

    .fJlej {
      gap:6px;
      display:flex;
      margin-top:4px;
      align-items:center;
      margin-right:12px;
      margin-bottom:4px;
      flex-direction:row;
    }

    .feWrrV {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .erOIee {
      color:var(--grey-400);
      display:flex;
      font-size:12px;
      margin-top:8px;
      align-items:center;
      line-height:1.4;
      padding-top:8px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-color:#757575;
      border-top-style:solid;
      border-top-width:1px;
    }

    .eiALlO {
      color:var(--grey-800);
      width:100%;
      height:6rem;
      display:flex;
      background:var(--grey-300);
      margin-top:4px;
      overflow-y:auto;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cUXnOW {
      width:100%;
      height:fit-content;
      display:flex;
      max-width:600px;
      background:var(--grey-500);
      margin-top:0px;
      max-height:90vh;
      overflow-y:auto;
      align-items:center;
      justify-content:space-around;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .glUry {
      width:80%;
      display:flex;
      margin-top:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .vlXyK {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      min-width:50%;
      min-height:50%;
      align-items:flex-start;
      padding-top:3px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    .cgWVhA {
      color:#000000;
    }

    .fsmMcO {
      width:300px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dmLoLK {
      color:var(--grey-100);
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bltFdI {
      width:100%;
      height:180px;
      display:flex;
      background:var(--grey-400);
      align-items:stretch;
      padding-top:16px;
      padding-left:16px;
      margin-bottom:8px;
      padding-right:16px;
      padding-bottom:16px;
      justify-content:flex-start;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
    }

    .fliZAL {
      color:#ffffff;
      height:1.5rem;
      font-size:9px;
      background:grey;
      padding-top:5px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:5px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ePrOXn {
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
    }

    .fgTaeQ {
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:flex-end;
    }

    .gicQQ {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .cKlVbB {
      width:100%;
      height:100%;
      display:flex;
      z-index:1000;
      position:absolute;
      background:#4a4a4ad6;
      overflow-y:auto;
      align-items:center;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:center;
    }

    .dRVKwt {
      color:inherit;
      width:100%;
      height:100%;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      border-top-left-radius:16px;
      border-top-right-radius:16px;
      border-bottom-left-radius:16px;
      border-bottom-right-radius:16px;
    }

    .bDdVsA {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      font-size:medium;
      text-align:center;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .RUuiE {
      color:var(--grey-500);
      cursor:pointer;
      background:#00000000;
      padding-top:6px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:6px;
      border-top-color:#00000000;
      border-top-style:solid;
      border-top-width:1px;
      border-left-color:#00000000;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#00000000;
      border-right-style:solid;
      border-right-width:1px;
    }

    .RUuiE.active-tab {
      color:#dedede;
    }

    .bLYgkP {
      flex:1;
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:flex-start;
    }

    .cCYXsI {
      width:100%;
    }

    .dRmwzY {
      color:var(--grey-300);
      width:100%;
      font-size:10px;
    }

    .bOyVTR {
      color:var(--grey-400);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      padding-left:12px;
      padding-right:12px;
    }

    .jPayE {
      width:100%;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .eySdeC {
      color:var(--red-500);
      font-size:13px;
      margin-bottom:12px;
    }

    .fAugRd {
      color:var(--grey-400);
      width:fit-content;
      cursor:pointer;
      display:flex;
      font-size:unset;
      background:#000000;
      margin-top:18px;
      align-items:center;
      padding-top:4px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dUEXlV {
      color:var(--text-muted);
      width:100%;
      height:100%;
      display:flex;
      font-size:12px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .eFSvGH {
      color:var(--grey-400);
      width:fit-content;
      font-size:unset;
      background:#000000;
      margin-top:18px;
      padding-top:4px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dyDNzp {
      flex:1;
      display:flex;
      row-gap:12px;
      min-width:0px;
      column-gap:12px;
      flex-direction:row;
    }

    .bhlhrj {
      flex:1;
      width:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:10px;
    }

    .cmOfiZ {
      color:var(--grey-400);
      width:100%;
      display:flex;
      align-items:center;
      padding-top:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:space-between;
    }

    .cZzJUo {
      width:160px;
      height:160px;
      display:flex;
      z-index:10000;
      position:absolute;
    }

    .dSUQvI {
      color:var(--grey-800);
      width:100%;
      display:flex;
      row-gap:4px;
      background:var(--grey-400);
      column-gap:4px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bmkzub {
      flex:1;
      color:var(--grey-400);
      display:flex;
      font-size:14px;
      margin-top:2px;
      overflow-x:hidden;
      font-family:inherit;
      font-weight:inherit;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .bGWosv {
      color:var(--red-700);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .btOWhf {
      width:100%;
      display:flex;
      row-gap:6px;
      column-gap:6px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:center;
    }

    .fgVuKn {
      color:var(--grey-300);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cKAcRU {
      width:100%;
      display:flex;
      row-gap:4px;
      background:var(--grey-700);
      column-gap:4px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dSspsa {
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eFFrmm {
      color:var(--grey-400);
      width:100%;
      cursor:pointer;
      height:140px;
      display:flex;
      background:var(--grey-700);
      align-items:center;
      padding-top:10px;
      border-color:#595959;
      border-style:dotted;
      border-width:3px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:center;
      border-top-left-radius:2px;
      border-top-right-radius:16px;
      border-bottom-left-radius:16px;
      border-bottom-right-radius:2px;
    }

    .biljNN {
      width:100%;
      height:100%;
      display:flex;
      flex-direction:column;
    }

    .nDpbc {
      color:inherit;
      width:100%;
      font-size:small;
    }

    .cWxknk {
      color:#3e3232;
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .cvhnIi {
      color:inherit;
      width:100%;
      font-size:var(--font-size-lg);
    }

    .sFVax {
      color:#d4d4d4;
      font-size:small;
      align-items:flex-start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:flex-start;
    }

    .bxTUhz {
      color:var(--grey-500);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .bxhXdj {
      display:flex;
      align-items:flex-end;
      padding-top:6px;
      padding-left:8px;
      flex-direction:row;
      border-bottom-color:var(--grey-500);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .fvmkQS {
      background:var(--grey-500);
      padding-top:2px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:2px;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .HomePage\:KjNPChBEfHMcasge0FxSX {
      width:100%;
    }

    .dTtHIm {
      display:flex;
      padding:8px 8px 0 8px;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-end;
      padding-top:8px;
      border-bottom:1px solid var(--border-main);
      flex-direction:row;
      justify-content:space-between;
    }

    .dLtuwH {
      width:100%;
      flex-direction:row;
    }

    .eepcd {
      top:5px;
      width:100%;
      height:30px;
      display:flex;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
    }

    .eqchF {
      color:#bababa;
    }

    .eNHJyn {
      width:40%;
      height:2rem;
      background:var(--grey-400);
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bhYqyC {
      color:var(--grey-400);
      font-size:11px;
    }

    .umodY {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fDlupK {
      color:#eae6e6;
      width:1.75rem;
      height:1.75rem;
      display:flex;
      background:#585656;
      align-items:center;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fDlupK:hover {
      background:var(--grey-800);
    }

    .bIZlUB {
      width:80%;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .FSjek {
      color:var(--grey-100);
      font-size:small;
      margin-left:6px;
    }

    .dfDbeB {
      width:fit-content;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dpMUap {
      color:var(--grey-900);
      width:100%;
      display:-webkit-box;
      overflow:hidden;
      font-size:var(--font-size-lg);
      margin-top:4px;
      text-overflow:ellipsis;
      -webkit-line-clamp:2;
      /* -limit to 3 lines */
-webkit-box-orient:vertical;
    }

    .dvTnXS {
      flex:1;
      color:var(--grey-300);
      width:50%;
      height:2rem;
      display:flex;
      background:var(--grey-500);
      align-items:center;
      margin-left:10px;
      padding-left:8px;
      padding-right:8px;
      justify-content:space-around;
      border-top-left-radius:3px;
      border-top-right-radius:3px;
      border-bottom-left-radius:3px;
      border-bottom-right-radius:3px;
    }

    .dqJAIx {
      color:var(--grey-400);
    }

    .bmoONJ.loading {
      display:none;
    }

    .bmBnmv {
      height:100%;
      font-size:inherit;
    }

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

    .HomePage\:TJs-EqLOYp92yXS_LnNOp {
      color:#bababa;
    }

    .cxvhlv {
      width:80%;
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      justify-content:flex-start;
    }

    .efFjtM {
      height:1.5rem;
      display:flex;
      background:grey;
      padding-top:3px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:3px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cKiXCG {
      color:var(--grey-500);
    }

    .cwcdWR {
      color:var(--text-muted);
      border:1px solid transparent;
      padding:8px 16px;
      background:transparent;
      transition:all 0.2s ease;
      font-weight:500;
      border-bottom:none;
      margin-bottom:-1px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
    }

    .cwcdWR.active-tab {
      color:var(--text-main);
      background:var(--grey-500);
      border-color:var(--border-main);
    }

    .IfJOf {
      color:var(--grey-400);
      margin-left:20px;
    }

    .etqGjN {
      color:#c7bdbd;
      width:36px;
      height:36px;
      transition:width 300ms ease;
    }

    .eaGmbz {
      gap:8px;
      bottom:0px;
      display:flex;
      padding:12px;
      z-index:1000;
      position:absolute;
      font-size:13px;
      transform:translateY(0);
      background:var(--grey-600);
      box-shadow:0 -4px 12px rgba(0,0,0,0.3);
      max-height:60vh;
      overflow-y:auto;
      transition:transform 0.3s ease-out;
      padding-top:40px;
      flex-direction:column;
      border-top-color:var(--border-main);
      border-top-style:solid;
      border-top-width:1px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }

    .eaGmbz {
      
    @starting-style {
      transform:translateY(0);
    }
    }

    @keyframes drawer-slide-up {
        0% {
          transform: translateY(100%);
        }

        100% {
          transform: translateY(0);
        }
    }

    .ckSRwp {
      display:flex;
      flex-wrap:wrap;
      background:var(--grey-900);
      min-height:2.5rem;
      padding-top:6px;
      padding-left:6px;
      margin-bottom:12px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eyqDYp {
      width:150px;
      height:150px;
    }

    .cvnKAc {
      color:#ffffff;
    }

    .bkcYHh {
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-end;
    }

    .cFKaIR {
      color:#dad7d7;
      width:4rem;
      cursor:pointer;
      height:2rem;
      display:flex;
      background:seagreen;
      align-items:center;
      justify-content:center;
      border-top-left-radius:3px;
      border-top-right-radius:3px;
      border-bottom-left-radius:3px;
      border-bottom-right-radius:3px;
    }

    .cFKaIR:hover {
      background:darkgreen;
    }

    .fzljoE {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      display:flex;
      row-gap:12px;
      z-index:11111;
      position:fixed;
      background:var(--grey-700);
      column-gap:12px;
      transition:transform 0.6s ease;
      align-items:center;
      justify-content:center;
    }

    .fzljoE.logged-in {
      transform:translateX(100vw);
    }

    .fsYkLD {
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .cmPkAm {
      flex:1;
      width:100%;
      height:100%;
      flex-direction:row;
    }

    .cXThBi {
      width:100%;
      height:fit-content;
      display:flex;
      align-items:flex-start;
      justify-content:flex-end;
    }

    .vYPuu {
      width:100%;
      display:flex;
      margin-top:16px;
      align-items:flex-start;
      margin-bottom:10px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eQDkdU {
      color:var(--grey-800);
      width:100%;
      height:9rem;
      display:flex;
      background:var(--grey-300);
      margin-top:4px;
      overflow-y:auto;
      align-items:center;
      padding-top:8px;
      margin-right:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bzZhNO {
      width:18px;
      height:18px;
      margin-right:6px;
    }

    .ejjThS {
      flex:0;
      width:80px;
      height:80px;
      opacity:1;
      animation:15s linear 0ms infinite normal none running animation-cYKjHD;
      margin-right:5px;
    }

    @keyframes animation-cYKjHD {
        0% {
          rotate: 0deg;
        }

        100% {
          rotate: 360deg;
        }
    }

    .dydXgZ {
      width:80%;
      display:flex;
      flex-direction:row;
    }

    .blAqkX {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      padding-top:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:space-around;
    }

    .emkvZg {
      color:var(--grey-400);
      width:60%;
      height:400px;
      display:flex;
      font-size:smaller;
      max-width:400px;
      overflow-y:auto;
      border-radius:4px;
    }

    .eRoxMj {
      color:var(--grey-500);
      width:36px;
      height:36px;
      align-items:center;
      margin-left:6px;
      justify-content:center;
    }

    .eRoxMj:hover {
      background:var(--grey-800);
    }

    .eZKhvC {
      flex:1;
      color:var(--grey-900);
      width:100%;
      height:100%;
      display:-webkit-box;
      font-size:var(--font-size-sm);
      margin-top:12px;
      overflow-x:hidden;
      overflow-y:hidden;
      text-overflow:ellipsis;
    }

    .beA-dgt {
      flex:0;
      height:50px;
      opacity:1;
      animation:15s linear 0ms infinite normal none running animation-cYKjHD;
      margin-right:5px;
    }

    .dukCvU {
      color:var(--grey-300);
      width:fit-content;
      height:100%;
      display:flex;
      font-size:medium;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dxjydC {
      color:var(--text-muted);
      display:flex;
      font-size:x-small;
      font-weight:var(--font-weight-bolder);
      margin-left:3px;
    }

    .fescq {
      width:100%;
      height:100%;
      display:flex;
      background:var(--bg-main);;
    }

    .bhQFbW {
      flex:1;
      color:var(--grey-200);
      width:100%;
      height:fit-content;
      background:var(--grey-400);
      min-height:2rem;
      padding-left:6px;
      padding-right:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .deLQmH {
      width:100%;
      height:50px;
      display:flex;
      align-items:center;
      margin-bottom:40px;
      justify-content:center;
    }

    .foIKb {
      width:40px;
      height:2rem;
      display:flex;
      background:#640c0c;
      transition:all 0.2s ease;
      align-items:flex-start;
      margin-left:8px;
      padding-left:6px;
      padding-right:6px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .foIKb:hover {
      filter:brightness(1.1);
      transform:scale(1.05);
    }

    .dkdoqm {
      width:100%;
      height:fit-content;
      display:flex;
      margin-top:8px;
      margin-bottom:12px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dQIaKM {
      color:#eae6e6;
      width:fit-content;
      height:1.75rem;
      display:flex;
      font-size:small;
      background:var(--color-700);
      align-items:center;
      padding-top:4px;
      margin-right:6px;
      padding-left:6px;
      padding-right:6px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dQIaKM:hover {
      background:var(--grey-800);
    }

    .cPaJs {
      color:#9a9a9a;
      display:flex;
      font-size:12px;
      margin-top:8px;
      line-height:1.4;
      padding-top:8px;
      flex-direction:column;
      border-top-color:var(--grey-500);
      border-top-style:solid;
      border-top-width:1px;
    }

    .TLyCI {
      color:var(--grey-400);
      background:var(--grey-700);
    }

    .exgmHL {
      color:var(--grey-800);
      width:100%;
      height:12rem;
      display:flex;
      background:var(--grey-300);
      margin-top:4px;
      overflow-y:auto;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cZRHwk {
      font-size:18px;
    }

    .pFIVG {
      width:100%;
      display:flex;
      align-items:flex-end;
      margin-bottom:24px;
      flex-direction:row;
      justify-content:center;
    }

    .cvzOyS {
      width:100%;
      display:flex;
      margin-top:10px;
      align-items:center;
      margin-left:3px;
      margin-bottom:16px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:center;
      border-bottom-color:#575757;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eUAjQg {
      width:100%;
      height:fit-content;
      display:flex;
      max-width:600px;
      background:var(--grey-700);
      margin-top:0px;
      max-height:90vh;
      overflow-y:auto;
      align-items:center;
      justify-content:space-around;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .fElkWP {
      color:#c0c0c0;
      width:100%;
      height:1.5rem;
      display:flex;
      flex-wrap:wrap;
      font-size:small;
      background:var(--grey-600);
      align-items:center;
      padding-left:4px;
      margin-bottom:12px;
      padding-right:4px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bbOOpN {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      height:100%;
      display:flex;
      z-index:10000;
      position:sticky;
      background:rgba(0,0,0,0.5);
      align-items:center;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fbkaJA {
      width:100%;
      display:flex;
      margin-top:24px;
      align-items:flex-end;
      margin-bottom:8px;
      flex-direction:row;
      justify-content:center;
    }

    .JVByz {
      color:#ffffff;
      width:11px;
      height:11px;
      display:flex;
      background:var(--grey-700);
      align-items:center;
      justify-content:flex-end;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .kiZaz {
      width:130px;
      height:130px;
      display:flex;
      background:url("none") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
      margin-top:10px;
      align-items:stretch;
      padding-right:10px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eSLOgg {
      width:100%;
      display:flex;
      flex-direction:row;
    }

    .bOPwNk {
      width:100%;
      height:fit-content;
      display:flex;
      font-size:13px;
      background:var(--grey-700);
      padding-top:6px;
      padding-left:6px;
      margin-bottom:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bOPwNk.user-message {
      background:var(--grey-700);
    }

    .bOPwNk.llm-message {
      background:var(--grey-800);
    }

    .eKYJTd {
      width:100%;
      height:fit-content;
      padding-left:12px;
      padding-right:12px;
    }

    .tEAli {
      width:100%;
      height:100%;
      display:flex;
    }

    .dHHYLt {
      color:#616161;
      font-size:12px;
    }

    .bHFeZu {
      color:#5ee425;
      width:100%;
      height:95%;
      display:flex;
      font-size:12px;
      margin-top:8px;
      min-height:600px;
      overflow-y:auto;
      font-family:monospace;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .dVBSbe {
      height:100%;
      display:flex;
    }

    .HomePage\:p0SvbcZkdhaqeK9BFSF6w {
      width:100%;
      display:flex;
    }

    .bnoIlk {
      width:75px;
      display:flex;
      align-items:center;
      margin-right:8px;
      justify-content:center;
    }

    .dEyrOo {
      width:90%;
    }

    .bxjVIn {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      overflow-y:auto;
      align-items:center;
      padding-left:6px;
      padding-right:6px;
      justify-content:flex-start;
    }

    .eEWxjI {
      color:#000000;
      width:fit-content;
      display:flex;
      font-size:18px;
      padding-top:4px;
      margin-right:4px;
      padding-left:6px;
      margin-bottom:3px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:4px;
      border-top-left-radius:3px;
      border-top-right-radius:3px;
      border-bottom-left-radius:3px;
      border-bottom-right-radius:3px;
    }

    .dGcnUo {
      color:#dad7d7;
      width:4rem;
      height:2rem;
      display:flex;
      background:var(--grey-500);
      align-items:center;
      justify-content:center;
      border-top-left-radius:3px;
      border-top-right-radius:3px;
      border-bottom-left-radius:3px;
      border-bottom-right-radius:3px;
    }

    .QhZaf {
      display:flex;
      z-index:1002;
      align-items:center;
      justify-content:center;
    }

    .fBnyeN {
      flex:1;
      color:var(--grey-400);
      width:100%;
      display:flex;
      font-size:var(--font-size-sm);
      background:#0f0f0f;
      min-height:0px;
      overflow-y:auto;
      padding-top:6px;
      padding-left:6px;
      margin-bottom:8px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-color:rgba(0,0,0,0.6);
      border-top-style:solid;
      border-top-width:1px;
      border-left-color:rgba(0,0,0,0.6);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:rgba(255,255,255,0.3);
      border-right-style:solid;
      border-right-width:1px;
      border-bottom-color:rgba(255,255,255,0.3);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .LdUkM {
      color:#9a9a9a;
      display:flex;
      font-size:12px;
      margin-top:10px;
      line-height:1.4;
      padding-top:8px;
      margin-bottom:16px;
      flex-direction:column;
      border-top-color:var(--grey-500);
      border-top-style:solid;
      border-top-width:1px;
    }

    .eNgNnn {
      width:75px;
      cursor:pointer;
      display:flex;
      align-items:center;
      margin-right:8px;
      justify-content:center;
    }

    .dLOFcw {
      width:100%;
      height:100%;
      display:flex;
      z-index:1000;
      position:absolute;
      background:#4a4a4ad6;
      overflow-y:auto;
      align-items:center;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    .csREXQ {
      display:flex;
      margin-right:6px;
    }

    .cYvDTu {
      color:var(--grey-800);
      width:100%;
      height:2rem;
      display:flex;
      background:var(--grey-300);
      margin-top:4px;
      align-items:center;
      margin-right:8px;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cvqxrR {
      color:var(--grey-200);
      display:flex;
      font-size:14px;
      margin-top:8px;
      line-height:1.4;
      padding-top:8px;
      flex-direction:row;
    }

    .cLIqwV {
      width:100%;
      height:400px;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .kPKxJ {
      top:8px;
      right:8px;
      width:32px;
      cursor:pointer;
      height:32px;
      display:flex;
      position:absolute;
      background:var(--grey-700);
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .kPKxJ:hover {
      background:var(--grey-800);
    }