
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --bg-light: #ffffff;
--text-dark: var(--bg-dark);
--border-light: #e8e8e8;
--bg-dark: #141414;
--text-light: var(--bg-light);
--button-bg-dark: #777777;
--button-bg-light: #e5e5e5;
--button-border-light: #f0f0f0;
--bridge-blue: #438EFF;
--monstera: #2C6E49;
--coral: #F28C8C;
--sagegrey: #DCE2D9;
--charcoal: #1B1B1B;
--dark-forrest: #1A3C34;
--sand: #EADDC5;
--lilium-orange: #F87524;
--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;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-monasans: 'Mona Sans',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;
    }
  }
}


    .bRKOSq {
      width:100%;
      display:flex;
      background:#fafafa;
      max-height:100svh;
      min-height:100svh;
      overflow-x:hidden;
      overflow-y:clip;
      align-items:center;
      font-family:Mona Sans;
      flex-direction:column;
      justify-content:flex-start;
    }

    .bkqnbL {
      gap:24px;
      width:100%;
      display:flex;
      max-width:54rem;
      background:var(--bg-light);
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      border-bottom-color:var(--border-light);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bgAnqt {
      color:#FFFFFF;
      width:40px;
      height:40px;
      display:flex;
      font-size:16px;
      background:var(--bg-dark);
      align-items:center;
      font-weight:600;
      border-radius:50%;
      justify-content:center;
    }

    .TmkyQ {
      gap:12px;
      cursor:pointer;
      display:flex;
      position:relative;
      align-items:center;
      flex-direction:row;
    }

    .dmUOjd {
      gap:16px;
      display:flex;
      position:relative;
      align-items:center;
      flex-direction:row;
    }

    .fPEQi {
      top:50px;
      right:0px;
      border:1px solid #E5E7EB;
      padding:8px;
      z-index:999;
      position:absolute;
      min-width:180px;
      background:#FFFFFF;
      box-shadow:0 4px 12px rgba(0,0,0,0.1);
      border-radius:8px;
    }

    .bzAHav {
      color:#6B7280;
      padding:10px 12px;
      font-size:14px;
      border-bottom:1px solid #E5E7EB;
      margin-bottom:.5rem;
    }

    .dURiUS {
      width:100%;
      display:flex;
      z-index:10;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .eUcmSg {
      color:var(--text-dark);
      width:100%;
      cursor:pointer;
      padding:10px 12px;
      font-size:14px;
      background:transparent;
      text-align:left;
      transition:background 0.2s;
      border-radius:6px;
    }

    .eUcmSg:hover {
      background:#fafafa;
    }

    .eFTuEN {
      gap:12px;
      display:flex;
      font-size:medium;
      align-items:center;
      font-family:"Mona Sans";
      font-weight:normal;
      flex-direction:row;
    }

    .TDQtf {
      color:white;
      font-size:small;
      writing-mode:vertical-rl;
    }

    .cpqIZf {
      display:inline;
      font-size:large;
      text-align:center;
      font-family:"Mona Sans";
      font-weight:inherit;
      line-height:1.0;
    }

    .eYmNUS {
      width:100%;
      height:100%;
      opacity:1;
      position:absolute;
      max-height:100%;
      overflow-x:clip;
      overflow-y:scroll;
      transition:all 300ms ease;
      font-family:inherit;
      padding-top:4rem;
      padding-left:.5rem;
      padding-right:.5rem;
      border-left-color:var(--border-light);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--border-light);
      border-right-style:solid;
      border-right-width:1px;
    }

    .eYmNUS.hide {
      opacity:0;
      translate:100% 0 0;
    }

    .cPkAjP {
      display:flex;
      align-items:center;
      margin-bottom:1rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .dHGdhh {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      object-fit:cover;
      align-items:center;
    }

    .fngAQY {
      color:#EF4444;
      width:100%;
      cursor:pointer;
      padding:10px 12px;
      font-size:14px;
      background:transparent;
      text-align:left;
      transition:background 0.2s;
      border-radius:6px;
    }

    .fngAQY:hover {
      background:#FEF2F2;
    }

    .cnnRTL {
      color:var(--text-dark);
      margin:0px;
      font-size:x-large;
      font-family:"Mona Sans";
      line-height:1.0;
    }

    .bIZDCC {
      cursor:pointer;
      display:flex;
      position:relative;
      background:#383838;
      align-items:flex-start;
      padding-top:1rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .eaccTG {
      flex:1;
      background:var(--bg-light);
    }

    .eZHllb {
      width:1.5rem;
      height:1.5rem;
      background:var(--bg-dark);
      transition:all 300ms ease;
      margin-left:0%;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .eZHllb.active {
      background:var(--bridge-blue);
      margin-left:auto;
    }

    .cmRpVB {
      flex:1;
      color:var(--text-light);
      cursor:pointer;
      display:flex;
      font-size:small;
      background:black;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dXxTJX {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:10;
      position:absolute;
      background:#00000040;
      align-items:center;
      backdrop-filter:blur(5px);
      justify-content:center;
    }

    .eGySbD {
      height:100%;
      overflow-y:visible;
      font-family:Mona Sans;
    }

    .dGPPNC {
      flex:1;
      font-family:inherit;
    }

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

    .fpVUIZ {
      font-family:inherit;
    }

    .Donate-Page---Edit\:9k2zd4lFln94FQYKg5zu6 {
      flex:1;
      font-size:1rem;
      margin-top:1rem;
    }

    .dsttht {
      flex:1;
      color:var(--text-light);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:small;
      background:black;
      column-gap:.5rem;
      text-align:center;
      transition:background 300ms ease;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dsttht.editing {
      background:var(--bridge-blue);
    }

    .biYCzn {
      display:flex;
      row-gap:.25rem;
      font-size:medium;
      column-gap:.25rem;
      margin-top:0.25rem;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      line-height:1.0;
      padding-left:.25rem;
      padding-right:.25rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .biYCzn:focus {
      color:var(--bridge-blue);
    }

    .ppCpx {
      color:var(--bridge-blue);
    }

    .bfTPQa {
      width:100%;
      bottom:1rem;
      height:3rem;
      display:flex;
      z-index:100;
      position:fixed;
      align-items:center;
      justify-content:center;
    }

    .dkqQrj {
      right:1rem;
      bottom:1rem;
      display:flex;
      row-gap:.5rem;
      z-index:12;
      position:absolute;
      column-gap:.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .emiThY {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .PJEzU {
      flex:1;
      color:var(--text-dark);
      cursor:pointer;
      display:flex;
      font-size:small;
      background:var(--bg-light);
      text-align:center;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .jYAX {
      display:flex;
      row-gap:.5rem;
      flex-wrap:wrap;
      background:#fafafa;
      column-gap:.5rem;
      margin-top:1.5rem;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      padding-left:.5rem;
      margin-bottom:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:flex-start;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .jYAX.editing {
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .dKZowU {
      width:100%;
      background:white;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
      border-top-left-radius:.5rem;
      border-top-right-radius:.5rem;
      border-bottom-left-radius:.5rem;
      border-bottom-right-radius:.5rem;
    }

    .eTkkuP {
      width:100%;
      bottom:0px;
      height:30%;
      z-index:2;
      position:absolute;
      mask-image:linear-gradient(to top, black, transparent);
      backdrop-filter:blur(1px);
    }

    .fcNEqH {
      flex:1;
      color:var(--text-dark);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:small;
      background:var(--bg-light);
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .eITvEN {
      color:var(--text-dark);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:small;
      background:var(--bg-light);
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .bnlWig {
      font-size:xxx-large;
      font-family:"Mona Sans";
      line-height:1.0;
      margin-bottom:.5rem;
    }

    .bnlWig:focus {
      color:var(--bridge-blue);
    }

    .bnlWig:focus-visible {
      border-style:none;
      border-width:1px;
    }

    .fHmmEn {
      color:var(--text-dark);
      width:3rem;
      cursor:pointer;
      height:1.5rem;
      font-size:small;
      background:#919191;
      transition:all 300ms ease;
      align-items:stretch;
      font-family:inherit;
      justify-content:start;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .fHmmEn.active {
      background:#cce0ff;
    }

    .drjfAq {
      z-index:10;
      position:relative;
      font-family:Mona Sans;
      padding-top:2rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:2rem;
    }

    .dgPgiN {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:11;
      position:absolute;
      object-fit:cover;
    }

    .bBVycg {
      display:flex;
      row-gap:1rem;
      z-index:50;
      position:relative;
      flex-wrap:wrap;
      background:#ffffff1a;
      column-gap:1rem;
      align-items:flex-start;
      padding-top:.5rem;
      padding-left:.5rem;
      margin-bottom:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:.5rem;
      backdrop-filter:blur(5px);
      justify-content:flex-start;
      border-bottom-color:var(--border-light);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

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

    .cEEBIZ {
      color:white;
      display:flex;
      row-gap:.5rem;
      font-size:inherit;
      background:var(--bridge-blue);
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dwQxfo {
      font-family:Mona Sans;
    }

    .ePcGfu {
      height:100%;
      font-family:inherit;
    }

    .Donate-Page---Edit\:owjfGY74VFqbryO7XbEnK {
      padding-left:.5rem;
      padding-right:.5rem;
    }

    .cZxGKw {
      display:none;
      z-index:10;
    }

    .bDjAuh {
      color:var(--text-light);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:small;
      background:var(--bridge-blue);
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .drMcJn {
      width:100%;
      z-index:1;
      object-fit:cover;
      aspect-ratio:16/9;
    }

    .Dashboard\:AIQdtJnw2DaUr9gJs5J2P {
      width:100%;
      max-width:450px;
      margin-top:,5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      margin-left:0.25rem;
      border-color:var(--border-light);
      border-style:solid;
      border-width:1px;
      margin-right:0.25rem;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .dutrdA {
      font-family:inherit;
      padding-top:2rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:2rem;
    }

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

    .dIHPYy {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100%;
      height:4rem;
      z-index:10;
      position:absolute;
      padding-top:1rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      border-bottom-color:var(--border-light);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dIzxq {
      cursor:pointer;
      display:flex;
      row-gap:.25rem;
      font-size:small;
      background:white;
      column-gap:.25rem;
      transition:all 500ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0.25rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dIzxq.copied {
      background:var(--bridge-blue);
    }

    .wMbAG {
      row-gap:.5rem;
      flex-wrap:wrap;
      column-gap:.5rem;
      margin-top:1rem;
      flex-direction:row;
    }

    .evjLeR {
      flex:1;
      height:100%;
      display:flex;
      max-width:100%;
      overflow-x:clip;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dRUrVX {
      gap:1rem;
      display:flex;
      background:white;
      font-family:Mona Sans;
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:2rem;
    }

    .euCiRH {
      color:var(--grey-600);
    }

    .cwJzbs {
      display:flex;
      row-gap:1rem;
      transform:[object Object];
      column-gap:1rem;
      transition:transform 0.3s ease;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bhmRiJ {
      border:1px solid var(--border-light);
      display:flex;
      overflow:hidden;
      background:var(--bg-light);
      font-family:inherit;
      flex-direction:column;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .bhmRiJ:hover {
      border-color:var(--grey-300);
    }

    .cNHufR {
      gap:0.5rem;
      color:var(--text-dark);
      display:flex;
      font-size:1.125rem;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .bDViEV {
      gap:0.75rem;
      display:flex;
      font-family:inherit;
      flex-direction:column;
    }

    .XRfMS {
      gap:0.5rem;
      display:flex;
      font-family:inherit;
      flex-direction:row;
    }

    .bVmFMt {
      cursor:pointer;
      display:flex;
      padding:1rem 1.5rem;
      background:transparent;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .bVmFMt:hover {
      background:var(--grey-50);
    }

    .bwJcgf {
      gap:0.75rem;
      display:flex;
      background:var(--grey-50);
      border-top:1px solid var(--border-light);
      font-family:inherit;
      padding-top:1rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
    }

    .dkDdju {
      color:var(--text-dark);
      font-family:inherit;
      font-weight:600;
    }

    .ecGAnh {
      color:inherit;
      font-family:inherit;
    }

    .dQwvPX {
      width:2rem;
      height:2rem;
      display:flex;
      font-size:small;
      align-items:center;
      font-family:inherit;
      border-color:var(--border-light);
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dQwvPX.selected {
      color:white;
      background:var(--bridge-blue);
    }

    .byGiLx {
      padding-top:.5rem;
      border-color:var(--border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

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

    .cMUwPG {
      color:var(--grey-900);
    }

    .emlava {
      display:flex;
      row-gap:.5rem;
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .flIBbJ {
      row-gap:.5rem;
      column-gap:.5rem;
      font-family:inherit;
    }

    .eeuvci {
      width:100%;
      display:flex;
      row-gap:.5rem;
      min-width:100%;
      translate:0% 0 0;
      column-gap:.5rem;
      transition:all 300ms ease;
      align-items:flex-start;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .cRqudf {
      display:inline;
      z-index:10;
      font-size:small;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .eOdMQD {
      width:100%;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .eYfFRh {
      display:flex;
      position:relative;
      min-width:10rem;
      flex-direction:column;
    }

    .fydZon {
      display:flex;
      background:white;
      align-items:flex-start;
      font-family:Mona Sans;
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .ecIMQP {
      border:1px solid var(--border-light);
      padding:0.5rem;
      font-size:var(--font-size-base);
      font-family:inherit;
      border-radius:4px;
    }

    .eyheLe {
      color:var(--text-dark);
      font-size:small;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .fxEUbL {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      font-family:inherit;
      flex-direction:column;
    }

    .bXeNRI {
      color:var(--text-light);
      border:none;
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:small;
      background:var(--bridge-blue);
      column-gap:.5rem;
      align-items:center;
      line-height:1;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

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

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

    .beWzmv {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:start;
      font-family:inherit;
      padding-top:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      border-top-color:var(--border-light);
      border-top-style:solid;
      border-top-width:1px;
    }

    .eKqJoF {
      width:1rem;
      height:1rem;
    }

    .eya-dEY {
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      flex-direction:column;
    }

    .XmgGJ {
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      font-family:inherit;
      flex-direction:column;
    }

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

    .ehwUPV {
      max-width:100%;
    }

    .cEEFGe {
      color:#000000;
      font-size:medium;
      background:#ffadad;
      font-family:inherit;
      line-height:.5;
      padding-left:0.25rem;
      padding-right:0.25rem;
    }

    .cEEFGe.enabled {
      background:#b8ffbe;
    }

    .bRlwzC {
      font-size:small;
      font-family:"Mona Sans";
    }

    .eNmbPI {
      color:var(--text-light);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      z-index:2;
      font-size:inherit;
      background:var(--bridge-blue);
      column-gap:.5rem;
      transition:background 300ms ease;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--button-bg-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .eNmbPI:hover {
      background:#0057db;
    }

    .eFGMfi {
      color:#000000;
      font-size:medium;
      background:#ffadad;
      font-family:inherit;
      line-height:.5;
      padding-left:.25rem;
      padding-right:.25rem;
    }

    .eFGMfi.enabled {
      background:#b8ffbe;
    }

    .eCzAKG {
      gap:8px;
      color:var(--text-dark);
      border:1px solid var(--border-light);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      z-index:2;
      font-size:small;
      background:var(--bg-light);
      column-gap:.5rem;
      transition:background 300ms ease;
      align-items:center;
      font-family:"Mona Sans";
      padding-top:0.5rem;
      border-color:var(--button-bg-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:8px;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dQOtWg {
      display:inline;
      font-size:x-small;
      font-family:inherit;
      font-weight:inherit;
    }

    .cIueKk {
      gap:8px;
      color:var(--text-dark);
      border:1px solid var(--border-light);
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      z-index:2;
      font-size:small;
      background:var(--bg-light);
      column-gap:.5rem;
      transition:background 300ms ease;
      align-items:center;
      font-family:"Mona Sans";
      padding-top:0.5rem;
      border-color:var(--button-bg-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:8px;
      padding-right:.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .dtSqWm {
      gap:0.5rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .dPuUOR {
      display:flex;
      align-items:flex-start;
      font-family:Mona Sans;
      justify-content:flex-start;
    }

    .bStpBJ {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:column;
      justify-content:flex-start;
    }

    .DVVyb {
      width:100%;
      display:flex;
      max-width:500px;
      font-family:inherit;
      flex-direction:column;
    }

    .bmLBsJ {
      color:var(--text-dark);
      margin:0px;
      font-size:x-large;
      font-family:inherit;
    }

    .ffOgnS {
      font-size:1rem;
      min-width:100%;
      background:white;
      transition:border-color 0.2s;
      font-family:inherit;
      padding-top:.5rem;
      border-color:var(--border-light);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .ffOgnS:focus {
      outline:none;
      border-color:var(--bridge-blue);
    }

    .cMOBer {
      color:#FAF9F6;
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      font-size:medium;
      background:var(--bridge-blue);
      column-gap:.5rem;
      transition:all 0.2s;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .Dashboard\:eS3z6hhGY79HhHf3Q94su {
      width:100%;
    }

    .cxyRVS {
      cursor:pointer;
      display:flex;
      opacity:.5;
      position:relative;
      background:#383838;
      align-items:flex-start;
      padding-top:1rem;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .cahTqw {
      flex:1;
      width:100%;
      max-width:35rem;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .ehyRKW {
      height:;
      row-gap:1rem;
      column-gap:1rem;
      font-family:inherit;
    }

    .cIuhbH {
      flex:1;
      width:100%;
      height:100%;
      display:grid;
      grid-gap:.5rem;
      min-width:100%;
      transition:all 300ms ease;
      padding-top:1rem;
      padding-left:.5rem;
      grid-template:auto auto / 1fr 1fr;
      padding-right:.5rem;
      padding-bottom:1rem;
    }

    .cIuhbH.hide {
      opacity:0;
      translate:-100% 0 0;
    }

    .eTUPSk {
      cursor:pointer;
      display:flex;
      row-gap:.25rem;
      font-size:small;
      background:white;
      column-gap:.25rem;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0.25rem;
      border-color:var(--button-border-light);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .zybdN {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:777;
      position:absolute;
      background:var(--bg-light);
      align-items:flex-start;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:flex-start;
    }