@import '_content/3T.OPAMS.WebUIPlugins/3T.OPAMS.WebUIPlugins.yz48ntih95.bundle.scp.css';

/* /Shared/Components/FileAutoUpload.razor.rz.scp.css */
/* ------------------------------------------------------------
       File Upload Component Styles
       ------------------------------------------------------------ */

.file-upload-container[b-5z9av7q4h0] {
    margin-top: 1rem;
    width: 100%;
}

/* ------------------------------
       Preview Grid
       ------------------------------ */
.preview-grid[b-5z9av7q4h0] {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

    .preview-grid.grid-1[b-5z9av7q4h0] {
        grid-template-columns: 1fr;
    }

    .preview-grid.grid-2[b-5z9av7q4h0] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

/* Preview Card */
.preview-card[b-5z9av7q4h0] {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Image */
.preview-img[b-5z9av7q4h0] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Floating Remove Button */
.remove-btn[b-5z9av7q4h0] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
}

    .remove-btn:hover[b-5z9av7q4h0] {
        background: rgba(255,255,255,1);
    }

/* Upload Info Overlay */
.upload-info[b-5z9av7q4h0] {
    padding: 6px 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Progress Bar */
.progress[b-5z9av7q4h0] {
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-bar[b-5z9av7q4h0] {
    height: 100%;
    background: #4caf50;
    transition: width 0.2s ease;
}

/* Upload Stats Text */
.upload-stats[b-5z9av7q4h0] {
    font-size: 0.75rem;
    text-align: center;
}

/* Uploaded Badge */
.uploaded-badge[b-5z9av7q4h0] {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 0.7rem;
}
/* ------------------------------
       Mobile Responsiveness
       ------------------------------ */
@media (max-width: 600px) {
    .preview-grid.grid-2[b-5z9av7q4h0] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .preview-card[b-5z9av7q4h0] {
        padding: 0.4rem;
    }

    .preview-img[b-5z9av7q4h0] {
        border-radius: 4px;
    }
}
/* /Shared/Components/ItemThumbnail.razor.rz.scp.css */
.item-thumbnail[b-jxujftt7vh] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.thumbnail-wrapper[b-jxujftt7vh] {
    position: relative;
    display: inline-block;
}

.thumbnail-img[b-jxujftt7vh] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.quantity-badge[b-jxujftt7vh] {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #dc3545;
    color: white;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: bold;
}

.popover[b-jxujftt7vh] {
    position: absolute;
    top: 130px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 100;
    min-width: 200px;
}

.close-btn[b-jxujftt7vh] {
    position: absolute;
    top: 6px;
    right: 6px; /* moved to right side */
    background: transparent;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

    .close-btn:hover[b-jxujftt7vh] {
        color: #000;
    }
/* /Shared/Components/OInlineEditor.razor.rz.scp.css */
.inline-editor[b-sprnxd2q55] {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
}

.inline-input[b-sprnxd2q55] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 6px;
}

.icon-btn[b-sprnxd2q55] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #555;
    display: flex;
    align-items: center;
}

    .icon-btn:hover[b-sprnxd2q55] {
        color: #1976d2; /* Material blue */
    }
/* /Shared/Components/QuickView.razor.rz.scp.css */
.overlay[b-5dagelkf1t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(224, 224, 224,70);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
}

.image-container[b-5dagelkf1t] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90vw;
    max-height: 90vh;
}

.image-caption[b-5dagelkf1t] {
    position: absolute;
    bottom: 10px;
    color: black;
    font-weight:600;
    background-color: rgb(223 223 223 / 60%);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.close-button[b-5dagelkf1t] {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
/* /Shared/Components/StatCard.razor.rz.scp.css */
<style >
.card[b-3p914hn7tx] {
    transition: all 0.3s ease;
}

.card:hover[b-3p914hn7tx] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card-body .display-4[b-3p914hn7tx] {
    transition: all 0.3s ease;
}

.card:hover .card-body .display-4[b-3p914hn7tx] {
    transform: scale(1.1);
}

</style[b-3p914hn7tx] >
/* /Shared/Components/StickyContainer.razor.rz.scp.css */
.sticky-container[b-1vsxy9lvaw] {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
}
/* /Shared/Components/TileMenu.razor.rz.scp.css */
.back-button[b-4xx7yd1y1w] {
    background: none;
    border: none;
    color: #1976d2;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}


/* Fade-in effect */
@keyframes fadeIn-b-4xx7yd1y1w {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.tile-grid[b-4xx7yd1y1w] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .tile-grid[b-4xx7yd1y1w] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tile[b-4xx7yd1y1w] {
    border-radius: 10px;
    padding: 2rem 1rem;
    padding-left: 1.25rem;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, opacity 0.3s ease;
}

    .tile:hover[b-4xx7yd1y1w] {
        transform: scale(1.05);
    }

.icon[b-4xx7yd1y1w] {
    font-size: 48px;
    margin-bottom: 0.75rem;
}
/* /Shared/EntityComponents/Invoice/TruckComponent.razor.rz.scp.css */
.truck[b-h85yo9jkra] {
    width: 200px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.truck-fill[b-h85yo9jkra] {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.caption[b-h85yo9jkra] {
    z-index: 2;
    font-weight: bold;
    color: black;
    text-align: center;
}
/* /Shared/EntityComponents/Report/GenericReport.razor.rz.scp.css */
#background[b-0tv86miocc] {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    padding-top:50px;
}

#bg-text[b-0tv86miocc] {
    color: lightgrey;
    font-size: 120px;
    margin-top:15%;
    transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
}
