
form#searchform {
    background-color: var(--box-background);
    max-width: 1000px;
}

:root {
	--form-background: var(--box-background);
}
.overview ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview ul img {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 0px;
}
.overview ul li {
    position: relative;
    background: white;
    z-index: 11;
}
.overview ul li:first-child {
    padding-right: 20px;
}
.overview ul li:last-child {
    padding-left: 20px;
}
.overview ul li:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}

.overview {
    padding-bottom: 15px;
}
.overview ul::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border-color);
    position: absolute;
}

#show_allfilter, #show_allfilter:hover {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
    padding: 0 0 0 30px;
    cursor: pointer;
}
#show_allfilter span.icon-wrapper {
    left: 0;
    height: 20px;
}
.overview ul {
    list-style-type: none;
    padding: 0;
    margin-top: 40px;

}
.hide-filter {
    display: none;
}
.main-search .activeoptions-wrapper {
	display: flex;
	align-items: center;
    margin-top: 20px;
}

.main-search .activeoptions-wrapper .activeoptions-label {
	margin-right: 25px;
}

.activeoptions {
	display: flex;
	flex-wrap: wrap;
}

.activeoptions .parameter-wrapper {
	padding: 7px 5px 7px 10px;
	background-color: var(--box-background);
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}

.activeoptions .parameter-wrapper a, .close-popup {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(/wp-content/plugins/beon-voffice/assets/images/xmark-solid.svg);
	background-repeat: no-repeat;
    background-size: contain;
}

span#select2-order-container::after {
	content: "";
	background: url(/wp-content/plugins/beon-voffice/assets/images/chevron-down-solid.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

/*checkbox*/
.wrap-filter {
    display: flex;
    flex-wrap: wrap;
}
.main-search .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: white;
	border: 1px solid var(--border-color);
	cursor: pointer;
}

.main-search input[type="checkbox"] {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	margin-bottom: 5px;
	height: 38px;
	border: none;
	margin-bottom: 5px;
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
}
.sort-wrapper .select2-container .select2-selection--single .select2-selection__rendered, #show_allfilter {
    font-size: var(--font-size-medium);
}
.activeoptions-wrapper {
    font-size: var(--font-size-small);
}

.main-search .property-wrapper label {
	cursor: pointer;
    padding-top: 0;
    font-size: var(--font-size-medium);
}

.checkbox-wrapper {
	cursor: pointer;
	padding-left: 35px;
	padding-right: 24px;
	display: flex;
	align-items: center;
	position: relative;
	width: 33%;
    margin: 8px 0;
}
.checkbox-wrapper span::before {
	content: ' ';
}
.checkbox-wrapper input:checked~.checkmark {
	content: url(/wp-content/plugins/beon-voffice/assets/images/check-solid.svg);
}
#calender-wrapper {
    bottom: auto;
    top: 69px;
    z-index: 22;
}
.toggleGuests {
    bottom: auto;
    top: 47px;
}
.form-tooltip:after {
    display: none;
}

@media only screen and (max-width: 1024px){
    form#searchform {
        max-width: 250px;
    }
    .overview ul {
        flex-wrap: wrap;
    }
    .overview ul li:nth-child(2) {
        order: 2;
    }
    .overview ul li:first-child {
        padding-right: 0px;
    }
    .overview ul li:last-child {
        padding-left: 0px;
    }
    .overview ul li:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    
    .overview ul::after {
        display: none;
    }
    .main-search .activeoptions-wrapper {
        flex-wrap: wrap;   
    }
    .main-search .activeoptions-wrapper .activeoptions-label {
        width: 100%;
    }
    .main-search .property-wrapper label {
        font-size: var(--font-size-small);
    }
}