
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --dark-color-primary-50: #133D57;
--dark-color-primary-100: #15527A;
--dark-color-primary-200: #135D8A;
--dark-color-primary-300: #126DA6;
--dark-color-primary-400: #1689CC;
--dark-color-primary-500: #119EE2;
--dark-color-primary-600: #27BAFD;
--dark-color-primary-700: #69D0FF;
--dark-color-primary-800: #A6E3FF;
--dark-color-primary-900: #CBEFFF;
--dark-color-primary-950: #E8FDFF;
--light-color-primary-50: #F0F9FF;
--light-color-primary-100: #E0F2FE;
--light-color-primary-200: #BAE6FD;
--light-color-primary-300: #7DD3FC;
--light-color-primary-400: #38BDF8;
--light-color-primary-500: #0EA5E9;
--light-color-primary-600: #0284C7;
--light-color-primary-700: #0369A1;
--light-color-primary-800: #075985;
--light-color-primary-900: #0C4A6E;
--light-color-primary-950: #0B3249;
--dark-blackwhite-0: #1A1A1E;
--dark-blackwhite-1000: #FFFFFF;
--light-blackwhite-0: #FFFFFF;
--light-blackwhite-1000: #000000;
--dark-color-grey-50: #242428;
--dark-color-grey-100: #2C2C31;
--dark-color-grey-200: #36363B;
--dark-color-grey-300: #43434A;
--dark-color-grey-400: #56565F;
--dark-color-grey-500: #6C6C74;
--dark-color-grey-600: #8E8E9A;
--dark-color-grey-700: #B6B6BE;
--dark-color-grey-800: #D3D3D9;
--dark-color-grey-900: #E8E8EC;
--dark-color-grey-950: #F2F2F2;
--light-color-grey-50: #F9F9F9;
--light-color-grey-100: #F4F4F5;
--light-color-grey-200: #E4E4E7;
--light-color-grey-300: #D4D4D8;
--light-color-grey-400: #A1A1AA;
--light-color-grey-500: #71717A;
--light-color-grey-600: #52525B;
--light-color-grey-700: #3F3F46;
--light-color-grey-800: #27272A;
--light-color-grey-900: #18181B;
--light-color-grey-950: #131316;
    /* Fonts */
    --font-inter: '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 */
    
    /* 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;
    }
  }
}

      
  .dthOpp {
    width:100%;
  height:100%;
  max-height:100vh;
  font-family:'Rubik';
  padding-right:20px;
  padding-bottom:20px;
  background-color:var(--page-bg-color, #13141A);
  }
      

      
          @media (max-width: 1024px) {
            
  .dthOpp {
    padding-top:20px;
  padding-left:20px;
  }
      

          }
          

          @media (max-width: 628px) {
            
  .dthOpp {
    padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .cQpCvL {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:9999;
  position:fixed;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  }
      

      
        
      
      
  .eqRhDN {
    gap:1.875rem;
  width:100%;
  height:100%;
  align-items:center;
  font-family:'Inter';
  justify-content:start;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .bURizS {
    color:var(--text-color, #9A9CAE);
  width:100%;
  font-size:0.8125rem;
  box-shadow:0px 3px 4px 0px rgba(0,0,0,.03);
  font-family:'Inter';
  border-color:var(--card-border-color, #26272F);
  border-style:solid;
  border-width:1px;
  border-radius:12px;
  background-color:var(--card-background-color, #111217);
  }
      

      
          @media (min-width: 1280px) {
            
  .bURizS {
    max-width:618px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eeoqQ {
    gap:1.25rem;
  color:inherit;
  width:100%;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .bwpouk {
    height:56px;
  align-items:start;
  padding-left:1.5rem;
  padding-right:1.5rem;
  justify-content:center;
  border-bottom-color:var(--card-border-color, #26272F);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .dxdqyx {
    gap:2.5rem;
  color:var(--text-color, #4B5675);
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .dxdqyx {
    gap:.625rem;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .epeTND {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .bocygn {
    flex:1;
  color:inherit;
  align-items:start;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .bocygn {
    width:100%;
  display:none;
  }
      

          }
          
        
      
      
  .dSxUPP {
    gap:1.5rem;
  align-items:start;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  }
      

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

      
        
      
      
  .fiKxuK {
    color:var(--heading-color, );
  font-size:1rem;
  font-family:'Inter';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dTHQSv {
    flex:1;
  color:inherit;
  width:100%;
  align-items:start;
  justify-content:space-between;
  }
      

      
          @media (min-width: 1024px) {
            
  .dTHQSv {
    display:none;
  }
      

          }
          
        
      
      
  .bIJjre {
    gap:1.25rem;
  width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebHosU {
    width:100%;
  height:1px;
  }
      

      
        
      
      
  .eQEPIu {
    color:inherit;
  display:inline-block;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .MdOvw {
    color:inherit;
  width:150px;
  font-family:'Inter';
  }
      

      
        
      
      
  
      

      
        
      
      
  .dLVipX {
    color:var(--heading-color, );
  font-size:1rem;
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .eNraAF {
    flex:1;
  color:inherit;
  width:100%;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (min-width: 1024px) {
            
  .eNraAF {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ckiUNN {
    color:#E5E5E5;
  display:none;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cPmkA-d {
    flex:1;
  color:inherit;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .cPmkA-d {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bsMYAH {
    width:60px;
  cursor:pointer;
  height:60px;
  object-fit:cover;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .feMNZh {
    color:var(--heading1-color, #F5F5F5);
  font-size:1.125rem;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ausRO {
    width:100%;
  height:58px;
  align-items:center;
  font-family:'Rubik';
  padding-left:12px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .ausRO {
    display:none;
  }
      

          }
          
        
      
      
  .bKdswp {
    color:var(--light-mode-grey-600, #78829D);
  width:40px;
  cursor:pointer;
  height:40px;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
  .bKdswp:hover {
    color:var(--dark-mode-primary, #006AE6);
  }
      

        
      
      
  
      

      
        
      
      
  .dOUjuq {
    width:32px;
  height:32px;
  object-fit:cover;
  border-radius:50%;
  }
      

      
        
      
      
  .dePfoF {
    gap:10px;
  align-items:center;
  padding-left:3px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bodWyD {
    color:var(--menu-item-icon-color, #8E8E9A);
  width:40px;
  cursor:pointer;
  height:40px;
  transition:color 300ms ease 0ms normal, background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  align-items:center;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  justify-content:center;
  background-color:transparent;
  }
      

      
  .bodWyD:hover {
    color:var(--menu-item-accent-color, #27BAFD);
  }
      

        
      
      
  
      

      
        
      
      
  .eMVomw {
    gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fwPjRW {
    width:32px;
  cursor:pointer;
  height:32px;
  margin-left:10px;
  border-color:var(--image-border-color, #636674);
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  }
      

      
        
      
      
  .cdekhQ {
    width:110px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bpseiA {
    gap:1.875rem;
  width:100%;
  height:100%;
  align-items:center;
  font-family:'Inter';
  justify-content:start;
  background-color:var(--bg-color, #1A1A1E);
  }
      

      
        
      
      
  .bQioVS {
    color:var(--dialogTextColor, #E8E8EC);
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dZZzhl {
    width:0px;
  height:0px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ftqNag {
    gap:20px;
  width:100%;
  font-family:Inter;
  }
      

      
        
      
      
  .buMVqt {
    display:table;
  border-spacing:0;
  border-collapse:collapse;
  }
      

      
        
      
      
  
      

      
        
      
      
  .caBVkI {
    color:var(--table-text-color);
  display:table-cell;
  text-align:left;
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dOlLqM {
    color:var(--table-header-text-color);
  display:table-cell;
  box-shadow:inset 0 -1px var(--neutral-7);
  text-align:left;
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  padding-top:0.75rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-bottom:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ejqqmQ {
    display:table-row;
  border-bottom-color:var(--table-row-border-color);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .ejqqmQ.no-border {
    border-bottom-color:black;
  border-bottom-style:none;
  border-bottom-width:0px;
  }
      


  .ejqqmQ.secondRow {
    background: var(--second-row-color);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebwGOp {
    color:inherit;
  opacity:0;
  transition:opacity 200ms ease  ;
  }
      

      
        
      
      
  .fkKdvv {
    width:100px;
  }
      

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

      
        
      
      
  .window-attributes-table\:CbXxqGwbz8-Li-5ArRGU4 {
    width:100%;
  display:flex;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .escAcI {
    gap:20px;
  width:100%;
  z-index:0;
  margin-top:15px;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .mqNqS {
    max-width:100%;
  max-height:800px;
  overflow-x:auto;
  overflow-y:auto;
  border-color:var(--table-container-border-color);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dsrxsu {
    color:var(--dark-color-primary-600, #27BAFD);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .window-attributes-table\:S6b3rs_wzltIrSFVDYK_R {
    display:flex;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .brplyc {
    top:0px;
  left:0px;
  display:table-header-group;
  z-index:20;
  position:sticky;
  background: var(--table-head-bg-color);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .window-attributes-table\:XQ8S5E4rG0WroLzE2p8Qb {
    color:inherit;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--body-medium-font);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-medium);
  padding-left:0.75rem;
  border-radius:4px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .window-attributes-table\:XQ8S5E4rG0WroLzE2p8Qb:active {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:XQ8S5E4rG0WroLzE2p8Qb:focus {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:XQ8S5E4rG0WroLzE2p8Qb.open {
    background-color:var(--light-color-primary-200, #C4E7C7);
  }
      


  .window-attributes-table\:XQ8S5E4rG0WroLzE2p8Qb.disabled {
    color:var(--light-color-grey-400, #BABABA);
  background-color:transparent;
  }
      

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

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


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


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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cg-dropdown-content\:root {
    gap:0.25rem;
  opacity:0;
  min-width:200px;
  padding-top:0.5rem;
  border-color:var(--table-container-border-color);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:6px;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--main-bg-color);
  }
      

      
  .cg-dropdown-content\:root.open {
    opacity:1;
  }
      


  .cg-dropdown-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  .cANfrm {
    display:table-row-group;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cVuhoH {
    color:var(--dark-color-primary-600, #27BAFD);
  display:inline-block;
  font-family:'Inter';
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .window-attributes-table\:x0zoT4oAmo_PiiH0kQE7H {
    color:inherit;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--body-medium-font);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-medium);
  padding-left:0.75rem;
  border-radius:4px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .window-attributes-table\:x0zoT4oAmo_PiiH0kQE7H:active {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:x0zoT4oAmo_PiiH0kQE7H:focus {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:x0zoT4oAmo_PiiH0kQE7H.open {
    background-color:var(--light-color-primary-200, #C4E7C7);
  }
      


  .window-attributes-table\:x0zoT4oAmo_PiiH0kQE7H.disabled {
    color:var(--light-color-grey-400, #BABABA);
  background-color:transparent;
  }
      

        
      
      
  .exJVAS {
    gap:20px;
  align-items:center;
  padding-top:50px;
  padding-bottom:50px;
  justify-content:center;
  }
      

      
        
      
      
  .window-attributes-table\:zXeoM9DMJiTsn3x8z8sxp {
    color:inherit;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--body-medium-font);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-medium);
  padding-left:0.75rem;
  border-radius:4px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .window-attributes-table\:zXeoM9DMJiTsn3x8z8sxp:active {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:zXeoM9DMJiTsn3x8z8sxp:focus {
    background-color:var(--second-row-color);
  }
      


  .window-attributes-table\:zXeoM9DMJiTsn3x8z8sxp.open {
    background-color:var(--light-color-primary-200, #C4E7C7);
  }
      


  .window-attributes-table\:zXeoM9DMJiTsn3x8z8sxp.disabled {
    color:var(--light-color-grey-400, #BABABA);
  background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .ffXlkn {
    gap:20px;
  color:inherit;
  width:100%;
  max-width:1580px;
  align-items:start;
  font-family:'Inter';
  justify-content:start;
  }
      

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

      
          @media (max-width: 468px) {
            
  .bQgjhb {
    gap:20px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .cDkLWP {
    color:var(--drawerColors, #E8E8EC);
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bzusaP {
    color:var(--text-color, #9A9CAE);
  width:100%;
  font-size:0.8125rem;
  font-family:'Inter';
  background-color:var(--card-background-color, #111217);
  }
      

      
          @media (min-width: 1280px) {
            
  .bzusaP {
    max-width:618px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dHZcZA {
    width:100%;
  margin-top:100px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cOlabk {
    gap:1.5rem;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fBFywj {
    flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dXdcSX {
    width:100%;
  font-family:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .exRwzY {
    color:var(--text-colordrawer, #E8E8EC);
  position:absolute;
  }
      

      
        
      
      
  .cOWAjy {
    gap:10px;
  width:100%;
  height:100%;
  font-family:'Inter';
  }
      

      
        
      
      
  .SFVye {
    gap:10px;
  width:100%;
  margin-top:20px;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ebjAyu {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cppttM {
    right:0px;
  width:100%;
  bottom:0px;
  display:flex;
  position:sticky;
  margin-top:auto;
  align-items:end;
  padding-top:auto;
  justify-content:start;
  }
      

      
        
      
      
  .GoqFz {
    color:var(--FontColors, #E8E8EC);
  width:100%;
  font-family:'Inter';
  }
      

      
        
      
      
  .OQqti {
    gap:5px;
  width:100%;
  align-items:center;
  padding-top:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .TXoeD {
    flex:1;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .GiOMm {
    margin:var(--spacing) 0;
  display:block;
  border-top:solid var(--width) var(--color);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .bsXTdJ {
    gap:15px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dLSgh {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .exypCz {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .jsApC {
    gap:10px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-attributes-drawer-main-info\:ZVFPABiYLewPXwBTwxm-H {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-attributes-drawer-main-info\:p_bV8Atxaig6nbLk3Yzax {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .xkmBG {
    gap:10px;
  align-items:start;
  padding-top:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
        
      
      
  .cbRHmP {
    gap:10px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .enxLPT {
    gap:20px;
  width:100%;
  flex-direction:column;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cKJgZO {
    gap:5px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .epKfLC {
    color:inherit;
  display:inline-block;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  
      

      
          @media (max-width: 580px) {
            
  .cpBcYu {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .MOXEl {
    gap:20px;
  color:var(--fontColor);
  display:flex;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .byOEeZ {
    gap:20px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 580px) {
            
  .byOEeZ {
    gap:10px;
  width:100%;
  flex-direction:column-reverse;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bviSXu {
    gap:10px;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 580px) {
            
  .bviSXu {
    gap:10px;
  width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dWHreZ {
    gap:5px;
  display:flex;
  align-items:center;
  margin-left:auto;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cUyKLu {
    gap:1.875rem;
  width:100%;
  height:100%;
  align-items:center;
  font-family:'Inter';
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .sPYsa {
    flex:1;
  color:var(--dark-color-grey-900, #E8E8EC);
  overflow-y:auto;
  padding-top:1.5rem;
  border-color:var(--main-border-color, #DBDFE9);
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  border-radius:12px;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  background-color:var(--main-bg-color, #ffffff);
  }
      

      
        
      
      
  .exjeik {
    gap:20px;
  width:100%;
  height:100%;
  font-family:'Inter';
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cGhaUy {
    color:var(--InputsColor, #E8E8EC);
  display:inline-block;
  font-size:20px;
  font-family:'Inter';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-view-drawer-merchants\:J-5Mmc-4HTiegEWUaDpm0 {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cyOgmN {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .doyDHY {
    gap:15px;
  width:100%;
  }
      

      
        
      
      
  .DETAILS-window-view-drawer-merchants\:k28g58NlrFo1cmwCkDhtG {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-view-drawer-merchants\:oUnRwhI77WfJbgRCwPomA {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-view-drawer-merchants\:i9i-VEQWrXgUt1DhiLU9q {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .epfgLu {
    color:var(--fontColor, #E8E8EC);
  width:100%;
  font-family:'Inter';
  }
      

      
        
      
      
  .cZGyeQ {
    gap:10px;
  color:inherit;
  flex-direction:column;
  }
      

      
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bTBaHO {
    gap:8px;
  color:inherit;
  width:100%;
  }
      

      
        
      
      
  .eOLvwz {
    row-gap:10px;
  column-gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bmfrhx {
    gap:10px;
  color:inherit;
  display:flex;
  font-size:var(--font-size-base);
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:5px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dlLrSj {
    gap:10px;
  color:inherit;
  cursor:pointer;
  display:flex;
  font-size:var(--font-size-base);
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dlLrSj.existing {
    background: var(--selected-attribute);
  }
      


  .dlLrSj:hover {
    background: var(--selected-attribute);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .DETAILS-window-view-drawer-main-info\:Cj6Xov0s2b_W9ldUJBh5l {
    width:100%;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .UNKAl {
    color:inherit;
  display:flex;
  row-gap:5px;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  min-width:300px;
  column-gap:5px;
  align-items:center;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .windows-page-group-by-year-table\:Mtp18_bOFPIl5SLrFbzoB {
    display:flex;
  align-items:start;
  justify-content:center;
  }
      

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

      
        
      
      
  .cusHac {
    font-size:var(--font-size-xs);
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  line-height:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dgtRNp {
    top:0px;
  left:0px;
  color:var(--c-color);
  position:absolute;
  font-size:var(--font-size-xxs);
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  line-height:0;
  }
      

      
        
      
      
  .windows-page-group-by-year-table\:oFpZaQQjtujBYhmNkz-9z {
    width:100px;
  }
      

      
        
      
      
  .atmun {
    row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
      
      
  .eAkvCJ {
    row-gap:2px;
  column-gap:2px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dAQxhR {
    font-size:var(--font-size-xs);
  font-family:Inter;
  font-weight:var(--font-weight-normal);
  line-height:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .FYDcM {
    flex:1;
  color:inherit;
  display:flex;
  font-size:var(--font-size-sm);
  min-width:var(--default-column-width);
  align-items:center;
  font-family:'Inter';
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:CbXxqGwbz8-Li-5ArRGU4 {
    width:100%;
  display:flex;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:E8Qe4R5AhjX-VhzvvUU6W {
    min-width:120px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:RDO0n7lz6fApS8htUUXKr {
    min-width:300px;
  }
      

      
        
      
      
  .windows-page-table\:S6b3rs_wzltIrSFVDYK_R {
    display:flex;
  align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:XQ8S5E4rG0WroLzE2p8Qb {
    color:inherit;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--body-medium-font);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-medium);
  padding-left:0.75rem;
  border-radius:4px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .windows-page-table\:XQ8S5E4rG0WroLzE2p8Qb:active {
    background-color:var(--second-row-color);
  }
      


  .windows-page-table\:XQ8S5E4rG0WroLzE2p8Qb:focus {
    background-color:var(--second-row-color);
  }
      


  .windows-page-table\:XQ8S5E4rG0WroLzE2p8Qb.open {
    background-color:var(--light-color-primary-200, #C4E7C7);
  }
      


  .windows-page-table\:XQ8S5E4rG0WroLzE2p8Qb.disabled {
    color:var(--light-color-grey-400, #BABABA);
  background-color:transparent;
  }
      

        
      
      
  .windows-page-table\:XutgSmNkU-KSrV16ZQVfG {
    min-width:110px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eEVNTw {
    color:var(--inactive-color);
  }
      

      
        
      
      
  .beXCiT {
    color:var(--active-color);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:fwIIRI0SwRvKPZ5jL5O9b {
    min-width:110px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:oFpZaQQjtujBYhmNkz-9z {
    width:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:q-DpZ37cMUVisYNyDrkby {
    min-width:120px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cRQkUi {
    gap:5px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .windows-page-table\:zXeoM9DMJiTsn3x8z8sxp {
    color:inherit;
  width:100%;
  cursor:pointer;
  height:40px;
  font-size:var(--body-medium-font);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Inter;
  font-weight:var(--font-weight-medium);
  padding-left:0.75rem;
  border-radius:4px;
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .windows-page-table\:zXeoM9DMJiTsn3x8z8sxp:active {
    background-color:var(--second-row-color);
  }
      


  .windows-page-table\:zXeoM9DMJiTsn3x8z8sxp:focus {
    background-color:var(--second-row-color);
  }
      


  .windows-page-table\:zXeoM9DMJiTsn3x8z8sxp.open {
    background-color:var(--light-color-primary-200, #C4E7C7);
  }
      


  .windows-page-table\:zXeoM9DMJiTsn3x8z8sxp.disabled {
    color:var(--light-color-grey-400, #BABABA);
  background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .app-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

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

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


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


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


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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .app-toast\:root {
    gap:0.75rem;
  color:var(--grey-900);
  width:100%;
  opacity:0;
  translate:0 16px;
  background: #ffffff;
  padding-top:1rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .app-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .app-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .app-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .app-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .app-toast\:root.success {
    color:var(--toast-font-color);
  background: #111C1B;
  border-color:var(--toast-border-color);
  border-style:solid;
  border-width:1px;
  background-color:var(--toast-bg-color);
  }
      


  .app-toast\:root.warning {
    color:#FFCA16;
  background: #1D180F;
  border-color:#5C3D05;
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .app-toast\:root.critical {
    color:#FF949D;
  background: #1E1517;
  border-color:#6F2539;
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .Na-Dqd {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:Inter;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fExvD {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-family:Inter;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .app-toast\:ULndAzuyvzg-jYUPTt711 {
    top:0px;
  right:10px;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .app-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .app-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eooUpV {
    flex:1;
  height:calc(100%-58px);
  overflow-y:auto;
  flex-direction:row;
  }
      

      
        
      
      
  .bemtoz {
    width:58px;
  height:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bemtoz {
    display:none;
  }
      

          }
          
        
      
      
  .eOjaTN {
    color:var(--menu-item-icon-color, #8E8E9A);
  width:40px;
  cursor:pointer;
  height:40px;
  transition:color 300ms ease 0ms normal, background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  align-items:center;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  justify-content:center;
  background-color:transparent;
  }
      

      
  .eOjaTN:hover {
    color:var(--menu-item-accent-color, #27BAFD);
  border-color:var(--menu-item-border-color, #DBDFE9);
  border-style:solid;
  border-width:1px;
  background-color:var(--menu-item-bg-color, #1F212A);
  }
      


  .eOjaTN.isActive {
    color:var(--menu-item-accent-color, #27BAFD);
  border-color:var(--menu-item-border-color, #DBDFE9);
  border-style:solid;
  border-width:1px;
  background-color:var(--menu-item-bg-color, #1F212A);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fHdIhY {
    color:var(--menu-item-icon-color, #8E8E9A);
  width:40px;
  cursor:pointer;
  height:40px;
  transition:color 300ms ease 0ms normal, background-color 300ms ease 0ms normal, border-color 300ms ease 0ms normal;
  align-items:center;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  justify-content:center;
  background-color:transparent;
  }
      

      
  .fHdIhY:hover {
    color:var(--menu-item-accent-color, #27BAFD);
  border-color:var(--menu-item-border-color, #DBDFE9);
  border-style:solid;
  border-width:1px;
  background-color:var(--menu-item-bg-color, #1F212A);
  }
      

        
      
      
  .bVXSwe {
    gap:10px;
  flex:1;
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .dsdORf {
    margin-top:auto;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .efRCSz {
    left:0px;
  width:100%;
  bottom:0px;
  height:84px;
  z-index:8000;
  position:sticky;
  align-items:center;
  padding-top:16px;
  flex-direction:column;
  justify-content:start;
  background-color:var(--mobile-bg-page-color, #f6f6f6);
  }
      

      
          @media (min-width: 1024px) {
            
  .efRCSz {
    display:none;
  }
      

          }
          
        
      
      
  .bRdFXc {
    width:100%;
  align-items:center;
  padding-left:32px;
  padding-right:32px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .kotQl {
    width:32px;
  cursor:pointer;
  height:32px;
  margin-top:20px;
  align-items:start;
  border-color:var(--image-border-color, #636674);
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .crchpx {
    right:12px;
  width:100px;
  bottom:104px;
  height:220px;
  opacity:1;
  position:fixed;
  transition:height 300ms ease-in-out 0ms normal, opacity 300ms ease 150ms normal;
  align-items:center;
  border-color:var(--mobile-menu-border-color, #26272F);
  border-style:solid;
  border-width:1px;
  flex-direction:column;
  justify-content:end;
  background-color:var(--mobile-bg-page-color, #13141A);
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  }
      

      
  .crchpx {
    @starting-style {
            height:0px;
  opacity:0;
          }
  }
      

        
      
      
  .epvUxv {
    gap:20px;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      