fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 1rem;
}

.calendar-form .form-section {
  margin: 20px 0;
}
.calendar-form .section-title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.calendar-form .note {
  color: #666;
  display: block;
  font-size: 13px;
  font-style: italic;
}

.calendar-form label.error,
.calendar-form .message.bad,
.calendar-form .message.required {
  background: #F04124;
  color: white;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 8px;
  font-size: 11px;
}

.calendar-form .custom.dropdown {
  border: 1px solid transparent;
}

.calendar-form .dropdown li {
  background: none !important;
}
.calendar-form .dropdown li:hover {
  color: white !important;
  background: #418ee9 !important;
}

.calendar-form .custom.dropdown.error,
.calendar-form input.error,
.calendar-form textarea.error {
  border: 1px solid #F04124;
}

.calendar-form.custom div.custom.dropdown ul {
  max-height: 180px;
  overflow-y: auto;
}
