body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  min-height: 100vh;
}

.card-hover {
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #ec2300 0%, #ff4d30 100%);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(236, 35, 0, 0.4);
}

.select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.choice-container {
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}

.choice-container:hover {
  background-color: #f0f4f8;
  transform: translateY(-2px);
}

.progress-bar {
  height: 10px;
  border-radius: 5px;
  background-color: #e0e6ed;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #ec2300 0%, #ff4d30 100%);
  transition: width 0.3s ease;
}
/* Adicione ao seu arquivo CSS se precisar de mais personalização */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#my-modal[data-show="true"] {
  animation: modalFadeIn 0.3s ease-out forwards;
}
.modal-content {
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.hidden {
  display: none;
}

.card-hover {
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #ec2300 0%, #ff4d30 100%);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(236, 35, 0, 0.4);
}

.select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.animate-fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.choice-container {
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}

.choice-container:hover {
  background-color: #f0f4f8;
  transform: translateY(-2px);
}

.progress-bar {
  height: 10px;
  border-radius: 5px;
  background-color: #e0e6ed;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #ec2300 0%, #ff4d30 100%);
  transition: width 0.3s ease;
}

.modal-content {
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.hidden {
  display: none;
}

.answer-input {
  transition: all 0.3s ease;
}

.answer-input:focus {
  border-color: #ec2300;
  box-shadow: 0 0 0 2px rgba(236, 35, 0, 0.2);
}

.correct-answer {
  border-left: 4px solid #10b981;
  background-color: #f0fdf4;
}

.incorrect-answer {
  border-left: 4px solid #ef4444;
  background-color: #fef2f2;
}

/* ==============DASH=================== */

.answer-input {
  transition: all 0.3s ease;
}

.answer-input:focus {
  border-color: #ec2300;
  box-shadow: 0 0 0 2px rgba(236, 35, 0, 0.2);
}

.correct-answer {
  border-left: 4px solid #10b981;
  background-color: #f0fdf4;
}

.incorrect-answer {
  border-left: 4px solid #ef4444;
  background-color: #fef2f2;
}
