﻿.home-news-overflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.card .author {
	font-size: 12px;
	font-weight: 600;
	text-transform: none;
}
.card-user .author {
	text-align: center;
	margin-top: -50px;
}

.card-user .avatar.border-gray {
	border-color: #EEEEEE;
}

.card .avatar {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 5px;
}

.card-user .avatar {
	width: 124px;
	height: 124px;
	border: 5px solid #FFFFFF;
	position: relative;
	margin-bottom: 15px;
}


.card-user .title {
	line-height: 3px;
	text-transform:uppercase
}

.card .description {
	font-size: 14px;
	color: #333;
}
.card .card-image img {
	width: 100%;
}
.card .card-image {
	width: 100%;
	overflow: hidden;
	height: 260px;
	border-radius: 4px 4px 0 0;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.card-user .card-image {
	height: 110px;
}
.card .card-header {
	border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.basvurularim-header{
	margin-left:50px;
}
.myapplies{
	width:500px;
	margin-left:-50px;
}
.approvalStatus_0 {
	background-color: #fdf4e1;
	border: 1px solid #fdf4e1;
}

.approvalStatus_99 {
	background-color: lavenderblush;
	border: 1px solid #fdf4e1;
}

.login__divider {
	margin: 1rem 0 2rem 0;
}
.divider {
	display: flex;
	justify-content: center;
	align-items: center;
}
	.divider > span:first-child {
		width: 100%;
		height: 1px;
		flex: 1;
		background: #EBECF1;
		display: inline-block;
	}
.divider > span:not(:first-child):not(:last-child) {
	padding: 0 2rem;
}
.divider > span:last-child {
	width: 100%;
	height: 1px;
	flex: 1;
	background: #EBECF1;
	display: inline-block;
}

.login__options {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	max-width: 100%;
}
.login__options > a:not(:last-child) {
	margin: 0 1.5rem 0 0;
}
.login__options > a {
	text-decoration: none;
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.fb-bg {
	background-color: #4267B2 !important;
	border-color: #4267B2 !important;
}
.kt-btn {
	background: transparent;
	outline: none !important;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

	.kt-btn svg {
		margin-right: 5px;
		fill: currentColor;
		height: 1rem;
		width: 1rem;
		vertical-align: middle;
	}

.twitter-bg {
	background-color: #1DA1F2 !important;
	border-color: #1DA1F2 !important;
}

.google-bg {
	background-color: #d34836 !important;
	border-color: #d34836 !important;
}

@media (max-width: 575px) {
	.mbl-2{
		margin-bottom:20px;
	}
	.basvurularim-header {
		margin-left: 0;
	}
	.mbl-request-type{
		right:10px !important;
	}
	.myapplies {
		margin-left: 0;
	}
	.login__options > a:not(:last-child) {
		margin: 0 1rem 0 0;
	}
}

@media (max-width: 992px) {
	.profile-dropdown {
		position: absolute !important;
	}
}

/*For multi level menu*/

@media (min-width: 992px) {
	.dropdown-menu .dropdown-toggle:after

{
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropdown-menu .dropdown-menu {
	margin-left: 0;
	margin-right: 0;
}

.dropdown-menu li {
	position: relative;
}

.nav-item .submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: -7px;
}

.nav-item .submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu > li:hover {
	background-color: #f1f1f1
}

	.dropdown-menu > li:hover > .submenu {
		display: block;
	}
}
.btnSolutionRequestCardLeft {
	width:48%;
	margin-right:2%;
}
.btnSolutionRequestCardRight{
	width:48%;
	margin-left:2%;
}
@media(max-width:1200px){
	.btnSolutionRequestCardLeft {
		width: 100%;
		margin-bottom:5px;
	}

	.btnSolutionRequestCardRight {
		width: 100%;
		margin-top:5px;
	}
}

@media(max-width:992px){
	.owl-prev{ display:none !important;}
	.owl-next {
		display: none !important;
	}

}

#cookieinfodiv {
  z-index: 99999999;
  bottom: 0px;
  position: fixed;
  width: 100%;
  color: #777;
  font-size: 12px;
  padding: 8px;
  background: #C4E4FF !important;
}


.cookie-btn {
	border-radius: 0px;
	padding: 5px 9px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: white !important;
}
