@font-face {
	 font-family: 'Open Sans';
	 src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype");
	 font-weight: 300;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Open Sans';
	 src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
	 font-weight: normal;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Open Sans';
	 src: url("../fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
	 font-weight: 600;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Open Sans';
	 src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
	 font-weight: bold;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Open Sans';
	 src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
	 font-weight: bold;
	 font-style: normal;
	 font-display: swap;
}
 @font-face {
	 font-family: 'Rubik Mono One';
	 src: url("../fonts/rubik-mono/RubikMonoOne-Regular.ttf") format("truetype");
	 font-style: normal;
}
 .rtl html, .rtl.body {
	 height: 100%;
	 font-size: 100%;
}
 .rtl.body {
	 margin: 0;
	 padding: 0;
	 font: 400 0.8rem 'Open Sans', sans-serif;
	 color: #454f58;
	 min-height: 100%;
	 position: relative;
}
 .rtl div.authentication {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: url(../img/login-bg.jpg) no-repeat;
	 background-size: cover;
	 background-attachment: fixed;
	 overflow: auto;
}
 .rtl div.error-page {
	 background: #da5656;
}
 .rtl div.subscribe-page {
	 background: #a6b2c5;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl div.maintenance-page {
	 background: #1b1a38;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl.fullscreen .page-header .toggle-sidebar {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 0 -8px 0 10px;
}
 .rtl.fullscreen .page-wrapper .main-container {
	 padding-right: 0;
}
 .rtl.fullscreen .page-wrapper .sidebar-wrapper {
	 right: -350px;
}
 .rtl.fullscreen .page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo {
	 margin: 3.5rem auto 2.5rem auto;
}
 .rtl.fullscreen .page-wrapper.toggled .sidebar-wrapper {
	 right: 10px;
}
 .rtl.full-view .page-wrapper {
	 padding: 0;
}
 .rtl.full-view .sidebar-wrapper {
	 height: calc(100vh);
	 top: 0;
	 right: 0;
}
 .rtl.full-view .sidebar-wrapper .sidebar-tabs {
	 height: calc(100vh);
}
 .rtl.full-view .sidebar-wrapper .sidebar-tabs .nav {
	 border-radius: 0;
	 height: calc(100vh);
}
 .rtl.full-view .main-container {
	 border-radius: 0;
	 height: calc(100vh);
}
 .rtl.full-view .content-wrapper {
	 height: calc(100vh - 115px);
}
 .rtl.full-view .sidebar-actions {
	 margin: 4.5rem 0 1rem 0;
}
 @media screen and (max-width: 1024px) {
	 .rtl.full-view .page-wrapper .sidebar-wrapper {
		 right: -350px;
	}
	 .rtl.full-view .page-wrapper.toggled .sidebar-wrapper {
		 right: 0;
	}
}
 .rtl.body.default-sidebar .main-container {
	 padding: 0 260px 0 0;
}
 .rtl.body.compact-sidebar .main-container {
	 padding: 0 160px 0 0;
}
 .rtl.body.slim-sidebar .main-container {
	 padding: 0 75px 0 0;
}
 .rtl #loading-wrapper {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 5000;
	 background: rgba(0, 0, 0, .95);
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 font-size: 1rem;
}
 .rtl #loading-wrapper .spinner-border {
	 width: 5rem;
	 height: 5rem;
	 color: #5957b1;
	 border-width: 0.7em;
	 margin-bottom: 10px;
}

.rtl #waiting-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
    background: rgba(255, 255, 255, 1);
    color: #002ca9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1rem;
}

	.rtl #waiting-wrapper .spinner-border {
		width: 5rem;
		height: 5rem;
		color: #5957b1;
		border-width: 0.7em;
		margin-bottom: 10px;
	}


 .rtl a {
	 color: #000;
	 text-decoration: none;
}
 .rtl a:hover {
	 text-decoration: none;
	 color: inherit;
}
 .rtl img {
	 border-radius: 3px;
}
 .rtl ul {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .rtl ul.custom {
	 font-size: 0.825rem;
	 margin: 20px 0 0 20px;
}
 .rtl ul.custom li {
	 line-height: 180%;
}
 .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
	 font-weight: 600;
}
 .rtl h1 {
	 font-size: 2.5rem;
	 margin-bottom: 0.8rem;
}
 .rtl h2 {
	 font-size: 2rem;
	 margin-bottom: 0.5rem;
}
 .rtl h3 {
	 font-size: 1.5rem;
	 margin-bottom: 0.5rem;
}
 .rtl h4 {
	 font-size: 1.25rem;
	 margin-bottom: 0.4rem;
}
 .rtl h5 {
	 font-size: 1rem;
	 margin-bottom: 0.3rem;
}
 .rtl h6 {
	 font-size: 0.85rem;
	 margin-bottom: 0.2rem;
}
 .rtl p {
	 margin-bottom: 0.2rem;
	 line-height: 180%;
}
 .rtl .img-36 {
	 width: 36px;
	 height: 36px;
}
 .rtl .img-48 {
	 width: 48px;
	 height: 48px;
}
 .rtl .img-64 {
	 width: 64px;
	 height: 64px;
}
 .rtl .img-72 {
	 width: 72px;
	 height: 72px;
}
 .rtl .img-90 {
	 width: 90px;
	 height: 90px;
}
 .rtl .bg-primary {
	 background: #5957b1 !important;
}
 .rtl .bg-secondary {
	 background: #f26861 !important;
}
 .rtl .red-bg, .rtl .bg-danger {
	 background: #da5656 !important;
}
 .rtl .green-bg, .rtl .bg-success {
	 background: #24b1aa !important;
}
 .rtl .yellow-bg, .rtl .bg-warning {
	 background: #dea914 !important;
}
 .rtl .blue-bg, .rtl .bg-info {
	 background: #3795f3 !important;
}
 .rtl .light-bg, .rtl .bg-light {
	 background: #f5f8fd !important;
	 color: #111;
}
 .rtl .text-primary {
	 color: #5957b1 !important;
}
 .rtl .text-secondary {
	 color: #f26861 !important;
}
 .rtl .text-danger {
	 color: #da5656 !important;
}
 .rtl .text-success {
	 color: #24b1aa !important;
}
 .rtl .text-warning {
	 color: #dea914 !important;
}
 .rtl .text-info {
	 color: #3795f3 !important;
}
 .rtl .text-light {
	 color: #5e6973 !important;
}
 .rtl .text-lighter {
	 color: #9aa5af !important;
}
 .rtl .h-320 {
	 min-height: 320px;
}
 .rtl .h-350 {
	 min-height: 350px;
}
 .rtl .h-380 {
	 min-height: 380px;
}
 .rtl .h-410 {
	 min-height: 410px;
}
 .rtl .h-475 {
	 min-height: 475px;
}
 .rtl .h-250 {
	 min-height: 250px;
}
 .rtl .h-180 {
	 min-height: 180px;
}
 .rtl [class^="icon-"], .rtl [class*=" icon-"] {
	 text-shadow: 1px 1px #fff;
}
 .rtl .page-wrapper {
	 padding: 10px;
	 background: #1b1a38;
}
 .rtl .sidebar-wrapper {
	 height: calc(100vh - 20px);
	 position: fixed;
	 top: 10px;
	 right: 10px;
	 z-index: 999;
	 -webkit-transition: right 0.3s ease, width 0.3s ease;
	 transition: right 0.3s ease, width 0.3s ease;
}
 .rtl .sidebar-wrapper .sidebar-tabs {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 height: calc(100vh - 20px);
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 70px;
	 padding: 1rem 0.5rem 1rem 0.5rem;
	 border-radius: 0 10px 10px 0;
	 background: #fff;
	 height: calc(100vh - 20px);
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.logo {
	 margin: 0.5rem auto 2.5rem auto;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.logo img {
	 width: 40px;
	 height: 46.5px;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link {
	 padding: 16px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 position: relative;
	 border-radius: 50px;
	 min-width: 52px;
	 min-height: 52px;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link i {
	 font-size: 1.2rem;
	 color: #5e6973;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link:hover {
	 background: #f1f4f9;
	 border-radius: 50px;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link:hover .nav-link-text {
	 display: block;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link.active {
	 background: #f0f0ff;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link.active i {
	 color: #5957b1;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link .nav-link-text {
	 padding: 3px 12px;
	 background: #000;
	 color: #fff;
	 display: none;
	 position: absolute;
	 right: 60px;
	 font-size: 0.7rem;
	 top: 17px;
	 z-index: 100;
	 border-radius: 2px;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link .nav-link-text:before {
	 content: '';
	 position: absolute;
	 right: -5px;
	 top: 6px;
	 width: 0;
	 height: 0;
	 border-top: 5px solid transparent;
	 border-bottom: 5px solid transparent;
	 border-left: 5px solid #000;
}
 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link.settings {
	 margin-top: auto;
	 background: #f1f4f9;
	 border-radius: 50px;
	 position: relative;
}
 .rtl .sidebar-wrapper .sidebar-tabs .tab-content {
	 width: 240px;
	 padding: 0;
	 background: #f6f6fd;
}
 .rtl .sidebar-wrapper .sidebar-tabs .tab-content > .tab-pane .tab-pane-header {
	 margin: 0;
	 padding: 1.5rem 20px;
	 font-size: 1.2rem;
	 font-weight: 600;
	 color: #5957b1;
}
 @media (max-width: 420px) {
	 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link {
		 padding: 10px;
		 min-width: 36px;
		 min-height: 36px;
	}
	 .rtl .sidebar-wrapper .sidebar-tabs .nav a.nav-link i {
		 font-size: 1rem;
	}
}
 .rtl .sidebar-menu {
	 padding: 0;
}
 .rtl .sidebar-menu .list-heading {
	 padding: 0 20px 10px 20px;
	 color: #111;
	 font-size: 0.75rem;
	 font-weight: 600;
	 text-transform: uppercase;
}
 .rtl .sidebar-menu ul {
	 margin: 0 0 15px 0;
}
 .rtl .sidebar-menu ul li a {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-decoration: none;
	 position: relative;
	 padding: 9px 20px 9px 20px;
	 color: #5e6973;
	 font-size: 0.825rem;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
	 position: relative;
}
 .rtl .sidebar-menu ul li a:hover {
	 color: #5957b1;
	 background: rgba(255, 255, 255, .5);
}
 .rtl .sidebar-menu ul li a.current-page {
	 color: #5957b1;
	 background: #fff;
	 -webkit-box-shadow: inset -3px 0 0 #5957b1;
	 box-shadow: inset -3px 0 0 #5957b1;
	 position: relative;
}
 .rtl .sidebar-menu ul.tile-menu {
	 margin: 0 15px 15px 15px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .sidebar-menu ul.tile-menu li {
	 width: 48%;
	 background: #fff;
	 border-radius: 5px;
	 padding: 0;
	 border: 1px solid #e1e8f3;
	 margin: 4px 0;
}
 .rtl .sidebar-menu ul.tile-menu li a {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 padding: 9px 5px;
	 min-height: 80px;
	 font-size: 0.725rem;
}
 .rtl .sidebar-menu ul.tile-menu li a i {
	 font-size: 1.1rem;
	 color: #5e6973;
	 margin-bottom: 0.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .sidebar-menu ul.tile-menu li a:hover {
	 color: #5957b1;
}
 .rtl .sidebar-menu ul.tile-menu li a:hover i {
	 color: #5957b1;
}
 .rtl .sidebar-menu ul.tile-menu li a.current-page {
	 color: #5957b1;
}
 .rtl .sidebar-menu ul.tile-menu li a.current-page i {
	 color: #5957b1;
}
 .rtl .sidebar-menu ul.tile-menu .list-heading {
	 width: 100%;
	 padding: 0 0 10px 0;
	 background: transparent;
	 border: 0;
}
 .rtl .sidebar-actions {
	 margin: 2.5rem 0 1rem 0;
	 padding: 0 20px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}
 .rtl .sidebar-actions > a {
	 padding: 10px;
	 border-radius: 4px;
	 min-width: 90px;
	 max-width: 90px;
	 min-height: 80px;
	 margin-left: 10px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 background: #fff;
	 -webkit-box-shadow: 5px 5px 10px #eaeef7;
	 box-shadow: 5px 5px 10px #eaeef7;
}
 .rtl .sidebar-actions > a .bg-avatar {
	 width: 40px;
	 height: 40px;
	 border-radius: 50px;
	 margin: -30px 0 15px 0;
	 font-size: 13px;
	 font-weight: 700;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .sidebar-actions > a > h5 {
	 font-size: 0.8rem;
	 margin: 0 0 10px 10px;
	 font-weight: 400;
	 color: #5e6973;
}
 .rtl .sidebar-actions > a:hover {
	 background: #3795f3;
	 color: #fff;
}
 .rtl .sidebar-actions > a:hover > h5 {
	 color: #fff;
}
 .rtl .sidebar-actions > a:hover > h6 {
	 color: #fff;
}
 .rtl .sidebar-actions > a.red .bg-avatar {
	 background: #ffe7e7;
	 color: #b32828;
}
 .rtl .sidebar-actions > a.red:hover {
	 background: #da5656;
	 color: #fff;
}
 .rtl .sidebar-actions > a.blue .bg-avatar {
	 background: #eaeaff;
	 color: #5957b1;
}
 .rtl .sidebar-actions > a.blue:hover {
	 background: #5957b1;
	 color: #fff;
}
 .rtl .sidebar-actions .support-tile {
	 background: #5957b1;
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 100%;
	 padding: 15px 10px;
	 border-radius: 4px;
	 font-size: 0.9rem;
	 line-height: 130%;
	 font-weight: 600;
	 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent) !important;
	 background-size: 0.4rem 0.4rem !important;
}
 .rtl .sidebar-actions .support-tile i {
	 background: #fff;
	 width: 50px;
	 height: 50px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 border-radius: 50px;
	 text-shadow: none;
	 color: #5957b1;
	 font-size: 1.4rem;
	 margin-left: 10px;
}
 .rtl .sidebar-actions .support-tile.green {
	 background: #24b1aa;
}
 .rtl .sidebar-actions .support-tile.green i {
	 color: #24b1aa;
}
 .rtl .sidebar-actions .support-tile.red {
	 background: #da5656;
}
 .rtl .sidebar-actions .support-tile.red i {
	 color: #da5656;
}
 .rtl .sidebar-actions .support-tile.yellow {
	 background: #bd8d09;
}
 .rtl .sidebar-actions .support-tile.yellow i {
	 color: #bd8d09;
}
 .rtl .sidebar-actions .support-tile.pink {
	 background: #e75b62;
}
 .rtl .sidebar-actions .support-tile.pink i {
	 color: #e75b62;
}
 .rtl .sidebar-actions .support-tile .btn {
	 display: block;
	 color: #53565a;
}
 .rtl .sidebar-actions .support-tile a {
	 color: #fff;
}
 @media screen and (max-width: 1024px) {
	 .rtl .sidebar-actions > a {
		 padding: 10px;
		 min-width: 80px;
		 max-width: 80px;
	}
}
 .rtl .sidebar-settings {
	 padding: 0 20px;
}
 .rtl .sidebar-settings .accordion .accordion-button {
	 font-size: 0.775rem;
	 color: #5e6973;
	 padding: 0.8rem 0.8rem;
}
 .rtl .sidebar-settings .accordion .accordion-button::after {
	 width: 1rem;
	 height: 1rem;
	 background-size: 1rem;
}
 .rtl .sidebar-settings .accordion .accordion-body {
	 padding: 0.6rem 0.8rem;
}
 .rtl .sidebar-settings .noti-container {
	 margin: 0 -0.8rem;
}
 .rtl .sidebar-settings .noti-container .noti-block {
	 font-size: 0.775rem;
	 color: #5e6973;
	 padding: 0.6rem 0.8rem;
	 border-bottom: 1px solid #e1e8f3;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .sidebar-settings .noti-container .noti-block:last-child {
	 border-bottom: 0;
}
 .rtl .sidebar-settings .form-switch {
	 padding: 0;
}
 .rtl .sidebar-settings .form-switch .form-check-input {
	 margin-left: auto;
}
 .rtl .sidebar-settings .field-wrapper input {
	 min-height: 30px;
}
 .rtl .sidebar-settings .field-wrapper .field-placeholder {
	 font-size: 0.7rem;
}
 .rtl .default-sidebar-wrapper {
	 width: 260px;
	 padding: 0;
	 background: #f6f6fd;
	 height: calc(100vh - 20px);
	 border-radius: 0 4px 4px 0;
}
 .rtl .default-sidebar-wrapper .default-sidebar-brand {
	 margin: 0;
}
 .rtl .default-sidebar-wrapper .default-sidebar-brand .logo {
	 padding: 1rem;
	 min-height: 80px;
	 margin: 0 0 1rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .default-sidebar-wrapper .default-sidebar-brand .logo img {
	 max-width: 150px;
	 max-height: 48px;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu {
	 padding-bottom: 10px;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li a {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 position: relative;
	 padding: 7px 20px 7px 35px;
	 width: 100%;
	 color: #5e6973;
	 font-size: 0.8rem;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li a i {
	 margin-left: 12px;
	 font-size: 1rem;
	 background-color: #e7ecf3;
	 text-shadow: none;
	 color: #5957b1;
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
	 border-radius: 4px;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li a .menu-text {
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 -ms-flex-negative: 1;
	 flex-shrink: 1;
	 overflow: hidden;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li a:hover {
	 color: #5957b1;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li a:hover i {
	 background-color: #5957b1;
	 color: #fff;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active-page-link {
	 background: #5957b1;
	 position: relative;
	 pointer-events: none;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active-page-link a {
	 color: #fff;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active-page-link a i {
	 background: #f0f0ff;
	 color: #fff;
	 border-radius: 4px;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active a i {
	 background: #5957b1;
	 color: #fff;
	 border-radius: 4px;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active a.current-page {
	 background: #5957b1;
	 pointer-events: none;
	 position: relative;
	 color: #fff;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active a.current-page:after {
	 content: '';
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 50%;
	 left: 0;
	 margin: -8px 0 0 0;
	 border: 8px solid;
	 border-color: transparent transparent transparent #efeff7;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu ul li.active .default-sidebar-submenu {
	 display: block;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown > a:after {
	 font-family: "icomoon";
	 font-weight: 700;
	 font-size: 1rem;
	 content: "\e9ef";
	 display: inline-block;
	 position: absolute;
	 left: 15px;
	 top: 18px;
	 -webkit-transition: -webkit-transform 0.3s ease;
	 transition: -webkit-transform 0.3s ease;
	 transition: transform 0.3s ease;
	 transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown .default-sidebar-submenu {
	 display: none;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown .default-sidebar-submenu ul {
	 padding: 0;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown .default-sidebar-submenu ul li a {
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 padding: 9px 65px 9px 35px;
	 font-size: 0.8rem;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown .default-sidebar-submenu ul li a:before {
	 font-family: "icomoon";
	 font-weight: 700;
	 content: "\e5c8";
	 margin: 0 0 0 10px;
	 font-size: 0.7rem;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown .default-sidebar-submenu ul li a:hover {
	 background: #f1f4f9;
}
 .rtl .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-dropdown.active > a:after {
	 -webkit-transform: rotate(-180deg);
	 transform: rotate(-180deg);
	 left: 15px;
}
 @media screen and (min-width: 1025px) {
	 .rtl .slim-sidebar .default-sidebar-wrapper {
		 -webkit-transition: right 0.3s ease, width 0.3s ease;
		 transition: right 0.3s ease, width 0.3s ease;
	}
	 .rtl .slim-sidebar:not(.sidebar-hovered) .default-sidebar-wrapper {
		 width: 75px;
		 -webkit-transition: right 0.3s ease, width 0.3s ease;
		 transition: right 0.3s ease, width 0.3s ease;
	}
	 .rtl .slim-sidebar:not(.sidebar-hovered) .default-sidebar-wrapper .default-sidebar-menu .default-sidebar-submenu, .rtl .slim-sidebar:not(.sidebar-hovered) .default-sidebar-wrapper .default-sidebar-menu ul > li > a > span, .rtl .slim-sidebar:not(.sidebar-hovered) .default-sidebar-wrapper .default-sidebar-menu ul > li > a::after {
		 display: none !important;
	}
}
.rtl .compact-sidebar-wrapper {
	width: 160px;
	padding: 0;
	background: #f6f6fd;
	height: calc(100vh);
	border-radius: 4px 0 0 4px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-brand {
	 margin: 0;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-brand .logo {
	 padding: 1rem;
	 min-height: 80px;
	 margin: 0 0 1rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-brand .logo img {
	 max-width: 130px;
	 max-height: 40px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu {
	 padding-bottom: 10px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li a {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 position: relative;
	 padding: 15px 15px 15px 15px;
	 width: 100%;
	 color: #5e6973;
	 font-size: 0.725rem;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li a i {
	 margin-bottom: 7px;
	 font-size: 1rem;
	 background-color: #e7ecf3;
	 text-shadow: none;
	 color: #5957b1;
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
	 border-radius: 4px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li a .menu-text {
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 -ms-flex-negative: 1;
	 flex-shrink: 1;
	 overflow: hidden;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li a:hover {
	 color: #5957b1;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li a:hover i {
	 background-color: #5957b1;
	 color: #fff;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active-page-link {
	 background: #5957b1;
	 position: relative;
	 pointer-events: none;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active-page-link a {
	 color: #fff;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active-page-link a i {
	 background: #f0f0ff;
	 color: #fff;
	 border-radius: 4px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active a i {
	 background: #5957b1;
	 color: #fff;
	 border-radius: 4px;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active a.current-page {
	 background: #5957b1;
	 pointer-events: none;
	 position: relative;
	 color: #fff;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active a.current-page:after {
	 content: '';
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 50%;
	 left: 0;
	 margin: -8px 0 0 0;
	 border: 8px solid;
	 border-color: transparent transparent transparent #efeff7;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu ul li.active .compact-sidebar-submenu {
	 display: block;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown > a:after {
	 font-family: "icomoon";
	 font-weight: 700;
	 font-size: 1rem;
	 content: "\e9ef";
	 display: inline-block;
	 position: absolute;
	 left: 40px;
	 top: 25px;
	 -webkit-transition: -webkit-transform 0.3s ease;
	 transition: -webkit-transform 0.3s ease;
	 transition: transform 0.3s ease;
	 transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown .compact-sidebar-submenu {
	 display: none;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown .compact-sidebar-submenu ul {
	 padding: 0;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown .compact-sidebar-submenu ul li a {
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 padding: 7px 15px 7px 15px;
	 font-size: 0.725rem;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown .compact-sidebar-submenu ul li a:hover {
	 background: #f1f4f9;
}
 .rtl .compact-sidebar-wrapper .compact-sidebar-menu .compact-sidebar-dropdown.active > a:after {
	 -webkit-transform: rotate(-180deg);
	 transform: rotate(-180deg);
	 left: 40px;
}
.rtl .app-footer {
	font-size: 0.65rem;
	color: rgba(0, 0, 0, .5);
	margin: 0;
	padding: 0.25rem 1.5rem 0.25rem 1.5rem;
	border-top: solid 1px #d7d6ee;
    width: 100%;
}
 @media (max-width: 576px) {
	 .rtl .app-footer {
		 padding: 0.25rem 1rem 0.25rem 1rem;
	}
}
 .rtl .main-container {
	 background: #efeff7;
	 border-radius: 10px;
	 -webkit-transition: padding-left 0.3s ease;
	 transition: padding-left 0.3s ease;
	 padding: 0 310px 0 0;
	 height: calc(100vh - 20px);
}
 @media screen and (max-width: 1024px) {
	 .rtl .page-wrapper .sidebar-wrapper {
		 right: -350px;
	}
	 .rtl .page-wrapper.toggled .sidebar-wrapper {
		 right: 10px;
	}
	 .rtl .page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo {
		 margin: 3.5rem auto 1.5rem auto;
	}
	 .rtl .page-wrapper .sidebar-wrapper .sidebar-tabs .nav a.logo img {
		 width: 32px;
		 height: 36px;
	}
	 .rtl .page-wrapper .sidebar-wrapper .sidebar-tabs .tab-content {
		 width: 220px;
	}
	 .rtl .page-wrapper .main-container {
		 padding-right: 0;
	}
	 .rtl.body.default-sidebar .page-wrapper .sidebar-wrapper {
		 right: -280px;
	}
	 .rtl.body.default-sidebar .page-wrapper.toggled .sidebar-wrapper {
		 right: 10px;
	}
	 .rtl.body.default-sidebar .page-wrapper .main-container {
		 padding-right: 0;
	}
	 .rtl.body.default-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo {
		 margin: 0 3.5rem 1rem 0;
	}
	 .rtl.body.default-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo img {
		 max-height: 34px;
	}
	 .rtl.body.slim-sidebar .page-wrapper .sidebar-wrapper {
		 right: -280px;
	}
	 .rtl.body.slim-sidebar .page-wrapper.toggled .sidebar-wrapper {
		 right: 10px;
	}
	 .rtl.body.slim-sidebar .page-wrapper .main-container {
		 padding-right: 0;
	}
	 .rtl.body.slim-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo {
		 margin: 0 3.5rem 1rem 0;
		 min-height: 60px;
	}
	 .rtl.body.slim-sidebar .page-wrapper .default-sidebar-wrapper .default-sidebar-brand .logo img {
		 max-height: 34px;
	}
	 .rtl.body.compact-sidebar .page-wrapper .sidebar-wrapper {
		 right: -160px;
	}
	 .rtl.body.compact-sidebar .page-wrapper.toggled .sidebar-wrapper {
		 right: 0;
	}
	 .rtl.body.compact-sidebar .page-wrapper .main-container {
		 padding-right: 0;
	}
	 .rtl.body.compact-sidebar .page-wrapper .compact-sidebar-wrapper .compact-sidebar-brand .logo {
		 margin: 0 3.5rem 0 1rem;
		 min-height: 70px;
	}
	 .rtl.body.compact-sidebar .page-wrapper .compact-sidebar-wrapper .compact-sidebar-brand .logo img {
		 max-height: 30px;
		 margin: 5px 0 0 0;
	}
}
 .rtl .page-header {
	 padding: 0 1.5rem;
	 /*margin: 0 0 20px 0;*/
	 border-bottom: 1px solid #dedeef;
}
 .rtl .page-header .toggle-sidebar {
	 border: 2px solid #5957b1;
	 background: #e6e6e6;
	 border-radius: 30px;
	 -webkit-box-shadow: inset -1px -1px 0 #fff;
	 box-shadow: inset -1px -1px 0 #fff;
	 cursor: pointer;
	 display: none;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 40px;
	 min-width: 40px;
	 height: 40px;
	 margin: 0 -4px 0 15px;
	 z-index: 1000;
}
 .rtl .page-header .toggle-sidebar i {
	 color: #5957b1;
	 font-size: 1.1rem;
}
 @media screen and (max-width: 1024px) {
	 .rtl .page-header .toggle-sidebar {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 margin: 0 0 0 15px;
	}
}
 @media (max-width: 576px) {
	 .rtl .page-header {
		 padding: 0 1rem;
	}
}
 .rtl .search-container {
	 margin: 13px 0 13px 0;
	 padding: 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .search-container a.logo {
	 margin: 0 0 0 15px;
}
 .rtl .search-container a.logo img {
	 width: 40px;
	 height: 46.5px;
}
 .rtl .search-container .ui.search {
	 position: relative;
}
 .rtl .search-container .ui.search .search.icon {
	 color: #5957b1;
	 opacity: 1;
	 position: absolute;
	 top: 8px;
	 left: 10px;
	 font-size: 1.5rem;
}
 .rtl .search-container .prompt {
	 border: 0;
	 border-radius: 4px;
	 background: #fff;
	 height: 40px;
	 padding: 0.375rem 0 0.375rem 3rem;
}
 .rtl .search-container .prompt:focus, .rtl .search-container .prompt:hover {
	 border: 0;
	 border-color: #5957b1;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 outline: auto !important;
	 outline-color: #5957b1 !important;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}
 .rtl .header-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .header-actions > li > a {
	 padding: 1.5rem 1.3rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 position: relative;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .header-actions > li > a > i {
	 font-size: 1.2rem;
	 color: #5957b1;
}
 .rtl .header-actions > li > a .count-label {
	 position: absolute;
	 top: 8px;
	 right: 5px;
	 width: 16px;
	 height: 16px;
	 line-height: 16px;
	 font-size: 0.6rem;
	 font-weight: 600;
	 text-align: center;
	 background: #5957b1;
	 color: #fff;
	 border-radius: 30px;
}
 .rtl .header-actions > li > a.user-settings {
	 padding: 0.85rem 1rem 0.85rem 1rem;
	 color: #111;
}
 .rtl .header-actions > li > a.user-settings .avatar {
	 position: relative;
	 margin: 0;
	 width: 40px;
	 height: 40px;
}
 .rtl .header-actions > li > a.user-settings .avatar > img {
	 width: 40px;
	 height: 40px;
	 border-radius: 50px;
}
 .rtl .header-actions > li > a.user-settings .avatar .status {
	 position: absolute;
	 top: -3px;
	 right: -4px;
	 width: 13px;
	 height: 15px;
	 border-radius: 10px;
	 border: 2px solid #fff;
}
 .rtl .header-actions > li > a.user-settings .avatar .status.busy {
	 background: #da5656;
}
 .rtl .header-actions > li > a.user-settings .avatar .status.online {
	 background: #24b1aa;
}
 .rtl .header-actions > li > a.user-settings .avatar .status.away {
	 background: #dea914;
}
 .rtl .header-actions > li > a.user-settings span.user-name {
	 margin-right: 8px;
	 vertical-align: middle;
	 font-size: 0.825rem;
	 display: inline-block;
	 max-width: 90px;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
 .rtl .header-actions > li:hover > a, .rtl .header-actions > li:focus > a {
	 background: #fff;
}
 .rtl .header-actions > li:hover > a i, .rtl .header-actions > li:focus > a i {
	 color: #5957b1;
}
 .rtl .header-actions > li:hover .dropdown-menu, .rtl .header-actions > li:focus .dropdown-menu {
	 margin-top: 0;
	 display: block;
}
 @media (max-width: 576px) {
	 .rtl .header-actions > li > a.user-settings span.user-name {
		 display: none;
	}
	 .rtl .header-actions > li:nth-child(2n) {
		 display: none;
	}
	 .rtl .header-actions > li:first-child {
		 display: none;
	}
}
 .rtl ul.header-notifications li a {
	 padding: 0.7rem 1rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl ul.header-notifications li a > .user-img {
	 position: relative;
	 margin: 0 0 0 10px;
}
 .rtl ul.header-notifications li a > .user-img img {
	 width: 40px;
	 height: 40px;
	 border-radius: 50px;
}
 .rtl ul.header-notifications li a > .user-img:after {
	 content: '';
	 position: absolute;
	 right: -3px;
	 bottom: 5px;
	 width: 10px;
	 height: 10px;
	 border: 1px solid #fff;
	 background: #5957b1;
	 border-radius: 50px;
}
 .rtl ul.header-notifications li a > .user-img.online:after {
	 background: #24b1aa;
}
 .rtl ul.header-notifications li a > .user-img.busy:after {
	 background: #da5656;
}
 .rtl ul.header-notifications li a > .user-img.away:after {
	 background: #dea914;
}
 .rtl ul.header-notifications li a .details {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl ul.header-notifications li a .details > .user-title {
	 font-weight: 600;
	 font-size: 0.825rem;
	 margin: 0 0 2px 0;
	 color: #111;
}
 .rtl ul.header-notifications li a .details .noti-details {
	 font-size: 0.75rem;
	 line-height: 150%;
	 color: #5e6973;
}
 .rtl ul.header-notifications li a .details .noti-date {
	 opacity: 0.4;
	 line-height: 150%;
	 font-size: 0.7rem;
	 color: #5e6973;
}
 .rtl ul.header-notifications li a:hover {
	 background: #f2f4f9;
}
 .rtl ul.activity {
	 margin: 0 10px 0 0;
	 padding: 1rem;
}
 .rtl ul.activity li.activity-list {
	 position: relative;
	 border-right: 1px solid #e1e8f3;
}
 .rtl ul.activity li.activity-list:after {
	 background-color: #fff;
	 border: 2px solid #67aff6;
	 border-radius: 30px;
	 bottom: 0;
	 content: "";
	 height: 10px;
	 width: 10px;
	 right: 0;
	 margin-right: -6px;
	 position: absolute;
	 top: 6px;
}
 .rtl ul.activity li.activity-list:before {
	 border: 4px solid #dfeefd;
	 border-radius: 30px;
	 bottom: 0;
	 content: "";
	 height: 18px;
	 width: 18px;
	 right: 0;
	 margin-right: -10px;
	 position: absolute;
	 top: 2px;
}
 .rtl ul.activity li.activity-list .detail-info {
	 margin: 0 20px 0 0;
	 padding-bottom: 15px;
}
 .rtl ul.activity li.activity-list .detail-info p.date {
	 margin: 0 0 2px 0;
	 padding: 0;
	 font-size: 0.75rem;
	 font-weight: 600;
}
 .rtl ul.activity li.activity-list .detail-info p.info {
	 margin: 0;
	 font-size: 0.75rem;
	 color: #5e6973;
	 line-height: 150%;
}
 .rtl ul.activity li.activity-list:last-child .detail-info {
	 padding-bottom: 0;
}
 .rtl ul.activity li.activity-list.info:after {
	 border: 2px solid #3795f3;
}
 .rtl ul.activity li.activity-list.info:before {
	 border: 4px solid #97c8f9;
}
 .rtl ul.activity li.activity-list.success:after {
	 border: 2px solid #24b1aa;
}
 .rtl ul.activity li.activity-list.success:before {
	 border: 4px solid white;
}
 .rtl ul.activity li.activity-list.danger:after {
	 border: 2px solid #da5656;
}
 .rtl ul.activity li.activity-list.danger:before {
	 border: 4px solid white;
}
 .rtl ul.activity li.activity-list.warning:after {
	 border: 2px solid #dea914;
}
 .rtl ul.activity li.activity-list.warning:before {
	 border: 4px solid white;
}
.rtl .header-profile-actions {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.rtl .header-profile-actions.app {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 215px;
}

.rtl .header-profile-actions.app a {
    min-width: 50%;
    width: 50%;
    text-align: center;
}
	.rtl .header-profile-actions a {
		border-left: 1px dotted rgba(1, 118, 192, .1);
		padding: 0.5rem 1rem;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
	
        text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		color: #5e6973;
		font-size: 0.725rem;
		font-weight: 400;
	}
 .rtl .header-profile-actions a:hover {
	 color: #5957b1;
}
 .rtl .header-profile-actions a i {
	 font-weight: 300;
	 margin-bottom: 0.3rem;
	 font-size: 1.2rem;
	 vertical-align: text-top;
}
 .rtl .header-profile-actions a:last-child {
	 border-left: 0;
}
 .rtl .breadcrumb-container {
	 margin: 0 0 10px 0;
}
 .rtl .breadcrumb-container .breadcrumb {
	 margin: 12px 0 0 0;
}
 .rtl .breadcrumb-container .btn {
	 margin: 0 0.3rem 0 0;
}
 .rtl .content-wrapper-scroll {
	 padding: 0;
}
 .rtl .content-wrapper {

	 padding: 20px 1.5rem  1.5rem;
	 height: calc(100vh - 150px);
	 overflow: auto;
}
 @media (max-width: 576px) {
	 .rtl .content-wrapper {
		 padding: 1rem 1rem 0 1rem;
	}
}
 .rtl .stats-tile {
	 padding: 1rem;
	 margin: 0 0 20px 0;
	 border-radius: 4px;
	 background: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 position: relative;
}
 .rtl .stats-tile .sale-icon {
	 height: 60px;
	 width: 60px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 margin-left: 15px;
	 text-align: center;
	 background: #eaeaff;
	 border-radius: 50px;
}
 .rtl .stats-tile .sale-icon i {
	 font-size: 1.5rem;
	 color: #5957b1;
}
 .rtl .stats-tile .sale-details {
	 color: #5957b1;
}
 .rtl .stats-tile .sale-details h2 {
	 margin: 0;
	 line-height: 100%;
}
 .rtl .stats-tile .sale-details p {
	 margin: 0;
	 color: #5e6973;
}
 .rtl .stats-tile .sale-details h5 {
	 font-size: 0.75rem;
	 font-weight: 400;
	 line-height: 150%;
	 color: #9aa5af;
}
 .rtl .stats-tile .sale-details h5 i {
	 font-size: 0.8rem;
	 vertical-align: middle;
	 font-weight: 700;
	 margin: 0 3px 0 0;
}
 .rtl .stats-tile .sale-details h5 span {
	 margin: 0 3px 0 0;
}
 .rtl .stats-tile .sale-details h5 span.high {
	 color: #24b1aa;
}
 .rtl .stats-tile .sale-details h5 span.low {
	 color: #da5656;
}
 .rtl .stats-tile .sale-graph {
	 position: absolute;
	 top: 50%;
	 left: 15px;
	 margin-top: -15px;
}
 .rtl .stats-tile2 {
	 padding: 1rem;
	 margin: 0 0 20px 0;
	 border-radius: 4px;
	 background: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 text-align: center;
	 min-height: 163px;
	 max-height: 163px;
}
 .rtl .stats-tile2 .sale-icon {
	 height: 60px;
	 width: 60px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 margin-bottom: 15px;
	 text-align: center;
	 background: #eaeaff;
	 border: 5px solid #f4f4ff;
	 border-radius: 100px;
}
 .rtl .stats-tile2 .sale-icon i {
	 font-size: 1.5rem;
	 color: #5957b1;
}
 .rtl .stats-tile2 .sale-details {
	 color: #5957b1;
}
 .rtl .stats-tile2 .sale-details h2 {
	 margin: 0;
	 line-height: 100%;
}
 .rtl .stats-tile2 .sale-details p {
	 margin: 0;
	 color: #5e6973;
}
 .rtl .stats-tile3 {
	 padding: 1.5rem 1rem 1rem 1rem;
	 margin: 0 0 20px 0;
	 border-radius: 4px;
	 background: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 position: relative;
}
 .rtl .stats-tile3 .sale-icon3 {
	 margin: 0 0 10px 0;
}
 .rtl .stats-tile3 .sale-icon3 i {
	 font-size: 1.8rem;
	 color: #5e6973;
}
 .rtl .stats-tile3 .sale-icon3 img {
	 width: 36px;
	 height: 36px;
}
 .rtl .stats-tile3 .stats-graph3 {
	 position: absolute;
	 top: 30px;
	 left: 15px;
}
 .rtl .stats-tile3 .sale-details3 h3 {
	 margin: 0;
	 line-height: 100%;
	 color: #5957b1;
	 font-size: 1.4rem;
}
 .rtl .stats-tile3 .sale-details3 p {
	 margin: 0;
	 font-size: 0.75rem;
	 color: #9aa5af;
}
 .rtl .stats-tile4 {
	 padding: 1.5rem 1rem 1rem 1rem;
	 margin: 0 0 20px 0;
	 border-radius: 4px;
	 background: url(../img/shade.png);
	 background-size: cover;
	 background-position: center;
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 position: relative;
}
 .rtl .stats-tile4 .stats-icon4 {
	 margin: 0 0 1rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .stats-tile4 .stats-icon4 i {
	 font-size: 1.2rem;
	 color: #fff;
	 text-shadow: none;
	 background: rgba(255, 255, 255, .1);
	 border-radius: 50px;
	 padding: 15px;
}
 .rtl .stats-tile4 h3 {
	 margin: 0 0 0.5rem 0;
	 line-height: 100%;
	 font-size: 1.6rem;
}
 .rtl .stats-tile4 h4 {
	 margin: 0;
	 font-size: 0.75rem;
}
 .rtl .stats-tile4.min-height {
	 min-height: 175px;
}
 .rtl .stats-tiles-list {
	 border-radius: 3px;
	 border-top: 1px solid #e1e8f3;
	 border-bottom: 1px solid #e1e8f3;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 text-align: center;
	 margin: 1rem 0 0 0;
}
 .rtl .stats-tiles-list .tiles-list {
	 width: 100%;
	 padding: 5px;
	 border-left: 1px solid #e1e8f3;
}
 .rtl .stats-tiles-list .tiles-list img {
	 width: 30px;
	 height: 30px;
	 margin: 10px 0;
}
 .rtl .stats-tiles-list .tiles-list h2 {
	 color: #5957b1;
	 font-size: 1.4rem;
	 margin: 0;
}
 .rtl .stats-tiles-list .tiles-list p {
	 margin: 0;
	 color: #5e6973;
}
 .rtl .stats-tiles-list .tiles-list:first-child {
	 border-right: 1px solid #e1e8f3;
}
 @media (max-width: 576px) {
	 .rtl .stats-tiles-list {
		 overflow: auto;
	}
	 .rtl .stats-tiles-list .tiles-list {
		 min-width: 100px;
	}
}
 .rtl .image-stats-tile {
	 margin: 0 0 32px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .image-stats-tile .image-stats-box img {
	 border-radius: 3px;
	 margin-left: 10px;
	 max-width: 80px;
}
 .rtl .image-stats-tile .img-stats-details {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .image-stats-tile .img-stats-details p {
	 margin: 0 0 2px 0;
	 font-size: 0.75rem;
	 color: #9aa5af;
}
 .rtl .image-stats-tile .img-stats-details h5 {
	 margin: 0;
	 font-weight: 600;
	 font-size: 0.9rem;
	 color: #373e46;
}
 .rtl .image-stats-tile .weekly-graph-details {
	 margin-right: auto;
}
 .rtl .earnings-detail {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 margin-bottom: 25px;
}
 .rtl .earnings-detail .earnings-info h5 {
	 margin: 3px 0 0 0;
}
 .rtl .earnings-detail .earnings-info p {
	 margin: 0;
	 font-size: 0.75rem;
}
 .rtl .earnings-detail .earnings-icon {
	 border: 1px solid #24b1aa;
	 background: #fbffff;
	 width: 36px;
	 height: 36px;
	 border-radius: 30px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .earnings-detail .earnings-icon i {
	 font-size: 1rem;
	 color: #24b1aa;
}
 .rtl .earnings-detail .earnings-icon.blue {
	 border: 1px solid #3795f3;
	 background: #edf6fe;
}
 .rtl .earnings-detail .earnings-icon.blue i {
	 font-size: 1rem;
	 color: #3795f3;
}
 .rtl .earnings-detail .earnings-icon.red {
	 border: 1px solid #da5656;
	 background: white;
}
 .rtl .earnings-detail .earnings-icon.red i {
	 font-size: 1rem;
	 color: #da5656;
}
 .rtl .top-users-container {
	 margin: 1rem 0 0 0;
}
 .rtl .top-users-container .top-user {
	 margin: 0 0 20px 0;
	 padding-bottom: 0.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
 .rtl .top-users-container .top-user img.avatar {
	 border-radius: 30px;
	 width: 48px;
	 height: 48px;
	 margin: 0 0 0 10px;
}
 .rtl .top-users-container .top-user .user-details {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .top-users-container .top-user .user-details h6 {
	 margin: 0 0 0.5rem 0;
	 font-size: 0.825rem;
}
 .rtl .top-users-container .top-user .user-details .user-score .progress {
	 height: 4px;
	 margin: 0 0 0.4rem 0;
	 border-radius: 2px;
}
 .rtl .top-users-container .top-user .user-details .user-score .rank {
	 color: #5e6973;
	 font-size: 0.725rem;
}
 .rtl ul.customer-rating li {
	 margin-bottom: 15px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}
 .rtl ul.customer-rating li .customer {
	 margin-left: 10px;
}
 .rtl ul.customer-rating li .customer img {
	 width: 48px;
	 height: 48px;
	 border-radius: 30px;
}
 .rtl ul.customer-rating li .customer-review .stars {
	 margin: 10px 0 15px 0;
	 width: 100%;
}
 .rtl ul.customer-rating li .customer-review .stars img {
	 width: 12px;
	 height: 12px;
}
 .rtl ul.customer-rating li .customer-review h5 {
	 margin: 0 0 9px 0;
	 font-size: 0.875rem;
}
 .rtl ul.customer-rating li .customer-review h6.by {
	 margin: 0 0 10px 0;
	 font-size: 0.8rem;
	 font-weight: 400;
}
 .rtl ul.customer-rating li .customer-review h6.by a {
	 color: #5e6973;
}
 .rtl ul.customer-rating li .customer-review p {
	 margin: 0 0 5px 0;
	 line-height: 150%;
	 color: #9aa5af;
}
 .rtl ul.customer-rating li:last-child {
	 margin-bottom: 0;
}
 .rtl .custom-file {
	 min-height: 40px;
}
 .rtl .custom-file .custom-file-input {
	 padding: 10px 12px;
	 min-height: 40px;
}
 .rtl .custom-file .custom-file-label {
	 border: 1px solid #dbdaea;
	 min-height: 40px;
	 line-height: 26px;
	 color: #111;
	 border-radius: 2px;
}
 .rtl .custom-file .custom-file-label::after {
	 min-height: 38px;
	 background: #f2f4f9;
	 padding: 10px 12px;
	 border-radius: 2px;
}
 .rtl .field-wrapper {
	 position: relative;
	 margin-bottom: 1rem;
	 margin-top: 0.5rem;
	 min-width: 90px;
}
 .rtl .field-wrapper .field-placeholder {
	 position: absolute;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 color: #5957b1;
	 background: #fff;
	 border-radius: 30px;
	 font-size: 0.75rem;
	 font-weight: 600;
	 top: -12px;
	 right: 7px;
     left: auto;
	 padding: 2px 7px;
	 z-index: 10;
	 text-align: right;
}

.rtl > .field-wrapper .field-placeholder {
    right: 7px !important;
    left: auto !important;
}
	.rtl .field-wrapper input, .rtl .field-wrapper select, .rtl .field-wrapper textarea {
		border: 1px solid #dbdaea;
		padding: 9px 12px;
		border-radius: 2px;
		width: 100%;
		min-height: 40px;
		font-size: 0.725rem;
		color: #8a96a0;
	}
 .rtl .field-wrapper input:hover, .rtl .field-wrapper textarea:hover {
	 border: 1px solid #5957b1;
}
 .rtl .field-wrapper input:focus, .rtl .field-wrapper textarea:focus {
	 outline-color: #5957b1;
}
 .rtl .field-wrapper .input-group .btn {
	 font-size: 0.75rem;
	 font-weight: 600;
}
 .rtl .field-wrapper-group {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .field-wrapper-group .field-wrapper {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .field-wrapper-group .input-icon-block {
	 max-height: 40px;
	 min-width: 40px;
	 margin: 0.5rem 0 0 0.2rem;
	 border-radius: 2px;
}
 .rtl .field-wrapper-group .input-icon-block i {
	 font-size: 0.9rem;
	 display: block;
}
 .rtl .form-section-header {
	 border-radius: 3px;
	 background: #eaeaff;
	 margin: 0.5rem 0 1rem 0;
	 padding: 0.6rem 0.9rem;
	 font-size: 0.8rem;
	 font-weight: 600;
	 color: #111;
}
 .rtl .form-section-header span.title-info {
	 font-size: 0.7rem;
	 font-weight: 400;
	 color: #9aa5af;
	 margin: 0 0 0 5px;
}
 .rtl .form-section-header.light-bg {
	 background-color: #f2f4f9;
}
 .rtl .checkbox-container .form-check {
	 margin: 1rem 0.5rem 0 0;
}
 .rtl .checkbox-container .field-placeholder {
	 left: -5px;
	 background: transparent;
}
 .rtl .form-actions-footer {
	 background: #f8f8fb;
	 padding: 1rem;
	 border-radius: 2px;
}
 .rtl .custom-btn-group {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rtl .custom-btn-group.right-align {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .custom-btn-group .btn {
	 margin: 0.3rem;
}
 .rtl .custom-btn-group .btn-sm {
	 margin: 0.2rem 0.1rem;
}
 .rtl .custom-icon-group {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rtl .custom-icon-group.right-align {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .custom-icon-group .btn {
	 margin: 0.3rem;
}
 .rtl .custom-icon-group .btn i {
	 margin: 0;
}
 .rtl .custom-icon-group .btn-sm {
	 margin: 0.2rem 0.1rem;
}
 .rtl .custom-icon-group .btn-sm i {
	 margin: 0;
}
 .rtl .graph-day-selection {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .graph-day-selection .btn {
	 font-size: 0.7rem;
	 font-weight: 600;
	 padding: 0.2rem 0.8rem;
	 border: 0;
	 color: #111;
	 background: transparent;
	 border-radius: 30px;
}
 .rtl .graph-day-selection .btn.active {
	 background: #eaeaff;
	 color: #5957b1;
}
 .rtl .graph-day-selection .btn:hover {
	 background: #f2f4f9;
}
 .rtl .graph-day-selection .btn:focus {
	 outline: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .rtl .graph-day-selection a {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #5957b1;
	 font-size: 0.65rem;
	 font-weight: 600;
	 padding: 0.2rem 0.8rem;
	 line-height: 1.5;
	 background: #eaeaff;
	 border-radius: 30px;
}
 .rtl .graph-day-selection a:hover {
	 color: #5957b1;
}
 .rtl .graph-day-selection a.reportrange {
	 cursor: pointer;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #5957b1;
	 font-weight: 600;
}
 .rtl .graph-day-selection a.reportrange span.range-text {
	 margin: 0 5px 0 5px;
}
 @media screen and (max-width: 768px) {
	 .rtl .graph-day-selection .btn {
		 padding: 0.2rem 0.5rem;
	}
}
 .rtl .stats-list-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-pack: distribute;
	 justify-content: space-around;
	 padding: 0;
	 margin: 0;
}
 .rtl .stats-list-container .stats-list-item {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin: 0;
}
 .rtl .stats-list-container .stats-list-item .stats-icon {
	 border-radius: 5px;
	 display: -webkit-inline-box;
	 display: -ms-inline-flexbox;
	 display: inline-flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 height: 36px;
	 width: 36px;
	 margin-left: 10px;
}
 .rtl .stats-list-container .stats-list-item .stats-icon i {
	 font-size: 1rem;
}
 .rtl .stats-list-container .stats-list-item .stats-info {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .stats-list-container .stats-list-item .stats-info h6.stats-title {
	 font-size: 0.7rem;
	 margin: 0;
	 font-weight: 600;
	 color: #5e6973;
}
 .rtl .stats-list-container .stats-list-item .stats-info p.stats-amount {
	 font-size: 0.8rem;
	 font-weight: 600;
	 margin: 0;
}
 .rtl .stats-list-container .stats-list-item.primary .stats-icon {
	 background: #eaeaff;
}
 .rtl .stats-list-container .stats-list-item.primary .stats-icon i {
	 color: #5957b1;
}
 .rtl .stats-list-container .stats-list-item.secondary .stats-icon {
	 background: #ffede3;
}
 .rtl .stats-list-container .stats-list-item.secondary .stats-icon i {
	 color: #f26861;
}
 .rtl .weekly-earnings {
	 text-align: center;
}
 .rtl .weekly-earnings .svg-container {
	 width: 80px;
	 margin: -10px auto 0 auto;
}
 .rtl .weekly-earnings p {
	 font-size: 0.65rem;
	 color: #5e6973;
}
 .rtl .weekly-earnings h5 {
	 margin: 0;
}
 .rtl .monthly-earnings {
	 text-align: center;
	 margin: 1rem 0 0 0;
	 background: #eaeaff;
	 color: #5957b1;
	 padding: 0.8rem 1rem;
	 border-radius: 5px;
}
 .rtl .monthly-earnings .svg-container {
	 width: 80px;
	 margin: -10px auto 0 auto;
}
 .rtl .monthly-earnings p {
	 font-size: 0.75rem;
}
 .rtl .monthly-earnings h4 {
	 margin: 0;
}
 .rtl .monthly-earnings.red {
	 background: #fffbfb;
	 color: #da5656;
}
 .rtl .monthly-earnings.blue {
	 background: #e8f4fe;
	 color: #3795f3;
}
 .rtl .monthly-earnings.yellow {
	 background: #fffbf2;
	 color: #dea914;
}
 .rtl .earnings-badge-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .earnings-badge-container .earnings-badge {
	 text-align: center;
	 margin: 0 3px;
	 background: rgba(0, 0, 0, .1);
	 padding: 0.4rem 1rem;
	 border-radius: 5px;
	 min-width: 120px;
}
 .rtl .earnings-badge-container .earnings-badge p {
	 font-size: 0.75rem;
	 margin: 0;
	 color: rgba(255, 255, 255, .5);
}
 .rtl .earnings-badge-container .earnings-badge h4 {
	 margin: 0;
	 color: #fff;
}
 .rtl .report-card {
	 background: #5a4e9a url("../img/pattern.svg") no-repeat;
	 background-position: center 100px;
	 background-size: cover;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 padding: 0;
	 min-height: 324px;
	 position: relative;
}
 .rtl .report-card .graph {
	 padding: 0;
}
 .rtl .report-card .report-card-body {
	 padding: 0 1.25rem 1.25rem 1.25rem;
}
 .rtl .report-card .report-card-body p {
	 font-size: 0.725rem;
	 color: #fff;
	 margin: -10px 0 0 0;
}
 .rtl .report-card .report-card-body .btn {
	 padding: 0.5rem 1.3rem;
	 border-radius: 50px;
	 font-weight: 400;
	 margin: 15px 0;
}
 .rtl .top-items-container .top-item-img {
	 max-height: 180px;
	 margin: auto;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .top-items-container .top-item-details {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .top-items-container .top-item-details h6 {
	 margin: 15px 0 10px 0;
	 color: #5e6973;
}
 .rtl .top-items-container .top-item-details .rating-block {
	 margin: 0 auto 10px auto;
	 width: 124px !important;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .top-items-container .top-item-details .rating-block img {
	 width: 16px;
	 height: 16px;
}
 .rtl .top-items-container .top-item-details .rating-block .rating-count {
	 font-size: 14px;
	 margin: 0 0 0 3px;
	 font-weight: 300;
	 color: #9aa5af;
}
 .rtl .cakes-list {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rtl .cakes-list li {
	 width: 50%;
}
 .rtl .cakes-list li a {
	 padding: 6px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #111;
}
 .rtl .cakes-list li a:hover {
	 color: #5e6973;
}
 .rtl .cakes-list li a .badge {
	 margin-left: 8px;
	 min-width: 32px;
	 padding: 0.3rem;
	 font-size: 0.725rem;
	 border: 1px solid #e1e8f3;
	 color: #5957b1;
	 font-weight: 700;
	 background: transparent;
}
 @media (max-width: 420px) {
	 .rtl .cakes-list li {
		 width: 100%;
	}
}
 .rtl .sales-card {
	 background: #5957b1;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 padding: 0;
	 min-height: 324px;
	 color: #fff;
}
 .rtl .sales-card .sales-card-header {
	 padding: 1.25rem 1.25rem 0 1.25rem;
}
 .rtl .sales-card .sales-card-header p {
	 font-size: 0.75rem;
}
 .rtl .sales-card .sales-card-header h3 {
	 margin: 0 0 1rem 0;
}
 .rtl .sales-card .graph {
	 padding: 0;
	 margin: -30px 0 0 0;
}
 .rtl .sales-card .graph .apexcharts-legend-text {
	 color: rgba(255, 255, 255, .5) !important;
}
 .rtl .sales-card .graph .apexcharts-xaxis-texts-g text {
	 fill: rgba(255, 255, 255, .5) !important;
}
 .rtl .sales-card .graph .apexcharts-legend-marker {
	 border-radius: 30px !important;
}
 .rtl .sales-card .graph .apexcharts-xaxis line {
	 stroke: transparent !important;
}
 .rtl .sales-card .sales-card-body {
	 padding: 0 1.25rem 1.25rem 1.25rem;
}
 .rtl .followers-card {
	 background: #002ca9;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 padding: 1.25rem 1.25rem;
	 min-height: 324px;
}
 .rtl .followers-card p {
	 font-size: 0.75rem;
	 color: rgba(255, 255, 255, .5);
}
 .rtl .followers-card h3 {
	 margin: 0 0 1rem 0;
	 color: #fff;
}
 .rtl .followers-card .btn {
	 padding: 0.5rem 1.3rem;
	 border-radius: 50px;
	 font-weight: 400;
}
 .rtl .followers-card img {
	 max-height: 160px;
	 margin: 20px auto 0 auto;
}
 .rtl .tickets-container {
	 margin: 0;
}
 .rtl .tickets-container li {
	 margin: 0 0 7px 0;
	 padding-bottom: 0.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .tickets-container li img.avatar {
	 border-radius: 30px;
	 width: 48px;
	 height: 48px;
	 margin: 0 0 0 10px;
}
 .rtl .tickets-container li .ticket-details {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .tickets-container li .ticket-details h6 {
	 margin: 0 0 0.2rem 0;
	 font-size: 0.825rem;
}
 .rtl .tickets-container li .ticket-details .ticket-time {
	 color: #9aa5af;
	 font-size: 0.7rem;
}
 .rtl .tickets-container li .ticket-status {
	 margin-left: auto;
}
 .rtl .tickets-container li .ticket-status .badge {
	 min-width: 70px;
}
 .rtl .tickets-container li:last-child {
	 margin: 0;
}
 .rtl .chats {
	 position: relative;
	 padding: 0;
}
 .rtl .chats li {
	 margin-bottom: 25px;
}
 .rtl .chats li.chats-left, .rtl .chats li.chats-right {
	 position: relative;
}
 .rtl .chats li img {
	 width: 50px;
	 height: 50px;
	 border-radius: 50px;
}
 .rtl .chats li .chats-avatar {
	 float: left;
}
 .rtl .chats li.chats-right > .chats-avatar {
	 float: right;
}
 .rtl .chats li .chats-name {
	 font-size: 0.75rem;
	 text-align: center;
	 margin-top: 5px;
	 color: #5e6973;
}
 .rtl .chats li .chats-hour {
	 margin: 0 0 0 70px;
	 padding: 2px;
	 margin-bottom: 20px;
	 font-size: 0.65rem;
}
 .rtl .chats li .chats-hour > span {
	 font-size: 0.8rem;
	 color: #24b1aa;
}
 .rtl .chats li .chats-text {
	 margin: 0 0 0 70px;
	 padding: 15px;
	 border-radius: 20px;
	 background-color: #f2f4f9;
	 left: 15px;
	 line-height: 170%;
}
 .rtl .chats li .chats-text:before {
	 content: '';
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 28px;
	 left: 52px;
	 border: 10px solid;
	 border-color: transparent #f2f4f9 transparent transparent;
}
 .rtl .chats li.chats-right > .chats-text {
	 text-align: right;
	 right: 16px;
	 margin: 0 70px 0 0;
	 background-color: #f2f4f9;
}
 .rtl .chats li.chats-right > .chats-text:before {
	 left: auto;
	 right: 52px;
	 border-color: transparent transparent transparent #f2f4f9;
}
 .rtl .chats li.chats-right > .chats-hour {
	 text-align: left;
	 margin: 0 70px 0 0;
}
 .rtl .todo-container {
	 margin: 0 0 0 10px;
}
 .rtl .todo-container .todo-body {
	 margin: 0;
	 padding: 0;
	 border-right: 1px solid #e1e8f3;
}
 .rtl .todo-container .todo-body li.todo-list {
	 position: relative;
	 display: block;
	 cursor: pointer;
}
 .rtl .todo-container .todo-body li.todo-list .dot {
	 position: absolute;
	 top: 4px;
	 right: -10px;
	 color: #5957b1;
}
 .rtl .todo-container .todo-body li.todo-list .dot:before {
	 font-size: 1.2rem;
	 content: "\e836";
	 font-family: 'icomoon';
	 background: #fff;
	 border-radius: 5px;
}
 .rtl .todo-container .todo-body li.todo-list .todo-info {
	 line-height: 100%;
	 margin: 0 20px 0 0;
	 padding-bottom: 20px;
}
 .rtl .todo-container .todo-body li.todo-list .todo-info p {
	 line-height: 100%;
	 margin-bottom: 0.3rem;
}
 .rtl .todo-container .todo-body li.todo-list .todo-info p span.time {
	 float: right;
	 font-size: 0.8rem;
}
 .rtl .todo-container .todo-body li.todo-list .todo-info p.dt {
	 color: #9aa5af;
	 font-size: 0.725rem;
}
 .rtl .todo-container .todo-body li.todo-list .todo-info .todo-type {
	 color: #5e6973;
	 font-size: 0.825rem;
}
 .rtl .todo-container .todo-body li.todo-list.done {
	 text-decoration: line-through;
	 -webkit-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
	 color: rgba(0, 0, 0, .4);
}
 .rtl .todo-container .todo-body li.todo-list.done .dot:before {
	 content: "\e86c";
	 font-family: 'icomoon';
}
 .rtl .todo-container .todo-body li.todo-list:last-child .todo-info {
	 padding-bottom: 0;
}
 .rtl ul.statistics {
	 margin: 0;
}
 .rtl ul.statistics li {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin: 0 0 13px 0;
}
 .rtl ul.statistics li .stat-icon {
	 background: #5957b1;
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 border-radius: 50px;
	 margin: 0 0 0 10px;
}
 .rtl ul.statistics li .stat-icon i {
	 font-size: 1rem;
	 color: #fff;
	 text-shadow: none;
}
 .rtl .goal-container {
	 margin-bottom: 20px;
	 background: #fff;
	 padding: 1rem;
	 border-radius: 4px;
	 min-height: 140px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 position: relative;
	 overflow: hidden;
}
 .rtl .goal-container:after {
	 background: url(../img/dashed-circles-dark.svg) no-repeat;
	 background-size: 100%;
	 width: 150px;
	 height: 150px;
	 position: absolute;
	 left: 0;
	 top: 50%;
	 margin: -75px 0 0 -15px;
	 content: '';
}
 .rtl .goal-container .goal-info h5 {
	 margin: 0;
	 font-weight: 700;
	 line-height: 100%;
	 color: #5957b1;
}
 .rtl .goal-container .goal-info h6 {
	 margin: 10px 0 0 0;
	 font-weight: 400;
	 font-size: 0.85rem;
}
 .rtl .goal-container .goal-graph {
	 margin: 0;
	 width: 90px;
	 height: 90px;
}
 .rtl .payments-card {
	 margin-bottom: 20px;
	 padding: 1rem;
	 background: #fff;
	 border-radius: 4px;
	 min-height: 140px;
}
 .rtl .payments-card h4 {
	 margin: 0;
	 font-weight: 700;
	 line-height: 100%;
	 color: #5957b1;
}
 .rtl .payments-card h6 {
	 margin: 0 0 10px 0;
	 font-weight: 400;
	 font-size: 0.8rem;
}
 .rtl .payments-card .btn {
	 font-weight: 400;
	 margin-right: 0;
}
 .rtl .payments-card .btn i {
	 margin: 0 5px 0 0;
}
 .rtl .payments-card.primary {
	 background: #5957b1;
	 color: #fff;
}
 .rtl .payments-card.primary h4 {
	 color: #fff;
}
 .rtl .graph-card {
	 margin-bottom: 20px;
	 position: relative;
	 padding: 1rem;
	 background: #fff;
	 border-radius: 5px;
	 min-height: 140px;
	 overflow: hidden;
	 position: relative;
}
 .rtl .graph-card h4 {
	 margin: 0;
	 font-weight: 700;
	 line-height: 100%;
	 color: #5957b1;
}
 .rtl .graph-card h6 {
	 margin: 0 0 10px 0;
	 font-weight: 400;
	 font-size: 0.8rem;
}
 .rtl .graph-card .graph-placeholder {
	 position: absolute;
	 bottom: -30px;
	 left: -2px;
	 right: -2px;
}
 .rtl .product-card {
	 background: #fff;
	 border: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 border-radius: 4px;
	 margin-bottom: 20px;
}
 .rtl .product-card .product-card-body {
	 padding: 1rem 1rem;
	 position: relative;
}
 .rtl .product-card .product-card-body .product-title {
	 margin-bottom: 0.7rem;
	 font-size: 1rem;
	 font-weight: 700;
	 line-height: 100%;
}
 .rtl .product-card .product-card-body .product-price {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 font-size: 0.8rem;
}
 .rtl .product-card .product-card-body .product-price .disount-price {
	 color: #111;
	 margin-left: 7px;
}
 .rtl .product-card .product-card-body .product-price .actucal-price {
	 color: #5e6973;
	 margin-left: 7px;
	 text-decoration: line-through;
}
 .rtl .product-card .product-card-body .product-price .off-price {
	 color: #5957b1;
}
 .rtl .product-card .product-card-body .product-rating {
	 margin: 8px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .product-card .product-card-body .product-rating .rating-stars {
	 width: 90px !important;
	 line-height: 100%;
}
 .rtl .product-card .product-card-body .product-rating .rating-stars img {
	 width: 14px;
	 height: 14px;
}
 .rtl .product-card .product-card-body .product-rating .total-ratings {
	 font-size: 0.8rem;
	 color: #5e6973;
}
 .rtl .product-card .product-card-body .product-description {
	 min-height: 50px;
	 font-size: 0.75rem;
	 margin: 0 0 8px 0;
	 color: #5e6973;
}
 .rtl .product-card .product-card-body .product-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .product-card .product-card-body .product-actions .btn {
	 margin-right: 5px;
}
 .rtl .product-card .product-card-img-top {
	 border-top-right-radius: 4px;
	 border-top-left-radius: 4px;
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
	 width: 100%;
}
 .rtl .rating-block {
	 width: 70px !important;
	 line-height: 100%;
}
 .rtl .rating-block img {
	 width: 10px;
	 height: 10px;
}
 .rtl .rating-block-lg {
	 width: 90px !important;
	 line-height: 100%;
}
 .rtl .rating-block-lg img {
	 width: 14px;
	 height: 14px;
}
 .rtl table.products-table {
	 background: #fff;
	 margin-bottom: 0;
	 padding: 0.6rem;
}
 .rtl table.products-table thead tr {
	 margin: 0 0 15px 0;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .rtl table.products-table thead tr th {
	 background: #5957b1;
	 border: 0 !important;
	 color: #fff;
}
 .rtl table.products-table thead tr th:first-child {
	 border-radius: 0 4px 4px 0;
}
 .rtl table.products-table thead tr th:last-child {
	 border-radius: 4px 0 0 4px;
}
 .rtl table.products-table tbody tr {
	 margin: 0 0 5px 0;
	 border-bottom: 1px solid #e8edf3;
}
 .rtl table.products-table tbody tr td {
	 background: #fff;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	 border: 0;
	 padding: 0.6rem;
	 vertical-align: middle;
	 color: #072242;
}
 .rtl table.products-table tbody tr td:first-child {
	 border-radius: 4px 0 0 4px;
}
 .rtl table.products-table tbody tr td:last-child {
	 border-radius: 0 4px 4px 0;
}
 .rtl table.products-table tbody tr td img.user {
	 width: 40px;
	 height: 40px;
	 border-radius: 4px;
}
 .rtl table.products-table tbody tr td .badge {
	 border-radius: 30px;
	 padding: 0.35rem 0.5rem;
	 min-width: 60px;
	 background: #eaeaff;
	 color: #5957b1;
}
 .rtl table.products-table td .media-box {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl table.products-table td .media-box img.media-avatar {
	 height: 40px;
	 width: 40px;
	 margin: 0 0 0 10px;
}
 .rtl table.products-table td .media-box .media-box-body {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl table.products-table td .media-box .media-box-body a {
	 font-size: 0.75rem;
	 font-weight: 600;
	 margin: 0 0 5px 0;
}
 .rtl table.products-table td .media-box .media-box-body p {
	 font-size: 0.7rem;
	 color: #969ea5;
	 margin: 0;
}
 .rtl .create-offer-container .form-control {
	 margin: 0 0 0.3rem 0;
	 max-height: 69px;
}
 .rtl .create-offer-container .share-thoughts-footer {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .create-offer-container .share-thoughts-footer .btn {
	 max-height: 32px;
	 padding: 0.35rem 0.75rem;
}
 .rtl .create-offer-container .share-thoughts-footer .share-icons {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .create-offer-container .share-thoughts-footer .share-icons a {
	 width: 32px;
	 height: 32px;
	 margin: 0 0.3rem 0 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: #f2f4f9;
	 border-radius: 3px;
}
 .rtl .create-offer-container .share-thoughts-footer .share-icons a i {
	 color: #111;
	 font-size: 0.9rem;
}
 .rtl .social-tile {
	 position: relative;
	 background: #fff;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 padding: 1.25rem 1rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .social-tile .social-icon {
	 height: 60px;
	 width: 60px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 margin-bottom: 15px;
	 text-align: center;
	 background: #eaeaff;
	 border-radius: 50px;
}
 .rtl .social-tile .social-icon i {
	 font-size: 1.5rem;
	 color: #5957b1;
}
 .rtl .social-tile .social-graph {
	 margin: 0 0 10px 0;
}
 .rtl .social-tile h2 {
	 margin: 0;
	 color: #5957b1;
}
 .rtl .social-tile p {
	 color: #9aa5af;
}
 .rtl ul.recent-orders li {
	 margin-bottom: 20px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl ul.recent-orders li .order-img {
	 position: relative;
}
 .rtl ul.recent-orders li .order-img img {
	 height: 50px;
	 border-radius: 3px;
}
 .rtl ul.recent-orders li .order-img .badge {
	 position: absolute;
	 top: 10px;
	 right: 0;
	 font-weight: 400;
	 border-radius: 3px 0 0 3px;
	 font-size: 0.65rem;
	 padding: 3px 4px 4px 4px;
}
 .rtl ul.recent-orders li .order-details {
	 margin-right: 15px;
}
 .rtl ul.recent-orders li .order-details h5.order-title {
	 margin: 0 0 5px 0;
	 line-height: 120%;
	 font-size: 0.9rem;
}
 .rtl ul.recent-orders li .order-details p.order-desc {
	 line-height: 120%;
	 font-size: 0.75rem;
	 color: #9aa5af;
}
 .rtl ul.recent-orders li .order-details span.order-date {
	 color: #5957b1;
	 font-size: 0.7rem;
}
 .rtl .dashboard-header {
	 position: relative;
	 padding: 3rem 2rem 0 2rem;
}
 .rtl .dashboard-header:after {
	 content: '';
	 min-height: 280px;
	 border-radius: 10px 10px 100px 100px;
	 background: #5957b1;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
}
 .rtl .dashboard-header .dashboard-header-content {
	 z-index: 100;
	 position: relative;
}
 .rtl .dashboard-header .dashboard-header-content .welcome-title {
	 margin: 2rem auto;
	 text-align: center;
}
 .rtl .dashboard-header .dashboard-header-content .welcome-title h1 {
	 font-weight: 300;
	 color: #fff;
	 margin: 0 auto;
	 display: inline-block;
	 position: relative;
}
 .rtl .dashboard-header .dashboard-header-content .welcome-title h1 .winner-icon {
	 position: absolute;
	 right: -7px;
	 top: -55px;
}
 .rtl .dashboard-header .dashboard-header-content .welcome-title h1 .winner-icon img {
	 width: 60px;
	 height: 60px;
}
 .rtl .dashboard-header .dashboard-header-content .btn {
	 margin: 0 0.3rem 0 0;
	 background-color: rgba(255, 255, 255, .1);
	 color: rgba(255, 255, 255, .8);
}
 .rtl .dashboard-header .dashboard-header-content .btn:hover {
	 background-color: rgba(255, 255, 255, .2);
	 color: rgba(255, 255, 255, .8);
}
 .rtl .dashboard-header .dashboard-header-content .field-wrapper input {
	 border: 1px solid rgba(255, 255, 255, .2);
	 color: rgba(255, 255, 255, .5);
	 background: transparent;
	 min-width: 170px;
}
 .rtl .dashboard-header .dashboard-header-content .field-wrapper input:focus {
	 outline: none !important;
}
 .rtl .dashboard-header .dashboard-header-content .field-wrapper .input-group-text {
	 border: 1px solid rgba(255, 255, 255, .2);
	 background: transparent;
	 border-right: 0;
}
 .rtl .dashboard-header .dashboard-header-content .field-wrapper .input-group-text i {
	 text-shadow: none;
	 color: rgba(255, 255, 255, .5);
}
 .rtl .dashboard-header .dashboard-header-content .field-wrapper .field-placeholder {
	 background-color: #5957b1;
	 font-size: 0.65rem;
	 font-weight: 400;
	 color: rgba(255, 255, 255, .5);
	 padding: 2px 10px;
}
 .rtl .dashboard-header .dashboard-header-content .sales-tile-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin: 0 auto 1rem auto;
}
 .rtl .dashboard-header .dashboard-header-content .sales-tile-container .sales-tile {
	 background-color: #fff;
	 border-radius: 10px;
	 padding: 1rem;
	 margin: 0.5rem;
	 min-width: 110px;
	 min-height: 110px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .dashboard-header .dashboard-header-content .sales-tile-container .sales-tile h1 {
	 margin: 0 0 0.3rem 0;
	 color: #5957b1;
	 font-weight: 400;
}
 .rtl .dashboard-header .dashboard-header-content .sales-tile-container .sales-tile h6 {
	 font-size: 0.8rem;
	 font-weight: 400;
}
 @media screen and (max-width: 768px) {
	 .rtl .dashboard-header {
		 padding: 3rem 1rem 0 1rem;
	}
	 .rtl .dashboard-header .dashboard-header-content .welcome-title {
		 margin-top: 5rem;
	}
	 .rtl .dashboard-header .dashboard-header-content .welcome-title h1 {
		 font-size: 1.8rem;
	}
	 .rtl .dashboard-header .dashboard-header-content .btn i {
		 margin: 0;
	}
	 .rtl .dashboard-header .dashboard-header-content .btn span {
		 display: none;
	}
}
 @media screen and (max-width: 420px) {
	 .rtl .dashboard-header {
		 padding: 3rem 0.4rem 0 0.4rem;
	}
	 .rtl .dashboard-header .dashboard-header-content .btn {
		 display: none;
	}
}
 .rtl .reports-summary {
	 position: relative;
	 padding: 2rem 1rem 0 1rem;
}
 .rtl .reports-summary .reports-summary-block {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 margin: 0 0 1.5rem 0;
}
 .rtl .reports-summary .reports-summary-block h5 {
	 margin: 0 0 0.4rem 0;
	 font-size: 0.825rem;
}
 .rtl .reports-summary .reports-summary-block h6 {
	 margin: 0;
	 font-weight: 400;
	 font-size: 0.75rem;
	 color: #9aa5af;
}
 @media (max-width: 420px) {
	 .rtl .reports-summary {
		 padding: 0;
	}
}
 .rtl .profile-header {
	 position: relative;
	 padding: 0;
	 margin-bottom: 20px;
}
 .rtl .profile-header h1 {
	 font-weight: 300;
	 color: #5957b1;
	 font-size: 1.8rem;
	 margin: 0 auto 1rem auto;
}
 .rtl .profile-header .profile-header-content {
	 border-radius: 4px;
	 background: #5957b1;
	 padding: 1rem 1.5rem 1rem 1.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 position: relative;
}
 .rtl .profile-header .profile-header-content:after {
	 content: '';
	 position: absolute;
	 background: url("../img/login-bg.jpg");
	 background-position: center;
	 background-size: cover;
	 border-radius: 4px;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 opacity: 0.3;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles {
	 width: 100%;
	 margin-left: 1rem;
	 z-index: 100;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles .profile-tile {
	 background-color: #fff;
	 border-radius: 4px;
	 padding: 0.6rem;
	 margin: 0.2rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles .profile-tile > .icon {
	 width: 36px;
	 height: 36px;
	 border-radius: 50px;
	 margin: 0 0 0 0.6rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: #da5656;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles .profile-tile > .icon i {
	 font-size: 1rem;
	 color: #fff;
	 text-shadow: none;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles .profile-tile h6 {
	 margin: 0;
	 line-height: 150%;
	 font-weight: 400;
	 font-size: 0.8rem;
	 color: #5e6973;
}
 .rtl .profile-header .profile-header-content .profile-header-tiles .profile-tile h6 span {
	 font-weight: 600;
	 color: #111;
}
	.rtl .profile-header .profile-header-content .profile-avatar-tile {
		background-color: #fff;
		border-radius: 4px;
		padding: 0.7rem;
		margin: -60px 0 0 auto;
		z-index: 100;
		box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.1);
	}
 .rtl .profile-header .profile-header-content .profile-avatar-tile img {
	 border-radius: 4px;
	 width: 180px;
}
 @media screen and (max-width: 768px) {
	 .rtl .profile-header .profile-header-content {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: reverse;
		 -ms-flex-direction: column-reverse;
		 flex-direction: column-reverse;
	}
	 .rtl .profile-header .profile-header-content .profile-header-tiles {
		 margin-right: 0;
	}
	 .rtl .profile-header .profile-header-content .profile-avatar-tile {
		 margin: 20px 0;
	}
}
 .rtl .consulting-banner {
	 background: #5957b1;
	 border-radius: 4px;
	 margin: 10px 0 20px 0;
	 position: relative;
	 min-height: 161px;
}
 .rtl .consulting-banner .consulting-banner-bg {
	 background-image: url(../img/consulting.svg);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 left: 20px;
	 top: -40px;
	 width: 220px;
	 height: 220px;
	 z-index: 100;
}
 .rtl .consulting-banner .consulting-body {
	 padding: 1.5rem 1.5rem 1rem 1.5rem;
	 position: relative;
	 overflow: hidden;
	 z-index: 101;
}
 .rtl .consulting-banner .consulting-body:before {
	 content: '';
	 background: url(../img/lines-bg.svg) no-repeat;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 right: -25px;
	 bottom: -25px;
	 width: 420px;
	 height: 150px;
	 opacity: 0.4;
}
 .rtl .consulting-banner .consulting-content {
	 color: #fff;
	 padding: 1rem 0;
}
 .rtl .consulting-banner .consulting-content h4 {
	 font-size: 1.4rem;
	 line-height: 180%;
}
 .rtl .consulting-banner .consulting-content p {
	 font-size: 0.8rem;
	 opacity: 0.5;
	 line-height: 150%;
}
 @media (max-width: 576px) {
	 .rtl .consulting-banner {
		 margin: 30px 0 20px 0;
	}
	 .rtl .consulting-banner .consulting-body {
		 padding: 8.5rem 1.5rem 1rem 1.5rem;
	}
}
 .rtl .consulting-card {
	 background: #fff;
	 border-radius: 4px;
	 padding: 1.25rem 1.25rem;
	 margin: 0 0 20px 0;
	 position: relative;
	 overflow: hidden;
	 min-height: 190px;
}
 .rtl .consulting-card .consulting-card-bg {
	 background-image: url(../img/consulting2.png);
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 left: 20px;
	 bottom: -10px;
	 width: 80px;
	 height: 130px;
	 z-index: 100;
}
 .rtl .consulting-card:before {
	 content: '';
	 background: url(../img/lines-bg2.svg) no-repeat;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 left: -45px;
	 bottom: -55px;
	 width: 300px;
	 height: 200px;
	 opacity: 0.4;
}
 .rtl .consulting-card .consulting-card-body {
	 z-index: 101;
	 position: relative;
	 margin-left: 110px;
}
 .rtl .consulting-card .consulting-card-body h4 {
	 color: #5957b1;
	 font-size: 1.2rem;
}
 .rtl .consulting-card .consulting-card-body p {
	 font-size: 0.8rem;
	 margin: 1rem 0 2rem 0;
	 color: #5e6973;
	 line-height: 150%;
}
 .rtl .consulting-card .consulting-card-body .btn {
	 padding: 0.35rem 0.75rem;
	 font-size: 0.8rem;
}
 .rtl .subscription-card {
	 background: #5957b1;
	 border-radius: 4px;
	 padding: 1.25rem 1.25rem;
	 margin: 0 0 20px 0;
	 color: #fff;
	 position: relative;
	 overflow: hidden;
}
 .rtl .subscription-card:before {
	 content: '';
	 background: url(../img/lines-bg2.svg) no-repeat;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 right: -45px;
	 bottom: -55px;
	 width: 300px;
	 height: 200px;
	 opacity: 0.4;
}
 .rtl .subscription-card h4 {
	 font-size: 1.2rem;
}
 .rtl .subscription-card p {
	 font-size: 0.8rem;
	 opacity: 0.5;
	 margin: 0 0 0.5rem 0;
	 line-height: 150%;
}
 .rtl .subscription-card .btn {
	 padding: 0.35rem 0.75rem;
	 font-size: 0.8rem;
	 z-index: 1000;
	 position: relative;
}
 .rtl .schedule-sesion-form {
	 padding-left: 20px;
	 border-left: 1px solid #dbdaea;
}
 .rtl .change-img-avatar {
	 max-height: 174px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 0 auto 10px auto;
}
 .rtl .account-settings-block {
	 border-right: 1px solid #e1e8f3;
	 margin-bottom: 20px;
	 height: 100%;
	 padding: 0 1rem 0 0;
}
 .rtl .account-settings-block .settings-block {
	 margin-bottom: 1rem;
}
 .rtl .account-settings-block .settings-block .settings-block-title {
	 margin: 0 0 0.7rem 0;
	 font-size: 0.825rem;
	 font-weight: 400;
}
 .rtl .account-settings-block .settings-block .settings-block-body {
	 padding: 0;
}
 @media (max-width: 992px) {
	 .rtl .account-settings-block {
		 border-right: 0;
		 padding: 0;
	}
}
 .rtl .pricing-chnage-plan {
	 margin: 0 0 1rem 0;
	 padding: 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rtl .pricing-chnage-plan a {
	 padding: 5px;
	 border-radius: 3px;
	 min-width: 70px;
	 max-width: 70px;
	 min-height: 70px;
	 margin: 0 0 10px 10px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 background: #fff;
	 border: 1px solid #e1e8f3;
}
 .rtl .pricing-chnage-plan a:hover {
	 background-color: #edf6fe;
	 border: 1px solid #d5eafd;
}
 .rtl .pricing-chnage-plan a > h5 {
	 font-size: 0.9rem;
	 margin: 0 0 5px 0;
	 font-weight: 400;
	 color: #5957b1;
}
 .rtl .pricing-chnage-plan a > h6 {
	 font-size: 0.7rem;
	 margin: 0;
	 font-weight: 400;
	 color: #5e6973;
}
 .rtl .pricing-chnage-plan a.active-plan {
	 background: #5957b1;
	 border: 1px solid #5957b1;
}
 .rtl .pricing-chnage-plan a.active-plan > h5 {
	 color: #fff;
}
 .rtl .pricing-chnage-plan a.active-plan > h6 {
	 color: #fff;
}
 .rtl .polls-container p {
	 color: #5e6973;
	 font-size: 0.75rem;
	 margin: 0 0 1rem 0;
}
 .rtl .polls-container .poll-block {
	 margin: 0 0 1.5rem 0;
}
 .rtl .polls-container .poll-block .poll-block-header {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 margin: 0;
}
 .rtl .polls-container .poll-block .poll-block-header .score {
	 font-size: 0.65rem;
}
 .rtl .polls-container .poll-block .progress {
	 border-radius: 50px;
}
 .rtl .polls-container .poll-block .progress .progress-bar {
	 font-size: 0.65rem;
}
 .rtl .timeline-activity {
	 margin: 0;
}
 .rtl .timeline-activity .activity-log {
	 padding-right: 1.8rem;
	 padding-bottom: 1.5rem;
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .timeline-activity .activity-log:before {
	 content: "";
	 position: absolute;
	 top: 5px;
	 right: 0;
	 background: #5957b1;
	 border: 3px solid #f5f8fd;
	 width: 15px;
	 height: 15px;
	 border-radius: 50px;
	 z-index: 1;
}
 .rtl .timeline-activity .activity-log:after {
	 content: "";
	 position: absolute;
	 right: 7px;
	 top: 10px;
	 border-right: 1px dashed #e1e8f3;
	 height: 100%;
	 width: 1px;
}
 .rtl .timeline-activity .activity-log .log-name {
	 font-weight: 600;
}
 .rtl .timeline-activity .activity-log .log-details {
	 font-size: 0.8rem;
	 color: #5e6973;
}
 .rtl .timeline-activity .activity-log .log-time {
	 color: #5e6973;
	 margin-left: 0.5rem;
}
 .rtl .timeline-activity .activity-log:last-child {
	 padding-bottom: 0;
}
 .rtl .stacked-images {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .stacked-images img {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 text-align: center;
	 border-radius: 50px;
	 overflow: hidden;
	 margin-right: -10px;
	 margin-right: -10px;
	 border: 2px solid #fff;
	 background: #f2f4f9;
	 letter-spacing: 0.03rem;
}
 .rtl .stacked-images img.sm {
	 width: 36px;
	 height: 36px;
}
 .rtl .stacked-images .plus {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 text-align: center;
	 border-radius: 50px;
	 overflow: hidden;
	 margin-right: -10px;
	 margin-right: -10px;
	 border: 2px solid #fff;
	 background: #5957b1;
	 letter-spacing: 0.03rem;
	 font-weight: 700;
	 font-size: 0.7rem;
}
 .rtl .stacked-images .plus.sm {
	 width: 36px;
	 height: 36px;
	 color: #fff;
}
 .rtl .gallery {
	 margin: 0 auto;
}
 .rtl .gallery a {
	 border: 1px solid #e1e8f3;
	 border-radius: 4px;
	 position: relative;
	 overflow: hidden;
	 -webkit-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
	 display: block;
	 margin: 0 0 2px 0;
	 opacity: 1;
	 padding: 3px;
}
 .rtl .gallery a img {
	 border-radius: 3px;
}
 .rtl .gallery a .overlay {
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 opacity: 0;
	 position: absolute;
	 z-index: 20;
	 background: rgba(0, 0, 0, .5);
	 overflow: hidden;
	 -webkit-transition: all 0.5s ease-out;
	 transition: all 0.5s ease-out;
}
 .rtl .gallery a .expand {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 z-index: 100;
	 border: 2px solid #dea914;
	 text-align: center;
	 color: #dea914;
	 line-height: 32px;
	 border-radius: 30px;
	 font-size: 20px;
	 margin-left: -18px;
	 margin-top: -18px;
	 width: 36px;
	 height: 36px;
	 -webkit-transition: all 0.5s;
	 transition: all 0.5s;
}
 .rtl .gallery a:hover {
	 opacity: 1;
}
 .rtl .gallery a:hover .overlay {
	 opacity: 1;
}
 .rtl .gallery a:hover span.expand {
	 width: 36px;
	 height: 36px;
	 border-radius: 5px;
}
 .rtl .gallery-tiles img {
	 padding: 5px;
	 border-radius: 8px;
}
 .rtl .icons-container {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .icons-container span {
	 font-size: 1rem;
	 text-align: center;
	 cursor: pointer;
	 width: 60px;
	 height: 60px;
	 line-height: 60px;
	 color: #5e6973;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
	 background: #f5f8fd;
	 border-radius: 3px;
	 margin: 2px;
}
 .rtl .icons-container span:hover {
	 background-color: #5957b1;
	 text-shadow: none;
	 color: #fff;
}
 .rtl .chart-height {
	 position: relative;
	 height: 250px;
}
 .rtl .chart-height-md {
	 position: relative;
	 height: 220px;
}
 .rtl .chart-height-sm {
	 position: relative;
	 height: 180px;
}
 .rtl .chart-height-xl {
	 position: relative;
	 height: 300px;
}
 .rtl .login-container {
	 position: relative;
	 height: 100%;
	 width: 100%;
}
 .rtl .login-container .login-about {
	 height: 100%;
	 /*background: rgba(255, 255, 255, .3);*/
	 position: relative;
	 padding: 3rem 3rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: flex-start;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 color: #262626;
}
 .rtl .login-container .login-about .slogan {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 font-weight: 300;
	 text-transform: uppercase;
	 position: relative;
}
 .rtl .login-container .login-about .slogan span {
	 font-size: 4rem;
	 line-height: 120%;
}
 .rtl .login-container .login-about .slogan span:first-child {
	 font-size: 4.5rem;
}
 .rtl .login-container .login-about .slogan span:last-child {
	 font-size: 2.2rem;
}
 .rtl .login-container .login-about > .about-desc {
	 margin: 2rem 0;
	 font-size: 0.85rem;
	 max-width: 75%;
	 line-height: 200%;
	 font-weight: 300;
}
 .rtl .login-container .login-about > .know-more {
	 margin: 0;
	 text-transform: uppercase;
	 font-size: 0.7rem;
	 font-weight: 700;
	 color: #b32828;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 max-width: 180px;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}
 .rtl .login-container .login-about > .know-more img {
	 width: 36px;
	 height: 36px;
	 margin: 0 0.5rem 0 0;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}
 .rtl .login-container .login-about > .know-more:hover {
	 font-size: 1rem;
}
 .rtl .login-container .login-about > .know-more:hover img {
	 margin: 0 1rem 0 0;
}
 .rtl .login-container .login-wrapper {
	 height: 100%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 position: relative;
}
 @media screen and (max-width: 992px) {
	 .rtl .login-container .login-about {
		 display: none;
	}
}
 .rtl .login-screen {
	 position: relative;
	 background: #fff;
	 border: 1px solid #e1e8f3;
	 border-radius: 20px;
	 -webkit-box-shadow: 0 30px 15px -20px rgba(0, 0, 0, .2);
	 box-shadow: 0 30px 15px -20px rgba(0, 0, 0, .2);
	 min-width: 320px;
	 max-width: 320px;
}
 .rtl .login-screen .login-logo {
	 margin: 0 0 1rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 z-index: 100;
}
 .rtl .login-screen .login-logo img {
	 width: auto;
	 height: 50px;
}
 .rtl .login-screen .login-body {
	 padding: 1.5rem 1.5rem 0 1.5rem;
}
 .rtl .login-screen .login-body .field-wrapper input {
	 border: 1px solid #ccc;
}
 .rtl .login-screen .login-body .field-wrapper input:hover {
	 border: 1px solid #b3b3b3;
}
 .rtl .login-screen .login-body .field-wrapper input:focus {
	 outline-color: #b3b3b3;
}
 .rtl .login-screen .login-body .field-wrapper .field-placeholder {
	 color: #999;
}
 .rtl .login-screen .login-footer {
	 border-top: 1px solid #e1e8f3;
	 padding: 1rem 1.5rem 1rem 1.5rem;
}
 .rtl .login-screen .actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin-bottom: 1rem;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .login-screen .actions a {
	 color: #999;
	 font-size: 0.7rem;
	 line-height: 200%;
	 border-bottom: 1px dashed !important;
	 margin-left: auto;
}
 .rtl .login-screen .actions a:hover {
	 text-decoration: underline;
}
 .rtl .login-screen .additional-link {
	 text-decoration: none;
	 margin: 0 auto;
	 display: inline-block;
	 color: #999;
	 font-size: 0.7rem;
}
 .rtl .login-screen .additional-link a {
	 margin-right: 5px;
	 display: inline-block;
}
 .rtl .login-screen h6 {
	 font-size: 0.875rem;
	 margin-bottom: 2rem;
	 line-height: 160%;
	 font-weight: 300;
}
 .rtl .carousel-login .carousel-indicators li {
	 width: 10px;
	 background-color: #da5656;
}
 .rtl .carousel-login .carousel-quotes {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 text-align: center;
	 min-height: 250px;
	 width: 50%;
	 margin: 20px auto;
}
 .rtl .carousel-login .carousel-quotes p {
	 font-size: 1rem;
	 font-weight: 300;
	 line-height: 210%;
}
 .rtl .carousel-login .carousel-control-next-icon, .rtl .carousel-login .carousel-control-prev-icon {
	 background-color: #f5d4d4;
	 border-radius: 10px;
	 background-size: 50%;
	 padding: 20px;
}
 .rtl .error-screen {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 text-align: center;
	 color: #fff;
	 height: 100vh;
}
 .rtl .error-screen h1 {
	 font-family: Rubik Mono One;
	 font-size: 15rem;
	 margin: 0;
	 line-height: 100%;
}
 .rtl .error-screen h5 {
	 margin-bottom: 2rem;
	 line-height: 180%;
	 font-weight: 300;
}
 .rtl .error-screen .btn {
	 padding: 0.7rem 1.8rem;
	 border-radius: 50px;
	 color: #fff;
	 border: 1px solid #fff;
}
 .rtl .error-screen .btn:hover {
	 color: #f26861;
	 background: #fff;
}
 @media screen and (max-width: 768px) {
	 .rtl .error-screen h1 {
		 font-size: 8rem;
	}
}
 @-webkit-keyframes stars-blink {
	 10% {
		 opacity: 0.3;
	}
	 30% {
		 opacity: 0.7;
	}
	 70% {
		 opacity: 0.5;
	}
	 90% {
		 opacity: 0.8;
	}
}
 @keyframes stars-blink {
	 10% {
		 opacity: 0.3;
	}
	 30% {
		 opacity: 0.7;
	}
	 70% {
		 opacity: 0.5;
	}
	 90% {
		 opacity: 0.8;
	}
}
 @-webkit-keyframes earth-spin {
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 @keyframes earth-spin {
	 100% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes rocket-launch {
	 100% {
		 -webkit-transform: translate(1250px, -1900px);
	}
}
 @keyframes rocket-launch {
	 100% {
		 -webkit-transform: translate(1250px, -1900px);
		 transform: translate(1250px, -1900px);
	}
}
 @-webkit-keyframes astronaut-movement {
	 100% {
		 -moz-transform: translate(-120px, -120px);
	}
}
 @keyframes astronaut-movement {
	 100% {
		 -webkit-transform: translate(-120px, -120px);
	}
}
 @-webkit-keyframes astronaut-rotate {
	 100% {
		 -moz-transform: rotate(-900deg);
	}
}
 @keyframes astronaut-rotate {
	 100% {
		 -webkit-transform: rotate(-900deg);
	}
}
 .rtl .error-screen2 {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background-image: radial-gradient(at 70% 100%, #3d3b80, #5957b1);
	 color: #fff;
	 height: 100vh;
}
 .rtl .error-screen2:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 background: url(../img/error-screen/stars.svg) repeat;
	 -webkit-animation: stars-blink 3s linear infinite;
	 animation: stars-blink 3s linear infinite;
	 background-size: 55%;
}
 .rtl .error-screen2 .earth {
	 position: absolute;
	 top: 25%;
	 left: 10%;
	 -webkit-animation: earth-spin 150s linear infinite;
	 animation: earth-spin 150s linear infinite;
	 border-radius: 100px;
	 width: 110px;
	 height: 110px;
}
 .rtl .error-screen2 .moon {
	 position: absolute;
	 top: 10%;
	 left: 29%;
	 -webkit-box-shadow: 0 0 80px #fff;
	 box-shadow: 0 0 80px #fff;
	 border-radius: 100px;
	 width: 60px;
	 height: 60px;
}
 .rtl .error-screen2 .rocket {
	 position: absolute;
	 top: 80%;
	 left: 5%;
	 -webkit-animation: rocket-launch 200s linear infinite;
	 animation: rocket-launch 200s linear infinite;
	 width: 40px;
	 height: 40px;
}
 .rtl .error-screen2 .astronaut-container {
	 position: absolute;
	 top: 50%;
	 right: 20%;
	 will-change: transform;
	 -webkit-animation: astronaut-movement 75s infinite linear both alternate;
	 animation: astronaut-movement 75s infinite linear both alternate;
}
 .rtl .error-screen2 .astronaut-container .astronaut {
	 -webkit-animation: astronaut-rotate 240s infinite linear both alternate;
	 animation: astronaut-rotate 240s infinite linear both alternate;
	 width: 120px;
}
 .rtl .error-screen2 .contents {
	 text-align: center;
	 z-index: 1000;
}
 .rtl .error-screen2 .contents h1 {
	 font-family: Rubik Mono One;
	 font-size: 12rem;
	 margin: 0;
	 line-height: 100%;
}
 .rtl .error-screen2 .contents h5 {
	 margin-bottom: 2rem;
	 line-height: 180%;
	 font-weight: 300;
}
 .rtl .error-screen2 .contents .btn {
	 padding: 0.7rem 1.8rem;
	 border-radius: 50px;
	 color: #fff;
	 border: 1px solid #fff;
}
 .rtl .error-screen2 .contents .btn:hover {
	 color: #f26861;
	 background: #fff;
}
 @media screen and (max-width: 768px) {
	 .rtl .error-screen2 .earth {
		 top: 15%;
	}
	 .rtl .error-screen2 .moon {
		 position: absolute;
		 top: 5%;
		 left: 15%;
	}
	 .rtl .error-screen2 .astronaut-container {
		 top: 80%;
		 right: 15%;
	}
	 .rtl .error-screen2 .contents h1 {
		 font-size: 5rem;
	}
}
 .rtl .subscribe-screen {
	 text-align: center;
	 border-radius: 3px;
	 color: #111;
	 background: #fff;
	 min-width: 320px;
	 max-width: 320px;
	 margin: auto;
}
 .rtl .subscribe-screen .subscribe-header {
	 border-radius: 3px 3px 0 0;
	 padding: 2rem 1.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background-color: #5957b1;
	 margin-bottom: 2.5rem;
	 overflow: hidden;
	 position: relative;
}
 .rtl .subscribe-screen .subscribe-header:before {
	 content: '';
	 background: url(../img/lines-bg.svg) no-repeat;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 position: absolute;
	 left: 0;
	 bottom: -10px;
	 width: 420px;
	 height: 130px;
	 opacity: 0.4;
}
 .rtl .subscribe-screen .subscribe-header .subscribe-icon {
	 width: 80px;
	 height: 80px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 border-radius: 50px;
	 background-color: #fff;
	 z-index: 1000;
}
 .rtl .subscribe-screen .subscribe-header .subscribe-icon i {
	 font-size: 1.8rem;
	 color: #5957b1;
	 text-shadow: none;
}
 .rtl .subscribe-screen .subscribe-body {
	 padding: 0 1.5rem 2rem 1.5rem;
}
 .rtl .subscribe-screen .subscribe-body h1 {
	 font-size: 1.8rem;
	 margin: 0 0 2rem 0;
	 line-height: 100%;
	 color: #5957b1;
}
 .rtl .subscribe-screen .subscribe-body p {
	 margin-bottom: 2rem;
	 line-height: 180%;
	 font-weight: 300;
}
 .rtl .maintenance-message {
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 height: 100%;
}
 .rtl .maintenance-message h1 {
	 font-size: 4rem;
	 margin: 0 0 1rem 0;
	 line-height: 100%;
	 font-weight: 700;
}
 .rtl .maintenance-message h4 {
	 font-size: 2rem;
	 margin: 0 0 1rem 0;
	 line-height: 100%;
}
 .rtl .maintenance-message p {
	 font-size: 0.85rem;
	 margin: 0;
	 line-height: 180%;
	 font-weight: 300;
}
 .rtl .maintenance-message .btn {
	 padding: 0.7rem 1.8rem;
	 border-radius: 50px;
	 color: #fff;
	 border: 1px solid #fff;
}
 .rtl .maintenance-message .btn:hover {
	 color: #f26861;
	 background: #fff;
}
 @media screen and (max-width: 768px) {
	 .rtl .maintenance-message {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 margin-bottom: 150px;
	}
	 .rtl .maintenance-message p {
		 text-align: center;
	}
}
 .rtl .doc-block {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 padding: 2rem 1.5rem;
	 border-radius: 3px;
	 background: #f6f6fd;
	 margin: 0 0 1rem 0;
}
 .rtl .doc-block .doc-icon {
	 width: 100px;
	 height: 100px;
	 padding: 1rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 border-radius: 100px;
	 margin: 0 0 1rem 0;
	 background: #fff;
}
 .rtl .doc-block .doc-icon img {
	 width: 50px;
	 height: 50px;
}
 .rtl .doc-block .doc-title {
	 font-size: 0.9rem;
	 font-weight: 600;
	 margin: 0 0 1rem 0;
}
 .rtl figure.user-card {
	 background: #f6f6fd;
	 padding: 2rem 1rem;
	 border-radius: 3px;
	 text-align: center;
	 position: relative;
}
 .rtl figure.user-card a.edit-card {
	 position: absolute;
	 right: 15px;
	 top: 15px;
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 border-radius: 30px;
	 background: #fff;
	 margin: 0 0 0 5px;
}
 .rtl figure.user-card a.edit-card i {
	 font-size: 1rem;
	 color: #5957b1;
}
 .rtl figure.user-card a.edit-card:hover {
	 background: #5957b1;
	 border: 1px solid #5957b1;
	 opacity: 1;
}
 .rtl figure.user-card a.edit-card:hover i {
	 color: #fff;
}
 .rtl figure.user-card .profile {
	 border-radius: 50px;
	 max-width: 72px;
	 margin-bottom: 20px;
}
 .rtl figure.user-card h5 {
	 margin: 0 0 1rem 0;
	 font-size: 0.9rem;
}
 .rtl figure.user-card .list-group {
	 margin: 0;
	 background: transparent;
}
 .rtl figure.user-card .list-group .list-group-item {
	 background: rgba(255, 255, 255, .5);
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .timeline {
	 position: relative;
	 padding: 10px;
	 margin: 0 auto;
	 overflow: hidden;
	 color: #5e6973;
}
 .rtl .timeline:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 50%;
	 margin-left: -1px;
	 border-right: 2px dashed #e1e8f3;
	 height: 100%;
	 display: block;
}
 .rtl .timeline-row {
	 padding-left: 50%;
	 position: relative;
	 margin-bottom: 30px;
}
 .rtl .timeline-row .timeline-time {
	 position: absolute;
	 right: 50%;
	 top: 31px;
	 text-align: right;
	 margin-right: 20px;
	 font-size: 1.5rem;
}
 .rtl .timeline-row .timeline-time small {
	 display: block;
	 font-size: 0.75rem;
}
 .rtl .timeline-row .timeline-content {
	 position: relative;
	 padding: 20px 30px;
	 border-radius: 10px;
}
 .rtl .timeline-row .timeline-content:after {
	 content: "";
	 position: absolute;
	 top: 20px;
	 height: 3px;
	 width: 40px;
}
 .rtl .timeline-row .timeline-content:before {
	 content: "";
	 position: absolute;
	 top: 20px;
	 right: -50px;
	 width: 20px;
	 height: 20px;
	 border-radius: 100px;
	 z-index: 100;
	 background: #fff;
	 border: 2px dashed #e1e8f3;
}
 .rtl .timeline-row .timeline-content h4 {
	 margin: 0 0 20px 0;
	 color: #5957b1;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 line-height: 150%;
	 font-weight: 400;
}
 .rtl .timeline-row .timeline-content p {
	 margin-bottom: 30px;
	 line-height: 150%;
}
 .rtl .timeline-row .timeline-content i {
	 font-size: 2rem;
	 line-height: 100%;
	 padding: 10px;
	 border: 2px solid #5957b1;
	 color: #5957b1;
	 border-radius: 100px;
	 margin-bottom: 10px;
	 display: inline-block;
}
 .rtl .timeline-row .timeline-content .thumbs {
	 margin-bottom: 20px;
}
 .rtl .timeline-row .timeline-content .thumbs img {
	 margin-bottom: 10px;
}
 .rtl .timeline-row .timeline-content .badge {
	 background: #5957b1;
	 border-radius: 2px;
	 color: #fff;
}
 .rtl .timeline-row:nth-child(even) .timeline-content {
	 background: #f2f4f9;
	 margin-left: 40px;
	 text-align: left;
}
 .rtl .timeline-row:nth-child(even) .timeline-content:after {
	 left: -39px;
	 border-right: 18px solid #f2f4f9;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
}
 .rtl .timeline-row:nth-child(even) .timeline-content:before {
	 left: -50px;
	 right: initial;
}
 .rtl .timeline-row:nth-child(odd) {
	 padding-left: 0;
	 padding-right: 50%;
}
 .rtl .timeline-row:nth-child(odd) .timeline-time {
	 right: auto;
	 left: 50%;
	 text-align: left;
	 margin-right: 0;
	 margin-left: 20px;
}
 .rtl .timeline-row:nth-child(odd) .timeline-content {
	 background: #f2f4f9;
	 margin-right: 40px;
	 margin-left: 0;
	 text-align: right;
}
 .rtl .timeline-row:nth-child(odd) .timeline-content:after {
	 right: -39px;
	 border-left: 18px solid #f2f4f9;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
}
 @media (max-width: 767px) {
	 .rtl .timeline {
		 padding: 15px 10px;
	}
	 .rtl .timeline:after {
		 left: 28px;
	}
	 .rtl .timeline .timeline-row {
		 padding-left: 0;
		 margin-bottom: 16px;
	}
	 .rtl .timeline .timeline-row .timeline-time {
		 position: relative;
		 right: auto;
		 top: 0;
		 text-align: left;
		 margin: 0 0 6px 56px;
	}
	 .rtl .timeline .timeline-row .timeline-time strong {
		 display: inline-block;
		 margin-right: 10px;
	}
	 .rtl .timeline .timeline-row .timeline-icon {
		 top: 52px;
		 left: -2px;
		 margin-left: 0;
	}
	 .rtl .timeline .timeline-row .timeline-content {
		 padding: 15px;
		 margin-left: 56px;
		 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		 box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		 position: relative;
	}
	 .rtl .timeline .timeline-row .timeline-content:after {
		 right: auto;
		 left: -39px;
		 top: 32px;
	}
	 .rtl .timeline .timeline-row:nth-child(odd) {
		 padding-right: 0;
	}
	 .rtl .timeline .timeline-row:nth-child(odd) .timeline-time {
		 position: relative;
		 right: auto;
		 left: auto;
		 top: 0;
		 text-align: left;
		 margin: 0 0 6px 56px;
	}
	 .rtl .timeline .timeline-row:nth-child(odd) .timeline-content {
		 margin-right: 0;
		 margin-left: 55px;
	}
	 .rtl .timeline .timeline-row:nth-child(odd) .timeline-content:after {
		 right: auto;
		 left: -39px;
		 top: 32px;
		 border-right: 18px solid #5957b1;
		 border-left: inherit;
	}
	 .rtl .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
		 left: 20px;
	}
	 .rtl .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
		 left: 0;
	}
}
 .rtl .empty-chat-screen {
	 background: #fff;
	 z-index: 100;
	 border-radius: 0 10px 10px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 margin: 0 auto;
	 height: calc(100vh - 160px);
}
 .rtl .empty-chat-screen img.my-avatar {
	 max-width: 90px;
	 height: 90px;
	 border-radius: 50px;
	 margin: 0 0 1rem 0;
}
 .rtl .empty-chat-screen img.empty-chat-display {
	 max-width: 210px;
	 max-height: 210px;
	 margin: 0 0 1.5rem 0;
}
 .rtl .empty-chat-screen h5 {
	 font-size: 0.8rem;
	 font-weight: 400;
}
 .rtl .empty-chat-screen h6 {
	 font-size: 0.9rem;
	 color: #5957b1;
	 margin: 0 0 1rem 0;
	 font-weight: 400;
}
 .rtl .empty-chat-screen p {
	 font-size: 0.825rem;
	 color: #5e6973;
	 margin: 0;
	 text-align: center;
	 max-width: 75%;
}
 .rtl .search-chat-container {
	 margin: 0 0 0.5rem 0;
	 padding: 0 20px;
}
 .rtl .search-chat-container .input-group {
	 position: relative;
}
 .rtl .search-chat-container .input-group:after {
	 position: absolute;
	 top: 10px;
	 right: 15px;
	 content: '';
	 padding: 0.375rem 0 0.375rem 0.75rem;
	 background: url(../img/icon-search.svg);
	 background-size: 100%;
	 width: 21px;
	 height: 21px;
	 z-index: 100;
}
 .rtl .search-chat-container .form-control {
	 border: 2px solid #dbdaea;
	 border-radius: 5px;
	 background: #fff;
	 height: 40px;
	 padding: 0.375rem 3rem 0.375rem 0;
}
 .rtl .search-chat-container .form-control:focus, .rtl .search-chat-container .form-control:hover {
	 border: 2px solid #5957b1;
	 -webkit-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
}
 .rtl .chat-wrapper {
	 background: #fff;
	 border-radius: 4px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .chat-users-container {
	 border-left: 1px solid #ecf0f7;
	 width: 330px;
	 padding: 20px 0;
}
 .rtl .chat-users-container .users-container ul.users-list {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
}
 .rtl .chat-users-container .users-container ul.users-list li {
	 border-bottom: 1px solid #ecf0f7;
}
 .rtl .chat-users-container .users-container ul.users-list li a {
	 padding: 15px 20px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar {
	 margin: 0 0 0 1rem;
	 position: relative;
	 width: 46px;
	 height: 46px;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .status {
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 border-radius: 30px;
	 width: 14px;
	 height: 14px;
	 border: 2px solid #fff;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .status.online {
	 background: #24b1aa;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .status.busy {
	 background: #da5656;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .status.away {
	 background: #dea914;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .status.offline {
	 background: #a6b2c5;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar img {
	 border-radius: 50px;
	 width: 46px;
	 height: 46px;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar {
	 width: 46px;
	 height: 46px;
	 border-radius: 50px;
	 font-size: 14px;
	 font-weight: 600;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.blue {
	 background: #d5eafd;
	 color: #2d8dec;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.yellow {
	 background: #fff2d3;
	 color: #bd8d09;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.red {
	 background: #ffe7e7;
	 color: #b32828;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.green {
	 background: #e1fffd;
	 color: #118d87;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.pink {
	 background: #ffe2e7;
	 color: #e24f69;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.orange {
	 background: #fde8d9;
	 color: #e6680e;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.violet {
	 background: #f2e2ff;
	 color: #8936ca;
}
 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar.brown {
	 background: #e8dad7;
	 color: #a7644a;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 max-width: 210px;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg > h6 {
	 margin: 0;
	 font-weight: 600;
	 font-size: 0.775rem;
	 color: #5e6973;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-msg > p {
	 margin: 0;
	 line-height: 200%;
	 font-size: 0.7rem;
	 color: #5e6973;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-time {
	 color: #5e6973;
	 font-size: 0.65rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: end;
	 -ms-flex-align: end;
	 align-items: flex-end;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-time > .time {
	 margin: 0;
}
 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body .chat-time > .count {
	 border-radius: 50px;
	 width: 16px;
	 height: 16px;
	 background: #24b1aa;
	 color: #fff;
	 font-size: 0.6rem;
	 font-weight: 600;
	 margin: 0 0 0.2rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .chat-users-container .users-container ul.users-list li a:hover {
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	 color: #111;
	 background: #f2f4f9;
}
 .rtl .chat-users-container .users-container ul.users-list li.active-chat {
	 color: #111;
	 background: #f5f8fd;
}
 .rtl .chat-users-container .users-container ul.users-list li.active-chat a:hover {
	 color: #111;
	 background: #f5f8fd;
}
 .rtl .chat-content-wrapper {
	 padding: 0;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .active-user-chatting {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 padding: 1rem 1rem;
	 border-bottom: 1px solid #e1e8f3;
}
 .rtl .active-user-chatting .active-user-info {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .active-user-chatting .active-user-info img.avatar {
	 margin: 0 0 0 10px;
	 width: 40px;
	 height: 40px;
	 border-radius: 30px;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar {
	 width: 50px;
	 height: 50px;
	 border-radius: 50px;
	 font-size: 14px;
	 font-weight: 600;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 margin: 0 0 0 15px;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.blue {
	 background: #d5eafd;
	 color: #2d8dec;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.yellow {
	 background: #fff2d3;
	 color: #bd8d09;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.red {
	 background: #ffe7e7;
	 color: #b32828;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.green {
	 background: #e1fffd;
	 color: #118d87;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.pink {
	 background: #ffe2e7;
	 color: #e24f69;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.orange {
	 background: #fde8d9;
	 color: #e6680e;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.violet {
	 background: #f2e2ff;
	 color: #8936ca;
}
 .rtl .active-user-chatting .active-user-info .bg-chat-avatar.brown {
	 background: #e8dad7;
	 color: #a7644a;
}
 .rtl .active-user-chatting .active-user-info > .avatar-info h5 {
	 font-size: 0.8rem;
	 margin: 0;
	 line-height: 160%;
}
 .rtl .active-user-chatting .active-user-info > .avatar-info .typing {
	 color: #5e6973;
	 font-size: 0.725rem;
}
 .rtl .active-user-chatting .chat-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .active-user-chatting .chat-actions a {
	 width: 40px;
	 height: 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 border-radius: 50px;
	 -webkit-box-shadow: 5px 5px 10px #eaeef7;
	 box-shadow: 5px 5px 10px #eaeef7;
	 margin: 0 10px 0 0;
}
 .rtl .active-user-chatting .chat-actions a i {
	 font-size: 0.8rem;
}
 .rtl .active-user-chatting .chat-actions a:hover {
	 -webkit-box-shadow: 5px 5px 20px #c5d0e9;
	 box-shadow: 5px 5px 20px #c5d0e9;
}
 .rtl .chat-container {
	 position: relative;
	 padding: 1.5rem 0.2rem;
}
 .rtl .chat-container .chat-box {
	 padding: 0 0.8rem;
}
 .rtl .chat-container .chat-box li.chat-left, .rtl .chat-container .chat-box li.chat-right {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin-bottom: 40px;
}
 .rtl .chat-container .chat-box li .chat-avatar {
	 margin-left: 20px;
}
 .rtl .chat-container .chat-box li .chat-avatar img {
	 width: 48px;
	 height: 48px;
	 border-radius: 30px;
}
 .rtl .chat-container .chat-box li .chat-hour {
	 padding: 0;
	 font-size: 0.75rem;
	 margin: 5px 0 0 0;
	 color: #5e6973;
}
 .rtl .chat-container .chat-box li .chat-hour.read > span {
	 color: #24b1aa;
}
 .rtl .chat-container .chat-box li .chat-hour > span {
	 font-size: 16px;
	 color: #5e6973;
}
 .rtl .chat-container .chat-box li .chat-name {
	 font-size: 0.75rem;
	 color: #5e6973;
	 text-align: center;
	 font-weight: 600;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text {
	 padding: 0.7rem 1rem;
	 background: #eaeaff;
	 border-radius: 3px;
	 line-height: 150%;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
	 position: relative;
	 font-size: 0.8rem;
	 margin: 0 0 5px 0;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text p {
	 font-weight: 400;
	 line-height: 190%;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text:first-child:before {
	 content: '';
	 position: absolute;
	 width: 0;
	 height: 0;
	 top: 14px;
	 right: -16px;
	 border: 8px solid;
	 border-color: transparent transparent #eaeaff #eaeaff;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail {
	 position: relative;
	 margin: 5px 0;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img {
	 max-width: 210px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail a.download {
	 position: absolute;
	 bottom: 10px;
	 left: 10px;
	 display: none;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail a.download > img {
	 width: 18px;
	 height: 18px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail:hover .download {
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: rgba(255, 255, 255, .3);
	 border-radius: 50px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail:hover .download i {
	 color: #fff;
	 text-shadow: none;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-files-group {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-files-group .chat-file {
	 margin: 0 3px;
	 width: 48px;
	 height: 48px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: #fff;
	 border-radius: 3px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-files-group .chat-file img {
	 width: 24px;
	 height: 24px;
	 border-radius: 0;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper a.shared-files {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background: #fff;
	 border-radius: 3px;
	 padding: 7px 15px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-folder {
	 margin-left: 10px;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-folder img {
	 width: 24px;
	 height: 24px;
	 border-radius: 0;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper a.shared-files .attached-link {
	 font-size: 0.75rem;
	 font-weight: 600;
}
 .rtl .chat-container .chat-box li .chat-text-wrapper a.shared-files:hover {
	 color: #000;
}
 .rtl .chat-container .chat-box li.chat-right {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .chat-container .chat-box li.chat-right > .chat-avatar {
	 margin-right: 20px;
	 margin-left: 0;
}
 .rtl .chat-container .chat-box li.chat-right .chat-text-wrapper > .chat-text {
	 text-align: right;
	 background: #f5f8fd;
	 -ms-flex-item-align: end;
	 align-self: flex-end;
}
 .rtl .chat-container .chat-box li.chat-right .chat-text-wrapper > .chat-text:before {
	 left: -16px;
	 border-color: transparent transparent #f5f8fd #f5f8fd;
	 right: inherit;
}
 .rtl .chat-container .chat-box li.divider {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin: 2rem 0;
	 color: #5e6973;
	 font-size: 0.65rem;
	 font-weight: 600;
	 letter-spacing: 0.5px;
	 text-transform: uppercase;
}
 .rtl .chat-container .chat-box li.divider:before {
	 content: '';
	 display: block;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 height: 1px;
	 background-color: #e1e8f3;
	 margin-left: 10px;
}
 .rtl .chat-container .chat-box li.divider:after {
	 content: '';
	 display: block;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 height: 1px;
	 background-color: #e1e8f3;
	 margin-right: 10px;
}
 .rtl .chat-container .chat-box li:last-child.chat-left, .rtl .chat-container .chat-box li:last-child.chat-right {
	 margin: 0;
}
 .rtl .chat-form {
	 margin: 0;
	 padding: 1.5rem 1rem 0.5rem 1rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .chat-form .form-group {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 margin: 0;
}
 .rtl .chat-form .form-group textarea {
	 height: 40px;
	 font-size: 0.75rem;
}
 .rtl .chat-form .chat-form-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 0 10px;
}
 .rtl .chat-form .chat-form-actions a.action-icon {
	 position: relative;
	 width: 40px;
	 height: 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .chat-form .chat-form-actions a.action-icon img {
	 width: 18px;
	 height: 18px;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-tooltip {
	 padding: 3px 12px;
	 background: #000;
	 color: #fff;
	 display: none;
	 position: absolute;
	 top: -25px;
	 font-size: 0.7rem;
	 z-index: 100;
	 border-radius: 2px;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-tooltip:before {
	 content: '';
	 position: absolute;
	 left: 50%;
	 bottom: -5px;
	 margin-left: -3px;
	 width: 0;
	 height: 0;
	 border-left: 5px solid transparent;
	 border-right: 5px solid transparent;
	 border-top: 6px solid #000;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-popup {
	 padding: 5px;
	 margin-bottom: 10px;
	 background: #fff;
	 border: 1px solid #e1e8f3;
	 display: none;
	 position: absolute;
	 bottom: 32px;
	 left: 0;
	 width: 240px;
	 z-index: 100;
	 border-radius: 5px;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-popup:before {
	 content: '';
	 position: absolute;
	 left: 13px;
	 bottom: -6px;
	 width: 12px;
	 height: 12px;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 background: #fff;
	 border-bottom: 1px solid #e1e8f3;
	 border-right: 1px solid #e1e8f3;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list span {
	 font-size: 1.2rem;
	 padding: 3px;
	 margin: 1px;
	 width: 30px;
	 height: 30px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .chat-form .chat-form-actions a.action-icon .action-icon-popup .emoji-list span:hover {
	 background: #f2f4f9;
	 border-radius: 3px;
}
 .rtl .chat-form .chat-form-actions a.action-icon:hover {
	 background: #d5eafd;
	 border-radius: 4px;
}
 .rtl .chat-form .chat-form-actions a.action-icon:hover .action-icon-tooltip {
	 display: block;
}
 .rtl .chat-form .chat-form-actions a.action-icon:hover .action-icon-popup {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .chat-form .btn {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 width: 40px;
	 height: 40px;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 .rtl .chat-form .btn img {
	 width: 21px;
	 height: 21px;
}
 .rtl .call-container {
	 margin: 2rem 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .rtl .call-container .current-user {
	 margin: 0 0 1.5rem 0;
}
 .rtl .call-container .current-user img {
	 width: 90px;
	 height: 90px;
	 border-radius: 100px;
}
 .rtl .call-container h5.calling-user-name {
	 font-weight: 400;
	 margin: 0 0 2rem 0;
}
 .rtl .call-container h5.calling-user-name .calling {
	 color: #3795f3;
}
 .rtl .call-container .calling-btns {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .call-container .calling-btns .btn {
	 width: 50px;
	 height: 50px;
	 margin: 0.3rem 0.5rem;
	 border-radius: 30px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 border-radius: 50px;
}
 .rtl .call-container .calling-btns .btn i {
	 font-size: 1.2rem;
	 margin: 0;
}
 @media (max-width: 576px) {
	 .rtl .search-chat-container {
		 display: none;
	}
	 .rtl .empty-chat-screen img.empty-chat-display {
		 max-width: 120px;
		 max-height: 120px;
	}
	 .rtl .chat-users-container {
		 width: auto;
		 padding-top: 30px;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a {
		 padding: 15px;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar {
		 margin: 0;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a .users-list-body {
		 display: none;
	}
	 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img {
		 max-width: 100px;
	}
	 .rtl .chat-form .chat-form-actions {
		 display: none;
	}
	 .rtl .chat-form .btn {
		 margin: 0 5px 0 0;
	}
}
 @media (max-width: 420px) {
	 .rtl .empty-chat-screen {
		 height: calc(100vh - 150px);
	}
	 .rtl .chat-users-container .users-container ul.users-list li a {
		 padding: 10px;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar {
		 width: 36px;
		 height: 36px;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar img {
		 width: 36px;
		 height: 36px;
	}
	 .rtl .chat-users-container .users-container ul.users-list li a > .chat-avatar .bg-avatar {
		 width: 36px;
		 height: 36px;
		 font-size: 11px;
	}
	 .rtl .active-user-chatting {
		 padding: 0.5rem 1rem;
	}
	 .rtl .active-user-chatting .active-user-info > .avatar-info {
		 display: none;
	}
	 .rtl .active-user-chatting .active-user-info .bg-chat-avatar {
		 width: 36px;
		 height: 36px;
		 font-size: 11px;
	}
	 .rtl .chat-container {
		 padding: 0.5rem 0.2rem;
	}
	 .rtl .chat-container .chat-box {
		 padding: 0 0.5rem;
	}
	 .rtl .chat-container .chat-box li .chat-avatar {
		 margin-right: 15px;
	}
	 .rtl .chat-container .chat-box li .chat-avatar img {
		 width: 36px;
		 height: 36px;
	}
	 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text {
		 padding: 0.7rem;
		 max-width: 130px;
	}
	 .rtl .chat-container .chat-box li .chat-text-wrapper .chat-text .chat-img-thumbnail img {
		 max-width: 60px;
	}
	 .rtl .chat-container .slimScrollDiv {
		 height: calc(100vh - 280px) !important;
	}
	 .rtl .chat-container .chatContainerScroll {
		 height: calc(100vh - 280px) !important;
	}
	 .rtl .chat-form {
		 padding: 0.5rem 1rem 0.5rem 1rem;
	}
}
 .rtl .tasks-section {
	 background: #fff;
	 border-radius: 4px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .rtl .labels-container {
	 position: relative;
	 border-left: 1px solid #ecf0f7;
	 width: 160px;
	 padding: 20px 0;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: column;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 flex-direction: column;
}
 .rtl .labels-container .filters-block {
	 margin: 1rem 0 2rem 0;
}
 .rtl .labels-container .filters-block h5 {
	 font-size: 0.8rem;
	 text-transform: uppercase;
	 font-weight: 600;
	 margin: 0 0 0.8rem 0;
	 padding: 0 1.5rem;
}
 .rtl .labels-container .filters-block .filters a {
	 font-size: 0.75rem;
	 padding: 0.5rem 1.5rem;
	 color: #9aa5af;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .labels-container .filters-block .filters a i {
	 font-size: 1rem;
	 margin: 0 0 0 0.5rem;
	 color: #9aa5af;
}
 .rtl .labels-container .filters-block .filters a:hover {
	 background: #f5f8fd;
	 color: #5957b1;
}
 .rtl .labels-container .filters-block .filters a.active {
	 background: #f5f8fd;
	 color: #111;
}
 .rtl .labels-container .tags-block {
	 margin: 1rem 0 1rem 0;
}
 .rtl .labels-container .tags-block h5 {
	 font-size: 0.8rem;
	 text-transform: uppercase;
	 font-weight: 600;
	 margin: 0 0 0.8rem 0;
	 padding: 0 1.5rem;
}
 .rtl .labels-container .tags-block .tags a {
	 font-size: 0.75rem;
	 padding: 0.3rem 1.5rem;
	 color: #9aa5af;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .labels-container .tags-block .tags a i {
	 font-size: 1rem;
	 margin: 0 0 0 0.5rem;
}
 .rtl .labels-container .tags-block .tags a:hover {
	 background: #f5f8fd;
	 color: #5957b1;
}
 @media (max-width: 767px) {
	 .rtl .labels-container {
		 width: 110px;
	}
	 .rtl .labels-container .filters-block h5 {
		 padding: 0 0.75rem;
	}
	 .rtl .labels-container .filters-block .filters a {
		 padding: 0.5rem 0.75rem;
	}
	 .rtl .labels-container .tags-block h5 {
		 padding: 0 0.75rem;
	}
	 .rtl .labels-container .tags-block .tags a {
		 padding: 0.5rem 0.75rem;
	}
}
 .rtl .tasks-container {
	 position: relative;
	 padding: 0 0 1rem 0;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .tasks-container .tasks-header {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 padding: 0.8rem 1.5rem;
	 border-bottom: 1px solid #ecf0f7;
	 border-radius: 0 3px 0 0;
}
 .rtl .tasks-container .tasks-header h3 {
	 margin: 0;
	 font-size: 1.2rem;
	 color: #5957b1;
}
 .rtl .tasks-container .tasks-header h3 span {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 font-size: 0.725rem;
	 line-height: 220%;
	 font-weight: 400;
	 color: #9aa5af;
}
 @media (max-width: 767px) {
	 .rtl .tasks-container .tasks-header {
		 padding: 1rem 1rem;
	}
	 .rtl .tasks-container .tasks-header h3 {
		 display: none;
	}
}
 .rtl .task-list {
	 position: relative;
	 padding: 0 0.5rem;
}
 .rtl .task-list .task-block {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 padding: 1.5rem 1rem;
	 border-bottom: 1px solid #ecf0f7;
}
 .rtl .task-list .task-block .task-checkbox {
	 margin: 0 0 0 2rem;
	 position: relative;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"] {
	 opacity: 0;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 cursor: pointer;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"]:focus {
	 outline: 0;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"]:checked + .ripple-container .check-off {
	 border-color: #111;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"]:checked + .ripple-container .check-on {
	 -webkit-transform: scale(0.8);
	 transform: scale(0.8);
	 -webkit-transition: -webkit-transform 0.3s;
	 transition: -webkit-transform 0.3s;
	 transition: transform 0.3s;
	 transition: transform 0.3s, -webkit-transform 0.3s;
	 color: #111;
	 position: absolute;
	 left: 2px;
	 top: 2px;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"]:checked + .ripple-container .check-on i {
	 font-size: 1.3rem;
	 font-weight: 700;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"] + .ripple-container {
	 width: auto;
	 position: relative;
	 display: inline-block;
	 width: 25px;
	 height: 25px;
	 top: 0;
	 pointer-events: none;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"] + .ripple-container:before {
	 content: "";
	 position: absolute;
	 border-radius: 2px;
	 display: block;
	 height: auto;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 -webkit-transition: all 0.5s;
	 transition: all 0.5s;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"] + .ripple-container .check-off {
	 position: absolute;
	 width: 25px;
	 height: 25px;
	 left: 0;
	 top: 0;
	 border-radius: 2px;
	 border: 2px solid #e1e8f3;
	 -webkit-transition: border-color ease 0.28s;
	 transition: border-color ease 0.28s;
}
 .rtl .task-list .task-block .task-checkbox input[type="checkbox"] + .ripple-container .check-on {
	 -webkit-transform: scale(0);
	 transform: scale(0);
	 -webkit-transition: all 0s;
	 transition: all 0s;
}
 .rtl .task-list .task-block .task-details {
	 -webkit-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
	 opacity: 1;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .rtl .task-list .task-block .task-details .task-name {
	 margin-bottom: 0.3rem;
	 font-size: 0.8rem;
	 font-weight: 600;
}
 .rtl .task-list .task-block .task-details .task-desc {
	 margin-bottom: 0.7rem;
	 color: #5e6973;
	 line-height: 180%;
	 font-size: 0.725rem;
}
 .rtl .task-list .task-block .task-details .task-types {
	 margin: 0;
}
 .rtl .task-list .task-block ul.task-actions {
	 width: 110px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 1%;
	 flex: 0 0 1%;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .rtl .task-list .task-block ul.task-actions li > a {
	 width: 36px;
	 height: 36px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 color: #5e6973;
	 border-radius: 50px;
}
 .rtl .task-list .task-block ul.task-actions li > a i {
	 font-size: 1.4rem;
}
 .rtl .task-list .task-block ul.task-actions li > a:hover {
	 background: #f2f4f9;
}
 .rtl .task-list .task-block ul.task-actions li > a.important.active {
	 color: #da5656;
}
 .rtl .task-list .task-block ul.task-actions li > a.star.active {
	 color: #dea914;
}
 .rtl .task-list .task-block.task-checked {
	 background: #f5f8fd;
}
 .rtl .task-list .task-block.task-checked .task-details {
	 opacity: 0.7;
	 text-decoration: line-through;
}
 .rtl .task-list .task-block.task-checked ul.task-actions {
	 opacity: 0.7;
}
 .rtl .task-list .task-block .dropdown-menu {
	 background: #5957b1;
	 border-radius: 2px;
}
 .rtl .task-list .task-block .dropdown-menu a {
	 padding: 0.3rem 1rem;
	 color: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .rtl .task-list .task-block .dropdown-menu a i {
	 font-size: 0.9rem;
	 margin: 0 0 0 0.5rem;
	 text-shadow: none;
}
 .rtl .task-list .task-block .dropdown-menu a:hover {
	 background: #4e4ca3;
}
 @media (max-width: 767px) {
	 .rtl .task-list .task-block {
		 -webkit-box-align: start;
		 -ms-flex-align: start;
		 align-items: flex-start;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 padding: 1rem 1rem;
	}
	 .rtl .task-list .task-block .task-checkbox {
		 margin: 0 0 1rem 0;
	}
	 .rtl .task-list .task-block .task-details .task-types .badge {
		 max-width: 60px;
		 overflow: hidden;
		 white-space: nowrap;
		 padding: 0.35rem 0.3rem;
		 text-overflow: ellipsis;
	}
}
 .rtl .invoice-container {
	 padding: 0;
}
 .rtl .invoice-container .invoice-header .invoice-logo {
	 margin: 0.8rem 0 1rem 0;
	 display: inline-block;
}
 .rtl .invoice-container .invoice-header .invoice-logo img {
	 width: 50px;
	 height: 50px;
}
 .rtl .invoice-container .invoice-header address {
	 font-size: 0.8rem;
	 color: #5e6973;
	 margin: 0;
	 text-align: right;
}
 .rtl .invoice-container .invoice-details {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin: 1rem 0 0.5rem 0;
	 padding: 1rem;
	 line-height: 180%;
	 background: #eaeaff;
}
 .rtl .invoice-container .invoice-details .invoice-num {
	 text-align: right;
	 margin-left: auto;
	 font-size: 0.8rem;
}
 .rtl .invoice-container .invoice-body {
	 padding: 3rem 0;
}
 .rtl .invoice-container .invoice-footer {
	 text-align: center;
	 font-size: 0.7rem;
}
 .rtl .invoice-container .invoice-footer span {
	 display: inline-block;
	 background: #eaeaff;
	 padding: 3px 10px;
	 border-radius: 30px;
}
 .rtl .pricing-plan {
	 margin: 0 0 1.5rem 0;
	 width: 100%;
	 position: relative;
	 background: #fff;
	 border-radius: 3px;
}
 .rtl .pricing-plan .pricing-header {
	 padding: 20px 0;
	 text-align: center;
	 background: #5957b1;
	 border-radius: 3px 3px 0 0;
}
 .rtl .pricing-plan .pricing-header .pricing-title {
	 font-size: 1.2rem;
	 color: #fff;
	 padding: 1rem 0;
	 text-transform: uppercase;
	 font-weight: 300;
	 margin: 0;
	 text-shadow: 0 30px 10px rgba(0, 0, 0, .15);
}
 .rtl .pricing-plan .pricing-header .pricing-cost {
	 color: #fff;
	 padding: 1rem 0;
	 font-size: 2.5rem;
	 font-weight: 700;
	 text-shadow: 0 30px 10px rgba(0, 0, 0, .15);
}
 .rtl .pricing-plan .pricing-header .pricing-save {
	 color: #fff;
	 padding: 0.8rem 0;
	 font-size: 1rem;
	 font-weight: 300;
}
 .rtl .pricing-plan .pricing-body {
	 border: 1px solid #e1e8f3;
}
 .rtl .pricing-plan .pricing-features {
	 padding: 20px 0;
	 margin: 0;
	 text-align: right;
}
 .rtl .pricing-plan .pricing-features li {
	 padding: 15px 40px 15px 15px;
	 overflow: hidden;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 position: relative;
	 line-height: 100%;
}
 .rtl .pricing-plan .pricing-features li:before {
	 position: absolute;
	 right: 15px;
	 top: 15px;
	 font-size: 1rem;
	 color: #000;
	 content: "\e9ec";
	 font-family: 'icomoon';
}
 .rtl .pricing-plan .pricing-footer {
	 border-radius: 0 0 3px 3px;
	 text-align: center;
	 padding: 1rem 0 2rem 0;
}
 @media (max-width: 767px) {
	 .rtl .pricing-plan .pricing-header {
		 text-align: center;
	}
	 .rtl .pricing-plan .pricing-header i {
		 display: block;
		 float: none;
		 margin-bottom: 1.5rem;
	}
}
 .rtl .search-results-container {
	 background: #fff;
	 padding: 2rem 1.5rem;
	 border-radius: 3px;
	 position: relative;
}
 .rtl .search-results-container .search-results-header {
	 margin-bottom: 1.5rem;
}
 .rtl .search-results-container .search-results-header .search-results-title {
	 font-size: 1.5rem;
	 color: #5957b1;
}
 .rtl .search-results-container .search-results-body {
	 padding: 1rem 0 0 0;
}
 .rtl .search-results-container .search-results-block {
	 margin: 0 0 1.5rem 0;
}
 .rtl .search-results-container .search-results-block p.title {
	 font-size: 0.8rem;
	 color: #5957b1;
	 margin: 0 0 0.3rem 0;
	 font-weight: 600;
}
 .rtl .search-results-container .search-results-block a.link {
	 color: #5e6973;
	 font-size: 0.75rem;
	 margin: 0 0 0.3rem 0;
	 display: block;
	 font-weight: 600;
}
 .rtl .search-results-container .search-results-block p.desc {
	 font-size: 0.75rem;
	 margin: 0;
	 color: #9aa5af;
}
 .rtl .submit-request-card {
	 background: #fff;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 padding: 1.5rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .submit-request-card > h5 {
	 margin: 0 0 1rem 0;
}
 .rtl .submit-request-card > p {
	 margin: 0;
	 color: #5e6973;
}
 .rtl .submit-request-card > .btn {
	 white-space: nowrap;
	 min-width: 130px;
}
 .rtl .slimScrollBar {
	 opacity: 0.3 !important;
}
 .rtl .slimScrollDiv:hover .slimScrollBar {
	 border-radius: 30px;
	 opacity: 0.5 !important;
}
 .rtl #dropzone {
	 margin: 1rem 0;
}
 .rtl .dropzone {
	 border: 2px dashed #5957b1 !important;
	 border-radius: 3px;
	 background: #fff !important;
	 min-height: 250px !important;
}
 .rtl .dropzone .dz-message {
	 font-weight: 400;
}
 .rtl .dropzone .dz-message .note {
	 font-size: 0.7rem;
	 display: block;
	 margin-top: 1rem;
	 color: #5e6973 !important;
}
 .rtl .dropzone .dz-message .dz-button {
	 margin-top: 3rem;
	 background: transparent;
	 color: #5e6973 !important;
	 font-size: 1.3rem !important;
}
 .rtl #dropzone-sm {
	 margin: 0;
}
 .rtl #dropzone-sm .dropzone {
	 border: 1px dashed #5957b1 !important;
	 border-radius: 3px;
	 background: #fff !important;
	 min-height: 174px !important;
}
 .rtl #dropzone-sm .dropzone .dz-message {
	 font-weight: 400;
	 margin: 0;
}
 .rtl #dropzone-sm .dropzone .dz-message .note {
	 font-size: 0.7rem;
	 display: block;
	 margin-top: 1rem;
	 color: #5e6973 !important;
}
 .rtl #dropzone-sm .dropzone .dz-message .dz-button {
	 margin: 3rem 0 0 0;
	 background: transparent;
	 color: #5e6973 !important;
	 font-size: 1rem !important;
}
 .rtl #creditCardType {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl #creditCardType .credit-card {
	 margin: 5px 5px 0 0;
	 display: inline-block;
}
 .rtl #creditCardType .credit-card img {
	 max-width: 36px;
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
}
 .rtl #creditCardType .credit-card.highlight img {
	 -webkit-filter: grayscale(10%);
	 filter: grayscale(10%);
}
 .rtl .jvectormap-container {
	 width: 100%;
	 height: 100%;
	 position: relative;
	 overflow: hidden;
	 -ms-touch-action: none;
	 touch-action: none;
}
 .rtl .jvectormap-tip {
	 position: absolute;
	 display: none;
	 border-radius: 0;
	 background: #000;
	 color: #fff;
	 font-size: 0.75rem;
	 padding: 6px 12px;
}
 @-webkit-keyframes showHideDot {
	 0% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 60% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 @keyframes showHideDot {
	 0% {
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 60% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 .rtl .jvectormap-marker {
	 opacity: 0;
	 -webkit-animation: showHideDot 1.5s ease-in-out infinite;
	 animation: showHideDot 1.5s ease-in-out infinite;
}
 .rtl img.hover-tabs-img {
	 display: none;
}
 @media screen and (min-width: 1140px) {
	 .rtl img.hover-tabs-img {
		 display: block;
		 position: fixed;
		 top: 150px;
		 right: 50px;
		 max-width: 480px;
		 z-index: 1000;
	}
}
 .rtl .accordion {
	 background: #fff;
}
 .rtl .accordion .accordion-button {
	 text-align: right;
	 font-size: 0.9rem;
}
 .rtl .accordion .accordion-button.collapsed {
	 border-bottom-width: 0;
}
 .rtl .accordion .accordion-button:not(.collapsed) {
	 color: #5957b1;
	 background-color: #eaeaff;
}
 .rtl .accordion .accordion-button:focus {
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .rtl .accordion .accordion-collapse {
	 border-width: 0 1px;
}
 .rtl .accordion .accordion-body p {
	 line-height: 180%;
	 color: #5e6973;
	 font-size: 0.775rem;
}
 .rtl .card {
	 background: #fff;
	 border: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 border-radius: 4px;
	 margin-bottom: 20px;
}
 .rtl .card .card-header {
	 background: transparent;
	 border: 0;
	 padding: 1.25rem 1.25rem 0 1.25rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .rtl .card .card-header .card-title {
	 margin: 0;
	 font-size: 0.9rem;
	 font-weight: 600;
	 line-height: 100%;
}
 .rtl .card .card-header-lg {
	 padding: 1rem 1.25rem 1rem 1.25rem;
	 border-bottom: 1px solid #f2f4f9;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
 .rtl .card .card-header-lg h4 {
	 margin: 0;
	 font-size: 1rem;
	 font-weight: 400;
}
 .rtl .card .card-body {
	 padding: 1.25rem 1.25rem;
	 position: relative;
}
 .rtl .card .card-body .card-title {
	 margin-bottom: 0.7rem;
	 font-size: 0.85rem;
	 font-weight: 600;
	 line-height: 100%;
}
 .rtl .card .card-footer {
	 background: transparent;
	 border-top: 1px solid #e1e8f3;
	 padding: 1rem 1.25rem;
}
 .rtl .card .card-img-bottom {
	 border-bottom-right-radius: 4px;
	 border-bottom-left-radius: 4px;
	 border-top-right-radius: 0;
	 border-top-left-radius: 0;
}
 .rtl .card .card-img-top {
	 border-top-right-radius: 4px;
	 border-top-left-radius: 4px;
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
 .rtl .alert {
	 margin-bottom: 0.5rem;
	 border-radius: 2px;
	 border: 0;
	 padding: 0.75rem 1rem;
	 font-size: 0.8rem;
	 color: #fff;
}
 .rtl .alert .alert-link {
	 color: #fff;
	 font-weight: 600;
	 margin-left: 5px;
}
 .rtl .alert.alert-primary {
	 color: #fff;
	 background: #5957b1;
}
 .rtl .alert.alert-primary hr {
	 border-top-color: #6a68b9;
}
 .rtl .alert.alert-secondary {
	 color: #fff;
	 background: #f26861;
}
 .rtl .alert.alert-secondary hr {
	 border-top-color: #f47f79;
}
 .rtl .alert.alert-success {
	 background: #24b1aa;
}
 .rtl .alert.alert-success hr {
	 border-top-color: #28c6be;
}
 .rtl .alert.alert-danger {
	 background: #da5656;
}
 .rtl .alert.alert-danger hr {
	 border-top-color: #df6b6b;
}
 .rtl .alert.alert-info {
	 background: #3795f3;
}
 .rtl .alert.alert-info hr {
	 border-top-color: #4fa2f4;
}
 .rtl .alert.alert-warning {
	 background: #dea914;
}
 .rtl .alert.alert-warning hr {
	 border-top-color: #ebb621;
}
 .rtl .alert.alert-light {
	 background: #f5f8fd;
	 color: #111;
}
 .rtl .alert.alert-light hr {
	 border-top-color: #e0e9f9;
}
 .rtl .alert i {
	 font-size: 1.1rem;
	 margin-right: 10px;
	 vertical-align: middle;
}
 .rtl .alert .alert-link {
	 text-decoration: underline;
	 font-weight: 400;
}
 .rtl .alert .alert-heading {
	 font-weight: 600;
	 margin-bottom: 1rem;
}
 .rtl .alert.alert-dismissible .btn-close {
	 padding: 0.9rem;
}
 .rtl .badge {
	 border-radius: 2px;
	 font-weight: 600;
	 padding: 0.25rem 0.5rem;
	 line-height: 100%;
	 vertical-align: middle;
}
 .rtl .breadcrumb {
	 background: transparent;
	 padding: 0;
	 font-size: 0.725rem;
}
 .rtl .breadcrumb .breadcrumb-item {
	 color: #9aa5af;
	 font-weight: 400;
}
 .rtl .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	 color: #9aa5af;
	 font-family: 'icomoon' !important;
	 content: '\e9f1';
	 font-size: 1rem;
	 line-height: 1;
	 vertical-align: middle;
}
 .rtl .breadcrumb .breadcrumb-item a {
	 color: #5957b1;
}
 .rtl .breadcrumb .breadcrumb-item .active {
	 color: #9aa5af;
}
 .rtl button:focus {
	 outline: none;
}
 .rtl .btn.stripes-btn {
	 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent) !important;
	 background-size: 0.3rem 0.3rem !important;
}
 .rtl .btn {
	 border-radius: 2px;
	 border: 1px solid transparent;
	 font-size: 0.825rem;
	 font-weight: 400;
	 padding: 0.594rem 1.25rem;
}
 .rtl .btn i {
	 font-size: 0.9rem;
	 margin: 0 3px 0 0;
}
 .rtl .btn [class^="icon-"], .rtl .btn [class*=" icon-"] {
	 text-shadow: 1px 1px rgba(0, 0, 0, .1);
}
 .rtl .btn-sm {
	 padding: 0.4rem 0.8rem;
}
 .rtl .btn-lg {
	 padding: 0.8rem 1.5rem;
}
 .rtl .btn-link {
	 color: #5957b1;
}
 .rtl .btn-light {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
}
 .rtl .btn-light:hover {
	 color: #53565a;
	 background-color: #dadfe6;
	 border-color: #dadfe6;
}
 .rtl .btn-check:focus + .btn-light, .rtl .btn-light:focus {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-light.dropdown-toggle.show, .rtl .btn-check:checked + .btn-light, .rtl .btn-check:active + .btn-light, .rtl .btn-light:active, .rtl .btn-light.active {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-light.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-light:focus, .rtl .btn-check:active + .btn-light:focus, .rtl .btn-light:active:focus, .rtl .btn-light.active:focus {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-light:disabled, .rtl .btn-light.disabled, .rtl fieldset:disabled .btn-light {
	 pointer-events: none;
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
}
 .rtl .btn-outline-light {
	 color: #53565a;
	 border-color: #e3e7ec;
}
 .rtl .btn-outline-light:hover {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
}
 .rtl .btn-check:focus + .btn-outline-light, .rtl .btn-outline-light:focus {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-outline-light.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-light, .rtl .btn-check:active + .btn-outline-light, .rtl .btn-outline-light:active, .rtl .btn-outline-light.active {
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-outline-light.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-light:focus, .rtl .btn-check:active + .btn-outline-light:focus, .rtl .btn-outline-light:active:focus, .rtl .btn-outline-light.active:focus {
	 color: #53565a;
	 background-color: #fff;
	 border-color: #fff;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
	 box-shadow: 0 0 0 0.2rem rgba(227, 231, 236, .1);
}
 .rtl .btn-outline-light:disabled, .rtl .btn-outline-light.disabled, .rtl fieldset:disabled .btn-outline-light {
	 pointer-events: none;
	 color: #53565a;
	 background-color: #e3e7ec;
	 border-color: #e3e7ec;
}
 .rtl .btn-dark {
	 color: #fff;
	 background-color: #212c3a;
	 border-color: #212c3a;
}
 .rtl .btn-dark:hover {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
}
 .rtl .btn-check:focus + .btn-dark, .rtl .btn-dark:focus {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-dark.dropdown-toggle.show, .rtl .btn-check:checked + .btn-dark, .rtl .btn-check:active + .btn-dark, .rtl .btn-dark:active, .rtl .btn-dark.active {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-dark.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-dark:focus, .rtl .btn-check:active + .btn-dark:focus, .rtl .btn-dark:active:focus, .rtl .btn-dark.active:focus {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-dark:disabled, .rtl .btn-dark.disabled, .rtl fieldset:disabled .btn-dark {
	 pointer-events: none;
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
}
 .rtl .btn-outline-dark {
	 color: #212c3a;
	 border-color: #212c3a;
}
 .rtl .btn-outline-dark:hover {
	 color: #fff;
	 background-color: #212c3a;
	 border-color: #212c3a;
}
 .rtl .btn-check:focus + .btn-outline-dark, .rtl .btn-outline-dark:focus {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-outline-dark.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-dark, .rtl .btn-check:active + .btn-outline-dark, .rtl .btn-outline-dark:active, .rtl .btn-outline-dark.active {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-outline-dark.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-dark:focus, .rtl .btn-check:active + .btn-outline-dark:focus, .rtl .btn-outline-dark:active:focus, .rtl .btn-outline-dark.active:focus {
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
	 -webkit-box-shadow: 0 0 0 0.2rem #d3d6da;
	 box-shadow: 0 0 0 0.2rem #d3d6da;
}
 .rtl .btn-outline-dark:disabled, .rtl .btn-outline-dark.disabled, .rtl fieldset:disabled .btn-outline-dark {
	 pointer-events: none;
	 color: #fff;
	 background-color: #2a384a;
	 border-color: #2a384a;
}
 .rtl .btn-primary {
	 color: #fff;
	 background-color: #5957b1;
	 border-color: #5957b1;
}
 .rtl .btn-primary:hover {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
}
 .rtl .btn-check:focus + .btn-primary, .rtl .btn-primary:focus {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-primary.dropdown-toggle.show, .rtl .btn-check:checked + .btn-primary, .rtl .btn-check:active + .btn-primary, .rtl .btn-primary:active, .rtl .btn-primary.active {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-primary.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-primary:focus, .rtl .btn-check:active + .btn-primary:focus, .rtl .btn-primary:active:focus, .rtl .btn-primary.active:focus {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-primary:disabled, .rtl .btn-primary.disabled, .rtl fieldset:disabled .btn-primary {
	 pointer-events: none;
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
}
 .rtl .btn-outline-primary {
	 color: #5957b1;
	 border-color: #5957b1;
}
 .rtl .btn-outline-primary:hover {
	 color: #fff;
	 background-color: #5957b1;
	 border-color: #5957b1;
}
 .rtl .btn-check:focus + .btn-outline-primary, .rtl .btn-outline-primary:focus {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-outline-primary.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-primary, .rtl .btn-check:active + .btn-outline-primary, .rtl .btn-outline-primary:active, .rtl .btn-outline-primary.active {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-outline-primary.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-primary:focus, .rtl .btn-check:active + .btn-outline-primary:focus, .rtl .btn-outline-primary:active:focus, .rtl .btn-outline-primary.active:focus {
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
	 box-shadow: 0 0 0 0.2rem rgba(89, 87, 177, .3);
}
 .rtl .btn-outline-primary:disabled, .rtl .btn-outline-primary.disabled, .rtl fieldset:disabled .btn-outline-primary {
	 pointer-events: none;
	 color: #fff;
	 background-color: #4e4ca3;
	 border-color: #4e4ca3;
}
 .rtl .btn-secondary {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
}
 .rtl .btn-secondary:hover {
	 color: #fff;
	 background-color: #f05149;
	 border-color: #f05149;
}
 .rtl .btn-check:focus + .btn-secondary, .rtl .btn-secondary:focus {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-secondary.dropdown-toggle.show, .rtl .btn-check:checked + .btn-secondary, .rtl .btn-check:active + .btn-secondary, .rtl .btn-secondary:active, .rtl .btn-secondary.active {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-secondary.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-secondary:focus, .rtl .btn-check:active + .btn-secondary:focus, .rtl .btn-secondary:active:focus, .rtl .btn-secondary.active:focus {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-secondary:disabled, .rtl .btn-secondary.disabled, .rtl fieldset:disabled .btn-secondary {
	 pointer-events: none;
	 color: #fff;
	 background-color: #f05149;
	 border-color: #f05149;
}
 .rtl .btn-outline-secondary {
	 color: #f26861;
	 border-color: #f26861;
}
 .rtl .btn-outline-secondary:hover {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
}
 .rtl .btn-check:focus + .btn-outline-secondary, .rtl .btn-outline-secondary:focus {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-outline-secondary.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-secondary, .rtl .btn-check:active + .btn-outline-secondary, .rtl .btn-outline-secondary:active, .rtl .btn-outline-secondary.active {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-outline-secondary.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-secondary:focus, .rtl .btn-check:active + .btn-outline-secondary:focus, .rtl .btn-outline-secondary:active:focus, .rtl .btn-outline-secondary.active:focus {
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
	 box-shadow: 0 0 0 0.2rem rgba(242, 104, 97, .3);
}
 .rtl .btn-outline-secondary:disabled, .rtl .btn-outline-secondary.disabled, .rtl fieldset:disabled .btn-outline-secondary {
	 pointer-events: none;
	 color: #fff;
	 background-color: #f26861;
	 border-color: #f26861;
}
 .rtl .btn-info {
	 color: #fff;
	 background-color: #3795f3;
	 border-color: #3795f3;
}
 .rtl .btn-info:hover {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
}
 .rtl .btn-check:focus + .btn-info, .rtl .btn-info:focus {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-info.dropdown-toggle.show, .rtl .btn-check:checked + .btn-info, .rtl .btn-check:active + .btn-info, .rtl .btn-info:active, .rtl .btn-info.active {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-info.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-info:focus, .rtl .btn-check:active + .btn-info:focus, .rtl .btn-info:active:focus, .rtl .btn-info.active:focus {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-info:disabled, .rtl .btn-info.disabled, .rtl fieldset:disabled .btn-info {
	 pointer-events: none;
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
}
 .rtl .btn-outline-info {
	 color: #3795f3;
	 border-color: #3795f3;
}
 .rtl .btn-outline-info:hover {
	 color: #fff;
	 background-color: #3795f3;
	 border-color: #3795f3;
}
 .rtl .btn-check:focus + .btn-outline-info, .rtl .btn-outline-info:focus {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-outline-info.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-info, .rtl .btn-check:active + .btn-outline-info, .rtl .btn-outline-info:active, .rtl .btn-outline-info.active {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-outline-info.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-info:focus, .rtl .btn-check:active + .btn-outline-info:focus, .rtl .btn-outline-info:active:focus, .rtl .btn-outline-info.active:focus {
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
	 box-shadow: 0 0 0 0.2rem rgba(16, 103, 211, .35);
}
 .rtl .btn-outline-info:disabled, .rtl .btn-outline-info.disabled, .rtl fieldset:disabled .btn-outline-info {
	 pointer-events: none;
	 color: #fff;
	 background-color: #1f88f2;
	 border-color: #1f88f2;
}
 .rtl .btn-danger {
	 color: #fff;
	 background-color: #da5656;
	 border-color: #da5656;
}
 .rtl .btn-danger:hover {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
}
 .rtl .btn-check:focus + .btn-danger, .rtl .btn-danger:focus {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-danger.dropdown-toggle.show, .rtl .btn-check:checked + .btn-danger, .rtl .btn-check:active + .btn-danger, .rtl .btn-danger:active, .rtl .btn-danger.active {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-danger.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-danger:focus, .rtl .btn-check:active + .btn-danger:focus, .rtl .btn-danger:active:focus, .rtl .btn-danger.active:focus {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-danger:disabled, .rtl .btn-danger.disabled, .rtl fieldset:disabled .btn-danger {
	 pointer-events: none;
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
}
 .rtl .btn-outline-danger {
	 color: #da5656;
	 border-color: #da5656;
}
 .rtl .btn-outline-danger:hover {
	 color: #fff;
	 background-color: #da5656;
	 border-color: #da5656;
}
 .rtl .btn-check:focus + .btn-outline-danger, .rtl .btn-outline-danger:focus {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-outline-danger.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-danger, .rtl .btn-check:active + .btn-outline-danger, .rtl .btn-outline-danger:active, .rtl .btn-outline-danger.active {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-outline-danger.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-danger:focus, .rtl .btn-check:active + .btn-outline-danger:focus, .rtl .btn-outline-danger:active:focus, .rtl .btn-outline-danger.active:focus {
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
	 box-shadow: 0 0 0 0.2rem rgba(237, 59, 39, .25);
}
 .rtl .btn-outline-danger:disabled, .rtl .btn-outline-danger.disabled, .rtl fieldset:disabled .btn-outline-danger {
	 pointer-events: none;
	 color: #fff;
	 background-color: #d54141;
	 border-color: #d54141;
}
 .rtl .btn-warning {
	 color: #fff;
	 background-color: #dea914;
	 border-color: #dea914;
}
 .rtl .btn-warning:hover {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
}
 .rtl .btn-check:focus + .btn-warning, .rtl .btn-warning:focus {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-warning.dropdown-toggle.show, .rtl .btn-check:checked + .btn-warning, .rtl .btn-check:active + .btn-warning, .rtl .btn-warning:active, .rtl .btn-warning.active {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-warning.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-warning:focus, .rtl .btn-check:active + .btn-warning:focus, .rtl .btn-warning:active:focus, .rtl .btn-warning.active:focus {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-warning:disabled, .rtl .btn-warning.disabled, .rtl fieldset:disabled .btn-warning {
	 pointer-events: none;
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
}
 .rtl .btn-outline-warning {
	 color: #dea914;
	 border-color: #dea914;
}
 .rtl .btn-outline-warning:hover {
	 color: #fff;
	 background-color: #dea914;
	 border-color: #dea914;
}
 .rtl .btn-check:focus + .btn-outline-warning, .rtl .btn-outline-warning:focus {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-outline-warning.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-warning, .rtl .btn-check:active + .btn-outline-warning, .rtl .btn-outline-warning:active, .rtl .btn-outline-warning.active {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-outline-warning.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-warning:focus, .rtl .btn-check:active + .btn-outline-warning:focus, .rtl .btn-outline-warning:active:focus, .rtl .btn-outline-warning.active:focus {
	 color: #fff;
	 background-color: #c79712;
	 border-color: #c79712;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
	 box-shadow: 0 0 0 0.2rem rgba(239, 180, 13, .35);
}
 .rtl .btn-outline-warning:disabled, .rtl .btn-outline-warning.disabled, .rtl fieldset:disabled .btn-outline-warning {
	 pointer-events: none;
	 color: #000;
	 background-color: #c79712;
	 border-color: #c79712;
}
 .rtl .btn-success {
	 color: #fff;
	 background-color: #24b1aa;
	 border-color: #24b1aa;
}
 .rtl .btn-success:hover {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
}
 .rtl .btn-check:focus + .btn-success, .rtl .btn-success:focus {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-success.dropdown-toggle.show, .rtl .btn-check:checked + .btn-success, .rtl .btn-check:active + .btn-success, .rtl .btn-success:active, .rtl .btn-success.active {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-success.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-success:focus, .rtl .btn-check:active + .btn-success:focus, .rtl .btn-success:active:focus, .rtl .btn-success.active:focus {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-success:disabled, .rtl .btn-success.disabled, .rtl fieldset:disabled .btn-success {
	 pointer-events: none;
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
}
 .rtl .btn-outline-success {
	 color: #24b1aa;
	 border-color: #24b1aa;
}
 .rtl .btn-outline-success:hover {
	 color: #fff;
	 background-color: #24b1aa;
	 border-color: #24b1aa;
}
 .rtl .btn-check:focus + .btn-outline-success, .rtl .btn-outline-success:focus {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 outline: 0;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-outline-success.dropdown-toggle.show, .rtl .btn-check:checked + .btn-outline-success, .rtl .btn-check:active + .btn-outline-success, .rtl .btn-outline-success:active, .rtl .btn-outline-success.active {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-outline-success.dropdown-toggle.show:focus, .rtl .btn-check:checked + .btn-outline-success:focus, .rtl .btn-check:active + .btn-outline-success:focus, .rtl .btn-outline-success:active:focus, .rtl .btn-outline-success.active:focus {
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
	 box-shadow: 0 0 0 0.2rem rgba(33, 156, 150, .3);
}
 .rtl .btn-outline-success:disabled, .rtl .btn-outline-success.disabled, .rtl fieldset:disabled .btn-outline-success {
	 pointer-events: none;
	 color: #fff;
	 background-color: #209c96;
	 border-color: #209c96;
}
 .rtl ::-webkit-input-placeholder {
	 color: #9ba6b5;
}
 .rtl :-moz-placeholder {
	 color: #9ba6b5;
}
 .rtl ::-moz-placeholder {
	 color: #9ba6b5;
}
 .rtl :-ms-input-placeholder {
	 color: #9ba6b5;
}
 .rtl .form-control {
	 border: 1px solid #dbdaea;
	 border-radius: 2px;
	 color: #8a96a0;
	 font-size: 0.725rem;
	 min-height: 40px;
}
 .rtl .form-control:hover {
	 border: 1px solid #5957b1;
}
 .rtl .form-control:focus {
	 border-color: #5957b1;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 border-radius: 2px;
	 outline: auto !important;
	 outline-color: #5957b1 !important;
}
 .rtl .form-control:disabled, .rtl .form-control[readonly] {
	 background: #f8f8fb;
	 cursor: not-allowed;
}
 .rtl .col-form-label {
	 padding-top: calc(.595rem + 1px);
	 padding-bottom: calc(.595rem + 1px);
	 min-height: 40px;
}
 .rtl .form-select:disabled {
	 background-color: #f8f8fb;
	 cursor: not-allowed;
}
 .rtl .input-group-text {
	 border: 1px solid #dbdaea;
	 background: #f8f8fb;
	 border-radius: 2px;
	 font-size: 0.75rem;
	 min-height: 40px;
	 margin: 0;
}
 .rtl .input-group-text i {
	 color: #6c7882;
}
 .rtl .form-text {
	 color: #9aa5af;
}
 .rtl label {
	 margin-bottom: 0.3rem;
	 font-size: 0.8rem;
	 font-weight: 600;
}
 .rtl .form-control.is-valid, .rtl .was-validated .form-control:valid {
	 border-color: rgba(25, 135, 84, .9);
}
 .rtl .form-control.is-invalid, .rtl .was-validated .form-control:invalid {
	 border-color: rgba(220, 53, 69, .9);
}
 .rtl .valid-feedback {
	 border-radius: 2px;
	 font-size: 0.7rem;
	 color: rgba(25, 135, 84, .9);
}
 .rtl .invalid-feedback {
	 border-radius: 2px;
	 font-size: 0.7rem;
	 color: rgba(220, 53, 69, .9);
}
 .rtl .valid-tooltip {
	 right: 0;
	 border-radius: 2px;
	 font-size: 0.7rem;
	 background: rgba(25, 135, 84, .9);
}
 .rtl .invalid-tooltip {
	 right: 0;
	 border-radius: 2px;
	 font-size: 0.7rem;
	 background: rgba(220, 53, 69, .9);
}
 .rtl .form-control::-webkit-file-upload-button {
	 background: #f8f8fb;
	 font-size: 0.75rem;
	 min-height: 40px;
	 margin: -1rem 1rem -1rem -0.75rem;
	 color: #111;
	 line-height: 40px;
}
 .rtl .form-check {
	 margin: 0 0 0 1rem;
}
 .rtl .form-check .form-check-label {
	 font-weight: 400;
	 font-size: 0.75rem;
	 margin: 0 5px 0 0;
}

.rtl > .form-check .form-check-label {
    margin: 0 5px 0 0 !important;
}
		.rtl .form-check .form-check-input[type=checkbox] {
	 border-radius: 2px;
	 width: 1rem !important;
	 height: 1rem !important;
	 margin-top: 0.15em;
	 min-height: auto;
	 padding: 0;
}
 .rtl .form-check .form-check-input[type=radio] {
	 border-radius: 50px;
	 width: 1rem !important;
	 height: 1rem !important;
	 margin-top: 0.15em;
	 min-height: auto;
	 padding: 0;
}
 .rtl .list-group {
	 margin-bottom: 2rem;
	 border: 0;
	 border-radius: 2px;
	 margin-bottom: 1rem;
}
 .rtl .list-group .list-group-item {
	 font-size: 0.725rem;
	 padding: 0.7rem 0.75rem;
	 border: 1px solid #e1e8f3;
	 color: #111;
}
 .rtl .list-group .list-group-item:first-child {
	 border-radius: 2px 2px 0 0;
}
 .rtl .list-group .list-group-item:last-child {
	 border-radius: 0 0 2px 2px;
}
 .rtl .list-group .list-group-item.active {
	 color: #fff;
	 background-color: #5957b1;
	 border-color: #5957b1;
}
 .rtl .list-group .list-group-item.disabled {
	 color: #9aa5af;
}
 .rtl .list-group-item + .list-group-item {
	 border-top-width: 0 !important;
}
 .rtl .modal {
	 text-align: left;
}
 .rtl .modal .modal-content {
	 border-radius: 3px;
	 border: 0;
}
 .rtl .modal .modal-header {
	 background: #5957b1;
	 color: #fff;
	 border: 0;
	 border-radius: 3px 3px 0 0;
}
 .rtl .modal .modal-body {
	 padding: 1.2rem;
}
 .rtl .modal .modal-footer {
	 border-top: 1px solid #e1e8f3;
	 padding: 0.2rem 0.75rem;
}
 .rtl .modal-backdrop.show {
	 opacity: 0.7;
}
 .rtl .btn-close {
	 color: #fff;
	 text-shadow: 0 1px 0 #000;
	 background: url(../img/cancel.svg) center/1em auto no-repeat;
	 margin-right: 0 !important;
}
 .rtl .btn-close:hover {
	 color: #fff;
}
 .rtl .dropdown-menu[style] {
	 left: 0 !important;
}
 .rtl .dropdown-menu {
	 border: 0;
	 border-radius: 0 0 4px 4px;
	 -webkit-box-shadow: 20px 30px 30px rgba(0, 0, 0, .2);
	 box-shadow: 20px 30px 30px rgba(0, 0, 0, .2);
	 width: 11rem;
	 font-size: 0.75rem;
}
 .rtl .dropdown-menu:before {
	 position: absolute;
	 top: -9px;
	 left: 12px;
	 content: '';
	 border-right: 8px solid transparent;
	 border-left: 8px solid transparent;
	 border-bottom: 9px solid #fff;
}
 .rtl.body .dropdown-menu.dropdown-menu-end:before {
	 left: 15px;
	 right: auto;
	 top: -9px;
}

@media (max-width: 576px) {
	.rtl.body .dropdown-menu.dropdown-notify.dropdown-menu-end:before {
		left: 47% !important;
	}

	.rtl .dropdown-menu.dropdown-notify.dropdown-menu-end {
		left: -195% !important;
	}

	.rtl.body .dropdown-menu.dropdown-language.dropdown-menu-end:before {
		left: 49% !important;
	}

	.rtl .dropdown-menu.dropdown-language.dropdown-menu-end {
		left: -150% !important;
	}
}
 .rtl .dropdown-menu.sm {
	 width: 10rem;
	 min-width: auto;
}
 .rtl .dropdown-menu.md {
	 width: fit-content;
}
 .rtl .dropdown-menu.lrg {
	 width: 18rem;
}
 .rtl .dropdown-menu .dropdown-item {
	 padding: 0.5rem 1rem 0.5rem 1rem;
	 font-size: 0.8rem;
	 line-height: 100%;
	 position: relative;
	 color: #111;
}
 .rtl .dropdown-menu .dropdown-item:hover {
	 background: #5957b1;
	 color: #fff;
}
 .rtl .dropdown-menu .dropdown-item:first-child {
	 border-radius: 0;
}
 .rtl .dropdown-menu .dropdown-item:last-child {
	 border-radius: 0;
}
 .rtl .dropdown-menu .dropdown-item.active-page {
	 color: #fff;
	 background: #5957b1;
	 pointer-events: none;
	 cursor: not-allowed;
}
 .rtl .dropdown-menu .dropdown-divider {
	 border-top: 1px solid #eaeef7;
}
 .rtl .dropdown-menu .dropdown-menu-header {
	 padding: 0.7rem 1rem;
	 margin-bottom: 0.5rem;
	 background: #f2f4f9;
	 font-size: 0.85rem;
	 font-weight: 700;
}
 .rtl .dropdown-toggle::after {
	 vertical-align: middle;
}
 .rtl .dropdown-toggle.sub-nav-link::after {
	 float: right;
	 margin: 0.15rem 0 0 0;
	 border-right: 0;
	 border-left: 5px solid;
	 border-top: 4px solid transparent;
	 border-bottom: 4px solid transparent;
}
 .rtl .dropdown-divider {
	 margin: 0.3rem 0;
}
 .rtl .dropdown-menu-end {
	 right: auto;
	 left: 0;
}
 .rtl .custom-tabs-container .nav-tabs {
	 margin: 0 -20px;
	 border-bottom: 1px solid #e1e8f3;
}
 .rtl .custom-tabs-container .nav-tabs .nav-link {
	 padding: 0.6rem 1rem;
	 border-radius: 0;
	 color: #5e6973;
}
 .rtl .custom-tabs-container .nav-tabs .nav-link.active {
	 border-color: transparent #e1e8f3 #fff;
	 -webkit-box-shadow: 0 -3px 0 0 #5957b1;
	 box-shadow: 0 -3px 0 0 #5957b1;
	 color: #111;
}
 .rtl .custom-tabs-container .nav-tabs .nav-item:first-child {
	 margin-right: 20px;
}
 .rtl .custom-tabs-container .tab-content {
	 padding: 1.5rem 0 0 0;
}
 .rtl .tooltip {
	 font-size: 0.7rem;
}
 .rtl .tooltip-inner {
	 border-radius: 0;
}
 .rtl .popover {
	 border: 1px solid #e1e8f3;
}
 .rtl .popover-body {
	 color: #5e6973;
	 font-size: 0.775rem;
}
 .rtl .popover-header {
	 background: #f2f4f9;
	 font-size: 0.9rem;
	 padding: 0.7rem 1rem;
	 border-bottom: 1px solid #e1e8f3;
}
 .rtl .table {
	 color: #6f7479;
	 font-size: 0.725rem;
	 border-color: #e8edf3;
}
 .rtl .table th, .rtl .table td {
	 white-space: nowrap;
}
 .rtl .table th {
	 font-size: 0.725rem;
	 font-weight: 600;
	 color: #072242;
	 border-bottom: 1px solid #c8d3df !important;
}
 .rtl .table .td-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
	 flex-direction: row-reverse;
}
 .rtl .table .td-actions a.icon {
	 margin: 0 3px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 20px;
	 height: 20px;
	 border-radius: 30px;
	 color: #fff;
}
 .rtl .table .td-actions a.icon i {
	 font-size: 0.7rem;
	 text-shadow: none;
}
 .rtl .table .td-actions a.icon.red {
	 background: #da5656;
}
 .rtl .table .td-actions a.icon.green {
	 background: #24b1aa;
}
 .rtl .table .td-actions a.icon.blue {
	 background: #3795f3;
}
 .rtl .table a.link {
	 color: #5957b1;
	 font-weight: 600;
	 text-decoration: underline;
}
 .rtl .table .flag-img {
	 width: 18px;
	 height: 18px;
	 margin: 0 0 0 10px;
}
 .rtl .table.v-middle {
	 vertical-align: middle;
}
 .rtl .table-actions {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: row;
	 flex-direction: row;
}
.rtl .table-hover>tbody>tr:hover {
    background-color: #f5f8fd;
    --bs-table-accent-bg: $light-color;
}

.rtl .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f8fd;
    --bs-table-accent-bg: $light-color;
}
 .rtl .table-actions .btn {
	 margin: 0 3px;
}
 .rtl .table-actions .btn i {
	 margin: 0;
}
 .rtl .table-container {
	 padding: 1.25rem 1.25rem;
	 border-radius: 4px;
	 margin-bottom: 20px;
}
 .rtl .table-container.light-green {
	 background: #e1fffd;
}
 .rtl .table-container.light-green .table th {
	 color: #24b1aa;
}
 .rtl .table-container.light-green .table td {
	 border-bottom: 1px solid #d7fffc;
}
 .rtl .table-container.light-green .table a {
	 color: #24b1aa;
}
 .rtl .table-container.light-blue {
	 background: #d5eafd;
}
 .rtl .table-container.light-blue .table th {
	 color: #3795f3;
}
 .rtl .table-container.light-blue .table td {
	 border-bottom: 1px solid #cbe5fd;
}
 .rtl .table-container.light-blue .table a {
	 color: #3795f3;
}
 .rtl .pagination .page-item:first-child .page-link {
	 border-top-left-radius: 2px;
	 border-bottom-left-radius: 2px;
}
 .rtl .pagination .page-item:last-child .page-link {
	 border-top-right-radius: 2px;
	 border-bottom-right-radius: 2px;
}
 .rtl .pagination .page-item.active .page-link {
	 background: #5957b1;
	 border: 1px solid #5957b1;
	 color: #fff;
}
 .rtl .pagination .page-item.active .page-link:hover {
	 background: #5957b1;
}
 .rtl .pagination .page-link {
	 color: #5957b1;
	 border: 1px solid #e1e8f3;
}
 .rtl .pagination .page-link:hover {
	 background: #f2f4f9;
}
 .rtl .progress {
	 background: #f2f4f9;
	 border-radius: 2px;
	 font-size: 0.625rem;
}
 .rtl .progress-bar {
	 background-color: #5957b1;
}
 .rtl .progress-bar-striped {
	 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) !important;
	 background-size: 0.5rem 0.5rem !important;
}
 .rtl .gutters {
	 margin-right: -10px;
	 margin-left: -10px;
}
 .rtl .gutters > .col, .rtl .gutters > [class*="col-"] {
	 padding-right: 10px;
	 padding-left: 10px;
}
 
