
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--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;
--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;
--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;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-coveredbyyourgrace: 'Covered By Your Grace',handwriting;
--font-architectsdaughter: 'Architects Daughter',handwriting;
--font-eduauvicwantguides: 'Edu AU VIC WA NT Guides',handwriting;

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

      
  .MqSQo {
    width:100vw;
  height:100vh;
  background:var(--Dark-Navy);
  padding-top:120px;
  padding-left:120px;
  padding-right:60px;
  padding-bottom:60px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eHjJLK {
    flex:1;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  bottom:0px;
  height:86px;
  display:flex;
  z-index:100;
  position:fixed;
  overflow-x:visible;
  overflow-y:visible;
  transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
  align-items:flex-start;
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-thin);
  padding-top:0px;
  flex-direction:row;
  padding-bottom:0px;
  justify-content:center;
  }
      

      
        
      
      
  .bpeaxJ {
    width:100%;
  background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 50px 10px #00121e;
  align-items:;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  flex-direction:row;
  justify-content:;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .dLiqrg {
    gap:8px;
  color:var(--Sky);
  width:250px;
  cursor:pointer;
  height:48px;
  display:flex;
  font-size:var(--font-size-sm);
  max-height:48px;
  overflow-x:hidden;
  overflow-y:visible;
  align-items:center;
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .dLiqrg:hover {
    color:var(--White);
  background:linear-gradient(to left, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  overflow-x:visible;
  overflow-y:visible;
  }
      


          @media (max-width: 1024px) {
            
  .dLiqrg {
    gap:0px;
  flex:1;
  width:60px;
  height:60px;
  display:flex;
  min-height:60px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dLiqrg {
    width:60px;
  height:60px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

          }
          

  .dLiqrg.active_page {
    color:var(--White);
  display:flex;
  background:linear-gradient(to left, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      


  .dLiqrg.upcoming_feature {
    color:#016689b3;
  }
      


          @media (max-width: 1024px) {
            
  .dLiqrg:hover {
    background:#ffffff00;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .dLiqrg.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .dLiqrg.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dLiqrg.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          
        
      
      
  .iWeUt {
    color:white;
  right:-60px;
  width:34px;
  cursor:pointer;
  height:34px;
  display:flex;
  position:absolute;
  background:linear-gradient(ligh to bottom right, var(--Sky) 97%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 0px 10px 10px #00121e33;
  transition:all 300ms ease  allow-discrete;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .iWeUt.hover {
    background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 84%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      


  .iWeUt.show {
    right:8px;
  position:absolute;
  }
      

        
      
      
  .KLDAf {
    color:inherit;
  display:flex;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  .nav-link\:Anup1egzqL2rYU6zpfzr8 {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:center;
  }
      

      
        
      
      
  .bqynBo {
    font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  }
      

      
          @media (max-width: 1024px) {
            
  .bqynBo {
    display:none;
  font-size:var(--font-size-xxs);
  }
      

          }
          
        
      
      
  .doSxfy {
    width:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .doSxfy.show_add_new {
    width:84%;
  }
      


          @media (min-width: 1024px) {
            
  .doSxfy {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .nav-link\:idf5XkBPGYMXixSHkH9Nq {
    width:18px;
  height:18px;
  }
      

      
          @media (max-width: 1024px) {
            
  .nav-link\:idf5XkBPGYMXixSHkH9Nq {
    display:none;
  }
      

          }
          
        
      
      
  .cEKAGw {
    top:0px;
  left:0px;
  color:var(--Sky);
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  row-gap:8px;
  z-index:1000;
  position:absolute;
  font-size:var(--font-size-xs);
  background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:8px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 300ms ease  allow-discrete;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .cEKAGw {
    display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          
        
      
      
  .nav-link\:mQi_NJRWfjP-5OYXlhWqc {
    width:48px;
  height:48px;
  padding-left:14px;
  padding-right:14px;
  }
      

      
        
      
      
  .eKJDbW {
    display:flex;
  row-gap:4px;
  font-size:var(--font-size-xs);
  column-gap:4px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .eKJDbW {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .QUtmZ {
    width:fit-content;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
          @media (min-width: 1024px) {
            
  .navigation\:2TEDmcbcMxBxNEmHscoty {
    display:none;
  }
      

          }
          
        
      
      
  .cDEXOP {
    top:0px;
  left:0px;
  width:100%;
  height:80px;
  display:flex;
  z-index:101;
  position:fixed;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dnBjLB {
    top:64px;
  right:0px;
  width:fit-content;
  height:fit-content;
  display:flex;
  row-gap:12px;
  position:absolute;
  column-gap:12px;
  max-height:0px;
  overflow-y:clip;
  transition:height 300ms ease  allow-discrete;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .dnBjLB.show_log_out {
    height:fit-content;
  background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  max-height:999px;
  padding-top:12px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:12px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

        
      
      
  .cKuvIy {
    width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:top center;
  }
      

      
        
      
      
  .cCMANo {
    width:fit-content;
  height:20px;
  object-fit:contain;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bxDdtq {
    left:8px;
  color:var(--Sky);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:20;
  position:absolute;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .bxDdtq:hover {
    color:var(--White);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      


  .bxDdtq.active {
    color:var(--White);
  background:linear-gradient(to top left, var(--Sky) 0%, var(--Light-Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 10px 0px #0000006e;
  }
      

        
      
      
  .Mobile-Top-Header\:Gjz2l5HxVAhPHcR31zSlw {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:center;
  }
      

      
        
      
      
  .eOeqgF {
    width:25%;
  height:48px;
  display:flex;
  background:linear-gradient(to right, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 0px 20px  #0000008c;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .dSZHcT {
    color:var(--White);
  display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dMJYPl {
    color:var(--White);
  cursor:pointer;
  background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:Red Hat Display;
  padding-top:8px;
  border-color:#00a7e100;
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .dMJYPl:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .fEdKed {
    color:var(--Sky);
  right:8px;
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:20;
  position:absolute;
  box-shadow:0px 0px 10px 0px #000000b0;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .fEdKed:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  .Mobile-Top-Header\:g-XAV3dMvVA7EtiZzGFbh {
    color:var(--White);
  width:36px;
  height:36px;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .cfdZZ {
    row-gap:8px;
  column-gap:8px;
  flex-direction:row;
  }
      

      
        
      
      
  .bnEqHT {
    width:100%;
  height:60px;
  display:flex;
  background:linear-gradient(to top left, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 0px 50px 10px #00121eb3;
  align-items:center;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  
      

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

          }
          
        
      
      
  .dbJyxq {
    top:0px;
  left:0px;
  width:100%;
  height:60px;
  z-index:101;
  position:fixed;
  background: var(--Dark-Navy);
  box-shadow:-1px -10px 40px 0px var(--Light-Purple) inset;
  align-items:start;
  border-radius:0px;
  flex-direction:row;
  justify-content:start;
  border-bottom-color:var(--Light-Purple);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
        
      
      
  .bA-DzFW {
    top:60px;
  right:0px;
  width:fit-content;
  height:fit-content;
  display:flex;
  row-gap:12px;
  position:absolute;
  column-gap:12px;
  max-height:0px;
  overflow-y:clip;
  transition:height 300ms ease  allow-discrete;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .bA-DzFW.show_log_out {
    height:fit-content;
  background:var(--Dark-Navy);
  max-height:999px;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  border-left-color:var(--Lighter-Navy);
  border-left-style:solid;
  border-left-width:2px;
  border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-bottom-left-radius:6px;
  }
      

        
      
      
  .cbnEaL {
    width:2px;
  height:75%;
  background:var(--Light-Purple);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .evxtU {
    left:0px;
  width:auto;
  height:100%;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .oQdvw {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .edulPO {
    width:70px;
  height:70px;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 63%);
  object-fit:contain;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:center;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .edulPO {
    width:50px;
  height:50px;
  background:#ffffff00;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-bottom-color:var(--Dark-Navy);
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .Vxcjw {
    width:24px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .daArpM {
    width:32px;
  height:32px;
  border-color:var(--Light-Purple);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
    color:var(--White);
  width:14px;
  height:14px;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
    width:24px;
  height:24px;
  display:none;
  }
      

          }
          
        
      
      
  .bCrooE {
    gap:12px;
  height:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bCrooE {
    flex:1;
  display:flex;
  align-items:center;
  border-color:black;
  border-style:solid;
  border-width:0px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .eGnWDl {
    color:var(--White, #ffffff);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background:linear-gradient(to right, var(--Sky) 0%, var(--Light-Purple) 65%);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-normal);
  padding-top:2px;
  padding-left:8px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
          @media (max-width: 1024px) {
            
  .eGnWDl {
    display:flex;
  background:#ffffff00;
  align-items:flex-end;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dyEHBF {
    color:var(--White);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fgnFjQ {
    font-size:var(--font-size-xs);
  font-family:Red Hat Display;
  }
      

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

          }
          
        
      
      
  .bBxamU {
    color:var(--Sky);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-sm);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bnNIQK {
    right:0px;
  width:60px;
  height:60px;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .bnNIQK {
    width:50px;
  height:50px;
  }
      

          }
          
        
      
      
  .FSOwr {
    color:var(--White);
  cursor:pointer;
  z-index:20;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .FSOwr:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  .fvKMpO {
    color:var(--White);
  cursor:pointer;
  font-size:var(--font-size-sm);
  background:linear-gradient(to bottom right, var(--Light-Purple) 4%, var(--Sky) 50%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  padding-top:10PX;
  border-color:#00a7e100;
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .fvKMpO:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .eETvsx {
    height:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .eETvsx {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .navigation\:P8Ri05C3V-4lEqsr-o3dD {
    display:none;
  }
      

          }
          
        
      
      
  .fUjBl {
    top:0px;
  left:0px;
  color:var(--grey-50, #FAFAFA);
  width:60px;
  height:100%;
  z-index:100;
  position:fixed;
  font-size:var(--font-size-sm);
  background: var(--Dark-Navy);
  box-shadow:-6px 4px 20px  var(--Light-Purple) inset;
  overflow-x:hidden;
  transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
  align-items:start;
  font-family:briller;
  font-weight:var(--font-weight-thin);
  padding-top:70px;
  flex-direction:column;
  padding-bottom:70px;
  justify-content:start;
  border-right-color:var(--Light-Purple);
  border-right-style:solid;
  border-right-width:2px;
  }
      

      
          @media (min-width: 1024px) {
            
  .fUjBl:hover {
    width:264px;
  }
      

          }
          
        
      
      
  .cYENbY {
    color:var(--Sky);
  width:100%;
  row-gap:8px;
  column-gap:8px;
  align-items:;
  padding-left:5px;
  flex-direction:column;
  justify-content:;
  }
      

      
        
      
      
  .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .pyZEU {
    width:100%;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .Internal-Side-Nav\:R1c_JVUNWPbR8QZoVMhwG {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:R1c_JVUNWPbR8QZoVMhwG {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .fDFjql {
    width:75%;
  height:2px;
  background:var(--Light-Purple);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
    z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
    z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .navigation\:bD5opX6qgzRval-sly-Dt {
    display:none;
  }
      

          }
          
        
      
      
  .Checklists\:-7N03lJjDCKx3poS0ylTs {
    left:0px;
  position:absolute;
  }
      

      
        
      
      
  .cHzoac {
    row-gap:24px;
  column-gap:24px;
  }
      

      
        
      
      
  .dTFDSL {
    gap:12px;
  color:var(--White, #ffffff);
  display:flex;
  font-size:var(--font-size-4xl);
  align-items:flex-end;
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 430px) {
            
  .dTFDSL {
    display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .dniMJL {
    row-gap:12px;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .erwKaB {
    padding-top:4px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:2px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bvHPGj {
    flex:1;
  color:var(--White, #ffffff);
  height:40px;
  font-size:var(--font-size-sm);
  max-width:350px;
  font-weight:var(--font-weight-bold);
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--Dark-Navy, #00121e);
  }
      

      
  .bvHPGj:focus {
    border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      


  .bvHPGj::placeholder {
    color:#00a7e196;
  }
      

        
      
      
  .ecjEPz {
    flex:1;
  display:flex;
  font-size:var(--font-size-3xl);
  align-items:flex-start;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  }
      

      
          @media (max-width: 430px) {
            
  .ecjEPz {
    display:flex;
  font-size:var(--font-size-2xl);
  align-items:flex-start;
  justify-content:center;
  }
      

          }
          
        
      
      
  .YWePC {
    color:var(--Sky);
  width:fit-content;
  row-gap:8px;
  font-size:var(--font-size-xs);
  column-gap:8px;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  }
      

      
          @media (max-width: 430px) {
            
  .YWePC {
    display:none;
  }
      

          }
          
        
      
      
  .evNehx {
    display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-normal);
  justify-content:flex-start;
  }
      

      
          @media (max-width: 430px) {
            
  .evNehx {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dYyneH {
    color:var(--Sky);
  display:flex;
  flex-wrap:wrap;
  font-size:var(--font-size-2xl);
  max-width:100%;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  }
      

      
          @media (max-width: 430px) {
            
  .dYyneH {
    left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  display:flex;
  position:absolute;
  font-size:var(--font-size-base);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  .CUgAC {
    flex:1;
  display:flex;
  align-items:center;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .CUgAC.symmetrical {
    padding-left:0px;
  padding-right:0px;
  }
      


          @media (max-width: 430px) {
            
  .CUgAC {
    width:40px;
  height:40px;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  .cEBkTx {
    flex:1;
  height:100%;
  display:flex;
  max-height:40px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .page-header\:uguR4dOIBJBn80FZWng04 {
    color:var(--Sky);
  width:50px;
  height:50px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
          @media (max-width: 430px) {
            
  .page-header\:uguR4dOIBJBn80FZWng04 {
    top:0px;
  left:0px;
  color:sky;
  width:14px;
  height:14px;
  position:absolute;
  background:var(--Lighter-Navy);
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  border-top-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bgaNIz {
    color:var(--White, #ffffff);
  font-family:'Red Hat Display';
  flex-direction:column;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .task-item\:0ZrHVwWWwveUoyQg52XQI {
    width:20px;
  height:20px;
  padding-left:2px;
  padding-right:2px;
  }
      

      
        
      
      
  .task-item\:0jt96yxJJYs5nYrJaTZqi {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .eeXPbe {
    flex:1;
  width:100%;
  display:flex;
  row-gap:4px;
  flex-wrap:wrap;
  column-gap:4px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .task-item\:3zNwLtxKlradfqN0dYqC4 {
    width:14px;
  height:14px;
  }
      

      
        
      
      
  .cWLvHM {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .efbKnb {
    width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .efbKnb.edit_mode_client {
    color:var(--White);
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      


  .efbKnb:hover {
    color:var(--White);
  border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      


  .efbKnb.edit_mode_core {
    color:var(--White);
  background:linear-gradient(var(--Light-Purple) 0%, var(--Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  .fDdLW {
    color:var(--White, #ffffff);
  width:20px;
  cursor:pointer;
  height:20px;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  font-weight:var(--font-weight-black);
  border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  }
      

      
  .fDdLW:hover {
    border-color:var(--White, #ffffff);
  border-style:solid;
  border-width:2px;
  }
      


  .fDdLW.core {
    background:linear-gradient(var(--Light-Purple) 0%, var(--Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  border-color:var(--Light-Purple);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .bqZGSR {
    width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .bqZGSR.expanded_client {
    color:var(--White);
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      


  .bqZGSR:hover {
    color:var(--White);
  border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      


  .bqZGSR.expanded_core {
    color:var(--White);
  background:linear-gradient(var(--Light-Purple) 0%, var(--Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  .TFmXL {
    width:100%;
  cursor:pointer;
  row-gap:8px;
  background:linear-gradient(to right, var(--Lighter-Navy) 0%, var(--Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  column-gap:8px;
  min-height:fit-content;
  transition:all 300ms ease  allow-discrete;
  padding-top:12px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .TFmXL.hover {
    min-height:fit-content;
  transition:all 300ms ease  allow-discrete;
  }
      


  .TFmXL.completed {
    opacity:0.4;
  }
      


  .TFmXL.adding_task {
    animation:;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      


  .TFmXL.edit_mode_client {
    animation:2s ease 0ms infinite normal none running animation-fpsTrs, 2s ease 0ms infinite normal none running animation-eViaES;
  box-shadow:0px 0px 20px 0px var(--Sky);
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      


  .TFmXL.core {
    background:linear-gradient(to right, #7a68f480 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  border-color:#7a68f480;
  border-style:solid;
  border-width:2px;
  }
      


  .TFmXL.edit_mode_core {
    animation:2s ease 0ms 1 normal none running animation-efTgoU;
  box-shadow:0px 0px 20px 0px var(--Light-Purple);
  border-color:var(--Light-Purple);
  border-style:solid;
  border-width:2px;
  }
      

        
                  @keyframes animation-eViaES {
                    
                        0% {
                          undefined: ;
                        }
                        

                        0% {
                          box-shadow: rgb(0, 167, 225) 0px 0px 20px 0px;
                        }
                        

                        50% {
                          box-shadow: 0px 0px 2px 0px var(--Sky);
                        }
                        

                        50% {
                          undefined: ;
                        }
                        

                        100% {
                          box-shadow: rgb(0, 167, 225) 0px 0px 20px 0px;
                        }
                        

                        100% {
                          undefined: ;
                        }
                        
                  }
                  

                  @keyframes animation-efTgoU {
                    
                        0% {
                          border-color: rgb(122, 104, 244);
                        }
                        

                        0% {
                          undefined: ;
                        }
                        

                        50% {
                          undefined: ;
                        }
                        

                        50% {
                          box-shadow: 0px 0px 2px 0px var(--Light-Purple);
                        }
                        

                        50% {
                          border-color: #7a68f440;
                        }
                        

                        100% {
                          undefined: ;
                        }
                        

                        100% {
                          border-color: rgb(122, 104, 244);
                        }
                        
                  }
                  

                  @keyframes animation-fpsTrs {
                    
                        0% {
                          border-color: rgb(0, 167, 225);
                        }
                        

                        50% {
                          border-color: #00a7e140;
                        }
                        

                        100% {
                          border-color: rgb(0, 167, 225);
                        }
                        
                  }
                  
      
      
  .task-item\:95EUVPHQ-riHYeyu8Pxqk {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .bQuTQm {
    flex:1;
  padding-top:12px;
  }
      

      
        
      
      
  .wNzMi {
    width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

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

      
        
      
      
  .dYnzUn {
    top:0px;
  flex:1;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  align-items:start;
  font-weight:var(--font-weight-normal);
  flex-direction:column;
  justify-content:start;
  }
      

      
  .dYnzUn.hover {
    row-gap:8px;
  column-gap:8px;
  }
      

        
      
      
  .bZFKAu {
    font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .feSuTu {
    width:fit-content;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:999999px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ehdoz {
    width:.6rem;
  height:.6rem;
  display:flex;
  position:absolute;
  transform:x(NaNrem);
  transition:all 175ms ease 0ms normal;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:99999px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--Sky, #00a7e1);
  transition-duration:150ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ehdoz:hover {
    background-color:var(--White, #ffffff);
  }
      


  .ehdoz.on {
    translate:.7rem 0 0;
  background-color:var(--White, #ffffff);
  }
      

        
      
      
  .enYlee {
    width:1.75rem;
  cursor:pointer;
  height:1rem;
  display:flex;
  position:relative;
  transition:all 300ms ease 0ms ;
  align-items:center;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:1px;
  padding-left:0.125rem;
  border-radius:99999px;
  padding-right:0.125rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--Dark-Navy, #00121e);
  transition-duration:150ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .enYlee:hover {
    box-shadow:0px 0px 20px 1px #00a7e182;
  transition:all 300ms ease 0ms ;
  border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:1px;
  border-radius:9999px;
  }
      


  .enYlee.on {
    outline:none;
  box-shadow:0 0 0 2px var(--tw-ring-color);
  border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:1px;
  --tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
      

        
      
      
  
      

      
        
      
      
  .eWihVz {
    width:auto;
  display:flex;
  row-gap:4px;
  position:relative;
  flex-wrap:wrap;
  font-size:var(--font-size-xs);
  column-gap:4px;
  text-align:right;
  transition:position 300ms ease  allow-discrete;
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .eWihVz.overdue {
    color:var(--red-200);
  background:var(--Light-Red);
  }
      


  .eWihVz.client {
    color:var(--blue-50);
  background:var(--Sky);
  }
      


  .eWihVz.core {
    background:var(--Light-Purple);
  }
      

        
      
      
  .task-item\:KJ5bZsMpylm0Z4EFaaOYZ {
    width:14px;
  height:14px;
  }
      

      
        
      
      
  .sub-task-item\:0ZrHVwWWwveUoyQg52XQI {
    width:20px;
  height:20px;
  padding-left:2px;
  padding-right:2px;
  }
      

      
        
      
      
  .sub-task-item\:0jt96yxJJYs5nYrJaTZqi {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .sub-task-item\:3zNwLtxKlradfqN0dYqC4 {
    width:14px;
  height:14px;
  }
      

      
        
      
      
  .dyBHTT {
    color:var(--White, #ffffff);
  width:20px;
  cursor:pointer;
  height:20px;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  font-weight:var(--font-weight-black);
  border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  }
      

      
  .dyBHTT:hover {
    border-color:var(--White, #ffffff);
  border-style:solid;
  border-width:2px;
  }
      


  .dyBHTT.core {
    background:linear-gradient(var(--Light-Purple) 0%, var(--Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  .sub-task-item\:95EUVPHQ-riHYeyu8Pxqk {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .sub-task-item\:KJ5bZsMpylm0Z4EFaaOYZ {
    width:14px;
  height:14px;
  }
      

      
        
      
      
  .doTivK {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  row-gap:4px;
  background:#00121e80;
  column-gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  scrollbar-width:none;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      
.doTivK::-webkit-scrollbar {
  width: 0;
}


      
  
      

        
      
      
  .fHJlSF {
    color:var(--Sky);
  width:auto;
  display:flex;
  row-gap:4px;
  position:relative;
  flex-wrap:wrap;
  font-size:var(--font-size-xs);
  column-gap:4px;
  text-align:right;
  transition:position 300ms ease  allow-discrete;
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:0px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:0px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .fHJlSF.client {
    color:var(--Sky);
  }
      


  .fHJlSF.core {
    color:var(--purple-400);
  }
      

        
      
      
  .dBosqK {
    color:var(--White);
  font-size:12px;
  font-weight:400;
  border-color:#00000000;
  border-style:solid;
  border-width:2px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .dBosqK.dark {
    color:#ffffff;
  background-color:var(--grey-900, #171717);
  }
      

        
      
      
  .eqllWt {
    color:var(--Sky);
  width:fit-content;
  cursor:pointer;
  background:var(--Lighter-Navy);
  padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .eqllWt.dark {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bcfZXV {
    width:17px;
  height:17px;
  font-size:12px;
  align-items:center;
  font-weight:600;
  justify-content:center;
  }
      

      
        
      
      
  .eIZjBz {
    gap:0.25rem;
  background:var(--Dark-Navy);
  padding-top:0.25rem;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .eIZjBz.dark {
    border-color:#2b2b2b;
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-900, #171717);
  }
      

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

      
        
      
      
  .dRmSEw {
    color:inherit;
  display:inline-block;
  opacity:0.5;
  position:absolute;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .bfntFK {
    flex:1;
  color:var(--White);
  width:100%;
  height:100%;
  font-size:var(--font-size-base);
  overflow-y:scroll;
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dgFHTB {
    color:var(--Sky);
  width:fit-content;
  cursor:pointer;
  background:var(--Lighter-Navy);
  align-items:center;
  padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dgFHTB.dark {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .XuSvN {
    height:fit-content;
  min-height:50px;
  }
      

      
        
      
      
  .fgKTAu {
    gap:0.25rem;
  display:flex;
  background:var(--Dark-Navy);
  align-items:center;
  padding-top:0.25rem;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .fgKTAu.dark {
    border-color:#2b2b2b;
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-900, #171717);
  }
      

        
      
      
  .deEkzX {
    width:100%;
  height:fit-content;
  row-gap:4px;
  position:relative;
  flex-wrap:wrap;
  background:var(--Dark-Navy);
  box-shadow:0px 2px 40px 0px var(--Dark-Navy);
  column-gap:4px;
  min-height:50px;
  align-items:center;
  padding-top:4px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:space-between;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .duyLKQ {
    color:var(--Sky);
  width:fit-content;
  cursor:pointer;
  display:flex;
  background:var(--Lighter-Navy);
  align-items:center;
  padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .duyLKQ.dark {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-800, #262626);
  }
      

        
      
      
  .dtNsMw {
    z-index:9;
  min-height:10rem;
  padding-top:8px;
  border-color:#00000000;
  border-style:solid;
  border-width:0px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .deypef {
    color:var(--White);
  width:100%;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  background:#00121e80;
  max-height:0px;
  min-height:0px;
  overflow-y:scroll;
  transition:all 300ms ease  normal;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  scrollbar-width:none;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      
.deypef::-webkit-scrollbar {
  width: 0;
}


      
  .deypef.hover {
    height:fit-content;
  max-height:fit-content;
  min-height:fit-content;
  }
      

        
      
      
  .fbAubr {
    top:-12px;
  }
      

      
        
      
      
  .cYVNPB {
    width:28px;
  height:28px;
  display:flex;
  position:relative;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .cYVNPB.selected {
    color:var(--White);
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-color:var(--Light-Purple);
  border-style:solid;
  border-width:2px;
  }
      


  .cYVNPB:hover {
    color:var(--White);
  border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

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

      
        
      
      
  .sub-task-item\:_n5mgjtWy1Mpl7uUQ0Jvu {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .cthUkr {
    width:100%;
  height:fit-content;
  align-items:start;
  padding-top:var(--padding_top);
  padding-left:var(--padding_left);
  padding-right:var(--padding_right);
  padding-bottom:var(--padding_bottom);
  justify-content:start;
  }
      

      
  .cthUkr.icon_only {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  padding-left:8px;
  flex-direction:row;
  justify-content:flex-start;
  }
      


  .cthUkr.divider_line {
    border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

        
      
      
  .dropdown-select-fractrade-inset\:3U2VBLqIIFk1mh_3rm7cB {
    color:var(--Sky);
  width:20px;
  cursor:pointer;
  height:20px;
  z-index:25;
  position:relative;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dropdown-select-fractrade-inset\:3U2VBLqIIFk1mh_3rm7cB:hover {
    color:var(--White);
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .dropdown-select-fractrade-inset\:3bB2E1t4c_CJFZ9po1KzC {
    padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bWFuPv {
    flex:1;
  width:100%;
  height:40px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dLDEow {
    width:100%;
  height:fit-content;
  flex-grow:1;
  flex-basis:100%;
  min-height:40px;
  flex-shrink:1;
  padding-left:0px;
  padding-right:0px;
  }
      

      
        
      
      
  .fpqkwo {
    flex:1;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-bold);
  padding-left:8px;
  padding-right:8px;
  }
      

      
  .fpqkwo.small_label {
    font-size:var(--font-size-sm);
  }
      

        
      
      
  .dgkEdF {
    color:var(--Sky, #00a7e1);
  font-size:var(--font-size-xs);
  font-weight:var(--font-weight-bold);
  padding-left:28px;
  padding-right:28px;
  }
      

      
  .dgkEdF.no_icon {
    padding-left:8px;
  padding-right:8px;
  }
      

        
      
      
  
      

      
        
      
      
  .dNHGwj {
    color:var(--Place-Holder);
  cursor:pointer;
  display:flex;
  background:#00a7e11a;
  transition:all 300ms ease  allow-discrete;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .dNHGwj:hover {
    color:var(--White);
  background:var(--Sky);
  }
      

        
      
      
  .dropdown-select-fractrade-inset\:HDb2Uzr47r_NgNzyPxTPp {
    padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .eynXKc {
    color:var(--Place-Holder);
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .cOaiVJ {
    display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background:#00a7e11a;
  column-gap:4px;
  overflow-x:scroll;
  align-items:center;
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  padding-top:2px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:flex-start;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .dropdown-select-fractrade-inset\:Lu8mLNstA_Wgz1xGU0Dvm {
    width:20px;
  cursor:pointer;
  height:20px;
  z-index:25;
  position:relative;
  background: var(--Dark-Navy);
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dropdown-select-fractrade-inset\:Lu8mLNstA_Wgz1xGU0Dvm:hover {
    color:var(--White);
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .eiXrXX {
    flex:1;
  color:var(--Sky, #00a7e1);
  display:inline-block;
  flex-wrap:wrap;
  font-size:var(--font-size-sm);
  max-width:100%;
  overflow-y:auto;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .bjgckf {
    color:var(--Sky, #00a7e1);
  transition:all 300ms ease 0ms ;
  }
      

      
  .bjgckf.open {
    color:var(--White, #ffffff);
  rotate:z -90deg;
  }
      

        
      
      
  .fqArGY {
    gap:8px;
  flex:1  ;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .dropdown-select-fractrade-inset\:S3UzUwJseyOJIAEGiKZAs {
    padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  }
      

      
        
      
      
  .tWHVG {
    right:0px;
  height:100%;
  display:flex;
  row-gap:2px;
  position:absolute;
  column-gap:2px;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  justify-content:flex-end;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .ezUHqn {
    gap:8px;
  flex:1;
  color:var(--Sky, #00a7e1);
  width:100%;
  font-size:var(--font-size-sm);
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-bold);
  scrollbar-width:none;
  }
      
.ezUHqn::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .fhYnQI {
    gap:24px;
  color:var(--White, #ffffff);
  width:100%;
  cursor:pointer;
  min-height:36px;
  overflow-x:clip;
  transition:all 300ms ease 0ms ;
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:8px;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:space-between;
  }
      

      
  .fhYnQI:hover {
    color:var(--White, #ffffff);
  border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .eenJvM {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .bhxoxa {
    gap:0px;
  flex:1;
  align-items:center;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bhxoxa.blue_text {
    color:var(--Sky, #00a7e1);
  }
      

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

      
        
      
      
  .dropdown-select-fractrade-inset\:iOdjJOCmn7wHtHMdTCZwD {
    color:var(--Sky);
  width:100%;
  cursor:pointer;
  height:100%;
  position:relative;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dropdown-select-fractrade-inset\:iOdjJOCmn7wHtHMdTCZwD:hover {
    color:var(--White);
  }
      

        
      
      
  .bDdFYR {
    top:100%;
  flex:1;
  width:100%;
  opacity:0;
  row-gap:0px;
  position:absolute;
  column-gap:0px;
  max-height:0px;
  overflow-x:clip;
  overflow-y:clip;
  transition:all 300ms ease 0ms ;
  padding-top:0px;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:0px;
  padding-left:0px;
  border-radius:6px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:var(--Dark-Navy, #00121e);
  }
      

      
  .bDdFYR.open {
    opacity:1;
  box-shadow:0px 10px 22px 5px var(--Dark-Navy, #00121e);
  max-height:325px;
  overflow-y:clip;
  padding-top:4px;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:6px;
  padding-right:4px;
  padding-bottom:4px;
  }
      


  
      

        
      
      
  .drHWiu {
    width:18px;
  height:18px;
  display:flex;
  position:relative;
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
      
      
  .eGOIZS {
    font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  }
      

      
  .eGOIZS.justified_right {
    display:flex;
  text-align:right;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

        
      
      
  .dKXqbP {
    width:100%;
  row-gap:4px;
  flex-grow:1;
  column-gap:4px;
  overflow-y:scroll;
  flex-shrink:1;
  }
      

      
        
      
      
  .bLEIHI {
    max-width:100px;
  max-height:50px;
  object-fit:contain;
  }
      

      
        
      
      
  .eZcOEZ {
    width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eWOzhM {
    color:var(--White, #ffffff);
  height:20px;
  font-size:var(--font-size-base);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-left:0px;
  padding-right:8px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .betGJg {
    width:40px;
  }
      

      
        
      
      
  .dzDdaE {
    display:flex;
  row-gap:8px;
  flex-wrap:wrap;
  column-gap:8px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
      
      
  .uwICK {
    height:fit-content;
  display:flex;
  row-gap:4px;
  position:relative;
  flex-grow:1;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  column-gap:4px;
  flex-basis:100%;
  overflow-x:scroll;
  flex-shrink:1;
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  padding-top:4px;
  margin-right:48px;
  padding-left:0px;
  padding-right:200px;
  flex-direction:row;
  padding-bottom:4px;
  scrollbar-color:transparent;
  scrollbar-width:none;
  }
      
.uwICK::-webkit-scrollbar {
  width: 0;
}


      
  .uwICK.justified_right {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

        
      
      
  .coFqOS {
    top:10px;
  right:8px;
  position:absolute;
  }
      

      
        
      
      
  .czWfSv {
    width:18px;
  height:18px;
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .csXHgm {
    color:var(--grey-50, #FAFAFA);
  width:100%;
  cursor:pointer;
  height:fit-content;
  display:flex;
  flex-grow:1;
  flex-wrap:wrap;
  font-size:var(--font-size-base);
  flex-basis:100%;
  min-height:fit-content;
  overflow-x:hidden;
  align-items:center;
  flex-shrink:1;
  font-weight:var(--font-weight-normal);
  border-color:#00000000;
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:6px;
  padding-right:36px;
  flex-direction:row;
  justify-content:flex-start;
  scrollbar-color:transparent;
  scrollbar-width:thin;
  }
      
.csXHgm::-webkit-scrollbar {
  width: 4px;
}


      
  
      


  .csXHgm.multi {
    flex:1;
  width:100%;
  height:fit-content;
  min-height:40px;
  padding-left:4px;
  padding-right:4px;
  }
      


  .csXHgm.hover {
    background:#00a7e11a;
  }
      


  .csXHgm.justified_right {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

        
      
      
  .mnYkU {
    top:0px;
  left:0px;
  color:var(--White);
  height:36px;
  z-index:10;
  position:relative;
  flex-grow:1;
  font-size:var(--font-size-sm);
  background: var(--Dark-Navy);
  font-family:Red Hat Display;
  font-weight:bolder;
  padding-left:4px;
  border-radius:6px;
  padding-right:4px;
  }
      

      
  .mnYkU::placeholder {
    color:var(--Sky, #00a7e1);
  font-size:var(--font-size-sm);
  font-weight:var(--font-weight-bold);
  }
      

        
      
      
  .sub-task-item\:kEC6ITrbZzKVcv8-a3ZW1 {
    z-index:20;
  }
      

      
        
      
      
  .bnNEaZ {
    flex:1;
  row-gap:8px;
  column-gap:8px;
  flex-direction:column;
  }
      

      
        
      
      
  .sub-task-item\:nNQhslWX5GX8FfRJ3vfwB {
    z-index:10;
  }
      

      
        
      
      
  .bwbqim {
    width:100%;
  height:fit-content;
  }
      

      
        
      
      
  .XAQRy {
    width:20px;
  cursor:pointer;
  height:20px;
  border-color:var(--Place-Holder);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  }
      

      
  .XAQRy:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      


  .XAQRy.core {
    border-color:var(--Light-Purple);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .bkKrKH {
    color:var(--Sky, #00a7e1);
  font-size:var(--font-size-sm);
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-bold);
  padding-top:var(--padding_top);
  padding-left:var(--padding_left);
  padding-right:var(--padding_right);
  padding-bottom:var(--padding_bottom);
  }
      

      
  .bkKrKH.divider_line {
    border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

        
      
      
  .sVQvI {
    color:var(--White);
  cursor:pointer;
  height:40px;
  display:flex;
  font-size:var(--dynamic_text_size);
  align-items:flex-start;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .sVQvI:hover {
    background:#00a7e11a;
  }
      

        
      
      
  .bLtwrC {
    gap:8px;
  color:var(--White, #ffffff);
  font-size:var(--font-size-base);
  align-items:center;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bLtwrC.blue_label {
    color:var(--Sky);
  font-size:var(--font-size-sm);
  }
      


  .bLtwrC.no_icon {
    padding-left:8px;
  }
      

        
      
      
  .cSONsg {
    color:var(--Sky, #00a7e1);
  font-size:var(--font-size-xs);
  font-weight:var(--font-weight-bold);
  padding-left:28px;
  padding-right:28px;
  }
      

      
  .cSONsg.no_icon {
    padding-left:8px;
  padding-right:8px;
  }
      


  .cSONsg.blue_label {
    color:var(--Sky);
  }
      

        
      
      
  .fmtOiy {
    color:var(--Sky, #00a7e1);
  width:20px;
  height:20px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .PpNuV {
    flex:1;
  color:var(--White, #ffffff);
  width:100%;
  height:40px;
  display:flex;
  font-size:var(--dynamic_text_size);
  max-width:100%;
  max-height:40px;
  min-height:40px;
  align-items:flex-start;
  font-weight:var(--font-weight-normal);
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  justify-content:center;
  }
      

      
  .PpNuV:focus {
    background:#00a7e11a;
  }
      


  .PpNuV::placeholder {
    color:#00a7e196;
  }
      


  .PpNuV:hover {
    cursor:pointer;
  background:#00a7e11a;
  }
      


  .PpNuV.right_justified {
    text-align:right;
  }
      

        
      
      
  .bQLTTj {
    color:var(--Sky, #00a7e1);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cOxXVl {
    width:28px;
  cursor:pointer;
  height:28px;
  z-index:2;
  position:relative;
  padding-top:4px;
  border-color:#08365b00;
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .cOxXVl:hover {
    color:var(--White, #ffffff);
  border-color:var(--Light-Red, #ff3f5a);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .bhfGDQ {
    right:0px;
  row-gap:4px;
  position:absolute;
  column-gap:4px;
  flex-direction:row;
  }
      

      
  .bhfGDQ.client {
    color:var(--Sky);
  }
      


  .bhfGDQ.core {
    color:var(--purple-400);
  }
      

        
      
      
  .eWECzK {
    left:12px;
  color:var(--White);
  width:20px;
  bottom:12px;
  cursor:pointer;
  height:20px;
  display:flex;
  position:absolute;
  background:var(--Light-Purple);
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .eWECzK:hover {
    color:var(--White);
  background:var(--Light-Purple);
  border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      


  .eWECzK.client {
    background:var(--Sky);
  }
      

        
      
      
  .task-item\:ND-_iR6666bANI3Or_QnT {
    flex:1;
  }
      

      
        
      
      
  .dhYwln {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  row-gap:4px;
  background:#00121e80;
  column-gap:4px;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:flex-start;
  scrollbar-width:none;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      
.dhYwln::-webkit-scrollbar {
  width: 0;
}


      
  
      

        
      
      
  .KAIXp {
    width:44px;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
        
      
      
  .BkfwL {
    flex:1;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bIeA-dv {
    top:-12px;
  flex:1;
  width:auto;
  position:relative;
  }
      

      
        
      
      
  .cYXGus {
    width:50%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-left-color:var(--Lighter-Navy);
  border-left-style:solid;
  border-left-width:2px;
  }
      

      
  .cYXGus.last_one {
    width:50%;
  height:50%;
  border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-bottom-left-radius:6px;
  }
      

        
      
      
  .task-item\:_n5mgjtWy1Mpl7uUQ0Jvu {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .bszQnZ {
    width:100%;
  height:2px;
  display:flex;
  background:var(--Lighter-Navy);
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .task-item\:kEC6ITrbZzKVcv8-a3ZW1 {
    z-index:20;
  }
      

      
        
      
      
  .task-item\:nNQhslWX5GX8FfRJ3vfwB {
    z-index:10;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .csEMXk {
    row-gap:12px;
  column-gap:12px;
  }
      

      
        
      
      
  .EYliK {
    z-index:var(--Z-index);
  }
      

      
        
      