.footer {text-align:center; color:#666;font-family:'Lucida Grande',verdana,arial,helvetica,sans-serif;font-size:10px;line-height:1.4em;padding-bottom:20px}  
@font-face {
  font-family: "din-next-lt-w23-light";
  font-style: normal;
  font-weight: 500;
  src:url("../fonts/din-next-lt-w23-light.eot?") format("eot");
  src:url("../fonts/din-next-lt-w23-light.eot?#iefix") format("embedded-opentype"), 
      url("../fonts/din-next-lt-w23-light.ttf") format("truetype"),
      url("../fonts/din-next-lt-w23-light.svg#jannaltbold") format("svg");
}
@font-face {
  font-family: "DIN Next LT W23 Regular 2";
  font-style: normal;
  font-weight: 500;
  src:url("../fonts/DIN Next LT W23 Regular 2.eot?") format("eot");
  src:url("../fonts/DIN Next LT W23 Regular 2.eot?#iefix") format("embedded-opentype"), 
      url("../fonts/DIN Next LT W23 Regular 2.ttf") format("truetype"),
      url("../fonts/DIN Next LT W23 Regular 2.svg#jannaltbold") format("svg");
}

h1, h2 ,h3 ,h4 ,h5, h6, label{
	font-family: "DIN Next LT W23 Regular 2", Arial, sans-serif;
}
html, body {
	direction: rtl;
    font-family: "din-next-lt-w23-light", Arial, sans-serif; 
    height: 100%;
	background: #f0f1f7;
}
 
a {
    cursor: pointer;
    color: #2B3D7E; 
} 
a:hover { 
    text-decoration: none;
} 
p{
    font-size: 16px; 
    color: #7f7f7f;
}  
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4d4d4d;
} 
section {
	padding: 10px 0; 
}
section .row{
	margin-bottom: 25px;
} 
section .row:last-child{
	margin-bottom: 0px;
}    
.bg-primary{
	background-color : #2B3D7E !important;
	color: #fff;
} 
.btn-primary{
	background-color : #2B3D7E;
	border-color : #2B3D7E;
	color : #fff; 
} 
.btn-primary:hover,
.btn-primary:focus{
	background-color : #1B2959;
	border-color : #1B2959; 
} 
.text-primary{
	color : #2B3D7E !important; 
} 
.btn{ 
    padding: 1rem;  
    border-radius: 0;
}

/* 
	navbar mobile 
*/

.mobile-header{
	display: none;
}
.navbar-toggler { 
    line-height: 1.5;
}
.navbar-mobile{  
	transition: all 0.3s ease;
}
.navbar-mobile:after{ 
	position: fixed;
	content: '';
	z-index: 1030;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 
	background-color: #000; 
	opacity:0; 
	transition: all 0.3s ease;
}  
.navbar-mobile.show:after{   
	opacity:0.5; 
}
.navbar-mobile .navbar-mobile-box { 
	position: fixed;
	z-index: 99999999;
	width: 300px;
	height: 100%;
	top: 0; 
	right: -75%;
	visibility: hidden;
	background-color: #ffffff;
	border-color: #ffffff; 
	transition: all 0.3s ease;
	overflow-x: scroll;
	margin: 0; 
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}   
.navbar-mobile.show .navbar-mobile-box{  
	right: 0; 
	visibility: visible;
}   
.navbar-mobile .nav-link { 
    padding: 1rem;
}
.navbar-mobile .social-icon{ 
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}
.navbar-mobile .dropdown-header{	
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px sloid #e2e2e2;
}
.navbar-mobile .dropdown-header:last-child{	 
	border-bottom: transparent;
}
.navbar-mobile .dropdown-menu{	 
	padding: 15px;
}
.navbar-mobile li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
  font-size: 16px;
  transition: all 0.3s;
}
.navbar-mobile li:hover a { 
  color: #213478; 
  padding-right: 25px;
}
.close{ 
    margin-top: 13px;
}   
.social-icon li { 
	margin: 5px auto; 
}
.social-icon a{  
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center; 
	color: #fff;
	overflow: hidden;
	background: #2f4181; 
	display: block; 
	border-radius: 4px;
	transition: all 0.3s ease;
} 
.social-icon a:hover{  
    transform: scale(1.2);
	background: #623995;
}
   
/*

	top navbar
	
*/
 
.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999; 
	background: #fff; 
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); 
	transition: all 0.3s ease;
}  
.scroll-to-top {
    position: fixed; 
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #623995;
    color: #fff;
    font-size: 18px;
    left: -50px;
	bottom: 50px;
    z-index: 1;
	text-align: center;
    cursor: pointer;
	transition: all 0.3s ease;
}
.scroll-to-top.show { 
    left: 30px; 
}
.header-mobile{
	display: none;
}
 

.tooltip { 
    font-family: inherit; 
} 
.tooltip-inner { 
    background-color: #5264e9; 
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before { 
    border-bottom-color: #5264e9;
}


/* 
	Header 
	 
*/
.header-navbar{
	background: #fff;
	padding: 1px 0;
	border-bottom: 1px solid #d1d1d1;
}
.navbar-icon{
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-left: 30px;
}
.navbar-icon .nav-link { 
	position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	border-radius: 4px;
}
.navbar-icon .nav-link .dot{ 
	position: absolute;
	top: 15px;
	right: 13px;
    width: 5px;
    height: 5px;
	border-radius: 50%;
	display: block;
	background: #9343b5;
	z-index: 2;
}
.navbar-icon .nav-link:focus, 
.navbar-icon .nav-link:hover { 
    background: #00ecfe;
}
.navbar-icon .dropdown-toggle::after {
    display: none;
} 
.div-user{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	box-shadow:0px 10px 15px 0px rgba(82, 63, 105, 0.3);
}
.div-user img{
	width: 100%;
	height: 53px;
	object-fil: cover;	
}


.dropdown-menu-user{
	padding: 0 !important;
}
.dropdown-menu-user .user-box,
.dropdown-menu-user .user-box:hover,
.dropdown-menu-user .user-box:focus{
	background: #5264e9;
	color: #fff;  
}
.dropdown-menu-user .user-box .user-pic{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 10px;
}
.dropdown-menu-user .user-box .user-pic img{ 
	width: 100%; 
}
.dropdown-menu-user h6{
	color: #5264e9;
	font-weight: 600;
}
.dropdown-menu { 
    min-width: 13rem;
    padding: .5rem 0;
	margin-top: 10px;
    color: #949494; 
    background-color: #fff; 
    border: none; 
	float: right; 
    border-radius: 10px;
    /*overflow: hidden;*/
	box-shadow:0px 0px 50px 0px rgba(82, 63, 105, 0.15);   
}  
.dropdown-menu li{ 
	/*color: #c3c3c3;*/color: #747474;
	border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu li:last-child{ 
	border-bottom: none;
}  
.dropdown-item { 
	/*color: #c3c3c3;*/color: #747474;
    padding: .5rem 1rem;
}
.dropdown-item:hover,
.dropdown-item:focus{ 
	color: #00ecfe; 
	background: transparent;
}
.badge {
    float: left; 
    padding: 0; 
    border-radius: 50%;
    width: 20px;
    height: 20px;
	color: #5264e9;
    line-height: 20px; 
	background: #00ecfe !important;
}  
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: -100%;
	margin-left: .1rem;
	margin-right: .1rem;
}
/*
.dropdown-menu { 
    min-width: 13rem;
    padding: .5rem; 
	margin-top: 10px;
    color: #949494; 
    background-color: #fff; 
    border: none; 
	float: right; 
	border-radius: 4px;
	box-shadow:0px 0px 50px 0px rgba(82, 63, 105, 0.15);   
}  

/*

	main-navbar

*/

.main-navbar{
	background: #fff;
	-webkit-box-shadow: 0px 10px 7px -3px rgba(153,153,153,0.25);
	-moz-box-shadow: 0px 10px 7px -3px rgba(153,153,153,0.25);
	box-shadow: 0px 10px 7px -3px rgba(153,153,153,0.25); 
}
.main-navbar .nav-link { 
	position: relative;
    padding: .5rem  1.5rem ;
	color: #747474;
	font-weight:bold;
}
.main-navbar .nav-link span{ 
	position: relative; 
}
.main-navbar .nav-item.active .nav-link,
.main-navbar .nav-item .nav-link:hover{
	background: #e5fdff;
	font-weight: 600;
	color: #5264e9;
}
 
.main-navbar .active .nav-link span:before{ 
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	top: -10px;
	right: 3px;
	z-index: 1;
	background: #00ecfe;
	display: none;
}

.main-navbar .nav-item{
	position: relative;
}
.main-navbar .nav-item:after{ 
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	top: 50%;
	left: 0;
	z-index: 1;
	background: #f2f2f2;
	transform: translateY(-50%);
}
.main-navbar .nav-item:last-child:after{ 
	display: none;
}
 
.nav-link-collapse{ 
	position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	border-radius: 4px; 
	padding: 0 !important;
} 
.nav-link-collapse:focus, 
.nav-link-collapse:hover{ 
    background: #00ecfe !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #6374eb;
}
 
.card { 
	border: none;
    border-radius: 10px;
	margin-bottom: 30px;
} 
.card-header { 
    background-color: #fff;
	color: #c0c0c0;
    border-bottom: 1px solid #e3e3e3
}
.card-header:first-child {
    border-radius: 10px 10px 0 0;
} 
.option-list{ 
	position: relative;
}
.option-list li a{
	position: relative;
	color: #646464;
    display: block;
    padding: 5px;
	font-size: 14px;
	transition: all 0.3s ease;
	font-family: "DIN Next LT W23 Regular 2", Arial, sans-serif;
} 
.option-list li a:before{
	position: absolute; 
	content: "";
	width: 5px;
	height: 5px;
	top: 50%;
	right: -5px;
	border-radius: 50%;
	background: #646464;
	transform: translateY(-50%);
}
.option-list li a:hover{
	color: #00ecfe;
	padding-right: 10px;
}
.option-list li a:hover:before{
	background: #00ecfe;
}

/*

	tab-dashboaed

*/

.tab-dashboaed{
	text-align: center;
	border-bottom: none; 
} 
.tab-dashboaed .nav-item.show .nav-link,
.tab-dashboaed .nav-link.active {
	position: relative;
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border-color: transparent;
	box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
}
.tab-dashboaed .nav-item.show .nav-link:before,
.tab-dashboaed .nav-link.active:before{
	position: absolute;
	content: "";  
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    top: 100%;
	left: 50%;
	transform: translateX(-50%)
	
}
.tab-dashboaed .nav-link:focus,
.tab-dashboaed .nav-link:hover {
    border-color: transparent;
	box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
}

.tab-dashboaed .nav-link{  
    padding: 1rem 0.5rem;
    width: 110px;
	border-radius: 15px;
}
.tab-dashboaed .nav-link h6{ 
	margin-top: 10px; 
    font-size: 14px;
    font-weight: 600;
	font-family: "DIN Next LT W23 Regular 2", Arial, sans-serif;
} 
.search-btn{   
    display: flex;
    align-items: center;
	text-align: center;
	display: block;
	background: linear-gradient(45deg, rgba(0,236,254,1) 0%, rgba(82,100,233,1) 100%); 
	font-size: 14px;
	box-shadow:0px 10px 15px 0px rgba(82, 63, 105, 0.3);
	transition: all 0.53s ease;
    padding: 0 15px;
    color: #fff;
	border-radius: 15px;
} 
.search-btn:hover,
.search-btn:focus{ 
	background: rgba(82,100,233,1); 
} 


#custom-search-input{ 
	display :block;
	margin : 10px 0;
    border: solid 1px #E4E4E4;
    border-radius: 4px; 
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-right: 1px solid #ccc;
}
  
.img-icon-hover{
	display: none;
}
ul>li>a:hover .img-icon{
	display: none;
}
ul>li>a:hover .img-icon-hover{
	display: inline-block;
} 
.show-sm{
	display: none;
}


.inner-page .tab-dashboaed .nav-link{ 
	padding: 15px 30px;
	width: 100%;
}
 .tab-dashboaed .nav-item.show .nav-link,
 .tab-dashboaed .nav-link.active { 
    background-color: #00ecfe; 
	
}
 .tab-dashboaed .nav-item.show .nav-link:before,
 .tab-dashboaed .nav-link.active:before { 
    border-top: 10px solid #00ecfe; 
}
.inner-page .tab-dashboaed .nav-link { 
    width: 100%;
    min-width: 170px;
} 
.card-bodyx .option-list li{
	width: 20%;
	float: right;
} 
.card-bodyx .option-list li a { 
    padding: 5px 15px;
	font-size: 16px;
} 
.inner-page-2 .definition .card h6{
	color: #5264e9 !important;
	font-weight: 600;
	margin-bottom: 0;
} 
.inner-page-2 .definition .card { 
    height: 90%;
}
.inner-page-2 .definition .card .card-header{ 
	padding: 10px 5px;
} 
.inner-page-2 .definition .card .card-body{ 
	padding:  5px 25px;
}
.inner-page-2 .definition .card .card-body .option-list{  
    margin-bottom: 0;
}


.login-box{
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding :30px; 
	z-index: 1;
} 
.login-box .login-box-header .title { 
    font-weight: 600;
	font-size: 22px;
	color: #646464;
	margin: 15px auto;
	margin-bottom: 30px;
}
.login-box .form-control { 
    height: 50px; 
    border: 2px solid #d1def3; 
}
.login-box .form-control:hover,
.login-box .form-control:focus{ 
    height: 50px; 
    border: 2px solid #85aadf; 
}
.login-box .form-group,
.login-box .has-feedback { 
    position: relative;
	margin-bottom: 30px;
}
.login-box .has-feedback .form-control-feedback{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
} 
.login-box .forget-password{
   color: #85aadf;
   font-size: 14px;
}
.login-box .forget-password:hover{
   color: #00ecfe; 
}
 
.login-box .custom-control-label::before { 
    top: .25rem;
    right: -1.5rem; 
    width: 1rem;
    height: 1rem; 
    background-color: #fff;
    border: #f1f1f1 solid 3px;
}
.login-box .custom-control-label::after{
	display:none;
}
.login-box .custom-control-label { 
    line-height: 1.2rem;
	cursor: pointer; 
	color: #bebebe;
}
.login-box .custom-control-input:checked~.custom-control-label::before { 
    border-color: #f5da62;
    background-color: #f5da62;
}
.login-box .custom-control-input:focus{  
	box-shadow: none;
	border: none;
}

.login-box .lang-btn{   
    padding: 5px 15px;
    border: 2px solid #d1def3;
    border-radius: 15px;
    color: #4082ee;
}
.login-box .dropdown-toggle::after { 
    vertical-align: middle;
}
.login-box .btn-primary { 
    border-radius: 4px;
	color: #fff;
	font-weight: 600;
	border: none;
	background: linear-gradient(45deg, rgba(0,236,254,1) 0%, rgba(82,101,233,1) 100%);	
	box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.25);
}

.login-box  ::placeholder {
  color: #bebebe;
}

.bg-wave {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: .5;
	z-index:0;
}
.container {
		min-width:96%;
	}
@media all and (min-width: 1200px) {
	
}

@media all and (max-width: 992px) {
	.container {
		max-width: 760px;
	}
	.hide-sm{
		display: none;
	}
	.show-sm{
		display: block;
	}
	.tab-dashboaed{
		width: 100%;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}
	.tab-dashboaed li{
		display: inline-block;
		float: none;
	}
	.main-navbar .d-flex{
		display: block !important;
	} 
	.main-navbar .nav-link { 
		padding: 1.5rem 1rem;
	}
	
	.card-bodyx .option-list li{
		width: 33.3333337%; 
	}
	
	.login-box{ 
		margin-top: 10%;
	}

} 

@media all and (max-width: 768px){ 
	.mobile-header{
		display: block;
		background: #fff;
	}
	.header-navbar,
	.main-navbar{
		display: none;
	}
	.navbar{
		padding:0;
		margin-top: 25px;
	}
	.navbar-icon{
		margin: 0;
	}
	.navbar-icon .nav-link {  
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.navbar-icon .nav-link .dot { 
		top: 11px;
		right: 9px;
	}
	
	.card-bodyx .option-list li{
		width: 50%; 
	}
	.login-box{ 
		margin-top: 5%;
	}
}

@media (max-width: 580px) {  
	
} 


@media (max-width: 420px) { 
	
}

.btn_n {
    background: linear-gradient(45deg, rgba(0,236,254,1) 0%, rgba(82,100,233,1) 100%);
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    width: 100%;
    padding: 0.5rem !important;
	cursor: pointer;
}
.btn_n:hover{
    background:  rgba(82,100,233,1) ; 
} 

.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
 
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
 
@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}  