
.dashboard-nav-chip{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(37, 99, 235, 0.4);
	color: #1d4ed8;
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0 10px 24px -14px rgba(37, 99, 235, 0.45);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.dashboard-nav-chip.is-disabled {
	opacity: 0.5;
	cursor: default;
	box-shadow: none;
	background: #f9fafb;
}

.dashboard-nav-chip.is-disabled:hover,
.dashboard-nav-chip.is-disabled:focus,
.dashboard-nav-chip.is-disabled:active {
	background: #f9fafb;
	box-shadow: none;
	transform: none;
	color: #94a3b8;
}
.dashboard-nav-chip:hover,
.dashboard-nav-chip:focus{
	background: #eef2ff;
	box-shadow: 0 16px 30px -18px rgba(37, 99, 235, 0.65);
	transform: translateY(-1px);
	color: #1d4ed8;
	text-decoration: none;
}
.dashboard-nav-chip:active{
	transform: translateY(0) scale(0.98);
}
.dashboard-nav-chip .chip-icon{
	font-size: 0.9rem;
	line-height: 1;
}
.dashboard-nav-chip .chip-text{
	line-height: 1;
}
/*-------------------------------------------------------------------
[1. Header]
*------------------------------------------------------------------*/
.section-header h3 {
  font-size: 14px;
  color:#000066;
  text-align: center;
  font-weight:normal;  
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #184C9F;
  bottom: 0;
  left: calc(50% - 20px);
}

.ttr-header{
	position: fixed;
	z-index: 9999 !important;
	width: 100%;
	right: 0;
	top: 0;
	font-size: 12px;
	height: 60px;
	font-weight: 200;
	font-family:IRANsans, Tahoma;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8814+0,db4b24+100 */
	background: #ff8814; /* Old browsers */
	background: -moz-linear-gradient(right, #ff8814 0%, #db4b24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #ff8814 0%,#db4b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #ff8814 0%,#db4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8814', endColorstr='#db4b24',GradientType=1 ); /* IE6-9 */

	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);

	-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
 #topbar {
  background: #FFFFCC;
  height:25px;
  padding: 3px 0;
  border-bottom: 1px solid #eee;
}
.ttr-header #topbar span{
 font-size: 13px;
 color:#000000;
 font-weight:400;
}

.ttr-header a{
	color: #f37319;
}
.ttr-header.hide{
	top: -60px;
}
.ttr-toggle-sidebar{
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background-color: rgba(255,255,255,0.1);
	float: right;
}
.ttr-toggle-sidebar i{
	position: absolute;
	right: 18px;
	top: 18px;
	font-size: 20px;
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.ttr-toggle-sidebar .ttr-open-icon{
	transform: scale(1);
}
.ttr-toggle-sidebar .ttr-close-icon{
	transform: scale(0);
}
.ttr-opened-sidebar .ttr-toggle-sidebar .ttr-open-icon{
	transform: scale(0);
}
.ttr-opened-sidebar .ttr-toggle-sidebar .ttr-close-icon{
	transform: scale(1);
}
.ttr-logo-box{
	display: block;
	float: right;
	overflow:hidden;
}
.ttr-logo-box span{
	font-size: 11pt;
	color: #FFF;
	display: block;
	float: right;
}
.ttr-logo-box h1{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.ttr-logo{
	font-size: 14px;
	color: #FFF;
	display: flex;
	align-items: center;
	height:60px;
	padding:0 15px;
}
.ttr-logo a{
	color: #FF8000;
	text-decoration:none;
}
.ttr-logo a:link{
	color:#FF8000;
	text-decoration:none;
}
.ttr-logo img{
	display: block;
	float: right;
}
.ttr-logo .ttr-logo-mobile{
	display: none;
}
.ttr-logo .ttr-logo-desktop{
	display: block;
}
.ttr-logo .ttr-logo-name{
	display: inline-block;
	float: right;
	font-weight: 400;
	line-height: 30px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #FFF;
}
.ttr-header-menu{
	display: inline-block;
	float: right;
}
.ttr-header-navigation, .ttr-header-navigation ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.ttr-header-navigation > li{
	float: right;
	position: relative;
}
.ttr-header-navigation > li > a{
	display: table-cell !important;
	vertical-align: middle;
	height: 60px;
	line-height: normal;
	color: #FFF;
	font-weight: 400;
	padding: 0 15px;
	text-decoration: none;
}
.ttr-header-navigation > li > a .material-icons{
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.ttr-header-navigation > li > a.active{
	box-shadow: inset 0 -2px 0 0 #fff;
}
.ttr-header-submenu{
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 100%;
	right: 0;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	transforttr-origin: right top 0px;
	display: none;
	transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    transform: scale(0);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 8px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 8px 0 rgba(0,0,0,.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}
.ttr-header-submenu.ttr-extra-menu{
	width: 280px;
}
.ttr-extra-menu a{
	display: block;
	width: 50%;
	float: right;
	height: 80px;
	text-align: center;
	border-bottom:solid 1px #EEE;
	padding: 15px 0;
	color: #333 !important;
}
.ttr-extra-menu a i{
	font-size:24px;
	margin-bottom: 10px;
}
.ttr-extra-menu a:hover{
	background-color: #f2f2f2;
	text-decoration: none;
}
.ttr-extra-menu a span{
	display: block;
}
.ttr-extra-menu a:nth-child(odd){
	border-left: solid 1px #EEE;
}
.ttr-header-submenu.ttr-notify-list{
	width: 360px;
}
.ttr-notify-header{
	width: 100%;
	padding: 15px 10px;
	color: #333;
	background-color: #f4f4f4;
}
.ttr-notify-header .ttr-notify-text-top{
	display: block;
	font-size: 20px;
	text-align: center;
}
.ttr-notify-header .ttr-notify-text{
	display: block;
	text-align:center;
	font-size: 15px;
}
.ttr-notify-header .ttr-notify-text a a:hover{
  text-decoration:none;
}
.ttr-notify-tab{
	padding: 15px;
}
.ttr-notify-tab .nav{
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}
.ttr-notify-tab .nav li{
	display: inline-block;
	float: right;
	width: auto;
	border-right: none !important;
	margin-left: 20px;
}
.ttr-notify-tab .nav li a:hover{
	background-color: transparent;
	border-bottom: solid 1px #9D50BB;
}
.ttr-notify-tab .nav li a{
	padding: 6px 0;
	font-weight: 500;
	font-size: 16px;
}
.ttr-notify-tab .nav li a.active{
	border-bottom: solid 1px #9D50BB;
	color: #9D50BB;
}
.ttr-header-submenu ul li{
	display: block;
	width: 100%;
}
.ttr-header-submenu ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #444;
	white-space: nowrap;
}
.ttr-header-submenu ul li a:hover{
	background-color: #EEE;
}
.ttr-header-submenu.active{
	-webkit-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}
.ttr-header-left{
	display: inline-block;
	float: left;
	
}
.ttr-header-left.ttr-with-seperator .ttr-header-navigation li{
	border-right:solid 1px rgba(255,255,255,0.1);
}
.ttr-header-left .ttr-header-navigation .ttr-header-submenu{
	transform-origin: left top 0px;
	right: auto;
	left: 0;
}
.ttr-user-avatar{
	display:inline-table;
	width: 32px;
	height: 32px;
	border-radius:100%;
	overflow: hidden;
}
.ttr-search-bar{
	position: absolute;
	width: 100%;
	height: 60px;
	top: -70px;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8814+0,db4b24+100 */
	background: #ff8814; /* Old browsers */
	background: -moz-linear-gradient(right, #ff8814 0%, #db4b24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #ff8814 0%,#db4b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #ff8814 0%,#db4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8814', endColorstr='#db4b24',GradientType=1 ); /* IE6-9 */


	-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.ttr-search-bar.active{
	top: 0;
}
.ttr-search-form{
	max-width: 1160px;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 14px;
	position: relative;
}
.ttr-search-input-wrapper{
	right: 20px;
	top: 0;
	left: 60px;
	bottom: 0;
	height: 40px;
	position: absolute;
}
.ttr-search-input{
	width: 100%;
	height: 40px;
	background-color: rgba(255,255,255,.2);
	border:none;
	padding: 0 54px 0 14px;
	display: block;
	color: #FFF;
	outline: none;
	font-size: 14px;
	font-family: inherit;
}
.ttr-search-input::placeholder {
    color: #FFF;
    opacity: .5;
}
.ttr-search-input:-ms-input-placeholder {
    color: #FFF;
}
.ttr-search-input::-ms-input-placeholder {
    color: #FFF;
}
.ttr-search-input:focus{
	background-color: rgba(255,255,255,.3);
}
.ttr-search-submit{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none;
	color: #FFF;
	border:none;
	cursor: pointer;
	outline: none;
}
.ttr-search-submit:hover{
	background-color: rgba(255,255,255,.1);
}
.ttr-search-close{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 0;
	background: none;
	border:none;
	padding: 8px;
	outline: none;
	cursor: pointer;
	color: #FFF;
}
/*end of part 2----------------------------------------------------*/

/*-------------------------------------------------------------------
[2. Fixed Body style]
*------------------------------------------------------------------*/
/* .ttr-body-fixed{
	position: fixed;
	width: 100%;
	height: 100%;
} */
/*end of part 1----------------------------------------------------*/



/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
.ttr-sidebar{
	position: fixed;
	top: 60px;
	bottom: 0;
	right: 0;
	width: 60px;
	font-family:IRANsans, Tahoma;
	background: linear-gradient(155deg, #f8fafc 0%, #e3eeff 100%);
	border-left: 1px solid rgba(148, 163, 184, 0.22);
	height: calc(100% - 60px);
	z-index: 9998 !important;
	color: var(--primary);
	-webkit-transition: width 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000), background-color 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: width 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000), background-color 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: width 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000), background-color 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: width 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000), background-color 220ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	box-shadow: 10px 0 28px -18px rgba(15, 23, 42, 0.18);
}
.ttr-opened-sidebar .ttr-sidebar{
	width: 260px;
	background: linear-gradient(155deg, #f8fafc 0%, #e3eeff 100%);
	border-left: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: 14px 0 36px -18px rgba(15, 23, 42, 0.2);
}

/* در موبایل sidebar را همیشه بسته نگه دار - جلوگیری از flash */
@media (max-width: 768px) {
	/* اطمینان از بسته بودن sidebar در موبایل به صورت پیش‌فرض */
	.ttr-sidebar {
		width: 60px !important;
		transform: translateX(0) !important;
	}
	
	/* حتی اگر body کلاس ttr-opened-sidebar داشته باشد، در موبایل sidebar بسته است */
	body.ttr-opened-sidebar .ttr-sidebar,
	body.ttr-pinned-sidebar .ttr-sidebar {
		width: 60px !important;
		transform: translateX(0) !important;
	}
	
	/* وقتی sidebar باز است در موبایل (فقط با کلیک کاربر و بدون pinned) */
	body.ttr-opened-sidebar:not(.ttr-pinned-sidebar) .ttr-sidebar {
		width: 260px !important;
		transform: translateX(0) !important;
	}
	
	/* نمایش overlay وقتی sidebar باز است در موبایل */
	body.ttr-opened-sidebar:not(.ttr-pinned-sidebar) .ttr-overlay {
		display: block !important;
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9997 !important;
	}
	
	/* مخفی کردن overlay وقتی sidebar بسته است */
	body:not(.ttr-opened-sidebar) .ttr-overlay,
	body.ttr-pinned-sidebar .ttr-overlay {
		display: none !important;
	}
	
	/* بستن sidebar با کلیک روی overlay */
	.ttr-overlay {
		cursor: pointer;
	}
}

.ttr-sidebar-wrapper{
	position: absolute;
	right: 0;
	top: 4px;
	width: 100%;
	height: calc(100% - 20px);
	overflow-y: auto;
	padding: 0 0 48px 0;
}

.ttr-sidebar-navi > ul > li {
	position: relative;
}

.ttr-sidebar-navi > ul > li + li::before,
.ttr-sidebar-navi > ul > li > ul > li + li::before {
	content: "";
	position: absolute;
	right: 18px;
	left: 18px;
	top: -4px;
	height: 1px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0));
	opacity: 0.65;
	pointer-events: none;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li + li::before {
	content: none;
}

.ttr-sidebar-navi > ul > li > ul > li {
	position: relative;
}

/* تو رفتگی گزینه‌های فرعی نسبت به گزینه‌های اصلی در منوی عمودی */
.ttr-sidebar-navi > ul > li > ul > li > a {
	padding-right: 36px !important; /* تو رفتگی بیشتر برای گزینه‌های فرعی */
	margin-right: 16px !important; /* فاصله از سمت راست */
	font-size: 9.5pt !important;
	font-weight: 400 !important; /* کمی نازک‌تر از گزینه‌های اصلی */
}

.ttr-sidebar-navi > ul > li > ul > li + li::before {
	right: 32px;
	left: 32px;
	opacity: 0.45;
}
.ttr-sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}
.ttr-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #f37319;
    border-radius: 3px;
}
.ttr-sidebar-wrapper::-webkit-scrollbar-track {
    background: rgba(148, 163, 184, 0.25);
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper::-webkit-scrollbar-track {
    background: rgba(148, 163, 184, 0.15);
}
.ttr-sidebar-logo{
	width: 100%;
	min-height: 52px;
	margin: 0;
	border-bottom: solid 1px rgba(148, 163, 184, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 220ms ease;
	position: relative;
	z-index: 9999 !important;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo{
	border-bottom-color: rgba(148, 163, 184, 0.22);
}
.ttr-sidebar-logo a{
	display: inline-flex;
	align-items: center;
	gap: 1px;
	margin: 0 0 0 auto;
	padding: 0 18px;
	font-weight: 600;
	color: #2563eb;
	font-size: 0.9rem;
	transition: color 220ms ease;
	text-align: right;
	padding-right: 32px;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a{
	color: #2563eb;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a svg,
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a .fa{
	color: #2563eb;
}
.ttr-sidebar-logo a img{
	display: block;
}
.ttr-sidebar-toggle-button{
	width: 24px;
	height: 24px;
	float: left;
	margin: 20px;
	cursor: pointer;
}
.ttr-sidebar-pin-button{
	width: 24px;
	height: 24px;
	float: left;
	margin: 18px;
	cursor: pointer;
}
.ttr-sidebar-pin-button i{
	position: absolute;
	transform: scale(1);
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.ttr-sidebar-pin-button .ttr-fixed-icon{
	transform: scale(0);
}
.ttr-pinned-sidebar .ttr-sidebar-pin-button .ttr-fixed-icon{
	transform: scale(1);
}
.ttr-pinned-sidebar .ttr-sidebar-pin-button .ttr-not-fixed-icon{
	transform: scale(0);
}
.ttr-sidebar-navi ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ttr-sidebar-navi > ul ul{
	display: none;
}
.ttr-sidebar-navi .inner{
	overflow: hidden;
  	display: none;
}
.ttr-sidebar-navi .ttr-seperate{
	width: 100%;
	height: 1px;
	background-color: #cfd8dc;
	transition: background-color 220ms ease;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi .ttr-seperate{
	background-color: rgba(148, 163, 184, 0.22);
}
.ttr-opened-sidebar .ttr-sidebar-navi .ttr-seperate{
	background-color: rgba(148, 163, 184, 0.25);
}
.ttr-sidebar-navi li{
	margin: 2px 0;
	display: block;
	width: 100%;
	font-size:10pt;
}
.ttr-sidebar-navi a{
	display: flex;
	align-items: center;
	gap: 14px;
	line-height: 1.3;
	text-decoration: none;
	height: 48px;
	padding: 0 18px;
	margin: 4px 14px;
	color: #1e293b;
	background-color: transparent;
	border-radius: 12px;
	font-weight: 500;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a{
	color: #0f172a;
}
.ttr-sidebar-navi a .ttr-icon,
.ttr-sidebar-navi a .menu-right,
.ttr-sidebar-navi a .fa,
.ttr-sidebar-navi a svg{
	font-size: 16px;
	min-width: 18px;
	text-align: center;
	color: inherit;
	transition: color 0.2s ease;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-icon,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .menu-right,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .fa,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a svg{
	color: #0f172a !important;
}
.ttr-sidebar-navi a > span{
	display: inline-flex;
	align-items: center;
}
.ttr-sidebar-navi a:hover,
.ttr-sidebar-navi a:focus{
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.1));
	color: #1d4ed8;
	transform: translateX(-1px);
}
.ttr-opened-sidebar .ttr-sidebar-navi a{
	color: #0f172a;
}
.ttr-opened-sidebar .ttr-sidebar-navi a:hover,
.ttr-opened-sidebar .ttr-sidebar-navi a:focus{
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(124, 58, 237, 0.18));
	box-shadow: 0 14px 26px -18px rgba(37, 99, 235, 0.32);
	transform: translateX(-2px);
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:hover,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:focus{
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(124, 58, 237, 0.18));
	color: #1d4ed8;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:hover .ttr-icon,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:hover .fa,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:hover svg,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:focus .ttr-icon,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:focus .fa,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:focus svg{
	color: #1d4ed8 !important;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:hover,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a:focus{
	transform: none;
}
.ttr-sidebar-logo a .ttr-label,
.ttr-sidebar-navi a .ttr-label{
	transition: opacity 0.2s ease, visibility 0.2s ease;
	display: inline-flex;
	align-items: center;
}
.ttr-sidebar-navi a > span.ttr-arrow-icon{
	margin-right: auto;
	width: 18px;
	display: flex;
	justify-content: flex-end;
	transform: rotate(0);
	transition: transform 0.2s ease;
}
.ttr-sidebar-navi li.show > a > span.ttr-arrow-icon{
	transform: rotate(-90deg);
}
.ttr-sidebar-navi > ul > li > ul {
background-color:#F3F3FF;
}
.ttr-sidebar-navi > ul > li > ul {
background-color:#F3F3FF;
}
.ttr-sidebar-navi > ul > li > ul > li > a{
	padding: 0px 20px 0 60px;
	line-height: 40px;
	height: 40px;
	font-size: 10pt;
	color:#555;
	
}
.ttr-sidebar-navi li.show > ul{
	display: block;
}
.ttr-sidebar-navi a.is-active{
	background: linear-gradient(90deg, rgba(37,99,235,0.15) 0%, rgba(59,130,246,0.08) 100%);
	color: #1d4ed8;
	font-weight: 600;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.25);
}
.ttr-sidebar-navi a.is-active .ttr-icon,
.ttr-sidebar-navi a.is-active .ttr-icon svg,
.ttr-sidebar-navi a.is-active span,
.ttr-sidebar-navi a.is-active svg{
	color: inherit;
	stroke: currentColor;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a.is-active{
	background: rgba(37, 99, 235, 0.22);
	box-shadow: none;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper{
	padding: 0 0 36px 0;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a .ttr-label,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a > span.ttr-arrow-icon{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
/* Hide all text content and labels inside links when collapsed */
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a span:not(.ttr-icon):not(.menu-right):not(.ttr-arrow-icon):not(.ttr-label){
	display: none !important;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo{
	padding: 0;
	margin: 0;
	justify-content: center;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a{
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding-right: 0;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a svg,
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a .fa{
	margin: 0;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-logo .ttr-label{
	display: none !important;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi li{
	position: relative;
}
/* Hide direct text nodes while keeping icons visible */
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a{
	gap: 0;
	padding: 0;
	margin: 4px auto;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	font-size: 0 !important;
	color: #0f172a;
	overflow: hidden;
	position: relative;
	line-height: 1;
	background: #ffffff;
	box-shadow: 0 6px 14px -10px rgba(15, 23, 42, 0.45), inset 0 0 0 1px rgba(148, 163, 184, 0.45);
	overflow: visible;
	transition: box-shadow 0.18s ease, background 0.18s ease;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-label{
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	padding: 6px 14px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 30px -16px rgba(15, 23, 42, 0.35);
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: inline-flex;
	gap: 6px;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-label::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi li:hover > a{
	box-shadow: 0 12px 28px -18px rgba(37, 99, 235, 0.55), inset 0 0 0 1px rgba(99, 102, 241, 0.35);
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi li:hover > a .ttr-label{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}
/* Show icons in collapsed state - override previous styles */
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-icon,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .menu-right,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .fa,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a svg{
	font-size: 22px !important;
	color: #1d4ed8 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	transform: none !important;
	margin: 0 auto;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-icon svg,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .menu-right svg{
	stroke-width: 1.4;
}
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a svg *{
	stroke: currentColor;
	fill: none;
}

/* نمایش آیکن‌های گزینه‌های فرعی در حالت جمع شده منو */
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a {
	padding: 0 !important;
	margin: 4px auto !important;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	font-size: 0 !important;
	background: #ffffff;
	box-shadow: 0 6px 14px -10px rgba(15, 23, 42, 0.45), inset 0 0 0 1px rgba(148, 163, 184, 0.35);
	overflow: visible;
	transition: box-shadow 0.18s ease, background 0.18s ease;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a .ttr-icon,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a .menu-right,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a .fa,
body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a svg {
	font-size: 20px !important;
	color: #1d4ed8 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	transform: none !important;
	margin: 0 auto;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li:hover > a {
	box-shadow: 0 12px 28px -18px rgba(37, 99, 235, 0.55), inset 0 0 0 1px rgba(99, 102, 241, 0.35);
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a .ttr-label {
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	padding: 6px 14px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 30px -16px rgba(15, 23, 42, 0.35);
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: inline-flex;
	gap: 6px;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li > a .ttr-label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-navi > ul > li > ul > li:hover > a .ttr-label {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a{
	justify-content: center;
	padding: 0;
}
.ttr-opened-sidebar .ttr-sidebar-logo a{
	color: #1f2937;
}
.ttr-opened-sidebar .ttr-sidebar-logo a svg,
.ttr-opened-sidebar .ttr-sidebar-logo a .fa{
	color: #2563eb;
}
.ttr-opened-sidebar .ttr-sidebar-logo a .ttr-label,
.ttr-opened-sidebar .ttr-sidebar-navi a .ttr-label{
	opacity: 1;
	visibility: visible;
	position: static;
}

@media (max-width: 991px){
	.ttr-sidebar{
		top: 60px;
		width: 300px;
		right: -310px;
		height: calc(100% - 60px);
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	}
	.ttr-opened-sidebar .ttr-sidebar{
		right: 0;
		width: 300px;
		top: 60px;
		height: calc(100% - 60px);
	}
	body:not(.ttr-opened-sidebar) .ttr-sidebar-wrapper{
		padding: 0 0 48px 0;
	}
	body:not(.ttr-opened-sidebar) .ttr-sidebar-logo a .ttr-label,
	body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a .ttr-label,
	body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a > span.ttr-arrow-icon,
	body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a > span.menu-right{
		opacity: 1;
		visibility: visible;
		position: static;
	}
	body:not(.ttr-opened-sidebar) .ttr-sidebar-navi a{
		width: auto;
		padding: 0 18px;
		margin: 4px 14px;
		justify-content: flex-start;
		gap: 14px;
	}
}
.ttr-sidebar-navi > ul > li > ul > li > a span.ttr-arrow-icon{
	height: 40px;
}
.ttr-sidebar-navi > ul > li > ul > li > ul > li > a{
	padding: 0 20px 0 80px;
	line-height: 40px;
	height: 40px;
}
.ttr-sidebar-navi ul li.show > a > .ttr-arrow-icon{
	-ms-transform: rotate(180deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    -webkit-transform-origin: 50% 50%; /* Safari 3-8 */
    transform: rotate(270deg);
    transform-origin: 50% 50%;
}
.ttr-sidebar-navi ul li.show > a{
	background-color: #EEEEEE;
}
.ttr-sidebar-navi>ul>li>ul>li.show > a{
	background-color: #f4f4f4;
}
.ttr-sidebar-navi ul li.show > a{
	color: var(--primary);
}
.ttr-overlay{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
	cursor: pointer;
	display: none;
}
/*pinned sidebar styles */
.ttr-opened-sidebar .ttr-overlay{
	display: block;
}
.ttr-pinned-sidebar .ttr-overlay{
	display: none !important;
}
.ttr-pinned-sidebar .ttr-sidebar{
	top: 60px;
}

.ttr-pinned-sidebar.ttr-opened-sidebar .ttr-wrapper{
	margin-right: 260px;
}
.ttr-pinned-sidebar .ttr-wrapper{
	margin-right: 88px;
}


/*-------------------------------------------------------------------
[4. Material effect class helpers]
*------------------------------------------------------------------*/
.ttr-material-button{
	position: relative;
	overflow: hidden;
}

.ttr-wave-effect {
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	      transform: translateX(-50%) translateY(-50%);
	width: 0px;
	height: 0px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.7;
}



/*-------------------------------------------------------------------
[5. Mobile fixer styles]
*------------------------------------------------------------------*/
@media (max-width: 768px){
	/* بهینه‌سازی فونت‌های header در موبایل */
	.ttr-header {
		font-size: 11px !important;
		height: 60px;
	}
	
	.ttr-header #topbar span {
		font-size: 11px !important;
	}
	
	.ttr-header a {
		font-size: 11px !important;
	}
	
	.ttr-logo-box,
	.ttr-logo-box a,
	.ttr-logo-box span {
		font-size: 0.875rem !important;
	}
	
	.ttr-header-navigation > li > a {
		font-size: 0.875rem !important;
		padding: 0.5rem 0.75rem !important;
	}
	
	/* بهینه‌سازی فونت‌های sidebar در موبایل */
	.ttr-sidebar-logo {
		font-size: 0.875rem !important;
		padding: 0.75rem 0.5rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > a {
		font-size: 0.875rem !important;
		padding: 0.625rem 0.5rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > ul > li > a {
		font-size: 0.8125rem !important;
		padding: 0.5rem 0.5rem 0.5rem 2rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > ul > li > ul > li > a {
		font-size: 0.75rem !important;
		padding: 0.4375rem 0.5rem 0.4375rem 3rem !important;
	}
	
	.ttr-header-submenu.ttr-notify-list{
		width: 300px;
	}
	.ttr-logo .ttr-logo-mobile{
		display: block;
		position: relative;
	}
	.ttr-logo .ttr-logo-desktop{
		display: none;
	}
	.ttr-header-menu{
		display: none;
	}
	.ttr-hide-on-mobile{
		display: none;
	}
	.ttr-header-left .ttr-header-navigation .ttr-header-submenu.ttr-notify-list{
		left: -60px;
	}
}

/* بهینه‌سازی بیشتر برای موبایل کوچک */
@media (max-width: 480px) {
	.ttr-header {
		font-size: 10px !important;
		height: 60px;
	}
	
	.ttr-header #topbar span {
		font-size: 10px !important;
	}
	
	.ttr-header a {
		font-size: 10px !important;
	}
	
	.ttr-logo-box,
	.ttr-logo-box a,
	.ttr-logo-box span {
		font-size: 0.8125rem !important;
	}
	
	.ttr-header-navigation > li > a {
		font-size: 0.8125rem !important;
		padding: 0.4375rem 0.625rem !important;
	}
	
	.ttr-sidebar-logo {
		font-size: 0.8125rem !important;
		padding: 0.625rem 0.4375rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > a {
		font-size: 0.8125rem !important;
		padding: 0.5625rem 0.4375rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > ul > li > a {
		font-size: 0.75rem !important;
		padding: 0.4375rem 0.4375rem 0.4375rem 1.75rem !important;
	}
	
	.ttr-sidebar-navi > ul > li > ul > li > ul > li > a {
		font-size: 0.6875rem !important;
		padding: 0.375rem 0.4375rem 0.375rem 2.5rem !important;
	}
}


/*-------------------------------------------------------------------
[6. Easy color change with CSS ]
[open the section below to see the color change]
*------------------------------------------------------------------*/
/*
.m-header, .m-search-bar{
	background: #159957;
	background: -webkit-linear-gradient(to left, #155799, #159957); 
	background: linear-gradient(to left, #155799, #159957);
}

.m-notify-tab .nav li a.active{
	border-color: #155799;
	color: #155799;
}
.m-notify-tab .nav li a:hover{
	border-color: #155799;
}
.m-sidebar-navi ul li.show > a, .m-header a{
	color: #155799;
}
.m-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #155799;
}
*/


/*-------------------------------------------------------------------
[7. And your code starts here]
*------------------------------------------------------------------*/
.ttr-wrapper{
	padding-top: 70px;
	-webkit-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
	
}


/*-------------------------------------------------------------------
	TTR Wrapper
*------------------------------------------------------------------*/
.ttr-wrapper{
	padding-right:10px;
	padding-left:10px;
}
body.ttr-opened-sidebar .ttr-wrapper{
	margin-right: 260px;
}
body:not(.ttr-opened-sidebar) .ttr-wrapper{
	margin-right: 88px;
}

/*-------------------------------------------------------------------
	Admin Breadcrumb
*------------------------------------------------------------------*/
.db-breadcrumb{
	display:flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.db-breadcrumb-list{
	list-style:none;
	margin:0;
	padding:0;
}
.breadcrumb-title{
	margin-bottom: 0;
	font-weight: 400;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 10px;
	margin-left: 10px;
	line-height: 28px;
}
.db-breadcrumb-list li{
	display: inline-block;
	color: #7f7f7f;
	font-size: 14px;
	padding: 0 20px 0px 0;
	position:relative;
}
.db-breadcrumb-list li i{
	margin-left:5px;
	color:#000;
}
.db-breadcrumb-list li a{
	color:#7f7f7f;
}
.db-breadcrumb-list li:last-child{
	padding-left:0;
}
.db-breadcrumb-list li:after{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	color: #000;
	left: 5px;
	font-size: 15px;
	top: -1px;
}
.db-breadcrumb-list li:last-child:after{
	content:none;
}
/*-------------------------------------------------------------------
	Widget Card
*------------------------------------------------------------------*/
.widget-card{
	border-radius:4px;
	background:#ec681d;
	padding:20px 20px 15px 20px;
	color:#fff;
	position:relative;
	margin-bottom:30px;
}
.widget-card .wc-title{
	font-size:13px;
	line-height:16px;
	margin:0;
	color:#fff;
	font-weight:500;
	
}
.wc-stats{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	position:absolute;
	left:20px;
	top:20px;
}
.wc-des{
	font-size:12px;
	line-height:18px;
	font-weight:400;
	opacity:0.7;
}
.wc-progress{
	margin:15px 0 5px 0;
	height: 5px;
	background-color:rgba(255,255,255,0.3);
	border-radius:3px;
}
.wc-progress .progress-bar{
	background-color:#fff;
	border-radius: 3px;
}
.wc-progress-bx {

    display: flex;
    width: 100%;
    font-size: 12px;
	opacity:0.7;
}


.widget-bg1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd8515+0,db4b24+100 */
	background: #fd8515; /* Old browsers */
	background: -moz-linear-gradient(right, #fd8515 0%, #db4b24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #fd8515 0%,#db4b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #fd8515 0%,#db4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8515', endColorstr='#db4b24',GradientType=1 ); /* IE6-9 */
}
.widget-bg2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8699fb+0,8340f6+100 */
	background: #8699fb; /* Old browsers */
	background: -moz-linear-gradient(right, #8699fb 0%, #8340f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #8699fb 0%,#8340f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #8699fb 0%,#8340f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8699fb', endColorstr='#8340f6',GradientType=1 ); /* IE6-9 */
}
.widget-bg3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc7588+0,e71c54+100 */
	background: #fc7588; /* Old browsers */
	background: -moz-linear-gradient(right, #fc7588 0%, #e71c54 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #fc7588 0%,#e71c54 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #fc7588 0%,#e71c54 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7588', endColorstr='#e71c54',GradientType=1 ); /* IE6-9 */
}
.widget-bg4{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#668bff+0,104dfd+100 */
	background: #668bff; /* Old browsers */
	background: -moz-linear-gradient(right, #668bff 0%, #104dfd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #668bff 0%,#104dfd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #668bff 0%,#104dfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668bff', endColorstr='#104dfd',GradientType=1 ); /* IE6-9 */
}

.widget-box{
	background-color: #fff;
	border:1px solid rgba(0,0,0,0.15);
	box-shadow:0 3px 10px 0px rgba(0,0,0,.2);
	border-radius:5px;
	height: 100%;
	margin-top:10px;
}
.widget-box .widget-inner{
	padding:10px;
	background-color:#FEFEFF;
	border-radius:5px;
}
.widget-box .wc-title{
	padding:7px 15px;
	color:#111;
	background-image: url(../../images/sky_blue/liteblue.png); /* header bg image */
	background-repeat:repeat-x;
    border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.widget-box .wc-title h4{
	font-size:13px;
	line-height:18px;
	margin:0;
	color:#000;
	font-weight:300;
}
/* Full Calendra */

.fc-toolbar button.fc-state-active{
	background: var(--primary);
	color: #fff;
	
}
.fc-toolbar button {
	margin: 0 !important;
    position: relative;
	border: 0;
	background: rgba(0,0,0,0.05);
	color: #707070;
	text-transform: capitalize;
	font-size: 14px;
	padding: 8px 20px;
	height: auto;
	box-shadow: none;
	border-left: 1px solid rgba(0,0,0,0.3);
}
.fc-toolbar button:last-child{
	border-left:0;
}
.fc-toolbar button.fc-today-button {
	margin-right: 10px !important;
}
.fc-toolbar h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.fc table,
.fc-row table{
	margin-bottom:0;
	font-size: 14px;
}
.fc-unthemed th.fc-day-header {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
	font-weight:400
}
.fc-event-container a:not([href]):not([tabindex]){
	color:#fff;
}

/* Noti Box List */
.orders-list ul,
.new-user-list ul,
.noti-box-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.orders-list ul li,
.new-user-list ul li,
.noti-box-list ul li{
	display: flex;
	position: relative;
	margin-bottom: 15px;
	padding-left: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 15px;
}
.orders-list ul li:last-child,
.new-user-list ul li:last-child,
.noti-box-list ul li:last-child{
	margin-bottom:0;
	border-bottom: 0;
	padding-bottom: 0;
}
.noti-box-list ul li .notification-icon{
	min-width: 40px;
	width: 40px;
	height: 40px;
	display: block;
	font-size:25px;
	text-align: center;
	margin-left: 15px;
	padding-top:6px;
}
.dashbg-gray{
	background: #f2f2f2;
}
.noti-box-list ul li .notification-text{
	font-size: 12px;
	line-height: 20px;
	color: #909090;
}

.noti-box-list ul li .notification-text span{
	color: #333;
}
.noti-box-list ul li .notification-text a{
	color:var(--primary);
}
.noti-box-list ul li .notification-time{
	position: absolute;
	left: 0;
	top: 0;
}
.noti-box-list ul li .notification-time a{
	position: absolute;
	color: #C0C0C0;
	left: 0;
	top: 0;
	font-size: 12px;
}
.noti-box-list ul li .notification-time a:hover{
	color:#000;	
}
.noti-box-list ul li .notification-time span{
	font-size: 12px;
	margin-top: 20px;
	display: block;
	color: #B0B0B0;
}
.dashbg-yellow{
	background-color:#ffb822;
	color:#fff;
}
.dashbg-green{
	background-color:#34bfa3;
	color:#fff;
}
.dashbg-primary{
	background-color:var(--primary);
	color:#fff;
}
.dashbg-red{
	background-color:#f4516c;
	color:#fff;
}
.new-user-list{
	
}
.new-user-list ul li .new-users-pic{
	min-width: 50px;
	height: 50px;
	width: 50px;
	display: block;
	border-radius: 40px;
	text-align: center;
	margin-left: 15px;
	overflow:hidden;
}
.orders-list ul li,
.new-user-list ul li{
	padding-left:0;
	align-items: center;
}
.new-user-list ul li .new-users-name{
	color:#333;
	font-size:14px;
	font-weight:500;
	display:block;
	line-height: 20px;
}
.orders-list ul li .orders-info,
.new-user-list ul li .new-users-info{
	color:#444444;
	font-size:13px;
	line-height: 22px;
	
}
.orders-list ul li .orders-info img{ 
 object-fit: cover;
  height: auto;
	}
.new-user-list ul li .new-users-text{
	margin-left: 10px;
}
.new-user-list ul li .new-users-date{
	margin-right: 10px;
}
.orders-list ul li .orders-btn,
.new-user-list ul li .new-users-btn{
	margin-right:auto;
}
.orders-list .orders-title .orders-title-name{
	color:#111;
	font-size:14px;
	font-weight:500;
	display:block;
	line-height: 20px;
	
}
.orders-list .orders-title .new-users-name{
background-color:#FFFFCC;
}
.ttr-header-submenu.noti-menu{
	width: 320px;
}
.ttr-header-submenu.noti-menu .noti-box-list{
	padding:20px;
}
.ttr-header-submenu.noti-menu ul li a{
	padding:0;
}
.ttr-header-submenu.noti-menu ul li a:hover {
    background-color: rgba(0,0,0,0);
}
.ttr-notify-header{
	background-image:url(../images/menu_back.jpg);
	background-size:cover;
	background-position:center;
	position:relative;
	z-index:1;
	color:#fff;
}
.ttr-notify-header:after{
	position:absolute;
	content:"";
	width:100%;
	opacity:0.9;
	height:100%;
	z-index:-1;
	right:0;
	top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd8515+0,db4b24+100 */
	background: #fd8515; /* Old browsers */
	background: -moz-linear-gradient(right, #fd8515 0%, #db4b24 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #fd8515 0%,#db4b24 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #fd8515 0%,#db4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8515', endColorstr='#db4b24',GradientType=1 ); /* IE6-9 */
}

/* Card Courses List */
.card-courses-list{
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.card-courses-list:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.card-courses-media{
	width: 250px;
	min-width: 250px;
	height: 250px;
	margin-left: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.card-courses-media img{
	width: 100%;
	object-fit:cover;
	height: 250px;
}
.card-courses-view{
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	align-items: center;
	width: 100%;
}
.card-courses-user{
	display:flex;
	align-items:center;
}
.card-courses-user-pic{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-left: 10px;
}
.card-courses-view > li{
	position:relative;
	padding-left:30px;
}
.card-courses-view > li:last-child{
	padding-left:0;
}
.card-courses-stats h5,
.card-courses-price del,
.card-courses-review h5,
.card-courses-categories h5,
.card-courses-user-info h5{
	font-size: 12px;
	color: #C0C0C0;
	margin: 0;
	line-height: 18px;
}
.card-courses-categories h4,
.card-courses-user-info h4{
	font-size: 14px;
	margin: 0;
	line-height: 22px;
	color: #606060;
	text-transform: uppercase;
}
.card-courses-price{
	margin-right:auto;
}
.card-courses-list-bx{
	margin-bottom:20px;
}
.card-courses-dec p{
	font-size:14px;
	line-height:22px;
}
.card-courses-dec-list{
	margin:0;
	padding:0;
	list-style:none;
}
.card-courses-dec-list li{
	display: flex;
	font-size: 14px;
	color: #606060;
	padding-bottom: 10px;
	width: 50%;
	float: right;
}

.card-courses-dec-list li strong{
	 margin-left:10px;
	 color:#000;
	 width: 40%;
}
/* Reply */
.review-bx-reply .form-control{
	height:150px;
}
.bookmarks-bx .card-courses-list-bx{
	margin-bottom:10px;
}
/* User Profile */
.widget-inner .edit-profile{
	padding: 0;
}
.delete {
    border: 2px solid;
    padding: 5px 10px;
    display: inline-block;
    color: #f63333;
	border-radius: 4px;
}
.delete:hover{
	border: 2px solid #f63333;
    background-color: #f63333;
    color: #fff;
}
.list-item td{
	padding:0;
}
.widget-inner .edit-profile table{
	margin-bottom:0;
}
.edit-profile textarea.form-control{
	height:150px;
}
/* MailBox */
.email-wrapper{
	display:flex;
}
.email-menu-bar{
	width:240px;
	min-width:240px;
	border-left: 1px solid #e5e5e5;
}
.email-menu-bar-inner ul{
	list-style:none;
	margin:0;
	padding:20px;
}
.email-menu-bar-inner ul li{
	color:#000;
}
.email-menu-bar-inner ul li a{
	color: #000;
    font-size: 14px;
    padding: 12px 20px;
    display: block;
    border-radius: 4px;
}
.email-menu-bar-inner ul li a:hover,
.email-menu-bar-inner ul li.active a{
	background-color:#f6f6f6;
}
.email-menu-bar-inner ul li a i{
	font-size: 18px;
	margin-left: 10px;
	width: 20px;
	text-align: center;
}
.email-menu-bar-inner ul li a .badge{
	width: 18px;
	height: 18px;
	line-height: 20px;
	padding: 0;
	font-weight: 400;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.compose-mail{
	padding:20px;
	border-bottom:1px solid #e5e5e5;
}

/* toolbar */
.mail-list-container {
    width: 100%;
}
.mail-toolbar .check-all{
	margin-left:15px;
}
.mail-toolbar{
	padding:20px;
	border-bottom:1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
.next-prev-btn{
	margin-right:auto;
}
.next-prev-btn a{
	border: 1px solid #e1e1e1;
	display: inline-block;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #000;
}
.next-prev-btn a:hover{
	background-color:#e1e1e1;
}
.mail-search-bar .form-control{
	border-radius: 4px;
}
.checkbox-st1{
	min-height: 16px;
	padding-right: 16px;
	height: 16px;
	position: relative;
	top: -1px;
}
.checkbox-st1 .custom-control-label:before {
    width: 16px;
    height: 16px;
	border: 2px solid #cecfcf;
}
.checkbox-st1 .custom-control-label::after {
    width: 16px;
	height: 16px;
}

.mail-list-info{
	display:flex;
	align-items: center;
	position: relative;
}
.mail-list-info:hover:nth-child(2n+1),
.mail-list-info:hover{
	background-color:#eaeaea;
}
.mail-list-info .mail-list-title-info p,
.mail-list-info .mail-list-title h6{
	margin:0;
}
.mail-list-info .mail-list-title-info p{
	font-size: 15px;
	line-height: 18px;
	color:#7a7a7a;
}
.mail-list-info .mail-list-title h6{
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}
.mail-list-time span{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #929292;
	position: relative;
	top: -3px;
}
.mail-rateing span{
	color: #929292;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top: -2px;
}
.mail-rateing,
.mail-list-title,
.mail-list-title-info,
.mail-list-time,
.checkbox-list{
	padding-top: 15px;
    padding-bottom: 15px;
    height: 50px;
}
.mail-list-title{
	padding-right: 10px;
}
.mail-list-time{
	padding-left: 20px;
	padding-right: 10px;
}
.mail-list-title-info{
	padding-right: 10px;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.mail-rateing{
	padding-right: 10px;
}
.checkbox-list{
	padding-right:20px;
}
.mail-list-info:nth-child(2n+1){
	background-color:#f6f6f6;
}
/* Mailbox Toolbar */
.mailbox-toolbar{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	background: #eaeaea;
	opacity: 0;
	transition: all 0.5s;
}
.mailbox-toolbar li{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: rgba(0,0,0,0.1);
	color: #404040;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	transition: all 0.5s;
}
.mailbox-toolbar li:hover{
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.mail-list-info:hover .mailbox-toolbar{
	opacity: 1;
}
.btn-info-icon{
	border: 0;
	background-color: rgba(0,0,0,0.05);
	border-radius: 40px;
	margin-right: 10px;
}
.all-msg-toolbar .dropdown-menu{
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
	border: 0;
}
.all-msg-toolbar .dropdown-menu li{
	
}
.all-msg-toolbar .dropdown-menu li a{
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    color: #202020;
}
.all-msg-toolbar .dropdown-menu li a:hover{
	background-color:rgba(0,0,0,0.1);
}
.all-msg-toolbar .dropdown-menu li a i{
	margin-left:5px;
}

/* Read */
.mailbox-view{
	width: 100%;
	padding:25px;
}
.mailbox-view-title {
    padding: 0px 0px 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 25px;
}
.mailbox-view-title .send-mail-title{
	margin-bottom:0;
}
.send-mail-user{
	display:flex;
	align-items:center;
}
.send-mail-user-pic{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	margin-left: 10px;
}
.send-mail-user-info h5{
	font-size: 12px;
	color: #C0C0C0;
	margin: 0;
	line-height: 18px;
	font-weight: 400;
}
.send-mail-user-info h4{
	font-size: 15px;
	margin: 0;
	line-height: 22px;
	color: #000;
	text-transform: capitalize;
}
.send-mail-full-info {
    display: flex;
    align-items: center;
}

.send-mail-full-info {
    display: flex;
    align-items: center;
}
.send-mail-full-info  .time span{
	font-size:12px;
}

.read-content-body {
    padding: 25px 0 0 0;
}
.read-content-title{
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.read-content-body p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #303030;
	margin-bottom: 15px;
}
.mailbox-download-file a{ 
	font-size: 12px;
	padding: 8px 20px;
	display: inline-block;
	background-color: rgba(0,0,0,0.05);
	border-radius: 4px;
	color: #000;
	margin-bottom: 4px;
}
.mailbox-download-file a i{
	font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
/* Mail Compose */
.mail-compose{
	padding:30px 15px;
}
.mail-compose .dropzone{
    background: #f3f6f9!important
}
.mail-compose .dropzone {
    border: 1px dashed #dddfe1;
    min-height: 21rem;
    position: relative
}
.mail-compose .dropzone .dz-message{
    margin: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%)
}
.dropzone {
    background: #f3f6f9;
    border: 2px solid rgba(120, 130, 140, .13)
}
[data-theme-version=dark] .dropzone{
    background-color: #2b2e37
}

[data-theme-version=dark] .compose-content .dropzone{
    background: #323640!important
}
/* Summernote */
.note-toolbar {
	z-index: 1;
}
.note-toolbar .btn {
    background: #fff;
    border: 1px solid #ebedf2;
    padding: 4px 10px;
    font-size: 12px;
    color: #4f5264;
    border-radius: 3px;
}
.note-toolbar .btn:hover{
	color: #4f5264;
	 background: #ebedf2;
}
.note-editor.note-frame .note-editing-area .note-editable {
	padding: 10px 20px;
}
.card-header.note-toolbar {
    padding: 10px 15px 15px 15px;
    margin: 0;
	background: #f7f8fa;
}
.note-editor.note-frame {
    border: 1px solid #ebedf2;
}
.card-header{
	 border-bottom: 1px solid #ebedf2;
}
.note-editable ol,
.note-editable ul{
	padding-right:30px;
}
.imageuploadify .imageuploadify-images-list {
	display: inline-block;
	padding: 0 20px;
}
.courses-approve {
    width: 150px;
    height: 150px;
    color: #30af93;
    border: 5px solid;
    border-radius: 100px;
    line-height: 160px;
    text-align: center;
    font-size: 86px;
	margin: 40px auto 40px;
}
@media only screen and (max-width: 1200px) {
	.ttr-pinned-sidebar .ttr-wrapper {
		margin-right: 260px;
	}
	.ttr-pinned-sidebar .ttr-sidebar{
		right: 0;
	}
	.ttr-pinned-sidebar.ttr-opened-sidebar .ttr-wrapper {
		margin-right: 0;
	}
	.ttr-opened-sidebar.ttr-pinned-sidebar .ttr-sidebar{
		right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.ttr-sidebar-wrapper{
		top: 4px;
		height: calc(100% - 20px);
	}
	body.ttr-opened-sidebar .ttr-wrapper,
	body:not(.ttr-opened-sidebar) .ttr-wrapper,
	.ttr-pinned-sidebar .ttr-wrapper{
		margin-right: 0;
	}
	.admin-courses .card-courses-media {
		width: 140px;
		min-width: 140px;
		height: 140px;
		margin-right: 15px;
	}
	.admin-courses .card-courses-media img{
		height: 140px;
	}
	.admin-courses .card-courses-view > li{
		padding-right: 10px;
	}
	.mail-rateing, 
	.mail-list-title, 
	.mail-list-title-info, 
	.mail-list-time, 
	.checkbox-list{
		height:auto;
	}
}
@media only screen and (max-width: 767px) {
	.widget-box .widget-inner {
		padding: 15px;
	}
	.fc-toolbar button{
		font-size: 12px;
		padding: 8px 10px;
	}
	.widget-box .wc-title{
		padding: 15px 15px;
	}
	.widget-box .wc-title h4 {
		font-size: 12px;
		color:#000000;
	}
	.ttr-wrapper {
		padding-right: 0px;
		padding-left: 0px;
		
	}
	.card-courses-media {
		width: 140px;
		min-width: 140px;
		height: 140px;
	}
	.card-courses-title h4 {
		font-size: 18px;		
	}
	.card-courses-media img{
		height: 140px;
	}
	.admin-courses .card-courses-view{
		display: table;
	}
	.admin-courses .card-courses-view > li {
		padding-left: 10px;
		width: 100%;
		float: right;
		margin-bottom: 10px;
	}
	.admin-courses .card-courses-view > li.card-courses-categories,
	.admin-courses .card-courses-view > li.card-courses-review,
	.admin-courses .card-courses-view > li.card-courses-stats,
	.admin-courses .card-courses-view > li.card-courses-price {
		width:25%;	
	}
	.admin-courses .card-courses-list-bx {
		margin-bottom: 0px;
	}
	.admin-courses .card-courses-view > li.card-courses-price {
		text-align:left;
		padding-left: 0;
	}
	.email-wrapper {
		display: block;
	}
	.email-menu-bar{
		border-left: 0 solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
	}
	.mail-search-bar {
		width: 100px;
	}
	
}
@media only screen and (max-width: 576px) {
	.fc-toolbar .fc-center,
	.fc-toolbar .fc-left,
	.fc-toolbar .fc-right{
		width:100%;
	}
	.fc .fc-toolbar > * > *{
		float:none;
	}
	.fc-toolbar button.fc-today-button{
		position: relative;
		top: -13px;
	}
	.ttr-header-submenu.noti-menu {
		width: 280px;
	}
	.breadcrumb-title {
		font-size: 18px;
	}
	.db-breadcrumb-list li {
		font-size: 12px;
	}
	.admin-courses .card-courses-media,
	.bookmarks-bx .card-courses-media {
		width: 100%;
		min-width: 100%;
		height: auto;
		margin-bottom:15px;
	}
	.admin-courses.card-courses-list,
	.bookmarks-bx.card-courses-list {
		display: block;
	}
	.bookmarks-bx .card-courses-view > li {
		position: relative;
		padding-left: 10px;
		float:right;
	}
	.bookmarks-bx  .card-courses-view {
		display: table;
		clear: both;
	}
	.admin-courses   .card-courses-categories,
	.bookmarks-bx  .card-courses-categories{
		width:100%;
		margin-bottom:10px;
	}
	.bookmarks-bx  .card-courses-review,
	.bookmarks-bx  .card-courses-price{
		width:50%;
	}
	.bookmarks-bx  .card-courses-price{
		text-align:left;
	}
	.admin-courses .card-courses-view > li.card-courses-categories,
	.admin-courses .card-courses-view > li.card-courses-review,
	.admin-courses .card-courses-view > li.card-courses-price {
		width:33.33%;	
	}
	.admin-courses .card-courses-view > li.card-courses-price h5{
		margin-bottom:0;
	}
	.admin-courses .card-courses-view > li.card-courses-stats{
		display:none;
	}
	.card-courses-dec p {
		margin-bottom: 10px;
	}
	.card-courses-list {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.db-breadcrumb{
		margin-bottom: 15px;
	}
	.mail-list-title-info{
		display:none;
	}
	.mail-list-time{
		margin-right: auto;
	}
	.mail-rateing, 
	.mail-list-title, 
	.mail-list-title-info, 
	.mail-list-time, 
	.checkbox-list {
		height: 50px;
	}
	.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
		font-size: 12px;
	}
	.mail-compose {
		padding: 30px 5px;
	}
	.imageuploadify .imageuploadify-images-list .imageuploadify-container{
		margin: 5px 5px !important;
	}
	.send-mail-details > .d-flex{ 
		display: block !important;
	}
	.send-mail-full-info{
		margin-top: 10px;
	}
	.admin-review .card-courses-view {
		display: table;
		clear: both;
	}
	.admin-review .card-courses-view > li {
		padding-left: 0;
		float: right;
	}
	.admin-review .card-courses-view > li.card-courses-review,
	.admin-review .card-courses-view > li.card-courses-categories{
		width:50%;
	}
	.admin-review .card-courses-view > li.card-courses-categories{
		text-align:left;
	}
	.admin-review .card-courses-view > li.card-courses-user{
		width:100%;
		margin-bottom: 15px;
	}
	.admin-review .card-courses-list-bx {
		margin-bottom: 10px;
	}
}