@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Help.razor.rz.scp.css */
.help-card[b-6bbzip8ed2]  > :last-child {
    margin-bottom: 0;
}
/* /Pages/Index.razor.rz.scp.css */
.quicklink[b-1kto0nfngq] {
    background: linear-gradient(var(--stockhub-theme-light), var(--stockhub-theme-dark));
    border: 1px solid var(--stockhub-theme-dark);
    border-radius: 4px !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    color: white !important;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 6em;

    column-gap: 1rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

.quicklink:not(.quicklink-disabled):hover[b-1kto0nfngq] {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.5);
}

.quicklink-disabled[b-1kto0nfngq] {
    background: linear-gradient(#D8D8D8, #8E8E8E);
    border: 1px solid #8E8E8E;
    box-shadow: none;
    cursor: default !important;
}

.quicklink-1[b-1kto0nfngq] {
    --stockhub-theme-light: #BEC7D0;
    --stockhub-theme-dark: #000;
}

.quicklink-2[b-1kto0nfngq] {
    --stockhub-theme-light: #97D3F2;
    --stockhub-theme-dark: #08214e;
}

.quicklink-3[b-1kto0nfngq] {
    --stockhub-theme-light: rgba(211, 151, 34, 0.42);
    --stockhub-theme-dark: #724e07;
}

.quicklink-4[b-1kto0nfngq] {
    --stockhub-theme-light: #F29C89;
    --stockhub-theme-dark: #560d0d;
}
/* /Pages/Receipting/ViewGoodsReceivedNote.razor.rz.scp.css */
.custom-drop-zone[b-aqcjsxasde] {
    padding: 1rem !important;
    border-style: dashed !important;
    border-width: 2px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Shared/Authentication.razor.rz.scp.css */
a[b-yiydzjsgfz], a:visited[b-yiydzjsgfz] { color: white; }
/* /Shared/CatalogueUpload.razor.rz.scp.css */
.custom-drop-zone[b-qs678hnxnw] {
    padding: 1rem !important;
    border-style: dashed !important;
    border-width: 2px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.sidebar[b-7igbmfsemx] {
    background-color: var(--stockhub-theme-dark);
}

    .sidebar[b-7igbmfsemx]  .dxbl-menu {
        --dxbl-menu-bg: var(--stockhub-theme-dark);
    }

    .sidebar[b-7igbmfsemx]  .dxbl-menu.dxbl-menu-vertical {
        --dxbl-menu-item-padding-y: 0.5rem;
        --dxbl-menu-item-padding-x: 1rem;
        --dxbl-menu-item-font-size: 1rem;
    }

    .sidebar[b-7igbmfsemx]  .dxbl-menu button[data-header] {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .sidebar[b-7igbmfsemx]  .dxbl-menu a.dxbl-btn {
        font-size: inherit;
    }

.top-row[b-7igbmfsemx] {
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7igbmfsemx]  a, .top-row[b-7igbmfsemx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-7igbmfsemx]  a:hover, .top-row[b-7igbmfsemx]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-7igbmfsemx]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

#application-version[b-7igbmfsemx] {
    color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    float: right;
    padding-right: 1rem;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7igbmfsemx] {
        display: none;
    }

    .top-row.auth[b-7igbmfsemx] {
        justify-content: space-between;
    }

    .top-row[b-7igbmfsemx]  a, .top-row[b-7igbmfsemx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7igbmfsemx] {
        display: grid;
        grid-template-columns: 300px 1fr;
        height: 100vh;
        overflow: hidden;
    }

    main[b-7igbmfsemx] {
        display: grid;
        grid-template-rows: auto 1fr auto;
        height: 100vh;
    }

    article[b-7igbmfsemx] {
        overflow-y: auto;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .top-row[b-7igbmfsemx] {
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

        .top-row.auth[b-7igbmfsemx]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .footer[b-7igbmfsemx] {
        width: 100% -300px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3i3do5eewz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3i3do5eewz] {
    height: 4.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-3i3do5eewz] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-brand[b-3i3do5eewz]{
        margin-right:0;
    }

    .navbar-toggler[b-3i3do5eewz] {
        display: none;
    }

    .collapse[b-3i3do5eewz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
