#yawasSearchBtn{

    position:fixed;

    bottom:25px;

    left:50%;

    transform:translateX(-50%);


    width:65px;

    height:65px;


    background:#c62828;

    color:white;


    border-radius:50%;


    display:flex;

    align-items:center;

    justify-content:center;


    font-size:28px;


    cursor:pointer;


    z-index:99999999;


    box-shadow:0 8px 25px rgba(0,0,0,.35);


    transition:.3s;

}



#yawasSearchBtn:hover{

    transform:translateX(-50%) scale(1.1);

}


#yawasSearchBox{


position:fixed;


top:50%;

left:50%;


transform:translate(-50%,-50%);



width:90%;

max-width:600px;


background:white;


padding:20px;


border-radius:15px;


box-shadow:0 20px 50px rgba(0,0,0,.4);



display:none;


z-index:100000000;


}




#yawasInput{

width:100%;

padding:15px;


font-size:18px;


border:1px solid #ddd;


border-radius:10px;


}



#yawasClose{

float:right;

border:none;

background:none;

font-size:25px;

cursor:pointer;

}



.yawasItem{

padding:15px;

border-bottom:1px solid #eee;

}



.yawasItem a{

color:#c62828;

font-weight:bold;

text-decoration:none;

}


mark{

background:#ffe082;

padding:2px 5px;

border-radius:3px;

}