.daexthefu-admin-body .notice{
  margin: 0;
  border-radius: $radius-lg;
  box-shadow: $elevation-1;
  border-width: 1px;
  margin-bottom: 24px;
  padding: 11px 15px;
  display: flex;
  justify-content: space-between;
}

.daexthefu-admin-body .updated{
  background-color: $success-100;
  border-color: $success-200;
}

.daexthefu-admin-body .error{
  background-color: $error-100;
  border-color: $error-200;
}

.daexthefu-admin-body .notice p{
  color: $neutral-branded-700;
  font-size: $fs-2;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 0;
  margin: 0;
}

.daexthefu-admin-body .notice-dismiss-button {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
}

.daexthefu-admin-body .notice-dismiss-button svg path{
  stroke: $neutral-branded-500;
  stroke-width: 2px;
}

.daexthefu-admin-body .notice-dismiss-button:hover svg path{
  stroke: $neutral-branded-700;
}