

/* 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_advanced/style.css?17780672431860*/
.ui-table-row .notification{
    color: white;
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #b0d067;
    font-weight: 900;
}
.help-info{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3e2f2;
}
.help-info-container{
    padding: 20px 20px 10px;
    background-color: #f5fcff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 14px 22px -5px rgba(46, 54, 60, 0.2);
    -moz-box-shadow: 0px 14px 22px -5px rgba(46, 54, 60, 0.2);
    box-shadow: 0px 14px 22px -5px rgba(46, 54, 60, 0.2);
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    -moz-font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: none;
}
.help-info-header{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.help-info-message span{
    color: #93bf2f;
    font-weight: bold;
    font-size: 18px;
}
#nested-breadcrumbs:first-child{
    margin-right: .5rem;
    margin-left: 0;
}
#nested-breadcrumbs:last-child{
    margin-left: .5rem;
    margin-right: 0;
}
#nested-breadcrumbs div{
    background-color: #dff7fa;
    margin: 0 .5rem;
    border-radius: 10px;
}
#nested-breadcrumbs svg {
    width: 24px;
    height: 24px;
}
#nested-breadcrumbs .close {
    color: black;
}
#nested-breadcrumbs .close svg{
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
    .help-info-container {
        padding: 10px 10px 5px;
    }
    .help-info-header{
        font-size: 16px;
        line-height: 20px;
    }
    .help-info-message{
        font-size: 14px;
        line-height: 20px;
    }
    .help-info-message span{
        font-size: 16px;
    }
}

.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_advanced/style.css?17780672431860 */
