/* Fixar o header no topo */
header {
    background: #f8f9fa;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header img{
    height: 25px !important;
    padding-right: 5px !important;
}

.search-suggestions {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    display: none;
}

.search-suggestions div {
    padding: 8px;
    cursor: pointer;
}

.search-suggestions div:hover {
    background-color: #f1f1f1;
}
