/* Notice */

.editor-block-list__block select.notice-style-select{
	border: none;
	border-color: #444;
	padding: 4px;
    margin: 4px;
}
.editor-block-list__block select.notice-style-select:focus{
	outline: none;
	box-shadow: 0 0 0 1px #555;
}
.wp-block-pack-notice{
	padding: 20px 30px 20px 30px;
	color: #f7f7f7;
	position: relative;
}
.wp-block-pack-notice.closebtn-on{
	padding-right: 60px;
}
.wp-block-pack-notice.closebtn-on::after{
	content: ' \00D7';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 20px;
}
#editor .wp-block-pack-notice p,
.wp-block-pack-notice p{
	margin-top: 0;
	margin-bottom: 0;
}
#editor .wp-block-pack-notice.editor-rich-text__tinymce a,
.wp-block-pack-notice a{
	color: #fff;
	box-shadow: inset 0 -1px 0 #fff;
}
#editor .wp-block-pack-notice.editor-rich-text__tinymce a:hover,
.wp-block-pack-notice a:hover{
	color: #fff;
	box-shadow: inset 0 -2px 0 #fff;
}
.wp-block-pack-notice.notice-info{
	background-color: #2196F3; 
}
.wp-block-pack-notice.notice-dang{
	background-color: #e72719;
}
.wp-block-pack-notice.notice-succ{
	background-color: #4CAF50;
}
.wp-block-pack-notice.notice-warn{
	background-color: #ff9800;
}
.wp-block-pack-notice.align-undefined,
.wp-block-pack-notice.align-left{
	text-align: left;
}
.wp-block-pack-notice.align-center{
	text-align: center;
}
.wp-block-pack-notice.align-right{
	text-align: right;
}
