
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --LightBG: #F9FAFB;
--LightForeground: #FFFFFF;
--DarkText: #282D35;
--LightText: #80879d;
--LightBorder: #E3E3E3;
--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;
--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;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--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 */
    --Small: .5rem;
    /* 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;
    }
  }
}

      
  .elgsGj {
    gap:2rem;
  color:var(--DarkText, #282D35);
  width:100%;
  min-height:100%;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .fCWhgE {
    color:var(--LightText, #4A4F60);
  font-size:var(--font-size-xxs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bgMWWh {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .bHNFBP {
    cursor:pointer;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
  .bHNFBP:hover {
    background-color:#edf2f7;
  }
      


  .bHNFBP:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-color:#cbd5e0;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .dOUfwI {
    width:100%;
  height:100%;
  overflow-y:hidden;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bTRcZl {
    width:100%;
  cursor:pointer;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  }
      

      
  .bTRcZl:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .dEFSPZ {
    gap:.25rem;
  height:100%;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .bxBwKe {
    top:0px;
  right:0px;
  width:2.5rem;
  bottom:0px;
  z-index:0;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eMJWSt {
    gap:.25rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--LightBG, #F9FAFB);
  border-top-color:var(--grey-300, #D4D4D4);
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:var(--grey-300, #D4D4D4);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-300, #D4D4D4);
  border-right-style:solid;
  border-right-width:1px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  }
      

      
        
      
      
  .bzGpvc {
    gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eAJwzu {
    gap:.25rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eMOyoo {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fkjQhk {
    color:var(--grey-800, #262626);
  width:1rem;
  height:1rem;
  display:block;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  pointer-events:none;
  }
      

      
        
      
      
  .cgPspE {
    color:var(--LightForeground, #FFFFFF);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:center;
  padding-top:0.3rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:.25rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.3rem;
  justify-content:center;
  background-color:var(--LightText, #80879d);
  }
      

      
  .cgPspE:hover {
    background-color:var(--DarkText, #282D35);
  }
      

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

      
        
      
      
  .cnKGfx {
    color:#1a202c;
  width:100%;
  cursor:pointer;
  height:2.5rem;
  display:block;
  z-index:1;
  font-size:0.875rem;
  appearance:none;
  padding-top:0.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  }
      

      
  .cnKGfx:focus {
    outline:none;
  box-shadow:0 0 0 1px var(--tw-ring-color);
  border-color:#1a202c;
  --tw-ring-color:#1a202c;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .cgkFs {
    gap:.5rem;
  width:100%;
  height:100%;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .dCfAKj {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .dCfAKj.unavailable {
    color:var(--red-600, #DC2626);
  }
      

        
      
      
  .eDrEkh {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .dqGswJ {
    color:var(--LightText, #80879d);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .RzSJc {
    font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .eLMBoH {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .diAKyi {
    gap:1rem;
  cursor:pointer;
  padding-top:.5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
  .diAKyi:hover {
    border-color:var(--LightText, #80879d);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .ehUtXk {
    color:var(--DarkText, #282D35);
  width:auto;
  height:auto;
  font-size:0.75rem;
  padding-top:.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

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

        
      
      
  .cYdULn {
    gap:.5rem;
  flex:1;
  overflow-y:scroll;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bGSaME {
    gap:1rem;
  width:100%;
  height:100%;
  display:flex;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .ZDtwH {
    color:var(--LightText, #80879d);
  display:block;
  font-size:var(--font-size-xs);
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bsSmXc {
    color:var(--LightText, #80879d);
  display:block;
  font-size:var(--font-size-xs);
  font-weight:-;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cHZeIw {
    display:block;
  font-size:1.125rem;
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .fkRyrh {
    flex:1;
  position:relative;
  min-height:12rem;
  overflow-x:hidden;
  overflow-y:scroll;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  border-radius:var(--Small);
  background-color:-;
  }
      

      
        
      
      
  .beYdEY {
    color:var(--LightText, #80879d);
  width:-;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:var(--LightBG, #F9FAFB);
  --tw-ring-offset-color:#fff;
  }
      

      
        
      
      
  .cGaLOp {
    gap:1rem;
  flex:1;
  display:flex;
  align-items:start;
  padding-top:1rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--LightForeground, #FFFFFF);
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .dIXdtm {
    width:100%;
  display:flex;
  z-index:;
  position:relative;
  min-width:12rem;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  background-color:#fff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .WqIKH {
    font-size:var(--font-size-xl);
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .eZCjlg {
    gap:.5rem;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
        
      
      
  .fvPBvS {
    top:0px;
  color:var(--red-500, #EF4444);
  right:0px;
  width:fit-content;
  cursor:pointer;
  position:relative;
  padding-top:8px;
  padding-left:8px;
  border-radius:var(--Small);
  padding-right:0px;
  padding-bottom:8px;
  }
      

      
  .fvPBvS:hover {
    color:var(--red-700, #B91C1C);
  background-color:-;
  }
      

        
      
      
  .WYHIz {
    gap:.1rem;
  flex:1;
  width:100%;
  }
      

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

      
        
      
      
  .ftjNmP {
    align-items:center;
  padding-left:.5rem;
  padding-right:0rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cNJjGq {
    color:var(--LightForeground, #FFFFFF);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:center;
  padding-top:0.3rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:.25rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.3rem;
  justify-content:center;
  background-color:var(--LightText, #80879d);
  }
      

      
  .cNJjGq:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .eFGzdT {
    color:var(--LightText, #80879d);
  }
      

      
        
      
      
  .eGBwZS {
    gap:.25rem;
  cursor:pointer;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
  .eGBwZS:hover {
    background-color:var(--LightBorder, #E3E3E3);
  }
      

        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .bCzSYn {
    color:var(--DarkText, #282D35);
  width:100%;
  font-size:0.75rem;
  padding-top:.3rem;
  padding-left:.5rem;
  border-radius:.25rem;
  padding-right:.5rem;
  padding-bottom:.3rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

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

        
      
      
  .dspVzB {
    top:1rem;
  color:var(--LightForeground, #FFFFFF);
  right:1rem;
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  position:absolute;
  align-items:center;
  border-color:var(--LightText, #80879d);
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--DarkText, #282D35);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dspVzB:hover {
    background-color:var(--LightText, #80879d);
  }
      


  .dspVzB {
    box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .dVKwYO {
    color:#1a202c;
  cursor:pointer;
  display:flex;
  font-size:0.875rem;
  box-shadow:0 0 0 1px var(--tw-ring-color);
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  --tw-ring-color:#edf2f7;
  justify-content:center;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  background-color:#fff;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

      
  .dVKwYO.toggle {
    color:var(--LightText, #80879d);
  }
      

        
      
      
  .faSwfR {
    color:var(--DarkText, #282D35);
  width:100%;
  font-size:0.75rem;
  padding-top:.3rem;
  padding-left:.5rem;
  border-radius:.25rem;
  padding-right:.5rem;
  padding-bottom:.3rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
        
      
      
  .dLmOlF {
    display:block;
  font-size:var(--font-size-sm);
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eeVdGQ {
    top:.5rem;
  color:var(--LightForeground, #FFFFFF);
  right:3rem;
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  z-index:2;
  position:absolute;
  align-items:center;
  border-color:var(--LightText, #80879d);
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--DarkText, #282D35);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eeVdGQ:hover {
    background-color:var(--LightText, #80879d);
  }
      


  .eeVdGQ {
    box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .frMeuE {
    padding-top:-;
  padding-left:-;
  border-radius:var(--Small);
  padding-right:-;
  padding-bottom:-;
  background-color:-;
  }
      

      
  .frMeuE:hover {
    background-color:var(--LightBG, #F9FAFB);
  }
      

        
      
      
  .bVNMrA {
    color:inherit;
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

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

      
        
      
      
  .rcblj {
    color:var(--LightText, #4A4F60);
  font-size:var(--font-size-xxs);
  font-family:inherit;
  }
      

      
        
      
      
  .cxShjS {
    color:var(--LightText, #80879d);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bIXjaM {
    color:var(--red-600, #DC2626);
  position:relative;
  }
      

      
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bDuORG {
    font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .elojcl {
    color:var(--LightForeground, #FFFFFF);
  font-size:var(--font-size-lg);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--LightText, #80879d);
  border-bottom-color:var(--LightForeground, #FFFFFF);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:var(--Small);
  border-top-right-radius:var(--Small);
  }
      

      
        
      
      
  .cyhdPM {
    gap:.25rem;
  flex:1;
  width:100%;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .fGaXya {
    display:flex;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .Ebehq {
    cursor:pointer;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eeWvhb {
    gap:.5rem;
  flex:3;
  height:auto;
  overflow-y:scroll;
  padding-top:1rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .dMhtoK {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eYRqxm {
    display:block;
  font-size:var(--font-size-sm);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bhIlCH {
    gap:.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dcNGlm {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  padding-bottom:8px;
  background-color:var(--grey-900, #171717);
  }
      

      
  .dcNGlm:hover {
    background-color:var(--grey-700, #404040);
  }
      

        
      
      
  .ehhwiz {
    top:o;
  left:o;
  right:o;
  width:100%;
  bottom:o;
  height:100%;
  position:absolute;
  border-color:var(--LightText, #80879d);
  border-style:solid;
  border-width:1px;
  border-radius:var(--Small);
  }
      

      
        
      
      
  .ydwin {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bRIFWI {
    display:block;
  font-size:var(--font-size-sm);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .bRIFWI.unassigned {
    color:var(--red-600, #DC2626);
  }
      

        
      
      
  .nXqen {
    color:#a0aec0;
  display:block;
  font-size:var(--font-size-xs);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .SVznV {
    gap:1rem;
  display:flex;
  padding-top:-;
  flex-direction:column;
  }
      

      
        
      
      
  .cSPXJn {
    gap:1rem;
  display:flex;
  padding-top:.5rem;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cSPXJn:hover {
    background-color:#F9FAFB;
  }
      

        
      
      
  .GQYcy {
    flex:1;
  position:relative;
  min-height:12rem;
  overflow-x:hidden;
  overflow-y:scroll;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  border-radius:var(--Small);
  }
      

      
        
      
      
  .cHiYjA {
    display:block;
  font-size:1.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dwlCmV {
    gap:1rem;
  width:100%;
  height:100%;
  overflow-y:scroll;
  border-radius:var(--Small);
  padding-bottom:1rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .dLyogV {
    gap:1rem;
  display:flex;
  padding-top:1rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:01px;
  padding-left:1rem;
  border-radius:.5rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .bLhXUY {
    color:var(--DarkText, #282D35);
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-sm);
  padding-top:.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
  .bLhXUY:hover {
    background-color:var(--LightBG, #F9FAFB);
  }
      

        
      
      
  .fyxVUZ {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .fyxVUZ.approved {
    padding-top:.25rem;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  padding-bottom:.25rem;
  background-color:var(--green-100, #D1FAE5);
  }
      


  .fyxVUZ.not_approved {
    padding-top:.25rem;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  padding-bottom:.25rem;
  background-color:var(--red-100, #FEE2E2);
  }
      

        
      
      
  .cpBzkE {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cTotEu {
    gap:.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dbtpok {
    width:100%;
  align-items:center;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:space-between;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .bJWQhc {
    gap:1rem;
  flex:1;
  display:flex;
  padding-top:1rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--LightForeground, #FFFFFF);
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .fwqCuQ {
    width:1.5rem;
  cursor:pointer;
  height:1.5rem;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

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

        
      
      
  .wthiI {
    gap:1rem;
  flex:1;
  display:flex;
  padding-top:1rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--LightForeground, #FFFFFF);
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .beivnw {
    gap:.5rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eTjahG {
    display:block;
  font-size:0.875rem;
  font-weight:500;
  padding-top:.5rem;
  border-color:var(--blue-200, #BFDBFE);
  border-style:solid;
  border-width:1px;
  padding-left:.5rem;
  border-radius:.375rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  background-color:var(--blue-50, #EFF6FF);
  }
      

      
        
      
      
  .fnUjRB {
    flex:1;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .dsRWow {
    gap:1rem;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .huiDP {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--LightBG, #F9FAFB);
  border-top-color:var(--LightBorder, #E3E3E3);
  border-top-style:solid;
  border-top-width:1px;
  border-left-color:var(--LightBorder, #E3E3E3);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--LightBorder, #E3E3E3);
  border-right-style:solid;
  border-right-width:1px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  }
      

      
        
      
      
  .fFgbdC {
    color:#1a202c;
  width:100%;
  cursor:pointer;
  height:2.5rem;
  display:block;
  z-index:1;
  font-size:0.875rem;
  appearance:none;
  padding-top:0.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:-;
  }
      

      
  .fFgbdC:focus {
    outline:none;
  box-shadow:0 0 0 1px var(--tw-ring-color);
  border-color:#1a202c;
  --tw-ring-color:#1a202c;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .ekUghN {
    top:0px;
  width:100%;
  height:3rem;
  z-index:2;
  position:sticky;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  background-color:var(--LightBG, #F9FAFB);
  border-bottom-color:var(--LightBorder, #E3E3E3);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-left-radius:var(--Small);
  border-top-right-radius:var(--Small);
  }
      

      
        
      
      
  .bHza-dz {
    gap:1rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dUMjFz {
    color:#fff;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  object-fit:;
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--blue-600, #2563EB);
  }
      

      
  .dUMjFz:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .bLtScl {
    gap:0.5rem;
  display:flex;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:0.5rem;
  padding-right:.5rem;
  flex-direction:column;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .fBaEfo {
    display:block;
  font-size:1rem;
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  .oFOwl {
    display:flex;
  position:relative;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  background-color:#fff;
  }
      

      
        
      
      
  .dQsXpB {
    width:100%;
  display:flex;
  position:relative;
  min-width:12rem;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:start;
  background-color:#fff;
  }
      

      
        
      
      
  .EtIPV {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .blseSa {
    gap:1rem;
  display:flex;
  padding-top:1rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:01px;
  padding-left:1rem;
  border-radius:.5rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:#fff;
  }
      

      
        
      
      
  .eVhPje {
    width:100%;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

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

        
      
      
  .bufdAr {
    color:#fff;
  cursor:pointer;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  background-color:var(--blue-600, #2563EB);
  }
      

      
  .bufdAr:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .wjUEo {
    flex:1;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dwHGuG {
    width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .dwHGuG:hover {
    background-color:#f7fafc;
  }
      

        
      
      
  .dakYmV {
    gap:.5rem;
  }
      

      
        
      
      
  .fjWDlG {
    gap:1rem;
  flex:1;
  display:flex;
  flex-wrap:wrap;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eNRCNS {
    display:block;
  font-size:var(--font-size-lg);
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bABOfZ {
    display:block;
  font-size:var(--font-size-xl);
  font-weight:600;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cDFVim {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .bwXlhB {
    display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eLHeDi {
    gap:.5rem;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dyhoaa {
    font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bJtcac {
    align-items:center;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bbotBb {
    flex:1;
  align-items:center;
  padding-top:.5rem;
  border-color:var(--LightBG, #F9FAFB);
  border-style:solid;
  border-width:2px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  justify-content:center;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
  .bbotBb:hover {
    border-color:var(--LightBG, #F9FAFB);
  border-style:solid;
  border-width:2px;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

        
      
      
  .UzCdK {
    color:var(--LightText, #80879d);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:center;
  font-weight:500;
  padding-top:-;
  padding-left:-;
  padding-right:-;
  flex-direction:row;
  padding-bottom:-;
  --tw-ring-color:#edf2f7;
  justify-content:center;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  background-color:-;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

      
  .UzCdK:hover {
    color:var(--DarkText, #282D35);
  }
      


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

        
      
      
  .ebGfAX {
    gap:.5rem;
  display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .bfgoxU {
    gap:1.5rem;
  width:100%;
  height:100vh;
  display:flex;
  align-items:start;
  margin-left:auto;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:start;
  }
      

      
        
      
      
  .cZMAPN {
    gap:.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bZXZmv {
    flex:1;
  padding-left:.5rem;
  padding-right:.5rem;
  }
      

      
        
      
      
  .uNxsc {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .eRVwdi {
    gap:.5rem;
  color:var(--LightText, #80879d);
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .eRVwdi:hover {
    color:var(--DarkText, #282D35);
  }
      

        
      
      
  .CEEhg {
    gap:.5rem;
  flex:1;
  padding-top:.5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:2px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .eOCxiJ {
    gap:1rem;
  color:var(--DarkText, #282D35);
  width:100%;
  align-items:center;
  padding-top:.5rem;
  border-radius:-;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:start;
  background-color:-;
  }
      

      
        
      
      
  .EQMJw {
    gap:1rem;
  width:100%;
  flex-direction:column;
  }
      

      
        
      
      
  .emPvEO {
    color:#1a202c;
  cursor:pointer;
  display:flex;
  font-size:0.875rem;
  box-shadow:0 0 0 1px var(--tw-ring-color);
  align-items:center;
  font-weight:500;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  --tw-ring-color:#edf2f7;
  justify-content:center;
  --tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  background-color:#fff;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

      
  .emPvEO:hover {
    background-color:#F9FAFB;
  }
      


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

        
      
      
  .hSdBl {
    gap:1rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cfnTvL {
    gap:.1rem;
  flex:1;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .cFBWkk {
    flex:1;
  left:0px;
  right:0px;
  height:4rem;
  display:flex;
  z-index:10;
  position:absolute;
  align-items:center;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dhBpTy {
    padding-top:-;
  padding-left:-;
  border-radius:var(--Small);
  padding-right:-;
  padding-bottom:-;
  background-color:-;
  }
      

      
  .dhBpTy:hover {
    background-color:var(--LightForeground, #FFFFFF);
  }
      

        
      
      
  .ka-dST {
    align-items:center;
  padding-left:var(--Small);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cRzZvc {
    color:var(--DarkText, #282D35);
  width:auto;
  height:auto;
  font-size:0.75rem;
  box-shadow:0px 0px 0px 1px -;
  padding-top:.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

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

        
      
      
  .fxmQzE {
    top:.5rem;
  color:var(--LightForeground, #FFFFFF);
  right:.5rem;
  width:2rem;
  cursor:pointer;
  height:2rem;
  display:flex;
  z-index:2;
  position:absolute;
  align-items:center;
  border-color:var(--LightText, #80879d);
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  background-color:var(--DarkText, #282D35);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .fxmQzE:hover {
    background-color:var(--LightText, #80879d);
  }
      


  .fxmQzE {
    box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .bXpmvm {
    width:100%;
  height:1rem;
  background-color:var(--LightBG, #F9FAFB);
  border-top-color:var(--LightForeground, #FFFFFF);
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-left-radius:var(--Small);
  border-bottom-right-radius:var(--Small);
  }
      

      
        
      
      
  .dQTRDh {
    top:10rem;
  right:2rem;
  height:calc(100vh - 12rem);
  position:absolute;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  border-radius:var(--Small);
  }
      

      
        
      
      
  .btrpeh {
    color:var(--grey-300, #D4D4D4);
  }
      

      
        
      
      
  .dgnroz {
    gap:.5rem;
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .dgnroz:hover {
    color:var(--LightText, #80879d);
  }
      

        
      
      
  .brJTsY {
    gap:.25rem;
  flex:1;
  display:flex;
  padding-top:.5rem;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  flex-direction:column;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .crdCar {
    gap:1rem;
  width:100%;
  height:100%;
  position:relative;
  overflow-y:scroll;
  align-items:start;
  padding-top:5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--Small);
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--LightForeground, #FFFFFF);
  }
      

      
        
      
      
  .fsqznS {
    width:1rem;
  height:1rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fSxsV {
    gap:.25rem;
  flex:1;
  align-items:start;
  padding-top:.5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:2px;
  padding-left:.5rem;
  border-radius:-;
  padding-right:.5rem;
  padding-bottom:.5rem;
  justify-content:start;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .XvPeu {
    color:var(--LightText, #80879d);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:400;
  }
      

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

      
        
      
      
  .cvBBUB {
    gap:.1rem;
  flex:1;
  width:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .dqmegF {
    gap:-;
  top:4rem;
  width:calc(100% - 2rem);
  z-index:11;
  position:fixed;
  min-height:4.76rem;
  margin-left:calc(-1rem - 1px);
  padding-top:.5rem;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  border-top-left-radius:var(--Small);
  border-top-right-radius:var(--Small);
  }
      

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

      
        
      
      
  .frMWit {
    color:var(--LightText, #4A4F60);
  font-size:var(--font-size-xs);
  font-family:inherit;
  }
      

      
        
      
      
  .eekMhf {
    color:#fff;
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.375rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:var(--blue-500, #3B82F6);
  }
      

      
  .eekMhf:hover {
    background-color:var(--blue-700, #1D4ED8);
  }
      


  .eekMhf:focus {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  --tw-ring-color:#cbd5e0;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  .MuuKX {
    top:10rem;
  right:2rem;
  height:calc(100vh - 12rem);
  position:absolute;
  border-color:var(--LightBorder, #E3E3E3);
  border-style:solid;
  border-width:1px;
  border-radius:var(--Small);
  }
      

      
  .MuuKX.fullView {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  height:100%;
  z-index:12;
  position:absolute;
  }
      

        
      
      
  .dFItAi {
    gap:.25rem;
  flex:1;
  padding-top:.5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:2px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .cWGLur {
    top:0px;
  color:var(--red-500, #EF4444);
  right:0px;
  width:fit-content;
  cursor:pointer;
  position:relative;
  padding-top:var(--Small);
  padding-left:var(--Small);
  border-radius:var(--Small);
  padding-right:var(--Small);
  padding-bottom:4px;
  }
      

      
  .cWGLur:hover {
    color:var(--red-700, #B91C1C);
  background-color:-;
  }
      

        
      
      
  .PeDzA {
    flex:1;
  cursor:pointer;
  align-items:start;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:2px;
  padding-left:var(--Small);
  border-radius:-;
  padding-right:var(--Small);
  justify-content:center;
  border-left-color:var(--LightBG, #F9FAFB);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
  .PeDzA:hover {
    background-color:var(--LightBG, #F9FAFB);
  }
      

        
      
      
  .dkibHH {
    color:var(--DarkText, #282D35);
  }
      

      
        
      
      
  .mszXn {
    top:0px;
  right:0px;
  width:.5rem;
  bottom:0px;
  height:100%;
  position:absolute;
  background-color:var(--red-500, #EF4444);
  border-top-right-radius:var(--Small);
  border-bottom-right-radius:var(--Small);
  }
      

      
        
      
      
  .wNvLw {
    gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dNeiWe {
    width:100%;
  min-height:100%;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .eJJMHL {
    color:var(--LightForeground, #FFFFFF);
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:center;
  padding-top:0.3rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:.25rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.3rem;
  justify-content:center;
  background-color:var(--red-500, #EF4444);
  }
      

      
  .eJJMHL:hover {
    background-color:var(--DarkText, #282D35);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eKIrCV {
    gap:.5rem;
  flex:1;
  padding-top:.5rem;
  border-color:var(--LightForeground, #FFFFFF);
  border-style:solid;
  border-width:2px;
  padding-left:.5rem;
  border-radius:var(--Small);
  padding-right:.5rem;
  padding-bottom:.5rem;
  background-color:var(--LightBG, #F9FAFB);
  }
      

      
        
      
      
  .exypCz {
    width:100%;
  }
      

      
        
      