
.form-group
{
  margin-bottom: 18px;
}

label
{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea
{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}

textarea
{
  height: 120px;
  resize: vertical;
}

.row
{
  display: flex;
  gap: 15px;
}

.row .form-group
{
  flex: 1;
}

/* Checkbox Styling */
.checkbox-group
{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 5px;
}

.checkbox-item
{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-item input[type="checkbox"]
{
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.btn-submit
{
  background-color: #0056b3;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 4px;
  /* cursor: pointer; */
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}

.btn-submit:hover
{
  background-color: #003d82;
}

.alert-success
{
  background-color: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #c3e6cb;
}

.alert-error
{
  background-color: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #f5c6cb;
}

.sql-output
{
  background-color: #1e1e1e;
  color: #00ff66;
  padding: 15px;
  border-radius: 4px;
  font-family: monospace;
  overflow-x: auto;
  font-size: 13px;
}

.anrede
{
  display: none !important;
}
