<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mm-search
{
    position: relative; 

    height: 40px;
    padding: 7px 10px 0 10px;
}
.mm-search input
{
    font: inherit;
    font-size: 14px;
    line-height: 26px;

    display: block;

    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; 

    border: none !important;
    border-radius: 26px;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.mm-search input::-ms-clear
{
    display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next
{
    right: 0;
}

.mm-panel &gt; .mm-search
{
    position: absolute;
    top: 0;
    left: 0; 

    width: 100%;
}

.mm-panel.mm-hassearch
{
    padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar
{
    padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search
{
    top: 40px;
}

.mm-noresultsmsg
{
    font-size: 21px;

    padding: 40px 0; 

    text-align: center;
}

.mm-noresults .mm-indexer
{
    display: none !important;
}

li.mm-nosubresults &gt; a.mm-next
{
    display: none;
}
li.mm-nosubresults &gt; a.mm-next + a,
li.mm-nosubresults &gt; a.mm-next + span
{
    padding-right: 10px;
}

.mm-panels &gt; .mm-resultspanel:not(.mm-opened)
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input
{
    color: rgba(0, 0, 0, .7); 
    background: rgba(0, 0, 0, .05);
}

.mm-menu .mm-noresultsmsg
{
    color: rgba(0, 0, 0, .3);
}
</pre></body></html>