@import '_content/BlazorSortableList/BlazorSortableList.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1hzao1t805] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-1hzao1t805] {
    flex: 1;
}

.btn-teal[b-1hzao1t805] {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: rgba(0, 128, 128,1); /* Teal */
    --bs-btn-border-color: rgba(0, 128, 128,1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(50,168, 168,1);
    --bs-btn-hover-border-color: rgba(50,168, 168,1);
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: rgba(0, 128, 128,1);
    --bs-btn-active-border-color: rgba(0, 128, 128,1);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.badge[b-1hzao1t805] {
    --bs-badge-color: #000; /* Cart qty number color */
}

.top-row[b-1hzao1t805] {
background-color: #00000080; /* last two digits are opacity */
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
    .top-row[b-1hzao1t805]  a, .top-row .btn-link[b-1hzao1t805] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1hzao1t805] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q0blnerb67] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q0blnerb67] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q0blnerb67] {
    font-size: 1.1rem;
}

.nav-item[b-q0blnerb67] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q0blnerb67] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q0blnerb67] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q0blnerb67]  a {
        color: #d7d7d7;
        border-radius: 3px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-q0blnerb67]  a.active {
            background-color: rgba(0, 128, 128,1);
            color: white;
        }

        .nav-item[b-q0blnerb67]  a:hover {
            background-color: rgba(50,168, 168,1);
            color: white;
        }

@media (min-width: 975px) { /* This doesn't work when in app.css. Leave here. */
    .navbar-toggler[b-q0blnerb67] {
        display: none;
    }

    .collapse[b-q0blnerb67] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* Seach bar info below */
.inline[b-q0blnerb67] {
    margin: 0px auto;
    padding: 4px 0px 15px 10px;
    position: relative;
    width: 100%;
}

.input-field[b-q0blnerb67] {
    width: 90%;
    height: 35px;
    padding: 2.5px 0px 0px 10px;
    text-align: left;
    margin-bottom: 0px;
}

.input-icon .fa-solid.fa-magnifying-glass[b-q0blnerb67] {
    position: absolute;
    top: 4px;
    left: 75%;
    padding: 9px 10px 10px 10px;
    min-width: 20px;
    color: black;
}
/* End search bar info */
/* /Components/Pages/DisplaySpinner.razor.rz.scp.css */

.lds-spinner[b-qywxhscpjp] {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div[b-qywxhscpjp] {
        transform-origin: 40px 40px;
        animation: lds-spinner-b-qywxhscpjp 1.2s linear infinite;
    }

        .lds-spinner div[b-qywxhscpjp]:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: black;
        }

        .lds-spinner div:nth-child(1)[b-qywxhscpjp] {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2)[b-qywxhscpjp] {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3)[b-qywxhscpjp] {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4)[b-qywxhscpjp] {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5)[b-qywxhscpjp] {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6)[b-qywxhscpjp] {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7)[b-qywxhscpjp] {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8)[b-qywxhscpjp] {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9)[b-qywxhscpjp] {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10)[b-qywxhscpjp] {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11)[b-qywxhscpjp] {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12)[b-qywxhscpjp] {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner-b-qywxhscpjp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Pages/PageManager.razor.rz.scp.css */
.page-table[b-bost4gmus2] {
    width: 90%;
    background-color: #fff;
    border: 0px;
}

.sort-static[b-bost4gmus2] {
    height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd; /* Adds a 1px solid light gray border to the bottom of each row */
}
    .sort-static:has(td:nth-of-type(1):hover)[b-bost4gmus2] {
        z-index: 1;
    }
.drag-handle[b-bost4gmus2] {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
    .drag-handle:active[b-bost4gmus2] {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.width1[b-bost4gmus2] {
    min-width: 54px;
    text-align:center;
}
.width2[b-bost4gmus2] {
    min-width: 250px;
    width: 100%;
    text-align: left;
}
.width3[b-bost4gmus2] {
    min-width: 130px;
    text-align: center;
    padding: 7px 0px 0px 0px;
}
.width4[b-bost4gmus2] {
    min-width: 105px;
    text-align: center;
}
.width5[b-bost4gmus2] {
    min-width: 70px;
    text-align: center;
}
.width6[b-bost4gmus2] {
    min-width: 120px;
    text-align: center;
}
/* /Components/Pages/ShoppingCart.razor.rz.scp.css */
.update-qty[b-wzcrk4lqot]{
    display: none;
}
