.search-btn {
    height: 50px;
}

.search-input {
    height: 50px;
    width: 50px;
}

.search-input-news {
    height: 50px;
}

.search-result {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: white;
    border: lightgray solid thin;
    box-shadow: 2px 2px 2px lightgrey;
    margin-top: 10px;
    width: 97.3%;
    height: 400px;
    overflow-y: auto;
}

.search-result-home {
    position: fixed;
    display: none;
    z-index: 11;
    background-color: white;
    border: lightgray solid thin;
    box-shadow: 2px 2px 2px lightgrey;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    margin-top: 55px;
    margin-left: 100px;
    width: 80%;
}

.search-result-news {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: white;
    border: lightgray solid thin;
    box-shadow: 2px 2px 2px lightgrey;
    margin-top: 10px;
    width: 97.3%;
    height: 300px;
    overflow-y: auto;
}

.title-search {
    font-size: 14 px;
    margin-bottom: 5px;
    color: black;
}

.search-only-title {
    font-size: 12px;
    margin-bottom: 5px;
}

.content-search {
    font-size: 12px;
    color: gray;
    padding-left: 50px;
    padding-top: 5px;
}

.content-item {
    border-bottom: lightgrey solid thin;
    padding-top: 5px;
    padding-bottom: 10px;
}

.content-item:hover {
    background-color: #DCDCDC;
    cursor: pointer;
}

.search-link:hover {
    text-decoration: none;
    color: black;
}

.search-target {
    font-size: 12px;
    color: lightslategrey;
}

.body-search {
    min-height: 400px;
    margin-bottom: 20px;
    padding: 2%;
    margin-top: 10px;
    background: white;
}

.title-search-result {
    font-size: 14 px;
    margin-bottom: 5px;
    color: black;
    color: blue;
}

.content-item-home {
    border-bottom: lightgrey solid thin;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .search-result-home {
        width: 100%;
        margin-left: 0px;
    }
    .search-input-news {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}