/* My custom styles */

body {
	direction: rtl;
	text-align: right;
}

/*control arrow in rtl menu item with subs */
.app-sidebar .navigation li.has-sub > a:after {
	content: "\e843";
}

.disabled {
	pointer-events: none;
	background-color: #e9ecef;
	opacity: 1;
}