/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
|--------------------------------------------------------------------------
| AOS blur in animation
|--------------------------------------------------------------------------
*/
[data-aos="blur-in"] {
    opacity: 0;
    transform: scale(1.5);
    filter: blur(20px);
    transition-property: transform, opacity, filter;
}
  
[data-aos="blur-in"].aos-animate {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
}


/*
|--------------------------------------------------------------------------
| TomSelect filters
|--------------------------------------------------------------------------
*/

.ts-dropdown .active {
    background-color: rgba(247, 223, 229, 0.495) !important;
}

.ts-control > input {
    width: max-content;
}

#activity-ts-control, #category-ts-control, #soort-event-ts-control {
    display: none !important;
}

.ts-dropdown, .ts-control, .ts-control input {
    line-height: unset !important;
    font-weight: 500;
}

.ts-control {
    min-height: 40px;
    padding: 8px 16px !important;
}

.ts-dropdown .option {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.ts-wrapper.multi .ts-control > div {
    background: #eff6fb;
}

.ts-wrapper:not(.form-control, .form-select).single .ts-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-position: right .75rem center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 12px !important;
}


.filters label {
    padding-bottom: 5px;
    font-size: 16px;
}

fieldset {
    padding: 0 !important;
    border: none;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    justify-content: flex-start;
}

fieldset label {
    font-weight: bold;
}