/* /Components/MarketClosedComponent/MarketClosedComponent.razor.rz.scp.css */
.market-closed-banner[b-ruyjgcbq1y] {
    background-image: repeating-linear-gradient(45deg,
            #f1c40f,
            #f1c40f 20px,
            #000000 20px,
            #000000 40px);
    text-align: center;
    border-radius: 0.375rem;
}

[data-bs-theme="dark"] .market-closed-banner[b-ruyjgcbq1y] {
    box-shadow: 0 6px 8px rgba(255, 255, 255, 0.2);
}

[data-bs-theme="light"] .market-closed-banner[b-ruyjgcbq1y] {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.market-closed-banner span[b-ruyjgcbq1y] {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px 12px;
    -webkit-text-stroke: 0.5px white;
}
/* /Components/ModalDecisionComponent/ModalDecisionComponent.razor.rz.scp.css */
.checkmark[b-d10xpb5z0c] {
    width: 100px;
    height: 100px;
}

.checkmark__circle[b-d10xpb5z0c] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-d10xpb5z0c 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check[b-d10xpb5z0c] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    animation: stroke-b-d10xpb5z0c 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-d10xpb5z0c {
    100% {
        stroke-dashoffset: 0;
    }
}
/* /Components/ModalSuccessComponent/ModalSuccessComponent.razor.rz.scp.css */
.checkmark[b-tszz7kuc5y] {
    width: 100px;
    height: 100px;
}

.checkmark__circle[b-tszz7kuc5y] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-tszz7kuc5y 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check[b-tszz7kuc5y] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    animation: stroke-b-tszz7kuc5y 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-tszz7kuc5y {
    100% {
        stroke-dashoffset: 0;
    }
}
/* /Components/PortfolioProfileComponent/PortfolioProfileBlackScholesComponent/PortfolioProfileBlackScholesComponent.razor.rz.scp.css */
.card-liquid[b-1507mzd3ap] {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-liquid .bi-info-circle[b-1507mzd3ap] {
    z-index: 2;
    position: absolute;
}

.liquid-bg[b-1507mzd3ap] {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.liquid-bg svg[b-1507mzd3ap] {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 100%;
}

.wave1[b-1507mzd3ap] {
    animation: waveMove-b-1507mzd3ap 6s linear infinite;
}

.wave2[b-1507mzd3ap] {
    animation: waveMove-b-1507mzd3ap 6s linear infinite reverse;
    opacity: 0.5;
}

@keyframes waveMove-b-1507mzd3ap {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.card-body[b-1507mzd3ap],
.card-footer[b-1507mzd3ap] {
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;
}

.card-body[b-1507mzd3ap] {
    color: var(--bs-card-color);
    padding-top: 0.5rem;
}

.card-footer[b-1507mzd3ap] {
    color: #fff;
}
/* /Components/StockListComponent/StockListComponent.razor.rz.scp.css */
.scroll-container[b-9b1y56dapi] {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll-container[b-9b1y56dapi]::-webkit-scrollbar {
    display: none;
}

.row.flex-nowrap[b-9b1y56dapi] {
    display: flex;
    flex-wrap: nowrap;
}

.content-box[b-9b1y56dapi] {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    scroll-snap-align: start;
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
html[b-0rewdvbdny], body[b-0rewdvbdny] {
    height: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-j0pamkm6tn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j0pamkm6tn] {
    flex: 1;
}

/* 
.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
} */

.top-row[b-j0pamkm6tn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-j0pamkm6tn]  a,
.top-row[b-j0pamkm6tn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-j0pamkm6tn]  a:hover,
.top-row[b-j0pamkm6tn]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-j0pamkm6tn]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-j0pamkm6tn] {
        justify-content: space-between;
    }

    .top-row[b-j0pamkm6tn]  a,
    .top-row[b-j0pamkm6tn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j0pamkm6tn] {
        flex-direction: row;
    }

    .sidebar[b-j0pamkm6tn] {
        /* width: 200px; */
        /* height: 100vh; */
        position: sticky;
        top: 0;
    }

    .top-row[b-j0pamkm6tn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j0pamkm6tn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j0pamkm6tn],
    article[b-j0pamkm6tn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1i2n3rymp2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1i2n3rymp2] {
    height: 3.5rem;
    /* background-color: rgba(0, 0, 0, 0.4); */
    background-color: transparent;
}

.navbar-brand[b-1i2n3rymp2] {
    font-size: 1.1rem;
}

.bi[b-1i2n3rymp2] {
    /* display: inline-block;
    position: relative; */
    /* width: 1.25rem;
    height: 1.25rem; */
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    /* top: -1px;
    background-size: cover; */
}

.bi-house-door-fill-nav-menu[b-1i2n3rymp2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1i2n3rymp2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1i2n3rymp2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1i2n3rymp2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-1i2n3rymp2] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-1i2n3rymp2] {
    padding-bottom: 1rem;
}

.nav-item[b-1i2n3rymp2]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-1i2n3rymp2]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-1i2n3rymp2]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1i2n3rymp2] {
        display: none;
    }

    .collapse[b-1i2n3rymp2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-1i2n3rymp2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Authentication/FirstAccess/FirstAccess.razor.rz.scp.css */
/* /Pages/Authentication/Login/Login.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* body {
    font-family: "Segoe UI", sans-serif;
}

header.hero {
    padding: 100px 20px;
    text-align: center;
}

section {
    padding: 60px 0;
}

.btn-outline-light:hover {
    color: white;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

ul li {
    margin-bottom: 0.5rem;
}

.hero-header {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.5);
    background-color: var(--bs-custom-body-bg);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: 20px;
} */
