@import '_content/Quagga.Barcode/Quagga.Barcode.bundle.scp.css';
@import '_content/Svc.Web.Components/Svc.Web.Components.bundle.scp.css';

/* /Components/Category/AssignItemCategory.razor.rz.scp.css */

#active-categories[b-4tq562vqlx] {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    background-color: #fafafa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    #active-categories .category-item[b-4tq562vqlx] {
        padding: 12px 16px;
        margin-bottom: 8px;
        background-color: white;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

        #active-categories .category-item:last-child[b-4tq562vqlx] {
            margin-bottom: 0;
        }

        #active-categories .category-item:hover[b-4tq562vqlx] {
            background-color: #f8f9fa;
            border-color: #dee2e6;
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

    #active-categories .category-code[b-4tq562vqlx] {
        font-weight: 600;
        color: #0d6efd; /* Bootstrap primary color */
        font-size: 0.9em;
    }

    #active-categories .category-name[b-4tq562vqlx] {
        color: #6c757d;
        margin-left: 8px;
    }

    #active-categories .category-item.selected[b-4tq562vqlx] {
        background-color: #e7f3ff;
        border-color: #0d6efd;
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
    }

        #active-categories .category-item.selected .category-code[b-4tq562vqlx] {
            color: #0a58ca; /* Darker primary for selected state */
            font-weight: 700;
        }

        #active-categories .category-item.selected .category-name[b-4tq562vqlx] {
            color: #495057;
            font-weight: 500;
        }


.font-label[b-4tq562vqlx] {
    font-size: 0.8rem !important;
}

/* /Components/Category/WebCategoryItem.razor.rz.scp.css */
.category-container[b-oxj6wp3215] {
    width: 33rem;
    height:31rem;
}

.category-data[b-oxj6wp3215] {
    width: 100%;
    max-height: 33rem;
    overflow-y: auto;
}
#subcategories-data[b-oxj6wp3215], #categories-data[b-oxj6wp3215]{
    cursor:pointer;
}

@media screen and (max-width: 992px) {
    .category-container[b-oxj6wp3215] {
        width: 100%;
        height: 26rem;
    }
    .category-data[b-oxj6wp3215] {
        width: 100%;
        max-height: 26rem;
        overflow-y: auto;
    }
}
/* /Components/Dashboard/DashboardComponent.razor.rz.scp.css */
.dashboard-card[b-qa9nx76uem]{
  
    padding:0.3rem 0.3rem;
    background-color:rgba(0,0,0,0.2);
}
/* /Components/ItemManager/ItemShortDescription.razor.rz.scp.css */
.min-height[b-lfhhvh0yiz] {
    min-height: 150px!important;
}
/* /Components/Sidebar/SidebarComponent.razor.rz.scp.css */
.e-sidebar[b-6k8qhu8an1] {
    background-color: #f8f8f8;
    color: black;
}

.text-content[b-6k8qhu8an1] {
    font-size: 0.8rem;
    padding: 0rem 1rem;
}

.main > div[b-6k8qhu8an1] {
    padding: 0px !important;
}

.sidebar-header[b-6k8qhu8an1] {
    font-size: 1.15rem;
    font-weight:700;
    text-align:center;
}
/* /Components/WebProduct/ProductDefaultImageBoComponent.razor.rz.scp.css */
#mainProductContainerBo[b-mp1ip5lcme] {
    padding: 0 1rem;
}
/* /Pages/Items/ItemUploder/ItemUploader.razor.rz.scp.css */
#quick-uploader-body[b-21ewpve444]
{
    height:60vh;
    overflow-y:auto;
    overflow-x:hidden;
}
/* /Pages/Items/RawProducts/ManageProductsPage.razor.rz.scp.css */
/* /Pages/Usatomania/Company Infos/CompanyInfoPage.razor.rz.scp.css */
#preview-item-container[b-uz7tg213ir] {
    overflow-x: hidden;
    overflow-y: auto;
    height: 75vh;
   
}
/* /Pages/Usatomania/Media Management/MediaManagerPage.razor.rz.scp.css */
#boslider image[b-zji28sntx9] {
    width: 100%;
    max-width: 20vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/* /Pages/Users/CustomerUsersPage.razor.rz.scp.css */
#data-customer-list[b-eq0yu5qphz] {
    max-height: 80vh;
    overflow-y: auto;
    margin: 0.5rem 0.25rem;
}

@media screen and (max-width: 992px){
    #data-customer-list[b-eq0yu5qphz] {
        max-height: 20vh;
    }
}
/* /Pages/Users/StaffUsersPage.razor.rz.scp.css */
#list_users_container[b-3fbn3a5rr9] {
    width: 25rem;
}

/*
    https://blazor.syncfusion.com/documentation
    configure style
*/

/*To customize the listbox container*/
.e-listbox-container[b-3fbn3a5rr9] {
    height: 100% !important;
}
    /*To customize the listbox list items*/
    .e-listbox-container .e-list-item[b-3fbn3a5rr9] {
        /*height: auto !important;*/
        padding: 0.25rem !important;
    }

        /*To customize the listbox list items on hover*/
        .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled)[b-3fbn3a5rr9] {
            background-color: orangered !important;
        }

        /*To customize the listbox selected list item*/
        .e-listbox-container .e-list-item.e-selected[b-3fbn3a5rr9] {
            background-color: red !important;
        }

@media screen and (max-width: 992px) {
    #list_users_container[b-3fbn3a5rr9] {
        width: 100%;
    }

    .e-listbox-container[b-3fbn3a5rr9] {
        height: 30vh !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-qo5jf07uiv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qo5jf07uiv] {
    flex: 1;
    overflow-x: hidden;
}
