@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
}

form {
  padding: 3em 6em;
}

.form-section {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align items in the center for a cleaner look */
  margin-bottom: 20px;
}

.buttons-group {
  display: flex;
  gap: 1em;
  margin-top: 20px;
  flex-direction: row;
  justify-content: end;
}

button {
  background: #296390;
  border-radius: 5px;
  color: white;
  border: none;
  padding: 0.3em 0.6em;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.CorBotaoAzulModificarQuestao {
  background-color: #296390;
  color: white;
}
.CorBotaoVerdeModificarQuestao {
  background-color: #097950;
  color: white;
}
.CorBotaoLaranjaProcurarUtente {
  background-color: #5dade2;
  color: white;
}

.CorBotaoVermelhoProcurarUtente {
  background-color: #dc3545;
  color: white;
}

.linkSemDecoracao {
  text-decoration: none; /* No underlines on links */
}

.teste,
.teste1 {
  display: flex;
  flex-direction: column;
  width: 100%; /* Use the full width */
  margin-bottom: 20px; /* Space between sections */
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  background-color: #f8f9fa; /* Light background for each item */
  padding: 10px; /* Spacing inside each list item */
  margin-bottom: 5px; /* Space between list items */
  border-radius: 5px; /* Rounded corners */
}

input[type="radio"] {
  margin-right: 10px; /* Space between radio button and label */
}

.inputTextModificarQuestao {
  width: 100%; /* Full width */
  padding: 10px; /* Spacing inside */
  border-radius: 5px; /* Rounded corners */
  border: 1px solid #ced4da; /* Subtle border */
  margin-bottom: 20px; /* Space before the button */
}
