
/*
#search-row {
    background-color: white;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 30px;
    height: 50px;
}

#search-by-topic-icon {
    color: #173d6e;
    height: 20px;
    width: 20px;
    min-width: 20px;
}

#search-by-topic {
    border: 0;
    color: #173d6e;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

#search-by-topic::placeholder {
    color: #173d6e;
    font-weight: bold;
    font-size: 16px;
}

.filter-select-container {
    border-left: #173d6e solid 1px;
    text-align: center;
    height: 100%;
}

@media (max-width: 768px) {
    .filter-select-container {
        border: none;
    }
    #search-row {
        height: auto;
    }
}

.filter-select {
    font-weight: bold;
    height: 100%;
    font-size: 16px;
    color: #173d6e;
}

#search-year-container {
    position: relative;
}

#search-year {
    padding: 10px;
    background: white;
    border: 0;
    width: 100%;
}

.search-buttons {
    height: 50px;
    width: 150px;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
}

.news-buttons {
    text-align: center;
}

#search-news {
    background-color: rgb(81, 160, 178);
    color: white;
    border: 0;
}

#clear-filters-button {
    cursor: pointer;
}

#card-container {
    padding-top: 20px;
}

#card-loading-img {
    display: block;
    margin: auto;
    width: 70px;
    margin-top: 10px;
}

*/
