a {
	color: #434444;
    text-decoration: none;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
}
.container {
  flex: 1; /* Isso permite que a .container se expanda para ocupar o espaço disponível */
  overflow: visible; /* Garantir que o conteúdo não seja cortado */
}
footer {
  background: #a63a99;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
}
/* Estilos Gerais */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f9;
  color: #333;
  margin: 0;
  padding: 0;
}
.container {
  width: 80%;
  margin: auto;
}
header {
  background-image: linear-gradient(to top, #7b7f80, #3c3c3c);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
}
header a {
  color: #fff;
  text-decoration: none;
  /*    text-transform: uppercase;*/
  font-size: 16px;
}
header ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
}
header ul li {
  position: relative;
  border-left: solid 1px #fff;
  height: 40px;
}
header ul li a {
  display: block;
  padding: 10px 10px;
}
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* Ajustado para aparecer abaixo do item pai */
  left: 0;
  background: #949494;
  padding: 0;
  list-style: none;
  z-index: 100;
  min-width: 150px;
}
.dropdown:hover .dropdown-content {
  display: block;
  margin-left: 0px;
}
.dropdown-content a {
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.dropdown-content a:hover {
  background: #cccccc;
}
#branding h1 {
  margin: 20px;
}
nav {
  display: flex;
  align-items: center;
}
header #branding {
  float: left;
  margin: 10px;
}
header nav {
  float: right;
  margin-top: 20px;
}
header .highlight, header .current a {
  color: #7b7f80;
  font-weight: bold;
}
header a:hover {
  color: #7b7f80;
  /*    font-weight: bold;*/
}
#showcase {
  min-height: 400px;
  background: #a63a99;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
#showcase h1 {
  font-size: 55px;
  margin-bottom: 10px;
}
#showcase p {
  font-size: 20px;
}
.form-container {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.form-container h1 {
  text-align: center;
  color: #333;
}
.form-container form {
  display: flex;
  flex-direction: column;
}
.form-container label {
  /*margin: 0 0 5px;*/
}
.form-container input, .form-container select, .form-container textarea {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  background-color: #fff;
}
.form-container button {
  padding: 10px;
  font-size: 18px;
  background: #a63a99;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-container button:hover {
  background: #7b7f80;
}
footer {
  background-image: linear-gradient(to top, #4c4c4c, #8f8f8f);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
footer p {
  margin: 0;
}
button.icon-button, a.icon-button {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}
button.icon-button i, a.icon-button i {
  margin-right: 5px;
}
a.icon-button.excluir {
  background: #d73814;
}
a.icon-button.alterar {
  background: #727272;
  margin-bottom: 10px;
}
a.icon-button:hover.excluir {
  background: #7b7f80;
}
a.icon-button:hover.alterar {
  background: #7b7f80;
}
button.icon-button.excluir {
  background: #7b7f80;
}
button.icon-button.alterar {
  background: #a63a99;
}
button.icon-button:hover.excluir {
  background: #7b7f80;
}
button.icon-button:hover.alterar {
  background: #7b7f80;
}
button.icon-button.voltar {
  background: #000000;
}
button.icon-button:hover.voltar {
  background: #333333;
}
/* Estilo para a tabela */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}
table th, table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
table th {
  background-color: #7b7f80;
  color: white;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #ddd;
}
table td a {
  color: #a63a99;
  text-decoration: none;
}
table td a:hover {}
.wizard-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.step {
  flex: 1;
  text-align: center;
  padding: 10px;
  background: #f1f1f1;
  position: relative;
}
.step.active {
  background: #7b7f80;
  color: white;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.checkbox-group, .radio-group {
  margin: 10px 0;
}
.endereco-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.error-message {
  color: #ff0000;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
}
.navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.preview-container {
  display: none;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
}
/* Container principal */
.wizard-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
/* Steps indicator */
.steps-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
  list-style: none;
}
.step-item {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
  text-align: center;
  width: 33.333%;
}
.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: bold;
}
.step-item.active .step-number {
  background: #7b7f80;
  color: white;
}
/* Form elements */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-control:focus {
  border-color: #7b7f80;
  outline: none;
  box-shadow: 0 0 0 3px rgba(251, 166, 49, 0.1);
}
/* Grid layouts */
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.endereco-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
/* Buttons */
.btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-primary {
  background: #7b7f80;
  color: #a63a99;
  border: none;
  font-size: 16px;
}
.btn-secondary {
  background: #374151;
  color: white;
  border: none;
}
/* Validation and errors */
.error {
  border-color: #dc2626 !important;
}
.error-message {
  color: #dc2626;
  font-size: 14px;
  margin-top: 4px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .endereco-grid {
    grid-template-columns: 1fr;
  }
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}
/* Estilos para preview */
.vaga-preview {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.vaga-preview h2 {
  color: #a63a99;
  margin-bottom: 10px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.info-item {
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}
.destaque {
  background: #7b7f80;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 10px 0;
  display: inline-block;
}
/* Notificações */
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2d3748;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.3s ease-out;
  z-index: 1000;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Validação */
.error-message {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
  animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Preview Modal */
.preview-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.vaga-preview h2 {
  color: #a63a99;
  margin-bottom: 15px;
  font-size: 24px;
}
.vaga-preview .empresa {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 20px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 20px 0;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
}
.info-item {
  padding: 10px;
}
.info-item strong {
  color: #2d3748;
  display: block;
  margin-bottom: 5px;
}
.salario {
  background: #ebf8ff;
  padding: 10px 15px;
  border-radius: 6px;
  margin: 15px 0;
  display: inline-block;
}
.beneficios {
  margin: 20px 0;
  padding: 15px;
  background: #f7fafc;
  border-radius: 6px;
}
.destaque {
  background: #7b7f80;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  margin: 10px 0;
  display: inline-block;
  font-weight: 500;
}
/* Notificações */
.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2d3748;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Botões adicionais */
.draft-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.btn-preview {
  background: #4a5568;
  color: white;
}
.btn-draft {
  background: #718096;
  color: white;
}
.btn-preview:hover, .btn-draft:hover {
  opacity: 0.9;
  color: white;
}
.section-title {
  color: #9C27B0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}
.termo-content {
  line-height: 1.6;
}