.cEventsFilterContainer .cFilterForm label {
    color: #000 !important;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    font-size: .8em;
    user-select: none;
    float: left;
    margin-right: 1em;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    padding-bottom:5px;
}

.bef-datepicker.form-date {
    -moz-appearance: none;
    border: solid 1px #ccc !important;
    background-image: none;
    box-shadow: none;
    padding: 0px 5px;
    height: 23px;
    font-size: 0.8em;
    border-radius: 0 !important;
    width: 100%;
    color: #495057;
}

.cFilterContainer.cEventsFilterContainer .cFilterForm {
    padding: 2rem;
}

.js-form-type-date {
    position: relative;
    /* REQUIRED for absolute positioning */
}

.js-form-type-date::after {
    content: "\f073";
    font-family: "FontAwesome";
    /* REQUIRED */
    font-size: 14px;
    color: #fff;

    position: absolute;
    width: 28px;
    height: 23px;
    bottom: 0;
    right: 0;

    background-color: #ff7300;
    padding: 2px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
    /* Prevent blocking input clicks */
}

label#edit-field-event-starting-date-value-error {
    position: absolute;
    top: 0;
    left: 0;
}

.js-form-type-date:hover:after {
    background-color: #efefef;
    color: #292929 !important;
}