body {
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

h1,
h2 {
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  /* display: block; */
  font-weight: bold;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.admin-btn {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #3c6888;
  color: white;
  cursor: pointer;
}

.logout-link {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.quizEnd {
  text-align: center;
}
.answer-group {
  color: rgb(66, 65, 65);
  padding: 2%;
}

.timer {
  font-size: 20px;
  background-color: red;
  padding: 3%;
  border-radius: 25px;
  font-weight: bold;
  color: white;
}

.g3logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th,
td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

.quiz-btn {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #68b9f3;
  color: white;
  cursor: pointer;
}

.quiz-btn_en {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #f58b00;
  color: white;
  cursor: pointer;
}

.results-btn {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #022843;
  color: white;
  cursor: pointer;
}

.prevNext {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #007cd5;
  color: white;
  cursor: pointer;
}

.choice-container {
  margin-bottom: 10px;
}

.adminLogin {
  width: 50%;
  text-align: center;
  margin: auto;
}

.questionField {
  background-color: #c3d8f5;
}
.question-group {
  padding: 2%;
}
.coppylink-btn {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #3a4044;
  color: white;
  cursor: pointer;
}

/*NOVO CSS*/
.error-message {
  color: red; /* Make text red */
  text-align: center; /* Center text horizontally */
}
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #04aa6d;
  color: white;
}

.round {
  border-radius: 50%;
}

table {
  margin-left: auto;
  margin-right: auto;
  width: 100%; /* Adjust the width as needed */
}
.container2 {
  padding: 20px;
  box-sizing: border-box;

  width: 50%; /* Adjust the width as needed */
  margin: auto; /* Center the container */
  text-align: center; /* Center text elements inside the container */
}
.PrevNext {
  font-size: 17px;
}
.PrevNext a,
.PrevNext a:visited {
  background-color: #0a508b;
  box-shadow: 1px 1px #0a508b;
  border-radius: 5px;
  color: #fff;

  text-decoration: none;
}
/* .PrevNext a:hover {
  background-color: #849dc3;
  box-shadow: 1px 1px #849dc3;
} */
.box {
  background-color: lightblue;

  font-family: verdana;
}
