@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/LoginDisplay.razor.rz.scp.css */
.nav-item[b-91j1s5iqi8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.icon[b-91j1s5iqi8] {
    background-color: var(--bs-btn-primary);
    min-height: 25px;
    min-width: 25px;
    margin-left: 10px;
}

.settings-icon[b-91j1s5iqi8] {
    mask: url("cog.svg") no-repeat;
}

.support-icon[b-91j1s5iqi8] {
    mask: url("question.svg") no-repeat;
}

.logout-icon[b-91j1s5iqi8] {
    mask: url("logout.svg") no-repeat;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vxqp76xmab] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-vxqp76xmab] {
    background-image: linear-gradient(180deg,#5496b7,#2c7497 17.71%,#001b2f 90.1%);
}

.top-row[b-vxqp76xmab] {
    background-image: linear-gradient(to bottom, rgba(225, 225, 227, 0.1) 10%, rgba(225, 226, 225, 0.1));
    border-bottom: none;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.top-row[b-ofipnc72hp] {
    height: 3.5rem;
    background-color: transparent;
}

img.logo[b-ofipnc72hp] {
    height: var(--bs-logo-height-mobile, 2rem);
}

.navbar-brand[b-ofipnc72hp] {
    font-size: 1.1rem;
    margin-right: unset;
}

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

.bi-discover-nav-menu[b-ofipnc72hp] {
    background-image: url("discover.svg");
}

.bi-positions-nav-menu[b-ofipnc72hp] {
    background-image: url("positions.svg");
}

.bi-signal-positions-nav-menu[b-ofipnc72hp] {
    background-image: url("signal-positions.svg");
}

.bi-copier-positions-nav-menu[b-ofipnc72hp] {
    background-image: url("copier-positions.svg");
}

.bi-account-nav-menu[b-ofipnc72hp] {
    background-image: url("account.svg");
}

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

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

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

.nav-item[b-ofipnc72hp]  a {
    color: white;
    border-radius: 4px;
    text-align: center;
    display: block;
    margin: auto;
}

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

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

span.bi[b-ofipnc72hp] {
    display: block;
    margin: auto;
}

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

    .collapse[b-ofipnc72hp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ofipnc72hp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    img.logo[b-ofipnc72hp] {
        height: var(--bs-logo-height, 3rem);
    }

    .container-fluid[b-ofipnc72hp] {
        width: auto;
        padding-right: unset;
        padding-left: unset;
    }
}
/* /Pages/AccountInformation.razor.rz.scp.css */
.add-icon[b-jc91mlo2ml] {
    background-image: url("plus.svg");
    display: inline-block;
    position: relative;
    width: 1.05rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}
/* /Pages/AccountSwitcher.razor.rz.scp.css */
.switch-icon[b-ar4qevim23] {
    background-image: url("switch.svg");
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
/* /Pages/AccountUnlinker.razor.rz.scp.css */
.unlink-icon[b-4f2skimyzd] {
    background-image: url("x.svg");
    width: 1.05rem;
    height: 1.25rem;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    margin-top: -10px;
}
/* /Pages/CreateCopiedStrategy.razor.rz.scp.css */
 .form-border[b-zjdjsioi9n] {
     border: 1px solid #27698a;
     border-radius: 10px;
     padding: 15px;
 }

.text-danger[b-zjdjsioi9n] {
     margin-top: 6px;
 }

 .input-labels[b-zjdjsioi9n] {
     display: block;
     font-size: 14px;
     margin-bottom: 6px;
 }

 .row-spacing[b-zjdjsioi9n] {
     margin-top: 10px;
 }

 .input-select[b-zjdjsioi9n] {
     border: 1px solid #ced4da;
     border-radius: 4px;
     font-size: 14px;
     padding: 5px;
     width: 100%;
 }
/* /Pages/EditCopiedStrategy.razor.rz.scp.css */
 .form-border[b-7dv27ms321] {
     border: 1px solid #27698a;
     border-radius: 10px;
     padding: 15px;
 }

.text-danger[b-7dv27ms321] {
     margin-top: 6px;
 }

 .input-labels[b-7dv27ms321] {
     display: block;
     font-size: 14px;
     margin-bottom: 6px;
 }

 .row-spacing[b-7dv27ms321] {
     margin-top: 10px;
 }

 .input-select[b-7dv27ms321] {
     border: 1px solid #ced4da;
     border-radius: 4px;
     font-size: 14px;
     padding: 5px;
     width: 100%;
 }
/* /Pages/NewTradingAccount.razor.rz.scp.css */
.striped .row:nth-of-type(odd) div[b-6yx6picoih] {
    line-height: 50px;
}

.striped .row:nth-of-type(even) div[b-6yx6picoih] {
    line-height: 50px;
}
/* /Pages/Statistics.razor.rz.scp.css */
 label[b-rydrhg4lwi] {
     font-size: x-small;
     text-transform: capitalize;
 }
