.material-icons, .icon-text {
    vertical-align: middle;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 20vh;
  width: 80vw;
}

.muito-critico{
    background-color: #FF3F3F !important;
    font-weight: 400;
    color: #333;
}

.critico{
    background-color: #FFF721 !important;
    font-weight: 400;
    color: #333;
}

.intermediario{
    background-color: #2BE51D !important;
    font-weight: 400;
    color: #333;
}

.adequado{
    background-color: #11A8FF !important;
    font-weight: 400;
    color: #333;
}

.muito-critico > td > a,
.critico > td > a,
.intermediario > td > a,
.adequado > td > a {
    color: #242424;
}

b{
    font-weight: 400;
}

a.tab-custom{
    color: #333;
}

.tab-content {
    padding-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.list-group{
    margin-bottom: 0px;
}

.list-group-item-no-border{
    padding: 20px 25px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
}

.list-group-item-no-border:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item-no-border:first-child {
    margin-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.tabela-titulo,
.grafico-titulo {
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.4rem;
}

.legenda {
    text-align: center;
    /*margin: 2px;*/
    padding: 5px 0px;
    border: 2px solid white;
    border-radius: 3px;
    justify-content: center;
    display: flex;
    
}