@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/SharedComponents/SharedComponents.6eqw9zkbw8.bundle.scp.css';

/* _content/ShowCADStore/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0l35f0q0be] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
}

main[b-0l35f0q0be] {
    flex: 1;
}

.sidebar[b-0l35f0q0be] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0l35f0q0be] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.title-container[b-0l35f0q0be] {
    flex: 1;
    align-items: center;
}

.hdr-user-container[b-0l35f0q0be] {
    flex-grow: 0;
    flex-shrink: 0; 

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.0rem;
}
.hdr-user-line[b-0l35f0q0be] {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: cyan;
    text-decoration: none; /* Removes the underline */
}

.hdr-user-icon[b-0l35f0q0be] {
    width: 24px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat; /* stops repeating */
}

.hdr-user-text[b-0l35f0q0be] {
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.content[b-0l35f0q0be] {
    margin-left: 1em;
    margin-top: 1em;
    margin-right: 2em;
}

.header-banner[b-0l35f0q0be] {
    margin-left: 1em;
    margin-top: 1em;
    margin-right: 2em;
    margin-right: 1em;

    border-radius: 15px;
    background-color: rgb(60,60,60);
    display: flex;
    flex-direction: row;
    padding: 0.6em;
    color: yellow;
    font-size: 2em;
}
.footer[b-0l35f0q0be]{
    padding:1rem;
    font:1rem;
    background:rgba(0,0,0,0.1);
}

.header-grid[b-0l35f0q0be]{
    grid-template-columns:auto auto;
}

    .top-row[b-0l35f0q0be]  a, .top-row[b-0l35f0q0be]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0l35f0q0be]  a:hover, .top-row[b-0l35f0q0be]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0l35f0q0be]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

a:hover[b-0l35f0q0be] {
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
}

@media (max-width: 640.98px) {
    .top-row[b-0l35f0q0be] {
        justify-content: space-between;
    }

    .top-row[b-0l35f0q0be]  a, .top-row[b-0l35f0q0be]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0l35f0q0be] {
        flex-direction: row;
    }

    .sidebar[b-0l35f0q0be] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0l35f0q0be] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0l35f0q0be]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0l35f0q0be], article[b-0l35f0q0be] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0l35f0q0be] {
    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-0l35f0q0be] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/ShowCADStore/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-loi0g4ubo4] {
    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);
}
li[b-loi0g4ubo4]{
    color:white;
}
.navbar-toggler:checked[b-loi0g4ubo4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-loi0g4ubo4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-loi0g4ubo4] {
    font-size: 1.1rem;
}

    .nav-item:first-of-type[b-loi0g4ubo4] {
    padding-top: 1rem;
}

    .nav-item:last-of-type[b-loi0g4ubo4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-loi0g4ubo4]  .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-loi0g4ubo4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-loi0g4ubo4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-loi0g4ubo4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-loi0g4ubo4] {
    display: block;
}


@media (min-width: 641px) {
    .navbar-toggler[b-loi0g4ubo4] {
        display: none;
    }

    .nav-scrollable[b-loi0g4ubo4] {
        /* 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/ShowCADStore/Components/Pages/AdminTools.razor.rz.scp.css */
body[b-3ddijpm9vl] {
}
.qgrid[b-3ddijpm9vl] {
    width: 100%;
    height: 500px;
    overflow-y: auto;
}
/* Sticky header while scrolling */
    .qgrid[b-3ddijpm9vl]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .qgrid[b-3ddijpm9vl]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }

/* _content/ShowCADStore/Components/Pages/DebugTools.razor.rz.scp.css */
.container[b-1354dvprrn] {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 2em;
    gap: 10px; /* Optional, adds spacing between columns */
}

.btnStyle[b-1354dvprrn] {
    width: 100%;
}
/* _content/ShowCADStore/Components/Pages/FileManager.razor.rz.scp.css */
body[b-3jlqvetnum] {
}
.qgrid[b-3jlqvetnum] {
    height: 400px;
    overflow-y: auto;
}

/* Sticky header while scrolling */
.qgrid[b-3jlqvetnum]  thead {
    position: sticky;
    top: 0;
    background-color:lightslategrey;
}

/* Subtle stripe effect */
.qgrid[b-3jlqvetnum]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}

.directory-breadcrumb[b-3jlqvetnum] {
    display:flex;
    align-items:center;
    justify-content:left;
    color:white;
    background-color: lightslategrey;
}
.directory-breadcrumb span[b-3jlqvetnum] {
    cursor: pointer;
    margin-right: 5px;
}
.directory-breadcrumb span:hover[b-3jlqvetnum] {
    text-decoration: underline;
}

/* _content/ShowCADStore/Components/Pages/FileUpload.razor.rz.scp.css */
.file-drop-zone[b-aqyqjw20zs] {
    width: 100%;
    border: 3px dotted #fb275d;
    border-radius:8px;
    display: flex;
 /*   align-items: center;*/
    margin-bottom: 2px;
    min-height: 100px;
}

.image-container[b-aqyqjw20zs] {
    display: flex;
    justify-content: center;
}

.image-container img[b-aqyqjw20zs] {
    width: 50%;
}

[b-aqyqjw20zs] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-aqyqjw20zs] {
    color: red;
    text-align: center;
}

.container[b-aqyqjw20zs] {
    position: relative; /* The container sets the stage */
}

.drop-zone[b-aqyqjw20zs] {
    cursor: default;
    transition: border-color 0.2s ease;
    border: 2px dashed #ccc;
}

    .drop-zone.over[b-aqyqjw20zs] {
        cursor: copy;
        border: 2px dashed red;
        background-color: #808080;
    }

.element1[b-aqyqjw20zs],
.element2[b-aqyqjw20zs] {
    position: absolute; /* Our div-dwellers take center stage */
    top: 0; /* Align them vertically at the top */
    left: 0; /* Align them horizontally at the left */
    width:100%;
    height:100%;
}
.element1[b-aqyqjw20zs]{
    padding:0px 10px 0px 0px;
    text-align:right;
}
/* _content/ShowCADStore/Components/Pages/JournalView.razor.rz.scp.css */

.qgrid[b-x9m1rvw68m] {
    font-size: small;
    width: 100%;
    height: 500px;
}

quickGridSize[b-x9m1rvw68m] {
    width: 100%;
}

.wrap-column[b-x9m1rvw68m] {
    word-wrap:anywhere; /* legacy but widely supported */
    overflow-wrap: anywhere; /* modern standard */
    white-space: normal; /* allows wrapping */
}

/* Sticky header while scrolling */
.qgrid[b-x9m1rvw68m]  thead {
    position: sticky;
    top: 0;
    background-color: lightslategrey;
}

/* Subtle stripe effect */
.qgrid[b-x9m1rvw68m]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}

/* Assign default width to country name column */
[b-x9m1rvw68m] thead .licencekey-name {
    width: 15rem;
}

/* Stop country name text from wrapping, and truncate with ellipsis */
[b-x9m1rvw68m] tbody .country-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

/* Stop the last page from collapsing to the number of rows on it */
[b-x9m1rvw68m] tr {
    height: 1.8rem;
}

    /* Subtle stripe effect */
    [b-x9m1rvw68m] tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }

/* Magnifying glass */
[b-x9m1rvw68m] .country-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

/* _content/ShowCADStore/Components/Pages/LicencePages/LicenceEditorView.razor.rz.scp.css */
body[b-l8tn31llib] {
}
/* _content/ShowCADStore/Components/Pages/LicencePages/LicenceManagerView.razor.rz.scp.css */
/* _content/ShowCADStore/Components/Pages/LicencePages/LicenceUpgradeView.razor.rz.scp.css */
.qgrid[b-ewxcqz6gm8] {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    font-size: 1rem;
}
    /* Sticky header while scrolling */
    .qgrid[b-ewxcqz6gm8]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .qgrid[b-ewxcqz6gm8]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }
/* _content/ShowCADStore/Components/Pages/LicencePages/LicenceViewerComp.razor.rz.scp.css */
.qgrid[b-gv5mzb9stw] {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    font-size: 1rem;
}
    /* Sticky header while scrolling */
    .qgrid[b-gv5mzb9stw]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .qgrid[b-gv5mzb9stw]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }
/* _content/ShowCADStore/Components/Pages/Payment/PaymentCheckoutView.razor.rz.scp.css */
.image[b-mk8s9fhdbt] {
    height: 2.5em;
}

.itemName[b-mk8s9fhdbt] {
    color: blue;
}

.itemDesc[b-mk8s9fhdbt] {
    font-size: small;
}

.itemsTotal[b-mk8s9fhdbt] {
    margin-top: 2em;
}
/* _content/ShowCADStore/Components/Pages/Payment/PaymentSuccess.razor.rz.scp.css */
.image[b-w2fvz5oprg] {
    height: 2.5em;
}
/* _content/ShowCADStore/Components/Pages/Profiler.razor.rz.scp.css */
body[b-4usdjw01zi] {
}

/* Sticky header while scrolling */
.qgrid[b-4usdjw01zi]  thead {
    position: sticky;
    top: 0;
    background-color: lightslategrey;
}

/* Subtle stripe effect */
.qgrid[b-4usdjw01zi]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}

.directory-breadcrumb[b-4usdjw01zi] {
    padding: 8px;
    background-color: lightslategrey;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .directory-breadcrumb span[b-4usdjw01zi] {
        cursor: pointer;
        margin-right: 5px;
    }

        .directory-breadcrumb span:hover[b-4usdjw01zi] {
            text-decoration: underline;
        }

.dropzone[b-4usdjw01zi] {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop[b-4usdjw01zi] {
    border: 2px dashed red;
}

.can-drop[b-4usdjw01zi] {
    border: 2px dashed green;
}


/* _content/ShowCADStore/Components/Pages/Profiles.razor.rz.scp.css */
.qgrid[b-dja02o5hbw] {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    font-size: 1rem;
}

/* Sticky header while scrolling */
.qgrid[b-dja02o5hbw]  thead {
    position: sticky;
    top: 0;
    background-color: lightslategrey;
}

/* Subtle stripe effect */
.qgrid[b-dja02o5hbw]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}
/* _content/ShowCADStore/Components/Pages/ProfileViewer.razor.rz.scp.css */
body[b-ks14v791re] {
}
/* Sticky header while scrolling */
[b-ks14v791re] thead {
    position: sticky;
    top: 0;
    background-color: lightslategrey;
}

/* Subtle stripe effect */
[b-ks14v791re] tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}

/* _content/ShowCADStore/Components/Pages/ShowCAD.razor.rz.scp.css */
.data[b-w1198rzmq3] {
    margin-left:1.5em;
    margin-bottom:1em;
}
    .data[b-w1198rzmq3]::before {
        content: "• ";
    }
/* _content/ShowCADStore/Components/Pages/Spinner.razor.rz.scp.css */
.bodyp[b-dds6lo9c3y] {
    background-color: #22475E;
    overflow: hidden;
}

div[b-dds6lo9c3y] {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ccc;
    top: 45%;
    border-radius: 50%;
}

    .ball1[b-dds6lo9c3y] {
        background-color: #FF5460;
        -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move-b-dds6lo9c3y 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .ball2[b-dds6lo9c3y] {
        background-color: #FF9D84;
        -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move-b-dds6lo9c3y 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .ball3[b-dds6lo9c3y] {
        background-color: #F0E797;
        -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move-b-dds6lo9c3y 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .ball4[b-dds6lo9c3y] {
        background-color: #75B08A;
        -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move-b-dds6lo9c3y 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

@-webkit-keyframes move {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes move-b-dds6lo9c3y {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}
/* _content/ShowCADStore/Components/Pages/Store.razor.rz.scp.css */
.section[b-37xabypbc9] {
    margin-bottom: 2rem;
}
/* _content/ShowCADStore/Components/Pages/UserManager/InvoiceUserComp.razor.rz.scp.css */
body[b-p8o1grp68r] {
}
/* _content/ShowCADStore/Components/Pages/UserManager/UserMaintenanceComp.razor.rz.scp.css */
.btnGrid[b-3ygxzkk8xm] {
    display:grid;
    grid-template-columns: auto max-content;
    gap:5px;
}

.msgTitle[b-3ygxzkk8xm] {
    font-size: 1.1rem;
    font-weight: bold;
    align-self: center;
}

.licGrid[b-3ygxzkk8xm] {
    margin-top:2em;
    display: grid;
    grid-template-columns: auto;
    gap: 5px;
}
/* _content/ShowCADStore/Components/Pages/UserManager/UserManagerView.razor.rz.scp.css */
/* Subtle stripe effect */
[b-c8dpdhsas2] tr:nth-child(even) {
    background: rgba(220,220,220,0.4);
}

.fixed-column[b-c8dpdhsas2] {
    flex: 0 0 auto; /* Auto-size based on content */
    margin: 0;
}

.expand-column[b-c8dpdhsas2] {
    flex: 1; /* Expands to fill remaining space */
}

.prompt[b-c8dpdhsas2] {
    font-size: larger;
    font-weight: bold;
    margin-top: 2em;
}

.qgrid[b-c8dpdhsas2] {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    font-size: 1rem;
}
    /* Sticky header while scrolling */
    .qgrid[b-c8dpdhsas2]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .qgrid[b-c8dpdhsas2]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }

/* _content/ShowCADStore/Components/Pages/UserManager/UserStatsViewComp.razor.rz.scp.css */
[b-yz1mn4xdz3] table {
    min-width: 100%;
}

/* Subtle stripe effect */
[b-yz1mn4xdz3] tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

.info-hdr[b-yz1mn4xdz3] {
    font-weight: bold;
    font-size:1.2em;
}
/* _content/ShowCADStore/Components/Pages/WebMessages/WebMessageComp.razor.rz.scp.css */
.msgGrid[b-gc04u8qoo6] {
    background-color: lightyellow;
    border: 2px solid #FFD700;
    border-radius: 10px;

    padding: 20px;
    text-align: center;
}

.msgTitle[b-gc04u8qoo6] {
    font-weight: bold;
    font-size: large;
}

.msgText[b-gc04u8qoo6] {
    font-size: medium;
}
/* _content/ShowCADStore/Components/Pages/WebMessages/WebMessageEditorComp.razor.rz.scp.css */
.msgGrid[b-8fsr4jktfi] {
    display: grid;
    grid-template-columns: auto 1fr; /* Two equal columns */
    gap: 10px; /* Optional spacing between items */

    padding: 20px;
}

.msgTitle[b-8fsr4jktfi] {
    font-weight: bold;
    font-size: 1.5rem;
}

.msgText[b-8fsr4jktfi] {
    font-size: 1.2rem;
}

.msgBox[b-8fsr4jktfi] {
    width: 120rem;
}

.btnRow[b-8fsr4jktfi] {
}
/* _content/ShowCADStore/Components/Pages/WebMessages/WebMessageManager.razor.rz.scp.css */
.msgGrid[b-3hdmroltpf] {
    display: flex;
    width: 100%;
    overflow-y: auto;
    font-size: 0.6rem;
}

    /* Sticky header while scrolling */
    .msgGrid[b-3hdmroltpf]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .msgGrid[b-3hdmroltpf]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }


.fixed-column[b-3hdmroltpf] {
    flex: 0 0 auto; /* Auto-size based on content */
    margin: 0;
}

.expand-column[b-3hdmroltpf] {
    flex: 1; /* Expands to fill remaining space */
}
/* _content/ShowCADStore/Components/Shared/Draggable.razor.rz.scp.css */
.draggable[b-vf80wp32ex] {
  /*  margin-bottom: 10px;*/
    padding: 5px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: lightslategrey;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
    height:100%;
}

    .draggable:active[b-vf80wp32ex] {
        cursor: grabbing;
    }
.no-drop[b-vf80wp32ex] {
    border: 2px dashed red;
}

.can-drop[b-vf80wp32ex] {
    border: 2px dashed green;
}
/* _content/ShowCADStore/Components/Shared/FlashPopupComp.razor.rz.scp.css */
.popup[b-81mt3d5g8p] {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: opacity 1s ease-in-out;
    color:black;
    font-size:larger;

    z-index: 1000; /* Ensures it appears on top of other elements */
}

.normPos[b-81mt3d5g8p] {
    position: absolute;
}

.centrePos[b-81mt3d5g8p] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fade-out[b-81mt3d5g8p] {
    opacity: 0;
}

.fade-in[b-81mt3d5g8p] {
    opacity: 1;
}
/* _content/ShowCADStore/Components/Shared/LicenceDetailViewComp.razor.rz.scp.css */
.qgrid[b-wf6wl7pts0] {
    width: 100%;
    height: 150px;
    overflow-y: auto;
    font-size: 1rem;
}
    /* Sticky header while scrolling */
    .qgrid[b-wf6wl7pts0]  thead {
        position: sticky;
        top: 0;
        background-color: lightslategrey;
    }

    /* Subtle stripe effect */
    .qgrid[b-wf6wl7pts0]  tr:nth-child(even) {
        background-color: rgba(255,255,255,0.4);
    }
/* _content/ShowCADStore/Components/Shared/NavLinkEx.razor.rz.scp.css */

.nav-item[b-j475movbef]  {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-link[b-j475movbef] {
    display: block;
    padding: .25rem .25rem;
    line-height: var(--line-height);
    text-decoration: none;
    color: var(--link-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-item :active[b-j475movbef] {
    border-radius: 4px;
    background-color: rgba(255,255,255,0.37);
    color: var(--link-color);
}

.nav-item :hover[b-j475movbef] {
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
    color: var(--link-color);
}
.nav-button[b-j475movbef]{
    margin:5px 5px 5px 0px;
}
/* _content/ShowCADStore/Components/Shared/ProductListComp.razor.rz.scp.css */
.image[b-2nin5e84fv] {
    height: 2.5em;
}

.container[b-2nin5e84fv] {
    width: 100%;
}

.title[b-2nin5e84fv] {
    font-size:larger;
    font-weight:bold;
}

.qGrid[b-2nin5e84fv] {
    display: flex;
    min-width: 100%;
}

.descColumn[b-2nin5e84fv] {
    flex: 1 1 auto;
}

.gridColumn[b-2nin5e84fv] {
    flex: 0 1 auto;
}

.itemName[b-2nin5e84fv] {
    color: blue;
}

.itemDesc[b-2nin5e84fv] {
    font-size: small;
}
/* _content/ShowCADStore/Components/Shared/SCell.razor.rz.scp.css */
body[b-m80r12ajom] {
}
.st-cell[b-m80r12ajom]{
    padding-left:20px;
    display:flex;
    align-items: flex-start;
}
/* _content/ShowCADStore/Components/Shared/SearchBox.razor.rz.scp.css */
.search-box[b-agi2q2tvnt] {
    display: flex;
    align-items: center;
}

    .search-box input[b-agi2q2tvnt] {
        flex: 1;
        padding: 5px;
        font-size: 16px;
    }

    .search-box button[b-agi2q2tvnt] {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
    }

        .search-box button i[b-agi2q2tvnt] {
            margin-right: 5px;
        }
/* _content/ShowCADStore/Components/Shared/ShoppingCartButtonComp.razor.rz.scp.css */
.container[b-r6rwax37n7] {
    display: grid;
    grid-template-columns: auto 1fr;
    padding:0;
}

.basketImage[b-r6rwax37n7] {
    background-repeat: no-repeat; /* stops repeating */
    position: relative; /* establishes a positioning context */
}

.countText[b-r6rwax37n7] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    font-size: 0.7em;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    text-align: center;
    vertical-align:text-bottom;
}

.dispText[b-r6rwax37n7] {
    margin-left: 0.6em;
    text-align: left;
    color: cyan;
}
/* _content/ShowCADStore/Components/Shared/SRow.razor.rz.scp.css */
body[b-01yspc83gr] {
}
.nice-row[b-01yspc83gr]{
    padding:20px;
    vertical-align:top;
    width:100%;
}
/* _content/ShowCADStore/Components/Shared/STable.razor.rz.scp.css */
body[b-owvnr8efob] {
    padding:20px;
}

.plain-table[b-owvnr8efob]{
    display:table;
    width:100%;
}
.nice-table[b-owvnr8efob] {
    display: table;
    width: 100%;
}
.nice-table[b-owvnr8efob]  tr:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}
/* _content/ShowCADStore/Components/Shared/TabControl.razor.rz.scp.css */
.tab-border[b-gu5amgd6zs] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.heading[b-gu5amgd6zs] {
    padding: 8px;
    background-color: lightslategrey;
}

.wizard-buttons[b-gu5amgd6zs]{
    display:flex;
    gap:10px;
    justify-content:flex-end;
}
/* _content/ShowCADStore/Components/Shared/UserFinderComp.razor.rz.scp.css */
.prompt[b-6c761i4eou] {
    font-size:larger;
    font-weight:bold;
}

.search-box[b-6c761i4eou] {
    width: 30em;
    padding: 0.6em;
}

.item[b-6c761i4eou] {
    border: none;
    padding: 0.2em;
}
    .item:hover[b-6c761i4eou] {
        font-weight:bold;
    }

.dropdown[b-6c761i4eou] {
    position: absolute;
    z-index: 1055;
    display: grid;
    grid-template-columns: 1fr;
    overflow-y: auto;

    background: white;
    border: 1px solid #ccc;
    max-height: 10em;
    width: 30em;
    padding: 1em;
}

    .dropdown li[b-6c761i4eou] {
        padding: 1em;
        cursor: pointer;
    }

        .dropdown li:hover[b-6c761i4eou] {
            background-color: #f0f0f0;
        }

[b-6c761i4eou] thead {
    display: none;
}
