[ui-pnotify].ui-pnotify .brighttheme {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

[ui-pnotify].ui-pnotify .brighttheme.ui-pnotify-container {
	padding: 1.3rem !important;
}

[ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-confirm,
[ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-text,
[ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-title {
	margin-left: 1.8rem !important;
}

[dir=rtl] [ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-confirm,
[dir=rtl] [ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-text,
[dir=rtl] [ui-pnotify].ui-pnotify-with-icon .brighttheme .ui-pnotify-title {
	margin-right: 1.8rem !important;
	margin-left: 0 !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-title {
	font-size: 1.2rem !important;
	line-height: 1.4rem !important;
	margin-top: -.2rem !important;
	margin-bottom: 1rem !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-text {
	font-size: 1rem !important;
	line-height: 1.2rem !important;
	margin-top: 0 !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-icon {
	line-height: 1 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-notice {
	background-color: #ffffa2 !important;
	border: 0 solid #ff0 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-notice div,
[ui-pnotify].ui-pnotify .brighttheme-notice h4 {
	color: #4f4f00 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-info {
	background-color: #8fcedd !important;
	border: 0 solid #0286a5 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-info div,
[ui-pnotify].ui-pnotify .brighttheme-info h4 {
	color: #012831 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-success {
	background-color: #aff29a !important;
	border: 0 solid #35db00 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-success div,
[ui-pnotify].ui-pnotify .brighttheme-success h4 {
	color: #104300 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-error {
	background-color: #ffaba2 !important;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, .3) 35px, rgba(255, 255, 255, .3) 70px) !important;
	border: 0 solid #ff1800 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-error div,
[ui-pnotify].ui-pnotify .brighttheme-error h4 {
	color: #4f0800 !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-closer,
[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-sticker {
	font-size: 1rem !important;
	line-height: 1.2rem !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer,
[ui-pnotify].ui-pnotify .brighttheme-icon-error,
[ui-pnotify].ui-pnotify .brighttheme-icon-info,
[ui-pnotify].ui-pnotify .brighttheme-icon-notice,
[ui-pnotify].ui-pnotify .brighttheme-icon-sticker,
[ui-pnotify].ui-pnotify .brighttheme-icon-success {
	position: relative !important;
	width: 1rem !important;
	height: 1rem !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1rem !important;
	font-family: "Courier New", Courier, monospace !important;
	border-radius: 50% !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer:after,
[ui-pnotify].ui-pnotify .brighttheme-icon-info:after,
[ui-pnotify].ui-pnotify .brighttheme-icon-notice:after,
[ui-pnotify].ui-pnotify .brighttheme-icon-sticker:after,
[ui-pnotify].ui-pnotify .brighttheme-icon-success:after {
	position: absolute !important;
	top: 0 !important;
	left: .2rem !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-notice {
	background-color: #2e2e00 !important;
	color: #ffffa2 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-notice:after {
	content: "!" 
}

[ui-pnotify].ui-pnotify .brighttheme-icon-info {
	background-color: #012831 !important;
	color: #8fcedd !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-info:after {
	content: "i"
}

[ui-pnotify].ui-pnotify .brighttheme-icon-success {
	background-color: #104300 !important;
	color: #aff29a !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-success:after {
	content: "\002713"
}

[ui-pnotify].ui-pnotify .brighttheme-icon-error {
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	border-radius: 0 !important;
	border-left: .6rem solid transparent !important;
	border-right: .6rem solid transparent !important;
	border-bottom: 1.2rem solid #2e0400 !important;
	color: #ffaba2 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-error:after {
	position: absolute !important;
	top: .1rem !important;
	left: -.25rem !important;
	font-size: .9rem !important;
	font-weight: 700 !important;
	line-height: 1.4rem !important;
	font-family: "Courier New", Courier, monospace !important;
	content: "!"
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer,
[ui-pnotify].ui-pnotify .brighttheme-icon-sticker {
	display: inline-block !important;
}

[ui-pnotify].ui-pnotify .brighttheme-icon-closer:after {
	content: "\002715"
}

[ui-pnotify].ui-pnotify .brighttheme-icon-sticker:after {
	top: -1px !important;
	content: "\002016"
}

[ui-pnotify].ui-pnotify .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
	content: "\00003E"
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-confirm {
	margin-top: 1rem !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-prompt-bar {
	margin-bottom: 1rem !important;
}

[ui-pnotify].ui-pnotify .brighttheme .ui-pnotify-action-button {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	padding: .4rem 1rem !important;
	border: none !important;
	background: 0 0 !important;
	cursor: pointer !important;
}

[ui-pnotify].ui-pnotify .brighttheme-notice .ui-pnotify-action-button.brighttheme-primary {
	background-color: #ff0 !important;
	color: #4f4f00 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-info .ui-pnotify-action-button.brighttheme-primary {
	background-color: #0286a5 !important;
	color: #012831 !important;
}

[ui-pnotify].ui-pnotify .brighttheme-success .ui-pnotify-action-button.brighttheme-primary {
	background-color: #35db00 !important;
	color: #104300 !important;
}
[ui-pnotify].ui-pnotify .brighttheme-error .ui-pnotify-action-button.brighttheme-primary {
	background-color: #ff1800 !important;
	color: #4f0800 !important;
}
      
      
    