body {
	background-color: #262626;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	height: 100vh;
}

footer {
	position: fixed;
	background-color: #ffffff;
	font-family: impact, arial;
	list-style-type: none;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
}
header {
	background-color: #ffffff;	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

}
.info{
	
		background-color: #ffffff;
		width: 100%;
		text-align: center;
		padding: 10px;
		color: white;
		font-size: 22px;
		box-sizing: border-box;
		
	
}
a {
	color: black;
}

#user {
	font-size: 40px;
	font-family: impact;
	margin-left: 5px;
	float: left;

}



.login-box {
	background-color: #151515;
	padding: 1%;
	width: 25%;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #ddd;

}
.panel-box {
	background-color: #151515;
	padding: 6%;
	width: 40%;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: absolute;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #ddd;

}

h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #ffffff;
}

.input-field {
	width: 100%;
	padding: 1%;
	margin: 10px 0;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 120%;
	box-sizing: border-box;
	float: center;
}


.input-field3 {
	width: 80%;
	padding: 20px;
	margin: 10px 0;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 40px;
	box-sizing: border-box;
	float: center;
	text-align: center;
}

.input-field2 {
	width: 73%;
	padding: 1%;
	margin: 10px 0;
	border-radius: 5px;
	border: 1px solid #ddd;
	font-size: 120%;
	box-sizing: border-box;
	float: left;
}
.wachtwoord {
	width: 25%;
	padding: 1%;
	background-color: #506d2a;
	color: white;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 120%;
	cursor: pointer;
	transition: background-color 0.3s;
	float: right;
	margin-top: 10px;
}


.input-field:focus {
	border-color: #007bff;
	outline: none;
}

.login-btn {
	width: 100%;
	padding: 12px;
	background-color: #506d2a;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	border: 2px solid #ddd;
}

.logo {
	margin-right: 2px;
	width: 48px;
	float: right;
}


.btn2 {
	width: 30%;
	padding: 1%;
	background-color: #506d2a;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	float: center;
	
}


.btn3 {
	
	padding: 10px;
	background-color: #151515;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	float: right;
	margin-top:4px;
	margin-right:4px;
	
}

.btn4 {
	width: 80%;
	padding: 2%;
	background-color: #000000;
	color: white;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin: 20px;
	box-sizing: border-box;
	transition: background-color 0.3s;
	border: 2px solid #ddd;
	
}
.btn5 {
		
	padding: 10px;
	background-color: #791414;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	float: right;
	margin-top:4px;
	margin-right:4px;
	
}
.btn6 {
		
	padding: 10px;
	background-color: #791414;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top:4px;
	margin-right:4px;
	
}
.btn7 {
	width: 80%;
	padding: 24px;
	background-color: #000000;
	color: white;
	border-radius: 5px;
	font-size: 30px;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.3s;
	border: 2px solid #ddd;
	
}
.btn3:hover {
	background-color: #729b3b;
}
.btn4:hover {
	background-color: #729b3b;
}
.btn5:hover {
	background-color: #ff0000;
}
.btn6:hover {
	background-color: #ff0000;
}
.btn7:hover {
	background-color: #729b3b;
}
.login-btn:hover {
	background-color: #729b3b;
}
.btn2:hover {
	background-color: #729b3b;
}

.wachtwoord:hover {
	background-color: #729b3b;
}

.lijst {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 50%;
    background-color: rgb(19, 19, 19);
    padding: 22px;
    border-radius: 10px;
    box-sizing: border-box; /* Ensures padding doesn't affect the overall size */
}


/* Passcode Popup Styles */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }
  .overlay2 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }
    .overlay3 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
  }
  
  .popup {
	background: #151515;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 300px;
	border: 2px solid #ddd;
  }

  .popup2 {
	background: #151515;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 600px;
	border: 2px solid #ddd;
  }
  
  .popup h2 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
  }
  
  .popup input[type="password"] {
	padding: 0.5rem;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
  }
  .popup2 h2 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
  }
  
  .popup2 input[type="password"] {
	padding: 0.5rem;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
  }
  
  .error {
	color: red;
	font-size: 0.9rem;
	margin-top: 0.5rem;
  }


@media (max-width: 400px) {
	.login-box {
		padding: 30px;
		width: 90%; 
		
	}
}

.registreren{
	background-color: #151515;
	padding: 1%;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	width: 30%;
	text-align: center;
	border: 2px solid #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 580px) {
	#nederland {
		font-size: 25px;
	}
}
@media (max-width: 580px) {
	.btn3 {
		margin-bottom: 4px;
	}
}

@media (max-width: 580px) {
 	#holding {
		font-size: 25px;
	}
}
@media (max-width: 580px) {
	.logo {
	  display: none;
   }
}
@media (max-width: 450px) {
	.info {
	  font-size: 12px;
   }
}
@media (max-width: 580px) {
	.uitloggen {
	   padding: 4px;
	   margin-top: 1.5px;
	   width: 150px;
   }
}
@media (max-width: 580px) {
	.uitloggen {
	   padding: 4px;
	   margin-top: 1.5px;
	   width: 150px;
   }
}

@media (max-width: 361px) {
	.uitloggen {
	   padding: 2px;
	   margin-top: 1.5px;
	   width: 100px;
	   font-size: 10px;
   }
}

@media (max-width: 361px) {
	#nederland {
		font-size: 15px;
	}
}
@media (max-width: 361px) {
	.logo {
		display: none;
	}
}

@media (max-width: 361px) {
 	#holding {
		font-size: 15px;
	}
}

@media (max-width: 580px) {
	#admin {
		font-size: 25px;
	}
}

@media (max-width: 580px) {
 	#user {
		display: none;
	}
}

@media (max-width: 361px) {
	#admin {
		font-size: 15px;
	}
}

@media (max-width: 361px) {
 	#user {
		font-size: 15px;
	}
}

@media (max-width: 1000px) {
	.registreren {
	   width: 50%;
	   margin-left: 24.5%;
   }
}

@media (max-width: 700px) {
	.btn2 {
	   width: 50%;
	   
   }
}

@media (max-width: 800px) {
	.registreren {
	   width: 90%;
	   margin-left: 3.5%;
	   padding: 2.5%;
   }
}

@media (max-width: 1000px) {
	.login-box {
	   width: 50%;
   }
}


@media (max-width: 800px) {
	.login-box {
	   width: 86%;
	   padding: 2.5%;
   }
}

@media (max-width: 950px) {
	.lijst {
	   width: 97%;
   }
}



.lijst thead {
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
}

.lijst th {
    padding: 10px;
    text-align: left;
    color: white;
	font-size: 16px;
}

/* Style for table cells */
.lijst td {
    padding: 8px 10px; /* Reduced padding for smaller cells */
    border: 1px solid #ddd;
    color: white;
    font-size: 16px;
    vertical-align: middle; /* Vertically center the content */
    overflow: hidden; /* Hide overflowed content */
    text-overflow: ellipsis; /* Truncate text with ellipsis if it overflows */
}

/* Optional: Style specific columns for width */
.lijst td:nth-child(1), .lijst th:nth-child(1) {
    width: 15%; /* First column (ID) width */
}
.lijst td:nth-child(2), .lijst th:nth-child(2) {
    width: 40%; /* Second column (Username) width */
}
.lijst td:nth-child(3), .lijst th:nth-child(3) {
    width: 15%; /* Third column (Password) width */
}
.lijst td:nth-child(4), .lijst th:nth-child(4) {
    width: 15%; /* Fourth column (Admin) width */
}
.lijst td:nth-child(5), .lijst th:nth-child(5) {
    width: 15%; /* Fourth column (Admin) width */
}
/* Enable scroll for tbody and hide overflow */
.lijst tbody {
    display: block;
    max-height: 100%; /* Set max height for scrollable area */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
    height: 100%; /* Ensure tbody takes full height */
}

/* Optional: Make rows behave like a table, align cells properly */
.lijst tr {
    display: table; /* Ensure rows are in a table layout */
    width: 100%; /* Make rows fill the container */
}

/* Ensure header stays fixed */
.lijst thead {
    display: table-header-group; /* Make the header stick to the top */
}

/* Make sure columns are not overflowing horizontally */
.lijst table {
    width: 100%;
    table-layout: fixed; /* Ensures the table follows the specified width */
    border-collapse: collapse; /* Ensures borders between cells collapse properly */
}

/* Optional: Adjust table cell behavior */
.lijst td, .lijst th {
    word-wrap: break-word; /* Allow text to break if it's too long */
}

@media (max-width: 950px) {
	.lijst th{
	  font-size: 10px;
   }
}
@media (max-width: 950px) {
	.lijst td {
	  font-size: 10px;
   }
}

@media (max-width: 560px) {
	.lijst th{
	  font-size: 6px;
   }
}
@media (max-width: 560px) {
	.lijst td {
	  font-size: 6px;
   }
}
@media (max-width: 1050px) {
	.input-field3 {
		font-size: 20px;
	}
}
@media (max-width: 1050px) {
	.panel-box {
		width: 50%;
	}
}
@media (max-width: 1050px) {
	.btn7 {
		font-size: 20px;
	}
}
@media (max-width: 580px) {
	.input-field3 {
		width: 90%;
	}
}
@media (max-width: 580px) {
	.panel-box {
		width: 80%;
	}
}
@media (max-width: 580px) {
	h1 {
		font-size: 16px;
	}
}
@media (max-width: 580px) {
	.btn7 {
		width: 90%;
	}
}
@media (max-width: 350px) {
	.btn7 {
		font-size: 10px;
	}
}
@media (max-width: 350px) {
	.input-field3 {
		font-size: 10px;
	}
}