
@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;
    }
  }
}

      
  .bDiqEw {
    width:100%;
  display:flex;
  background: #f6f6f9;
  min-height:100vh;
  align-items:center;
  font-family:Inter;
  padding-top:0px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:column;
  padding-bottom:10px;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .Fbikg {
    width:100%;
  height:20%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 768px) {
            
  .Fbikg {
    height:5%;
  }
      

          }
          
        
        
      
      
  .dNuGuT {
    color:var(--button-text-color);
  width:100%;
  cursor:pointer;
  height:42px;
  display:flex;
  font-size:var(--font-size-base);
  background: var(--button-bg-color);
  transition:all 200ms ease  ;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-semi-bold);
  line-height:0;
  padding-left:16px;
  padding-right:16px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .dNuGuT:hover {
    color:var(--button-text-color-hover);
  background: var(--button-bg-hover-color);
  }
      


  .dNuGuT.neutral {
    color:var(--button-neutral-text-color);
  background:var(--button-neutral-bg-color);
  }
      


  .dNuGuT.neutral:hover {
    background: var(--button-neutral-bg-color-hover);
  }
      


  .dNuGuT.danger {
    background: var(--button-danger-bg-color);
  }
      


  .dNuGuT.danger:hover {
    background:var(--button-danger-bg-color-hover);
  }
      


  .dNuGuT:disabled {
    cursor:default;
  opacity:0.5;
  }
      


  .dNuGuT:disabled:hover {
    background:var(--button-bg-color);
  }
      


  .dNuGuT.danger:disabled:hover {
    background:var(--button-danger-bg-color);
  }
      


  .dNuGuT.neutral:disabled:hover {
    background:var(--button-neutral-bg-color);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .JLDOH {
    color:var(--red-600);
  display:inline-block;
  font-size:var(--font-size-sm);
  margin-top:5px;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .cRMzNb {
    width:370px;
  display:flex;
  row-gap:20px;
  max-width:100%;
  background: #FFF;
  box-shadow:0px 3px 6px 0px #00000033;
  column-gap:20px;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:start;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .ciaywu {
    width:100%;
  display:flex;
  row-gap:6px;
  column-gap:6px;
  align-items:flex-start;
  font-family:Inter;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .giyWG {
    color:var(--input-text-color);
  width:100%;
  height:40px;
  font-size:var(--font-size-base);
  background: var(--input-bg-color);
  transition:all 200ms ease 0ms normal;
  font-weight:var(--font-weight-regular);
  border-color:var(--input-border-color);
  border-style:solid;
  border-width:1px;
  padding-left:var(--spacing-search);
  padding-right:12px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .giyWG:hover {
    border-color:var(--input-border-hover-color);
  border-style:solid;
  border-width:1px;
  }
      


  .giyWG:focus {
    color:var(--input-text-focus-color);
  background:;
  border-color:var(--input-border-focus-color);
  border-style:solid;
  border-width:1px;
  }
      


  .giyWG::placeholder {
    color:var(--input-placeholder-color);
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-regular);
  }
      


  .giyWG:disabled {
    cursor:not-allowed;
  background: var(--input-disabled-bg-color);
  border-color:var(--input-disabled-bg-color);
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  .bPdBeO {
    top:50%;
  color:var(--password-icon);
  right:10px;
  cursor:pointer;
  position:absolute;
  translate:0 -50% 0;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .bHEEqT {
    top:50%;
  left:10px;
  color:var(--password-icon);
  cursor:pointer;
  position:absolute;
  translate:0 -50% 0;
  }
      

      
        
        
      
      
  .bmknsA {
    color:var(--input-text-color);
  width:100%;
  font-size:var(--font-size-sm);
  text-align:left;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .blAGPM {
    color:var(--menu);
  padding-top:30px;
  padding-bottom:30px;
  }
      

      
        
        
      
      
  .boCayW {
    gap:10px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .dMUmYg {
    width:160px;
  height:24px;
  position:relative;
  margin-bottom:10px;
  }
      

      
        
        
      
      
  .bsMPrb {
    color:var(--light-mode-primary);
  display:inline;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cUSfTM {
    color:var(--light-mode-grey-700);
  display:inline-block;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .pCnnB {
    color:inherit;
  display:inline-block;
  }
      

      
  .pCnnB:hover {
    color:var(--menu-active);
  cursor:pointer;
  }
      

        
        
      
      
  .dnoYqp {
    width:100%;
  padding-top:20px;
  }
      

      
        
        
      