
#general_map,
#favorite-map-wrapper {
    width: 50%;
    height: calc(100vh - 130px) !important;
    bottom: 0;
    background-color: var(--white);
    position: fixed;
}

#general_map.fixed,
#favorite-map-wrapper.fixed {
    position: fixed !important;
    top:inherit;
}

.general_map_inner {
    height: 100%;
}

.category_map_inner {
    height: 100%;
}

#spaces_offices,
#favorite-content-wrapper {
    min-height:100vh;
    padding:0;
    left:50%;
    padding-top: 180px;
}

.space_category.scroll {
    left: 50%;
}

#spaces_offices ul.pagination,
#favorite-content-wrapper ul.pagination {
    margin: 20px auto;
    gap: 10px;
}
#spaces_offices ul.pagination .active a,
#favorite-content-wrapper ul.pagination .active a {
    background-color: var(--primary-color);
    color: var(--light);
}

#spaces_offices ul.pagination .disabled,
#favorite-content-wrapper ul.pagination .disabled {
    display: none;
}

#spaces_offices ul.pagination li a,
#spaces_offices ul.pagination li span,
#favorite-content-wrapper ul.pagination li a,
#favorite-content-wrapper ul.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-family: var(--font-medium);
    color: var(--black);
    font-size: 18px;
    line-height: .75;
    text-decoration: none;
    transition: var(--transition);
}

.gm-fullscreen-control{
    display: block!important;
}

#spaces_offices ul.pagination li a:hover,
#favorite-content-wrapper ul.pagination li a:hover {
    color:var(--white);
    background-color: var(--primary-color);
}

.no-offices-message {
    text-align: center;
    font-size: 24px;
    font-family: var(--font-medium);
    /* text-transform: uppercase; */
    color: var(--black);
    max-width: 700px;
    margin: auto;
    padding-left: 15px;
}

.no-offices-message p {
    margin:0;
}

.no-offices-message p br {
    margin-top:20px;
}
