
.fw-timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fw-timeline-item {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 3px solid #000;
    position: relative;
}

.fw-timeline-item:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

.fw-timeline-item h3 {
    margin: 0;
    font-size: 1.2em;
}

.fw-timeline-item p {
    margin: 5px 0;
}


#fwAgenda ul {
    list-style-type: none;
    padding: 0;
}

#fwAgenda li {
    display: flex;
        position: relative;
}

#fwAgenda .column.left {
    width: 30%;
    font-weight: bold;                    max-width: 100px;
}

#fwAgenda .column.right {
        text-align: left;
}
#fwAgenda .date:before {

}

#fwAgenda .date {
    margin-top: 10px;    background: #DAE9F2;
    border-radius: 5px;
    height: 90px;
    width: 90px;
    display: flex;
    overflow: hidden;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #18608B;    border-top: 10px solid #18608B;
    text-transform: uppercase !important;
}


#fwAgenda .content {
    padding: 10px 0px;
    margin: 0;
    color: #18608B;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    width: 100%;
}
#fwAgenda h3 {
    font-weight: bold;margin: 0px 0 10px 0px;
}

#fwAgenda .productmeta {
    font-size: 13px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;

}
#fwAgenda .producttype {
    color: #019000;
}

#aside #reset-filters {
    display: none;
}

/* Hide the default checkbox */

#aside input[type="checkbox"] {
    display: none;
}
#aside label {
    font-weight: normal;
    font-size: inherit;
}



@media (min-width: 768px) {

    #aside.sticky {
        position: fixed ;
        padding-top: 30px;
        top: 40px; /* 40px from the top */
        z-index: 1000; /* Adjust as needed */
        width: 100%; /* Adjust as needed to fit the layout */
        max-width: 350px;
        
    }
    
    #aside.sticky + div#fwAgendaResults {
        margin-left: 33.33333%;
       
    }

  

}

#no-results {
    padding: 90px;
}

#filters .terms {
    position: relative;
}
#filters .inner ul {
    overflow-x: hidden;
    max-height: 125px;
   
}

#filters .inner ul:after {
    content: "";
    display: block;
    height: 22px;
    background: linear-gradient(180deg, transparent, #fff 25px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

/* Style the custom checkbox */

#aside .checkbox-custom {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}


#aside .checkbox-custom i {
    display: none;
    color: #018A00;
}

/* Show the icon when the checkbox is checked */

#aside input[type="checkbox"]:checked + .checkbox-custom i {
    display: inline-block;
}


#fwAgenda .duration:before,
#fwAgenda .location:before {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #999999;
    display: inline-block;
    margin: 0 10px;
}

#fwAgenda .date:after {
    content: '';
    position: absolute;
    left: 75px;
    top: 85px;
    width: 15px;
    height: 15px;
    max-width: 100px;
    background: linear-gradient(135deg, #ADC8D9 0%, #ADC8D9 50%, #fff 50%, #fff 100%);
}

#aside ul {
   
    margin: 15px 0 30px 0px;
}
#aside h4 {
    color: #018a00;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 90%;
}
#aside li {   
cursor: pointer;
font-size: 15px;
padding: 5px 0px;
border: none;

}
#fwAgenda .hide-date {
    visibility: hidden;
}

#fwAgenda  .active {
    font-weight: bold; /* Example bold text */
    text-decoration: underline;
    /* Add other styles as needed */
}

.hide-date::after {
    content: '' !important;
    position: absolute !important;
    width: 4px !important;
    top: -10px !important;
    left: 50px !important;
    visibility: visible;
    background: #ADC8D9 !important;
    height: 100% !important;

}

.filter-button {
    display: none;
}

.actieLabel {
    font-weight: bold;
    color: #2B7EA4;
    padding: 4px;
    border: 1px solid #2B7EA4;
    white-space: nowrap;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 16px;
}

/* Hide #aside by default on mobile */
@media (max-width: 575.98px) {

    .actieLabel{
        font-size: 16px;
    line-height: 1.3;
    display: block;
    margin-left: -5px;
    margin-top: 15px;
    }
    #aside {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999999;
        padding: 30px 30px;
        overflow: scroll;

    }

    .filter-button {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        color: #18608B;
        border: none;
        padding: 10px 30px 10px 40px;
        font-size: 16px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 9999999;
        border: 1px solid #18608B;
        font-weight: bold;
    }

    .filter-button:before {
        content: "\f0b0";
        font-family: "FontAwesome";
        position: absolute;
        left: 20px;
        top: 0;
        text-align: center;
        line-height: 44px;
        font-size: 13px;
    }
}