#search-bar > div > div > div > button {
    background-color: white;
    border: none;
    color: black !important;
}

.mapContainerSearch {
    height: 50vh;
}

div#search-bar {
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    height: fit-content;
}
.btn.focus,
.btn:focus,
.form-control:focus,
.form-control.Select-control--is-focused,
div.Select-control:focus,
div.Select-control.Select-control--is-focused,
.clearable-input:focus,
.clearable-input.Select-control--is-focused {
    box-shadow: none !important;
}

#search-bar input#site-search {
    max-height: 65px !important;
    margin: 0 !important;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px 0px 0px 4px;
    width: 100%;
    border: 0;
    align-self: center;
    background: white;
}
#search-bar #simple-search-include > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-bar .form-group {
    margin: 0%;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}
#search-bar form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 39px !important;
    margin: 0 !important;
}

#search-bar div {
    display: flex;
    align-items: center;
}
#search-bar .searchBtn {
    max-height: 65px !important;
    font-weight: bold;
    height: 100%;
    min-width: 45px;
    transition: 0.4s;
    color: white !important;
    border-radius: 0px 4px 4px 0px;
    font-size: 20px;
    display: flex;
}
#search-bar .searchBtn i::before {
    margin-left: 5px;
}

#search-bar .search-btn-activated + .search-btn-disabled {
    display: none;
}
#search-bar .rs-icon {
    margin-left: 5px;
}

#search-bar .system-spinner {
    display: none !important;
}

#search-bar .dropdown.btn-group {
    position: absolute;
    cursor: pointer;
}
#search-bar .dropdown.btn-group button:hover,
#search-bar button.btn.searchBtn:hover {
    filter: none !important;
}

#search-bar .dropdown.btn-group button {
    height: 5vh;
    min-height: 49px;
    min-width: 95px;
    font-size: 16px;
    color: gray !important;
    border: none !important;
    content: "Artwork";
}

#search-bar {
    width: 50vw;
    height: 80px;
}

.advanced-search-options {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-left: 15px;
    width: 150px;
}

.advanced-search-options a {
    color: white !important;
}

@media (max-width: 800px) {
    #search-bar input#site-search {
        padding-left: 100px !important;
        font-size: 13px !important;
    }
    .advanced-search-options {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
        gap: 25px;
    }

    #search-bar {
        width: 80vw !important;
    }

    #search-bar form {
        width: 80vw;
    }
}

#search-bar > div > div > div > button {
    padding-left: 0;
    padding-right: 0;
    margin-left: 24px;
    margin-right: 24px;
}
