.cancelada {
    min-height: 2.5em !important;
    height: auto !important;
    margin-bottom: 0.3em;
    padding-top: 10px;
    background-color: gray;
    color: gainsboro;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.salvarDescricao {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #4CAF50; /* Cor do botão */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 999;
}