body {
    font-family: 'Inter', sans-serif;    
}

.shadow_overlay {
    background-color: #fffffff0;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    
    z-index: 1000;
}

.search_bar {    
    width: 20em;  
    padding: 10px;        
}

.result_bar {        
    padding: 10px;    
    width: 30em;    
}

.bar {
    margin-bottom: 20px;
    
}

.menu {
    top: 10px;
    left: 20px;
    position: absolute;
    z-index: 1000;
}

.search_bar input {
    border: 0px;
    font-size: 15px;    
}

.result {
    width: 100%;
    max-height: 40vh;
    overflow-y: auto;
}

.result a { 
    color: #349d37;    
    font-size: 25px;   
    text-decoration: none;
    display: block;
}


#current { 
    color: #349d37;    
    font-size: 15px;   
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-overflow: ellipsis;
    font-weight: bold;
}
