/* _content/EstateView/Pages/IntakeForm/IntakeForm.razor.rz.scp.css */

[b-ngjny2v0hl] .nav-tabs .nav-link {
    border: 1px solid lightgray;
}

    [b-ngjny2v0hl] .nav-tabs .nav-link:hover {
        background-color: rgba(11, 94, 215, 0.5) !important;
        color: white;
    }

    [b-ngjny2v0hl] .customized-input-number input {
        text-align: left;
        width: 100%;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
    }

    .customized-input-number input[b-ngjny2v0hl] {
        text-align: center;
    }

    .customized-input-number .spinner[b-ngjny2v0hl] {
        border-radius: 0.25rem;
    }
/* _content/EstateView/Pages/IntakeForm/SubComponents/AssetCard.razor.rz.scp.css */
[b-o3ndqr2z3k] .btn-header .btn {
    min-width: 20%;
    margin-left: auto;
}

.btn[b-o3ndqr2z3k] {
    transition: width 0.2s ease;
}

/* If card first loads opened: */
.collapse-toggle.collapsed[b-o3ndqr2z3k] {
    content: "\F279";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

.collapse-toggle[b-o3ndqr2z3k]::after {
    content: "\F27C";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

.collapse-toggle.collapsed[b-o3ndqr2z3k]::after {
    content: "\F279";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

/* If card first loads collapsed: (Overwrites opened case) */
.d-flex .collapse-toggle.collapsed[b-o3ndqr2z3k] {
    content: "Show Details";
    font-family: inherit !important;
    padding: revert;
    font-size: 0.875rem;
    line-height: normal;
}

.d-flex .collapse-toggle[b-o3ndqr2z3k]::after {
    padding: 0 1.4em 0 1.4em;
}

.d-flex .collapse-toggle.collapsed[b-o3ndqr2z3k]::after {
    content: "Show Details";
    font-family: inherit !important;
    padding: revert;
    font-size: 0.875rem;
    line-height: normal;
}
/* _content/EstateView/Pages/IntakeForm/SubComponents/AssetMulticheck.razor.rz.scp.css */
.asset-form[b-9tga4pepl8] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    background-color: #eee;
    border: 8px solid #eee;
    border-radius: 6px;
}

[b-9tga4pepl8] .check-item {
    min-width: 33% !important;
}
/* _content/EstateView/Pages/IntakeForm/SubComponents/ConfirmRemoveModal.razor.rz.scp.css */
.blurred-background[b-do98cbyu3y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center; /* Centers modal vertically */
    justify-content: center; /* Centers modal horizontally */
    z-index: 1000;
}

.modal-box[b-do98cbyu3y] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 3px solid #dc3545; /* Red border */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn[b-do98cbyu3y] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

.divider[b-do98cbyu3y] {
    height: 5px;
    background-color: #dc3545; /* Red */
    width: 100%;
    margin: 15px 0;
}
/* _content/EstateView/Pages/IntakeForm/SubComponents/CustomizationModal.razor.rz.scp.css */
/*.modal-body {
    max-height: 85vh;
}*/

.modal-content[b-1vw0l8ow7a] {
    margin: auto;
    max-width: none;
}

.modal-dialog[b-1vw0l8ow7a] {
    max-width: 90vw;
}

.scrollable[b-1vw0l8ow7a] {
    height: 100%;
    overflow-y: scroll;
}

.showcase[b-1vw0l8ow7a] {
    height: 100%;
    position: relative;
}

.content-row[b-1vw0l8ow7a] {
    height: 68vh;
    border: 4px solid #181C32;
    border-radius: 3px;
}

.collapse-toggle.collapsed[b-1vw0l8ow7a] {
    content: "\F279";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

.collapse-toggle[b-1vw0l8ow7a]::after {
    content: "\F27C";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

.collapse-toggle.collapsed[b-1vw0l8ow7a]::after {
    content: "\F279";
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    line-height: 1;
}

    .scrollable.selection-menu[b-1vw0l8ow7a] {
        background-color: #181C32;
        scrollbar-color: lightgray #181C32;
    }

    .btn-outline-primary[b-1vw0l8ow7a] {
        border: 1px solid #0d6efd !important;
        background-color: #fff;
        color: #0d6efd;
    }

    .btn-check:checked[b-1vw0l8ow7a] {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

[b-1vw0l8ow7a] .showcase {
    cursor: not-allowed !important;
}

[b-1vw0l8ow7a] .showcase .no-click {
    pointer-events: none;
}

[b-1vw0l8ow7a] .customized-input-number input {
    text-align: left;
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
}

.selection-menu .card[b-1vw0l8ow7a] {
    color: #adb5bd;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(11, 94, 215, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

    .selection-menu .card:hover[b-1vw0l8ow7a] {
        color: #fff;
        background-color: rgba(11, 94, 215, 0.05);
    }

        .selection-menu .card:hover:not(.active) .card[b-1vw0l8ow7a] {
            background-color: rgba(11, 94, 215, 0.1);
            background-color: rgba(255, 255, 255, 0.05);
            color: #fff;
        }

    .selection-menu .card.active[b-1vw0l8ow7a], .selection-menu .card.general:hover[b-1vw0l8ow7a] {
        color: white;
        background-color: rgba(11, 94, 215, 0.5);
        cursor: initial;
    }

    .selection-menu .btn-outline-primary[b-1vw0l8ow7a] {
        background-color: darkblue;
        background-color: rgba(255, 255, 255, 0.05);
        border-color: #797E84 !important;
        color: #fff;
    }

        .selection-menu .btn-outline-primary:hover[b-1vw0l8ow7a] {
            background-color: blue;
            border-color: #0d6efd !important;
        }

    .selection-menu .card .btn-check:checked[b-1vw0l8ow7a] {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.selection-menu .btn .btn-tooltip[b-1vw0l8ow7a] {
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    background: #444444;
    color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 6px 14px;
    border-radius: 6px;
    text-align: left;
    display: block;
    font-size: 0.95rem;
    width: 200px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
[b-1vw0l8ow7a] .highlight {
    background-color: #ffebbd;
}

[b-1vw0l8ow7a] .highlight:not(input) {
    border-radius: 4px;
    box-shadow: 0px 0px 0px 3px #ffebbd;
}
.selection-menu .btn:hover .btn-tooltip[b-1vw0l8ow7a] {
    visibility: visible;
    opacity: 1;
}

.custom-setting[b-1vw0l8ow7a] {
    border-radius: 4px;
    padding-top: 7px;
    width: 100%;
}

    .custom-setting:hover[b-1vw0l8ow7a] {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 5px 0px 4px rgba(255, 255, 255, 0.1);
    }

    .custom-setting .form-check-label[b-1vw0l8ow7a] {
        max-width: 100%;
        width: 100%;
    }
/*
.form-check.form-switch {
    border-radius: 4px;
    margin-top: 7px;
    width: 100%;
}

.form-check.form-switch label {
    max-width: 100%;
    width: 100%;
}

    .form-check.form-switch:hover {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 2px 0px 4px rgba(255, 255, 255, 0.1);
    }*/

.showcase .watermark[b-1vw0l8ow7a] {
    position: fixed;
    top: 45%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 3rem;
    color: rgba(11, 94, 215, 0.5);
    z-index: 10;
}
/* _content/EstateView/Pages/IntakeForm/SubComponents/ExcelExportSelector.razor.rz.scp.css */
.excel-button[b-c4m6dm7ttg] {
    background-color: green !important;
    border-color: green !important;
}

    .excel-button:hover[b-c4m6dm7ttg] {
        background-color: darkgreen !important;
        border-color: darkgreen !important;
    }
/* _content/EstateView/Pages/IntakeForm/SubComponents/MarketingToolbar.razor.rz.scp.css */
.marketing-toolbar[b-4q7wosxobh] {
    height: 60px;
    border-bottom: blue;
    background-image: linear-gradient(#517791e3, #517791e3), url(/image/marketing-background.png);
    background-size: cover;
    background-position: 0 22%;
}

.marketing-toolbar .row[b-4q7wosxobh] {
    height: 100%;
}

.toolbar-link[b-4q7wosxobh] {
    color: white;
    cursor: pointer;
    transition: all 0.1s linear;
    background-color: rgba(11, 94, 215, 0.8);
    backdrop-filter: blur(4px);
    background-image: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 8px;
    padding: 4px;
    box-shadow: 1px 2px 8px 1px #131C32;
    text-align: center;
    width: 70%;
    border: none;
}

    .toolbar-link:hover[b-4q7wosxobh] {
        transform: scale(1.05);
        background-color: #084bac;
    }

    .marketing-toolbar .top-left-logo[b-4q7wosxobh] {
        backdrop-filter: blur(4px) brightness(0.5) hue-rotate(12deg);
        border-radius: 6px;
        padding: 4px;
        color: white;
        cursor: pointer;
        margin-top: 1px;
        max-height: 58px;
    }

    .marketing-toolbar .fullscreen-btn[b-4q7wosxobh] {
        background-color: transparent;
        border: none;
        font-size: 1.4rem;
        padding: 8px;
        transition: transform 0.05s linear;
        color: white;
    }

    .marketing-toolbar .fullscreen-btn:hover[b-4q7wosxobh] {
        transform: scale(1.1) translateY(-1%);
    }

.blurred-background[b-4q7wosxobh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center; /* Centers modal vertically */
    justify-content: center; /* Centers modal horizontally */
    z-index: 1001;
}

.modal-box[b-4q7wosxobh] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    width: 90vw;
    height: 90vh;
    position: relative;
    border: 3px solid lightgray;
    max-width: none;
    overflow-y: scroll;
    text-align: initial;
    display: initial;
    overflow-x: clip;
}

    .modal-box.exports[b-4q7wosxobh] {
        overflow-y: clip;
    }

.close-btn[b-4q7wosxobh] {
    color: black;
}

    .close-btn:hover[b-4q7wosxobh] {
        color: gray;
    }

    .toolbar-link.export[b-4q7wosxobh] {
        width: 50%;
    }

        .toolbar-link.export.excel[b-4q7wosxobh] {
            background-color: #3CB371;
        }

        .toolbar-link.export.active[b-4q7wosxobh] {
            box-shadow: 1px 2px 8px 1px #131C32, inset 0px -2px 0 #ffebbd;
        }

            .toolbar-link.export.excel:hover[b-4q7wosxobh] {
                background-color: #308f5a;
            }

        .toolbar-link.export.planning-chart[b-4q7wosxobh] {
            background-color: #7B20AC;
        }

            .toolbar-link.export.planning-chart:hover[b-4q7wosxobh] {
                background-color: #621989;
            }

        .toolbar-link.export.disable[b-4q7wosxobh] {
            background-color:gray;
            transform: scale(1);
            cursor: not-allowed;
            width: 80%;
        }

.multi-option-switch[b-4q7wosxobh] {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 5px 7px;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin: 10px 0;
}

    .multi-option-switch input[type="radio"][b-4q7wosxobh] {
        display: none;
    }

    .multi-option-switch label[b-4q7wosxobh] {
        display: flex;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
        color: #999;
        transition: background-color 0.4s, transform 0.4s;
        position: relative;
        z-index: 1;
        font-weight: 600;
        border-radius: 6px;
        padding: 2px 8px;
        transform: scale(0.9);
    }

    .multi-option-switch input[type="radio"]:checked + label[b-4q7wosxobh] {
        color: #fff;
        transform: scale(1);
        font-weight: 600;
        background: linear-gradient(99.02deg, rgb(0, 113, 188) 95.38%, rgb(0, 113, 188) 95.38%);
        padding: 2px 8px;
    }

    .multi-option-switch label[b-4q7wosxobh] {
        padding: 4px 12px;
        font-size: 0.9rem;
    }
/* _content/EstateView/Pages/IntakeForm/SubComponents/OwnershipMulticheck.razor.rz.scp.css */
.asset-form[b-sa5ho3qspv] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
}

.plus-box[b-sa5ho3qspv] {
    margin: 5px;
    cursor: pointer;
    transition: transform 0.05s;
    border: 1px solid #bbb;
    border-radius: 0.25rem;
}

    .plus-box:hover[b-sa5ho3qspv] {
        transform: scale(1.05);
    }

.plus-label[b-sa5ho3qspv] {
    min-width: 200px;
    margin: 3px 3px;
    border: 1px solid #aaa;
    border-radius: 0.25rem;
}

    .plus-label.set[b-sa5ho3qspv] {
        border: none;
        margin: 5px;
        cursor: pointer;
        position: relative;
        top: -0.1em;
        min-width: fit-content;
    }

.plus-item[b-sa5ho3qspv] {
    margin-right: 5px;
    width: fit-content;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: flex;
    max-width: 100%;
    transition: transform 0.05s;
    align-items: center;
}

    .plus-item:hover[b-sa5ho3qspv] {
        transform: scale(1.05);
    }
/* _content/EstateView/Pages/IntakeForm/SubComponents/PDFMenu.razor.rz.scp.css */
.blurred-background[b-ua0u4n87nf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent */
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center; /* Centers modal vertically */
    justify-content: center; /* Centers modal horizontally */
    z-index: 1000;
}

.modal-box[b-ua0u4n87nf] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 3px solid lightgray;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.close-btn[b-ua0u4n87nf] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: gray;
}

.btn-group[b-ua0u4n87nf] {
    gap: 0px;
    width: auto;
    margin: 0;
}

.toolbar-btn[b-ua0u4n87nf] {
    margin-right: 0px;
}

.dropdown-toggle-split[b-ua0u4n87nf] {
    margin-left: 0px;
}

.dropdown-item[b-ua0u4n87nf] {
    color: white;
    cursor: pointer;
}

.dropdown-menu[b-ua0u4n87nf] {
    transform: translate3d(0, 31px, 0) !important;
    opacity: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
    color: white;
}
@starting-style {
    .dropdown-menu[b-ua0u4n87nf] {
        transform: translate3d(0, 0, 0) !important;
        opacity: 0;
    }
}

.custom-tooltip[b-ua0u4n87nf] {
    position: absolute;
    display: none;
    background-color: #e9ecef;
    color: #000;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    text-wrap: wrap;
    width: 300px;
    transform: translateX(-50%);
    text-align: left;
    z-index: 10;
}

.position-relative:hover .custom-tooltip[b-ua0u4n87nf] {
    display: block;
}

.btn-icon[b-ua0u4n87nf] {
    float:left;
    font-size: 1.5rem;
}

/* Override toolbar buttons */
.modal-box .btn[b-ua0u4n87nf] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-box .btn-primary[b-ua0u4n87nf] {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    /* Width not overriden, it just applies to all primary buttons in the modal. */
    width: 90%;
}

    .modal-box .btn-primary:hover[b-ua0u4n87nf] {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.modal-box .btn-secondary[b-ua0u4n87nf] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .modal-box .btn-secondary:hover[b-ua0u4n87nf] {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

.modal-box .btn-outline-primary[b-ua0u4n87nf] {
    color: #0d6efd;
    border-color: #0d6efd;
    /* Width not overriden, it just applies to all primary buttons in the modal. */
    width: 90%;
}

    .modal-box .btn-outline-primary:hover[b-ua0u4n87nf] {
        color: white;
        background-color: #0d6efd;
    }

/* End toolbar override */

.modal-box .icon-holder[b-ua0u4n87nf] {
    line-height: 130%;
}

.loading-circle[b-ua0u4n87nf] {
    border-width: 1vh;
    border-style: solid;
    border-color: rgb(52, 152, 219) rgb(243, 243, 243) rgb(243, 243, 243);
    border-image: initial;
    border-radius: 50%;
    width: 20vh;
    height: 20vh;
    display: inline-block;
    animation-name: loadingCircle-b-ua0u4n87nf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes loadingCircle-b-ua0u4n87nf {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.multi-option-switch[b-ua0u4n87nf] {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 5px 7px;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin: 10px 0;
}

    .multi-option-switch input[type="radio"][b-ua0u4n87nf] {
        display: none;
    }

    .multi-option-switch label[b-ua0u4n87nf] {
        display: flex;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
        cursor: pointer;
        text-align: center;
        color: #999;
        transition: background-color 0.4s, transform 0.4s;
        position: relative;
        z-index: 1;
        font-weight: 600;
        border-radius: 6px;
        padding: 2px 8px;
        transform: scale(0.9);
    }

    .multi-option-switch input[type="radio"]:checked + label[b-ua0u4n87nf] {
        color: #fff;
        transform: scale(1);
        font-weight: 600;
        background: linear-gradient(99.02deg, rgb(0, 113, 188) 95.38%, rgb(0, 113, 188) 95.38%);
        padding: 2px 8px;
    }

    .multi-option-switch label[b-ua0u4n87nf] {
        padding: 4px 12px;
        font-size: 0.9rem;
    }
/* _content/EstateView/Pages/IntakeForm/SubComponents/PlanningChartSelector.razor.rz.scp.css */
.chart-button[b-rtul8b3wuu] {
    background-color: #A000A0 !important;
    border-color: #A000A0 !important;
    text-wrap: nowrap;
}

    .chart-button:hover[b-rtul8b3wuu] {
        background-color: #800080 !important;
        border-color: #800080 !important;
    }
img[b-rtul8b3wuu] {
    width: initial !important;
}

.btn-outline-primary[b-rtul8b3wuu] {
    color: #007bff;
    border: 2px solid #007bff !important;
    border-radius: 6px !important;
    background-color: initial;
}

    .btn-outline-primary:hover[b-rtul8b3wuu] {
        background-color: #007bff;
    }
/*
.blurred-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-box {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    max-width: 35vw;
    max-height: 90vh;
    width: 90%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

.divider {
    height: 5px;
    background-color: #dc3545;
    width: 100%;
    margin: 15px 0;
}

.scrollable-group {
    max-height: 75vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.image-button {
    background-color: white;
}

    .image-button:hover {
        background-color: blue;
    }*/
/* _content/EstateView/Pages/IntakeForm/SubComponents/SingleCheckbox.razor.rz.scp.css */
.check-box[b-fldlnsdiiq] {
    margin: 5px 0 5px 5px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    position: relative;
}

.check-label[b-fldlnsdiiq] {
    margin: 5px;
    cursor: pointer;
    position: relative;
    top: -0.1em;
}

.check-item[b-fldlnsdiiq] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    min-width: fit-content;
    max-width: 100%;
    transition: transform 0.05s;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .check-item:hover[b-fldlnsdiiq] {
        transform: scale(1.05);
    }
/* _content/EstateView/Pages/IntakeForm/Tabs/KeyFinancialData.razor.rz.scp.css */
.total-value[b-k8vokiv39b] {
    margin: auto !important;
    text-align: center !important;
    cursor: not-allowed;
}

.investment-label[b-k8vokiv39b] {
    font-weight: 500;
    text-align: center;
}

[b-k8vokiv39b] .investment-field {
    justify-content: center;
    align-content: center;
}
