.conteiner_modal_mensagem_excluir {
  text-align: center;
  min-width: 370px;
  max-width: 450px;
  overflow: hidden !important; /* Bloqueia rolagem em todos os níveis */
  font-weight: normal;
}

.conteiner_modal_mensagem_excluir > div:nth-child(1) {
  text-align: center;
  font-size: 28px;
  color: #595959;
  letter-spacing: -1px;
}

.conteiner_modal_mensagem_excluir > div:nth-child(2) {
  padding-top: 15px;
}

.conteiner_modal_mensagem_excluir > div:nth-child(3) {
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
}

.conteiner_modal_mensagem_excluir > div:nth-child(3) button {
  width: 50%;
}

.conteiner_modal_mensagem_excluir > div:nth-child(3) button[name=cancelar] {
  margin-right: 15px;
}

.conteiner_modal_mensagem_excluir span {
  color: #DA5855;
  font-size: 18px;
}