﻿body {
    /* Your custom dual-shaded linear color profile background layer */
    background-image: linear-gradient(45deg, #ebdcf1b8, #e2dceb54) !important;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

    body::before {
        content: "";
        position: fixed;
        /* Lock structural boundaries to span across the entire screen frame */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Absolute link path destination mapping to your asset logo */
        background-image: url('/images/logo.png');
        /* FIX: Set to repeat the image as a grid pattern all over the page canvas */
        background-repeat: repeat !important;
        background-position: start;
        /* Controls the individual tile size of each repeated background logo */
        background-size: 70px 70px !important;
        /* Converts colored image channels to a grayscale, rich black asset look via code */
        filter: grayscale(100%) contrast(200%);
        /* Low-contrast opacity so the pattern stays soft and text remains easy to read */
        opacity: 0.03;
        /* Pushes the graphic texture layer safely underneath all tables, cards, and clickable tools */
        z-index: -1;
        pointer-events: none;
    }



::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: .3s background;
}

::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.common_loader {
    display: none;
}

.common_loader_sec {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: table;
}

.loader_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.loader_inner .loader {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
}
.fa-1-3x {
    font-size: 1.3em;
}
.tx-10 {
    font-size: 10pt;
}
.tx-12 {
    font-size: 12pt;
}
.tx-13 {
    font-size: 12pt;
}
.tx-14 {
    font-size: 14pt;
}
.tx-15 {
    font-size: 15pt;
}
.tx-18 {
    font-size: 18pt;
}
.tx-20 {
    font-size: 20pt;
}
.tx-22 {
    font-size: 22pt;
}
.tx-21 {
    font-size: 21pt;
}
.tx-23 {
    font-size: 23pt;
}
.tx-24 {
    font-size: 24pt;
}
.tx-26 {
    font-size: 26pt;
}

.arrow {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

    .arrow.up {
        background-image: url('/images/arrow-up.png');
    }

    .arrow.down {
        background-image: url('/images/arrow-down.png');
    }
/*purchase*/
.itemboxaddpc {
    text-align: center;
    border: 2pt dashed #11cdef;
    margin: 3px;
    margin-bottom: 50px;
    margin-top: 5px;
    cursor: pointer
}
.itemboxaddpc-add-item {
    color: #11cdef;
    font-size: 17pt;
    font-weight: 900;
    padding: 15px;
}
.itemboxaddpcscan {
    text-align: center;
    border: 2pt solid #11cdef;
    margin: 3px;
    margin-bottom: 50px;
    margin-top: 5px;
    cursor: pointer
}

.itemboxaddpc-scan-add-item {
    color: #11cdef;
    font-size: 15pt;
    font-weight: 900;
    padding: 15px;
}

.Order9Place {
    background-color: #CF174E;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order10Confirm {
    background-color: #10A43A;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order11ReadyToship {
    background-color: #E9E010;
    color: #FC2727;
    font-weight: bold;
    font-size: 10pt;
}
.Order12OTWay {
    background-color: #E99210;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order13Delivered {
    background-color: #10E9C2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order14DCancel {
    background-color: #ED440F;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.imgHome {
    position: relative;
    top: 17px;
}
.ReciptAmtTran {
    background-color: #0d7406;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}

.PaidAmtTran {
    background-color: #d30d0d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}

  /* Panel */
.quick-menu-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.quick-menu-panel.open {
    right: 0;
}

/* Stop body scroll */
body.panel-open {
    overflow: hidden;
}

/* Scroll only inside panel body */
.panel-body {
    flex: 1;
    overflow-y: auto;
    position: relative;
}

/* Custom Loader */
.panel-loader {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

    .panel-loader .spinner-border {
        width: 3rem;
        height: 3rem;
    }
.quick-search-wrapper {
    position: relative;
}

.clear-search-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #777;
    transition: all 0.2s ease;
}

    .clear-search-btn:hover {
        background: #f1f1f1;
        color: #dc3545;
    }

    .clear-search-btn i {
        font-size: 12px;
    }

.quick-menu-item {
    transition: all 0.2s ease;
    background: #fff;
}

    .quick-menu-item:hover {
        background: #f8f9fc;
    }

.quick-menu-link {
    text-decoration: none;
}

    .quick-menu-link:hover .fw-semibold {
        color: #0d6efd !important;
    }

.min-w-0 {
    min-width: 0;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remove-action-btn,
.add-action-btn {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-field {
    display: none;
}

@media (max-width: 575.98px) {
    .quick-menu-panel {
        width: 90% !important;
        right: -90% !important;
    }

        .quick-menu-panel.open {
            right: 0 !important;
        }
}