* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #383845;
}

.container {
    height: 150px;
    width: 80px;
    border: 2px solid white;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}

.top {
    height: 55px;
    width: 15px;
    border: 2px solid white;
    position: absolute; /*absolute*/
    top: 100%;
    left: 39%;
}

label {
    font-size: 22px;
    font-weight: bolder;
    font-family: sans-serif;
    text-align: center;
    color: white;
    position: absolute; /*este está bien*/
    margin: auto;
    left: 0;
    right: 0;
    top: 56%;
}

#charging {
    position: absolute;/*bien*/
    /*background-color: #00E676;*/
    background-color: #42d48a;
    height: 0px;
    width: 76px;
    left:0;
    right: 0;
    overflow: hidden;
}

/*
#right-sidebar{
    flex-basis: 30%;
    transform: rotate(0.0deg);
    background-color: #f5f5ff;
    height: min-content;
    top: 0;
    margin: 40px 40px;
    padding: 5px 15px 15px 15px;
    border-top: 4px solid #8b92ad;
    text-align: left;
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
}
*/