.temp{
    display: block;
    color: #FFFFFF;
    text-align: justify;
    width: 60%;
    font-size: 40px;
}

.confs{
    display: flex;
    background-color: #004165;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.titul{
    color: black;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
.filtro{
    display: inline-flex;
    width: 45%;
    height: 100%;
    font-size: 20px;
    align-items: center;
}
.filt_sel{
    font-size: 14px;
    cursor: pointer;
    min-width: 150px;
    height: 30px;
}
.filt_param{
    font-size: 15px;
    min-width: 200px;
    height: 30px;
}
.filt_bt{
    border-radius: 35px;
    border: 0;
    margin: 0 30px 0 5px;
    cursor: pointer;
    background-color: #D7D7D7;
}
.filt_bt:hover{
    background-color: #00B2A9;
}
    .ico{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 10px;;
}
.indpr{
    display: flex;
    justify-content: center;
}
.sepind{
    width: 50%;
}
.conteudo{
    display: flex;
    width: 100%;
}
.dataframe {
    font-size: 15px;
    padding: 10px;
    width: 90%;
    border-collapse: collapse;
    border: none;
    background-color: #FFFFFF;
}
.dataframe thead {
    background-color: #00B2A9;
    border: 0px;
}
.dataframe th{
    text-align: left;
    color: black;
    border-collapse: collapse;
    border: 0px;
}
.dataframe tr {
    text-align: left;
    border-collapse: collapse;
    border: 0px;
}
.dataframe tr:nth-child(even) {
    background-color: #D7D7D7;
}
.dataframe td{
    border-collapse: collapse;
    color: black;
    border: 0px;
    padding: 5px;
    padding-inline: 15px;
}

#erro{
    background-color: rgb(243, 0, 0);
    color: #FFFFFF;
    font-size: 20px;
    border: 0;
    border-radius: 15px;
    padding: 0px 15px 0px 15px;
}
