
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --accent: var(--neutral-100);
--accent-foreground: var(--neutral-900);
--background: white;
--border: var(--neutral-200);
--card: white;
--card-foreground: var(--neutral-950);
--destructive: #DC2626;
--destructive-foreground: #FEF2F2;
--foreground: var(--neutral-950);
--input: var(--neutral-200);
--muted: var(--neutral-100);
--muted-foreground: var(--neutral-500);
--popover: white;
--popover-foreground: var(--neutral-950);
--primary: var(--brand-900);
--primary-foreground: var(--neutral-50);
--ring: var(--neutral-400);
--ring-offset: white;
--secondary: var(--neutral-100);
--secondary-foreground: var(--neutral-900);
--transparent: #ffffff00;
--neutral-50: #FAFAFA;
--neutral-100: #F5F5F5;
--neutral-200: #E5E5E5;
--neutral-300: #D4D4D4;
--neutral-400: #A3A3A3;
--neutral-500: #737373;
--neutral-600: #525252;
--neutral-700: #404040;
--neutral-800: #262626;
--neutral-900: #171717;
--neutral-950: #0a0a0a;
--brand-50: #F4F3FF;
--brand-100: #EBE9FE;
--brand-200: #D9D5FF;
--brand-300: #BBB4FE;
--brand-400: #9A89FC;
--brand-500: #7959F9;
--brand-600: #6737F0;
--brand-700: #5925DC;
--brand-800: #4A1EB9;
--brand-900: #3F1B97;
--brand-950: #250F66;
    /* Fonts */
    --font-geist: 'Geist',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
--text-7xl: 4.5rem;
--text-8xl: 6rem;
--text-9xl: 8rem;
    /* Font weight */
    --font-thin: 100;
--font-extralight: 200;
--font-light: 300;
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
--font-extrabold: 800;
--font-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 */
    --s-1: 0.0625rem;
--s-2: 0.125rem;
--s-4: 0.25rem;
--s-6: 0.375rem;
--s-8: 0.5rem;
--s-10: 0.625rem;
--s-12: 0.75rem;
--s-14: 0.875rem;
--s-16: 1rem;
--s-20: 1.25rem;
--s-24: 1.5rem;
--s-28: 1.75rem;
--s-32: 2rem;
--s-36: 2.25rem;
--s-40: 2.5rem;
--s-44: 2.75rem;
--s-48: 3rem;
--s-56: 3.5rem;
--s-64: 4rem;
--s-80: 5rem;
--s-96: 6rem;
--s-128: 8rem;
--s-192: 12rem;
--s-256: 16rem;
    /* Z-index */
    --z-0: 0;
--z-10: 10;
--z-20: 20;
--z-30: 30;
--z-40: 40;
--z-50: 50;
  }
  @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;
    }
  }
}

      
  .bmoZSE {
    color:var(--foreground);
  height:100vh;
  display:flex;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:stretch;
  font-family:Geist;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cPxPyn {
    width:100%;
  height:calc(100vh - 106px);
  z-index:var(--z);
  position:absolute;
  translate:0% 0 0;
  margin-top:50px;
  overflow-y:scroll;
  transition:all 300ms ease;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Grzld {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100vh;
  z-index:var(--z);
  position:fixed;
  translate:0% 0 0;
  transition:all 300ms ease;
  }
      

      
  .Grzld.forward {
    @starting-style {
            translate:100% 0 0;
          }
  }
      


  .Grzld.backward {
    @starting-style {
            translate:-100% 0 0;
          }
  }
      

        
      
      
  
      

      
        
      
      
  .flxBrN {
    top:0px;
  height:50px;
  display:flex;
  row-gap:var(--s-12);
  z-index:var(--z-10);
  position:sticky;
  background:white;
  column-gap:var(--s-12);
  align-items:center;
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  flex-direction:row;
  justify-content:space-between;
  border-bottom-color:var(--neutral-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bspzwI {
    color:var(--muted-foreground);
  height:100%;
  display:flex;
  font-size:var(--text-sm);
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .fFARmk {
    color:var(--muted-foreground);
  }
      

      
        
      
      
  .bcQSOq {
    width:var(--s-36);
  height:var(--s-36);
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
        
      
      
  .fAHQNB {
    width:32px;
  height:32px;
  }
      

      
        
      
      
  .felGQC {
    width:var(--size);
  height:var(--size);
  translate:var(--translate);
  font-family:inherit;
  margin-left:var(--margin-left);
  }
      

      
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

      
        
      
      
  .telepath_ui\/tui-avatar\:63hsNumLAwprPdRVm0gkU {
    width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
  }
      

      
        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .telepath_ui\/tui-avatar\:7YT-yPZd1SjvbMlfoBVy2 {
    width:100%;
  height:100%;
  align-items:center;
  font-family:inherit;
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-avatar\:s5J5KQnzPEqdjXbJgYIOR {
    color:var(--foreground);
  width:100%;
  height:100%;
  background:var(--muted);
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  border-top-left-radius:var(--border-radius);
  border-top-right-radius:var(--border-radius);
  border-bottom-left-radius:var(--border-radius);
  border-bottom-right-radius:var(--border-radius);
  }
      

      
        
      
      
  
      

      
        
      
      
  .duHPSP {
    flex:1;
  display:flex;
  row-gap:var(--s-12);
  column-gap:var(--s-12);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dwkean {
    flex:1;
  height:var(--s-36);
  display:flex;
  row-gap:var(--s-4);
  font-size:var(--text-sm);
  max-width:var(--s-256);
  background:var(--accent);
  column-gap:var(--s-4);
  align-items:center;
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:var(--s-36);
  border-top-right-radius:var(--s-36);
  border-bottom-left-radius:var(--s-36);
  border-bottom-right-radius:var(--s-36);
  }
      

      
  .dwkean:hover {
    background:var(--input);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
      
      
  .cpQPLe {
    gap:var(--space-16);
  display:flex;
  flex-direction:column;
  }
      

      
          @media (max-width: 960px) {
            
  .cpQPLe {
    gap:0px;
  }
      

          }
          
        
      
      
  .bRNufF {
    flex:1;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dblphW {
    color:var(--muted-foreground);
  font-size:12px;
  }
      

      
        
      
      
  .csPqRZ {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:flex-start;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:flex-start;
  }
      

      
  .csPqRZ:hover {
    background:var(--accent);
  }
      

        
      
      
  .bjDrJm {
    height:100%;
  display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bqlEYS {
    top:0px;
  left:0px;
  width:var(--width);
  height:var(--height);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  pointer-events:none;
  }
      

      
  .bqlEYS.hidden {
    transition:none;
  }
      

        
      
      
  .job-tracker-page\:CQkFohd7FXLZ17KIwZ4UX {
    width:49%;
  height:var(--s-28);
  background:white;
  box-shadow:0px 1px 3px 0px #00000020, 0px 1px 2px -1px #00000020;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .fbJwpi {
    flex:1;
  max-width:100%;
  text-align:left;
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bzUxfA {
    flex:1;
  row-gap:var(--s-2);
  column-gap:var(--s-2);
  }
      

      
        
      
      
  
      

      
        
      
      
  .Mlctj {
    width:100%;
  cursor:default;
  height:100%;
  display:flex;
  position:absolute;
  animation:2s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate none running animation-dJVWzh;
  background:var(--accent);
  overflow-x:hidden;
  overflow-y:hidden;
  user-select:none;
  border-radius:inherit;
  flex-direction:column;
  pointer-events:none;
  }
      

      
        
                  @keyframes animation-dJVWzh {
                    
                        50% {
                          opacity: 0.5;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .job-tracker-page\:IlVyBU1D9TTK3W8MWafRR {
    width:50%;
  height:var(--s-16);
  border-top-left-radius:var(--s-12);
  border-top-right-radius:var(--s-12);
  border-bottom-left-radius:var(--s-12);
  border-bottom-right-radius:var(--s-12);
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .job-tracker-page\:KOHZwq0J_9kdbr1z25hsP {
    flex:1;
  color:var(--foreground);
  height:var(--s-28);
  display:flex;
  z-index:var(--z-30);
  font-size:var(--text-sm);
  align-items:center;
  font-weight:var(--font-medium);
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .ezZzgN {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .job-tracker-page\:PLSC_ykyLau5jh_yLIfUs {
    width:100%;
  height:var(--s-20);
  border-top-left-radius:var(--s-12);
  border-top-right-radius:var(--s-12);
  border-bottom-left-radius:var(--s-12);
  border-bottom-right-radius:var(--s-12);
  }
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  .job-tracker-page\:Ph6WzR2Rcaqa1zIVHtW_z {
    padding-top:var(--s-16);
  }
      

      
        
      
      
  .job-tracker-page\:QB4OAAwr902SHx0azggFR {
    width:100%;
  height:var(--s-20);
  border-top-left-radius:var(--s-12);
  border-top-right-radius:var(--s-12);
  border-bottom-left-radius:var(--s-12);
  border-bottom-right-radius:var(--s-12);
  }
      

      
        
      
      
  .jxvmm {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:flex-start;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .job-tracker-page\:VuceT1G5ITlVIu1kUGQux {
    width:var(--s-40);
  height:var(--s-40);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .RYnyw {
    color:var(--muted-foreground);
  font-size:14px;
  text-align:left;
  }
      

      
        
      
      
  .job-tracker-page\:_cyJFfISnSPONkqLvw4VV {
    width:var(--s-40);
  height:var(--s-40);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-tracker-page\:ctyaDmlKgvAUxG8Y1NQs8 {
    width:100%;
  padding-top:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  .job-tracker-page\:mxjJFeG3_cRxuv9oL8ui0 {
    width:50%;
  height:var(--s-16);
  border-top-left-radius:var(--s-12);
  border-top-right-radius:var(--s-12);
  border-bottom-left-radius:var(--s-12);
  border-bottom-right-radius:var(--s-12);
  }
      

      
        
      
      
  .bwcXnK {
    color:var(--primary-foreground);
  width:var(--width);
  cursor:pointer;
  height:var(--height);
  display:flex;
  row-gap:0.5rem;
  font-size:var(--font-size);
  background:var(--primary);
  box-shadow:0px 2px 4px 0px var(--shadow-color);
  column-gap:0.5rem;
  transition:all 150ms ease;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-medium);
  line-height:var(--line-height);
  padding-top:8px;
  padding-left:var(--horizontal-padding);
  padding-right:var(--horizontal-padding);
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .bwcXnK:hover {
    opacity:0.9;
  }
      


  .bwcXnK:focus-visible {
    box-shadow:0px 0px 0px 3px #a3a3a380;
  }
      


  .bwcXnK:disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .bwcXnK.loading {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .bwcXnK.secondary {
    color:var(--secondary-foreground);
  background:var(--secondary);
  }
      


  .bwcXnK.destructive {
    color:var(--destructive-foreground);
  background:var(--destructive);
  }
      


  .bwcXnK.destructive:focus-visible {
    box-shadow:0px 0px 0px 3px #FEF2F233;
  }
      


  .bwcXnK.outline {
    color:var(--foreground);
  background:var(--background);
  box-shadow:0px 0px 0px 1px var(--neutral-200) inset, 0px 1px 2px 0px #0000000d;
  }
      


  .bwcXnK.outline:hover {
    background:var(--accent);
  }
      


  .bwcXnK.ghost {
    color:var(--foreground);
  background:var(--transparent);
  }
      


  .bwcXnK.ghost:hover {
    background:var(--accent);
  }
      


  .bwcXnK.link {
    color:var(--primary);
  background:var(--transparent);
  }
      


  .bwcXnK.link:hover {
    text-decoration-line:underline;
  }
      

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

      
        
      
      
  .cOOKCz {
    width:110%;
  height:110%;
  animation:1000ms linear 0ms infinite normal none running animation-foovsV;
  align-items:center;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-foovsV {
                    
                        0% {
                          rotate: 0;
                        }
                        

                        100% {
                          rotate: 360deg;
                        }
                        
                  }
                  
      
      
  .telepath_ui\/tui-button\:2qCm_FdUNXHkiuoVDlD44 {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .job-tracker-page\:t2oRrHwJE6rA5bcupvqJO {
    flex:1;
  color:var(--foreground);
  height:var(--s-28);
  display:flex;
  z-index:var(--z-30);
  font-size:var(--text-sm);
  align-items:center;
  font-weight:var(--font-medium);
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

      
  .cxJHK.orientation-vertical {
    flex-direction:column;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .job-tracker-page\:zL1LqM4uSvFGjobtp6vf1 {
    top:8px;
  height:var(--s-36);
  display:flex;
  z-index:var(--z-20);
  position:sticky;
  background:var(--muted);
  align-items:center;
  margin-left:var(--s-8);
  padding-top:3px;
  margin-right:var(--s-8);
  padding-left:3px;
  padding-right:3px;
  flex-direction:row;
  padding-bottom:3px;
  justify-content:flex-start;
  border-top-left-radius:var(--s-10);
  border-top-right-radius:var(--s-10);
  border-bottom-left-radius:var(--s-10);
  border-bottom-right-radius:var(--s-10);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bFtwKY {
    width:100%;
  height:1px;
  background-color:var(--grey-600, #525252);
  }
      

      
  .bFtwKY.orientation-vertical {
    width:1px;
  height:100%;
  }
      

        
      
      
  .page-community\:L51uj88E6F_5M9uVrJ7n7 {
    background:var(--border);
  }
      

      
          @media (min-width: 960px) {
            
  .page-community\:L51uj88E6F_5M9uVrJ7n7 {
    display:none;
  }
      

          }
          
        
      
      
  .eEOoSJ {
    flex:1;
  width:100%;
  display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dPsZdn {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .Yqucv {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  }
      

      
          @media (min-width: 960px) {
            
  .Yqucv {
    box-shadow:0px 0px 0px 1px var(--border) inset;
  border-top-left-radius:var(--space-16);
  border-top-right-radius:var(--space-16);
  border-bottom-left-radius:var(--space-16);
  border-bottom-right-radius:var(--space-16);
  }
      

          }
          

  .Yqucv:hover {
    background:var(--neutral-50);
  }
      

        
      
      
  .cIvdcY {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  margin-left:var(--s-48);
  }
      

      
        
      
      
  .eFVUSi {
    color:var(--muted-foreground);
  font-size:var(--text-xs);
  }
      

      
        
      
      
  .cLfdGY {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:flex-start;
  margin-left:var(--s-48);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .QmWKj {
    display:flex;
  row-gap:var(--s-4);
  column-gap:var(--s-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fpCBAr {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dfocLY {
    font-size:var(--text-2xl);
  font-weight:var(--font-bold);
  }
      

      
        
      
      
  .BRstX {
    color:var(--foreground);
  font-size:var(--text-sm);
  }
      

      
        
      
      
  .eFeXx {
    display:flex;
  row-gap:var(--s-4);
  column-gap:var(--s-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  flex-wrap:wrap;
  }
      

      
        
      
      
  .community-card\:Y6y5Hw6CzMYdBKJoivKHc {
    padding-left:var(--s-8);
  padding-right:var(--s-8);
  }
      

      
        
      
      
  .ehXvmN {
    font-size:var(--text-sm);
  }
      

      
        
      
      
  .cBBLfG {
    color:#16a34a;
  display:flex;
  row-gap:var(--s-8);
  background:#f0fdf4;
  column-gap:var(--s-8);
  align-items:center;
  margin-left:var(--s-48);
  padding-top:var(--s-32);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  flex-direction:row;
  padding-bottom:var(--s-32);
  justify-content:center;
  border-top-left-radius:var(--s-16);
  border-top-right-radius:var(--s-16);
  border-bottom-left-radius:var(--s-16);
  border-bottom-right-radius:var(--s-16);
  }
      

      
        
      
      
  .eZndJT {
    font-size:var(--text-sm);
  font-weight:var(--font-medium);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .community-card\:j6-G1A1lCz6Hr1lMnqIsk {
    padding-left:var(--s-8);
  padding-right:var(--s-8);
  }
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .EwWbo {
    color:var(--muted-foreground);
  font-size:var(--font-12);
  }
      

      
        
      
      
  .cevPzx {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .gwrqz {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bSIuzF {
    color:var(--foreground);
  display:flex;
  background:white;
  min-height:100%;
  align-items:stretch;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
  .dcHHYR:link {
    color:var(--brand-600, #6737f0);
  }
      

        
      
      
  .KLWCb {
    flex:1;
  font-size:14px;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .dfAykw {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  }
      

      
        
      
      
  .Ghtno {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  }
      

      
        
      
      
  .eHSOhG {
    color:var(--muted-foreground);
  font-size:var(--text-xs);
  font-family:inherit;
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .dlrwmD {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dlKynp {
    font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bXYXeX {
    color:var(--gray-600, #4b5563);
  font-size:var(--font-14);
  font-family:inherit;
  font-weight:var(--w-500);
  }
      

      
        
      
      
  .page-apply\:SISFWy_O_l3O9SsLDa1lk {
    flex:1;
  }
      

      
        
      
      
  .eBZBGM {
    gap:var(--pdf-page-gap, 12px);
  width:100%;
  height:100%;
  overflow:auto;
  }
      

      
        
      
      
  .dOPzDr {
    color:var(--grey-500, #737373);
  width:100%;
  display:flex;
  align-items:center;
  aspect-ratio:auto 918 / 1188;
  flex-direction:column;
  justify-content:center;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
        
      
      
  
      

      
        
      
      
  .eAmneb {
    row-gap:var(--s-16);
  background:var(--accent);
  column-gap:var(--s-16);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  border-top-left-radius:var(--s-6);
  border-top-right-radius:var(--s-6);
  border-bottom-left-radius:var(--s-6);
  border-bottom-right-radius:var(--s-6);
  }
      

      
        
      
      
  .bFFiln {
    flex:1;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-input\:DbFx8LHAwHwOG4TMMFJqS {
    width:100%;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .flNaSt {
    height:0px;
  transform:translateZ(0px);
  overflow-y:hidden;
  will-change:height, transform;
  }
      

      
  .flNaSt.open {
    height:var(--height);
  }
      

        
      
      
  .telepath_ui\/tui-input\:TnnB7qfRo4TvppJQNMG4O {
    width:100%;
  opacity:0;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .telepath_ui\/tui-input\:TnnB7qfRo4TvppJQNMG4O.open {
    opacity:1;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
  }
      

        
      
      
  .dylMdf {
    color:var(--muted-foreground);
  display:inline-block;
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:inherit;
  line-height:var(--s-20);
  white-space:normal;
  }
      

      
  .dylMdf.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dylMdf.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .Blfsd {
    flex:1;
  color:var(--foreground);
  width:100%;
  height:100%;
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--normal);
  }
      

      
  .Blfsd::placeholder {
    color:var(--muted-foreground);
  font-family:inherit;
  font-weight:var(--normal);
  }
      


  .Blfsd:disabled {
    cursor:no-drop;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ekyBHT {
    gap:0.5rem;
  width:100%;
  height:var(--s-36);
  display:flex;
  background:var(--background);
  box-shadow:0px 1px 2px 0px #0000000d, 0px 0px 0px 1px var(--input) inset;
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:inherit;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  
      


  .ekyBHT.focused {
    box-shadow:0px 0px 0px 3px #a3a3a380, 0px 0px 0px 1px var(--ring) inset;
  }
      


  .ekyBHT.disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .ekyBHT.error {
    border-color:var(--destructive);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .fHDzCp {
    color:var(--foreground);
  width:100%;
  font-size:var(--text-sm);
  align-items:flex-start;
  font-family:inherit;
  font-weight:var(--font-medium);
  line-height:100%;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dDeoiH {
    row-gap:var(--s-8);
  column-gap:var(--s-8);
  flex-direction:row;
  }
      

      
        
      
      
  .cNVghu {
    color:var(--gray-600, #4b5563);
  padding:8px;
  font-size:var(--font-14);
  border-radius:6px;
  outline-color:var(--gray-200, #e5e7eb);
  outline-style:solid;
  outline-width:1px;
  }
      

      
        
      
      
  .cmSZAR {
    bottom:0px;
  row-gap:var(--s-8);
  position:sticky;
  background:var(--background);
  column-gap:var(--s-8);
  padding-top:var(--s-8);
  padding-left:var(--s-8);
  padding-right:var(--s-8);
  flex-direction:row;
  padding-bottom:var(--s-8);
  }
      

      
        
      
      
  .epUfSH {
    row-gap:var(--s-16);
  column-gap:var(--s-16);
  flex-direction:row;
  }
      

      
        
      
      
  .dKTJdI {
    font-size:var(--text-sm);
  max-height:150px;
  overflow-y:scroll;
  font-family:inherit;
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eejslf {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-alert-dialog\:AMJIavgh0CC-_su4IiKRF {
    opacity:0;
  background:#00000080;
  }
      

      
  .telepath_ui\/tui-alert-dialog\:AMJIavgh0CC-_su4IiKRF.open {
    opacity:1;
  }
      


  .telepath_ui\/tui-alert-dialog\:AMJIavgh0CC-_su4IiKRF.open-transition {
    transition:opacity 150ms ease;
  }
      


  .telepath_ui\/tui-alert-dialog\:AMJIavgh0CC-_su4IiKRF.close-transition {
    transition:opacity 150ms ease;
  }
      

        
      
      
  .fsBxCh {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 425px) {
            
  .fsBxCh {
    align-items:stretch;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .RHZdL {
    display:flex;
  row-gap:var(--s-6);
  column-gap:var(--s-6);
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 425px) {
            
  .RHZdL {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .euZOEX {
    font-size:var(--text-lg);
  font-weight:var(--font-semibold);
  }
      

      
        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-alert-dialog\:xdzVHCNLT4qH8wcLajh4B {
    color:var(--foreground);
  scale:0.95 0.95 1;
  width:100%;
  opacity:0;
  row-gap:var(--s-16);
  max-width:425px;
  background:var(--background);
  box-shadow:0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  column-gap:var(--s-16);
  padding-top:var(--s-24);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-24);
  border-top-left-radius:var(--s-10);
  border-top-right-radius:var(--s-10);
  border-bottom-left-radius:var(--s-10);
  border-bottom-right-radius:var(--s-10);
  }
      

      
  .telepath_ui\/tui-alert-dialog\:xdzVHCNLT4qH8wcLajh4B.open {
    scale:1 1 1;
  opacity:1;
  }
      


  .telepath_ui\/tui-alert-dialog\:xdzVHCNLT4qH8wcLajh4B.open-transition {
    transition:all 150ms ease;
  }
      


  .telepath_ui\/tui-alert-dialog\:xdzVHCNLT4qH8wcLajh4B.close-transition {
    transition:all 150ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  .dQYZBl {
    top:0px;
  height:50px;
  display:flex;
  z-index:var(--z-10);
  position:sticky;
  background:white;
  align-items:center;
  padding-left:var(--s-8);
  padding-right:var(--s-8);
  flex-direction:row;
  justify-content:space-between;
  border-bottom-color:var(--neutral-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bCstPR {
    font-weight:var(--font-medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bfHcQa {
    color:var(--foreground);
  height:100%;
  display:flex;
  background:white;
  align-items:stretch;
  font-family:Geist;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dKDAyJ {
    flex:1;
  overflow-y:scroll;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eWTJnQ {
    row-gap:4px;
  column-gap:4px;
  }
      

      
        
      
      
  .dFGgsR {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fxsBhW {
    display:flex;
  row-gap:var(--s-8);
  flex-wrap:wrap;
  column-gap:var(--s-8);
  align-items:stretch;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .blJyBi {
    display:flex;
  row-gap:var(--s-8);
  flex-wrap:wrap;
  column-gap:var(--s-8);
  align-items:flex-start;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dgedKK {
    row-gap:16px;
  background:var(--neutral-50);
  column-gap:16px;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .job-page\:12q0PNmpFVKF4pLrX7kVf {
    width:100%;
  height:var(--s-20);
  margin-bottom:var(--s-8);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:5KKnePn4w8ywnSLzpEPw5 {
    width:var(--s-40);
  height:var(--s-40);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:5UrPlrl9FX_ZfzgRkguW2 {
    width:25%;
  height:var(--s-20);
  margin-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:62XLiFadCznQiyYhak6b- {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:68Y6SLy0BBXtC7B0XJzik {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:7cxTDYHTahmi3iShTqcf- {
    width:100%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  
      

      
        
      
      
  .nNcgS {
    row-gap:var(--s-16);
  background:var(--neutral-50);
  column-gap:var(--s-16);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  }
      

      
        
      
      
  .job-page\:F3r330nH7b_S3dXRRmMSp {
    width:25%;
  height:var(--s-20);
  margin-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  
      

      
        
      
      
  .carExx {
    width:100%;
  bottom:0px;
  height:50px;
  display:flex;
  row-gap:var(--s-8);
  z-index:var(--z-30);
  position:sticky;
  background:white;
  column-gap:var(--s-8);
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:env(safe-area-inset-bottom);
  justify-content:center;
  border-top-color:var(--neutral-200);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .job-page\:Hf-2dFQ-OmodEff_Fx6_Z {
    width:100%;
  height:var(--s-20);
  margin-bottom:var(--s-8);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:Lo7yNfFmsEUOLY9WKjSgF {
    width:25%;
  height:var(--s-20);
  margin-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:SkA2r0I8ny3XfCPrh3AGY {
    width:100%;
  height:var(--s-20);
  margin-bottom:var(--s-8);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:V6CJYqo1hzSlO2kCJ8-w1 {
    width:100%;
  height:var(--s-20);
  margin-bottom:var(--s-8);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .cWHuRd {
    padding-top:var(--s-32);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-32);
  }
      

      
        
      
      
  .job-page\:aEez3nia11JimPtiMOfn9 {
    flex:1;
  }
      

      
        
      
      
  .job-page\:am-_wL0IC66WtYQ6yO3Gn {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:ea70ugtJ2zc565aiaOOKd {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:elEb4MvMGEcoEJEEdkBQZ {
    width:25%;
  height:var(--s-20);
  margin-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:f5791iDcNU4Hc5zjflpgN {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .job-page\:it3b27YX1_T8cqvpKc5zN {
    width:50%;
  height:var(--s-20);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  .aYgwP {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .job-page\:ndpFGrQB-DZbcsENfUwXZ {
    width:25%;
  height:var(--s-20);
  margin-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
        
      
      
  
      

      
        
      
      
  .job-page\:xHju-Ts_Fsb9pY-l7qD2L {
    width:100%;
  height:var(--s-20);
  margin-bottom:var(--s-8);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

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

      
        
      
      
  .job-page\:zBn6p7QYHJbxZ39ZsT3rC {
    font-size:var(--text-sm);
  }
      

      
        
      
      
  .App\:Tz5M-xSZLJpojeaEsmoo6 {
    z-index:var(--z-20);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cetGKQ {
    row-gap:var(--s-16);
  font-size:var(--text-sm);
  column-gap:var(--s-16);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fgRCTz {
    width:100%;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select-native\:DbFx8LHAwHwOG4TMMFJqS {
    width:100%;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .telepath_ui\/tui-select-native\:TnnB7qfRo4TvppJQNMG4O {
    width:100%;
  opacity:0;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .telepath_ui\/tui-select-native\:TnnB7qfRo4TvppJQNMG4O.open {
    opacity:1;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
  }
      

        
      
      
  .cTdHHm {
    flex:1;
  color:var(--foreground);
  width:100%;
  height:100%;
  display:flex;
  font-size:var(--text-sm);
  align-items:center;
  font-weight:var(--font-normal);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .cTdHHm:disabled {
    cursor:not-allowed;
  }
      

        
      
      
  
      

      
        
      
      
  .cKQFZZ {
    width:100%;
  height:var(--s-36);
  display:flex;
  row-gap:var(--s-8);
  background:var(--background);
  box-shadow:0px 1px 2px 0px #0000000d, 0px 0px 0px 1px var(--input) inset;
  column-gap:var(--s-8);
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:inherit;
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  flex-direction:row;
  justify-content:start;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  
      


  .cKQFZZ.focused {
    box-shadow:0px 0px 0px 3px #a3a3a380, 0px 0px 0px 1px var(--ring) inset;
  }
      


  .cKQFZZ.disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      

        
      
      
  
      

      
        
      
      
  .OmYdh {
    font-size:var(--text-base);
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fxFXeH {
    color:var(--foreground);
  display:flex;
  background:white;
  min-height:100%;
  align-items:stretch;
  font-family:Geist;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fjdoGl {
    cursor:pointer;
  height:48px;
  display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  padding-top:8px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  }
      

      
        
      
      
  .xSPZC {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .cPpLFg {
    color:var(--foreground);
  font-size:var(--text-sm);
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .cEVKnj {
    color:var(--foreground);
  display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dKrzcj {
    padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eRPnWR {
    display:flex;
  background:var(--primary-foreground);
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fMlCx {
    flex:1;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .App\:cAg_Yi56iev1DUE5_X58r {
    z-index:var(--z-20);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bTEDqc {
    flex:1;
  height:100%;
  display:flex;
  font-size:var(--text-sm);
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .dSHItP {
    flex:1;
  width:100%;
  height:var(--s-36);
  display:flex;
  row-gap:var(--s-4);
  font-size:var(--text-sm);
  background:var(--accent);
  column-gap:var(--s-4);
  align-items:center;
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:var(--s-36);
  border-top-right-radius:var(--s-36);
  border-bottom-left-radius:var(--s-36);
  border-bottom-right-radius:var(--s-36);
  }
      

      
        
      
      
  .fhtdCl {
    width:36px;
  cursor:default;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .fhtdCl:active {
    background:var(--accent);
  }
      

        
      
      
  .etIlLJ {
    flex:1;
  display:flex;
  row-gap:var(--s-4);
  column-gap:var(--s-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cStcAz {
    font-size:14px;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .App\:le80SFSp9r8SJ_Xmabrbm {
    z-index:var(--z-20);
  }
      

      
        
      
      
  .hgIva {
    flex:1;
  background:var(--background);
  }
      

      
        
      
      
  .bddvcH {
    display:flex;
  row-gap:var(--s-8);
  font-size:var(--text-sm);
  column-gap:var(--s-8);
  font-weight:var(--font-medium);
  line-height:var(--s-14);
  flex-direction:row;
  }
      

      
        
      
      
  .bQBMje {
    flex:1;
  row-gap:var(--s-6);
  font-size:inherit;
  column-gap:var(--s-6);
  font-weight:inherit;
  line-height:inherit;
  }
      

      
        
      
      
  .cuejJN {
    color:var(--muted-foreground);
  display:inline-block;
  font-size:inherit;
  font-weight:var(--font-normal);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .iqsvV {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-radio-group-item\:u-hagl-ub4K-h2YcHAl9u {
    width:var(--s-8);
  height:var(--s-8);
  display:flex;
  opacity:0;
  background:var(--primary);
  align-items:center;
  justify-content:center;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-radio-group-item\:u-hagl-ub4K-h2YcHAl9u.checked {
    height:var(--s-8);
  display:flex;
  opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-radio-group-item\:xomqXfNT-MGBv0MnBfXIH {
    width:var(--s-16);
  height:var(--s-16);
  display:flex;
  box-shadow:0px 1px 2px 0px #0000000d;
  align-items:center;
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:var(--s-16);
  border-top-right-radius:var(--s-16);
  border-bottom-left-radius:var(--s-16);
  border-bottom-right-radius:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dGqAht {
    display:flex;
  row-gap:var(--s-16);
  column-gap:var(--s-16);
  align-items:stretch;
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  justify-content:flex-start;
  }
      

      
        
      
      
  .cdUgQG {
    flex:1  ;
  row-gap:var(--space-8);
  column-gap:var(--space-8);
  margin-top:var(--space-6);
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-dropdown-item\:root {
    color:var(--popover-foreground);
  cursor:pointer;
  display:flex;
  row-gap:var(--s-8);
  font-size:var(--text-sm);
  column-gap:var(--s-8);
  align-items:center;
  padding-top:var(--s-6);
  padding-left:var(--s-8);
  padding-right:var(--s-8);
  flex-direction:row;
  padding-bottom:var(--s-6);
  justify-content:flex-start;
  border-top-left-radius:var(--s-6);
  border-top-right-radius:var(--s-6);
  border-bottom-left-radius:var(--s-6);
  border-bottom-right-radius:var(--s-6);
  }
      

      
  .telepath_ui\/tui-dropdown-item\:root:hover {
    background:var(--accent);
  }
      

        
      
      
  
      

      
        
      
      
  .dyFHPo {
    font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:var(--w-500);
  line-height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ycdJc {
    flex:1;
  row-gap:var(--space-4);
  column-gap:var(--space-4);
  }
      

      
        
      
      
  .xOgrF {
    row-gap:var(--s-8);
  flex-wrap:wrap;
  column-gap:var(--s-8);
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fbFivF {
    flex:1  ;
  font-size:12px;
  text-align:left;
  line-height:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cBlUbL {
    color:var(--foreground);
  width:fit-content;
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-normal);
  line-height:var(--space-24);
  }
      

      
        
      
      
  .PSvBo {
    flex:1  ;
  width:100%;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .bYpkBy {
    color:var(--muted-foreground);
  width:100%;
  cursor:text;
  display:flex;
  font-size:14px;
  background: var(--background);
  box-shadow:0px 0px 0px 1px var(--input) inset;
  align-items:flex-start;
  line-height:20px;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  
      

        
      
      
  
      

      
        
      
      
  .eBwnOQ {
    display:flex;
  row-gap:var(--s-16);
  column-gap:var(--s-16);
  align-items:flex-start;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
          @media (max-width: 768px) {
            
  .eBwnOQ {
    flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bxdeWP {
    color:var(--foreground);
  font-size:var(--text-base);
  text-align:center;
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .bZjgrX {
    flex:1  ;
  display:flex;
  row-gap:var(--space-4);
  flex-wrap:wrap;
  column-gap:var(--space-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select-item\:root {
    cursor:pointer;
  display:flex;
  row-gap:var(--s-8);
  font-size:var(--text-sm);
  column-gap:var(--s-8);
  align-items:center;
  padding-top:var(--s-6);
  padding-left:var(--s-8);
  padding-right:var(--s-32);
  flex-direction:row;
  padding-bottom:var(--s-6);
  justify-content:space-between;
  border-top-left-radius:var(--s-6);
  border-top-right-radius:var(--s-6);
  border-bottom-left-radius:var(--s-6);
  border-bottom-right-radius:var(--s-6);
  }
      

      
  .telepath_ui\/tui-select-item\:root:hover {
    background:var(--accent);
  }
      


  
      


  
      

        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .telepath_ui\/tui-select-item\:3cONMewAWDCfiWpa53MUc {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  .bWvhPP {
    color:var(--popover-foreground);
  right:var(--s-8);
  width:1rem;
  height:1rem;
  position:absolute;
  }
      

      
        
      
      
  .telepath_ui\/tui-select-item\:GcZQk4GcGp_3i8atdX5cj {
    flex:1;
  display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .page-community-post\:DJ-TTxDTP8uAEuTtCxmhL {
    font-size:var(--text-xs);
  }
      

      
        
      
      
  
      

      
        
      
      
  .page-community-post\:FuAPkFd6dASqglC48OXl0 {
    cursor:pointer;
  height:32px;
  display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .page-community-post\:FuAPkFd6dASqglC48OXl0:hover {
    background: var(--input);
  }
      

        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .page-community-post\:G20oNcxzKM2kqK6SVfYmn {
    scale:0.95 0.95 1;
  opacity:0;
  background:var(--popover);
  box-shadow:0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
  padding-top:var(--s-16);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .page-community-post\:G20oNcxzKM2kqK6SVfYmn.open {
    scale:1 1 1;
  opacity:1;
  }
      


  .page-community-post\:G20oNcxzKM2kqK6SVfYmn.open-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      


  .page-community-post\:G20oNcxzKM2kqK6SVfYmn.close-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .deEMJN {
    font-size:14px;
  font-weight:var(--w-500);
  }
      

      
        
      
      
  .dgqfsB {
    display:flex;
  row-gap:var(--space-8);
  column-gap:var(--space-8);
  align-items:flex-start;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fdPuuY {
    flex-direction:column;
  }
      

      
  
      


  .fdPuuY.orientation-horizontal {
    flex-direction:row;
  }
      


  .fdPuuY.disabled {
    opacity:0.5;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-radio-group\:root {
    row-gap:var(--s-12);
  column-gap:var(--s-12);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bJArFP {
    font-size:14px;
  font-family:inherit;
  font-weight:var(--w-600);
  line-height:20px;
  }
      

      
        
      
      
  .fszICj {
    display:flex;
  row-gap:var(--space-4);
  column-gap:var(--space-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fAtpnh {
    flex:1;
  display:flex;
  row-gap:var(--s-4);
  flex-wrap:wrap;
  column-gap:var(--s-4);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .telepath_ui\/sc-dropdown-content\:root:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN {
    scale:0.95 0.95 1;
  opacity:0;
  min-width:128px;
  background:var(--popover);
  box-shadow:0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
  padding-top:var(--s-4);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-4);
  padding-right:var(--s-4);
  padding-bottom:var(--s-4);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN.open {
    scale:1 1 1;
  opacity:1;
  }
      


  .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN.open-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      


  .telepath_ui\/tui-dropdown\:v_km2JLX0oOalcfBg7eLN.close-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .daKTix {
    width:fit-content;
  font-size:14px;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  .fEldPS {
    width:fit-content;
  cursor:pointer;
  height:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .egFLzZ {
    color:var(--muted-foreground);
  font-size:14px;
  max-width:400px;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  line-height:20px;
  }
      

      
        
      
      
  .elsRnx {
    color:var(--muted-foreground);
  font-size:12px;
  font-family:inherit;
  font-weight:var(--w-400);
  line-height:20px;
  }
      

      
        
      
      
  .ezMOcT {
    color:var(--primary);
  font-size:var(--text-sm);
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .agFiZ {
    row-gap:var(--s-8);
  box-shadow:0px 0px 0px 1px var(--input) inset;
  column-gap:var(--s-8);
  padding-top:var(--s-12);
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  padding-bottom:var(--s-12);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fqxzzg {
    font-size:var(--text-sm);
  font-weight:var(--font-medium);
  }
      

      
        
      
      
  .bFqHrB {
    row-gap:var(--space-8);
  column-gap:var(--space-8);
  flex-direction:row;
  }
      

      
        
      
      
  .dUxybM {
    flex:1;
  display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fuHByX {
    color:var(--muted-foreground);
  font-size:12px;
  font-family:inherit;
  font-weight:inherit;
  line-height:16px;
  }
      

      
        
      
      
  .bHMvTm {
    width:20px;
  height:20px;
  display:flex;
  background: var(--border);
  align-items:center;
  justify-content:center;
  border-top-left-radius:var(--space-24);
  border-top-right-radius:var(--space-24);
  border-bottom-left-radius:var(--space-24);
  border-bottom-right-radius:var(--space-24);
  }
      

      
        
      
      
  .eZcVic {
    font-size:inherit;
  font-family:inherit;
  font-weight:var(--w-500);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ncUbk {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 768px) {
            
  .ncUbk {
    display:flex;
  align-items:flex-end;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select\:L3AZLbl1oTBRD7zGOJlmn {
    width:100%;
  opacity:0;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .telepath_ui\/tui-select\:L3AZLbl1oTBRD7zGOJlmn.open {
    opacity:1;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
  }
      

        
      
      
  .telepath_ui\/tui-select\:Ycj0UC3cZZHHHO5vyeV6_ {
    width:100%;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .kSQqa {
    display:flex;
  row-gap:var(--s-8);
  font-size:var(--text-sm);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo {
    scale:0.95 0.95 1;
  opacity:0;
  background:var(--popover);
  box-shadow:0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
  padding-top:var(--s-4);
  border-color:var(--border);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-4);
  padding-right:var(--s-4);
  padding-bottom:var(--s-4);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo.open {
    scale:1 1 1;
  opacity:1;
  }
      


  .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo.open-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      


  .telepath_ui\/tui-select\:eIrR1VskoKkMOhxxEFfEo.close-transition {
    transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      


  
      

        
      
      
  .bCrsFu {
    overflow-y:auto;
  touch-action:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select\:gbOx5HWvro48AhPpYM0b6 {
    max-height:var(--s-256);
  overflow-x:hidden;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-select\:hxzYp7zUulS2VVCA4hUZM {
    width:100%;
  }
      

      
  .telepath_ui\/tui-select\:hxzYp7zUulS2VVCA4hUZM:disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      

        
      
      
  .telepath_ui\/tui-select\:kOwJPe5JusAQFCzzZxY-j {
    color:var(--foreground);
  width:100%;
  cursor:pointer;
  height:var(--s-36);
  display:flex;
  row-gap:var(--s-8);
  font-size:var(--text-sm);
  min-width:200px;
  background:var(--background);
  box-shadow:0px 1px 2px 0px #0000000d;
  column-gap:var(--s-8);
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  padding-top:var(--s-8);
  border-color:var(--input);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  flex-direction:row;
  padding-bottom:var(--s-8);
  justify-content:space-between;
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-select\:kOwJPe5JusAQFCzzZxY-j:focus-visible {
    box-shadow:0px 0px 0px 3px #a3a3a380;
  border-color:var(--ring);
  border-style:solid;
  border-width:1px;
  }
      


  .telepath_ui\/tui-select\:kOwJPe5JusAQFCzzZxY-j:disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cRJQOC {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .OONMy {
    width:32px;
  height:32px;
  display:flex;
  background: var(--border);
  align-items:center;
  justify-content:center;
  border-top-left-radius:var(--space-24);
  border-top-right-radius:var(--space-24);
  border-bottom-left-radius:var(--space-24);
  border-bottom-right-radius:var(--space-24);
  }
      

      
        
      
      
  .dlzvTF {
    width:100%;
  row-gap:var(--space-16);
  column-gap:var(--space-16);
  margin-top:var(--space-6);
  }
      

      
        
      
      
  .csxWsl {
    color:var(--foreground);
  resize:vertical;
  font-size:var(--font-14);
  background: var(--background);
  overflow-y:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bFHlQF {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 768px) {
            
  .bFHlQF {
    width:100%;
  align-items:stretch;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .page-community-post\:w2qE02PbNCYpOtSK-bHyG {
    color:var(--muted-foreground);
  width:var(--s-16);
  height:var(--s-16);
  }
      

      
        
      
      
  .page-community-post\:xFhOXdujG4thNWtiiQhlK {
    font-size:var(--text-xs);
  }
      

      
        
      
      
  .page-community-post\:xmDM_Q65FvlIC0BvjYMfK {
    color:var(--muted-foreground);
  }
      

      
        
      
      
  .eoAxiD {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  text-align:center;
  }
      

      
        
      
      
  .cGiPXR {
    display:flex;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  padding-top:var(--s-32);
  padding-bottom:var(--s-32);
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fxkzzo {
    color:var(--foreground);
  font-size:var(--text-sm);
  background:var(--brand-50);
  box-sizing:border-box;
  padding-top:var(--s-16);
  border-color:var(--primary);
  border-style:Dashed;
  border-width:1px;
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-dialog\:Nat9kTMU1ZMxcIlv6eEh9 {
    color:var(--foreground);
  scale:0.95 0.95 1;
  width:100%;
  opacity:0;
  row-gap:var(--s-16);
  max-width:425px;
  background:var(--background);
  box-shadow:0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
  box-sizing:border-box;
  column-gap:var(--s-16);
  padding-top:var(--s-24);
  border-color:var(--border);
  border-style:Solid;
  border-width:1px;
  padding-left:var(--s-24);
  padding-right:var(--s-24);
  padding-bottom:var(--s-24);
  border-top-left-radius:var(--s-10);
  border-top-right-radius:var(--s-10);
  border-bottom-left-radius:var(--s-10);
  border-bottom-right-radius:var(--s-10);
  }
      

      
  .telepath_ui\/tui-dialog\:Nat9kTMU1ZMxcIlv6eEh9.open {
    scale:1 1 1;
  opacity:1;
  }
      


  .telepath_ui\/tui-dialog\:Nat9kTMU1ZMxcIlv6eEh9.open-transition {
    transition:all 200ms ease 0ms normal;
  }
      


  .telepath_ui\/tui-dialog\:Nat9kTMU1ZMxcIlv6eEh9.close-transition {
    transition:all 200ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-dialog\:UqimGIOU2yGhp_7GJz5nD {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-dialog\:mA6JJQ329vHFZk7zkeXY8 {
    opacity:0;
  background:#00000080;
  }
      

      
  .telepath_ui\/tui-dialog\:mA6JJQ329vHFZk7zkeXY8.open {
    opacity:1;
  }
      


  .telepath_ui\/tui-dialog\:mA6JJQ329vHFZk7zkeXY8.open-transition {
    transition:opacity 150ms ease;
  }
      


  .telepath_ui\/tui-dialog\:mA6JJQ329vHFZk7zkeXY8.close-transition {
    transition:opacity 150ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .App\:qsQJQB3uc-Le9H_Td-BNo {
    right:var(--s-8);
  bottom:var(--s-64);
  position:fixed;
  }
      

      
        
      
      
  .crzXjt {
    color:var(--foreground);
  width:100%;
  background:var(--background);
  box-sizing:border-box;
  min-height:100vh;
  align-items:stretch;
  font-family:Geist;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-sonner\:root {
    width:100%;
  opacity:0;
  row-gap:var(--s-8);
  translate:0 -16px 0;
  background:var(--popover);
  box-shadow:0px 0px 0px 1px var(--border) inset, 0px 4px 12px -1px #00000020;
  column-gap:var(--s-8);
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .telepath_ui\/tui-sonner\:root.open {
    opacity:1;
  translate:0 0px 0;
  transition:translate 250ms ease  , top 150ms ease;
  }
      


  
      


  .telepath_ui\/tui-sonner\:root.open-transition {
    transition:all 250ms ease;
  }
      


  .telepath_ui\/tui-sonner\:root.close-transition {
    transition:all 150ms ease;
  }
      

        
      
      
  .da-dfnZ {
    color:var(--popover-foreground);
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-medium);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .fbJXSL {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  font-family:inherit;
  font-weight:var(--font-normal);
  line-height:var(--s-20);
  }
      

      
        
      
      
  .buYPsp {
    row-gap:var(--s-2);
  column-gap:var(--s-2);
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-app-provider\:QRgqwiI96pIDxFCBnDQ0y {
    display:flex;
  align-items:center;
  padding-top:var(--s-20);
  padding-left:var(--s-20);
  padding-right:var(--s-20);
  padding-bottom:var(--s-20);
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-app-provider\:q3NF3LRrS6asxjnUyj3ZB {
    width:100%;
  max-width:360px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .telepath_ui\/tui-textarea\:DbFx8LHAwHwOG4TMMFJqS {
    width:100%;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .telepath_ui\/tui-textarea\:TnnB7qfRo4TvppJQNMG4O {
    width:100%;
  opacity:0;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  }
      

      
  .telepath_ui\/tui-textarea\:TnnB7qfRo4TvppJQNMG4O.open {
    opacity:1;
  transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .ekLAKE {
    resize:vertical;
  font-size:var(--text-sm);
  background:var(--background);
  box-shadow:0px 1px 2px 0px #0000000d;
  transition:all 150ms cubic-bezier(0.42, 0, 0.58, 1);
  font-weight:var(--font-normal);
  padding-top:var(--s-12);
  border-color:var(--input);
  border-style:solid;
  border-width:1px;
  padding-left:var(--s-12);
  padding-right:var(--s-12);
  padding-bottom:var(--s-12);
  border-top-left-radius:var(--s-8);
  border-top-right-radius:var(--s-8);
  border-bottom-left-radius:var(--s-8);
  border-bottom-right-radius:var(--s-8);
  }
      

      
  .ekLAKE::placeholder {
    color:var(--muted-foreground);
  }
      


  .ekLAKE:disabled {
    cursor:not-allowed;
  opacity:0.5;
  }
      


  .ekLAKE:focus-visible {
    box-shadow:0px 0px 0px 3px #a3a3a380;
  border-color:var(--ring);
  border-style:solid;
  border-width:1px;
  }
      


  .ekLAKE.no-resize {
    resize:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bcOYNp {
    width:100%;
  bottom:0px;
  height:56px;
  display:flex;
  z-index:var(--z-10);
  position:fixed;
  background:white;
  align-items:stretch;
  flex-direction:row;
  padding-bottom:env(safe-area-inset-bottom);
  justify-content:space-between;
  border-top-color:var(--neutral-200);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .WCPPa {
    flex:1;
  display:flex;
  row-gap:2px;
  font-size:var(--text-xs);
  column-gap:2px;
  align-items:center;
  font-weight:var(--font-medium);
  justify-content:center;
  }
      

      
  .WCPPa.active-link {
    color:var(--primary);
  font-weight:var(--font-semibold);
  }
      

        
      
      
  .bDkryE {
    transition:all 250ms ease;
  padding-top:var(--s-4);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-4);
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

      
  .bDkryE.active {
    background:#3f1b971a;
  border-top-left-radius:var(--s-16);
  border-top-right-radius:var(--s-16);
  border-bottom-left-radius:var(--s-16);
  border-bottom-right-radius:var(--s-16);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dauEiV {
    flex:1;
  background:white;
  }
      

      
        
      
      
  .telepath_ui\/tui-separator\:root {
    background:var(--border);
  }
      

      
        
      
      
  .login-page\:-0TEOfiVYaj5BZWMv72PR {
    flex:1;
  }
      

      
        
      
      
  .eRpQXf {
    width:20px;
  height:20px;
  }
      

      
        
      
      
  .bFoeTr {
    width:100%;
  display:flex;
  row-gap:var(--s-16);
  column-gap:var(--s-16);
  align-items:stretch;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eXnkqx {
    width:100%;
  row-gap:var(--s-8);
  column-gap:var(--s-8);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ePa-DRQ {
    display:flex;
  row-gap:var(--s-4);
  flex-wrap:wrap;
  column-gap:var(--s-4);
  flex-direction:row;
  }
      

      
        
      
      
  .ejREoN {
    width:100%;
  row-gap:var(--s-16);
  column-gap:var(--s-16);
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fkJaQD {
    color:var(--muted-foreground);
  font-size:var(--text-sm);
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .login-page\:SphvsPMuk0EXb8hF27GDc {
    top:var(--s-10);
  right:var(--s-10);
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .login-page\:eX8FxjQs7aRode3Rx4v4L {
    flex:1;
  }
      

      
        
      
      
  .eOnGAs {
    width:100%;
  row-gap:var(--space-16);
  column-gap:var(--space-16);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .drkZms {
    font-size:var(--text-lg);
  text-align:center;
  font-family:inherit;
  font-weight:var(--font-semibold);
  }
      

      
        
      
      
  .lEZVF {
    color:var(--muted-foreground);
  font-size:var(--font-12);
  font-family:inherit;
  }
      

      
        
      
      
  .eYJgRk {
    flex:1;
  display:flex;
  align-items:center;
  padding-top:var(--s-16);
  padding-left:var(--s-16);
  padding-right:var(--s-16);
  padding-bottom:var(--s-16);
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bjetnB {
    color:var(--muted-foreground);
  display:inline-block;
  font-size:var(--text-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      