@import '_content/SpringTechnologies.Blazor.UI.Common/SpringTechnologies.Blazor.UI.Common.bundle.scp.css';
@import '_content/SpringTechnologies.Blazor.UI.Listings/SpringTechnologies.Blazor.UI.Listings.bundle.scp.css';
@import '_content/SpringTechnologies.VDR.UI/SpringTechnologies.VDR.UI.bundle.scp.css';

/* _content/Beleggingspanden.UI/Pages/Contact.razor.rz.scp.css */
.contact__social-link[b-26rck91a21] {
    text-decoration: none;
    
}

    .contact__social-link i[b-26rck91a21] {
        color: #001c60;
        font-size: 1.5rem;
    }
/* _content/Beleggingspanden.UI/Shared/Building/BuildingRow.razor.rz.scp.css */

/*
    Mobile 
*/

.building__row[b-7bmi0rrn41] {
    display: grid;
    margin-bottom: 1.5rem;
    height: 100%;
    overflow: hidden;
    background-color: white;
}

.building__row_image[b-7bmi0rrn41] {
    position: relative; /*for indicator*/
    overflow: hidden;
}


    .building__row_image a img[b-7bmi0rrn41] {
        width: 100%;
        display: block;
    }

.building__row_content[b-7bmi0rrn41] {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    align-items: center;
    padding: 0.5rem;
}

.building-row__block[b-7bmi0rrn41] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.building-row__block-right[b-7bmi0rrn41] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}


.building__indicator[b-7bmi0rrn41] {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
    padding: 0.25rem 1rem;
}

.building__indicator--new[b-7bmi0rrn41] {
    background: green;
}

.building__indicator--highlighted[b-7bmi0rrn41] {
    background: orange;
}

.building__row_otherinfo[b-7bmi0rrn41] {
    display: flex;
    justify-content: space-around;
}


.building__row_otherinfo-icon[b-7bmi0rrn41] {
    font-size: 1.25rem;
    color: #88dcf9;
}

.building-row__broker-logo[b-7bmi0rrn41] {
    width: 75px;
    height: auto;
}

.building-row__default-broker-logo[b-7bmi0rrn41] {
    width: 30px;
    height: auto;
}



/* For tablets */

@media(min-width:767px) {
    .building__row[b-7bmi0rrn41] {
        grid-template-columns: 35% 65%;
    }

    .building-row__broker-logo[b-7bmi0rrn41] {
        width: 75px;
        max-height: 75px;
    }
}

/* For Desktop above 991px */

@media(min-width:991px) {
    .building__row[b-7bmi0rrn41] {
        grid-template-columns: 30% 70%;
    }

    .building__row_image[b-7bmi0rrn41] {
        height: 100%;
    }


    .building__row_content[b-7bmi0rrn41] {
        padding: 1.5rem;
    }

    .building__row_otherinfo[b-7bmi0rrn41] {
        flex-direction: column;
        margin-top: 0;
    }

    .building__row_otherinfo[b-7bmi0rrn41] {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .building__row_otherinfo[b-7bmi0rrn41] {
        gap: 1.5rem;
    }

    .building-row__broker-logo[b-7bmi0rrn41] {
        width: 100px;
        max-height: 100px;
    }

    .building-row__default-broker-logo[b-7bmi0rrn41] {
        width: 40px;
    }

    .building-row__reaction-button[b-7bmi0rrn41] {
        height: fit-content;
        align-self: end;
    }

    /*.building-row__block-right {
        justify-content: space-between;
    }*/
}
/* _content/Beleggingspanden.UI/Shared/Building/BuildingSortFactor.razor.rz.scp.css */
.sort-btn[b-v7zi1y28yj] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .sort-btn:hover[b-v7zi1y28yj] {
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    }

    .sort-btn > span[b-v7zi1y28yj], .sort-btn > i[b-v7zi1y28yj] {
        color: #1473E6;
        font-weight: bold;
    }

/* override */
.dropdown-toggle[b-v7zi1y28yj]:after {
    display: none !important;
}

.dropdown-menu[b-v7zi1y28yj] {
    width: 100% !important;
}

@media (min-width: 992px) {
    .dropdown-menu[b-v7zi1y28yj] {
        width: fit-content !important;
    }
}

.dropdown-item[b-v7zi1y28yj] {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

.dropdown-menu.show[b-v7zi1y28yj] {
    display: block !important;
}

.form-check[b-v7zi1y28yj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-v7zi1y28yj] {
    margin: 0 1rem 0 auto;
}
/* _content/Beleggingspanden.UI/Shared/Building/SearchAdvancedFilter.razor.rz.scp.css */
/*
    Custom scrollbar
*/

[b-rdkzckcbnd] select {
    --scrollbarBG: #FFFFFF;
    --thumbBG: #001C60;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    [b-rdkzckcbnd] select::-webkit-scrollbar {
        width: 12px;
    }

    [b-rdkzckcbnd] select::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    [b-rdkzckcbnd] select::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border: 3px solid var(--scrollbarBG);
    }

/*
    Override bootstrap classes
*/

[b-rdkzckcbnd] .accordion-item {
    margin-bottom: 0.5rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

[b-rdkzckcbnd] .accordion-button {
    background-color: white;
    font-size: 16px;
    color: #001C60;
    font-weight: 400;
    border: none;
}

[b-rdkzckcbnd] .accordion-body {
    padding: 0 !important;
    border-radius: 4px;
}

[b-rdkzckcbnd] .form-select {
    border: none;
    border-radius: 0;
    max-height: 300px;
    padding: 1rem 1.25rem;
    color: #001C60;
}

@media(min-width:576px) {
    [b-rdkzckcbnd] .form-select {
        padding: 0.5rem;
    }
}

    [b-rdkzckcbnd] .form-select option {
        padding: 0.5rem;
        color: #001C60;
        font-size: 16px;
        cursor: pointer;
    }

        [b-rdkzckcbnd] .form-select option:checked {
            font-weight: 700;
        }

            [b-rdkzckcbnd] .form-select option:checked:after {
                font-family: flaticon;
                content: "\f15d";
                margin-left: 0.5rem;
                color: #001C60;
            }

        [b-rdkzckcbnd] .form-select option:hover,
        [b-rdkzckcbnd] .form-select option:focus,
        [b-rdkzckcbnd].form-select option:active,
        [b-rdkzckcbnd].form-select option:checked {
            background-color: #EBF8FF;
        }

/*
    Custom classes
*/

[b-rdkzckcbnd] .accordion-body--nested {
    padding: 1rem !important;
}

[b-rdkzckcbnd] .remove-filter {
    display: grid;
    grid: minmax(0,1fr) / minmax(0,1fr) 30px 60px;
}

[b-rdkzckcbnd] .remove-filter__accordion-button {
    grid-row: 1;
    grid-column: 1 / 4;
}

[b-rdkzckcbnd] .remove-filter__icon {
    cursor: pointer;
    padding: 0;
    line-height: 1;
    grid-row: 1;
    z-index: 4;
    grid-column: 2;
}

    [b-rdkzckcbnd] .remove-filter__icon > i {
        color: #cfcfcf;
    }

    [b-rdkzckcbnd] .remove-filter__icon:hover {
        opacity: 0.5;
    }
/* _content/Beleggingspanden.UI/Shared/Building/SimilarBuildingCard.razor.rz.scp.css */
.card__similar-building[b-mv98kxk47w]
{
    background: white;
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 1rem;
}

.card__similar-building--content[b-mv98kxk47w]{
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__similar-building--img[b-mv98kxk47w]{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__similar-building--content h3[b-mv98kxk47w],
.card__similarbuilding-propType[b-mv98kxk47w]{
    min-height: 1.5rem;
}
/* _content/Beleggingspanden.UI/Shared/Footer.razor.rz.scp.css */
.footer-button-blue[b-u21va6tb8r] {
    background: #0C4AE1;
    color: white;
    font-size: 0.875rem;
    border-radius: 20px;
    font-weight: 700;
    width: 100%;
}

.footer__social-link[b-u21va6tb8r] {
    text-decoration: none;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    font-size: 2.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

@media(min-width: 1200px){
    .footer__social-link[b-u21va6tb8r] {
        font-size: 1.5rem;
    }
}

    .footer__social-link:hover[b-u21va6tb8r] {
        text-decoration: none;
    }


.footer__social-icons a i.flaticon-linkedin-round[b-u21va6tb8r],
.footer__social-icons a i.flaticon-facebook-1[b-u21va6tb8r],
.footer__social-icons a i.flaticon-instagram[b-u21va6tb8r] {
    color: #99DBF8;
}
/* _content/Beleggingspanden.UI/Shared/NavMenuLogin.razor.rz.scp.css */
/* override bootstrap classes */
.dropdown-toggle[b-k6otals9et]::after {
    display: none !important;
}

.dropdown-menu[b-k6otals9et] {
    left: -150% !important;
}
