.message-error-protocol{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 1.5em !important;
    padding: 0.8em !important;
    width: 80% !important;
    margin: auto !important;
}

.awnser-form{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 87% !important;
    border: 0;
}

.awnser-input{
    background-color: white !important;
    width: 100%;
    margin-bottom: 1em !important;
    border: 0px !important;
}

td {
    vertical-align: middle !important;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    white-space: ellipsis;
}

.badge{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    align-self: center;
}

.btn{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    align-self: center !important;
}

.icon-flag {
    height: 25px;
    width: 25px;
    border: 1px solid rgb(244,244,244);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-flag-icon {
    width: 15px;
    height: 15px;
}

.protocolo-title {
    min-width: fit-content;
    font-size: 15px;
    color: #949494;
}

.badge-protocolo {
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 7px;
}

.reclamacao {
    background-color: #f17f00;
    color: white;
}

.elogio {
    background-color: #fb1185;
    color: white;
}

.solicitacao {
    background-color: #fb1185;
    color: white;
}

.denuncia {
    background-color: #f20007;
    color: white;
}

.sugestao {
    background-color: #ffd400;
    color: white;
}

.simplifique {
    background-color: #0081d4;
    color: white;
}

.idac {
    background-color: rgb(0, 92, 0);
    color: white;
}

.prefeitura {
    background-color: #801612;
    color: white;
}

.educacao {
    background-color: #11305D;
    color: white;
}

.saude {
    background-color: rgba(33, 37, 41, 0.5);
    color: white;
}

.esporte {
    background-color: rgb(25,135,84);
    color: white;
}

.eventos {
    background-color: black;
    color: white;
}

.comunicacao {
    background-color: crimson;
    color: white;
}

.fazenda {
    background-color: orangered;
    color: white;
}

.obras {
    background-color: #FFC107;
    color: white;
}

.protocolo-header-divider {
    margin-top: 24px;
    height: 1.5px;
    width: 100%;
    background-color: rgb(224, 224, 224);
}

#user-chat-input {
    width:100%;
    height:90%;
    border: 1px solid rgb(224,224,224);
    border-radius: 12px;
    padding:24px;
}

