.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem;

  .noty_body {
	padding: .75rem 1.25rem;
  }

  .noty_buttons {
	padding: 10px;
  }

  .noty_close_button {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
	background: transparent;
  }

  .noty_close_button:hover {
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .75;
  }
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #FFEAA8;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #FFEAA8;
  color: #8A732D;
  padding:20px;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #FFEAA8;
  color: #8A732D;
  padding:20px;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #FFEAA8;
  color: #8A732D;
  padding:20px;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #FFEAA8;
  color: #8A732D;
  padding:20px;
}
