.wpv-skw-stock-bar{ 
	display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    overflow: hidden;
    box-shadow: inset 1px 0px 2px 1px #00000029;
}
.wpv-skw-stock-bar-inner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4c78af; 
    width: 0; /* Initial width */
    transition: width 0.3s ease; /* Smooth transition for width change */
}
.wpv-skw-stock-bar-wrapper{
	margin: 20px 0;
}
.wpv-skw-bar-style-rounded .wpv-skw-stock-bar,
.wpv-skw-bar-style-rounded .wpv-skw-stock-bar-inner{
    border-radius: 8px;
}
