* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header {
  width: 100%;
  margin: 0;
  padding: 0 40px;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.content {
  flex: 1;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0;
}

header.vertical {
  height: 80px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

header.vertical h1 {
  color: #3a5edb;
  font-weight: 700;
  margin: 0;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.subscribe-box {
  background: #fff;
  border-radius: 8px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.subscribe-box input {
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  width: 220px;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-icons .material-symbols-outlined {
  font-size: 26px;
  color: #3d45db;
  cursor: pointer;
  transition: color 0.2s ease;
}

.header-icons .material-symbols-outlined:hover {
  color: #2b37d3;
}

.avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  background: #3d45db;
  border-radius: 50%;
}


.header1 {
  height: 150px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  border: solid 1px black;
  padding-left: 20px;
  color: white;
}

.whitesectie{
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  gap: 40px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: solid 1px black;
}

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

.row h2 {
  margin-bottom: 10px;
}

.row p {
  margin-bottom: 0;
  margin-top: 0;
}


.header1 h1 {
  margin-bottom: 10px;
}

.header1 p {
  margin-bottom: 0;
  margin-top: 0;
}


header h1 {
  color: #3a5edb;
  font-weight: 700;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.horizontalenav {
  background: #fff;
  width: 250px;
  min-height: 100vh;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  white-space: nowrap;
  gap: 10px;
}
.horizontalenav a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 12px;
}


.horizontalenav a:hover,
.horizontalenav a.active {
  background: #3d45db;
  color: #fff;
}


.header {
  text-align: center;
  margin-bottom: 2rem;
}

.header h1 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.header p {
  color: #666;
  margin: 0.5rem 0 1rem;
}

.new-project {
  background: darkblue;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project {
  background: #fff;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: solid 1px black;
  position: relative;
}

.project h2 {
  margin: 0;
  font-size: 1.1rem;
  color: #222;
}

.project p {
  margin: 0.2rem 0;
  color: #555;
}

.meta {
  color: #777;
  font-size: 0.85rem;
}

.status {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 10px;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 0.4rem;
}

.status.done {
  background: #20bf6b;
}

.status.in-progress {
  background: #f7b731;
}

.status.almost-done {
  background: #26de81;
}

.status.not-started {
  background: #d1d8e0;
  color: #333;
}

.progress {
  height: 8px;
  width: 100px;
  background: #eee;
  border-radius: 5px;
}

.progress-bar1{
  height: 8px;
  width: 60%;
  background: #0078ff;
  border-radius: 5px;
}


.progress-bar2{
  height: 8px;
  width: 80%;
  background: #0078ff;
  border-radius: 5px;
}


.progress-bar3{
  height: 8px;
  width: 0%;
  background: #0078ff;
  border-radius: 5px;
}


.percent {
  font-weight: bold;
  color: #0078ff;
}



.summary {
  padding-left: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-top: 2rem;
  text-align: center;
}

.box-status{
  background-color: white;
  border: solid 1px black;
  border-radius: 10px;
  color: black;
  width: 300px;
  position: relative;
  height: 100px;
}



.stat h3 {
  padding-top: 25px;
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  font-size: 1rem;
  color: gray;
}

.stat .number1 {
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  color: green;
  margin-top: 0.3rem;
}


.stat .number2 {
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  color: blue;
  margin-top: 0.3rem;
}


.stat .number3 {
  padding-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: bold;
  color: grey;
  margin-top: 0.3rem;
}
.footer-note {
  flex-basis: 100%;
  text-align: center;
  color: #777;
  font-size: 0.85rem;
  margin-top: 1rem;
}
