.agl-button-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.agl-schade-btn {
  padding: 10px 16px;
  font-size: 16px;
  border: 2px solid #011589;
  background-color: white;
  color: #011589;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.agl-schade-btn:hover {
  background-color: #FE5000;
  color: white;
}

.agl-schade-btn.active {
  background-color: #FE5000;
  color: white;
  border-color: #FE5000;
}

.agl-form-container {
  font-family: Helvetica, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 12px;
  background: #f9f9f9;
  padding: 20px;
  border: 4px solid #011589;
}

.agl-step {
  margin-bottom: 20px;
}

.agl-step h2 {
  color: #011589;
  font-size: 20px;
  margin-bottom: 15px;
}

.agl-icon-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.agl-icon-btn {
  background: #fff;
  border: 2px solid #011589;
  color: #011589;
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 45%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.agl-icon-btn img {
  display: block;
  margin: 0 auto 5px;
  height: 48px;
}

.agl-icon-btn:hover,
.agl-icon-btn.active {
  background: #FE5000;
  color: #fff;
  border-color: #FE5000;
}

.agl-step input[type="text"],
.agl-step input[type="email"],
.agl-step input[type="tel"],
.agl-step input[type="file"],
.agl-step select {
  width: 100%;
  padding: 10px;
  margin: 6px 0 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.agl-step label {
  display: block;
  margin-bottom: 10px;
}

.agl-navigation {
  text-align: right;
}

.agl-prev-button,
.agl-next-button {
  background-color: #011589;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 10px;
  cursor: pointer;
}

.agl-prev-button:hover,
.agl-next-button:hover {
  background-color: #FE5000;
}

.agl-prev-button:disabled,
.agl-next-button:disabled {
  background-color: #CCCCCC;
}

.agl-warning {
  color: #FE5000;
  font-weight: bold;
  margin-top: 15px;
}

.agl-schade-keuze {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.agl-schade-btn {
  border: 2px solid #011589;
  padding: 10px 15px;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.agl-schade-btn:hover {
  background-color: #FE5000;
  color: white;
  border-color: #FE5000;
}

.agl-schade-btn.active {
  background-color: #FE5000;
  color: white;
  border-color: #FE5000;
}

#tijd-keuze, #barst-waarschuwing {
	display: none;
}

#kenteken-input {
	text-transform: uppercase;
}

.invalid {
	border: 1px solid #ff0000 !important;
}