#dcl_city_selector_area{
    margin-bottom: 10px;
}

.dcl_event_input {
    width: 98%;
    height: 45px;
    border-radius: 10px;
    border-color: #17507f;
    box-shadow: 2px 1px 1px #17507f;
    border-style: solid;
    padding-left: 5px;
    font-size: 17px;
}

.dcl_event_input:focus {
    border-color: #92c4eb;
    outline-color: #92c4eb;
    box-shadow: 0 0 10px #5a809e;
}

.dcl_radio_group{
    margin-top: 7px;
}


.dcl_select_input{
    width: 100%;
    border-radius: 10px;
    border-color: #17507f;
    box-shadow: 2px 1px 1px #17507f;
    border-style: solid;
    padding-left: 10px;
    font-size: 15px;
}


.dcl_select_input:focus {
    border-color: #92c4eb;
    outline-color: #92c4eb;
    box-shadow: 0 0 10px #5a809e;
}

.dcl_single_event_container{
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    background-color: #17507f;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #17507f;
    word-break: break-word;
}

.dcl_event_datebox{
    border: 1px solid #17507f;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #17507f;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;

    align-self: stretch;
    width: 50px;
    flex: 0 0 auto;
}

.dcl_event_infobox{
    background-color: #eefafd;
    color: #424444;
    font-family: "Manrope";
    font-size: 16px;
    max-width: 100%;
    align-self: stretch;
    flex: 1 0 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
    padding-left: 3px;
}

.dcl_event_titl{
    border-radius: 5px;
    font-weight: bold;
}

.dcl_event_info{
    padding-left: 5px;
}

.dcl_form-group{
    margin-bottom: 5px;
}

.dcl_event_panel {
  padding: 0 18px;
  background-color: #eefafd;
  display: none;
  overflow: hidden;
}

#dcl_city_select_container{
    display: block;
    font-size: 16px;
}

.dcl_event_sub_notification{
    color: rgb(237, 83, 83);
}

.dcl_event_notification{
    padding-top:10px;
    padding-bottom:10px;
}

.dcl_event_attribute_label{
    padding-top:10px;
    padding-bottom: 5px;
}

.dcl_event_infobox{
    padding-top: 5px;
    padding-bottom: 5px;
}


#dcl_event_data_button {
    display: block;
    background-color: #17507f ;
    border: none;
    color: white;
    text-align: center;
    word-break: break-word;
    text-decoration: none;
    font-size: 19px;
    cursor: pointer;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    min-width: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 15px 32px;
    margin-bottom:15px;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;  
}

/* Optional: Hover effect */
#dcl_event_data_button:hover {
    background-color: #17507f; 
}

/* Optional: Active/pressed state */
#dcl_event_data_button:active {
    background-color: #54b3eb;
    transform: translateY(1px); /* Slight downward movement */
}

#dcl_search_accordeon_trigger_class {
    margin-top: 15px;
    font-size: 18px;
}

.dcl_search_accordeon_class{
    display: none;
}

.dcl_search_accordeon_trigger_class{
    margin-top: 25px;
    margin-bottom: 25px;
}

#dcl_event_data_button{
    margin-bottom: 25px;
}

#dcl_event_notification_area{
    margin-bottom: 20px;
}