
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--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-geist: 'Geist',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 */
    
    /* 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;
    }
  }
}


    .eDWrdE {
      flex:1;
      width:100%;
      height:100%;
      max-height:100%;
      font-family:Inter;
      flex-direction:row;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 470px) {

    .eDWrdE {
      width:100%;
    }
    }

    .NxoVY {
      color:var(--grey-400, #A3A3A3);
      cursor:pointer;
    }

    .NxoVY:hover {
      color:#00aa5b;
    }

    .bjafsB {
      width:32px;
      height:32px;
      box-shadow:-1px 0px 8px 0px #87878738;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
      outline-color:#ffffff;
      outline-style:solid;
      outline-width:2px;
    }

    .cTQrBk {
      gap:5px;
      align-items:start;
      justify-content:end;
      background-color:var(--white, #ffffff);
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .bWQIGQ {
      flex:1;
      row-gap:15px;
      background: #fbfbfe;
      column-gap:15px;
      max-height:100%;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    @media (max-width: 470px) {

    .bWQIGQ {
      width:100%;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }
    }

    .byamyi {
      color:var(--yellow-700, #B45309);
      font-size:10px;
      font-family:inherit;
      font-weight:600;
    }

    .eNoFFW {
      width:200px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .bFQFvA {
      gap:11px;
      color:var(--grey-600, #525252);
      width:120px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .cTsdAi {
      color:var(--grey-900, #171717);
      font-size:14px;
      font-family:inherit;
      font-weight:600;
    }

    .exfeYH {
      color:var(--grey-700, #404040);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
    }

    .crmA-DH {
      width:100%;
      height:45px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:start;
    }

    .dlLRIY {
      gap:2px;
      width:255px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .bzAsrO {
      gap:11px;
      color:var(--grey-600, #525252);
      width:104px;
      cursor:pointer;
      font-size:13px;
      align-items:center;
      font-weight:600;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bcNDnq {
      color:var(--grey-500);
      cursor:pointer;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .bcNDnq.active {
      color:black;
      background: var(--grey-100);
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .FOFDH {
      width:120px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .dCRNLu {
      width:43px;
      height:43px;
      object-fit:cover;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:8px;
    }

    .eRkJVv {
      width:100%;
      height:45px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .eBAUmI {
      gap:11px;
      color:var(--grey-600, #525252);
      width:300px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .fDNuEG {
      flex:1;
      width:145px;
      height:60px;
      align-items:end;
      padding-right:12px;
      justify-content:center;
    }

    .fvHlBq {
      width:100%;
      font-size:13px;
      align-items:start;
      font-weight:600;
      justify-content:center;
    }

    .drTMhA {
      color:var(--grey-600, #525252);
      width:150px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .ffUZBJ {
      height:40px;
      overflow-x:clip;
      overflow-y:clip;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
    }

    .bTYCdJ {
      font-size:13px;
      font-family:inherit;
      font-weight:500;
    }

    .dyBpBC {
      gap:2px;
      width:257px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .eJDwSa {
      width:100%;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .dTTfoh {
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
    }

    .fqzCMw {
      width:150px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .eyTNks {
      gap:11px;
      color:var(--grey-600, #525252);
      width:275px;
      height:45px;
      font-size:13px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .Mrqbu {
      gap:2px;
      align-items:center;
      padding-top:6px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:7px;
      border-radius:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:#fbfbfe;
    }

    .Mrqbu.pro {
      color:var(--yellow-700, #B45309);
      border-color:var(--yellow-700, #B45309);
      border-style:solid;
      border-width:0.5px;
      background-color:#fbc97480;
    }

    .XIPoi {
      width:100%;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:start;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:start;
      background-color:#ffffff;
    }

    .fkovVr {
      gap:11px;
      color:var(--grey-600, #525252);
      width:200px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .bFvGPl {
      width:100%;
      height:60px;
      align-items:center;
      padding-left:10px;
      flex-direction:row;
      justify-content:start;
    }

    .bAnEAQ {
      gap:15px;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bZebip {
      gap:2px;
      width:100%;
      flex-direction:column;
    }

    .kNXhr {
      gap:11px;
      color:var(--grey-600, #525252);
      width:255px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .eiEpaF {
      gap:8px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .UXxij {
      width:43px;
      height:43px;
    }

    .bTWMCW {
      width:100%;
      height:40px;
      overflow-x:clip;
      overflow-y:clip;
      flex-direction:row;
    }

    .cubwxz {
      gap:8px;
      color:var(--grey-700, #404040);
      width:100%;
      cursor:pointer;
      font-size:14px;
      align-items:center;
      font-family:'Geist';
      padding-top:8px;
      padding-left:9px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    .cubwxz.active {
      box-shadow:1px 4px 8px 0px #b8b8b817;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      background-color:#ffffff;
    }

    .gwysh {
      gap:11px;
      color:var(--grey-600, #525252);
      width:145px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .fmcHfw {
      gap:11px;
      color:var(--grey-600, #525252);
      width:250px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .iYxUN {
      width:250px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .eyOoPI {
      width:145px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .dIlZUB {
      color:var(--grey-600, #525252);
      width:274px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .ehRDXR {
      gap:2px;
      width:250px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .cIXLAt {
      gap:2px;
      width:232px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .dqZjTG {
      gap:2px;
      flex:1;
      height:100%;
      align-items:center;
      padding-left:12px;
      flex-direction:row;
      justify-content:space-between;
    }

    .bTBEEz {
      height:58px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .eEjCjP {
      gap:8px;
      color:var(--grey-700, #404040);
      width:100%;
      cursor:pointer;
      font-size:14px;
      background: #fbfbfe;
      align-items:center;
      font-family:'Geist';
      padding-top:6px;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1px;
      padding-left:9px;
      margin-bottom:15px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .fxyGik {
      height:45px;
      display:flex;
      background: white;
      align-items:center;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:space-between;
      border-top-color:var(--grey-300);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    @media (min-width: 470px) {

    .fxyGik {
      display:none;
    }
    }

    .ffaLai {
      flex:1;
      overflow-y:auto;
    }

    @media (max-width: 470px) {

    .ffaLai {
      width:100%;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }
    }

    .ciYQBB {
      flex:1;
      color:var(--grey-600, #525252);
      font-size:15px;
      overflow-y:auto;
      font-family:'Inter Tight';
      padding-top:12px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:12px;
    }

    .bYDKer {
      gap:8px;
      color:var(--grey-700, #404040);
      width:100%;
      cursor:pointer;
      font-size:14px;
      align-items:center;
      font-family:'Geist';
      padding-top:8px;
      padding-left:9px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    .bYDKer.analytics {
      box-shadow:1px 4px 8px 0px #b8b8b817;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      background-color:#ffffff;
    }

    .fDNGjQ {
      flex:1;
      background-color:#fbfbfe;
    }

    @media (max-width: 470px) {

    .fDNGjQ {
      width:100%;
    }
    }

    .cqIrpU {
      gap:5px;
      color:var(--grey-800, #262626);
      display:flex;
      font-size:15px;
      align-items:center;
      font-family:'Geist';
      font-weight:500;
      flex-direction:row;
      justify-content:start;
    }

    .cHkPBU {
      top:7px;
      left:-2px;
      color:#ffffff;
      position:absolute;
      font-size:11px;
      background: #00aa5b;
      font-family:inherit;
      font-weight:500;
      padding-top:2px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:2px;
      border-top-left-radius:99px;
      border-top-right-radius:99px;
      border-bottom-left-radius:99px;
      border-bottom-right-radius:99px;
    }

    .dBifdU {
      object-fit:cover;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .cBhOsf {
      gap:11px;
      color:var(--grey-600, #525252);
      width:345px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .cPNibc {
      flex:1  ;
      color:var(--grey-600, #525252);
      width:150px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .bFFvUH {
      gap:2px;
      width:302px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .dDOPam {
      flex:1  ;
      width:150px;
      height:60px;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cPYFIs {
      gap:2px;
      width:200px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .bMgUOe {
      width:100%;
      height:58px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

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

    .cXhIFP {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      background: rgba(0, 0, 0, 0.4);
      max-height:100%;
      align-items:center;
      font-family:Inter;
      backdrop-filter:blur(10px);;
      justify-content:center;
    }

    .dwgeKI {
      background: white;
      max-height:600px;
      min-height:300px;
      overflow-x:clip;
      overflow-y:auto;
      border-top-color:var(--grey-300);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .ciCkpG {
      flex:1;
      color:var(--grey-900, #171717);
      height:45px;
      font-size:16px;
      font-weight:500;
      padding-left:12px;
      padding-right:12px;
    }

    .dObFLQ {
      color:var(--grey-700);
    }

    .eRlMGX {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:100%;
      font-size:16px;
      background: #00aa5b;
      align-items:center;
      font-family:Geist;
      border-radius:12px;
      justify-content:center;
    }

    .vHtEN {
      flex:1  ;
      color:black;
      display:flex;
      row-gap:15px;
      background:;
      column-gap:15px;
      align-items:center;
      padding-top:35px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:35px;
      justify-content:center;
    }

    .eQxTDP {
      display:flex;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .eAQBOa {
      flex:1  ;
      height:42px;
      align-items:center;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
    }

    .dDGJTX {
      color:var(--grey-500, #737373);
      cursor:pointer;
      padding-top:5px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:25px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:#e5e5e563;
    }

    .bxknRl {
      width:100%;
      font-size:14px;
      font-style:italic;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
    }

    .dweZJC {
      width:600px;
      overflow-x:clip;
      overflow-y:clip;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:15px;
      background-color:#fbfbfe;
    }

    .dlRPRd {
      display:flex;
      font-size:16px;
      background: white;
      align-items:center;
      font-family:'Inter';
      font-weight:700;
      padding-top:12px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .drNCxb {
      cursor:pointer;
      background: #fbfbfe;
      padding-top:7px;
      padding-left:7px;
      padding-right:7px;
      flex-direction:row;
      padding-bottom:7px;
      border-bottom-color:var(--grey-300);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .drNCxb:hover {
      background: whitesmoke;
    }

    .YOyrx {
      width:100px;
      height:42px;
      padding-left:5px;
      padding-right:5px;
    }

    .rgIbj {
      width:var(--sidebarCollapse);
      height:100%;
      transition:width 300ms ease 0ms ;
      font-family:'Inter';
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    @media (max-width: 470px) {

    .rgIbj {
      display:none;
    }
    }

    .ckKhAs {
      gap:2px;
      width:100%;
      height:18px;
      overflow-x:hidden;
      overflow-y:hidden;
      flex-direction:column;
    }

    .dPhSME {
      gap:2px;
      align-items:center;
      padding-top:6px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:7px;
      border-radius:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:#fbfbfe;
    }

    .dPhSME.processing {
      color:var(--yellow-700, #B45309);
      border-color:var(--yellow-700, #B45309);
      border-style:solid;
      border-width:0.5px;
      background-color:#fbc97480;
    }

    .dPhSME.failed {
      color:var(--red-800);
    }

    .evLCle {
      gap:2px;
      align-items:center;
      padding-top:6px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:7px;
      border-radius:8px;
      padding-right:7px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:#fbfbfe;
    }

    .cNuYZS {
      color:var(--grey-700, #404040);
      font-size:13px;
      font-family:inherit;
      font-weight:500;
    }

    .eiGGTN {
      gap:11px;
      color:var(--grey-600, #525252);
      width:150px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .cOqqnR {
      gap:11px;
      color:var(--grey-600, #525252);
      width:275px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .sVdBj {
      gap:5px;
      width:145px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .tREjz {
      color:var(--grey-700, #404040);
      width:50%;
      cursor:pointer;
      display:flex;
      row-gap:4px;
      font-size:14px;
      column-gap:4px;
      align-items:center;
      font-family:'Geist';
      padding-top:8px;
      padding-left:9px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .tREjz.active {
      box-shadow:1px 4px 8px 0px #b8b8b817;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      background-color:#ffffff;
    }

    .bqFXHS {
      gap:11px;
      color:var(--grey-600, #525252);
      width:100px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .bVBYQg {
      gap:11px;
      color:var(--grey-600, #525252);
      width:232px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .mzsBT {
      width:100px;
      height:60px;
      align-items:start;
      justify-content:center;
    }

    .aSjWd {
      gap:11px;
      color:var(--grey-600, #525252);
      width:165px;
      height:45px;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .eJScvl {
      gap:2px;
      width:165px;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:start;
      padding-top:5px;
      padding-bottom:5px;
      justify-content:center;
    }

    @media (min-width: 470px) {

    .bLa-dyA {
      display:none;
    }
    }