#dcl_submit_event_button {
  background-color: #17507f;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 90%;
	max-width: 200px;
  min-width: 60px;
  border-radius: 15px;
}

/* Optional: Hover effect */
#dcl_submit_event_button:hover {
  background-color: #17507f; 
}

/* Optional: Active/pressed state */
#dcl_submit_event_button:active {
  background-color: #30b0fa;
  transform: translateY(1px); /* Slight downward movement */
}

.dcl_event_input{
    line-height: 30px;
    width: 95%;
	  max-width: 450px;
    min-width: 60px;
    margin: 5px;
    border-radius: 5px;
    border-width: thin;
}

.dcl_select_input{
    width: 95%;
	  max-width: 450px;
    min-width: 60px;
    margin: 5px;
    border-radius: 5px;
    color: rgb(51, 48, 48);
    border-width: thin;
}

.dcl_submit_event_container{
    color: rgb(51, 48, 48);
}

.dcl_required:after {
  color: #e32;
  content: ' *';
  display:inline;
}

.dcl_form_group {
  margin-bottom: 10px;
  font-family: Manrope;
}

.dcl_notification_area {
  color: #e32;
}

.dcl_event_submit_error {
  border-style: solid;
  border-color: red;
}

/* admin area */


.dcl_event_block div {
  display: inline-block;
  vertical-align:top;
}

.dcl_event_block {
  border-bottom: solid;
  border-color: rgb(87, 87, 86);
  margin-bottom: 10px;
  padding: 3px;
}

.dcl_element_group div {
  display: block;
}

.dcl_element_group {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 250px;
}

.dcl_event_element_head {
  font-weight: bold;
}

.dcl_event_blocks{
  margin-top: 10px;
}

.dcl_event_filter_inputs{
  margin-bottom: 5px;
}

.dcl_filter_form-group{
  display: inline-block;
  vertical-align:top;
}

#dcl_submit_event_container{
  font-family: Manrope;
  font-size: 19px;
}