/* /Components/Bta/SimulationResult.razor.rz.scp.css */
.section[b-hcue2z22zb] {
    font-size: 10pt;
}

.summary[b-hcue2z22zb] {
    font-size: 9pt;
    margin-bottom: 25px;
}

.result[b-hcue2z22zb] {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
}

.result-item[b-hcue2z22zb] {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

    .result-item.underlined[b-hcue2z22zb] {
        border-bottom: 1px dotted #DFDFDF;
    }

.result-label[b-hcue2z22zb] {
    flex-grow: 1;
    padding-right: 10px;
    font-weight: bold;
}

.result-value[b-hcue2z22zb] {
    flex-shrink: 0;
}

.result-title[b-hcue2z22zb] {
    font-weight: bold;
    margin-bottom: 5px;
}
/* /Components/Eo/SimulationResult.razor.rz.scp.css */
.section[b-sp2xiiz4vf] {
    font-size: 10pt;
}

.summary[b-sp2xiiz4vf] {
    font-size: 9pt;
    margin-bottom: 25px;
}

.result[b-sp2xiiz4vf] {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
}

.result-item[b-sp2xiiz4vf] {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

    .result-item.underlined[b-sp2xiiz4vf] {
        border-bottom: 1px dotted #DFDFDF;
    }

.result-label[b-sp2xiiz4vf] {
    flex-grow: 1;
    padding-right: 10px;
    font-weight: bold;
}

.result-value[b-sp2xiiz4vf] {
    flex-shrink: 0;
}

.result-title[b-sp2xiiz4vf] {
    font-weight: bold;
    margin-bottom: 5px;
}
/* /Components/Ota/SimulationResult.razor.rz.scp.css */
.section[b-u23eu3xwcx] {
    font-size: 10pt;
}

.summary[b-u23eu3xwcx] {
    font-size: 9pt;
    margin-bottom: 25px;
}

.result[b-u23eu3xwcx] {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
}

.result-item[b-u23eu3xwcx] {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

    .result-item.underlined[b-u23eu3xwcx] {
        border-bottom: 1px dotted #DFDFDF;
    }

.result-label[b-u23eu3xwcx] {
    flex-grow: 1;
    padding-right: 10px;
    font-weight: bold;
}

.result-value[b-u23eu3xwcx] {
    flex-shrink: 0;
}

.result-title[b-u23eu3xwcx] {
    font-weight: bold;
    margin-bottom: 5px;
}
/* /Components/Stock/SimulationResult.razor.rz.scp.css */
.section[b-24d9189ut9] {
    font-size: 10pt;
}

.summary[b-24d9189ut9] {
    font-size: 9pt;
    margin-bottom: 25px;
}

.result[b-24d9189ut9] {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
}

.result-item[b-24d9189ut9] {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

    .result-item.underlined[b-24d9189ut9] {
        border-bottom: 1px dotted #DFDFDF;
    }

.result-label[b-24d9189ut9] {
    flex-grow: 1;
    padding-right: 10px;
    font-weight: bold;
}

.result-value[b-24d9189ut9] {
    flex-shrink: 0;
}

.result-title[b-24d9189ut9] {
    font-weight: bold;
    margin-bottom: 5px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* TOP-BAR styles */

#top-bar[b-4vk6855b49], #top-bar-mobile[b-4vk6855b49] {
    height: 48px;
    background-color: #15374b;
    color: white;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0px;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12),0 0.063rem 0.125rem rgba(0, 0, 0, 0.14);
}

    #top-bar a#logo-box[b-4vk6855b49] {
        display: flex;
        width: 180px;
        padding: 0px 15px;
        align-items: center;
        justify-content: start;
        height: 48px;
        background-color: #05151d;
        color: #b1d14d !important;
        text-decoration: none;
    }

#title-box[b-4vk6855b49] {
    flex-grow: 1;
    padding-left: 15px;
    font-size: 16pt;
}

#user-names[b-4vk6855b49] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 15px;
    font-size: 9pt;
    font-weight: normal;
}

    #user-names a[b-4vk6855b49], #sidebar-footer-mobile a[b-4vk6855b49] {
        color: white;
        text-decoration: none;
        font-weight: normal;
        font-weight: normal !important;
    }


img#user-pic[b-4vk6855b49] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 10px;
}

#back-btn[b-4vk6855b49] {
    margin-left: 15px;
    color: white;
    font-size: 16pt;
    text-decoration: none;
}

/* TOP-BAR-MOBILE styles */

#top-bar-mobile[b-4vk6855b49] {
    padding: 0px 15px;
}

#top-bar-mobile a#logo-box[b-4vk6855b49] {
    display: flex;
    color: #b1d14d !important;
    text-decoration: none;
    align-items: center;
}


/* SIDE-BAR styles */

#sidebar[b-4vk6855b49] {
    width: 180px;
    height: calc(100vh - 48px);
    position: fixed;
    top: 48px;
    left: 0;
    background-color: #091f2b;
    border-right: 1px solid #071a25;
    color: white;
    display: flex;
    flex-direction: column;
}

#sidebar-body[b-4vk6855b49] {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 50px;
}

#sidebar-footer[b-4vk6855b49] {
    font-size: 8pt;
    color: #6895af;
    background-color: #091f2b;
    padding: 10px;
}

#sidebar-footer-mobile[b-4vk6855b49] {
    padding: 10px;
    font-size: 8pt;
    color: #6895af;
    background-color: #091f2b;
    width: 100%;
    display: flex;
    align-items: center;
}

.menu-item[b-4vk6855b49] {
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    color: white;
    border-bottom: 1px solid #1a3647;
    font-size: 10pt;
    text-decoration: none;
    cursor: pointer;
}

    .menu-item.selected[b-4vk6855b49] {
        font-weight: normal;
        background-color: #102835;
    }

/* PAGE-BAR-MOBILE styles */

#page-bar-mobile[b-4vk6855b49] {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    background-color: #ddefa5;
    border-bottom: 1px solid #99bf24;
    color: #091f2b;
}

#title-box-mobile[b-4vk6855b49] {
    padding-right: 40px;
    flex-grow: 1;
    text-align: center;
    font-weight: normal;
    font-size: 14pt;
}

#back-btn-mobile[b-4vk6855b49] {
    color: #091f2b;
    font-size: 16pt;
    text-decoration: none;
}


@media (max-width: 768px) {
    #sidebar[b-4vk6855b49] {
        display: none;
    }
    
    #top-bar[b-4vk6855b49] {
        display: none;
    }
}

@media (min-width: 769px) {
    #top-bar-mobile[b-4vk6855b49], #page-bar-mobile[b-4vk6855b49] {
        display: none;
    }

    #page-body[b-4vk6855b49] {
        margin-left: 180px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s0pitg7cn1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s0pitg7cn1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s0pitg7cn1] {
    font-size: 1.1rem;
}

.bi[b-s0pitg7cn1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-s0pitg7cn1] {
    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-s0pitg7cn1] {
    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-s0pitg7cn1] {
    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-s0pitg7cn1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s0pitg7cn1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s0pitg7cn1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s0pitg7cn1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s0pitg7cn1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s0pitg7cn1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s0pitg7cn1] {
        display: none;
    }

    .collapse[b-s0pitg7cn1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-s0pitg7cn1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
@media (max-width: 768px) {
    #message-desktop[b-ydztnhmr7r] {
        display: none;
    }
}

@media (min-width: 769px) {
    #message-mobile[b-ydztnhmr7r] {
        display: none;
    }
}
/* /Pages/Simulations.razor.rz.scp.css */
.section-title[b-0t0nacwwkh] {
    font-size: 13pt;
    font-weight: normal;
    color: #99bf24;
    margin-bottom: 15px;
}

.section-body[b-0t0nacwwkh] {
    margin-bottom: 40px;
}

.section-body span[b-0t0nacwwkh] {
    display: flex;
    min-height: 50px;
    padding: 10px;
    font-size: 10pt;
    background-color: #F1F1F1;
    text-decoration: none;
    color: black;
    align-items:center;
    cursor: pointer;
}

    .section-body span:hover[b-0t0nacwwkh] {
        background-color: var(--bs-primary);
        color: white;
    }
