#ppa_search{
    position: absolute;
    top: -15px; right: -15px; left: -15px;
    padding: 15px;
    z-index: 1;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: -2px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -2px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -2px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 776px) {
	#ppa_search{
		height: calc(100vh - 205px);
	}
}
#ppa_search .body{
	color: #818181;
}
#ppa_search .body .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#ppa_search .body .title *{
    font-size: 13px;
    color: #777;
}
#ppa_search .body button{
    background: transparent;
    border: none;
}
#ppa_search .body .title button:hover{
    color: #f00;
}
#ppa_search .body ul{
    margin: 0;
    padding: 0;
}
#ppa_search .body ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    min-width: 100%;
    margin: 0 -15px;
    padding: 0 20px;
}
@media (max-width: 720px) {
    #ppa_search .body{
        padding: 0 15px;
		height: calc(100% - 88px);
    }
    #ppa_search .body ul{
        padding: 0 15px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100%;
    }
    #ppa_search .body ul li{
        margin: 0;
        padding: 0;
    }
}
#ppa_search .body ul li.active,
#ppa_search .body ul li:hover{
    background-color: #f7f7f7;
}
#ppa_search .body ul li:not(:last-child){
    margin-bottom: 5px;
}
#ppa_search .body ul li i.fa-long-arrow-up{
    transform: rotate(45deg);
    color: #ccc;
    margin-right: 7px;
}
#ppa_search .body ul li > svg{
    color: #ccc;
	transform: rotate(45deg);
}
#ppa_search .body ul li a,
#ppa_search .body ul li > span{
    display: block;
    padding: 5px 5px 5px 23px;
    cursor: pointer;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    position: relative;
}
#ppa_search .body ul li a > i,
#ppa_search .body ul li > span > i{
    color: #ccc;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 8px
}
#ppa_search .body ul li > a > svg,
#ppa_search .body ul li > span > svg{
	color: #ccc;
	margin-right: 5px;	
	position: absolute;
    left: 0;
	top: 6px;
}
#ppa_search .body ul li a > img.logo{
	margin: -3px -15px -3px 0;
    position: relative;
    top: -1px;
    left: -23px;
    vertical-align: middle;
}
#ppa_search .body ul li a > span{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -25px;
}
#ppa_search .body ul li a > span img.thumb{
    margin: -5px 15px -5px 0px;
	border: 1px solid #f7f7f7;
	vertical-align: middle;
}
#ppa_search .body ul li button{
    color: #777;
    margin-left: 5px;
}
#ppa_search .body ul li button[data-history-remove]:hover{
    color: #f00;
}
#ppa_search .body ul[data-spelling]{
	margin-bottom: 15px;
}
#ppa_search div[data-loader]{
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    color: #8b8b8b;
    height: 23px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ppa_search div[data-loader]:after{
    content: '';
    display: block;
    height: 3px;
    width: 210%;
    position: relative;
    left: -110%;
    background: linear-gradient(to right, rgba(0,153,255,1), rgba(0,183,255,1), rgba(0,183,255,1), rgba(0,153,255,1), rgba(0,153,255,1), rgba(0,183,255,1), rgba(0,183,255,1), rgba(0,153,255,1));
    animation: loading-line 2s ease-in-out infinite;
}
@keyframes loading-line {
    0%{left: -110%;}
    100%{left: 0%;}
}
#ppa_search .all-results{
	margin-top: 10px;
}
#ppa_search .all-results a{
	display: block;
    width: 100%;
    text-align: right;
    padding: 5px 10px 5px 0;
}
#ppa_search_overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000001a;
    z-index: 100;
}

div[data-name="ppa_m_search"]{
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px;
    background: #fff;
}
div[data-name="ppa_m_search"] > input{
    width: 100%;  
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    z-index: 2;
}
