.woo-wpp-notificacoes-card {
	background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c3c4c7;
  max-width: 96%;
  margin-top: 20px;
}

.alert {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-heading {
  color: inherit;
  padding: 0px !important;
  margin: 0px !important;
}

.mb-0, .my-0 {
  margin-bottom: 0!important;
}

h4 {
  font-size: 1rem;
}