ReloadBar {
justify-content: center;
flex-direction: column;
align-items: center;
font-weight: bold;
color: white;
width: 100%;
.reloadbar {
width: 100%;
height: 32px;
border: 1px solid white;
}
.fill {
background-color: red;
height: 100%;
}
}