.profil-arkakapak{
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color:    #6f6f6f;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	padding-top: 10px;
}

.foto-profil {
	text-align: center;
}
.foto-profil img{
	height: 130px;
	width: 130px;
	border-radius:130px;
	background-color: #FFFFFF;
	padding: 2px;
}
.user-adsoyad-profil{
	
	font-size: 18pt;
	 font-weight: 600 !important;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-shadow: 2px 2px #0000;
}.user-name-profil {
	
	font-size: 12pt;
	 font-weight: 600 !important;
	color: #CCCCCC;
	 text-shadow: 2px 2px #0000;

}
.profil-analiz {
	margin-top: 5px;
	margin-bottom: 5px;
}
.profil-analiz a{
	width: 120px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.profil-analiz .text {
	
	font-size: 12pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
}

.profil-nav-bar{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.profil-navbar-link a{
	
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.profil-navbar-link .a{
	border-bottom-width: 5px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.profil-navbar-link .a_sec{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #850183;
	 font-weight: 600 !important;
}


.profil-content{
	min-height:400px;
	padding-top: 5px;
}

.profil-cerceve1 {
	border-color:     #eee;
	border-radius: 5px;
	font-size: 11pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.profil-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.profil-satir {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.profil-satir i {
	float: left;
	color: #009999;
	padding-right: 10px;
}

.profil-cerceve {
    margin-bottom: 24px;
    background-color: #fff;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
-webkit-box-shadow: 0 1px 10px 0 rgba(34,34,34,.08),0 4px 5px 0 rgba(34,34,34,.1);
box-shadow: 0 1px 10px 0 rgba(34,34,34,.08),0 4px 5px 0 rgba(34,34,34,.1);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profil-satir-icon {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:24px;
	padding-left: 40px;
	font-weight: normal;
	color: #666666;
}

.satir-icon-link{
	background-image: url(img/svg/profil-link.svg);
}

.satir-icon-face{
	background-image: url(img/svg/profil-face.svg);
}

.satir-icon-twt{
	background-image: url(img/svg/profil-twt.svg);
}

.satir-icon-inst{
	background-image: url(img/svg/profil-inst.svg);
}

.satir-icon-ytb{
	background-image: url(img/svg/profil-ytb.svg);
}
.profil-metni-hakkinda{
	overflow: auto;
	max-height:600px;
}

.takip-list{
	height: 500px;
	overflow: auto;
}


.post-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-header {
  font-weight: bold;
  font-size: 1.1rem;
}

.action-btn {
  color: #555;
  transition: color 0.2s ease;
}

.action-btn:hover {
  color: #007bff;
}

.post-footer .text-muted {
  font-size: 0.85rem;
}