
body {
  --sb-track-color: #2a266d;
  --sb-thumb-color: rgb(255, 255, 255,0.75);
  --sb-size: 12px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 12px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.bg-darkgrey{
    background: #464646;
  }

.nav-bg{
  background: rgba(0, 0, 0, 0.1); 
}

.container-bg{
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.body-bg{
  /* Dark */
  /* background-color: #2a266d; */
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgb(112, 36, 178) 0%, rgba(24,22,39,1) 90% );
  /* background: linear-gradient(0deg, #bd8362, #511a64); */
  /* Light */
  /* background: linear-gradient(0deg, #c2e59c, #64b3f4); */

  /* background: linear-gradient(0deg, #f0c27b, #4b1248); */
/* background: linear-gradient(20deg,#2f4e76,#a87c43); */

/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(90deg,#2f4e76,#a87c43); */
}
.strong{
font-weight: bold;
}

.status-done{
/* background:linear-gradient(45deg,#139c2a,#56de6c); */
background:#4ad461;

border-radius: 1rem;
font-weight: bold;
color: black;

}

.header-done{
background:linear-gradient(45deg,#1bac33,#5fd673);
}

.body-done{
  background-color:rgba(211, 255, 214, 0.5)
  }

.status-submitted{
/* background:linear-gradient(45deg,rgb(140, 140, 140),rgb(210, 210, 210)); */
background:#c4c9bf;

border-radius: 20px;
font-weight: bold;
color: black;
padding: 2px;
}

.header-submitted{
  background:linear-gradient(45deg,rgb(140, 140, 140),rgb(195, 195, 195));
  }

.status-investigation{
/* background:linear-gradient(45deg,rgb(196, 147, 0),rgb(255, 217, 0)); */
background:#dcbe12;

border-radius: 1rem;
font-weight: bold;
color: black;
}

.header-investigation{
  background:linear-gradient(45deg,rgb(196, 147, 0),rgb(255, 217, 0));
  }

.status-in-process{
/* background:linear-gradient(45deg,#155595,#3098ff); */
background:#4791db;

border-radius: 1rem;
font-weight: bold;
color: black;
}

.header-in-process{
  background:linear-gradient(45deg,#155595,#3098ff);
  }

.status-done-approval{
/* background:linear-gradient(45deg,#009278,#00e6bc); */
background:#11c3a2;

border-radius: 1rem;
/* border: 1px solid black; */
font-weight: bold;
color: black;
}

.header-done-approval{
  background:linear-gradient(45deg,#009278,#00e6bc);
  }
  

.status-on-hold{
/* background:linear-gradient(45deg,#bb2f19,#eb553e); */
background:#eb553e;

border-radius: 1rem;
/* border: 1px solid black; */
font-weight: bold;
color: black;
}

.header-on-hold{
  background:linear-gradient(45deg,#bb2f19,#eb553e);
  }

.status-canceled{
/* background:linear-gradient(45deg,#76169f,#c539ff); */
background:#ac5ecd;

border-radius: 1rem;
font-weight: bold;
color: black;
}

.header-canceled{
  background:linear-gradient(45deg,#76169f,#c539ff);
  }

.header-questions{
  background:linear-gradient(45deg,#a66622,#f5a54f);
  }

.form-control{
  background: rgba(255, 255, 255, 0.4);
}

.form-select{
  background-color: rgba(255, 255, 255, 0.4);
}

.upload-button{
  background: rgba(255, 255, 255, 0.3);
}

.row-hover:hover{
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 .2rem 1rem rgba(0,0,0,0.15);
}

.filter-btn:hover{
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 .2rem 1rem rgba(0,0,0,0.15);
}

.capa-indentification{
  background:linear-gradient(45deg,rgb(140, 140, 140),rgb(195, 195, 195));
}

.capa-evaluation{
  background:linear-gradient(45deg,rgb(196, 147, 0),rgb(255, 217, 0));
}

.capa-investigation{
  background:linear-gradient(45deg,#a66622,#f5a54f);
}

.capa-analysis{
  background:linear-gradient(45deg,#bb2f19,#eb553e);
}

.capa-action-plan{
  background:linear-gradient(45deg,#155595,#3098ff);
}

.capa-implementation{
  background:linear-gradient(45deg,#009278,#00e6bc);
}

.capa-verification{
  background:linear-gradient(45deg,#1bac33,#5fd673);
}
