body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

nav.menu-lateral {
    width: 200px;
    height: 100%;
    background-color: #202020;
    padding: 50px 50px 50px 1%;
    position: fixed;
    top: 0;
    left: 0;
}

.botao-expandir {
    width: 100%;
    padding-left: 10px;
}

.botao-expandir > i {
    color: white;
    font-size: 24px;
}

ul {
    height: 100%;
    list-style-type: none;
}

ul li.item-menu{
    transition: 2s;
}

ul li.item-menu:hover{
    background: #404040;
}

ul li.item-menu a{
    color: white;
    text-decoration: none;
    font-size: 22px;
    padding: 20px 1%;
    display: flex;
    align-items: center;
}

ul li.item-menu a .txt-link{
    margin-left: 35px;
}

.status {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*height: 100vh;*/
    color: white;
    align-items: center;
    height: 50px;
    background-color: #202020;
}

.valores {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
}

.widget {
    border: 2.5px solid #202020;
    padding: 20px;
    margin: 20px;
    max-width: 200px;
    min-width: 80px;
    text-align: center;
}

.indicador {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 1em;
    transition: background-color 0.5s ease;
}

.timestamp {
    font-size: 0.8em;
    color: #666;
    display: block;
    margin-top: 10px;
}


h2 {
    margin-top: 0;
}

table {
    width: 60%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}

th {
    background-color: #303030;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
