.json-editor-container {
  max-width: 1200px;
  margin: 0 auto;
}

.json-editor {
  font-family: monospace;
  white-space: pre-wrap;
  min-height: 500px;
}

.form-label {
  font-weight: 500;
}

.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card-header {
  background-color: #f8f9fa;
  font-weight: 500;
}

.btn-toolbar {
  margin-bottom: 20px;
}

.tab-content {
  padding-top: 20px;
}

textarea.form-control {
  font-size: 0.9rem;
}

.alert-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
  min-width: 300px;
}

.alert {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/* Estilos para o accordion */
.btn-toggle-anexos {
  min-width: 100px;
  text-align: center;
}

.collapse {
  transition: all 0.3s ease;
}

.anexos-container {
  padding: 15px;
}

/* Estilos para anexos */
.anexo-item {
  border-left: 3px solid #6c757d;
  transition: all 0.2s ease;
}

.anexo-item:hover {
  border-left-color: #0d6efd;
}

@media (max-width: 768px) {
  .btn {
    margin-bottom: 10px;
  }
  
  .alert-container {
    width: 90%;
    right: 5%;
  }
}
