/* _content/ProjectX.ValueInvesting.App/Components/FloatingButtonMenu.razor.rz.scp.css */
.context-menu[b-k39986m5v6] {
    position: fixed;
    bottom: calc((1em + env(safe-area-inset-bottom)) + 2em);
    right: 1em;
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    /*border: solid 1px white;*/
    border-radius: 50%;
    background-color: var(--bs-body-bg);
}

.context-menu-btn[b-k39986m5v6] {
    font-size: 1.5rem;
}

.dropdown-toggle[b-k39986m5v6]::after {
    display: none;
}
/* _content/ProjectX.ValueInvesting.App/Components/InfiniteScrollList.razor.rz.scp.css */
.item-count[b-csd2b8kam8] {
    position: fixed;
    top: 47%;
    padding: 5px;
    border-radius: 5px;
}

@keyframes fadeOut-b-csd2b8kam8 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out-effect[b-csd2b8kam8] {
    animation: fadeOut-b-csd2b8kam8 6s ease-in-out;
}

.primary-color[b-csd2b8kam8] {
    color: var(--bs-primary);
}

/* _content/ProjectX.ValueInvesting.App/Components/MultiSelect.razor.rz.scp.css */
.multi-select[b-03zoiqdw1w] {
    
}

.multi-select + .multi-select[b-03zoiqdw1w] {
    border-top : 0px!important;
}

.fade-in[b-03zoiqdw1w] {
    animation: fade-in-b-03zoiqdw1w;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fade-out[b-03zoiqdw1w] {
    animation: fade-out-b-03zoiqdw1w;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fade-out-b-03zoiqdw1w {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-b-03zoiqdw1w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/ProjectX.ValueInvesting.App/Components/SpinAnim.razor.rz.scp.css */

.counter[b-0ya1ax0bbv] {
    height: 1em;
    overflow: hidden;
}

.digits[b-0ya1ax0bbv] {
    float: left;
    list-style-type: none;
    font-size: 1em;
    line-height: 1em;
}
/* _content/ProjectX.ValueInvesting.App/Components/StockSuggestions.razor.rz.scp.css */

.discount-delta-cell[b-3mfqmkv8ec] {
    height: 2em;
}
/* _content/ProjectX.ValueInvesting.App/Pages/Calculator.razor.rz.scp.css */
@keyframes stylishFadeIn-b-t0pzw3wkn6 {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-20px) rotate(-15deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0) rotate(0);
    }
}

.stylish-fade-in[b-t0pzw3wkn6] {
    animation-name: stylishFadeIn-b-t0pzw3wkn6;
    animation-duration: 1.618s; /* ~\phi  */
    animation-fill-mode: forwards; 
}

@keyframes fadeIn-b-t0pzw3wkn6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-t0pzw3wkn6] {
    animation-name: fadeIn-b-t0pzw3wkn6;
    animation-duration: 2.618s; /* ~\phi^2 */
    animation-fill-mode: forwards;
}

.grid-two-columns[b-t0pzw3wkn6] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
/* _content/ProjectX.ValueInvesting.App/Pages/Discover.razor.rz.scp.css */
/* _content/ProjectX.ValueInvesting.App/Pages/StartPage.razor.rz.scp.css */
.subtle-border[b-9de9gmueow] {
    border-top: 1px solid rgba(0,0,0,.1618);
    border-bottom: 1px solid rgba(0,0,0,.1618);
}

.h-big[b-9de9gmueow] {
    font-size: calc(1.5rem + 1.5vw);
}

.discount-delta-cell[b-9de9gmueow] {
    height: 2em;
}

@keyframes fade-in-b-9de9gmueow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-9de9gmueow] {
    animation: fade-in-b-9de9gmueow 1.618s;
}

@keyframes fade-out-b-9de9gmueow {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fade-out[b-9de9gmueow] {
    animation: fade-out-b-9de9gmueow 1s;
}

/* _content/ProjectX.ValueInvesting.App/Pages/StockOverview.razor.rz.scp.css */
body[b-8yzcxbfbuy] {
}

.subtext-font-size[b-8yzcxbfbuy] {
    font-size: 1rem;
}

@keyframes fadeIn-b-8yzcxbfbuy {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-effect[b-8yzcxbfbuy] {
    animation: fadeIn-b-8yzcxbfbuy 0.5s ease-in-out;
}

.context-menu[b-8yzcxbfbuy] {
    position: sticky;
    float: inline-end;
    bottom: calc(1em + env(safe-area-inset-bottom));
    right: 1em;
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    /*border: solid 1px white;*/
    border-radius: 50%;
    background-color: var(--bs-body-bg);
}

.context-menu-btn[b-8yzcxbfbuy] {
    font-size: 1.5rem;
}

.dropdown-toggle[b-8yzcxbfbuy]::after {
    display: none;
}
/* _content/ProjectX.ValueInvesting.App/Pages/Watchlist.razor.rz.scp.css */
@keyframes remove-b-jnqj5vcfbs {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.remove[b-jnqj5vcfbs] {
    animation: remove-b-jnqj5vcfbs 0.5s ease-in-out;
}


/* _content/ProjectX.ValueInvesting.App/Shared/Header.razor.rz.scp.css */
body[b-fzjrxpdvud] {
}

.dropdown-toggle[b-fzjrxpdvud]::after {
    display: none !important;
}

.icon-font-size[b-fzjrxpdvud] {
    font-size: 1.5rem;
}

.cursor-pointer[b-fzjrxpdvud] {
    cursor: pointer;
}

.override-popper-alignment[b-fzjrxpdvud] {
    right: 0 !important;
    left: auto !important;
}
/* _content/ProjectX.ValueInvesting.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-o224emr909] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o224emr909] {
    flex: 1;
}

.sidebar[b-o224emr909] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o224emr909] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o224emr909]  a, .top-row[b-o224emr909]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o224emr909]  a:hover, .top-row[b-o224emr909]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o224emr909]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o224emr909] {
        display: none;
    }

    .top-row.auth[b-o224emr909] {
        justify-content: space-between;
    }

    .top-row[b-o224emr909]  a, .top-row[b-o224emr909]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o224emr909] {
        flex-direction: row;
    }

    .sidebar[b-o224emr909] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o224emr909] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-o224emr909] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ProjectX.ValueInvesting.App/Shared/NavMenu.razor.rz.scp.css */

.nav-grid[b-iu0iw60f57] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    padding-bottom: env(safe-area-inset-bottom);
}

.nav-grid[b-iu0iw60f57] {
    padding-bottom: env(safe-area-inset-bottom);
}

nav-link.active[b-iu0iw60f57] {
    color: white;
}


