﻿.inventroy-widget {
    padding: unset;
    /* border-radius: 16px; */
}

.dx-widget{
    font-family: inherit;
    font-size: 18px;
}
.dx-treeview-toggle-item-visibility{
    color: #238be8;
    font-size:32px;
    margin-right: 4px;
    

}
.dx-treeview-item.dx-state-hover {
    background-color: #238be8;
    color: white;
}

.dx-treeview-node {
    padding-left: 15px;
    margin-bottom: 10px;

}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px; /* Adjust this height to your desired fixed height */
    overflow: hidden;
    padding: 5px;
}