.w-1 { width: 1%; }
.w-2 { width: 2%; }
.w-3 { width: 3%; }
.w-4 { width: 4%; }
.w-5 { width: 5%; }
.w-6 { width: 6%; }
.w-7 { width: 7%; }
.w-8 { width: 8%; }
.w-9 { width: 9%; }
.w-10 { width: 10%; }
.w-11 {	width: 11%; }
.w-12 {	width: 12%; }
.w-13 {	width: 13%; }
.w-14 {	width: 14%; }
.w-15 {	width: 15%; }
.w-16 {	width: 16%; }
.w-17 {	width: 17%; }
.w-18 {	width: 18%; }
.w-19 {	width: 19%; }
.w-20 {	width: 20%; }
.w-21 {	width: 21%; }
.w-22 {	width: 22%; }
.w-23 {	width: 23%; }
.w-24 {	width: 24%; }
.w-26 {	width: 26%; }
.w-27 {	width: 27%; }
.w-28 {	width: 28%; }
.w-29 {	width: 29%; }
.w-30 {	width: 30%; }

.app-sidebar {
	transition: all 0.4s ease;
}
.sidebar-wrapper .nav-item div {
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-arrow {
	transition: all 0.3s ease !important;
}
.nav-badge {
	margin-top: 2px;
}
.cursor-pointer {
	cursor: pointer;
}
.divider {
	height: 16px;
	position: relative;
}
.divider hr {
	margin: 0;
}
.divider b {
	position: absolute;
	top: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 4px;
}
.divider.text-success b {
	background-color: #00CC00;
}
.divider.text-danger b {
	background-color: #dc3545;
}
.divider div {
	position: absolute;
	top: -10px;
	left: 24px;
	font-size: 0.8em;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
	padding: 0 6px;
}
.divider span {
	margin-left: 16px;
}
.templates {
	display: none;
}
.pointer-events-none {
	pointer-events: none;
}

.notify-id {
	display: none;
}
