html, body {
    position: relative;
    width: 100%;
    height: 100%;
}


.marker {
    background-color: #506690;
    color: white;
    height: 2rem;
    width: 2rem;
    font-size: 0.8rem;
}

.search {
    display: flex;
    flex-direction: column;
}

.search .list-group {
    font-size: 1.0625rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.search-results {
    max-height: calc(100vh - 163px);
    overflow-y: scroll;
}

#newproject .search {
    position: absolute;
    left: 50px;
    top: 50px;
    width: calc(100% - 100px);
    max-height: calc(100% - 100px);
}

#newproject .search-results {
    max-height: calc(100% - 150px);
    overflow-y: scroll;
}