/* _content/AraWebsite/Components/Contact/ContactForm.razor.rz.scp.css */
.contact-container[b-uqhiyz96bk] {
    border-radius: 1.8rem;
    background-color: #ffffff;
    padding: 3.2rem 3.9rem;
    max-width: 89rem;
    margin-inline: auto;
}

.contact-form[b-uqhiyz96bk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2rem;
}

.form-group[b-uqhiyz96bk] {
    grid-column: 1 / 3;
}

[b-uqhiyz96bk] input, [b-uqhiyz96bk] textarea, [b-uqhiyz96bk] select {
    width: 100%;
    background: #f3f3f3;
    border: 1px solid hsla(0, 0%, 7%, 0.25);
    border-radius: 1rem;
    color: hsla(24, 45%, 2%, 0.5);
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0;
    padding: 1.7rem 2.8rem;
}

[b-uqhiyz96bk] textarea {
    min-height: 14rem;
}

[b-uqhiyz96bk] .bear {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.button[b-uqhiyz96bk], .button-primary[b-uqhiyz96bk] {
    border: none;
    width: 33%;
    margin-block-start: 2.5rem;
}

[b-uqhiyz96bk] .validation-message {
    color: #b60000;
}
[b-uqhiyz96bk] .invalid {
    border: 1px solid #b60000 !important;
}

.alert[b-uqhiyz96bk] {
    border-radius: 1.4rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.4rem;
    letter-spacing: 0.02rem;
}
.alert-success[b-uqhiyz96bk] {
    border: 1px solid #00590e;
    background: #a7edc2;
    color: #00370c;
}
.alert-danger[b-uqhiyz96bk] {
    border: 1px solid #842029;
    background: #f8d7da;
    color: #57151b;
}


@media (max-width: 50em) {

    .contact-container[b-uqhiyz96bk] {
        background: transparent;
        padding: 2.9rem;
    }

    .contact-form[b-uqhiyz96bk] {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .form-group[b-uqhiyz96bk] {
        grid-column: 1 / 1;
    }

    [b-uqhiyz96bk] input, [b-uqhiyz96bk] textarea, [b-uqhiyz96bk] select {
        background: #ffffff;
        padding: 1.3rem 3.2rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .button[b-uqhiyz96bk], .button-primary[b-uqhiyz96bk] {
        border: none;
        width: 100%;
        margin-block-start: 2.5rem;
    }
    
}
/* _content/AraWebsite/Components/Home/HomeHeader.razor.rz.scp.css */
[b-07ly4mo6yb] .navigation-wrapper {
    margin: 0!important;
    width: 100% !important;
    max-width: 150rem !important;
}

.home-header[b-07ly4mo6yb] {
    padding: 1.1rem 1.1rem;
    max-width: 150rem;
    width: calc(100% - 2.2rem);
    margin: 1.1rem auto;
    height: 100vh;
    max-height: min(90rem, 100% - 1.5rem * 2);
    min-height: 73rem;
    background-image: url(/images/home-header-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.home-header-logo[b-07ly4mo6yb] {
    width: 20rem;
    height: 13rem;
}

.header-intro[b-07ly4mo6yb] {
    text-align: center;
    color: var(--clr-black);
    font-size: 6.8rem;
    line-height: 7.4rem;
    font-weight: var(--fw-bold);
    max-width: 76rem;
}

.search-wrapper[b-07ly4mo6yb] {
    width: 100%;
    max-width: 91.5rem;
}

.property-button[b-07ly4mo6yb] {
    border: 1px solid #ffffff;
}

@media (max-width: 50em) {
    
    .property-button[b-07ly4mo6yb] {
        display: none;
    }
    .home-header[b-07ly4mo6yb] {
        height: 100vh;
        border-radius: 1.2rem;
        min-height: 65rem;
    }

    .home-header-logo[b-07ly4mo6yb] {
        width: 30vw;
        height: auto;
    }

    .header-intro[b-07ly4mo6yb] {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }

    .search-wrapper[b-07ly4mo6yb] {
        width: 100%;
        max-width: 91.5rem;
    }
}
/* _content/AraWebsite/Components/Home/HomeServices.razor.rz.scp.css */
.home-services[b-4m0r58rkzy] {
    
    margin-block: 16.5rem;
    
    h2 {
        font-size: 5.8rem;
        line-height: 6.8rem;
        max-width: 84.5rem;
        font-weight: var(--fw-bold);
        margin-block-end: 6rem;
    }
}

a[b-4m0r58rkzy] {
    display: block;
    text-decoration: none;
    color: var(--clr-primary);
    /*text-align: right;*/
    margin-top: 1.2rem;
    
    &:hover {
        text-decoration: underline;
        color: var(--clr-primary-accent);
    }
}

.home-services-row[b-4m0r58rkzy] {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 3rem;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.home-services-item[b-4m0r58rkzy] {
    flex: 1 0 25%;
    
    img {
        width: 100%;
        height: 40rem;
        border-radius: 1.2rem;
        object-fit: cover;
    }
    
    h3[b-4m0r58rkzy] {
        font-size: 2.4rem;
        line-height: 3.8rem;
        font-weight: var(--fw-bold);
        margin-block-start: 3rem;
        margin-block-end: 1.5rem;
        letter-spacing: 0.02em;
    }
    
    p[b-4m0r58rkzy] {
        line-height: 2.6rem;
        letter-spacing: 0;
    }
    
}

@media (max-width: 50em) {
    
    .home-services[b-4m0r58rkzy] {

        margin-block: 7rem;

        h2 {
            font-size: 3rem;
            line-height: 3rem;
            max-width: 100%;
            font-weight: var(--fw-bold);
            margin-block-end: 3rem;
            text-align: center;
        }
    }

    .home-services-row[b-4m0r58rkzy] {
        grid-template-columns: 1fr;
    }
    
    .home-services-item[b-4m0r58rkzy] {
        flex: 1 0 100%;
        text-align: center;

        img {
            height: 29rem;
        }

        h3[b-4m0r58rkzy] {
            font-size: 2.6rem;
            line-height: 2.6rem;
        }

        p[b-4m0r58rkzy], a[b-4m0r58rkzy] {
            font-size: 1.9rem;
            line-height: 1.9rem;
        }
        
        
    }
}

@media (min-width: 50em) and (max-width: 75em) {

    .home-services-row[b-4m0r58rkzy] {
        grid-template-columns: 1fr 1fr;
    }
}
/* _content/AraWebsite/Components/Layout/MainFooter.razor.rz.scp.css */
footer[b-kq19ibx8sq] {
    background: #f7f7f7;
    width: 100%;
    margin-block-start: 6rem;
    padding-block-start: 6rem;
    margin-block-end: 1.1rem;

    a {
        color: #aaaaaa;
        &:hover {
            color: var(--clr-primary);
        }
        &:active[b-kq19ibx8sq] {
            color: #aaaaaa;
        }
        &:visited[b-kq19ibx8sq] {
            color: #aaaaaa;
        }
        &:focus[b-kq19ibx8sq] {
            color: var(--clr-primary);
        }
    }
}

.footer-top[b-kq19ibx8sq] {
    display: flex;
    padding-block-end: 6rem;
    border-bottom: 1px solid #aaaaaa;
}


.footer-top-text[b-kq19ibx8sq] {
    
    flex: 1 0 70%;
    
    h2 {
        font-size: 5.2rem;
        line-height: 6rem;
        font-weight: var(--fw-bold);
        padding-block-end: 1.5rem;
    }
}

.footer-top-logo[b-kq19ibx8sq] {
    flex: 1 0 30%;
    justify-content: flex-end;
    
    img {
        margin: 0 0 0 auto;
        width: 15rem;
        height: 10rem;
    }
}

.footer-grid[b-kq19ibx8sq] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
    padding-block: 6rem;
    
    
    
}

.footer-grid-item[b-kq19ibx8sq] {
    
    
    h3 {
        text-transform: uppercase;
        color: var(--clr-primary);
        font-size: 1.6rem;
        font-weight: var(--fw-bold);
        letter-spacing: 0.15em;
        margin-block-end: 2.1rem;
    }
}

.footer-bottom[b-kq19ibx8sq] {
    display: flex;
    justify-content: space-between;
    padding-block-end: 3rem;
    border-top: 1px solid #aaaaaa;
    font-size: 1.3rem;
}
.footer-contact-item[b-kq19ibx8sq] {
    display: flex;
    margin-block-end: 2rem;
    img {
        flex-basis: 2.4rem;
        margin-inline-end: 1.5rem;
    }
}

@media (max-width: 50em)
{

    .footer-top[b-kq19ibx8sq] {
        display: flex;
        flex-direction: column-reverse;
        padding-block-end: 3rem;
        border-bottom: 1px solid #aaaaaa;
    }


    .footer-top-text[b-kq19ibx8sq] {

        flex: auto;
        justify-content: center;
        text-align: center;
        max-width: 80%;
        margin-inline: auto;
        margin-block-start: 3rem;
        
        h2 {
            font-size: 2.8rem;
            line-height: 3.4rem;
            padding-block-end: 0;
        }
    }

    .footer-top-logo[b-kq19ibx8sq] {
        flex: auto;
        justify-content: center;
        

        img {
            justify-self: center;
            margin-inline: auto;
            width: 9rem;
            height: 6rem;
        }
    }

    .footer-grid[b-kq19ibx8sq] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding-block: 2rem;
        
        .footer-grid-item {
            margin-block-end: 2rem;
            text-align: center;
        }
        
        .footer-grid-nav[b-kq19ibx8sq] {grid-area: 1 / 1 / 2 / 2;}
        .footer-grid-services[b-kq19ibx8sq] {grid-area: 1 / 2 / 2 / 3;}
        .footer-grid-contact[b-kq19ibx8sq] {
            grid-area: 2 / 1 / 3 / 3;
            border-top: 1px solid #aaaaaa;
            padding-block-start: 2rem;

            .footer-contact-item {
                justify-content: center;
                align-items: center;
                margin-block-end: 0.5rem;
                img {
                    flex-basis: auto;
                    margin-inline-end: 1rem;
                    margin-block-end: 0.5rem;
                }
            }
        }

    }
}
/* _content/AraWebsite/Components/Layout/MainNavigation.razor.rz.scp.css */
.navigation-wrapper[b-jtadxe3e56] {
    max-width: 133.3rem;
    width: calc(100% - 2.2rem);
    margin: 1.1rem auto;
}

.nav-container[b-jtadxe3e56] {
    width: 100%;
    height: 8rem;
    background-color: hsla(0, 0%, 100%, .65);
    border-radius: 1.2rem;
    border: 1px solid 	hsla(24, 45%, 2%, .15);
    padding-inline: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo[b-jtadxe3e56] {
    width: 6rem;
    height: 4rem;
}

.mobile-nav-toggle[b-jtadxe3e56] {
    display: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

#primary-navigation[b-jtadxe3e56] {
    display: flex;
    align-items: center;
    gap: 5.5rem;
    
}

#primary-navigation a[b-jtadxe3e56] {
    text-decoration: none;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--clr-black);
    scale: 1;
    transition: scale 0.2s ease;
    
    &:hover {
        color: var(--clr-primary-accent);
        scale: 2;
        transition: scale 0.2s ease;
    }
}


.contact-button[b-jtadxe3e56] {
    background-color: var(--clr-primary);
    border-radius: 9rem;
    padding: 1.2rem 1.7rem;
    color: #ffffff !important;
    
    &:hover {
        background-color: var(--clr-primary-accent);
    }
    
}

.mobile-nav-background[b-jtadxe3e56] {
    display: none;
    height: 0;
    width: 0;
}


@media (max-width: 50em) {

    .nav-container[b-jtadxe3e56] {
        height: 6rem;
        border-radius: 0.8rem;
    }

    .nav-logo[b-jtadxe3e56] {
        width: 4.29rem;
        height: 2.78rem;
    }
    
    #main-nav[b-jtadxe3e56] {
        display: none;
    }
    
    .mobile-nav-toggle[b-jtadxe3e56] {
        display: initial;
    }
    
    .mobile-menu-open[b-jtadxe3e56], .mobile-menu-close[b-jtadxe3e56] {
        display: none;
        width: 2rem;
    }
    
    .mobile-menu-open[data-visible][b-jtadxe3e56], .mobile-menu-close[data-visible][b-jtadxe3e56]
    {
        display: block !important;

    }
    .mobile-menu-open[data-visible="false"][b-jtadxe3e56], .mobile-menu-close[data-visible="false"][b-jtadxe3e56]
    {
        display: none !important;

    }
    
    
    .navigation-wrapper:has(#main-nav[data-visible="true"])[b-jtadxe3e56]
    {
        position: absolute;
        top:0;
        left:0;
        margin: 1.1rem;
        height: calc(100vh - 1.1rem *2);
        width: calc(100vw - 1.1rem *2);
        padding: 1.6rem;
        background: #f7f7f7;
        border-radius: 1.2rem;
        z-index: 101;
        transition: all .5s ease-in-out;
    }
    
    .mobile-nav-background[data-visible="true"][b-jtadxe3e56]
    {
        display: initial;
        overflow: hidden;
        position: fixed;
        top:0;
        left:0;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        z-index: 100;
        transition: all .5s ease-in-out;
    }

    #main-nav[data-visible="true"][b-jtadxe3e56]
    {
        display: initial;
        position: absolute;
        top: 10rem;
        left: 0;
        height: calc(100% - 10rem);
        width: 100%;
        padding: 2.6rem;

        
        #primary-navigation {
            flex-direction: column;
            align-items: flex-start;
            gap: 2.4rem;
            height: 100%;

            
            
            li {
                width: 100%;
                border-bottom: 1px solid #b8b8b8;
                padding-block-end: 1.6rem;
                a {
                    font-size: 2.8rem;
                    line-height: 3.4rem;
                    font-weight: var(--fw-bold);

                }

            }
            
            :last-child[b-jtadxe3e56] {
                border: none;
                flex-grow: 1;
                align-content: end;

                
                a {
                    display: block;
                    font-size: 1.6rem;
                    line-height: 1.6rem;
                    font-weight: var(--fw-semi-bold);
                    margin-inline: auto;
                    text-align: center;
                    width: 75%;
                    min-width: 12rem;
                }
                

            }
            
        }
        
    }
    
    

}
/* _content/AraWebsite/Components/Layout/ManagerLayout.razor.rz.scp.css */
.page[b-vufextm3da] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vufextm3da] {
    flex: 1;
}

.sidebar[b-vufextm3da] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vufextm3da] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vufextm3da]  a, .top-row[b-vufextm3da]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vufextm3da]  a:hover, .top-row[b-vufextm3da]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vufextm3da]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vufextm3da] {
        justify-content: space-between;
    }

    .top-row[b-vufextm3da]  a, .top-row[b-vufextm3da]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vufextm3da] {
        flex-direction: row;
    }

    .sidebar[b-vufextm3da] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vufextm3da] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vufextm3da]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vufextm3da], article[b-vufextm3da] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vufextm3da] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vufextm3da] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AraWebsite/Components/Layout/ManagerNavMenu.razor.rz.scp.css */
.navbar-toggler[b-55r2zh1tdz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-55r2zh1tdz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-55r2zh1tdz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-55r2zh1tdz] {
    font-size: 1.1rem;
}

.bi[b-55r2zh1tdz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-55r2zh1tdz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-55r2zh1tdz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-55r2zh1tdz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-55r2zh1tdz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-55r2zh1tdz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-55r2zh1tdz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-55r2zh1tdz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-55r2zh1tdz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-55r2zh1tdz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-55r2zh1tdz] {
        display: none;
    }

    .nav-scrollable[b-55r2zh1tdz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AraWebsite/Components/Manager/PropertyUnits/PropertyDetail.razor.rz.scp.css */
table tbody tr th[b-mkpd2jf3pl] {
    font-weight: bold !important;
}
/* _content/AraWebsite/Components/Pages/AboutUs.razor.rz.scp.css */
.about-us-header[b-qvfwgk9lso] {
    
    width: 100%;
    height: 70rem;
    background-image: url("/images/about-us-bg.jpg");

    background-repeat: no-repeat;
    background-position: center -20rem;
    padding-top: 4.3rem;
    text-align: center;
    
    h1 {
        font-size: 6.8rem;
        line-height: 7.4rem;
        font-weight: var(--fw-bold);
        letter-spacing: -0.4rem;
        margin-bottom: 2.5rem;
    }
    
    p[b-qvfwgk9lso] {
        font-size: 1.8rem;
        line-height: 2.6rem;
        width: 50rem;
        margin: 0 auto 3.5rem auto;
        
    }
    .button[b-qvfwgk9lso] {
        display: inline;
    }
}

.about-us-overview[b-qvfwgk9lso] {
    
    background: #d9eeee;
    border-radius: 2.4rem;
    padding: 11rem 5rem;
    max-width: min(calc(100% - 3.2rem), 156rem);
    margin-inline: auto;
    margin-bottom: 10rem;
    
    

    .about-us-overview-inner {
        margin-inline: auto;
        max-width: 138rem;
        display: flex;
        gap: 3rem;
    
        .overview-header {
            flex-basis: 33.3%;
            
            
            h2 {
                font-size: 6.2rem;
                line-height: 7rem;
                font-weight: var(--fw-bold);
                
                span {
                    color: var(--clr-primary);
                }
            }
        }
        .overview-content[b-qvfwgk9lso] {
            flex-basis: 66.6%;
            
            
            
            > div.stats {
                display: flex;
                justify-content: space-between;
                gap: 4rem;
                margin-bottom: 6rem;
                
                > div {
                    border-top: 1px solid #9a9a9a;
                    width: 100%;
                    
                    h3 {
                        font-size: 3.8rem;
                        line-height: 3.8rem;
                        font-weight: var(--fw-bold);
                        margin-bottom: 1rem;
                    }
                    
                    p[b-qvfwgk9lso] {
                        font-size: 1.8rem;
                        line-height: 2.6rem;
                    }
                }
            }
            
            p[b-qvfwgk9lso] {
                font-size: 2rem;
                line-height: 2.8rem;
            }
            
        }
    }
    
}
.meet-button[b-qvfwgk9lso] {
    display: inline-block;
    margin-top: 5rem;
}

.team-members[b-qvfwgk9lso] {
    display: flex;
    gap: 1.5rem;
}

.team-member[b-qvfwgk9lso] {
    background: #f7f8f8;
    border-radius: 2.4rem;
    padding: 1.2rem;
    display: flex;
    gap: 2.5rem;
    margin-bottom: 1.5rem;
    
    .member-image {
        flex-basis: 30%;
        background-size: cover;
        background-position: center center;
        border-radius: 1.2rem;
    }
    
    .member-info[b-qvfwgk9lso] {
        flex-basis: 60%;
        color: #0b1824;
        
        h3 {
            font-size: 2.8rem;
            line-height: 3.2rem;
            font-weight: var(--fw-bold);
            margin-bottom: 0;
            color: #0b1824;
        }
        
        .title[b-qvfwgk9lso] {
            margin-bottom: 1rem;
        }
        
    }
}

.team-member.andrew[b-qvfwgk9lso] {

    padding: 1.5rem;
    height: 40rem;
    
    .member-image {
        border-radius: 1.8rem;
    }

    .member-info[b-qvfwgk9lso] {

        h3 {
            font-size: 3.8rem;
            line-height: 3.8rem;
            font-weight: var(--fw-bold);
            
        }

    }
    
}

.contact-section[b-qvfwgk9lso] {

    /*background: #f7f7f7;*/
    background-image: url('/images/ed-contact-bg.jpg');
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: hsla(180, 20%, 92%, 0.85);
    padding-block: 17.5rem;
    margin-block: 14rem;
}

.contact-subtitle[b-qvfwgk9lso] {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    font-weight: var(--fw-bold);
    color: var(--clr-primary);
}

.contact-header[b-qvfwgk9lso] {
    text-align: center;
    font-size: 5.8rem;
    line-height: 6.8rem;
    font-weight: var(--fw-bold);
    letter-spacing: -0.4rem;
    margin-block-end: 4rem;
    max-width: 63rem;
    margin-inline: auto;
}


@media (max-width: 50em) {

    .about-us-header[b-qvfwgk9lso] {

        width: 100%;
        height: calc(100vh - 6rem);
        padding: 4.3rem 3.8rem 0 3.8rem;
        text-align: center;
        background-position: center -15rem;
        
        h1 {
            font-size: 3.8rem;
            line-height: 4.2rem;
            letter-spacing: -0.4rem;
            margin-bottom: 1.5rem;
        }

        p[b-qvfwgk9lso] {
            font-size: 1.6rem;
            line-height: 2.4rem;
            width: 100%;

        }
        .button[b-qvfwgk9lso] {
            display: inline;
        }
    }
    
    
    
    .about-us-overview[b-qvfwgk9lso] {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        border-radius: 0;
        padding: 2.8rem 2.8rem 3rem 2.8rem;
        margin-bottom: 2rem;


        .about-us-overview-inner {
            margin-inline: 0;
            max-width: 100%;
            display: block;
            text-align: center;

            .overview-header {
                flex-basis: 33.3%;


                h2 {
                    
                    font-size: 3.2rem;
                    line-height: 3.6rem;
                    margin-bottom: 3rem;
                }
            }
            
        }

        .stats[b-qvfwgk9lso] {
            display: none!important;
        }
        
    }


    .team-members[b-qvfwgk9lso] {
        display: block;
    }

    .team-member[b-qvfwgk9lso] {
        border-radius: 1.2rem;
        padding: 1.1rem 1.1rem 2.5rem 1.1rem;
        display: block;
        height: 100% !important;
        text-align: center;

        .member-image {
            height: 34rem;
            background-size: cover;
            background-position: center center;
            border-radius: 1.2rem;
            margin-bottom: 1.5rem;
        }

        .member-info[b-qvfwgk9lso] {
            flex-basis: 60%;
            color: #0b1824;

            h3 {
                font-size: 2.8rem;
                line-height: 3.2rem;
                font-weight: var(--fw-bold);
                margin-bottom: 0;
                color: #0b1824;
            }

            .title[b-qvfwgk9lso] {
                margin-bottom: 1rem;
            }

        }
    }
    
    
    .contact-section[b-qvfwgk9lso] {
        padding-block: 4.5rem;
        margin-block: 7rem;
        background: #f7f7f7 none;
    }

    .contact-subtitle[b-qvfwgk9lso] {
        font-size: 1.4rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;

    }

    .contact-header[b-qvfwgk9lso] {
        font-size: 2.8rem;
        line-height: 3.6rem;
        letter-spacing: -0.2rem;
        max-width: 80%;
        margin-inline: auto;
        margin-bottom: 1.5rem;
    }

}
/* _content/AraWebsite/Components/Pages/Properties.razor.rz.scp.css */
[b-iif6irj76w] .search-dropdowns, [b-iif6irj76w] .all_tab, [b-iif6irj76w] .rent_tab, [b-iif6irj76w] .sell_tab  {
    background-color: hsla(0, 0%, 100%, 0.6) !important;
}

[b-iif6irj76w] .all_tab[data-active="false"], [b-iif6irj76w] .rent_tab[data-active="false"], [b-iif6irj76w] .sell_tab[data-active="false"] {
    background-color: hsla(180, 58%, 44%, 0.6) !important;
}

.search-header[b-iif6irj76w] {
    
    max-width: 133.3rem;
    width: calc(100% - 2.2rem);
    margin: 4.5rem auto 4.5rem auto;
    background-image: url('/images/property-search-bg.jpg');
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: hsl(180, 38%, 89%, 0.85);
    padding: 4.6rem 0;
    border-radius: 2.4rem;
    
    h1 {
        font-size: 6.8rem;
        line-height: 7.4rem;
        font-weight: var(--fw-bold);
        text-align: center;
        margin-bottom: 5.9rem;
        letter-spacing: -0.4rem;
        
        span {
            color: var(--clr-primary);
        }
    }

    .search-wrapper[b-iif6irj76w] {
        width: 100%;
        max-width: 91.5rem;
        margin: 0 auto;
    }
}

.search-results[b-iif6irj76w] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
}

@media (max-width: 50em) {

    h1[b-iif6irj76w] {
        font-size: 5rem;
        line-height: 6rem;
        margin-bottom: 3rem;

        span {
            display: block;
        }
    }
    
    .search-results[b-iif6irj76w] {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 3rem;
        grid-row-gap: 5rem;
    }

    .search-wrapper[b-iif6irj76w] {
        width: calc(100% - 2.2rem) !important;
        margin: 0 auto;
    }
    
}

@media (min-width: 50em) and (max-width: 75em) {

    .search-results[b-iif6irj76w] {
        grid-template-columns: 1fr 1fr;
    }

}
/* _content/AraWebsite/Components/Pages/Property.razor.rz.scp.css */
.property-detail-section[b-qzdk9ems7o] {
    margin-block-start: 8rem;
}

.mobile-header-text[b-qzdk9ems7o] {
    display: none;
}

.mobile-property-images[b-qzdk9ems7o] {
    display: none;
}

.property-images[b-qzdk9ems7o] {
    
    display: flex;
    flex-direction: column;
    padding-inline-end: 5rem;
    
    img {
        border-radius: 2.4rem;
        max-height: 30rem;
        object-fit: cover;
        margin-block-end: 2.5rem;
    }
    
    .image-group[b-qzdk9ems7o] {
        display: flex;
        gap:2.5rem;
        width: 100%
    }
    
    /*set the initial width to 100% for one image*/
    .image-group > *[b-qzdk9ems7o] {
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
    }

    /*when there are two, change the size to 50% and account for the gap:
    
    first selector selects the first child and also where it is the second last child. Only happens if there are
    two items.
    
    The second selector selects the second child and also where it is the last child. Only happens if there are
    two items.
    */
    .image-group > *:nth-child(1):nth-last-child(2)[b-qzdk9ems7o], .image-group > *:nth-child(2):nth-last-child(1)[b-qzdk9ems7o] {
        flex-basis: 50%;
        max-width: calc(50% - 1.25rem); /*account for the gap*/
    }
    
    
}

.property-detail[b-qzdk9ems7o] {
    display: flex;
    flex-direction: row;
    
    > div {
        flex: 1 1 0;
    }
}

.property-type-badge[b-qzdk9ems7o] {
    background: var(--clr-primary);
    color: #ffffff;
    padding: 0.8rem 1.3rem;
    border-radius: 1.2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.02em;
}

.property-info[b-qzdk9ems7o] {
    
    h1 {
        font-size: 5.2rem;
        line-height: 6rem;
        font-weight: var(--fw-bold);
        margin-block-start: 3rem;
        margin-block-end: 3.5rem;
        padding-block-end: 3.5rem;
        border-bottom: 1px solid #aaaaaa;
    }
    
    h2[b-qzdk9ems7o] {
        color: var(--clr-primary);
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: var(--fw-bold);
        margin-block-end: 2rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
    
    .overview-text[b-qzdk9ems7o] {
        font-size: 1.8rem;
        line-height: 2.6rem;
        font-weight: var(--fw-regular);
        margin-block-end: 3.5rem;
        letter-spacing: 0;
    }
    
    .property-detail-item[b-qzdk9ems7o] {
        
        display: flex;
        flex-direction: row;
        align-content: center;
        padding-block-end: 2rem;
        margin-block-end: 3rem;
        border-bottom: 1px solid #aaaaaa;
        
        img {
            width: 3.2rem;
            height: 3.2rem;
            flex-basis: 3.2rem;
            margin-block: auto;
            margin-inline-end: 1rem;

        }
        
        h3[b-qzdk9ems7o] {
            font-size: 1.8rem;
            line-height: 2.6rem;
            font-weight: var(--fw-regular);
            letter-spacing: 0;
            color: #aaaaaa;
        }
        p[b-qzdk9ems7o] {
            font-size: 2rem;
            line-height: 2rem;
            font-weight: var(--fw-bold);
            letter-spacing: 0.02em;
        }
        
    }

    .property-detail-group[b-qzdk9ems7o] {
        display: flex;
        flex-direction: row;
        
        > div {
            flex: 1 1 0;
        }

    }
    
    .brochure-download[b-qzdk9ems7o] {
        background: hsla(209, 53%, 9%, 0.03);
        padding: 2.8rem 2.3rem;
        border-radius: 1.2rem;
        margin-block-end: 3.5rem;

        a {
            display: flex;
            flex-direction: row;
            align-content: center;
            flex-grow: 1;
            text-decoration: none;
            font-size: 2rem;
            line-height: 2rem;
            font-weight: var(--fw-bold);
            letter-spacing: 0;
            color: var(--clr-black);
            
            span {
                flex: 1 1 0;
                margin-block: auto;
                margin-inline-start: 3rem;
            }
            

        }
                
    }
    
    .enquire-button[b-qzdk9ems7o] {
        display: block;
        width: 100%;
        text-align: center;
    }
    
}

.property-overview[b-qzdk9ems7o] {
    
    display: flex;
    flex-basis: calc(50% - 2.6rem);
    gap: 2.6rem;
    margin-block-start: 10rem;
    
    div {
        flex: 1 1 0;
    }
    
    iframe[b-qzdk9ems7o] {
        width: 100% !important;
        border-radius: 2.4rem;
    }
    
    h2[b-qzdk9ems7o] {
        font-size: 5.2rem;
        line-height: 6rem;
        font-weight: var(--fw-bold);
        margin-block-start: 0;
        margin-block-end: 2.6rem;
        padding-block-end: 0;
        border-bottom: none;
    }
    
}

.contact-section[b-qzdk9ems7o] {

    background-image: url('/images/ed-contact-bg.jpg');
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: hsla(180, 20%, 92%, 0.85);
    padding-block: 17.5rem;
    margin-block: 14rem;
}

.contact-subtitle[b-qzdk9ems7o] {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    font-weight: var(--fw-bold);
    color: var(--clr-primary);
}

.contact-header[b-qzdk9ems7o] {
    text-align: center;
    font-size: 5.8rem;
    line-height: 6.8rem;
    font-weight: var(--fw-bold);
    letter-spacing: -0.4rem;
    margin-block-end: 1.3rem;
}

.contact-property-name[b-qzdk9ems7o] {
    text-align: center;
    font-size: 2rem;
    font-weight: var(--fw-bold);
    line-height: 2rem;
    letter-spacing: -0.02rem;
    margin-block-end: 6rem;
}

@media (max-width: 50em)
{

    .property-detail-section[b-qzdk9ems7o] {
        margin-block-start: 3.5rem;
    }
    
    .property-detail[b-qzdk9ems7o] {
        flex-direction: column;
    }
    
    .desktop-header-text[b-qzdk9ems7o] {
        display: none !important;
    }
    .mobile-header-text[b-qzdk9ems7o] {
        display: block !important;
        margin-block: 1.5rem 2.8rem;
        font-size: 2.8rem;
        line-height: 3.6rem;
        letter-spacing: -0.04em;
    }

    .property-info > span.property-type-badge[b-qzdk9ems7o] {
        display: none;
    }
    
    .property-type-badge[b-qzdk9ems7o] {
        border-radius: 1rem;
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: -0.02em;
    }
    
    .property-images[b-qzdk9ems7o] {
        display: none;
    }
    
    .mobile-property-images[b-qzdk9ems7o] {
        display: block;
        position: relative;
        margin-bottom: 3.5rem;
        width: 100%;
        height: 30rem;
        border-radius: 1rem;
        background-size: cover;
        background-position: center center;
        background-image: var(--property-image);
        transition: background-image 1s;
    }
    

    .mobile-property-images > img[b-qzdk9ems7o] {
        display: none;
    }

    /* Next & previous buttons */
    .prev[b-qzdk9ems7o], .next[b-qzdk9ems7o] {
        cursor: pointer;
        position: absolute;
        top: calc(50% - 3.6rem / 2);
        margin-left: 1.7rem;
        width: 3.6rem;
        height: 3.6rem;
        user-select: none;
        background-image: url("/images/property-left-arrow.svg");
        background-position-x: -0.2rem; /* fix to align image correctly*/
        border: 1px solid var(--clr-primary-accent);
        border-radius: 1000vh;
    }

    /* Position the "next button" to the right */
    .next[b-qzdk9ems7o] {
        right: 0;
        margin-inline: 0 1.7rem;
        background-image: url("/images/property-right-arrow.svg");
        background-position-x: 0; /* fix to align image correctly*/
    }

    .property-detail-group[b-qzdk9ems7o] {
        flex-direction: column !important;
    }

    .property-overview[b-qzdk9ems7o] {
        flex-basis: 100%;
        flex-direction: column;
        text-align: center;
        
        h2 {
            font-size: 2.8rem !important;
            line-height: 3.6rem !important;
        }
    }

    .contact-section[b-qzdk9ems7o] {
        padding-block: 4.5rem;
        margin-block: 7rem;
        background: #f7f7f7 none;
        
    }

    .contact-subtitle[b-qzdk9ems7o] {
        font-size: 1.4rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
        
    }

    .contact-header[b-qzdk9ems7o] {
        font-size: 2.8rem;
        line-height: 3.6rem;
        letter-spacing: -0.2rem;
    }
    
    .contact-property-name[b-qzdk9ems7o] {
        margin-bottom: 0;
    }

}
/* _content/AraWebsite/Components/Pages/Services.razor.rz.scp.css */
/* _content/AraWebsite/Components/Property/PropertyCard.razor.rz.scp.css */
.property-card[b-t2aj6llzo0] {
    width: 100%;
    border-radius: 2.4rem;
    background-color: hsla(0, 0%, 82%, 0.25);
    padding: 0.6rem 0.6rem 1rem 0.6rem;
}

.property-image[b-t2aj6llzo0] {
    position: relative;
    width: 100%;
    /* 1:1 aspect ratio */
    padding-bottom: 100%;
    border-radius: 2rem;
    background-size: cover;
    background-position: center center;
    margin-bottom: 2.5rem;
    
    div {
        position: absolute;
        top: 1.8rem;
        left: 1.8rem;
    }
    span[b-t2aj6llzo0] {
        background-color: var(--clr-primary);
        color: var(--clr-white);
        border-radius: 19rem;
        padding: 0.9rem 1.5rem;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: 0.02rem;
        margin-right: 1rem;
    }
    
    .label-sale-type[b-t2aj6llzo0] {
        background: var(--clr-primary-accent) !important;
    }
    
}

h2[b-t2aj6llzo0] {
    width: calc(100% - 5rem);
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.02rem;
    font-weight: var(--fw-bold);
    margin: 0 auto 2rem auto;
}

.property-details[b-t2aj6llzo0] {

    display: flex;
    flex-direction: column;

    > div {
        display: flex;
        flex-direction: row;
        height: 4.5rem;
        justify-content: space-between;
        border-bottom: 1px solid #9a9a9a;
        width: calc(100% - 5rem);
        margin: 0 auto;

        h3 {
            margin: auto 0;
            font-size: 1.4rem;
            line-height: 1.4rem;
            letter-spacing: 0.02rem;
            font-weight: var(--fw-regular);
        }

        > div[b-t2aj6llzo0] {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            margin: auto 0;

            p {
                margin: auto 0;
                font-size: 1.6rem;
                line-height: 1.6rem;
                letter-spacing: -0.02rem;
                font-weight: var(--fw-semi-bold);

            }

            img[b-t2aj6llzo0] {
                width: 2rem;
                height: 2rem;
                color: #000000;
                margin-right: 0.5rem;
                filter: brightness(0) saturate(100%);
            }

        }

    }
}

.button[b-t2aj6llzo0] {
    display: block;
    margin-top: 1.6rem;
    padding: 1.2rem 0;
    text-align: center;
    
}
/* _content/AraWebsite/Components/Property/PropertySearch.razor.rz.scp.css */
.property-search-container[b-j5b592wrc5] {
    filter: drop-shadow(0px 22px 22px hsla(0, 0%, 0%, 0.4));
}

.search-tabs[b-j5b592wrc5] {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 1rem;
}

.all_tab[b-j5b592wrc5], .rent_tab[b-j5b592wrc5], .sell_tab[b-j5b592wrc5] {
    cursor: pointer;
    color: #000000 !important;
    background-color: hsla(0, 0%, 100%, 0.95);
    padding-block: 1.1rem;
    border: 0;
    border-radius: 1.2rem 1.2rem 0 0;
    height: 4rem;
    width: 8.2rem;
    font-weight: var(--fw-semi-bold);
}

.all_tab[data-active="false"][b-j5b592wrc5], .rent_tab[data-active="false"][b-j5b592wrc5], .sell_tab[data-active="false"][b-j5b592wrc5] {
    background-color: hsla(180, 58%, 44%, 0.8);
}

.search-dropdowns[b-j5b592wrc5] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1.9rem;
    border-radius: 90rem;
    background-color: hsla(0, 0%, 100%, 0.95);
    padding: 1rem 1.3rem;
}

select[b-j5b592wrc5] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 7rem;
    outline: none;
    border-radius: 90rem;
    color: #080503;
    background-color: #ffffff !important;
    padding-left: 5.5rem;
}

#select-location[b-j5b592wrc5] {
    background: url("/images/search_location.svg") 8% center no-repeat, url("/images/chevron-down.svg") 95% center no-repeat;
}
#select-size[b-j5b592wrc5] {
    background: url("/images/search_size.svg") 8% center no-repeat, url("/images/chevron-down.svg") 95% center no-repeat;
}
#select-type[b-j5b592wrc5] {
    background: url("/images/search_type.svg") 8% center no-repeat, url("/images/chevron-down.svg") 95% center no-repeat;
}

.search-button[b-j5b592wrc5] {
    height: 7rem;
    flex-basis: 7rem;
    flex-grow: 0;
    flex-shrink: 0;
    border: 0;
    border-radius: 1000vh;
    background: var(--clr-primary);
    cursor: pointer;
    scale: 1;
    transition: scale 0.5s ease, background-color 0.5s ease;
    
    & span {
        display: none;
    }

    &:hover[b-j5b592wrc5] {
        scale: 1.1;
        background-color: var(--clr-primary-accent);
        transition: scale 0.5s ease, background-color 0.5s ease;
    }
    
    & img[b-j5b592wrc5] {
        margin-inline: auto;
    }
}

@media (max-width: 50em) {

    .search-tabs[b-j5b592wrc5] {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        gap: 1rem;
    }

    .all_tab[b-j5b592wrc5], .rent_tab[b-j5b592wrc5], .sell_tab[b-j5b592wrc5] {
        height: 3.5rem;
        width: 7.9rem;
        padding-block: 0.95rem;
        border-radius: 1.1rem 1.1rem 0 0;
    }

    .search-dropdowns[b-j5b592wrc5] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 1.5rem;
        border-radius: 1.2rem;
        background-color: hsla(0, 0%, 100%, 0.95);
        padding: 1rem 1.3rem;
    }

    select[b-j5b592wrc5] {
        height: 5.5rem;
        background-color: #f1f1f1 !important;
    }

    .search-button[b-j5b592wrc5] {
        flex-basis: 5.5rem;
        height: 5.5rem;
        width: 100%;
        content: "Search";
        
        & img {
            display: none;
        }
        
        & span[b-j5b592wrc5] {
            display: initial;
            color: var(--clr-white);
            font-weight: var(--fw-semi-bold);
        }
    }

    #select-location[b-j5b592wrc5], #select-size[b-j5b592wrc5], #select-type[b-j5b592wrc5] {
        background-position: 3% center, 95% center;
    }

    
}
