/* _content/Trade.pro.arbitrage/Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-kegt9zfjg6] {
    height: 100vh;
}
/* _content/Trade.pro.arbitrage/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0htnl4bq7w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0htnl4bq7w] {
    flex: 1;
}

.sidebar[b-0htnl4bq7w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0htnl4bq7w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0htnl4bq7w]  a, .top-row[b-0htnl4bq7w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0htnl4bq7w]  a:hover, .top-row[b-0htnl4bq7w]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0htnl4bq7w]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0htnl4bq7w] {
        justify-content: space-between;
    }

    .top-row[b-0htnl4bq7w]  a, .top-row[b-0htnl4bq7w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0htnl4bq7w] {
        flex-direction: row;
    }

    .sidebar[b-0htnl4bq7w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0htnl4bq7w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0htnl4bq7w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0htnl4bq7w], article[b-0htnl4bq7w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0htnl4bq7w] {
    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[b-0htnl4bq7w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Trade.pro.arbitrage/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5gwrf669yt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-5gwrf669yt] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-5gwrf669yt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5gwrf669yt] {
    font-size: 1.1rem;
}

.nav-item[b-5gwrf669yt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5gwrf669yt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5gwrf669yt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5gwrf669yt]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-5gwrf669yt]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-5gwrf669yt]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-5gwrf669yt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5gwrf669yt] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5gwrf669yt] {
        display: none;
    }

    .nav-scrollable[b-5gwrf669yt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.icon-right-margin[b-5gwrf669yt] {
    margin-right: 8px; /* Adjust the space as needed */
}
/* _content/Trade.pro.arbitrage/Components/Pages/Logout.razor.rz.scp.css */
.navbar-toggler[b-wj3o9xhqdx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wj3o9xhqdx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wj3o9xhqdx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wj3o9xhqdx] {
    font-size: 1.1rem;
}

.bi[b-wj3o9xhqdx] {
    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-wj3o9xhqdx] {
    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-wj3o9xhqdx] {
    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-wj3o9xhqdx] {
    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");
}

.bi-premium-fill-nav-menu[b-wj3o9xhqdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.27 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.bi-settings-fill-nav-menu[b-wj3o9xhqdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M8 1a1 1 0 0 0-1 1v0.424a5.982 5.982 0 0 0-1.918.686L3.757 2.05a1 1 0 0 0-1.414 1.414l0.67 1.325a5.98 5.98 0 0 0-1.06 1.773L0 8a1 1 0 0 0 1 1h0.424a5.982 5.982 0 0 0 .686 1.918L2.05 12.243a1 1 0 0 0 1.414 1.414l1.325-.67a5.98 5.98 0 0 0 1.773 1.06V16a1 1 0 0 0 1 1h0a1 1 0 0 0 1-1v-0.424a5.982 5.982 0 0 0 1.918-.686l1.325.67a1 1 0 0 0 1.414-1.414l-0.67-1.325a5.98 5.98 0 0 0 1.06-1.773H16a1 1 0 0 0 1-1v-0a1 1 0 0 0-1-1h-0.424a5.982 5.982 0 0 0-.686-1.918l.67-1.325a1 1 0 0 0-1.414-1.414l-1.325.67a5.98 5.98 0 0 0-1.773-1.06V2a1 1 0 0 0-1-1h0z'/%3E%3Cpath d='M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM8 5.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.bi-logs-fill-nav-menu[b-wj3o9xhqdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-file-text'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.bi-logout-fill-nav-menu[b-wj3o9xhqdx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4m7 14l5-5m-5 5l5-5M14 7l5 5-5 5m-5-6h5'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.nav-item[b-wj3o9xhqdx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wj3o9xhqdx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wj3o9xhqdx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wj3o9xhqdx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-wj3o9xhqdx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wj3o9xhqdx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wj3o9xhqdx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wj3o9xhqdx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wj3o9xhqdx] {
        display: none;
    }

    .nav-scrollable[b-wj3o9xhqdx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Trade.pro.arbitrage/Components/Pages/Logs.razor.rz.scp.css */
.log-content[b-qsjl6ysd6m] {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; 
}
