

/* Start:/local/js/ittas/search/dist/search.bundle.css?17787692222048*/
div.search-history-anchor {
	position: relative;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

div.search-history-dropdown {
	position: absolute;
    top: calc(100% + 2px);
    left: 0;
    max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 10;
}

div.search-bar div.search-history-dropdown {
    width: calc(100% - 169px);;
}

div.search.search-bar div.search-history-dropdown {
    width: calc(100% - 145px);;
}

.ui-menu-list {
    margin: 0;
	padding: 0;
	list-style: none;
    display: block;
    outline: 0;
    max-height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    margin: 0;
    cursor: pointer;
}

.ui-menu-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
	width: 100%;
    border: 0 !important;
    position: relative;
    padding: 3px 1em 3px .4em;
}


.ui-menu-item-wrapper__icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('/local/templates/.default/i/icons/ico-history.svg') center / contain no-repeat;
}

.ui-menu-item-wrapper__text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-word;
    line-height: 1.5;
}

@media(max-width: 1498px) {
    div.search-bar div.search-history-dropdown {
        width: calc(100% - 169px);
    }

    div.search.search-bar div.search-history-dropdown {
        width: calc(100% - 134px);;
    }
}

@media(max-width: 1119px) {
    div.search-bar div.search-history-dropdown, div.search.search-bar div.search-history-dropdown {
        min-width: calc(100% - 40px);
    }
}
/* End */


/* Start:/local/components/astronim/search.list/templates/form_new/style.css?1778065552111*/
.box-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
}
/* End */
/* /local/js/ittas/search/dist/search.bundle.css?17787692222048 */
/* /local/components/astronim/search.list/templates/form_new/style.css?1778065552111 */
