@import '_content/BlazorDatasheet/BlazorDatasheet.mymudobx2n.bundle.scp.css';

/* /Pages/Admin/Integrations/MarketplaceIntegrationCard.razor.rz.scp.css */
.image-contain[b-nzgd2mlbtj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Pages/Layout/AdminNav.razor.rz.scp.css */

[b-y5salhf551] .nav-link{
    color:white;
}

[b-y5salhf551] .nav-active {
    background-color: #4f5bf7;
}

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.layout[b-92ruomcnf1] {
    width: 100%;
    height: 100%;
}

.page[b-92ruomcnf1] {
    width: 100%;
    height: calc(100% - /* Height of TopBar */ );
}

main.d-flex[b-92ruomcnf1] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}


.sidebar[b-92ruomcnf1] {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    background-color: #3B3A39;
    color: white;
    font-weight: lighter;
}


.content-container[b-92ruomcnf1] {
    flex-grow: 1; /* Ensures that content container takes up the remaining space */
}

.content-container[b-92ruomcnf1] {
    flex-grow: 1; /* Ensures that content container takes up the remaining space */
}

#blazor-error-ui[b-92ruomcnf1] {
    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-92ruomcnf1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Shared/FullPageDrawer.razor.rz.scp.css */
.full-page-drawer[b-9r1ikxdtwe] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    z-index: 1300 !important; /* Ensures it overlays everything */
    background: white;
}

.full-page-drawer-header[b-9r1ikxdtwe] {
    padding: 1rem;
    background: var(--mud-palette-drawer-background);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    display: flex;
    justify-content: space-between;
}

.full-page-drawer-content[b-9r1ikxdtwe] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height of offcanvas */
}

.full-page-drawer-body[b-9r1ikxdtwe] {
    flex-grow: 1; /* Grow to use available space */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 1rem;
    background-color: var(--mud-palette-background);
}

.full-page-drawer-footer[b-9r1ikxdtwe] {
    padding: 1rem;
    background: var(--mud-palette-drawer-background);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    display: flex;
    justify-content: space-between;
}
/* /Pages/Shared/OffCanvas.razor.rz.scp.css */
.custom-offcanvas[b-4dw4xr3lvw] {
    top: 0;
    bottom: 0;
    right: -100%; /* Start off-screen to the right */
    height: 100%;
    width: 500px; /* Offcanvas width */
    z-index: 1050; /* Above backdrop */
    transition: right 0.3s ease-in-out; /* Transition for sliding in/out */
}

.custom-offcanvas-show .custom-offcanvas[b-4dw4xr3lvw] {
    right: 0; /* Slide in */
    height:100%;
}

.custom-offcanvas-backdrop[b-4dw4xr3lvw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0); /* Start transparent */
    z-index: 1040; /* Below offcanvas */
    transition: background-color 0.3s ease-in-out;
    pointer-events: none; /* Initially not interactive */
}

.custom-offcanvas-show .custom-offcanvas-backdrop[b-4dw4xr3lvw] {
    background-color: rgba(0, 0, 0, 0.5); /* Fade to semi-transparent */
    pointer-events: auto; /* Make interactive */
}

.custom-offcanvas-content[b-4dw4xr3lvw] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height of offcanvas */
}

.custom-offcanvas-body[b-4dw4xr3lvw] {
    flex-grow: 1; /* Grow to use available space */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 1rem;
    background-color: var(--mud-palette-surface);
}

.custom-offcanvas-header[b-4dw4xr3lvw] {
    padding: 1rem;
    background: var(--mud-palette-drawer-background);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    display: flex;
    justify-content: space-between;
}

.custom-offcanvas-footer[b-4dw4xr3lvw] {
    padding: 1rem;
    background: var(--mud-palette-drawer-background);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    display: flex;
    justify-content: space-between;
}

/* /Pages/Shared/ProgressBar.razor.rz.scp.css */
.progress[b-0bfv7hd5yk] {
    height: 1.25rem; /* Adjust height as needed */
    background-color: #363636; /* Background of the progress bar */
}

.progress-bar[b-0bfv7hd5yk] {
    font-weight: bold; /* Optional: makes text bold */
    color: white; /* Text color */
    line-height: 1.5rem; /* Aligns text vertically */
    background-color: #007bff; /* Color of the progress bar */
}
