 /* progress par uploading for image uploading in the create_product_blade.php  */

 .progress {
     position: relative;
     width: 100%;
     border: 1px solid #7F98B2;
     padding: 1px;
     border-radius: 3px;
 }

 .bar {
     background-color: red;
     width: 0%;
     height: 13px;
     border-radius: 3px;
 }

 .percent {
     position: absolute;
     display: inline-block;
     top: 8px;
     left: 48%;
     color: black;
 }
