* {
    /* outline: 1px solid red; */
    /* scroll-behavior: smooth; */
}

.search-input {
    background-image: url("../img/Search-wbg.webp") !important;
    background-size: 20px;
    background-position-y: 4px !important;
    background-position-x: 4px !important ;
    width: 30px;
}

.search-nav {
    background-image: linear-gradient(45deg, #0088cc, #0e8dcc, #56a6ce);
    width: 100%;
    margin: 0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.search-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding: 5px 15px;
}

@media (max-width: 987px) {
    .search-container {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .search-container {
        width: 100%;
    }
}

.search-container input,
.search-container button {
    margin: 0;
}

.search-container input {
    display: inline;
    width: auto;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: -4px;
}

.search-container button {
    border: 1px solid #ccc;
    height: 34px;
    width: 38px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url("../img/Search-wbg.webp");
    background-position-x: 5px;
    background-position-y: 4px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.search-container button:hover {
    box-shadow: 0px 0px 8px rgb(137, 198, 255);
}

.search-container input:focus {
    box-shadow: 0px 0px 8px rgb(137, 198, 255);
}

.search-input-button {
    display: flex;
}
.search-container button:focus {
    /* border-color: #0477c8; */
    background-color: rgb(180, 216, 250);
    /* outline: 4px solid #0477c8; */
}

#search-button {
}

.highlighted {
    background-color: yellow;
    border-radius: 2px;
    color: black;
}
