#library-search-settings {
    display: flex;
    flex-direction: column;
}

#library-search-settings > div {
    padding: 20px;
    background-color: #c9eafb;
    color: rgb(16, 118, 187);
}

#range-container {
    margin-top: 10px;
}

#library-search-settings > button {
    padding: 10px 20px 10px 20px;
    background: #04283E;
    margin: 10px 10px 0 10px;
    border-radius: 20px;
    color: white;
    border: none;
    text-align: center;
}

#library-search-results {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 11;
    background-color: white;
}

#search-results-header {
    display: flex;
    font-size: 24px;
    color: #0B4B7D;
    margin-left: 10px;
}

#search-results-header > img {
    width: 30px;
    margin-right: 10px;
}
