@import '_content/Bitdrop.BitDeals.UIComponents/Bitdrop.BitDeals.UIComponents.xw4mn8z0kz.bundle.scp.css';
@import '_content/Bitdrop.BitFinance.UIComponents/Bitdrop.BitFinance.UIComponents.299vkso0vm.bundle.scp.css';
@import '_content/Bitdrop.ForecastBilling.UIComponents/Bitdrop.ForecastBilling.UIComponents.rqxqhscqqf.bundle.scp.css';

/* _content/Bitdrop.BitBoard.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-bz4vnzgadw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bz4vnzgadw] {
    flex: 1;
}

.sidebar[b-bz4vnzgadw] {
    /*background-image: linear-gradient(180deg, #0B4679 0%, #03122A 20%);*/
    /*background-color: rgb(2, 11, 32, 0.4);*/
    min-width: 250px;
    backdrop-filter: blur(2px);
}

.top-row[b-bz4vnzgadw] {
    background-color: #03122A;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bz4vnzgadw]  a, .top-row .btn-link[b-bz4vnzgadw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bz4vnzgadw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bz4vnzgadw] {
        display: none;
    }

    .top-row.auth[b-bz4vnzgadw] {
        justify-content: space-between;
    }

    .top-row a[b-bz4vnzgadw], .top-row .btn-link[b-bz4vnzgadw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bz4vnzgadw] {
        flex-direction: row;
    }

    .sidebar[b-bz4vnzgadw] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bz4vnzgadw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bz4vnzgadw], article[b-bz4vnzgadw] {
        /*padding-left: 2rem !important;*/
        padding-right: 1.5rem !important;
    }
}
/* _content/Bitdrop.BitBoard.UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7so2m51ajr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7so2m51ajr] {
    height: 2.5rem;
    background-color: #020B20;
    border-bottom: 1px solid #d6d5d5;
}

.navbar-brand[b-7so2m51ajr] {
    font-size: 1.1rem;
}

.oi[b-7so2m51ajr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7so2m51ajr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7so2m51ajr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7so2m51ajr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7so2m51ajr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.1rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7so2m51ajr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7so2m51ajr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7so2m51ajr] {
        display: none;
    }

    .collapse[b-7so2m51ajr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-7so2m51ajr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
