:root {
    --bs-danger: 180, 0, 0;
    --bs-danger-rgb: 180, 0, 0;
    /*--bs-danger-bg-subtle: 180, 0, 0;*/
    /*--bs-danger-border-subtle: 180, 0, 0;*/
    --bs-danger-text: 180, 0, 0;
}

html {
    overscroll-behavior: none;
}

* {
    font-family: source-sans-pro, "Source Sans Pro", sans-serif !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.fade-out {
    animation: fadeOut 0.3s ease-in-out;
}

.btn-close.hover-none:hover, .btn-close.hover-none:focus:active {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: revert;
    appearance: none;
}

header {
    z-index: 1049 !important;
}

#main {
    height: unset;
    overflow: hidden;
}

#main > section > .row.map-shown, #main > section > .row {
    display: grid !important;
    grid-template-areas: "listing map";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}

#main > section > .row.map-hidden {
    grid-template-areas: "listing";
    grid-template-columns: 100%;
}

#property-listing {
    grid-area: listing;
}

    #property-listing.col-md-6 {
        width: 100% !important;
    }

#map-panel {
    grid-area: map;
}

.navbar {
    z-index: 1048;
}

.navbar-brand {
    justify-self: flex-start;
    position: relative;
    top: 9px;
    padding: 0 0 0 5px;
    margin: 0;
}

.navbar .nav-caller.btn.btn-primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    position: absolute;
    top: 40px;
    right: 136px;
    padding: .5rem 1rem;
    background-color: #b40101;
    border-color: #b40101;
    box-shadow: none !important;
    color: #ffffff;
    font: bold 16px / 16px source-sans-pro, "Source Sans Pro", sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    white-space: nowrap;
}

    .navbar .nav-caller.btn.btn-primary:before {
        content: "" !important;
        display: block !important;
        width: 18px !important;
        height: 30px !important;
        margin-right: 9px !important;
        background: url(https://www.rapidcitycommercial.com/assets/svgs/icons/ico-phone.svg) center center / 18px 18px no-repeat !important;
    }

    .navbar .nav-caller.btn.btn-primary i {
        margin-left: 4px;
    }

.navbar .nav-caller.btn i {
    font-style: normal;
}

    .navbar .nav-caller.btn i:last-of-type {
        display: none;
    }

.navbar-toggler {
    position: absolute;
    top: 40px;
    right: 0;
    display: flex !important;
    padding: .5rem 1rem;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
}

    .navbar-toggler:after {
        display: block;
        content: "Menu";
        font: 700 20px / 20px source-sans-pro, "Source Sans Pro", sans-serif;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .navbar-toggler.btn:active, .navbar-toggler.btn:focus, .navbar-toggler.btn:focus-visible {
        box-shadow: none;
        outline: none;
        opacity: unset;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #b40101 !important;
    }

    .navbar-toggler.btn.btn-primary {
        background-color: #ffffff;
        border-color: #ffffff;
        box-shadow: none !important;
        filter: drop-shadow(10px 10px 35px rgba(0, 0, 0, .17));
        color: #b40101;
        font-weight: 600;
        text-transform: uppercase;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.navbar-toggler-icon {
    width: 24px;
    background: url(https://www.rapidcitycommercial.com/assets/svgs/icons/ico-menu.svg) center center no-repeat !important;
}

.nav-item .dropdown-menu {
    position: static !important;
    inset: unset !important;
    transform: unset !important;
    border: none !important;
}

.nav-item .dropdown-item:hover, .nav-item .dropdown-item:active, .nav-item .dropdown-item:focus {
    background-color: transparent !important;
}

.offcanvas.offcanvas-end {
    border: none !important;
    width: 480px !important;
    max-width: 480px;
    z-index: 1051;
}

    .offcanvas + .offcanvas-backdrop {
        display: none;
        z-index: 1050;
        opacity: 0;
    }

        .offcanvas + .offcanvas-backdrop.fade {
            transition: opacity 0.15s linear;
        }

    .offcanvas.show + .offcanvas-backdrop {
        display: block;
        background-color: #b40101;
        opacity: 0.94;
        cursor: pointer;
    }

    .offcanvas.p-5 {
        padding: 4rem !important;
    }

    .offcanvas.side-navigation .btn.btn-primary {
        display: flex;
        flex-direction: row;
        align-items: center;
        vertical-align: middle;
        padding: .5rem 1rem;
        background-color: #b40101;
        border-color: #b40101;
        box-shadow: none !important;
        color: #ffffff;
        font: bold 16px / 16px source-sans-pro, "Source Sans Pro", sans-serif !important;
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        white-space: nowrap;
    }

    .offcanvas.side-navigation .btn i {
        font-style: normal;
    }

        .offcanvas.side-navigation .btn i:last-of-type {
            display: none;
        }

    .offcanvas.side-navigation .btn.btn-primary:before {
        content: "" !important;
        display: block !important;
        width: 18px !important;
        height: 30px !important;
        margin-right: 9px !important;
        background: url(https://www.rapidcitycommercial.com/assets/svgs/icons/ico-phone.svg) center center / 18px 18px no-repeat !important;
    }

    .offcanvas.side-navigation .btn.btn-primary i {
        margin-left: 4px;
    }

    .offcanvas.side-navigation .btn-close {
        background: url(https://www.rapidcitycommercial.com/assets/svgs/icons/ico-menu-arrow.svg) center center no-repeat !important;
        opacity: 1.0 !important;
    }

        .offcanvas.side-navigation .btn-close:hover {
            opacity: 1.0 !important
        }

        .offcanvas.side-navigation .btn-close:focus, .offcanvas.side-navigation .btn-close:focus-visible {
            outline: none;
            box-shadow: none;
            opacity: unset;
        }

    .offcanvas.side-navigation .offcanvas-header {
        position: absolute;
        top: 60px;
        left: 52px;
        right: 4rem;
    }

    .offcanvas.side-navigation .offcanvas-body {
        padding-top: 80px;
    }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item a {
            position: relative;
            color: #000000;
            text-decoration: none !important;
        }

            .offcanvas.side-navigation .offcanvas-body .nav .nav-item a span {
                font-family: 'Source Sans Pro';
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 25px;
                letter-spacing: 0.15em !important;
                color: #000000;
                text-transform: uppercase !important
            }

        .offcanvas.side-navigation .offcanvas-body .nav .dropstart .dropdown-toggle:before {
            content: '' !important;
            display: block !important;
            position: absolute !important;
            top: 50% !important;
            width: 11px !important;
            height: 11px !important;
            margin-top: -5.5px !important;
            left: -20px !important;
            background: url(https://www.rapidcitycommercial.com/assets/svgs/icons/ico-arrow-black.svg) no-repeat center center !important;
            background-size: 11px 6.5px !important;
            transform: rotate(-90deg) !important;
            transition: transform .2s ease-in-out !important;
            border: none !important;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .dropstart .dropdown-toggle.show:before {
            transform: rotate(0deg) !important;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .dropstart.dropdown .dropdown-menu li a span {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: normal !important;
            color: #000000;
            text-transform: capitalize !important;
            color: #acacac;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-home:before, .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-email:before, .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-directions:before {
            content: "" !important;
            position: absolute !important;
            display: block !important;
            left: -30px !important;
            width: 16px !important;
            height: 22px !important;
            background-size: 16px 22px !important;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-home span {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 18px;
            letter-spacing: .03em !important;
            text-transform: capitalize !important;
            color: #acacac;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-home span {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 18px;
            letter-spacing: .03em !important;
            text-transform: capitalize !important;
            color: #acacac;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-home:before {
            top: -2px !important;
            background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-home-grey.svg);
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-email:before {
            background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-email-arrow-black.svg);
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-directions:before {
            background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-marker-black.svg);
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item a span {
            display: block;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-email i:last-of-type {
            display: none;
        }

        .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-email span, .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-directions span, .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-email span i, .offcanvas.side-navigation .offcanvas-body .nav .nav-item .ico-directions span i {
            font-style: normal !important;
            font-weight: 400 !important;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 0.03em !important;
            color: #000000;
            text-transform: none !important;
        }

.nav-item .listing.icons.social {
    list-style-type: none;
}

    .nav-item .listing.icons.social li a {
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
    }

        .nav-item .listing.icons.social li a.ico-facebook {
            background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/grey/square/ico-facebook.svg);
        }

        .nav-item .listing.icons.social li a.ico-linkedin {
            background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/grey/square/ico-linkedin.svg);
        }

        .nav-item .listing.icons.social li a.ico-instagram {
            background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/grey/square/ico-instagram.svg);
        }

        .nav-item .listing.icons.social li a.ico-twitter {
            background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/grey/square/ico-twitter.svg);
        }


footer {
    position: relative !important;
    bottom: 0;
    padding-bottom: 0 !important;
    background-color: #b40101 !important;
    color: #ffffff;
}

    footer:before {
        content: '';
        display: block;
        position: absolute;
        top: 0 !important;
        right: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-position: left top !important;
        transform: rotate(180deg) !important;
        background-size: 100% 100% !important;
        background-color: transparent !important;
        background: url(https://www.rapidcitycommercial.com/uploads/content/global/images/bottom-angle-divider-white.webp) no-repeat center top;
        background-size: 100% 100%;
        z-index: 999;
    }

    footer .wrapper {
        max-width: 1200px;
        padding-top: 6rem !important;
        padding-bottom: 50px !important;
        margin: auto;
        overflow-x: hidden;
    }

    footer .logo {
        margin-right: 184px;
        margin-left: 30px;
    }

        footer .logo a {
            height: 73px;
            width: 110px;
        }

            footer .logo a img {
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 110px 73px;
                height: 73px;
                width: 110px;
            }

    footer #social-networking {
        flex: 1 0 60%;
    }

    footer .contact-info, footer .pages-listing, footer .commercial-listings, footer .representation {
        flex: 0 1 20%;
    }

        footer .pages-listing ul, footer .commercial-listings ul, footer .representation ul {
            gap: 5px !important;
        }

    footer ul {
        list-style-type: none !important;
        padding-left: 0 !important;
    }

        footer ul li a, footer div p a {
            font-family: 'Source Sans Pro' !important;
            font-weight: 400 !important;
            font-size: 18px !important;
            letter-spacing: .03em !important;
            line-height: 18px !important;
            color: #ffffff !important;
            text-decoration: none !important;
        }

        footer ul li a {
        }

    footer .contact-info {
        gap: 10px !important;
    }

        footer .contact-info p a {
            display: flex;
            flex-direction: column;
            gap: 5px !important;
        }

        footer .contact-info p {
            padding-left: 30px;
            margin: 0 !important;
        }

            footer .contact-info p a {
                display: flex;
                flex-direction: column;
                gap: 5px !important;
            }

    footer div ul, footer .notices {
        margin-left: 30px !important;
    }

        footer div ul, footer .notices p a, footer div ul, footer .notices p span {
            font-style: italic !important;
        }

            footer div ul li {
                margin: 0 !important;
            }

    footer ul li, footer ul li a, footer p a, footer p span, footer p span i {
        font-family: 'Source Sans Pro' !important;
        font-style: normal !important;
        font-size: 18px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
        letter-spacing: .03em !important;
        white-space: nowrap;
    }

    footer .directions a span {
        display: block;
    }

    footer #social-networking .ico-facebook, footer #social-networking .ico-linkedin, footer #social-networking .ico-instagram, footer #social-networking .ico-twitter {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px 30px;
        height: 30px;
        width: 30px;
    }

    footer .contact-info p {
        position: relative !important;
    }

        footer .contact-info p a:before {
            content: "" !important;
            position: absolute !important;
            display: block !important;
            width: 36px !important;
            height: 36px !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            background-size: 36px 36px !important;
        }

    footer #social-networking ul li a {
        display: block !important;
    }

    footer #social-networking ul li span {
        display: none !important;
    }

    footer #social-networking ul li a:before {
        content: "" !important;
    }

    footer #social-networking .ico-facebook {
        background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/white/square/ico-facebook.svg);
    }

    footer #social-networking .ico-linkedin {
        background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/white/square/ico-linkedin.svg);
    }

    footer #social-networking .ico-instagram {
        background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/white/square/ico-instagram.svg);
    }

    footer #social-networking .ico-twitter {
        background-image: url(https://www.rapidcitycommercial.com/assets/svg/icons/social/white/square/ico-twitter.svg);
    }

    footer div.contact-info p a:before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 18px 18px !important;
    }

    footer div.contact-info p.directions a:before {
        width: 16px !important;
        height: 22px !important;
        background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-marker.svg);
        background-size: 16px 22px !important;
    }

    footer div.contact-info p.email a:before {
        background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-email-arrow.svg);
    }

    footer div.contact-info p.phone a:before {
        background-image: url(https://www.rapidcitycommercial.com/uploads/content/global/ico-phone.svg);
    }

    footer #projex {
        position: relative !important;
        bottom: unset !important;
        height: 16px;
    }

        footer #projex a {
            display: block !important;
            margin-right: 0 !important;
            margin-left: 0 !important;
            height: 16px;
            width: 65px;
            background-image: url(https://www.rapidcitycommercial.com/assets/svg/projex-logo.svg);
            background-repeat: no-repeat;
        }

            footer #projex a span {
                display: none !important;
            }


.filter:not(.btn) {
    background: #fff !important;
}

#map-panel {
    position: fixed !important;
    top: 198px !important;
    flex: 0 0 auto;
    width: 50% !important;
    left: unset;
    top: 0;
    right: 0;
    bottom: 20px;
    z-index: 1029 !important;
}

    #map-panel.footer-visible {
        position: static !important;
        width: 100% !important;
        min-height: 350px;
    }

    #map-panel .overlay {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #DEDEDE;
    }

section#property-listing {
    padding-bottom: 45px !important;
}

#map-panel .overlay p {
    position: absolute;
    margin-bottom: 0;
    color: #000000;
}

#property-listing article p.image {
    position: relative;
    padding-top: 74%;
    height: 0;
}

    #property-listing article p.image a {
        position: absolute;
        display: block !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        #property-listing article p.image a img {
            height: 100%;
        }

.k-splitbar {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

.property:hover {
    cursor: pointer;
}

.property .name {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.property .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

    .property .image.show-overlay img {
        transform: scale(1.2); /* zoom in by 20% */
    }

    .property .image img {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.5s ease;
    }

    .property .image .overlay, #map-panel .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        cursor: default;
        opacity: 0;
        transition: transform 0.5s ease;
    }

        .property .image .overlay.shown, #map-panel .overlay.shown {
            opacity: 1;
        }

        .property .image .overlay:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            content: "";
            border-radius: 10px;
            opacity: 0.75;
            background-color: #000000;
            cursor: pointer;
        }

        .property .image .overlay .btn-group {
            row-gap: 10px;
        }

        .property .image .overlay .btn {
            position: relative;
            z-index: 2;
            border-radius: var(--bs-btn-border-radius);
            white-space: nowrap;
        }

            .property .image .overlay .btn.view-map:hover {
                color: #000000;
                background-color: #FFFFFF;
                box-shadow: none !important;
            }

            .property .image .overlay .btn.view-listing:hover {
                color: #FFFFFF;
                background-color: #0092f3;
                box-shadow: none !important;
            }

.property .address span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.property.popup {
    max-width: 400px;
}

    .property.popup .image img {
        max-width: 400px;
    }

.marker-container path:hover {
    cursor: pointer;
}

.k-map {
    border-radius: 8px;
}

    .k-map .k-marker {
        cursor: pointer !important;
    }

.map-copyright, .map-logo-control {
    display: none !important;
}

.k-attribution {
    padding: 0.25rem !important;
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
    border-radius: 0.25rem !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #3d3d3d !important;
    background-color: #f5f5f5 !important;
    font-family: inherit !important;
    font-weight: normal !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: color .2s ease-in-out;
}

    .k-attribution:hover {
        background-color: #ebebeb !important;
    }

    .k-attribution a:link, .k-attribution a:visited, .k-attribution a:hover, .k-attribution a:active {
        display: inline-block;
        margin-left: 5px;
        text-decoration: none !important;
        color: #3d3d3d;
    }

.modal-backdrop {
    display: none !important;
}

.modal {
    background-color: rgb(180, 1, 1, .95) !important;
}

.modal-dialog-scrollable {
    max-width: 480px;
}

.modal-content {
    border-radius: 24px;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.modal-content form .accordion .accordion-item {
    border-left: none;
    border-right: none;
}

.accordion-body {
    padding: 0;
}

.accordion-button {
    padding-left: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
}

.accordion-item {
    border: 1px solid #A8A8A8;
    border-radius: 0 !important;
}

button.accordion-button:focus collapsed {
    background-color: white !important;
    box-shadow: none;
}

button.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: none;
}

.btn-outline-primary {
    color: black;
    background-color: white;
    box-shadow: none !important;
}

.btn:hover {
    color: black;
    background-color: #0092F333;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: black;
    background-color: #0092F333;
}

.accordion-body button {
    padding: 16px 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #A8A8A8;
    text-transform: capitalize;
}

section.types .input-group button, section.sale-or-lease button {
    border-radius: 8px !important;
}

.btn.dropdown-toggle {
    padding: 8px 16px;
}

.atlas-map {
    width: 100%;
    height: 100%;
}

.k-marker.k-svg-icon {
    color: #B40101;
}

.k-map-controls.k-pos-bottom.k-pos-right {
    bottom: 0;
    right: 0;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1030;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#property-listing > div.row {
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 45px;
}

.property {
    flex: 0 0 auto;
    width: 49%;
}

    .property.selected {
        position: relative;
        top: -.5rem;
    }

        .property.selected:before {
            position: absolute;
            top: 0;
            right: -.5rem;
            bottom: -.5rem;
            left: .5rem;
            content: '';
            display: block;
            border: 1px solid #A8A8A8;
            border-radius: 10px;
            background-color: #0092F333;
            color: #000000;
        }

        .property.selected p.image {
            margin-top: .5rem;
        }

    .property .image {
        background-repeat: no-repeat !important;
        margin-bottom: 0 !important;
    }

        .property .image a {
            display: block !important;
        }

            .property .image a picture, .property .image a .img {
                display: block !important;
                border-radius: 10px !important;
            }

    .property .price {
        display: block !important;
        position: relative;
        margin-bottom: 0 !important;
        margin-top: 30px;
        height: auto !important;
        padding-left: 60px !important;
        text-decoration: none !important;
    }

        .property .price span {
            display: block;
            padding-bottom: 3px;
            font: normal 400 24px/24px oswald, Oswald, sans-serif !important;
            color: black !important;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
        }

        .property .price:before {
            position: absolute;
            top: 50%;
            left: 0;
            content: attr(data-text);
            display: block;
            width: 44px;
            height: 23px;
            margin-top: -10.5px;
            padding: 7px 7px 5px;
            background-color: grey;
            color: white;
            font: normal 600 11px/11px source-sans-pro, "Source Sans Pro", sans-serif !important;
            text-transform: uppercase;
            text-align: center;
        }

        .property .price[data-text="Sale"] {
            padding-left: 57px;
        }

            .property .price[data-text="Sale"]:before {
                background-color: #B40101;
            }

        .property .price[data-text="Lease"] {
            padding-left: 63px;
        }

            .property .price[data-text="Lease"]:before {
                background-color: #0092f3;
            }

        .property .price[data-text="Under Contract"] {
            padding-left: 120px !important;
        }

            .property .price[data-text="Under Contract"]:before {
                width: 105px;
                background-color: #707070;
            }

    .property h3.name {
        margin-bottom: 5px !important;
        margin-top: 25px !important;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .property .address {
        margin-bottom: 5px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #000 !important;
        white-space: normal !important;
    }

        .property .address span, .property .address span i {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #000 !important;
        }

    .property .specs {
        margin-bottom: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #959595 !important;
    }

/*Filter Nav*/
div.listing-search {
    align-items: center;
    top: 40px;
    left: 22%;
    right: 25%;
    z-index: 1049;
}

    div.listing-search input {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        border: 1px solid #A8A8A8;
    }

    div.listing-search button {
        border-radius: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
    }

div.filter {
    width: auto !important;
    padding-left: 5px;
}

    div.filter .btn {
        position: relative;
        border: 1px solid #A8A8A8;
        border-radius: 8px;
        white-space: nowrap;
    }

        div.filter .btn:not(.filter) {
            padding-right: 2.25rem;
        }

    div.filter .btn, div.filter label span {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
    }

        div.filter .btn:not(.filter):after {
            display: block;
            position: absolute;
            top: 50%;
            right: 1rem;
            margin-top: -4px;
            content: '';
            width: 11px;
            height: 8px;
            background-image: url(assets/svgs/arrow-down.svg);
            background-size: 11px 8px;
            background-repeat: no-repeat;
        }

        div.filter .btn.filter:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 1rem;
            margin-top: -8px;
            content: '';
            width: 24px;
            height: 16px;
            background-image: url(assets/svgs/filter.svg);
            background-size: 24px 16px;
            background-repeat: no-repeat;
        }

button.telerik-blazor.k-button.k-button-solid {
    position: relative;
    padding: 4px !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 48px;
    background-color: #959595;
    border: none;
    border-radius: 48px;
}

    button.telerik-blazor.k-button.k-button-solid:before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -24px;
        padding: 0;
        content: '';
        width: 48px;
        height: 48px;
        background-color: white;
        border-radius: 48px;
        border: 4px solid #959595;
        opacity: 1;
        z-index: 3;
    }

    button.telerik-blazor.k-button.k-button-solid.k-selected {
        border: none;
        background-color: #0092f3;
    }

        button.telerik-blazor.k-button.k-button-solid.k-selected:before {
            left: unset;
            right: 0;
            border: 4px solid #0092f3;
        }

.btn.filter-clear {
    top: 12px !important;
}

.btn-primary {
    background-color: #0092f3;
}


div.filter {
    margin-left: 1.5rem !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-top: 32px !important;
    padding-bottom: 20px !important;
}

/*Media Queries*/
@media (max-width: 1365px) {
    .listing-search {
        left: 18% !important;
        width: 45% !important;
    }
}
@media (max-width: 1200px) {
    #map-panel.footer-visible {
        bottom: 530px;
    }
}

@media (min-width:1200px) {
    .property.col-md-6.col-xl-3 {
        flex: 0 0 auto !important;
        width: 23% !important;
    }
}

@media (min-width: 992px) {
    .property.col-md-6 {
        flex: 0 0 auto !important;
        width: 30% !important;
    }
}

@media (max-width: 992px) {
    .input-group.w-100 {
        width: 100% !important;
    }

    #map-panel.footer-visible {
        bottom: 580px;
    }

    div.listing-search {
        top: 115px !important;
        left: 0 !important;
        right: unset !important;
        width: 90% !important;
        max-width: 90%;
        margin-left: 1.5rem;
    }

    div.listing-search {
        top: 105px !important;
    }

    div.filter {
        padding-top: 87px !important;
    }

    #map-panel {
        top: 240px !important;
        border-radius: 8px;
    }

    .navbar-brand img {
        height: 70px;
    }

    article.property.col-md-12 {
        width: 100% !important;
    }

    footer #social-networking {
        margin-left: 30px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    article.property.col-md-3 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    #map-panel .k-map .km-scroll-wrapper, #map-panel .overlay {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
}

@media (max-width: 768px) {
    #map-panel {
        position: fixed;
        width: 100% !important;
        left: 0;
        right: 0;
        height: 200px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #main > section > .row.map-hidden, #main > section > .row.map-shown, #main > section > .row {
        grid-template-areas: "listing";
        grid-template-columns: 100%;
    }

    .property {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .col-md-6 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    #property-listing.col-md-6 {
        margin-top: 210px;
        width: 100% !important;
    }

        .property.selected {
            top: -.375rem;
        }

            .property.selected:before {
                top: -.375rem;
                right: -.75rem;
                bottom: -.75rem;
                left: -.75rem;
            }

            .property.selected p.image {
                margin-top: .375rem;
            }
}

@media (min-width: 576px) and (max-width: 768px) {
    article.property {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .offcanvas {
        width: 100% !important;
        max-width: 100% !important;
    }

        .offcanvas.offcanvas-end {
            left: 0;
            width: 100% !important;
        }

        .offcanvas.side-navigation .btn.btn-primary {
            position: relative;
            left: -1rem;
            margin-left: -27px;
        }

        .offcanvas.side-navigation .btn-close {
            position: relative;
            right: -1rem;
            margin-right: -18px;
        }

    .navbar .nav-caller.btn.btn-primary, .navbar-toggler.btn.btn-primary {
        top: 30px;
    }

        .navbar .nav-caller.btn.btn-primary i {
            display: none !important;
        }

            .navbar .nav-caller.btn.btn-primary i:first-of-type {
                display: block !important;
            }

    #main > section > .row {
        grid-template-columns: 100%;
    }

    article.property {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #property-listing.col-md-6 {
        margin-top: 205px
    }

    .property.selected:before {
        top: -.125rem;
        right: -.5rem;
        bottom: -.5rem;
        left: -.5rem;
    }

    .property.selected {
        top: -.5rem;
    }

        .property.selected p.image {
            margin-top: .5rem;
        }

    .offcanvas #menu {
        padding-left: 5rem !important;
    }

    .offcanvas.side-navigation .offcanvas-header {
        left: 3rem !important;
    }

    footer > .wrapper {
        padding-bottom: 2rem !important;
    }
}

@media (max-width: 380px) {
    .navbar .nav-caller.btn.btn-primary i, .navbar .nav-caller.btn.btn-primary i:first-of-type {
        display: none !important;
    }
}
