
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-roboto: 'Roboto',sans-serif;
--font-robotocondensed: 'Roboto Condensed',sans-serif;
--font-robotoflex: 'Roboto Flex',sans-serif;
--font-robotoserif: 'Roboto Serif',serif;
--font-robotoslab: 'Roboto Slab',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .btXbLT {
    :;
  color:#E0E0E0; /* Light text color */;
  width:100%;
  height:100%;
  font-family:Arial, sans-serif;;
  background-color:#121212; /* Dark background */;
  }
      

      
        
      
      
  .bRKLch {
    width:110px;
  align-items:center;
  justify-content:center;
  border-left-color:black;
  border-left-style:dotted;
  border-left-width:1px;
  border-right-color:black;
  border-right-style:dotted;
  border-right-width:1px;
  }
      

      
        
      
      
  .NYFOj {
    width:30px;
  border:none;
  cursor:pointer;
  height:24px;
  display:flex;
  outline:none;
  position:relative;
  background:transparent;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
  
      

        
      
      
  .bqxnCp {
    width:200px;
  padding-left:5px;
  padding-right:5px;
  }
      

      
        
      
      
  .qLKNl {
    :;
  align-items:center;
  font-family:'Roboto';
  font-weight:bold;;
  flex-direction:row;
  justify-content:start;
  background-color:#333333; /* Slightly lighter background for headers */;
  }
      

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

      
        
      
      
  .Lcamp {
    width:110px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .bjjqvA {
    width:110px;
  align-items:center;
  font-family:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .elcwHU {
    width:120px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .fdOYMd {
    padding-left:100px;
  padding-right:100px;
  }
      

      
        
      
      
  .dSrETK {
    width:3%;
  }
      

      
        
      
      
  .fccVqq {
    width:100px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .dBDKea {
    color:var(--grey-200, #E5E5E5);
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:inherit;
  }
      

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

        
      
      
  .rqOcD {
    width:150px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

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

      
        
      
      
  .dFaxkL {
    width:100px;
  align-items:center;
  justify-content:center;
  background-color:var(--priority_colour, #ff9999);
  }
      

      
        
      
      
  .tEjiq {
    width:30px;
  align-items:start;
  padding-left:5px;
  padding-right:5px;
  justify-content:center;
  background-color:var(--project_stage_colour, #b3cde0);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bjayof {
    width:200px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .dgBSVR {
    align-items:start;
  padding-left:50px;
  padding-right:50px;
  justify-content:start;
  }
      

      
        
      
      
  .ciJlji {
    width:150px;
  align-items:start;
  padding-left:5px;
  padding-right:5px;
  justify-content:center;
  background-color:var(--risk_color, #ffb3b3);
  }
      

      
        
      
      
  .cJhBDU {
    font-family:inherit;
  border-color:black;
  border-style:solid;
  border-width:1px;
  flex-direction:column;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .YXvuw {
    :;
  top:0px;
  left:0px;
  z-index:100;
  position:sticky;
  align-items:center;
  font-family:'Roboto Slab';
  border-color:black;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--grey-200, #E5E5E5);
  }
      

      
        
      
      
  .HBxAX {
    width:150px;
  padding-left:5px;
  padding-right:5px;
  }
      

      
        
      
      
  .KkAKM {
    align-items:center;
  font-family:inherit;
  padding-top:4px;
  border-color:black;
  border-style:dotted;
  border-width:1px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .eTEJcc {
    width:110px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dNzfKs {
    top:var(--top-position);
  left:var(--left-position);
  width:150px;
  }
      

      
        
      
      
  .eWhmQb {
    :;
  color:#E0E0E0; /* Light text */;
  height:87vh;
  overflow-y:scroll;
  font-family:'Roboto Serif';
  padding-top:10px;
  padding-bottom:10px;
  background-color:#2E2E2E; /* Dark table background */;
  }
      

      
        
      
      
  .cPCYQG {
    width:110px;
  align-items:center;
  justify-content:center;
  border-right-color:black;
  border-right-style:dotted;
  border-right-width:1px;
  }
      

      
        
      
      
  .dCYUNo {
    gap:8px;
  color:var(--grey-100, #F5F5F5);
  width:100%;
  font-family:'Roboto Serif';
  background-color:var(--grey-700, #404040);
  }
      

      
        
      
      
  .fvcjlh {
    width:110px;
  align-items:start;
  padding-left:5px;
  padding-right:5px;
  justify-content:center;
  background-color:var(--project_stage_colour, #b3cde0);
  }
      

      
        
      
      
  .dQhamK {
    :;
  color:#FFFFFF;;
  display:flex;
  font-size:var(--font-size-4xl);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dqSBzU {
    width:100%;
  align-items:center;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bUvQcH {
    :;
  color:#E0E0E0; /* Light text color */;
  width:1100px;
  border:1px solid #e0e0e0;;
  height:850px;
  padding:24px;;
  box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); /* More prominent shadow */;
  overflow-y:auto;
  font-family:Arial, sans-serif;;
  border-radius:12px; /* Rounded corners */;
  background-color:#121212; /* Dark background */;
  }
      

      
        
      
      
  .dMchNQ {
    :;
  color:#ffffff; /* Light text */;
  width:100%;;
  border:1px solid #555; /* Border for inputs */;
  margin:5px 0;;
  padding:10px;;
  font-size:1em;;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);;
  box-sizing:border-box;;
  transition:border-color 0.3s ease, box-shadow 0.3s ease;;
  border-radius:6px;;
  background-color:#2a2a2a; /* Darker input background */;
  }
      

      
  .dMchNQ:focus {
    outline:none;;
  box-shadow:0 4px 8px rgba(0, 123, 255, 0.2);;
  border-color:#007BFF;;
  }
      

        
      
      
  .eSLDvr {
    gap:20px;
  display:flex;
  flex-wrap:wrap;;
  flex-direction:row;
  }
      

      
        
      
      
  .dAFxhq {
    flex:1 1 calc(50% - 20px);
  }
      

      
        
      
      
  .eyPUYK {
    color:#333;;
  border:1px solid #ccc;;
  cursor:pointer;;
  display:inline-flex; /* Use flexbox for alignment */;
  padding:12px 20px;;
  font-size:1em;;
  text-align:center; /* Center text in multi-line buttons */;
  transition:background-color 0.3s ease, transform 0.2s ease;;
  align-items:center; /* Center text vertically */;
  font-weight:bold; /* Optional: Makes the text more readable */;
  border-radius:8px; /* Rounded corners */;
  justify-content:center; /* Center text horizontally */;
  background-color:#f5f5f5;;
  }
      

      
  .eyPUYK:hover {
    transform:translateY(-2px); /* Subtle lift on hover */;
  background-color:#e0e0e0; /* Slightly darker on hover */;
  }
      

        
      
      
  .ecMggZ {
    :;
  color:#cfcfcf;;
  font-size:0.9em; /* Smaller text */;
  font-weight:bold;;
  margin-bottom:6px;;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cEVWFE {
    color:#ffffff;;
  padding:10px 16px;;
  font-size:1.3em;;
  box-shadow:0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */;
  margin-top:20px;;
  font-weight:bold;;
  border-bottom:2px solid #ddd; /* Thicker divider for emphasis */;
  border-radius:8px;;
  margin-bottom:10px;;
  padding-bottom:6px;;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cLdziQ {
    :;
  color:#ffffff; /* Light text */;
  width:100%;;
  border:1px solid #555; /* Border for inputs */;
  margin:5px 0;;
  padding:10px;;
  font-size:1em;;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);;
  box-sizing:border-box;;
  transition:border-color 0.3s ease, box-shadow 0.3s ease;;
  border-radius:6px;;
  background-color:#2a2a2a; /* Darker input background */;
  }
      

      
  .cLdziQ:focus {
    outline:none;;
  border-color:#007BFF;;
  background-color:#fff;;
  }
      

        
      
      
  .fAnGlC {
    color:white;;
  border:none;;
  cursor:pointer;;
  display:inline-flex; /* Use flexbox for alignment */;
  padding:12px 20px;;
  font-size:1em;;
  box-shadow:0 4px 6px rgba(0, 123, 255, 0.2); /* Subtle shadow */;
  text-align:center; /* Center text in multi-line buttons */;
  transition:background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;;
  align-items:center; /* Center text vertically */;
  font-weight:bold; /* Optional: Makes the text more readable */;
  border-radius:8px; /* Rounded corners */;
  justify-content:center; /* Center text horizontally */;
  background-color:#007BFF;;
  }
      

      
  .fAnGlC:hover {
    transform:translateY(-2px); /* Subtle lift on hover */;
  box-shadow:0 6px 10px rgba(0, 123, 255, 0.3); /* Enhanced shadow on hover */;
  background-color:#0056b3; /* Darker blue on hover */;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fhhTTk {
    width:var(----child-width);
  height:var(----child-height);
  }
      

      
        
      
      
  .eYikXx {
    border:1px solid #333; /* Subtle border */;
  padding:20px;;
  box-shadow:0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */;
  border-radius:8px; /* Rounded corners */;
  background-color:#1e1e1e; /* Darker gray for the form */;
  }
      

      
  .eYikXx:focus-visible {
    outline:none;;
  box-shadow:0 0 5px rgba(0, 123, 255, 0.5);;
  border-color:#007BFF;;
  background-color:#ffffff;;
  }
      

        
      
      
  .edxFTA {
    gap:20px; /* Space between buttons */;
  display:flex;;
  margin-top:20px;;
  justify-content:center; /* Center buttons horizontally */;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .guJBd {
    top:50%; /* Start at 50% from the top */;
  left:50%; /* Start at 50% from the left */;
  width:auto; /* Adjust width as needed */;
  display:flex; /* Allows alignment of content inside modal */;
  padding:20px; /* Add padding for inner spacing */;
  z-index:300; /* Ensure it's on top of other elements */;
  position:fixed; /* Fixed position to stay relative to the viewport */;
  transform:translate(-50%, -50%); /* Adjust by half its size to center it */;
  box-shadow:0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a modern look */;
  align-items:center; /* Vertically center content */;
  border-radius:8px; /* Optional: Rounded corners */;
  justify-content:center; /* Horizontally center content */;
  background-color:white; /* Modal background */;
  }
      

      
        
      
      
  .iYTCu {
    width:50px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .edvQNn {
    width:120px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .uOtLn {
    width:100px;
  align-items:end;
  justify-content:center;
  }
      

      
        
      
      
  .ecartd {
    gap:15px;
  flex-direction:row;
  }
      

      
        
      
      
  .eqiwIk {
    width:30px;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .Wtoio {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:fixed;
  }
      

      
        
      
      
  .drzpeW {
    :;
  color:#FFFFFF;;
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:#007BFF; /* Bright blue */;
  }
      

      
  .drzpeW:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  .eMuBZz {
    width:1100px;
  border:1px solid #e0e0e0;;
  height:700px;
  padding:24px;;
  background:#ffffff;;
  box-shadow:0 8px 16px rgba(0, 0, 0, 0.1); /* More prominent shadow */;
  overflow-y:auto;
  border-radius:12px; /* Rounded corners */;
  }
      

      
        
      
      
  .cmlfVu {
    width:100%;
  font-weight:var(--font-weight-regular);
  border-color:black;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  }
      

      
        
      
      
  .drrITJ {
    width:100%;
  align-items:center;
  padding-top:3px;
  flex-direction:row;
  padding-bottom:3px;
  justify-content:space-between;
  }
      

      
        
      
      
  .dDDHKR {
    gap:16px;;
  height:600px;
  display:flex;
  padding:16px;;
  border-radius:8px;;
  flex-direction:row;
  background-color:#f4f4f9; /* Light background for the board */;
  }
      

      
        
      
      
  .ftwYYo {
    flex:1; /* Fills remaining space */;
  height:500px;
  padding:16px;;
  max-height:500px;
  overflow-y:auto;
  }
      

      
        
      
      
  .bWRbfV {
    color:white; /* Text color */;
  padding:12px;;
  z-index:100;
  position:sticky;
  font-size:1.25rem; /* Larger text */;
  text-align:center;;
  font-weight:bold;;
  border-bottom:2px solid #0056b3; /* Accent line */;
  letter-spacing:0.05em; /* Slight letter spacing */;
  text-transform:uppercase;;
  background-color:#007bff; /* Primary color for headings */;
  }
      

      
        
      
      
  .cvpNCp {
    width:50px;
  font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:700;
  border-color:black;
  border-style:groove;
  border-width:1px;
  border-radius:8px;
  background-color:var(--pink-200, #FBCFE8);
  }
      

      
        
      
      
  .fgdwhL {
    width:100%;
  font-size:var(--font-size-xl);
  font-weight:var(--font-weight-bold);
  padding-top:5px;
  padding-bottom:5px;
  }
      

      
        
      
      
  .feJXPy {
    flex:1; /* Fills remaining space */;
  height:500px;
  padding:16px;;
  position:relative;
  overflow-y:auto;
  }
      

      
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
      
      
  .cvZMBk {
    flex:1; /* Equal width for all columns */;
  display:flex;;
  overflow:hidden;;
  box-shadow:0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */;
  border-radius:8px;;
  flex-direction:column;;
  background-color:#ffffff; /* White background for columns */;
  }
      

      
        
      
      
  .ebOyCW {
    z-index:100;
  position:sticky;
  }
      

      
        
      
      
  .WqBuf {
    padding-left:10px;
  padding-right:10px;
  }
      

      
        
      
      
  .cXFOZX {
    color:white; /* Text color */;
  padding:12px;;
  position:sticky;
  font-size:1.25rem; /* Larger text */;
  text-align:center;;
  font-weight:bold;;
  border-bottom:2px solid #0056b3; /* Accent line */;
  letter-spacing:0.05em; /* Slight letter spacing */;
  text-transform:uppercase;;
  background-color:#007bff; /* Primary color for headings */;
  }
      

      
        
      
      
  .eDSzHZ {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  background-color:var(--blue-600, #2563EB);
  }
      

      
  .eDSzHZ:hover {
    background-color:var(--blue-500, #3B82F6);
  }
      

        
      
      
  
      

      
        
      
      
  .dEiwme {
    width:50px;
  align-items:center;
  padding-left:3px;
  padding-right:3px;
  justify-content:center;
  }
      

      
        
      