.row{
	min-height: 30px;
}


/*dashboard responsive*/
@media (min-width: 1366px){
.col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 20%;
}
}

@media (max-width: 800px){
	.app-header .navbar-brand {
	    left: 40% ;
	
	}
}
@media (max-width: 750px){
	.app-header .navbar-brand {
	    left: 27% !important;
	
	}
	/*dashboard sidebar style*/
	.sidebar_responsive {
	    width:75% !important;
	    
	}
	.nav_responsive {
		width:100% !important;
	}
	.nav_responsive .nav-link{
		width:100%;
		font-size:15px;
	}
	.sidebar_responsive .sidebar_nav_responsive{
		width:100%;
	}
}

@media (max-width: 435px){
	.app-header .navbar-brand {
	    left: 35% !important;
	
	}
}
@media (max-width: 380px){
	.app-header .navbar-brand {
	    left: 30% !important;
	
	}
}
@media (max-width: 320px){
	.app-header .navbar-brand {
	    left: 40% !important;
		width:150px !important;
	}
		.label_languages{
		display:none !important;	
	}
	.language_flag{
		display:block !important;
		left:50%;
	}
	.dropdown_menu_lg_320px{
		width:200px !important;
		
	}
}

@media (max-width: 321px){
	.dropdown_menu_lg_320px{
		width:200px !important;
		
	}
}


/*dashboard sidebar style*/
@media (max-width: 991px){
	.sidebar_responsive {
	    width:300px !important;
	}
		.app-header .navbar-brand {
	    left: 40% !important;
		width:150px !important;
	}
		.label_languages{
		display:none !important;	
	}
	.language_flag{
		display:block !important;
		left:50%;
	}
	.dropdown_menu_lg_320px{
		width:200px !important;
		
	}
}
/* dashboard button styles*/
 .card_user {
     margin: 30px auto;
     width: 180px;
     height: 230px;
     border-radius: 10px;
     box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.25), -5px -5px 10px 5px rgba(0,0,0,0.22);
     cursor: pointer;
     transition: 0.4s;
     background-color: #c8ced3;
     }
 .card_user:hover{
     background-color: #187da0;
 }
 .card_user:hover .card_title{
     color:white;
 }
 .card_user .card_image {
 width: inherit;
 height: inherit;
 border-radius: 40px;
 }

 .card_user .card_image img {
 width: 160px;
 height: 160px;
 margin:10px 10px auto;
 border-radius: 40px;
 }

 .card_user .card_title {
 text-align: center;
 order-radius: 0px 0px 40px 40px;
 /*font-weight: bold;*/
 font-size: 20px;
 margin-top: 10px;
 height: 40px;
 color:#187da0;
 }

 .card_user:hover {
 transform: scale(0.93, 0.93);
 box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
     -5px -5px 30px 15px rgba(0,0,0,0.22);
 }

 .title-white {
 color: white;
  overflow-wrap: break-word !important;
 }

 .title-black {
 color: black;
 }

 .card_link{
     text-decoration: none;
 }
 .card_link:hover{
     text-decoration: none;
 }
 
 @media (min-width: 770px){
	.brand-minimized .app-header .navbar-brand {
		width:255px !important	
	}
}

@media(max-width:770px){
	.login_image{
		width:80% !important;
		height:80% !important;
	}	
}

.phone_directory {
	float:left !important;
}

/*news  screen css code */


.card_news img {
	max-width: 100%;
	height:280px
}

.container_card {
margin:20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #444;
	 transition: 0.2s;
	 width:80%;
	 border-radius:10px;
}
@media(max-width:770px){
	.container_card {
		width:60% !important;
	}	
	.card_news{
		width:100%;	
	}
}

@media(max-width:830px){
	.container_card {
		width:70% !important;
	}	
}
@media(max-width:1700px){
	.container_card {
		width:90% !important;
	}	
	.card__svg{
		 top:135px !important;
	}
}
@media(max-width:1200px){
	.container_card {
		width:90% !important;
	}	
	.card__svg{
		 top:185px !important;
	}
}
@media(min-width:630px){
	.container_card {
		width:60% !important;
	}	
	.card__svg{
		 top:105px !important;
	}
}
@media(min-width:1770px){
	.container_card {
		width:80% !important;
	}	
	.card__svg{
		 top:105px !important;
	}
}
@media(max-width:630px){
	.container_card {
		width:90% !important;
	}	
	.card__svg{
		 top:155px !important;
	}
}
@media(max-width:385px){
	.container_card {
		width:100% !important;
	}	
	.card__svg{
		 top:170px !important;
	}
}
.card_news_link{
text-decoration: none;
color:#aaa;
}

.card_news_link:hover{
	text-decoration: none;
	color:#aaa;
}
.container_card:hover{
	z-index:20;
	transform:  scale(1.1);
	 box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
     -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.card_news {
	position: relative;
	background: #333;
	width: 400px;
	height:30rem;
	border-radius: 6px;
	padding: 2rem;
	color: #aaa;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem
		rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.card__image-container {
	margin: -2rem -2rem 1rem -2rem;
}

.card__line {
	opacity: 0;
	animation: LineFadeIn 0.8s 0.8s forwards ease-in;
}

.card__footer{
	margin:100px auto;
}

.card__image {
	opacity: 0;
	animation: ImageFadeIn 0.8s 1.4s forwards;
}

.card__title {
	color: white;
	margin-top: 0;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.card__content {
	
	opacity: 0;
	animation: ContentFadeIn 0.8s 1.6s forwards;
}

.card__svg {
	position: absolute;
	left: 0;
	top: 115px;
}

		@keyframes LineFadeIn {
  0% {
    opacity: 0;
    d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
    stroke: #fff;
  }
  50% {
    opacity: 1;
    d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
    stroke: #888bff;
  }
  100% {
    opacity: 1;
    d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
    stroke: #545581;
  }
}
@keyframes ContentFadeIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ImageFadeIn {
  0% {
    transform: translate(-0.5rem, -0.5rem) scale(1.05);
    opacity: 0;
    filter: blur(2px);
  }
  50% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}



/*ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd*/


.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #eeeeeedc;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: #1369ce;
  border-radius:10px;
  min-width:250px;
  min-height:350px;
  max-width:250px;
  max-height:250px;

}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}



.svg_cake{
	z-index:50;
	margin-top:-30px
}

.repasswordSekiz{
	color:red ;
}
.repasswordKucuk{
	color:red ;
}
.repasswordBuyuk{
	color:red ;
}
.repasswordRakam{
	color:red ;
}
.disable-day {
    pointer-events: none;
}
