
  

  
  

  
  
  
  
    


@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;
--ProjectColors-100: #3B89FF;
--ProjectColors-200: #FB580A;
--ProjectColors-300: #38B000;
--ProjectColors-400: #F5F7F9;
--ProjectColors-500: #121212;
--ProjectColors-600: #171717;
--il-black: #000000;
--il-gray-light: #999999;
--il-gray-highlight: #EDEDED;
--il-button-blue: #0E80C0;
--il-gray-darker: #121212;
--il-gray-600: #252525;
--il-green: #66BB88;
--il-think-gray: #545454;
--il-blue: #64A5F5;
--il-leader: #FED858;
--il-strategic: #4ADE80;
--il-proactive: #14B8A6;
--il-reactive: #F97316;
--il-emerging: #EF4444;
    /* Fonts */
    

    /* 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;
    }
  }
}

      
  .bixxur {
    color:var(--grey-900, #171717);
  background:var(--il-black);
  min-height:100%;
  }
      

      
        
      
      
  .fyhtZ {
    max-height:100dvh;
  min-height:100%;
  overflow-y:hidden;
  }
      

      
  .fyhtZ.dark-mode {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--ProjectColors-500, #121212);
  }
      

        
      
      
  .eJVJiN {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:1;
  z-index:5;
  position:fixed;
  transition:all 300ms ease 0ms normal;
  background-color:#1717177d;
  }
      

      
  .eJVJiN.hide {
    opacity:0;
  z-index:-1;
  }
      

        
      
      
  
      

      
        
      
      
  .cEhWfO {
    gap:0.5rem;
  flex:1;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .coLlbf {
    width:100%;
  max-height:300px;
  object-fit:cover;
  }
      

      
        
      
      
  .ibcf {
    flex:1;
  color:inherit;
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cbaHcy {
    cursor:pointer;
  overflow-x:clip;
  }
      

      
        
      
      
  .ddCRJM {
    color:var(--red-700, #B91C1C);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .edxVpm {
    max-width:50rem;
  min-width:40rem;
  max-height:70vh;
  overflow-y:auto;
  padding-top:3rem;
  padding-left:2rem;
  border-radius:10px;
  padding-right:2rem;
  padding-bottom:3rem;
  scrollbar-width:none;;
  background-color:var(--grey-50, #FAFAFA);
  }
      
.edxVpm::-webkit-scrollbar {
  
}


      
  .edxVpm.dark-mode {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--ProjectColors-600, #171717);
  }
      


          @media (max-width: 700px) {
            
  .edxVpm {
    max-width:100%;
  min-width:90%;
  }
      

          }
          
        
      
      
  .frtYKD {
    width:100%;
  cursor:pointer;
  height:100%;
  opacity:0;
  position:absolute;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

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

        
      
      
  .ctEORT {
    gap:0.5rem;
  flex:1;
  color:inherit;
  font-size:var(--font-size-base);
  font-family:'Satoshi', sans-serif;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .kgHvC {
    width:24px;
  cursor:default;
  height:24px;
  }
      

      
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  .cYiShh {
    color:var(--red-700, #B91C1C);
  display:inline-block;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .eoRnO {
    color:var(--il-gray-light);
  display:inline-block;
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dKsFgy {
    width:24px;
  cursor:pointer;
  height:24px;
  }
      

      
        
      
      
  .bFHCbb {
    color:green;
  font-size:inherit;
  font-style:italic;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cBMmx {
    width:24px;
  height:24px;
  }
      

      
        
      
      
  .ZNgWe {
    color:var(--blue-700, #1D4ED8);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

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

      
        
      
      
  .dyyZNT {
    flex:1;
  color:var(--il-gray-highlight);
  height:32px;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-left:8px;
  border-radius:10px;
  padding-right:8px;
  background-color:transparent;
  }
      

      
  .dyyZNT.date-picker {
    cursor:pointer;
  border-color:black;
  border-style:solid;
  border-width:0px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:0px;
  }
      


  .dyyZNT.is_disabled:disabled {
    color:var(--il-gray-light);
  }
      

        
      
      
  .dnIzVc {
    gap:0.4rem;
  color:inherit;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:10px;
  padding-left:0.5rem;
  outline-color:var(--il-gray-light);
  outline-style:solid;
  outline-width:1px;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dnIzVc:hover {
    outline-color:var(--il-gray-highlight);
  outline-style:solid;
  outline-width:1px;
  }
      


  .dnIzVc.disabled:disabled {
    background:var(--il-gray-600);
  }
      

        
      
      
  .dgTMgQ {
    color:inherit;
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-family:inherit;
  font-weight:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .MSRYF {
    gap:16px;
  padding-top:14px;
  padding-left:18px;
  border-radius:12px;
  padding-right:18px;
  padding-bottom:14px;
  background-color:white;
  }
      

      
  .MSRYF.dark-mode {
    background-color:var(--ProjectColors-500, #121212);
  }
      

        
      
      
  .fvNgYD {
    gap:0.5rem;
  flex:1;
  color:inherit;
  font-size:14px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .NLwg {
    flex:1;
  color:inherit;
  width:100%;
  height:var(--height);
  padding:8px;
  font-size:inherit;
  font-family:'Inter';
  font-weight:inherit;
  border-radius:6px;
  }
      

      
        
      
      
  .NNAyo {
    gap:0.4rem;
  flex:1;
  color:inherit;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-left:0.5rem;
  border-radius:10px;
  outline-color:var(--blue-400, #60A5FA);
  outline-style:solid;
  outline-width:1px;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  
      

        
      
      
  .btWHpp {
    color:inherit;
  font-size:inherit;
  margin-top:8px;
  font-family:inherit;
  font-weight:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dmxXVq {
    color:inherit;
  font-size:var(--font-size-2xl);
  text-align:center;
  font-family:'DM Sans';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .xFxRq {
    top:10px;
  color:var(--grey-500, #737373);
  right:10px;
  cursor:pointer;
  position:absolute;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .xFxRq:hover {
    color:var(--grey-900, #171717);
  }
      

        
      
      
  .cnnYKH {
    gap:0.5rem;
  }
      

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

      
        
      
      
  .brISax {
    gap:0.2rem;
  color:white;
  width:fit-content;
  cursor:pointer;
  font-size:14px;
  align-items:center;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  padding-top:10px;
  padding-left:14px;
  border-radius:12px;
  padding-right:14px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  background-color:#3b89ff;
  }
      

      
  .brISax:hover {
    background-color:var(--blue-400, #60A5FA);
  }
      

        
      
      
  
      

      
        
      
      
  .btRBgL {
    gap:1rem;
  flex:1;
  width:100%;
  flex-wrap:wrap;
  }
      

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

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

          }
          
        
      
      
  .eZDrwW {
    gap:0.5rem;
  flex:1;
  color:inherit;
  width:100%;
  font-size:var(--font-size-base);
  font-family:Inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dMsYZT {
    gap:0.2rem;
  width:100%;
  font-family:inherit;
  }
      

      
        
      
      
  .dzwZDc {
    color:inherit;
  row-gap:0.4rem;
  font-size:inherit;
  column-gap:0.4rem;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  padding-top:10px;
  padding-left:0.5rem;
  outline-color:var(--il-gray-light);
  outline-style:solid;
  outline-width:1px;
  padding-right:0.5rem;
  padding-bottom:10px;
  justify-content:space-between;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dzwZDc:hover {
    outline-color:var(--il-gray-highlight);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .biRLSm {
    color:var(--grey-900, #171717);
  width:100%;
  height:32px;
  font-size:14px;
  min-width:150px;
  font-family:inherit;
  border-color:var(--ProjectColors-100, #3B89FF);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:12px;
  padding-right:0.5rem;
  background-color:var(--grey-50, #FAFAFA);
  }
      

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

        
      
      
  .ccFmCr {
    gap:1rem;
  color:var(--il-gray-light);
  width:100%;
  cursor:pointer;
  height:32px;
  font-size:inherit;
  align-items:start;
  font-family:inherit;
  font-weight:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .eKAsEU {
    gap:0.5rem;
  color:white;
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-base);
  background:var(--il-button-blue);
  box-shadow:0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024, 0px 1px 5px 0px #0000001f;
  transition:all 0.2s ease-in-out;
  align-items:center;
  font-family:Inherit;
  font-weight:var(--font-weight-normal);
  padding-top:10px;
  padding-left:14px;
  padding-right:14px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eKAsEU:hover {
    scale:1.02 1.02 1;
  box-shadow:0px 5px 2px -2px #00000033, 0px 3px 3px 0px #00000024, 0px 1px 8px 0px #0000001f;
  background-color:var(--btn-hover-color, <Value>);
  }
      


  .eKAsEU.is-full-width {
    width:100%;
  align-items:center;
  justify-content:center;
  }
      


  .eKAsEU.is-disabled {
    cursor:not-allowed;
  background-color:var(--blue-300, #93C5FD);
  }
      

        
      
      
  
      

      
        
      
      
  .GhSMV {
    color:inherit;
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
  .eHcVn.dropdown-open {
    rotate:z 180deg;
  }
      

        
      
      
  .dkHyId {
    flex:1;
  width:100%;
  cursor:pointer;
  font-family:inherit;
  padding-top:0.5rem;
  padding-left:1rem;
  border-radius:12px;
  padding-right:1rem;
  padding-bottom:0.5rem;
  }
      

      
  .dkHyId:hover {
    color:var(--il-gray-highlight);
  background:var(--il-button-blue);
  transition:all 300ms ease 0ms normal;
  }
      


  .dkHyId.selected {
    color:var(--il-gray-light);
  background:var(--il-gray-600);
  }
      

        
      
      
  .ddFxRz {
    gap:0.5rem;
  top:100%;;
  left:0;;
  color:var(--il-gray-highlight);
  width:100%;
  z-index:1;
  position:absolute;;
  font-size:var(--font-size-base);
  background:var(--il-black);
  max-height:250px;
  overflow-y:auto;
  align-items:start;
  font-family:inerit;
  font-weight:var(--font-weight-normal);
  padding-top:1rem;
  border-color:var(--ProjectColors-100, #3B89FF);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:12px;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:start;
  scrollbar-width:none;;
  }
      
.ddFxRz::-webkit-scrollbar {
  
}


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

      
        
      
      
  .add-new-project-form\:b4Kxm_Ynfyr-nfcaSCVop {
    flex:1;
  }
      

      
        
      
      
  .LgxTH {
    width:100%;
  height:100%;
  opacity:1;
  transition:all 300ms ease 100ms normal;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
  .LgxTH.hide {
    opacity:0;
  translate:0 20px;
  }
      


          @media (max-width: 700px) {
            
  .LgxTH {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .add-new-project-form\:e8Ns7QC8gTnZbR87IxQd5 {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fkHMtK {
    color:inherit;
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  .add-new-project-form\:gaS-3V7_-LmAM5ErT6_gT {
    flex:1;
  }
      

      
        
      
      
  .bzEwEP {
    gap:0.5rem;
  width:100%;
  cursor:pointer;
  z-index:;
  position:relative;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--blue-200, #BFDBFE);
  border-style:solid;
  border-width:1px;
  padding-left:0.5rem;
  border-radius:10px;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cTaYaR {
    gap:1rem;
  }
      

      
        
      
      
  .cbgQuo {
    gap:1rem;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .erCkza {
    font-size:12px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fBDjeI {
    color:inherit;
  font-size:14px;
  margin-top:8px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  .jSpyU {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:inherit;
  font-family:'DM Sans';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .eXGOrS {
    gap:0.5rem;
  color:var(--grey-400, #A3A3A3);
  display:flex;
  font-size:14px;
  margin-top:8px;
  align-items:center;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bNZPfJ {
    color:red;
  font-size:var(--font-size-xs);
  margin-top:5px;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .bdFbDu {
    cursor:pointer;
  }
      

      
  .bdFbDu:hover {
    color:var(--grey-900, #171717);
  }
      

        
      
      
  .dphTNm {
    flex:1;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
      
      
  .eXstfn {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:inherit;
  text-align:center;
  font-family:'DM Sans';
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .dmTcnt {
    max-width:40rem;
  min-width:40rem;
  max-height:70vh;
  overflow-y:auto;
  padding-top:3rem;
  padding-left:2rem;
  border-radius:10px;
  padding-right:2rem;
  padding-bottom:3rem;
  scrollbar-width:none;;
  background-color:var(--grey-50, #FAFAFA);
  }
      
.dmTcnt::-webkit-scrollbar {
  
}


      
  .dmTcnt.dark-mode {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--ProjectColors-600, #171717);
  }
      


          @media (max-width: 700px) {
            
  .dmTcnt {
    max-width:100%;
  min-width:90%;
  }
      

          }
          
        
      
      
  .ceJfo {
    font-size:12px;
  align-items:center;
  padding-top:5px;
  padding-left:5px;
  border-radius:10px;
  padding-right:5px;
  padding-bottom:5px;
  justify-content:center;
  background-color:white;
  }
      

      
        
      
      
  .cViCff {
    color:var(--grey-500, #737373);
  cursor:pointer;
  display:inline-block;
  font-size:inherit;
  font-family:'DM Sans';
  font-weight:var(--font-weight-regular);
  }
      

      
  .cViCff:hover {
    color:black;
  cursor:pointer;
  }
      

        
      
      
  .cHfzgb {
    gap:16px;
  padding-top:20px;
  padding-left:18px;
  border-radius:12px;
  padding-right:18px;
  padding-bottom:20px;
  background-color:white;
  }
      

      
  .cHfzgb.dark-mode {
    background-color:var(--ProjectColors-500, #121212);
  }
      

        
      
      
  
      

      
        
      
      
  .eVkdQA {
    color:var(--grey-400, #A3A3A3);
  font-size:14px;
  margin-top:8px;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  .drfWXB {
    gap:1rem;
  font-family:inherit;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .depepH {
    gap:1rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dszDlg {
    gap:1rem;
  font-family:inherit;
  }
      

      
        
      
      
  .diDjGZ {
    gap:0.2rem;
  font-size:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .epoiHI {
    gap:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .DoSwN {
    color:var(--red-600, #DC2626);
  font-size:12px;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .edit-project-form\:b4Kxm_Ynfyr-nfcaSCVop {
    flex:1;
  }
      

      
        
      
      
  .edit-project-form\:e8Ns7QC8gTnZbR87IxQd5 {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .edit-project-form\:gaS-3V7_-LmAM5ErT6_gT {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .LeItV {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:1;
  z-index:5;
  position:fixed;
  transition:all 300ms ease 0ms normal;
  background-color:#1717177d;
  }
      

      
  .LeItV.hide {
    opacity:0;
  z-index:-1;
  }
      


  .LeItV.dark-mode {
    background-color:#171717b3;
  }
      

        
      
      
  .cRsKAR {
    color:inherit;
  font-size:14px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .JuUFY {
    color:#99AAC4;
  display:inline-block;
  font-size:12px;
  font-family:'DM Sans';
  }
      

      
        
      
      
  .dyOGQO {
    width:100%;
  height:100%;
  min-width:200px;
  align-items:start;
  padding-top:10px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:10px;
  justify-content:center;
  border-bottom-color:var(--grey-300, #D4D4D4);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .dyOGQO.is-centered {
    align-items:center;
  justify-content:center;
  }
      


  .dyOGQO.dark-mode {
    border-bottom-color:var(--grey-700, #404040);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .eJKdHN {
    height:8px;
  border-radius:8px;
  background-color:var(--tags-bg-color, #38B0001A);
  }
      

      
        
      
      
  .fFzmwK {
    color:var(--tags-main-color, #FB580A);
  display:inline-block;
  font-size:12px;
  font-family:'DM Sans';
  padding-top:6px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  padding-bottom:6px;
  background-color:var(--tags-bg-color, #FB580A1A);
  }
      

      
        
      
      
  .MscYF {
    width:100%;
  height:100%;
  opacity:1;
  transition:all 300ms ease 100ms normal;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
  .MscYF.hide {
    opacity:0;
  translate:0 20px;
  }
      

        
      
      
  .cvyCGg {
    color:inherit;
  font-size:16px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .efbkmY {
    color:inherit;
  font-size:18px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .eYQVWC {
    gap:0.5rem;
  align-items:center;
  border-radius:8px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .JtRLF {
    width:var(--tasks-progress);
  height:8px;
  position:absolute;
  transition:all 300ms ease 0ms normal;
  border-radius:8px;
  background-color:var(--tags-main-color, #38B000);
  }
      

      
        
      
      
  .fkAVFs {
    gap:8px;
  }
      

      
        
      
      
  .bkOFDi {
    color:inherit;
  display:inline-block;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .dYcFwt {
    color:inherit;
  font-size:inherit;
  text-align:right;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .fBoUdl {
    gap:20px;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .deiqNc {
    :;
  width:100%;
  display:grid;
  align-items:center;
  grid-auto-flow:column;;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dUftBX {
    top:10px;
  color:#b9c3d5;
  right:10px;
  cursor:pointer;
  position:absolute;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .dUftBX:hover {
    color:var(--grey-900, #171717);
  }
      

        
      
      
  .bhwQbz {
    cursor:auto;
  }
      

      
        
      
      
  .dNKNCI {
    justify-content:start;
  }
      

      
        
      
      
  .biIbVp {
    z-index:1;
  position:absolute;
  align-items:stretch;
  justify-content:start;
  }
      

      
        
      
      
  .bUaeG {
    cursor:pointer;
  display:flex;
  outline:none;
  font-size:12px;
  border-radius:var(--border-radius-md, 6px);
  flex-direction:row;
  justify-content:center;
  }
      

      
  
      

        
      
      
  
      

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

      
  .bCbXYZ:hover {
    color:inherit;
  font-family:'Inter';
  }
      

        
      
      
  
      

      
          @media (max-width: 550px) {
            
  .project-view\:IU1Q-VlLaa7jv6WVkUW_k {
    display:none;
  }
      

          }
          
        
      
      
  .ceOLgg {
    color:#99AAC4;
  display:inline-block;
  font-size:12px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

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

      
        
      
      
  .brYQAY {
    gap:1rem;
  overflow-x:auto;
  align-items:start;
  padding-top:16px;
  justify-content:start;
  scrollbar-width:none;;
  border-top-color:#99AAC433;
  border-top-style:solid;
  border-top-width:1px;
  }
      
.brYQAY::-webkit-scrollbar {
  
}


      
        
      
      
  .bRPdbG {
    :;
  color:#99AAC4;
  display:-webkit-box;;
  overflow:hidden;;
  font-size:14px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .exypCz {
    width:100%;
  }
      

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

      
        
      
      
  .bydRco {
    :;
  width:100%;
  display:grid;
  grid-auto-flow:column;;
  background-color:transparent;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));;
  }
      

      
        
      
      
  .ezvQYY {
    color:var(--grey-50, #FAFAFA);
  width:15px;
  cursor:pointer;
  height:15px;
  align-items:center;
  border-color:var(--ProjectColors-100, #3B89FF);
  border-style:solid;
  border-width:1px;
  border-radius:3px;
  justify-content:center;
  }
      

      
  .ezvQYY.is-checked {
    background-color:var(--ProjectColors-100, #3B89FF);
  }
      

        
      
      
  
      

      
        
      
      
  .ddBhNO {
    color:inherit;
  font-size:14px;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .TuLUp {
    :;
  width:32px;
  height:32px;
  object-fit:cover;
  border-radius:999px;
  }
      

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

      
        
      
      
  .dUdWDj {
    color:#99AAC4;
  font-size:12px;
  text-align:center;
  font-family:'DM Sans';
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
          @media (max-width: 550px) {
            
  .task-layout-card\:rXPAeVlC5of55vUZxy_MU {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fmYvwD {
    gap:1rem;
  color:inherit;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .ckmbMt {
    width:150px;
  font-size:12px;
  max-width:150px;
  align-items:center;
  padding-top:5px;
  padding-left:5px;
  border-radius:10px;
  padding-right:5px;
  padding-bottom:5px;
  justify-content:center;
  background-color:white;
  }
      

      
        
      
      
  .eOJDaA {
    color:var(--tags-text-color, #38B000);
  display:inline-block;
  font-size:12px;
  font-family:'DM Sans';
  padding-top:6px;
  padding-left:10px;
  border-radius:8px;
  padding-right:10px;
  padding-bottom:6px;
  background-color:var(--tags-bg-color, #38B0001A);
  }
      

      
        
      
      
  .ccA-DYC {
    width:100%;
  height:300px;
  object-fit:cover;
  border-radius:12px;
  }
      

      
        
      
      
  .bPCdmx {
    max-width:50rem;
  min-width:40rem;
  max-height:70vh;
  overflow-y:auto;
  padding-top:3rem;
  padding-left:2rem;
  border-radius:10px;
  padding-right:2rem;
  padding-bottom:3rem;
  scrollbar-width:none;;
  background-color:var(--grey-50, #FAFAFA);
  }
      
.bPCdmx::-webkit-scrollbar {
  
}


      
          @media (max-width: 680px) {
            
  .bPCdmx {
    width:100%;
  min-width:10rem;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  }
      

          }
          

  .bPCdmx.dark-mode {
    color:var(--ProjectColors-400, #F5F7F9);
  background-color:var(--ProjectColors-600, #171717);
  }
      

        
      
      
  .diPcnq {
    gap:0.6rem;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .cHjFnv {
    gap:16px;
  font-family:'DM Sans';
  }
      

      
        
      
      
  .dzFMEa {
    gap:0.3rem;
  color:var(--grey-900, #171717);
  font-family:'DM Sans';
  margin-right:-;
  flex-direction:row;
  background-color:-grey-900;
  }
      

      
  .dzFMEa.dark-mode:hover {
    color:var(--grey-50, #FAFAFA);
  }
      

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

      
        
      
      
  .dPqsKf {
    color:var(--grey-400, #A3A3A3);
  cursor:pointer;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .dPqsKf:hover {
    color:inherit;
  }
      

        
      
      
  
      

      
        
      
      
  .eiFMNp {
    width:100%;
  height:100%;
  z-index:10;
  position:fixed;
  background:#000000cc;
  align-items:center;
  backdrop-filter:blur(38px);
  justify-content:center;
  }
      

      
        
      
      
  .loader\:ogLUtzGnrBAeTvjCT5RJs {
    width:100px;
  height:auto;
  }
      

      
        
      
      
  .dashboard-wrapper\:B7NqKLp540EmOkZEsowwl {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:9999;
  position:absolute;
  }
      

      
        
      
      
  .ctIvgn {
    top:24px;
  left:0px;
  right:0px;
  width:100%;
  z-index:99999;
  position:fixed;
  translate:0 -100px;
  transition:all 300ms ease-in-out 0ms normal;
  align-items:center;
  justify-content:end;
  }
      

      
  .ctIvgn.active {
    translate:0 0px;
  }
      

        
      
      
  .dxQxnp {
    color:var(--base-0, #ffffff);
  font-size:14px;
  font-family:'DM Sans';
  font-weight:inherit;
  }
      

      
        
      
      
  .MByrA {
    color:white;
  }
      

      
        
      
      
  .dTIKtS {
    color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .fwLzeT {
    gap:6px;
  box-shadow:0px 0px 16px 0px #ffffff03;
  align-items:center;
  padding-top:8px;
  padding-left:10px;
  border-radius:10px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--SuccessBasedColors, #3b89ff);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fwLTuf {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:1;
  z-index:5;
  position:fixed;
  transition:all 300ms ease 0ms normal;
  background-color:#1717177d;
  }
      

      
  .fwLTuf.hide {
    opacity:0;
  z-index:-1;
  }
      


  
      

        
      
      
  .dJSiaY {
    max-width:50rem;
  min-width:40rem;
  max-height:70vh;
  overflow-y:auto;
  padding-top:3rem;
  padding-left:2rem;
  border-radius:10px;
  padding-right:2rem;
  padding-bottom:3rem;
  scrollbar-width:none;;
  background-color:var(--grey-50, #FAFAFA);
  }
      
.dJSiaY::-webkit-scrollbar {
  
}


      
  .dJSiaY.dark-mode {
    background-color:var(--ProjectColors-600, #171717);
  }
      


          @media (max-width: 700px) {
            
  .dJSiaY {
    max-width:100%;
  min-width:90%;
  }
      

          }
          
        
      
      
  .sMOtv {
    gap:16px;
  padding-top:20px;
  padding-left:18px;
  border-radius:12px;
  padding-right:18px;
  padding-bottom:20px;
  background-color:white;
  }
      

      
  .sMOtv.dark-mode {
    color:var(--grey-50, #FAFAFA);
  background-color:var(--ProjectColors-500, #121212);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dEKfwy {
    color:inherit;
  font-size:14px;
  margin-top:8px;
  font-family:'DM Sans';
  font-weight:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cnoFga {
    width:100%;
  cursor:default;
  height:32px;
  min-width:150px;
  align-items:center;
  --var-opacity:0;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cnoFga:hover {
    --var-opacity:1;
  background-color:var(--grey-700);
  }
      


  .cnoFga:focus-within {
    --var-opacity:1;
  }
      

        
      
      
  .eQeRJu {
    top:var(--color-dialog-offset-top);
  left:var(--color-dialog-offset-left);
  width:var(--color-dialog-width);
  height:auto;
  display:flex;
  opacity:0;
  z-index:100;
  position:absolute;
  min-width:220px;
  transform:translate(-50%, 0);
  box-shadow:1px 4px 8px 0px #00000044;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 500ms linear 0ms;
  flex-direction:column;
  background-color:var(--grey-700);
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .eQeRJu.above {
    transform:translate(-50%, -100%);
  margin-top:32px;
  }
      


  .eQeRJu.show {
    opacity:1;
  }
      

        
      
      
  .fisvkj {
    top:0px;
  left:0px;
  right:0px;
  width:0px;
  bottom:0px;
  display:none;
  opacity:1;
  position:fixed;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 200ms linear 0ms;
  }
      

      
  .fisvkj.show {
    width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  }
      


  .fisvkj::backdrop {
    background-color:#00000000;
  }
      

        
      
      
  .cmRwBj {
    width:100%;
  min-width:220px;
  border-radius:6px;
  flex-direction:column;
  justify-content:start;
  background-color:var(--grey-700);
  }
      

      
        
      
      
  .cPSGoL {
    color:#737373ff;
  height:100%;
  outline:none;
  position:relative;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  }
      

      
  .cPSGoL:hover {
    color:#a8a8a8ff;
  }
      


  .cPSGoL:focus-visible {
    outline-color:var(--blue-500, #3B82F6);
  outline-style:solid;
  outline-width:2px;
  }
      


  .cPSGoL:disabled {
    opacity:0.3;
  pointer-events:none;
  }
      

        
      
      
  .bHfiia {
    flex:0;
  width:fit-content;
  height:auto;
  display:flex;
  user-select:none;
  }
      

      
  .bHfiia.fill {
    width:100%;
  height:100%;
  }
      

        
      
      
  .cUHzed {
    top:-100%;
  left:0px;
  width:fit-content;
  opacity:0;
  padding:8px;
  z-index:100;
  position:absolute;
  flex-wrap:nowrap;
  margin-top:4px;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 300ms ease-in-out 0ms;
  visibility:hidden;
  align-items:start;
  user-select:none;
  border-radius:6px;
  justify-content:start;
  background-color:var(--grey-600);
  }
      

      
  .cUHzed.showLeft {
    left:auto;
  right:0px;
  }
      


  .cUHzed.show {
    top:100%;
  opacity:1;
  transition:opacity 300ms ease-in-out 500ms;
  visibility:visible;
  }
      


  .cUHzed.top {
    top:auto;
  bottom:100%;
  margin-bottom:4px;
  }
      

        
      
      
  .dOkDgk {
    color:var(--grey-200);
  font-size:var(--font-size-xxs);
  user-select:none;
  white-space:nowrap;
  }
      

      
        
      
      
  .tcPMg {
    color:var(--grey-50);
  width:128px;
  height:32px;
  outline:none;
  font-size:var(--font-size-xs);
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:var(--blue-600);
  }
      

      
  .tcPMg:hover {
    background-color:var(--blue-500);
  }
      


  .tcPMg:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .dTAnFc {
    flex:1;
  color:var(--grey-400);
  cursor:default;
  height:32px;
  display:flex;
  max-height:32px;
  padding-top:2px;
  align-items:center;
  line-height:var(--line-height-xs);
  user-select:none;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  vertical-align:middle;
  justify-content:start;
  }
      

      
  .dTAnFc:hover {
    color:var(--grey-200);
  background-color:var(--grey-700);
  background-color:var(--grey-600);
  }
      


  .dTAnFc.is-set {
    color:var(--grey-400);
  background-color:var(--grey-800);
  }
      


  .dTAnFc:focus {
    outline:none;
  border-color:var(--blue-600);
  border-style:solid;
  border-width:1px;
  }
      


  .dTAnFc:focus-within {
    outline-color:var(--blue-600);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .eTHUHg {
    color:inherit;
  font-size:11px;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  white-space:nowrap;
  }
      

      
        
      
      
  .bXnkqp {
    flex:1;
  color:var(--grey-500);
  width:0px;
  height:32px;
  display:flex;
  font-size:var(--text-xs);
  max-width:1w1w;
  position:relative;
  font-size:13px;
  align-items:center;
  line-height:var(--line-height-xxs);
  margin-top:-2px;
  border-width:0px;
  font-weight:var(--font-weight-normal);
  padding-left:8px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bXnkqp.is-set {
    color:var(--grey-200);
  }
      


  .bXnkqp:focus-within {
    color:var(--grey-200);
  outline:none;
  }
      


  .bXnkqp:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  .cMmEjc {
    flex:1;
  color:var(--grey-400);
  cursor:default;
  height:32px;
  display:flex;
  max-height:32px;
  padding-top:2px;
  align-items:center;
  line-height:var(--line-height-xs);
  user-select:none;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  vertical-align:middle;
  justify-content:start;
  }
      

      
  .cMmEjc:hover {
    color:var(--grey-200);
  background-color:var(--grey-700);
  background-color:var(--grey-600);
  }
      


  .cMmEjc.is-set {
    color:var(--grey-400);
  background-color:var(--grey-800);
  }
      


  .cMmEjc:focus {
    outline:none;
  border-color:var(--blue-600);
  border-style:solid;
  border-width:1px;
  }
      


  .cMmEjc:focus-within {
    outline-color:var(--blue-600);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .dUnfEh {
    color:inherit;
  font-size:11px;
  margin-top:1px;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  white-space:nowrap;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cqJrwS {
    width:100%;
  height:24px;
  overflow-x:visible;
  }
      

      
        
      
      
  .eyGvUa {
    top:50%;
  left:var(--picker-offset);
  width:28px;
  height:28px;
  position:absolute;
  transform:translate(-50%, -50%);
  box-shadow:0px 1px 3px 0 #00000055;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:30px;
  }
      

      
  .eyGvUa.animate {
    transition:left 300ms,background-color 300ms;
  }
      

        
      
      
  .bRhWFV {
    width:100%;
  height:100%;
  overflow-x:visible;
  background-size:20px 20px;;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  }
      

      
        
      
      
  .bKlZlD {
    top:-1000px;
  left:-1000px;
  right:-1000px;
  bottom:-1000px;
  z-index:100;
  position:absolute;
  }
      

      
        
      
      
  .eaksot {
    width:100%;
  height:100%;
  background-image:linear-gradient(to right, transparent, var(--hue-base-color));
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .daZeBL {
    gap:8px;
  width:100%;
  opacity:0;
  transform:translate(var(--offset-left), 0);
  transition:transform 200ms linear, opacity 200ms linear;
  padding-top:8px;
  padding-bottom:8px;
  scroll-snap-align:start;;
  }
      

      
  .daZeBL.active {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eVGGlp {
    color:#757575ff;
  height:100%;
  outline:none;
  position:relative;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  }
      

      
  .eVGGlp:hover {
    color:#a6a6a6ff;
  }
      


  .eVGGlp:focus-visible {
    outline-color:var(--blue-500, #3B82F6);
  outline-style:solid;
  outline-width:2px;
  }
      


  .eVGGlp:disabled {
    opacity:0.3;
  pointer-events:none;
  }
      

        
      
      
  .KgmDh {
    color:#d7e8feff;
  width:32px;
  height:32px;
  outline:none;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .KgmDh:hover {
    background-color:var(--grey-600, #525252);
  }
      


  .KgmDh:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .bpvRSL {
    align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:start;
  }
      

      
        
      
      
  .eHaMlg {
    background-color:var(--hue-base-color);;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .dpykoO {
    top:50%;
  left:var(--hue-picker-offset);
  width:28px;
  height:28px;
  z-index:10;
  position:absolute;
  translate:-50% -50%;
  box-shadow:0 1px 3px 0 #00000055;;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:99px;
  background-color:var(--background-color);
  }
      

      
  .dpykoO.animate {
    transition:left 300ms,background-color 300ms;
  }
      

        
      
      
  .ehtzGS {
    width:100%;
  height:100%;
  overflow-x:visible;
  background-image:linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(60, 100%, 50%) 16.67%,hsl(120, 100%, 50%) 33.33%, hsl(180, 100%, 50%) 50%,hsl(240, 100%, 50%) 66.67%, hsl(300, 100%, 50%) 83.33%,hsl(360, 100%, 50%) 100%);;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fthnVt {
    flex:1;
  overflow-x:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;;
  }
      
.fthnVt::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eeXKsk {
    gap:8px;
  width:100%;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ecekvj {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient( to right, hsl(var(--hue) 100% 50% / 0), hsl(var(--hue) 100% 50% / 1) );;
  mix-blend-mode:overlay;;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .bhepYm {
    top:var(--offset-y);
  left:var(--offset-x);
  width:28px;
  height:28px;
  z-index:10;
  position:absolute;
  translate:-50% -50%;
  box-shadow:0 1px 3px 0 #00000055;;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:99px;
  background-color:var(--background-color);
  }
      

      
  .bhepYm.animate {
    transition:left 300ms,top 300ms,background-color 300ms;
  }
      

        
      
      
  .dNxSGY {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(to top, rgb(0, 0, 0), rgb(255, 255, 255));;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .epyhrI {
    width:100%;
  aspect-ratio:16 / 9;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .GRVaQ {
    gap:8px;
  width:100%;
  height:100%;
  opacity:0;
  transform:translate(var(--offset-left), 0);
  transition:transform 200ms linear, opacity 200ms linear;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  scroll-snap-align:start;;
  }
      

      
  .GRVaQ.active {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  .dDLnrq {
    color:var(--grey-500, #737373);
  width:18px;
  bottom:0px;
  cursor:auto;
  height:18px;
  outline:none;
  font-size:13px;
  transition:transform 200ms linear,height 200ms linear;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  background-color:var(--color-picker-selected-color, );
  }
      

      
  .dDLnrq:hover {
    transform:scale(1.2);
  }
      

        
      
      
  .eSEfvc {
    flex:1;
  color:#E5E5E5;
  width:0px;
  height:32px;
  font-size:0.75rem;
  padding-left:4px;
  border-radius:6px;
  padding-right:4px;
  }
      

      
  
      


  .eSEfvc.style-variable {
    color:var(--teal-500, #14B8A6);
  }
      


  .eSEfvc::placeholder {
    color:var(--grey-500, #737373);
  }
      

        
      
      
  .eQYjBd {
    width:fit-content;
  height:auto;
  align-items:center;
  margin-left:4px;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .eQYjBd.isSet {
    border-color:#000000;
  border-style:none;
  border-width:1px;
  }
      


  
      

        
      
      
  .add-new-project-category-form\:p1ha_MddqX_VSUxNh40_U {
    :;
  color:var(--grey-900, #171717);
  border-color:var(--blue-400, #60A5FA);
  border-style:solid;
  border-width:1px;
  border-radius:10px;
  }
      

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

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dCciHm {
    flex:1;
  width:1px;
  height:100%;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:inherit;
  }
      

      
          @media (max-width: 840px) {
            
  .dCciHm {
    padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .fsSlmJ {
    color:inherit;
  height:100%;
  flex-direction:row;
  background-color:inherit;
  }
      

      
        
      
      
  .yPZAk {
    left:0px;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  height:100%;
  z-index:2;
  max-width:14rem;
  background:var(--il-gray-darker);
  overflow-x:clip;
  transition:all 300ms ease 0ms normal;
  align-items:start;
  font-family:Satoshi, sans-serif;
  padding-top:33px;
  padding-bottom:33px;
  justify-content:space-between;
  border-right-color:var(--grey-400, #A3A3A3);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
  .yPZAk.collapse {
    max-width:5rem;
  }
      


          @media (max-width: 600px) {
            
  .yPZAk {
    position:absolute;
  }
      

          }
          

  .yPZAk.hide-menu {
    translate:-100% 0;
  transition:all 300ms ease 0ms normal;
  }
      

        
      
      
  .deXzcN {
    gap:1rem;
  color:inherit;
  width:100%;
  }
      

      
        
      
      
  .wFJPB {
    width:40px;
  height:40px;
  border-color:var(--il-gray-600);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:9999px;
  border-top-right-radius:9999px;
  border-bottom-left-radius:9999px;
  border-bottom-right-radius:9999px;
  }
      

      
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .coXeFD {
    gap:0.6rem;
  font-family:inherit;
  }
      

      
        
      
      
  .CgvGU {
    color:inherit;
  opacity:1;
  overflow:hidden;         /* Hides any content that overflows the element */;
  font-size:1.5rem;
  max-width:133px;
  transition:all 300ms ease 100ms normal;
  font-family:Satoshi, sans-serif;
  font-weight:var(--font-weight-normal);
  white-space:nowrap;      /* Prevents the text from wrapping to multiple lines */;
  text-overflow:ellipsis;  /* Adds the ellipsis (...) when text is truncated */;
  }
      

      
  .CgvGU.collapse {
    opacity:0;
  }
      

        
      
      
  .dOPxfQ {
    gap:0.5rem;
  color:inherit;
  width:100%;
  align-items:center;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
        
      
      
  .QORxe {
    rotate:z 180deg;
  transition:all 300ms ease 0ms normal;
  }
      

      
  .QORxe.collapse {
    rotate:z 360deg;
  }
      

        
      
      
  .fnDYMj {
    width:32px;
  height:32px;
  object-fit:cover;
  border-radius:999px;
  }
      

      
        
      
      
  .eKsgcV {
    gap:3rem;
  color:inherit;
  width:100%;
  align-items:start;
  justify-content:center;
  background-color:inherit;
  }
      

      
        
      
      
  .da-dxWR {
    color:var(--il-gray-highlight);
  width:24px;
  height:24px;
  display:flex;
  font-size:var(--font-size-xs);
  align-items:center;
  font-family:inherit;
  border-color:var(--il-gray-light);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  border-bottom-left-radius:999px;
  border-bottom-right-radius:999px;
  }
      

      
        
      
      
  .czduKC {
    gap:0.5rem;
  color:inherit;
  cursor:pointer;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:10px;
  padding-left:30px;
  padding-right:30px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:3px;
  border-top-right-radius:0px;
  }
      

      
  .czduKC:hover {
    color:#3B89FF;
  border-left-color:#3B89FF;
  border-left-style:solid;
  border-left-width:3px;
  }
      

        
      
      
  .fAnbnU {
    gap:0.5rem;
  color:inherit;
  cursor:pointer;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:10px;
  padding-left:30px;
  padding-right:30px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:3px;
  border-top-right-radius:0px;
  }
      

      
  .fAnbnU:hover {
    color:#3B89FF;
  border-left-color:#3B89FF;
  border-left-style:solid;
  border-left-width:3px;
  }
      


  .fAnbnU.selected {
    color:#3B89FF;
  border-left-color:var(--ProjectColors-100, #3B89FF);
  border-left-style:solid;
  border-left-width:3px;
  }
      


  .fAnbnU.collapsed {
    padding-left:25px;
  padding-right:25px;
  }
      

        
      
      
  .DIuHl {
    color:inherit;
  opacity:1;
  font-size:var(--font-size-xs);
  transition:all 300ms ease 100ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
  .DIuHl.collapse {
    opacity:0;
  }
      

        
      
      
  .qbNHe {
    color:var(--il-gray-light);
  font-size:0.4rem;
  padding-top:0.2rem;
  border-color:var(--il-gray-light);
  border-style:solid;
  border-width:1px;
  padding-left:0.2rem;
  padding-right:0.2rem;
  padding-bottom:0.2rem;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
      
      
  .fgeWcn {
    color:inherit;
  cursor:pointer;
  row-gap:0.3rem;
  column-gap:0.3rem;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:1rem;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:3px;
  border-top-right-radius:0px;
  }
      

      
  .fgeWcn:hover {
    color:#3B89FF;
  border-left-color:#3B89FF;
  border-left-style:solid;
  border-left-width:3px;
  }
      


  .fgeWcn.selected {
    color:#3B89FF;
  border-left-color:var(--ProjectColors-100, #3B89FF);
  border-left-style:solid;
  border-left-width:3px;
  }
      

        
      
      
  .eDUkwC {
    color:inherit;
  opacity:1;
  font-size:var(--font-size-sm);
  transition:all 300ms ease 100ms normal;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
  .eDUkwC.collapse {
    opacity:0;
  }
      

        
      
      
  
      

      
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bSmFis {
    color:var(--grey-800, #262626);
  width:100%;
  height:100%;
  overflow-x:clip;
  overflow-y:auto;
  font-family:'DM Sans';
  user-select:none;;
  -ms-user-select:none;;
  scrollbar-width:none;;
  -moz-user-select:none;;
  -webkit-user-select:none;;
  }
      
.bSmFis::-webkit-scrollbar {
  
}


      
          @media (max-width: 845px) {
            
  .bSmFis {
    padding-left:0rem;
  padding-right:0rem;
  }
      

          }
          
        
      
      
  .eOHWyy {
    color:var(--il-gray-light);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .eGiIYr {
    display:flex;
  row-gap:0.2rem;
  column-gap:0.2rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bFMbyZ {
    gap:1rem;
  color:inherit;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 420px) {
            
  .bFMbyZ {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .dashboard-layout\:5uT33DD4cqKvs47rcmUCi {
    font-family:inherit;
  }
      

      
        
      
      
  .QtWhx {
    color:var(--il-gray-highlight);
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  
      

      
        
      
      
  .eBSMTY {
    width:80%;
  display:flex;
  row-gap:0.3rem;
  flex-wrap:wrap;
  column-gap:0.3rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 420px) {
            
  .eBSMTY {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .eRyYnL {
    color:var(--il-gray-highlight);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .cuZuYe {
    gap:1rem;
  width:70%;
  background:linear-gradient(to bottom right, #121212 0%, #252525 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  padding-top:18px;
  border-color:var(--il-think-gray);
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:12px;
  padding-right:20px;
  padding-bottom:18px;
  }
      

      
        
      
      
  .fvJnaX {
    width:100%;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  font-family:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .fvJnaX {
    width:100%;
  }
      

          }
          
        
      
      
  .fEUAfS {
    color:inherit;
  width:100%;
  display:flex;
  align-items:center;
  font-family:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .fEUAfS {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fmpnPR {
    gap:1rem;
  max-height:600px;
  overflow-y:auto;
  padding-top:18px;
  border-color:var(--il-think-gray);
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:12px;
  padding-right:20px;
  padding-bottom:18px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .wSdzM {
    color:var(--il-gray-highlight);
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .QngHI {
    color:var(--il-gray-highlight);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

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

      
          @media (max-width: 420px) {
            
  .fgJhlP {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .bKhJsj {
    color:inherit;
  display:grid;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:start;
  font-family:inherit;
  align-content:start;
  flex-direction:row;
  justify-content:space-between;
  grid-template-columns:1fr;
  }
      

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

          }
          
        
      
      
  .bPBkDA {
    width:100%;
  display:grid;
  grid-auto-flow:column;;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));;
  }
      

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

      
          @media (max-width: 1000px) {
            
  .bTWiIU {
    width:100%;
  }
      

          }
          
        
      
      
  .cHqFgw {
    color:var(--il-gray-highlight);
  font-size:var(--font-size-xl);
  font-family:inherit;
  font-weight:var(--font-weight-bold);
  line-height:100%;
  }
      

      
          @media (max-width: 500px) {
            
  .cHqFgw {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .EEmiL {
    width:100%;
  display:flex;
  row-gap:1rem;
  overflow:auto;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cZAAUB {
    color:var(--il-gray-light);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .etoFUm {
    color:inherit;
  width:auto;
  display:flex;
  font-size:var(--font-size-base);
  max-height:600px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .etoFUm {
    width:100%;
  }
      

          }
          
        
      
      
  .NUIzD {
    width:15%;
  height:auto;
  object-fit:cover;
  }
      

      
        
      
      
  .chwylO {
    gap:1.5rem;
  color:inherit;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .fBlVRZ {
    padding-top:20px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  }
      

      
        
      
      
  .dsyPjH {
    gap:1rem;
  color:inherit;
  width:28%;
  background:linear-gradient(to bottom right, #121212 0%, #252525 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:inherit;
  }
      

      
          @media (max-width: 1000px) {
            
  .dsyPjH {
    width:100%;
  }
      

          }
          
        
      
      
  .dHhARc {
    gap:1rem;
  background:linear-gradient(to bottom right, #121212 0%, #252525 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  padding-top:18px;
  border-color:var(--il-think-gray);
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:12px;
  padding-right:20px;
  padding-bottom:18px;
  }
      

      
        
      
      
  .cTWqQo {
    color:-;
  width:100%;
  font-size:14px;
  font-family:inherit;
  grid-auto-flow:column;;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));;
  }
      

      
        
      
      
  .dUDUFQ {
    width:100%;
  height:400px;
  display:flex;
  font-size:var(--font-size-sm);
  align-items:center;
  font-family:inherit;
  padding-left:0.5rem;
  padding-right:0.5rem;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .dUDUFQ {
    width:100%;
  }
      

          }
          
        
      
      
  .fgMpJ {
    gap:0.5rem;
  color:inherit;
  background:linear-gradient(to bottom right, #121212 0%, #252525 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:inherit;
  padding-top:18px;
  border-color:var(--il-think-gray);
  border-style:solid;
  border-width:1px;
  padding-left:20px;
  border-radius:12px;
  padding-right:20px;
  padding-bottom:18px;
  }
      

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

      
          @media (max-width: 800px) {
            
  .fcWWYP {
    width:100%;
  }
      

          }
          
        
      
      
  .bROGmY {
    gap:0rem;
  overflow-x:auto;
  align-items:start;
  padding-top:10px;
  border-radius:10px;
  padding-bottom:15px;
  justify-content:start;
  scrollbar-width:none;;
  }
      
.bROGmY::-webkit-scrollbar {
  
}


      
        
      
      
  .fusTjs {
    width:100%;
  display:grid;
  align-items:center;
  grid-auto-flow:column;;
  background-color:transparent;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));;
  }
      

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

      
        
      
      
  .cmakYL {
    gap:1rem;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 420px) {
            
  .cmakYL {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cBIZlT {
    width:100%;
  cursor:pointer;
  display:flex;
  row-gap:1rem;
  background:var(--il-gray-600);
  column-gap:1rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .cBIZlT:hover {
    background:var(--il-think-gray);
  }
      

        
      
      
  .dmsMlz {
    color:inherit;
  align-items:center;
  padding-top:1px;
  flex-direction:row;
  padding-bottom:1px;
  justify-content:space-between;
  }
      

      
          @media (max-width: 650px) {
            
  .dmsMlz {
    gap:0.5rem;
  align-items:start;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .DashboardHome\:pO2L5qOdBkAiKLxErOr9t {
    flex-grow:1;
  }
      

      
        
      