#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

:root {
    --rz-text-font-family: "Poppins", sans-serif;
    --rz-text-color: #0D1C28;
    --rz-text-title-color: #0D1C28;
    --rz-body-background-color: #FFFFFF;
    --rz-primary: #74A8D2;
    --rz-primary-light: #A1C8E8;
    --rz-primary-dark: #4F88B7;
    --rz-primary-darker: #326C9D;
    --rz-secondary: #0D1C28;
    --rz-base: #D9D9D9;
    --rz-info: #1170DA;
    --rz-success: #02AC4C;
    --rz-warning: #F5B841;
    --rz-danger: #D7263D;
    --rz-body-font-size: 12px;
    --rz-text-body1-font-size: 12px;
    --rz-text-caption-font-size: 10px;
    --rz-text-h1-font-size: 24px;
    --rz-text-h1-font-weight: 700;
    --rz-text-h2-font-size: 22px;
    --rz-text-h2-font-weight: 700;
    --rz-text-h3-font-size: 16px;
    --rz-text-h3-font-weight: 600;
    --rz-text-h4-font-size: 14px;
    --rz-text-h4-font-weight: 600;
    --rz-text-h5-font-size: 14px;
    --rz-text-h5-font-weight: 400;
    --rz-text-h6-font-size: 14px;
    --rz-text-h6-font-weight: 300;
    --rz-link-color: var(--rz-primary);
    --rz-link-hover-color: var(--rz-primary);
    --rz-header-shadow: var(--rz-shadow-0);
    --rz-card-shadow: var(--rz-shadow-0);
    --rz-card-border-radius: 8px;
    --rz-card-padding: 16px;
    --rz-panel-shadow: var(--rz-shadow-0);
    --rz-panel-border-radius: 8px;
    --rz-panel-padding: 16px;
    --rz-panel-hover-color: var(--rz-primary);
    --rz-input-font-size: 14px;
    --rz-panel-menu-item-color: white;
    --rz-panel-menu-item-background-color: transparent;
    --rz-panel-menu-icon-color: white;
    --rz-panel-menu-font-size: 16px;
    --rz-panel-menu-font-weight: 600;
    --rz-gap: 0px;
    font-size: var(--rz-root-font-size);
}

body {
    font-family: var(--rz-text-font-family);
    color: var(--rz-text-color);
    font-size: var(--rz-body-font-size);
    line-height: var(--rz-body-line-height);
    background-color: var(--rz-body-background-color);
}

.rz-layout {
    height: 100dvh;
}

.rz-body {
    --rz-body-padding: 0;
}

a {
    color: var(--rz-link-color);
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: var(--rz-link-hover-color);
    }

.rz-card {
    border: 1px solid var(--rz-base);
}

.rz-panel {
    border: 1px solid var(--rz-base);
}

.rz-panel-titlebar-toggler {
    color: var(--rz-primary);
}

    .rz-panel-titlebar-toggler .rzi-plus:before {
        content: "keyboard_arrow_down";
    }

    .rz-panel-titlebar-toggler .rzi-minus:before {
        content: "keyboard_arrow_up";
    }

.rz-button-md {
    font-size: 16px;
}

.rz-sidebar {
}

    .rz-sidebar .panel-menu-wrapper {
        background: linear-gradient(360deg, #FFFFFF 0%, var(--rz-primary) 100%);
    }

    .rz-sidebar .fine-print-footer {
        padding: 16px;
        margin-top: 48px;
    }

        .rz-sidebar .fine-print-footer p {
            color: var(--rz-text-color);
        }

.fine-print-footer {
    color: var(--rz-text-disabled-color);
    padding: 0px;
    margin-top: 24px;
}

    .fine-print-footer p {
        margin-left: 0px;
    }


.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.rz-paginator .rz-dropdown {
    width: 90px;
}

/*.company-report-caption {
    max-width: 350px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 8px;
}*/

.red-border {
    border-color: var(--rz-danger) !important;
}

.yellow-border {
    border-color: var(--rz-warning) !important;
}

.green-border {
    border-color: var(--rz-success) !important;
}

.red-background {
    background-color: var(--rz-danger) !important;
}

.yellow-background {
    background-color: var(--rz-warning) !important;
}

.green-background {
    background-color: var(--rz-success) !important;
}

.red-font {
    color: var(--rz-danger) !important;
}

.yellow-font {
    color: var(--rz-warning) !important;
}

.green-font {
    color: var(--rz-success) !important;
}

.filled-icon {
    font-variation-settings: 'FILL' 1;
}

.company-report .vscore {
    padding: 1px 5px;
    color: white;
}

.company-report-plot {
    margin: 10px 0px 5px 0px;
    padding: 10px 10px 5px 10px;
    background-color: white;
    width: 350px;
    height: 209px;
    display: block;
}

.company-report-plot-80pct {
    border: 1px solid var(--rz-base);
    padding: 10px;
    background-color: white;
    width: 80%;
    display: inline;
}

.stock-story-plot {
    margin: 0;
    padding: 0;
    width: 320px;
    display: block;
}

.stock-story-plot-container {
    position: relative;
    text-align: center;
}

.stock-story-text-overlay {
    position: absolute;
    font-size: 24pt;
    background: rgba(255,255,255,0.6);
    border-radius: var(--rz-card-border-radius);
    padding: 5px;
    color: var(--rz-primary);
    line-height: normal;
}

.stock-story-action {
    text-align: right;
}

.vscore-plot {
    border: 1px solid var(--rz-base);
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: white;
}

.vscore-plot-container {
    position: relative;
    text-align: center;
    width: 280px;
    height: 90px;
    margin-top: 15px;
}

    .vscore-plot-container .vscore-plot-title {
        position: absolute;
        top: -15px;
        left: 5px;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: left;
    }

    .vscore-plot-container .vscore-plot-help {
        position: absolute;
        top: -20px;
        right: 0px;
        margin-bottom: 0;
        text-align: right;
    }

    .vscore-plot-container .vscore-plot-ticker {
        position: absolute;
        top: 75px;
        left: 5px;
        font-size: 10px;
        margin-bottom: 0;
        text-align: left;
    }

    .vscore-plot-container .vscore-plot-date {
        position: absolute;
        top: 75px;
        right: 5px;
        font-size: 10px;
        margin-bottom: 0;
        text-align: right;
    }


.vscore-plot-container-border {
    width: fit-content;
    background-color: white;
    border: solid 1px var(--rz-base);
    border-radius: var(--rz-card-border-radius);
    padding: 8px;
    margin-left: -7px
}

.vscore-image {
    height: 44px;
    width: 275px;
    margin-top: 20px;
    border-radius: var(--rz-card-border-radius);
    border: 1px solid #eeeeee;
    object-fit: none;
    object-position: center;
}


/*.vscore-plot-text-overlay {
    position: absolute;
}*/


.rz-body {
    padding: 0;
}

.rz-header {
    /*box-shadow: none;*/
}

.rz-datalist-data {
    padding: 0.25rem 0 0.25rem 0;
}

    .rz-g > div, .rz-datalist-data > li {
        border-radius: var(--rz-datalist-border-radius);
        border: var(--rz-datalist-item-border);
        box-shadow: var(--rz-datalist-item-shadow);
        padding: var(--rz-datalist-item-padding);
        background-color: var(--rz-datalist-item-background-color);
        margin: 0;
    }

.chart-wrapper {
    padding: 10px;
    padding-right: 60px;
    background-color: white;
    width: fit-content;
    border: 1px solid var(--rz-base);
}

.vscore-barchart-plot {
    margin-top: -50px;
    margin-bottom: -50px;
    margin-left: -50px;
    width: calc(100% - 50px);
}

    .vscore-barchart-plot svg {
        overflow: visible;
    }

        .vscore-barchart-plot svg path {
            /* Removes spacing above and below chart */
            clip-path: none !important;
            -webkit-clip-path: none !important;
            cursor: pointer;
        }

.vscore-barchart-plot-labels {
    margin-top: -50px;
    margin-bottom: -50px;
    width: calc(100% - 50px);
}

    .vscore-barchart-plot-labels svg {
        overflow: visible;
    }

        .vscore-barchart-plot-labels svg path {
            /* Removes spacing above and below chart */
            clip-path: none !important;
            -webkit-clip-path: none !important;
            cursor: pointer;
        }

    .vscore-barchart-plot-labels .rz-series-data-label {
        /*        fill:white;
        text-anchor:end;
*/
    }

.vscore-stackedbarchart-plot {
    margin-top: -24px;
    margin-left: -24px;
}

    .vscore-stackedbarchart-plot svg {
        transform: translate(0,0);
    }

        .vscore-stackedbarchart-plot svg path {
            /* Removes spacing above and below chart */
            clip-path: none !important;
            -webkit-clip-path: none !important;
        }

.small-text {
    font-size: 0.8em;
    line-height: 1.1em;
}

.icon-heading {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 0.9em;
}

    .icon-heading i {
        vertical-align: bottom;
    }

.feature-card {
    /*max-width: 400px;*/
    margin-bottom: 20px;
    margin-right: 20px;
}

.feature-bullet {
    margin-bottom: 20px;
}

.color-block-small {
    padding-top: 3px;
    font-size: 0.6em;
    vertical-align: text-top;
    display: inline-block;
    width: 10px;
    background-color: var(--rz-base);
}

.green-underline {
    /*border-bottom: solid var(--rz-success);*/
    background-color: var(--rz-success);
    padding: 2px 8px;
    color: white;
    border-radius: 8px;
    white-space: nowrap;
}

.yellow-underline {
    /*border-bottom: solid var(--rz-warning);*/
    background-color: var(--rz-warning);
    padding: 2px 8px;
    color: white;
    border-radius: 8px;
    white-space: nowrap;
}

.red-underline {
    /*border-bottom: solid var(--rz-danger);*/
    background-color: var(--rz-danger);
    padding: 2px 8px;
    color: white;
    border-radius: 8px;
    white-space: nowrap;
}

.underlined-button .rz-button-text {
    text-decoration: underline !important;
}

.condensed-list {
}

    .condensed-list .rz-datalist-data {
        padding: 5px 0px;
    }

        .condensed-list .rz-datalist-data > li {
            padding: 5px 0px 5px 10px;
        }


.minimal-list {
}

    .minimal-list .rz-datalist-data {
        padding: 0px;
    }

        .minimal-list .rz-datalist-data > li {
            border: none;
            background: none;
            padding: 0px;
        }

.minimal-inline-list {
}

    .minimal-inline-list .rz-datalist-data {
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

        .minimal-inline-list .rz-datalist-data > li {
            border: none;
            background: none;
            padding: 0px;
            margin: 0px;
            display: inline-block;
        }

.watchlist-full {
}

    .watchlist-full .rz-datalist-data {
    }

        .watchlist-full .rz-datalist-data > li {
            width: 350px;
        }

.portfolio-full {
    width: 350px;
}

    .portfolio-full .rz-datalist-data {
    }

        .portfolio-full .rz-datalist-data > li {
            width: 350px;
        }


.company-score {
    display: inline-block;
    margin: 2px;
    padding: 2px 3px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    color: white;
    background-color: var(--rz-base);
    cursor: pointer;
    border-radius: 8px;
}

.list-holdings-vscorechange-small {
    max-width: 300px;
    font-size: 12px;
}

    .list-holdings-vscorechange-small td {
    }

    .list-holdings-vscorechange-small span {
        font-size: 12px !important;
    }

    .list-holdings-vscorechange-small .rz-column-title {
        padding-left: 0px !important;
    }

    .list-holdings-vscorechange-small .change {
    }

    .list-holdings-vscorechange-small .change-date {
        font-size: 8px;
        line-height: 8px;
        position: relative;
        margin-top: -4px;
        text-align: center;
    }

    .list-holdings-vscorechange-small .company-score-small-2 {
        cursor: default !important;
        margin-top: 2px;
    }

    .list-holdings-vscorechange-small .vscore {
        cursor: default !important;
    }

    .list-holdings-vscorechange-small .arrow {
        font-size: 20px;
        color: #aaaaaa;
        margin-top: -3px;
        width: 40px;
        transform: scale(1.5, 1);
        text-align: center;
    }

.list-fund-holdings-small {
    font-size: 12px;
}

    .list-fund-holdings-small span {
        font-size: 12px !important;
    }

.company-score-small-2 {
    cursor: pointer;
}

    .company-score-small-2 .vscore {
        display: inline-block;
        margin: 2px;
        padding: 2px 3px;
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        text-align: center;
        color: white;
        background-color: var(--rz-base);
        cursor: pointer;
    }

    .company-score-small-2 .vscore-prev {
        filter: opacity(45%);
    }

.view-security-medium-2 {
    border: 1px solid var(--rz-base);
    border-radius: var(--rz-card-border-radius);
    padding: 16px;
    margin: 16px 0px;
}

    /*    .view-security-medium-2 .upper-left {
    }

    .view-security-medium-2 .upper-right {
    }

    .view-security-medium-2 .lower-left {
        margin-top: 10px;
    }

    .view-security-medium-2 .lower-right {
        margin-top: 10px;
    }*/

    .view-security-medium-2 .vscore {
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        margin: 2px;
        padding: 2px 3px;
        width: 80px;
        text-align: center;
        color: white;
        background-color: var(--rz-base);
        cursor: pointer;
        border-radius: var(--rz-card-border-radius);
    }

        .view-security-medium-2 .vscore .rzi {
            font-size: 20px;
            display: inline-block;
            margin-left: 10px;
            margin-bottom: 3px;
            vertical-align: middle;
        }

    .view-security-medium-2 .vscore-breakdown {
        cursor: pointer;
    }

    .view-security-medium-2 .security-type {
        font-size: 10px;
        font-weight: 500;
        line-height: 10px;
        margin-bottom: 0;
    }

    .view-security-medium-2 .ticker {
        font-size: 24px;
        font-weight: 700;
        display: inline-block;
        width: 80px;
        cursor: pointer;
    }

    .view-security-medium-2 .sector {
        font-size: 10px;
        font-weight: 500;
        margin: 0;
        color: var(--rz-primary);
    }

    .view-security-medium-2 .company-name {
        font-size: 10px !important;
        font-weight: 500 !important;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .view-security-medium-2 .covered-holdings {
        margin-top: 0;
        font-size: 0.65em;
    }

    .view-security-medium-2 .price {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .view-security-medium-2 .price-label {
        font-size: 10px;
        font-weight: 500;
        line-height: 10px;
        margin-bottom: 0;
    }

    .view-security-medium-2 .as-of-date {
        font-size: 8px;
        font-weight: 500;
        margin: 0;
    }

    .view-security-medium-2 .action-button {
        padding: 5px;
        min-height: 32px;
    }

    .view-security-medium-2 .dollar-value-percent {
        font-size: 16px;
        line-height: 12px;
        font-weight: 500;
        margin: 0;
        margin-top: 10px;
    }

    .view-security-medium-2 .dollar-value-percent-label {
        font-size: 10px;
        font-weight: 500;
        margin: 0;
    }


.company-score-side {
    display: inline-block;
    margin: 2px;
    padding: 5px 3px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    color: white;
    background-color: var(--rz-base);
    cursor: pointer;
    font-size: 28px;
    border-radius: 8px;
}

.company-report-ticker {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.fund-report-ticker {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}


.company-score-large {
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    text-align: center;
    color: white;
    background-color: var(--rz-base);
    cursor: pointer;
}

.fund-score {
    display: inline-block;
    margin: 2px;
    padding: 2px 3px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    color: white;
    background-color: var(--rz-black);
    cursor: pointer;
    border-radius: 8px;
}

.fund-score-side {
    display: inline-block;
    margin: 2px;
    padding: 5px 3px;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
    color: white;
    background-color: #000000;
    cursor: pointer;
    font-size: 24px;
}

.fund-score-large {
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    text-align: center;
    color: white;
    background-color: #000000;
    cursor: pointer;
}


.portfolio {
}

    .portfolio .floating-sidebar-promo {
        top: 180px;
    }

    .portfolio .floating-sidebar-wide {
        top: 180px;
    }

.portfolio-holding-list {
    max-width: 400px;
}

.fund-report-scrollstack {
    height: calc(100dvh - 170px);
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 16px;
}

.company-report-scrollstack {
    height: calc(100dvh - 200px);
    overflow: auto;
    padding-bottom: 10px;
    margin-top: 16px;
}

.company-report {
    max-width: 400px;
}

    .company-report .financial-health {
        width: 550px;
    }

    .company-report hr {
        border-color: var(--rz-base);
    }

    .company-report .company-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .company-report .sector {
        margin: 0;
        font-size: 10px;
        font-weight: 600;
    }

    .company-report .industry {
        margin: 0;
        font-size: 10px;
        font-weight: 600;
    }

    .company-report .rz-panel {
        min-width: 320px;
        margin-top: 24px;
    }

    .company-report .section-card {
        min-width: 320px;
        margin-top: 24px;
    }

    .company-report .rz-text-caption {
        margin-left: 20px;
        max-width: 500px;
    }

    .company-report .question-hits {
        margin-left: 25px;
    }

    .company-report .company-hit-wrapper {
        margin-top: 20px;
    }

    .company-report .question {
    }

        .company-report .question h4 {
            margin-bottom: 0;
        }

        .company-report .question .rzi {
            margin-right: 8px;
            font-size: 28px;
        }

.company-hit {
    max-width: 500px;
}

    .company-hit .title {
        margin-left: 5px;
        font-weight: 600;
        font-size: 16px;
    }

    .company-hit .rzi {
        font-size: 30px;
        vertical-align: bottom;
    }

.ownership {
}

    .ownership .ownership-total-dollar {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

.vscore-history {
}

.real-time-price {
}

    .real-time-price .price {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .real-time-price i {
        vertical-align: bottom;
        font-size: 20px;
    }

    .real-time-price .daily-return-value {
        margin-left: 5px;
    }

    .real-time-price .price-change-positive, .price-change-positive p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: var(--rz-success);
    }

    .real-time-price .price-change-flat, .price-change-flat p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: #9A9A9A;
    }

    .real-time-price .price-change-negative, .price-change-negative p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: var(--rz-danger);
    }

    .real-time-price .price-label {
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        margin-bottom: 0;
    }

    .real-time-price .as-of-date {
        font-size: 10px;
        margin: 0;
        margin-bottom: 10px;
    }

    .real-time-price .marketcap-label {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .real-time-price .marketcap {
        font-size: 12px;
        margin-bottom: 0;
    }

    .real-time-price .volume-label {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .real-time-price .volume {
        font-size: 12px;
        margin-bottom: 0;
    }

    .real-time-price .dividend-label {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0;
    }

    .real-time-price .dividend {
        font-size: 12px;
        margin-bottom: 0;
    }

.price-change-negative {
    font-size: 16px;
    color: var(--rz-danger);
}

.price-change-positive {
    font-size: 16px;
    color: var(--rz-success);
}

.fund-screener {
    width: calc(100vw - 400px);
    max-width: 800px;
}

.stock-screener {
    width: calc(100vw - 400px);
    max-width: 800px;
}

.watchlist {
}

    .watchlist .watchlist-holding-list {
        max-width: 400px;
    }

    .watchlist .floating-sidebar-promo {
        top: 70px;
    }

    .watchlist .floating-sidebar-wide {
        top: 70px;
    }

    .watchlist .scroll-stack {
        height: calc(100vh - 215px);
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 10px;
    }

.nav-menu {
    position: absolute;
    top: 7px;
    right: 50px;
}

.nav-button-text {
    text-transform: none;
    text-align: left;
    color: white;
    line-height: 0.9em;
    font-size: 0.9em;
    font-weight: 200;
    width: 55px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.nav-button-icon {
    font-size: 1.4em;
}

.floating-sidebar {
    width: 350px;
    position: absolute;
    top: 140px;
    right: 50px;
}

.floating-sidebar-2 {
    width: 300px;
    position: absolute;
    top: 150px;
    right: 50px;
}

.floating-sidebar-wide {
    width: 600px;
    max-width: 800px;
    position: absolute;
    top: 140px;
    right: 244px;
}

    .floating-sidebar-wide .rz-panel {
        /*min-width: 320px;*/
    }

    .floating-sidebar-wide .rz-card {
        /*min-width: 320px;*/
    }

    .floating-sidebar-wide .real-time-price {
        margin-top: 0px;
    }

.floating-sidebar-promo {
    width: 170px;
    position: absolute;
    top: 140px;
    right: 50px;
}

    .floating-sidebar-promo .primary-content {
        width: 140px;
    }

    .floating-sidebar-promo .secondary-content {
        width: 140px;
    }

.promo-card {
    text-align: left;
}

    .promo-card .promo-icon {
        font-size: 22px;
        margin: 0;
        margin-top: 2px;
    }

    .promo-card .promo-heading {
        font-size: 14px;
        line-height: 16px;
    }

    .promo-card .promo-text {
        font-size: 10px;
    }

    .promo-card .promo-button {
    }

        .promo-card .promo-button .rz-button {
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .promo-card .promo-button .rz-button-text {
            font-size: 10px;
            min-width: 75px;
            display: inline-block;
        }



.page-header {
}

.page-header2 {
    background-color: rgba(0,0,0,0.85);
    color: white;
    padding: 10px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    min-height: 40px;
}

    .page-header2 .page-header2-left {
        width: 350px;
    }

    .page-header2 .page-header2-content * {
        color: white;
    }

.page-title {
    font-size: 12px;
    margin: 0;
}

.page-title-content {
    line-height: 1.1em;
    margin: 0 0 15px 0;
}

.carousel-sm {
    flex-wrap: wrap !important;
}

    .carousel-sm .chart-wrapper {
        min-width: 300px;
        padding-right: 35px;
    }

.rz-footer {
    display: none;
}

.portfolio-list {
    margin-top: 15px;
    margin-left: 10px;
}

    .portfolio-list h2 {
        color: white;
        margin: 0px;
        font-size: 0.8em;
    }

        .portfolio-list h2 button {
            color: white !important;
        }

    .portfolio-list .rz-listbox {
        color: black;
        height: 95px;
        width: 120px;
    }

    .portfolio-list li {
        padding: 5px;
    }

    .portfolio-list span {
        font-size: 0.7em;
    }

.story-page {
}

    .story-page .story {
        margin-top: 10px;
        max-width: calc(100% - 300px);
    }

        .story-page .story .story-title {
            margin: 0;
        }

        .story-page .story .story-date {
            margin: 0;
        }

        .story-page .story .story-image {
        }

            .story-page .story .story-image img {
                max-width: 300px;
                max-height: 200px;
                border: solid 1px var(--rz-base);
                margin: 5px;
            }

        .story-page .story .story-body {
            font-size: 14px;
            margin-top: 10px;
        }

        .story-page .story .story-video {
            margin: 10px;
        }

    .story-page .floating-sidebar-promo {
    }

.story-list-item {
}

    .story-list-item .story-image {
    }

        .story-list-item .story-image img {
            object-fit: contain;
            max-width: 150px;
            max-height: 80px;
            width: auto;
            height: auto;
        }

/* Non-standard break point */
@media (max-width: 1530px) {
    .company-report {
        max-width: 400px;
    }

        .company-report .financial-health {
            width: 360px;
        }


    .floating-sidebar-wide {
        width: calc(100vw - 710px);
    }
}

@media (max-width: 890px) {
    .nav-menu {
    }

    .nav-button-text {
        font-size: 0.8em;
        font-weight: 100;
        width: 55px;
        display: none !important;
    }

    .nav-button-icon {
    }
}

/* Standard break point */
@media (max-width: 1280px) {
}

@media (max-width: 1024px) {

    .floating-sidebar-wide {
        width: calc(100vw - 500px);
        right: 50px;
    }


    .floating-sidebar-promo {
        width: 100%;
        position: inherit;
        margin-top: 24px;
    }

        .floating-sidebar-promo .secondary-content {
            display: none !important;
        }

    .promo-card {
        width: 100%;
    }

    .portfolio .floating-sidebar-promo {
        display: none !important;
    }

    .watchlist .floating-sidebar-promo {
        display: none !important;
    }

    .story-page {
    }

        .story-page .story {
            margin-top: 10px;
            max-width: 100%;
        }

        .story-page .floating-sidebar-promo {
        }
}

@media (max-width: 768px) {

    .page-header {
        flex-direction: column-reverse;
    }


    .carousel-sm {
        flex-wrap: nowrap !important;
    }

    .floating-sidebar-2 {
        width: 400px;
        position: inherit;
    }

        .floating-sidebar-2 .secondary-content {
            display: none !important;
        }

    .company-report {
        width: 100%;
        max-width: 800px;
    }

        .company-report .financial-health {
            width: 100%;
        }

    .fund-screener {
        width: 100%;
        max-width: 800px;
    }

    .floating-sidebar {
        width: 400px;
        position: inherit;
    }

    .floating-sidebar-wide {
        width: 100%;
        position: inherit;
    }

        .floating-sidebar-wide .secondary-content {
            display: none !important;
        }

        .floating-sidebar-wide .real-time-price {
            margin-top: 24px;
        }

    .nav-menu {
        display: none !important;
    }

    .rz-footer {
        display: block;
        background-color: rgba(0,0,0,0.85);
        padding: 12px;
        /*position: absolute;*/
        /*bottom: 0px;*/
    }

        .rz-footer .rz-button {
            margin: 0px 12px;
        }

        .rz-footer .rzi {
            font-size: 40px;
        }

        .rz-footer .search {
            margin-top: -60px;
            border-radius: 40px;
            padding: 20px;
        }

            .rz-footer .search i {
                font-size: 48px;
            }

    .company-report-scrollstack {
        height: calc(100dvh - 250px);
    }

    .fund-report-scrollstack {
        height: calc(100dvh - 220px);
    }

    .top-search {
        display: none !important;
    }
}

@media (max-width: 576px) {
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.grid-condensed {
    border: 0;
}

    .grid-condensed td, .grid-condensed th {
        padding: 0px 5px;
    }

    .grid-condensed thead th > div:not(.rz-cell-filter) {
        padding: 0px;
        text-align: left;
    }

.fund-percent {
    padding: 3px;
    color: white;
}

.holding-detail {
    font-size: 10px;
    margin-bottom: 0px;
}

.holding-summary-table {
    font-size: 10px;
    margin: 0;
    width: 100px;
}

    .holding-summary-table td {
        padding: 0;
    }

.holding-children-table {
    font-size: 10px;
}

.portfolio-holding {
    width: 310px;
}

.chart-select-bar {
    margin: 10px 0px 0px 15px;
}

    .chart-select-bar .rz-button {
        font-size: 10px;
    }

.vscore-agg-table {
    font-size: 0.75em;
    background-color: white;
    max-width: 375px;
    margin-bottom: 5px;
}

    .vscore-agg-table th {
        font-size: 0.8em;
    }

.table-with-total {
}

    .table-with-total tr:last-child td {
        border-bottom: 0;
        padding-top: 5px;
    }


.table-with-total-condensed {
    font-size: 1.1em;
    border-color: grey;
}

    .table-with-total-condensed tr:last-child td {
        border-bottom: 0;
        padding-top: 5px;
        font-weight: 500;
    }

    .table-with-total-condensed > :not(caption) > * > * {
        padding: 0;
    }


.inline-help-button {
    vertical-align: super;
}

.inline-button {
    vertical-align: super;
}

.form-field-group {
}

    .form-field-group > .rz-form-field-content {
        padding: 15px;
    }

.portfolio-bulk-ticker {
    display: inline-block;
    width: 80px;
    font-size: 1.5em;
    margin: 0;
}

.list-count {
    margin: 0px;
    font-weight: bold;
    font-size: 1.2em;
}

.list-noitems {
    color: var(--rz-danger);
}

.small-toolbar {
}

.portfolio-listbox {
}

    .portfolio-listbox .item {
        font-size: 0.9em;
    }

        .portfolio-listbox .item i {
            font-size: 1.1em;
            vertical-align: middle;
        }

.numeric-field {
    width: 100px;
}

.analyst-consesus {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.analyst-consesus-title {
    font-size: 10px;
    line-height: 0.8em;
    margin-bottom: 0px;
}

.analyst-count {
    font-size: 10px;
    line-height: 0.7em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.analyst-caption {
    margin-top: 10px;
    font-size: 10px;
}


.stock-news-list {
}

    .stock-news-list .minimal-inline-list {
        height: 320px;
        width: 320px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 12px;
    }

.stock-news-story {
    border-width: 2px;
    border-color: var(--rz-primary);
}

.stock-news {
    width: 200px;
    height: 275px;
    overflow: clip;
    flex: 0 0 auto;
    display: inline-block;
}

    .stock-news .news-title {
        font-size: 12px;
        line-height: 12px;
        height: 40px;
        overflow: hidden;
    }

    .stock-news .news-date {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .stock-news .news-site {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .stock-news .news-image {
    }

        .stock-news .news-image img {
            object-fit: cover;
            width: calc(100% + 32px);
            height: 75px;
            margin-left: -16px;
            margin-top: 16px;
            margin-bottom: 16px;
        }

    .stock-news .news-text {
        font-size: 10px;
        line-height: 10px;
        margin-top: 16px;
        height: 60px;
        overflow: hidden;
    }

.question-summary {
}

    .question-summary .questions-label {
        font-size: 14px;
        font-weight: 500;
        margin-right: 0px;
    }

    .question-summary p {
        font-size: 16px;
        font-weight: 600;
        margin-right: 5px;
    }

    .question-summary div {
        margin-left: 12px;
    }

.search {
}

    .search .data-list {
        margin-top: 12px;
    }

        .search .data-list .rz-datalist-data > li {
            border: none;
            background: none;
            padding: 5px;
            cursor: pointer;
        }

.search-security {
}

    .search-security .ticker {
        font-weight: bold;
        margin: 0;
        font-size: 14px;
    }

    .search-security .security-type {
        margin: 0;
        font-size: 10px;
    }

    .search-security .name {
        margin: 0;
        font-size: 10px;
    }


.rz-dialog:is(.search-dialog) {
}

.beta-button {
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 0px;
}

.beta-text {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: white;
}

.dataload {
    margin-bottom: 12px;
}

    .dataload .dataload-label {
        font-size: 11px;
        margin-bottom: 0px;
        margin-top: 0px;
        color: white;
    }

    .dataload .dataload-date {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
        color: white;
    }

