/* Product Type */

.body{
    background-color:rgb(235, 234, 234);
}
.proguct_type{
    margin-top: 50px;
   
}
.sidebar{
    width: 250px;
}
.main_content{
    width: calc(100% - 250px);
    margin: 0 0 0 0;
}
.add_product_table{
    height: 190px;
    overflow-y: scroll;
    display: block;
}
