/* /Pages/Public/Data.razor.rz.scp.css */
.data-container[b-jh2ngt9stj] {
    margin-left:84px;
    margin-right:84px;
    margin-top:24px;
    margin-bottom:24px;
}

.data-logo[b-jh2ngt9stj] {
    height:142px;
}

@media (max-width: 1200px) {

    .data-logo[b-jh2ngt9stj] {
        height: 112px;
    }

    .data-container[b-jh2ngt9stj] {
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 6px;
    }
}


@media (max-width: 600px)
{
    .data-logo[b-jh2ngt9stj] {
        height: 76px;
    }

    .data-container[b-jh2ngt9stj] {
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 0px;
    }
}
/* /Pages/Public/DataComponents/DataSection.razor.rz.scp.css */
.property-grid[b-b3p3aunj54] {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(336px, 356px));
    gap: 24px 32px; /* vertical and horizontal spacing */
    margin-bottom: 32px;
}


h3[b-b3p3aunj54] {
    color: #1b6ec2
}

@media (max-width: 600px) {

    .property-grid[b-b3p3aunj54] {
        grid-template-columns: 1fr;
        gap: 16px 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
    }

        .property-grid > div[b-b3p3aunj54] {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
        }
}
/* /Shared/Components/FullPageVisualReports/Master.razor.rz.scp.css */
.reportMainContainer[b-quhu9joy6v] {
    /*padding: 10px;*/
    /*background-color:#d8d8d8*/
}

.reportSectionContainer[b-quhu9joy6v] {
    padding: 24px;
    margin: 12px;
    margin-top: 24px;
    margin-bottom: 0px;
    background-color: white;
    box-shadow: 0px 0px 6px #bdbdbd;
}

    .reportSectionContainer h1[b-quhu9joy6v] {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .reportSectionContainer h2[b-quhu9joy6v] {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .reportSectionContainer p[b-quhu9joy6v] {
        font-size: 34px;
        margin: 0px;
        margin-bottom: -8px;
        color: #00a5fe
    }

.reportSectionVerticalDivider[b-quhu9joy6v] {
    padding: 40px;
    text-align: center;
    height: 100%
}

/* ---------- VALUATION DATA BARS ---------- */

.reportValue[b-quhu9joy6v] {
    color: #00a5fe
}

/* ---------- VALUATION DATA BARS ---------- */

.value-low[b-quhu9joy6v] {
    color: #ff1a0a;
    font-weight: bold;
}

.value-mid[b-quhu9joy6v] {
    color: #ffae00;
    font-weight: bold;
}

.value-high[b-quhu9joy6v] {
    color: #27c148;
    font-weight: bold;
}

.value-bar[b-quhu9joy6v] {
    width: 100%;
    float: left;
    height: 7px;
    background-color: #ff1a0a;
    background-image: linear-gradient(to right, #ff5b0a 0%, #ffae00 50%, #27c148 100%);
    border-radius: 3px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* ----------- Comparables Grid ---------- */

.compHeader[b-quhu9joy6v] {
    border: 1px solid #003377;
    height: 65px;
    width: 250px;
    background-color: #002554;
    color: #4082aa;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding: 18px;
}

.compValueAddress[b-quhu9joy6v] {
    border: 1px solid #b3b3b3;
    height: 65px;
    width: 220px;
    font-size: 14px;
    padding: 14px;
    background-color: #d7d6d6;
    font-weight: bold;
}

.compValue[b-quhu9joy6v] {
    border: 1px solid #b3b3b3;
    height: 65px;
    width: 220px;
    font-size: 20px;
    padding: 16px;
}
/* /Shared/FakeDashboard.razor.rz.scp.css */
.main[b-jwwr0u7t1a] {
    flex: 1;
}
    .main .top-row[b-jwwr0u7t1a] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }
        .main .top-row > a[b-jwwr0u7t1a], .main .top-row .btn-link[b-jwwr0u7t1a] {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child[b-jwwr0u7t1a] {
            overflow: hidden;
            text-overflow: ellipsis;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.main[b-lo438wf1nm] {
    flex: 1;
}
    .main .top-row[b-lo438wf1nm] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }
        .main .top-row > a[b-lo438wf1nm], .main .top-row .btn-link[b-lo438wf1nm] {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child[b-lo438wf1nm] {
            overflow: hidden;
            text-overflow: ellipsis;
        }
