body {
    overflow-y: scroll;
}

.popover .arrow {
    display: none;
}

#map {
    left: 0px !important;
    height: 100% !important;
    border-radius: 4px;
    z-index: 3;
    background: #f3f4f7;
}

#mapContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99;
    border-radius: 4px;
    margin: 20px 0px 20px 20px;
    touch-action: none;
}

.above-map-position {
    position: fixed;
    top: 110px;
    bottom: 0;
    width: calc(100% - 800px);
    z-index: 100;
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.map-position {
    position: fixed;
    top: 210px;
    bottom: 0;
    width: calc(100% - 800px);
    left: 780px;
    z-index: 1000;
    padding: 20px;
    padding-right: 0px;
    touch-action: none;
}

.map-position-comparison {
    bottom: 110px !important;
}

.results-position-overlay {
    position: fixed;
    top: 210px;
    bottom: 0;
    width: 800px;
    left: 0px;
    z-index: 999;
    padding: 0px;
    background: white;
}

.map-position-full-width {
    width: calc(100% - 20px) !important;
    left: 0px !important;
}

#results-position-bar {

}

.results-position-bar {
    position: fixed;
    /*display: block;*/
    z-index: 10;
    bottom: 0;
    top: 75px;
    right: 0;
    height: 130px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    /*padding-left: 20px;*/
    /*padding-right: 18px;*/
    background-color: white;

}

@media (max-width: 1199px) {
    .loading-vibe {
        width: 5rem !important;
    }

    .sharespace-ko-tab {
        width: 100% !important;
        display: block;
        margin-bottom: 10px;
    }

    .vibes-section-width {
        max-width: calc(100% - 190px) !important;
        width: 100%;
    }

    .how-it-works {
        display: none;
    }
}

.popover > .arrow {
    display: none !important;
}

.results-position-bar-block {
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.5);
}

.results-position {
    width: 800px;
    position: relative;
    top: 123px;
    height: 100%;
    /*padding-bottom: 130px;
    overflow-y:scroll;*/
}

@media (max-width: 1199px) {
    .vibe-badge {
        font-size: 10px !important;
    }
    .map-position {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }

    .above-map-position {
        display: none;
    }

    .results-position {
        top: 90px !important;
    }

    .results-position-bar {
        width: 100%;
        top: 56px;
    }

    .ko-results-position {
        display: none;
    }

    #over_map_right {
        display: none;
    }

    #over_map_left {
        display: none;
    }

    .ko-map-position {
        /*display: block;*/
        width: 100% !important;
        left: 0;
        padding-right: 20px !important;
        display: block;
        top: 250px;
        height: calc(100vh - 340px);
    }

    .map-position-full-width {
        width: calc(100% - 20px) !important;
        left: 0px !important;
        height: calc(100vh - 260px);
        top: 180px;
    }

    .results-position {
        width: 100%;
    }

    .result-right-section {
        padding-right: 20px !important;
    }

    .results-position-bar {
        top: 70px;
    }
}

@media (max-width: 993px) {
    .searchResultBorder {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .results-position-bar {
        width: 100%;
    }

    .howmany {
        top: 35px !important;
    }

    .venueNameBox {
        width: 100% !important;
        white-space: normal !important;
    }

    .searchPanel {
        margin-bottom: 80px;
    }
}

.results {
    height: 100%;
}

.bg-primary {
    background-color: #ffffff;
}

.searchBar {
    width: 100% !important;
    border-bottom: 1px solid #e7e7e7;
    background-color: white;
}

.searchPanel {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    /*border-bottom: 0px solid white;*/
}

.building-search {
    /*border: 2px solid #D3D0ED !important;*/
    border-radius: 4px;
    /*box-shadow: 0px 2px 12px rgba(61, 52, 137, 0.28);*/
}

.search-result {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.venueName {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.filters {
    width: 800px;
    position: fixed;
    float: right;
    padding-top: 40px;
    height: 100%;
    background-color: white;
}

.filters-row {
    width: auto;
    white-space: nowrap;
}

.editableCity {
    font-weight: 300;
}

.save-changes-panel .popover {
    max-width: 350px;
    width: 100%;
}

.save-changes-panel .popover .venue-name-in-comparison {
    width: 180px;
    max-width: 180px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#filters-section .popover {
    font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
    z-index: 999 !important;
    position: absolute;
    max-width: 550px;
    width: 100%;
    padding: 10px;
    max-height: 550px;
    overflow-y: auto;
    border: none !important;
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
}

#filters-section {
    border-bottom: 1px solid #DFDFED;
    border-top: 1px solid #DFDFED;
}

/*#filters-section .btn:first-of-type {*/
/*    margin-left: 0 !important;*/
/*}*/

/*.largerPopover .popover {*/
/*    max-width: 700px !important;*/
/*}*/

.largerPopover {
    display: inline-block !important;
}

.pointer {
    cursor: pointer;
}

.buttonMargin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.officeType {
    display: inline-block;
    height: 50px;
    padding-top: 13px;
    /*border-right:1px solid #e7e7e7;*/
    font-weight: 300;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.officeTypeActive {
    padding: 13px;
    padding-bottom: 17px;
    background-color: #ffffff;
    border-bottom: 5px solid #FDCC52;
}

.officeType:hover {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e7e7e7;
}

.barFilter:hover {
    background-color: #ecebf3 !important;
    color: #3D3489;
}

.spaceTypeIcon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
}

.filterIcon {
    height: 20px;
    width: 20px;
    margin-top: -3px;
}

.infoWindowImage {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.infoWindowVenueName {
    margin: 0px;
    font-weight: 600;
}

.searchInputWidth {
    width: 100%;
    max-width: 500px;
}

.full-width-area {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 50px;
    border-bottom: 1px solid #e7e7e7;
    background-color: white;
}

.barFilter {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 10px;
    padding: 0px;
    font-weight: 500;
    color: #3D3489 !important;
}

.search-button-area button {
    padding: 10px 14px !important;
}

.size-area input {
    min-width: 250px;
}

.city-area-input {
    color: #343859 !important;
}

.city-area-input:hover {
    border-color: #3d348b;
}

.vibesPickerItem .vibesPickerInner {
    border: 2px solid transparent;
    overflow: hidden;
}

.vibesPickerItem:hover .vibesPickerInner {
    filter: drop-shadow(0 0 8px rgb(37 31 82 / 21%)) !important;
    /*box-shadow: 0px 30px 60px -15px rgb(37 31 82 / 21%) !important;*/
    -webkit-transition: all 10ms ease;
    -moz-transition: all 10ms ease;
    -ms-transition: all 10ms ease;
    transition: all 10ms ease;
}

.vibeSelected .vibesPickerInner {
    border: 3px solid #3D3489;
}

.vibeSelected .vibesPickerInner img {
    background-color: lightgrey;
}

.vibeSelected .vibesPickerInner span {
    font-weight: 600;
    color: #3D3489;
}

.vibeNotSelected {
    filter: grayscale(100%);
    opacity: 0.7;
}

.vibesPickerItem:hover .vibeNotSelected {
    filter: none !important;
    opacity: 1 !important;
}

.vibesPicker-next {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 38px;
    padding: 8px;
    background: #3D3489;
    z-index: 10;
    border-radius: 4px;
    cursor: pointer;
}

.vibesPicker-prev {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 38px;
    padding: 8px;
    background: #3D3489;
    z-index: 10;
    border-radius: 4px;
    cursor: pointer;
}

.vibesPicker-prev:hover {
    background: #645DA1;
}

.vibesPicker-next:hover {
    background: #645DA1;
}

.vibesPicker-prev img, .vibesPicker-next img {
    cursor: pointer;
}

.see-sharespace-in-action {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0px;
    margin-right: 10px;
    padding: 12px;
    font-weight: 400;
    color: #3D3489 !important;
}

.see-sharespace-in-action:hover {
    background-color: rgba(61, 52, 139, 0.1) !important;
}

.activeFilter {
    background-color: rgba(61, 52, 139, 0.1) !important;
}

.filterBold {
    font-weight: 600;
}

.filter-set {
    border-color: #3D3489 !important;
}

@media (min-width: 1199px) {
    .barFilter {
        padding: 0;
        border: none !important;
        background-color: #fff !important;
        margin-bottom: 0px;
        margin-top: 7px;
    }

    .barFilter:hover {
        background-color: #fff !important;
    }

    .barFilter .aligner {
        border-bottom: 2px solid #fff;
    }

    .barFilter:hover .aligner {
        border-bottom: 2px solid #3D3489;
    }

    .barFilter:active {
        background-color: #fff !important;
        box-shadow: none;
    }

    .see-sharespace-in-action {
        background-color: #fff !important;
        margin-right: 30px;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        border: none;
    }

    .see-sharespace-in-action:hover, .see-sharespace-in-action:active {
        background-color: #fff !important;
        box-shadow: none !important;
    }

    .see-sharespace-in-action .aligner {
        border-bottom: 2px solid transparent !important;
    }

    .see-sharespace-in-action:hover .aligner {
        border-bottom: 2px solid #3D3489 !important;
    }
}

.full-width-area a {
    color: black;
}

.popoverOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 4;
}

.popoverOverlayMap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.ui-widget-header {
    background-color: #FDCC52;
}

.ui-state-active {
    background-color: lightgrey !important;
}

#histogramSlider, #histogramSlider2, #comp {
    max-width: 723px;
    margin: auto;
}

.officeTitle {
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hideOverflow {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    line-height: 1.5;
}

.spaceImage {
    height: 155px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.venueNameBox {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1.3;
}

.operatorLogo {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin-right: 15px;
    object-fit: contain;
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
    margin-top: -5px;
    margin-left: 10px;
}

.operatorLogoPopover {
    height: 20px;
    width: 20px;
    border-radius: 4px;
    object-fit: contain;
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
    margin-left: 10px;
    margin-bottom: -4px;
}

.searchResultBorder {
    /*border: 1px solid #EFEFF6;*/
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    /*padding:15px;*/
}

.searchResultBorder:hover {
    /*box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);*/
}

.searchResultBorder:hover .arrow {
    /*box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);*/
    display: block;
}

.searchResultBorder:hover .show-on-map {
    /*box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);*/
    display: block;
}

a, a:focus, a:hover {
    color: #222;
}

.nothingHere {
    height: 150px;
    width: 150px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.staticicon {
    height: 30px;
    width: 30px;
}

.ssguarantee {
    border: 1px solid #e7e7e7;
    padding: 20px;
    border-radius: 4px;
}

.spacesummary {
    font-weight: 500;
}

.sortArea {
    width: auto;
    display: inline-block;
}

.results-position-bar .bootstrap-select .dropdown-toggle {
    height: 28px;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 300;
    letter-spacing: 0px;
    width: auto;
}

.results-position-bar .filter-option {
    margin-top: -5px;
}

.howmany {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.tooltip {
    pointer-events: none;
    z-index: 1031 !important;
}

.tooltip-inner {
    color: #343859 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 15px !important;
}

.add-to-comparison .tooltip-inner {
    min-width: 50px !important;
    max-width: 250px !important;
    width: 100%;
    padding: 5px !important;
    white-space: nowrap !important;
}

.modal-body .bootstrap-select {
    width: 100% !important;
}

.royalSlider {
    width: 100%;
    max-width: 100% !important;
    height: 270px !important;
    min-height: 270px !important;
    border-radius: 4px;
    background-color: #f3f4f7;
}

.infoWindow .royalSlider {
    width: 250px;
    max-width: 250px !important;
    height: 200px !important;
    min-height: 200px !important;
    border-radius: 0px;
    background-color: #f3f4f7;
}

.infoWindow .rsSlide {
    border-radius: 0px;
}

.infoWindow .galleryContainer {
    position: relative;
    width: 250px;
    height: 200px;
}

.infoWindow .arrow {
    display: block !important;
    top: calc(200px / 2 - (30px / 2)) !important;
    padding: 9px !important;
}

.infoWindow .next-arrow {
    right: 0;
    margin-right: 15px !important;
}

.infoWindow .previous-arrow {
    left: 0;
    margin-left: 15px !important;
}

.show-on-map {
    display: none;
}

.arrow {
    position: absolute;
    top: calc(270px / 2 - (32px / 2));
    padding: 5px;
    border-radius: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    background-color: white;
    color: #222;
    display: none;
}

.arrow:hover {
    transform: scale(1.1);
}

.popover .arrow {
    display: none !important;
}

.next-arrow {
    right: 0;
    margin-right: 25px;
}

.previous-arrow {
    left: 0;
    margin-left: 25px;
}

.sharespace-ko-tab {
    width: 32%;
}

/* ShareSpace Progress */
.shsp-progress-top {
    visibility: hidden;
    height: 30px;
    border-right: 2px solid #fdcc52;
    text-align: right;
    padding-right: 10px;
    animation: 0s linear 1s forwards delayedShow;
}

.shsp-progress-outer {
    height: 15px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.shsp-progress-inner {
    height: 15px;
    background-color: #fdcc52;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    animation: progress-fill 1s ease-in;
}

.shsp-progress-text {
    animation-fill-mode: forwards;
    visibility: hidden;
    animation: 0s linear 1s forwards delayedShow;
    margin-left: -800px;
}

@keyframes progress-fill {
    from {
        width: 0;
    }
}

@keyframes delayedShow {
    to {
        visibility: visible;
        margin-left: 0;
    }
}

/* End ShareSpace Progress */
.disabled {
    opacity: 0.5 !important;
}

.rsSlide {
    /*border-top-left-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
    border-radius: 4px;
}


.rsImg {
    object-fit: cover;
}

.price-tag {
    margin-top: -3px !important;
    margin-right: 15px;
    padding-bottom: 0px;
    display: inline-block;
}

.divider {
    height: 1px;
    border-bottom: 1px solid #e8eaef;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 30px;
}

.bubble-venue-name {
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: 600;
}

label {
    font-weight: 400 !important;
}

.important-terms-box {
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
    border-left: 5px solid #fdcc52;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
}

.sharespace-ko-tab {
    width: 32%;
    height: 35px !important;
    padding-top: 8px !important;
    border: none !important;
    border-radius: 4px;
}

.sharespace-ko-tab-active {
    /*border-bottom: 5px solid #FDCC52 !important;*/
    background-color: #3d348b !important;
    color: white;
}

.result-right-section {
    margin-right: -15px;
    margin-left: -25px;
    padding: 20px;
}

.tooltip .tooltip-inner {
    background-color: #fff;
    opacity: 1 !important;
    border: 1px solid white !important;
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
    padding: 10px;
}

.bootstrap-select {
    width: auto !important;
}

/*.city-selector .dropdown-toggle {*/
/*    width: 100% !important;*/
/*}*/

/*.permissionsSelect {*/
/*    width: 100% !important;*/
/*}*/

.city-selector {
    width: 400px !important;
}

.loading {
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    background-color: #f3f4f7;
}

.loading-map {
    background-color: #f3f4f7;
}

.loading::after {
    content: "";
    display: block;
    background-color: #e8eaef;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    animation: 1.5s loading-placeholder ease-in-out infinite;
}

.loading-vibe {
    width: 8rem;
    height: 5rem !important;
    border-radius: 4px;
    object-fit: cover;
    background-color: #f3f4f7;
}

.loading-vibe-name {
    width: 4rem;
    height: 1.2rem !important;
    border-radius: 4px;
    object-fit: cover;
    background-color: #f3f4f7;
}

@keyframes loading-placeholder {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

#over_map {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
    background-color: white;
    border-radius: 4px;
    /*padding:5px;*/
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
    touch-action: none;
}

#over_map_left {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1019;
    touch-action: none;
}

#over_map_right {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 3;
    touch-action: none;
}

.over_map_right {
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
}

#over_map_bottom_left {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    /*background-color: white;*/
    border-radius: 4px;
    box-shadow: -1px 1px 21px 1px rgba(0, 0, 0, .1);
}

.marker-count {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.search-result-count {
    border-radius: 4px;
    padding: 5px;
}

.sorter .btn {
    border: 1px solid #EFEFF6 !important;
    color: #3D3489 !important;
    font-weight: 500 !important;
}

.sorter .dropdown-menu > li > a {
    font-weight: 400 !important;
    color: #343859 !important;
}

.sorter .btn:focus {
    outline: none !important;
    outline-width: 0 !important;
}

.sorter .btn:active {
    border-color: white !important;
}

.sorter {
    display: inline;
}

.filterIconSmall {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.example-filter {
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
    padding: 10px;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

.example-filter:hover {
    background-color: #f7f7f7;
}

.filterIconResults {
    height: 30px;
    width: 30px;
}

.selectedForComparison .rsSlide {
    border: 5px solid #8cba80;
}

.filters-row::-webkit-scrollbar {
    display: none;
}

.scroll-filters-right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 10px;
    padding-left: 15px;
    padding-right: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 80%) 40%, rgba(255, 255, 255, 1) 100%);
    height: 23px;
    z-index: 111;
}

.scroll-filters-left {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 10px;
    width: 49px;
    padding-left: 10px;
    padding-right: 15px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 80%) 40%, rgba(255, 255, 255, 1) 100%);
    height: 23px;
    z-index: 111;
}

.scroll-filters-left img, .scroll-filters-right img {
    cursor: pointer;
}

.btnCreateComparison {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0px;
    margin-right: 10px;
    padding: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3D3489 !important;
}

.btnCreateComparison:hover {
    background-color: #ecebf3 !important;
    color: #3D3489;
}

.pointless-pasek {
    width: 100%;
    border-radius: 4px;
    background: rgb(253, 204, 82);
    background: linear-gradient(90deg, rgba(253, 204, 82, 1) 0%, rgba(253, 204, 82, 0.4) 80%);
    margin-top: 10px;
    margin-bottom: 10px;
}

.explanation-area {
    padding-right: 0px !important;
}

.more-offices-section {
    margin: 20px;
    padding: 0px;
    /*background-color: #FCFCFE;*/
    /*border: 1px solid #EFEFF6;*/
    border-radius: 4px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #676a83 !important;
}

@media (max-width: 992px) {
    .result-right-section {
        margin-left: 0;
        right: 0;
        padding: 0;
        margin-top: -20px !important;
        padding-bottom: 30px;
    }

    .rsSlide {
        border-radius: 4px !important;
    }

    /*.searchResultBorder .arrow {*/
    /*    display: block !important;*/
    /*}*/
    .sm-margin {
        margin-top: 20px;
    }

    .loadingVenueTemplate .loading {
        max-width: 100% !important;
        width: 100% !important;
        display: block;
    }

    .loadingVenueTemplate {
        display: block;
    }
}

@keyframes ldio-z6sdt3xzoqg {
    0% {
        transform: translate(55px, 15px);
    }
    8.3% {
        transform: translate(55px, 55px);
    }
    25% {
        transform: translate(55px, 55px);
    }
    33.3% {
        transform: translate(15px, 55px);
    }
    50% {
        transform: translate(15px, 55px);
    }
    58.3% {
        transform: translate(15px, 15px);
    }
    75% {
        transform: translate(15px, 15px);
    }
    83.3% {
        transform: translate(55px, 15px);
    }
    100% {
        transform: translate(55px, 15px);
    }
}

.ldio-z6sdt3xzoqg > div {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    animation: ldio-z6sdt3xzoqg 2.2222222222222223s linear infinite;
}

.ldio-z6sdt3xzoqg > div:nth-child(1) {
    background: #fdcc52;
    animation-delay: -0.5555555555555556s;
}

.ldio-z6sdt3xzoqg > div:nth-child(2) {
    background: #fdcc52;
    animation-delay: -1.2962962962962963s;
}

.ldio-z6sdt3xzoqg > div:nth-child(3) {
    background: #fdcc52;
    animation-delay: -2.0370370370370368s;
}

.loadingio-spinner-bricks-qfnry35eaza {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

.ldio-z6sdt3xzoqg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-z6sdt3xzoqg div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

h5 {
    line-height: 24px;
}

h6 {
    line-height: 20px;
}

.other-filter-badge {
    padding: 1px 7px;
    border-radius: 4px;
    background: #3D3489;
    font-size: 12px;
    color: white;
    margin-left: 8px;
}

.ss-input {
    background: rgb(249, 249, 251);
    /* Grayscales/#E8EAEF Gray 2 20% */

    border: 1px solid #E8EAEF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 9px 10px 9px 10px;
}

.ss-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(169, 171, 191, 1);
    opacity: 1; /* Firefox */
}

.ss-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(169, 171, 191, 1);
}

.ss-input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(169, 171, 191, 1);
}

.ui-map-button, .ui-map-button-mini {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 12px;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    padding: 5px 5px;
    cursor: pointer;
}

.ui-map-button:hover {
    background: rgb(235, 235, 235);
}

.ui-map-button-mini:hover {
    background: rgb(235, 235, 235);
}

.modalWidthFilters {
    width: 100%;
    max-width: 700px;
}

.filter-input {
    background: #f9f9fb;
    border: none;
    box-shadow: none;
    color: rgb(52, 56, 89);
    z-index: 1;
}

.filter-input:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}

.filter-input-addon {
    color: rgb(129, 128, 163);
}

#searchContainer .closeButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 15px;
    top: 20px;
}

.vibes-section-width {
    max-width: calc(100% - 190px);
    width: 100%;
}

.gm-style-cc {
    display: none !important;
}

.resetFilers {
    cursor: pointer;
    font-weight: 600;
}

.resetFilers:hover {
    text-decoration: underline;
}

.officeTypeBadge .tooltip-inner {
    max-width: 350px;
}

@media only screen and (max-width: 1200px) {
    .modalWidthFilters {
        max-width: 600px;
    }
}

