.status_now {
    width: 80%;
    align-content: center;
    text-align: center;
}
.status {
    width: 20%;
}
.statusbg_2 {
    background-color: #dc3545;
    font-size: small;
}
.statusbg_1 {
    background-color: #e0a800;
    font-size: small;
}
.statusbg_0 {
    background-color: #1e7e34;
    font-size: small;
}
.statusbg_99 {
    background-color: #cccccc;
    font-size: small;
}
.image-container {
    display: contents;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.mute-icon {
    width: 50px;
    height: 50px;
}
