@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;700&display=swap');
video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1; /* Place video behind content */
}

body {
  font-family: 'Rajdhani', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #283040;
  text-align: center;
  color: white;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Logo styling */
.logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 300px; /* Adjust as needed */
}


.white-logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px; /* Adjust as needed */
}

button[type="text"] {
  font-family: 'Rajdhani', sans-serif;
  background-color: #007bff; /* Blue background */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px;
}

.button-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Form styling */
#login-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.input-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 250px; /* Adjust as needed */
  margin: 10px;
  font-family: 'Rajdhani';
  font-size: medium;
}

button[type="submit"] {
  font-family: 'Rajdhani', sans-serif;
  background-color: #007bff; /* Blue background */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.button{
  font-family: 'Rajdhani', sans-serif;
  background-color: #007bff; /* Blue background */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
 }

button[disabled] {
  background-color: #cccccc;
  cursor: default;
}

#projectName, #projectNameSettings{
  font-size: xxx-large;
  font-weight: bold;
  margin: 20px;
}

#projectNumber, #projectNumberSettings{
  font-size: larger;
  text-decoration: underline;
}

button[type="tile"] {
  font-family: 'Rajdhani', sans-serif;
  background-color: #007bff; /* Blue background */
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  width: 250px;
  height: 250px;
  margin: 15px;
  font-size: x-large;
  border: 10px solid #007bff;
  /* Added inner white border using box-shadow */
  box-shadow: inset 0 0 0 10px white;
}

.tile-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80vw;
}

.edit{
  display: block;
  margin: 20px;
  width: 50vw;
}

.button-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.textarea{
  resize:none;
  margin: 20px;
}

#updated, #updated2, #created{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid green;
  display: none;
  color: green;
}

.title{
  font-size: xx-large;
  font-weight: bold;
  margin: 20px;
}

input[type="criteria"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 250px; /* Adjust as needed */
  margin: 10px;
  font-family: 'Rajdhani';
  font-size: smaller;
}

button[type="delete"] {
  font-family: 'Rajdhani', sans-serif;
  background-color: red; 
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.criteriaContainer{
  display: flex;
  align-items: center;
  margin: 5px;
}

.criteriaButtonContainer{
  margin-left: 5px;
  margin-right: 5px;
}

.criteriaNameContainer{
  margin-left: 5px;
  margin-right: 5px;
}

.criteriaDescriptionContainer{
  margin-left: 5px;
  margin-right: 5px;
}

.criteriaWeightContainer{
  margin-left: 5px;
  margin-right: 5px;
}

.criteriaUpdate{
  margin-left: 5px;
  margin-right: 5px;
}

.criteriaDelete{
  margin-left: 5px;
  margin-right: 5px;
}

input[type="slider"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 20px; /* Adjust as needed */
  margin: 10px;
  font-family: 'Rajdhani';
  font-size: smaller;
  text-align: center;
}

#deleted{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid red;
  display: none;
  color: red;
}

#warning{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid red;
  display: none;
  color: red;
}

#comments{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid #007bff;
  display: none;
  color: #007bff;
}

#warningCreate{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid red;
  display: none;
  color: red;
}

.criteriaCreation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

#noEntriesPage{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid red;
  display: none;
  color: red;
}

.tableCSS {
  min-width: 80vw;
  text-align: center;
  background-color: rgb(228, 228, 228);
  color: black;
}

.commentButton{
  font-family: 'Rajdhani', sans-serif;
  background-color: #007bff; /* Blue background */
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#rankings, #rankings2, #criteriaWeight{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid #007bff;
  display: none;
  color: #007bff;
}


.updateImage{
  width: 150px; 
  height: 150px; 
  display: block; 
  margin: 0 auto;
}

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid black;
}

tr td:first-child {
  border-top: none;
  border-bottom: none;
}

.grid-container {
  width: 1300px; /* Fills entire viewport width */
  height: 520px; /* Fills half viewport height */
  background: linear-gradient(to top, #f55f5f, #eaea53, #3eef41);
  margin-bottom: 15px;
  display: flex;
}

.key-paragraph{
  text-align: center;
  font-size: medium;
  color: white;
  font-weight: bold;
  margin: 0px;
  width: 1300px;
}

#bottom{
  width: 1300px;
  display: flex;
  justify-content: space-around;
}

.image-label{
  text-align: center;
  font-size: small;
  color:black;
}

.image-div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75px;
}

.item {
  height: 75px;
  width: 75px;
  background-color: #ffffff;
}

.square-container {
  display: flex; /* Arrange squares in a row */
  flex-wrap: wrap; /* Allow squares to wrap to new lines */
  gap: 10px; /* Gap between squares */
  min-width: 50vw;
  width: fit-content; /* Container shrinks to fit squares */
  margin: 0 auto;
  min-height: 100px;
  background-color: #c6c6c6;
  border-radius: 10px; /* Add rounded corners */
  align-content: center;
  justify-content: center;
  padding: 10px;
}

#resultsPage{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-whisker-plot {
  display: flex;
  flex-direction: column;  /* Stack elements vertically */
  align-items: center;    /* Center elements horizontally */
  width: 75px;           /* Set the desired width */
  height: 520px;           /* Set the desired height */
}



.dot {
  height: 10px;            /* Set height for dots */
  width: 10px;             /* Set width for dots */
  border-radius: 50%;      /* Make dots circular */
  background-color: black; /* Set dot color */
}

.line {
  height: 75px; /* Set line height (full height minus image height) */
  width: 2px;                /* Set line width */
  background-color: black; /* Set line color */
}

.average {
  height: 15px;
  width: 70px;
  text-align: center;
  font-size: small;
  color: black;
}

.deviation {
  height: 15px;
  width: 70px;
  text-align: center;
  font-size: small;
  color: black;
}

#reviewPane{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for content */
  padding: 30px;
  border-radius: 5px;
  border: 10px solid #007bff;
  display: none;
  color: #007bff;
}

.reviewTableCSS {
  min-width: 20vw;
  text-align: center;
  background-color: rgb(228, 228, 228);
  color: black;
}

.finalTableCSS {
  min-width: 20vw;
  text-align: center;
  background-color: rgb(228, 228, 228);
  color: black;
}

#finalResults{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}