.new-noti {
	padding: 10px;
	margin-bottom: 5px;
	background-color: #525252;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	display: flex;
	flex-direction: row;
}
.notification-boxs {
	position: fixed;
	bottom: 12px;
	right: 12px;
	width: 286px;
}
.noty-inner-row {
	padding: 1px 2px;
	margin-bottom: 5px;
}
.noti-check {
	padding: 0 8px;
	align-self: center;
}
.noti-txt {
	padding: 0 5px;
	width:210px;
}
.noti-close {
	padding: 0 5px;
	align-self: center;
}
.noti-check img {
	width: 15px;
}
.noti-close img {
	width: 12px;
}
.ticket-row {
	display: flex;
	justify-content: space-between;
}
.noti-ticket {
	display: flex;
}
.noti-status {
	display: flex;
}
.noty-main-txt {
	width: 100%;
}
.noty-time {
	width: 100%;
}
