body { font-family: Arial, sans-serif;  }

nav button { margin-left: 10px; }
table { width: 100%; border-collapse: collapse;  }
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-color:#fff;
    border-width: 1px;
    padding: 8px;
    text-align: left;
}
form { margin-top: 20px; }
form input { margin: 5px; }
#updateModal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); justify-content:center; align-items:center; }
#updateModalContent { background:#fff; padding:20px; border-radius:8px; width:300px; }
    .readonly-field { background: grey; padding:5px; margin-bottom:10px; border-radius:4px; } #paginationControls {
  margin-top: 20px;
  text-align: center;
}


.light #projectDataTable th {
  background-color: lightgrey;
}
.dark #projectDataTable th {
  background-color: darkgrey;
}
.light #projectDataTable tr {
  background-color: darkgrey;
  color: black;
}
.dark #projectDataTable tr {
  background-color: lightgrey;
  border-color: inherit;
    border-style: solid;
    border-width: 0;
}
#loadMoreBtn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

#loadMoreBtn:hover:not(:disabled) {
  background-color: #0056b3;
}

#loadMoreBtn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

#paginationInfo {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.label{display: inline-block;
width: 150px}

#newproject {
  background-color: #67bcf8;
}


.message {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    display: none;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}