@charset "UTF-8";

#mini-notification {
	width: 400px !important;
	padding: 0px;
	color: #515356;
	font-size: 14px !important;
}

#mini-notification>div {
	overflow: auto;
	max-height: 450px;
}

#mini-notification .mini-noti-header {
	padding: 14px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #FFF;
	border-radius: 6px 6px 0 0;
	font-weight: 600;
	box-sizing: border-box;
}

#mini-notification .mini-noti-header a:hover {
	color: #f79420;
}

#mini-notification .mini-noti-section {
	padding: 0 14px 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #eaeaea;
}

#mini-notification .mini-noti-section label {
	display: block;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

#mini-notification .mini-noti-section label i {
	color: #0867b2;
}

#mini-notification .mini-noti-section .mini-noti {
	padding: 5px 2px;
	background-color: #fff;
}

#mini-notification .mini-noti-section .mini-noti.noti-new {
	margin-bottom: 1px;
	background-color: #ebf2fa;
}

#mini-notification .mini-noti-section .mini-noti:hover,
	#mini-notification .mini-noti-section .mini-noti.noti-new:hover {
	background-color: #fdecd8;
}

#mini-notification .mini-noti-section .item {
	line-height: 1.5;
}

#mini-notification .mini-noti-section .item img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
	border: 1px solid #eee;
}

#mini-notification .mini-noti-section .item .header.sub {
	color: #0867b2;
	font-size: smaller;
}

#mini-notification ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

#mini-notification ::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 5px;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

#mini-notification ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .1);
	border-radius: 0;
}

.account-menu-notifications {
	height: 30px;
	color: #515356;
	cursor: pointer;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Prompt', sans-serif;
}

.account-menu-notifications.active {
	color: #0867B2;
	font-weight: normal;
}

.account-menu-notifications-content {
	display: none;
}

.account-menu-notifications-content h1,
	.account-menu-notifications-content h2,
	.account-menu-notifications-content h3,
	.account-menu-notifications-content h4,
	.account-menu-notifications-content h5 {
	font-weight: 600;
	font-family: 'Prompt', sans-serif;
}

.account-menu-notifications-content .header-section+hr {
	opacity: 0.15;
	margin: 8px 0px 16px;
	color: rgba(34, 36, 38);
}

.header-notification-item {
	background-color: #ffffff;
	padding: 8px !important;
	margin: 0 !important;
	margin-bottom: 2px !important;
	border-radius: 4px !important;
	cursor: pointer;
	transition: 0.3s !important;
}

.notification-item-new {
	background-color: #e9f5ff !important;
}

.header-notification-item:hover {
	background-color: #f7941e1f !important;
}

.header-notification-column {
	padding: 0 !important;
}

.header-notification-column-img {
	width: 55px !important;
	height: 55px !important;
}

.header-notification-img {
	background-color: #cccccc;
	height: 55px;
	width: 55px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 4px;
}

.header-notification-content-header-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 0.9;
	text-align: left;
}

.header-notification-content-description {
	display: block;
	max-height: 12.6rem;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2px;
	overflow: hidden;
	max-height: 55px;
	text-align: left;
}

.header-notification-content-header-time {
	font-size: 12px !important;
	color: #0867b2 !important;
	text-align: left;
	line-height: 1;
	text-align: left;
}

.account-notification-item {
	background-color: #ffffff;
	padding: 14px !important;
	margin: 0 !important;
	margin-bottom: 4px !important;
	border-radius: 4px !important;
	cursor: pointer;
	transition: 0.3s !important;
}

.account-notification-item:hover {
	background-color: #f7941e1f !important;
}

.account-notification-item-new {
	background-color: #e9f5ff !important;
}

.account-notification-column {
	padding: 0 !important;
}

.account-notification-column-img {
	max-width: 76px !important;
	height: 70px !important;
}

.account-notification-img {
	background-color: #cccccc;
	height: 70px;
	width: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 4px;
}

.account-notification-content {
	min-width: 660px !important;
}

.account-notification-content-header-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	padding-left: 8px !important;
	line-height: 0.9;
	margin-bottom: 4px;
}

.account-notification-content-description {
	display: block;
	padding-left: 8px !important;
	font-size: .900rem;
	line-height: 1.5;
	margin-bottom: .3125rem;
}

.account-notification-content-header-time {
	font-size: 12px !important;
	color: #666666 !important;
	text-align: left;
	padding-left: 8px !important;
	line-height: 1;
}

.account-notification-content-seemore {
	min-width: 105px !important;
	padding: 0 !important;
}

.account-notification-content-seemore-button {
	margin: 0 !important;
	padding: 8px 16px !important;
	font-size: 12px !important;
	transition: 0.3s !important;
	background-color: #fff0 !important;
}

.account-notification-content-seemore-button:hover {
	box-shadow: 0 0 0 1px #666666 inset !important;
	color: #666666 !important;
}

.account-notification-markallread-button {
	padding: 0 !important;
	margin: 0 !important;
	background-color: unset !important;
}

.account-notification-dot {
	display: inline-flex !important;
	border-radius: 30px;
	min-width: 6px;
	min-height: 6px;
	background-color: #f7941e;
	margin-bottom: 1px;
	opacity: 0;
	transition: 0.3s !important;
}