.volume-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:10px;overflow:hidden}.volume-node{width:10px;height:20px;margin-right:2px;background-color:var(--v-lightgray-base)}.volume-node:nth-of-type(10){margin-right:0!important}.volume-node.active{background-color:var(--v-green-base)}