/************************** Search Filter RTL **************************/
 .rtl {
	/************************** Mega Menu RTL **************************/
	/************************** Apex Graphs RTL **************************/
	/************************** Datatable RTL **************************/
	/************************** Notify RTL **************************/
	/************************** Apex RTL **************************/
}
 .rtl .ui.category.search > .results .category .result {
	 margin: 0 120px 0 0;
}
 .rtl .ui.category.search > .results .category > .name {
	 float: right;
}
 .rtl .ui.category.search > .results .category .result {
	 border-left: 0;
	 border-right: 1px solid #dedeef;
}
 @media only screen and (min-width: 767px) {
	 .rtl .cd-dropdown {
		 left: initial;
		 right: 0;
	}
}
 .rtl .cd-dropdown-wrapper {
	 margin: 0 0 0 10px;
}
 .rtl .cd-dropdown-trigger > .menu-icon {
	 margin-left: 7px;
	 margin-right: 0;
}
 .rtl .has-children > a {
	 padding-right: 15px;
	 padding-left: 30px;
}
 .rtl .has-children > a::before, .rtl .has-children > a::after {
	 left: 15px;
	 right: auto;
	 -webkit-transform-origin: 0px 50%;
	 -moz-transform-origin: 0px 50%;
	 -ms-transform-origin: 0px 50%;
	 -o-transform-origin: 0px 50%;
	 transform-origin: 0px 50%;
}
 .rtl .has-children > a::before, .rtl .go-back a::before {
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 .rtl .has-children > a::after, .rtl .go-back a::after {
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 @media only screen and (min-width: 768px) {
	 .rtl .cd-dropdown-content .cd-secondary-dropdown, .rtl .cd-dropdown-content .cd-dropdown-icons {
		 -webkit-transform: translateX(0);
		 -moz-transform: translateX(0);
		 -ms-transform: translateX(0);
		 -o-transform: translateX(0);
		 transform: translateX(0);
		 left: 0;
		 right: 100%;
		 height: auto;
		 background-color: #fff;
		 box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	}
}
 @media only screen and (max-width: 767px) {
	 .rtl .cd-dropdown {
		 display: none;
	}
	 .rtl .cd-dropdown.dropdown-is-active {
		 position: fixed;
		 top: 80px;
		 right: 10px;
		 left: 10px;
		 bottom: 10px;
		 border-radius: 0 0 10px 10px;
		 overflow: auto;
		 display: block;
	}
	 .rtl .has-children > a {
		 color: #ad1011;
		 font-size: 18px;
		 font-weight: 600;
	}
	 .rtl .cd-dropdown-content, .rtl .cd-dropdown-content ul {
		 position: relative;
		 width: auto;
		 left: 0;
	}
	 .rtl .cd-dropdown-content .cd-secondary-dropdown > li {
		 width: 100%;
	}
	 .rtl .cd-dropdown-content > .has-children > ul {
		 visibility: visible;
	}
	 .rtl .cd-dropdown-content .cd-secondary-dropdown {
		 position: relative;
		 left: 0;
		 width: auto;
		 box-shadow: none;
		 max-height: 100%;
	}
}
 .rtl .apexcharts-legend-marker {
	 margin-right: 0;
	 margin-left: 5px;
}
 .rtl table.dataTable td .media-box img.media-avatar {
	 margin: 0 0 0 10px;
}
 .rtl div.dataTables_wrapper div.dataTables_paginate {
	 float: left;
}
 .rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
	 padding-right: 0;
}
 .rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
	 padding-left: 0;
}
 .rtl div.dataTables_wrapper div.dataTables_filter {
	 text-align: left;
}
 .rtl div.dataTables_wrapper div.dataTables_filter input {
	 margin-left: 0;
	 margin-right: 0.5em;
}
 .rtl table.dataTable th {
	 padding: 0.8rem 0.5rem;
}
 .rtl table.dataTable td .media-box img.media-avatar-lg {
	 margin: 0 0 0 10px;
}
 .rtl .notify.notify-notes {
	 left: 20px;
	 right: auto;
}
 .rtl .notify .note .remove {
	 left: 10px;
	 right: auto;
}
 .rtl .apexcharts-canvas * {
	 direction: ltr;
	 text-align: left;
}
 