.dashboard-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.regular-text {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #8c8f94;
}

.button-large {
  padding: 8px 20px;
  height: auto;
}

.required {
  color: #d63638;
}

.form-section h2 .dashicons {
  vertical-align: middle;
  margin-right: 5px;
  color: #2271b1;
}

.button-danger {
  border: 1px solid #dc3545 !important;
  background-color: #dc3545 !important;
  color: white !important;
}
.button-danger:hover {
  border: 1px solid #ac2835 !important;
  background-color: #ac2835 !important;
  box-shadow: 0 0 0 1px #ac2835;
}

.dashicons:before {
  vertical-align: middle;
}

.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0;
  margin: auto;
}

.card-header {
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px 10px 0px 0px;
}

.card-body {
  padding: 20px;
}
.card-body label {
  display: block;
  margin-bottom: 10px;
}
.card-body input:not([type=checkbox]),
.card-body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.card-body .content-notification-staff {
  margin: 20px 10px;
  text-align: center;
  font-style: italic;
}

.card-body-configuration {
  padding: 20px;
}
.card-body-configuration input:not([type=checkbox]),
.card-body-configuration textarea {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.card-body-configuration .full-input {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
}

.btn:hover {
  background-color: #23527c;
}

#qt_message_toolbar input {
  width: auto !important;
}/*# sourceMappingURL=style.css.map */