.vsd-1065 .vsd-element.vsd-element-727f25b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .vsd-element-4164564 *//* Container */
.event-planner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
  background: #f9f9f9;
  border-radius: 10px;
}

/* Step Title */
.step-title {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #2C3B57;
  text-align: center;
}

/* Form Groups */
.form-group {
  margin-bottom: 25px;
}

.group-label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

/* Input fields */
.event-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Button option groups */
.button-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-options button {
  padding: 10px 18px;
  border: 1px solid #2C3B57;
  background: #fff;
  color: #2C3B57;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-options button:hover {
  background: #2C3B57;
  color: #fff;
}

.button-options button.active {
  background: #2C3B57;
  color: #fff;
  border-color: #2C3B57;
}

/* Checkbox inline */
.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95em;
  margin-top: 8px;
  color: #555;
}

/* Select dropdown */
.event-role-select {
  width: 100%;
  padding: 12px 14px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Navigation Button */
.next-step-btn {
  background: #2C3B57;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 14px 26px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s ease;
}

.next-step-btn:hover {
  background: #1a273e;
}/* End custom CSS */