.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;
}

.el-license-form {
	background: #fff;
	border: 1px solid #ccd0d4;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	margin-right: 20px;
}
.el-license-form .form-field {
	margin-bottom: 20px;
}
.el-license-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.el-license-form input[type="text"],
.el-license-form input[type="email"] {
	width: 300px;
	padding: 8px 10px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	box-sizing: border-box;
}
.el-license-form .checkbox-field {
	display: flex;
	align-items: center;
	gap: 10px;
}
.el-license-form .button-primary {
	margin-top: 10px;
}
.el-license-form p {
	margin-bottom: 10px;
}
.el-license-form .notice {
	margin-bottom: 20px;
}
.el-license-form .alert {
	background: #fef2f2;
	border-left: 4px solid #dc2626;
	padding: 15px 20px;
	border-radius: 5px;
	margin-top: 30px;
}
.el-license-form .alert h4 {
	margin-top: 0;
	font-size: 16px;
}