@import url(https://chatmakara.com/portal/tema/esunusv3/css/bootstrap.min.css);
@import url(https://chatmakara.com/portal/tema/esunusv3/css/style.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&Roboto+Mono:300,400,700&Roboto+Slab:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Quicksand&display=swap);






.login-video-modal-overlay { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); }
.login-video-modal-content { position: relative; margin: 5% auto; width: 90%; max-width: 850px; }
.login-video-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.login-video-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.login-video-close-modal { position: absolute; top: -45px; right: 0; color: #fff; font-size: 35px; cursor: pointer; line-height: 1; }

@media (max-width: 768px) {
    .login-video-modal-content { width: 95%; margin-top: 20%; }
}

.sy_social {
    padding: 40px 0;
    background-color: #2c2c2c;
    text-align: center;
}

.fcTitle {
    color: #fff;
    margin-bottom: 20px;
    font-family: sans-serif;
}

/* UL Yapısını Flexbox ile Merkeze Alıyoruz */
.sy_social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sy_social ul li {
    margin: 5px 10px;
}

/* Linklerin ve İkonların Yan Yana Durması İçin CSS */
.sy_social ul li a {
    display: flex;
    align-items: center; /* Dikeyde ortalar */
    justify-content: center; /* Yatayda ortalar */
    width: 140px;
    height: 45px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #b5afd3;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* İkonların Ayarı */
.sy_social ul li a i {
    font-size: 18px; /* İkon boyutu */
    margin-right: 10px; /* Yazı ile arasındaki boşluk */
    transition: transform 0.3s ease;
}

/* Hover (Üzerine Gelince) Efektleri */
.sy_social ul li a:hover {
    color: #fff;
    transform: translateY(-3px); /* Hafif yukarı kalkma efekti */
}

.sy_social ul li a:hover i {
    transform: scale(1.1); /* İkonun hafif büyümesi */
}

/* Özel Renkler */
.sy_social ul li a.syyasinkarakurt1:hover { background: #3b5998; } /* Facebook */
.sy_social ul li a.syyasinkarakurt2:hover { background: #1da1f2; } /* Twitter */
.sy_social ul li a.syyasinkarakurt3:hover { background: #db4437; } /* Google+ */
.sy_social ul li a.syyasinkarakurt4:hover { background: #ff0000; } /* Youtube */
.sy_social ul li a.syyasinkarakurt5:hover { background: #fbc95d; } /* İletişim */
.action-modal-container {
    position: fixed;
    top: -150px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background: #121217; 
    border-radius: 15px;
    padding: 10px 25px 10px 15px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
    border-left: 4px solid #f25c4e; /* Resimdeki sol kırmızımsı şerit */
    display: flex;
    align-items: center;
    min-width: 250px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.action-modal-container.active {
    top: 20px; /* Yukarıdan aşağı süzülme mesafesi */
}

.modal-content-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-avatar-frame {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

#modal-user-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #1e1e26;
}

.modal-text-content {
    display: flex;
    flex-direction: column;
}

#modal-user-name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

#modal-user-action {
    font-size: 14px;
    color: #909095;
    margin: 0;
}
.ftust {
	margin-top: 40px
}
.container {
			width: inherit !important;
			max-width: 1200px !important
		}
.ekranayaz {
    display: inline-block;
    animation: kayanYazi 15s linear infinite; 

}
@keyframes kayanYazi {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.duyuru-container:hover .ekranayaz {
    animation-play-state: paused;
}
.duyuru-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}		
body {
	color: #333 !important;
	font-size: 14px;
	font-family: Quicksand, sans-serif;
	background: #f9f9f9 !important;
}
.esunusorta {
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    margin-right: auto;
    margin-left: auto;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
	width: 10px;
	height: 10px
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #fa5363;
	width: 20px;
	height: 10px
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999
}

.pinkBg {
    background-color: #9C27B0!important;
    background-image: linear-gradient(90deg, #FF9800, #2196F3);
}

.intro-banner-vdo-play-btn {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -39px 0 0 -30px;
	border-radius: 100px;
	z-index: 1
}

.intro-banner-vdo-play-btn .ripple {
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: -1;
	left: 50%;
	top: 50%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}

.range-slider__value:after {
	position: absolute
}

[class~=range-slider] {
	width: 100%
}

[class~=teknik-ses] {
	-webkit-appearance: none
}

[class~=teknik-ses]::-webkit-slider-thumb:hover {
	background: #73bc2a
}

.range-slider__value:after {
	top: .083333333in
}

[class~=teknik-ses]:active::-webkit-slider-thumb {
	background: #73bc2a
}

::-moz-range-track {
	background: #d7dcdf
}

input::-moz-focus-inner {
	border-left-width: 0
}

[class~=teknik-ses]::-moz-range-thumb:hover {
	background: #73bc2a
}

.range-slider__value:after {
	left: -7px
}

[class~=teknik-ses] {
	height: 10px
}

::-moz-range-track {
	border-left-width: 0
}

input::-moz-focus-inner {
	border-bottom-width: 0
}

[class~=teknik-ses] {
	border-radius: 3.75pt
}

[class~=teknik-ses] {
	background: #d7dcdf
}

[class~=teknik-ses] {
	outline: 0
}

[class~=teknik-ses] {
	padding-left: 0
}

input::-moz-focus-inner {
	border-right-width: 0
}

[class~=teknik-ses] {
	padding-bottom: 0
}

[class~=teknik-ses] {
	padding-right: 0
}

.range-slider__value:after {
	width: 0
}

input::-moz-focus-inner {
	border-top-width: 0
}

.range-slider__value:after {
	height: 0
}

.range-slider__value:after {
	border-top-width: .072916667in
}

[class~=teknik-ses] {
	padding-top: 0
}

[class~=teknik-ses] {
	margin-left: 0
}

[class~=teknik-ses] {
	margin-bottom: 0
}

[class~=teknik-ses] {
	margin-right: 0
}

[class~=teknik-ses] {
	margin-top: 0
}

input::-moz-focus-inner {
	border-left-style: none
}

::-moz-range-track {
	border-bottom-width: 0
}

[class~=teknik-ses]::-webkit-slider-thumb {
	-webkit-appearance: none
}

.teknik-ses:active::-moz-range-thumb {
	background: #73bc2a
}

input::-moz-focus-inner {
	border-bottom-style: none
}

.range-slider__value:after {
	border-top-style: solid
}

[class~=teknik-ses]:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 2.25pt #fff, 0 0 0 .375pc #73bc2a
}

[class~=teknik-ses]::-webkit-slider-thumb {
	appearance: none
}

.range-slider__value:after {
	border-top-color: transparent
}

input::-moz-focus-inner {
	border-right-style: none
}

[class~=teknik-ses]::-webkit-slider-thumb {
	width: 20px
}

[class~=teknik-ses]::-webkit-slider-thumb {
	height: 20px
}

input::-moz-focus-inner {
	border-top-style: none
}

[class~=teknik-ses]::-webkit-slider-thumb {
	border-radius: 50%
}

[class~=teknik-ses]::-webkit-slider-thumb {
	background: #fa5363
}

[class~=teknik-ses]::-webkit-slider-thumb {
	cursor: pointer
}

.range-slider__value:after {
	border-image: none
}

[class~=teknik-ses]::-webkit-slider-thumb {
	-webkit-transition: background .15s ease-in-out
}

.range-slider__value:after {
	border-right-width: 5.25pt
}

[class~=teknik-ses]::-webkit-slider-thumb {
	transition: background .15s ease-in-out
}

::-moz-range-track {
	border-right-width: 0
}

::-moz-range-track {
	border-top-width: 0
}

.teknik-ses::-moz-range-thumb {
	width: .208333333in
}

.teknik-ses::-moz-range-thumb {
	height: 15pt
}

.teknik-ses::-moz-range-thumb {
	border-left-width: 0
}

::-moz-range-track {
	border-left-style: none
}

.teknik-ses::-moz-range-thumb {
	border-bottom-width: 0
}

.teknik-ses::-moz-range-thumb {
	border-right-width: 0
}

.teknik-ses::-moz-range-thumb {
	border-top-width: 0
}

::-moz-range-track {
	border-bottom-style: none
}

::-moz-range-track {
	border-right-style: none
}

input::-moz-focus-inner {
	border-left-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	border-left-style: none
}

.range-slider__value:after {
	border-right-style: solid
}

.teknik-ses::-moz-range-thumb {
	border-bottom-style: none
}

::-moz-range-track {
	border-top-style: none
}

.teknik-ses::-moz-range-thumb {
	border-right-style: none
}

.teknik-ses::-moz-range-thumb {
	border-top-style: none
}

.teknik-ses::-moz-range-thumb {
	border-left-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	border-bottom-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	border-right-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	border-top-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	border-image: none
}

.teknik-ses::-moz-range-thumb {
	border-radius: 50%
}

::-moz-range-track {
	border-left-color: currentColor
}

input::-moz-focus-inner {
	border-bottom-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	background: #fa5363
}

::-moz-range-track {
	border-bottom-color: currentColor
}

input::-moz-focus-inner {
	border-right-color: currentColor
}

.teknik-ses::-moz-range-thumb {
	cursor: pointer
}

input::-moz-focus-inner {
	border-top-color: currentColor
}

.range-slider__value:after {
	border-right-color: #fa5363
}

.teknik-ses::-moz-range-thumb {
	-moz-transition: background .15s ease-in-out
}

.teknik-ses::-moz-range-thumb {
	transition: background .15s ease-in-out
}

[class~=range-slider__value] {
	display: inline-block
}

input::-moz-focus-inner {
	border-image: none
}

[class~=range-slider__value] {
	position: relative
}

[class~=range-slider__value] {
	color: #fff
}

::-moz-range-track {
	border-right-color: currentColor
}

input::-moz-focus-outer {
	border-left-width: 0
}

[class~=range-slider__value] {
	line-height: 20px
}

[class~=range-slider__value] {
	text-align: center
}

[class~=range-slider__value] {
	border-radius: 3px
}

.range-slider__value:after {
	border-bottom-width: .072916667in
}

::-moz-range-track {
	border-top-color: currentColor
}

input::-moz-focus-outer {
	border-bottom-width: 0
}

input::-moz-focus-outer {
	border-right-width: 0
}

[class~=range-slider__value] {
	background: #fa5363
}

[class~=range-slider__value] {
	padding-left: .104166667in
}

::-moz-range-track {
	border-image: none
}

[class~=range-slider__value] {
	padding-bottom: 3.75pt
}

[class~=range-slider__value] {
	padding-right: .104166667in
}

[class~=range-slider__value] {
	padding-top: 3.75pt
}

[class~=range-slider__value] {
	margin-left: 6pt
}

input::-moz-focus-outer {
	border-top-width: 0
}

input::-moz-focus-outer {
	border-left-style: none
}

.range-slider__value:after {
	border-bottom-style: solid
}

input::-moz-focus-outer {
	border-bottom-style: none
}

.range-slider__value:after {
	border-bottom-color: transparent
}

input::-moz-focus-outer {
	border-right-style: none
}

input::-moz-focus-outer {
	border-top-style: none
}

.range-slider__value:after {
	content: ""
}

input::-moz-focus-outer {
	border-left-color: currentColor
}

input::-moz-focus-outer {
	border-bottom-color: currentColor
}

input::-moz-focus-outer {
	border-right-color: currentColor
}

input::-moz-focus-outer {
	border-top-color: currentColor
}

input::-moz-focus-outer {
	border-image: none
}

@media (min-width:768px) {
	.altust {
		padding-top: 2rem!important;
		padding-bottom: 1.rem!important
	}
}

@media (max-width:768px) {
	.altust {
		padding-top: 0.5rem!important;
		padding-bottom: 2.0rem!important;
	}
}

.bg-image {
	width: 100%;
	height: 180px;
	border-radius: 6px 6px 0 0;
}

.bg-image:hover {
	box-shadow: 0 5px 53px rgba(40, 40, 40, .2);
	cursor: pointer;
	opacity: .75;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease
}

.populers .list-group-item:nth-child(5n+1) .badge-pill {
	background-color: #f44336;
	color: #fff
}

.populers .list-group-item:nth-child(5n+2) .badge-pill {
	background-color: #e91e63;
	color: #fff
}

.populers .list-group-item:nth-child(5n+3) .badge-pill {
	background-color: #9c27b0;
	color: #fff
}

.populers .list-group-item:nth-child(5n+4) .badge-pill {
	background-color: #673ab7;
	color: #fff
}

.populers .list-group-item:nth-child(5n+5) .badge-pill {
	background-color: #3f51b5;
	color: #fff
}

.sayfa ul {
	list-style-type: none;
	line-height: 2;
	margin: 0;
	padding: 0
}

.altkisim {
	background-color: #222;
	color: #fff
}

.altkisim a {
	color: #fff;
	text-decoration: none
}

.altkisim a:hover {
	color: #ff8d00;
	text-decoration: none
}

.btn-13 {
	background-color: #933c3c;
	border: none;
	z-index: 1;
	color: #fff;
	padding: 11px 25px;
	border-radius: 10px;
}


.btn-13:hover {
	color: #fff
}

.btn-13:hover:after {
	top: 0;
	height: 100%
}

.yorumgel {
	background: #fff;
	box-shadow: 0 5px 53px rgba(40, 40, 40, .2);
	border-radius: 8px;
	padding: 10px;
	color: #666;
	margin-top: 40px
}

.yorumsayfala {
	border-radius: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 8px rgba(136, 136, 136, .1)
}

.commresim {
	float: left;
	padding-right: 15px
}

.ss {
	border-radius: 100%;
	width: 80px;
	height: 80px
}

.goricon {
	margin-bottom: -6px
}

.cizik {
	border-right: 2px solid rgba(255, 255, 255, .3);
	margin-right: 10px
}

.ustmenu {
	
	box-shadow: 1px 3px 0px 2px rgb(214 148 148 / 0%);
	padding: 20px 0;
}

.altmenu {
	background: #2a2f43;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	padding: 3px;
	margin-top: 76px;
}


.ekranayaz {
	font-weight: 600;
	color: #fe6461;
	font-size: 10px;
}

.sesicon {
	margin-left: -11px;
	margin-right: 5px;
}

.sgiris {
	padding-top: 40px;
}

.teknikgiris {
	border-radius: 12px;
	background: linear-gradient(to bottom,#0b385c,#ded3ff);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.stitle {
	font-size: 1.75rem;
	font-weight: 800;
	color: #fff;
}

.kull {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px
}

.kullad {
	border: none !important;
}

.sifregel {
	background-color: rgba(0, 0, 0, .06);
	border-radius: 4px;
	padding: 7px;
	border: 1px solid #aaa
}

.tanimust {
	padding-top: 20px;
	padding-bottom: 4px
}

.pageust {
	padding-top: 40px
}

.tanimic {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	padding: 10px;
	border-radius: 8px;
}

.solresim {
	border-radius: 8px
}

.tanimbas {
	color: #111;
	font-weight: 700;
	padding-top: 10px
}

.esunusust {
    background-image: url(images/home.png);
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}
.ortark {
	background: #fff
}

.ortcevre {
	box-shadow: 0 2px 1px rgba(40, 40, 40, .2);
}

.icdetay {
	padding: 20px 0;
	}

.eniyi {
	font-size: 1.5rem;
	font-weight: 800
}

.cevrele {
	border-radius: 100%;
	width: 100%;
	height: auto
}

.svicon {
	margin-bottom: -4px;
	margin-right: 2px
}

.etitle {
	font-weight: 700
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 12px;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #2a2a4a; /* Arka planı temanın koyu tonu yaptık */
    color: #a5a2d9;      /* Metin rengi temanın açık tonu */
    text-decoration: none;
    border-radius: 50%; 
    font-weight: bold;
    font-size: 15px;
    border: 2px solid rgba(110, 106, 191, 0.2); /* İnce tema rengi çerçeve */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.blog-header-item {
    list-style: none;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(110, 106, 191, 0.1); /* Çok hafif alt çizgi */
}

.blog-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff; /* Senin ana rengin */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 15px;
}

/* Başlığın solundaki modern dik çizgi */
.blog-section-title::before {
	
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: #6e6abf;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(110, 106, 191, 0.5); /* Neon parlama */
}

/* İkon için küçük bir dokunuş */
.blog-section-title i {
    font-size: 20px;
    opacity: 0.8;
}
.video-header-item {
    list-style: none;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(110, 106, 191, 0.1); /* Çok hafif alt çizgi */
}
a.blogdevaminioku {
    float: right;
    color: #6e6abf; /* Senin ana rengin */
    font-size: 13px;
    margin-top: 1px;
    margin-left: 32px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    
    /* YAVAŞ VE AKICI HAREKET: 0.8 saniye sürede süzülerek gider ve gelir */
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s ease;
    transform: translateX(0);
}

/* İkon Ayarları */
a.blogdevaminioku i {
    margin-left: 8px;
    font-size: 14px;
    /* İkonun kendi içindeki küçük esnemesi */
    transition: transform 0.6s ease;
}

/* Üzerine Gelince (Hover) - Yavaşça Sola Kayar */
a.blogdevaminioku:hover {
    transform: translateX(-15px); /* 15 piksel sola süzülür */
    color: #514d91; /* Üzerine gelince rengi biraz koyulaşır */
}

/* Üzerine Gelince İkon Hafif Sağa Esner */
a.blogdevaminioku:hover i {
    transform: translateX(5px);
}

/* Temizleme (Float kullandığın için kapsayıcıyı bozmaması adına) */
.blog-footer::after {
    content: "";
    display: table;
    clear: both;
}
.video-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff; /* Senin ana rengin */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 15px;
}

/* Başlığın solundaki modern dik çizgi */
.video-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: #6e6abf;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(110, 106, 191, 0.5); /* Neon parlama */
}

/* İkon için küçük bir dokunuş */
.video-section-title i {
    font-size: 20px;
    opacity: 0.8;
}
/* Aktif Sayfa - Temanın Rengi (#6e6abf) ve Neon Parlama */
.pagination a.active {
    background: #6e6abf;
    color: #fff;
    border-color: #6e6abf;
    box-shadow: 0 0 20px rgba(110, 106, 191, 0.6); /* Mor neon efekti */
    transform: scale(1.15);
}

/* Üzerine Gelince (Hover) */
.pagination a:hover:not(.active) {
    background: #3d3a82; /* Temanın biraz daha koyu hali */
    color: #fff;
    border-color: #6e6abf;
    transform: translateY(-5px) scale(1.1);
}

/* Önceki ve Sonraki Butonları (İkonlar İçin Özel Stil) */
.pagination a.prev, 
.pagination a.next {
    background: #343464;
    font-size: 18px;
    color: #6e6abf;
    border-radius: 25px; /* Pill-style (Hap şeklinde) */
    width: auto;
    padding: 0 20px;
}

.pagination a.prev:hover, 
.pagination a.next:hover {
    background: #6e6abf;
    color: #fff;
}

/* Mobil için Küçültme */
@media (max-width: 480px) {
    .pagination {
        gap: 8px;
    }
    .pagination a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .pagination a.prev, .pagination a.next {
        padding: 0 15px;
    }
}
.blogyazi {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 8px;
}

.blogtitle {
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: .5rem
}

.kategoriler {
	padding-top: 40px;
	padding-bottom: 40px;
}

.katpopbaslik {
	background: #6e0e92;
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .26);
	color: #fff;
	padding: 15px 25px 15px 25px;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 4px 4px 0 0;
}

.maktanim {
	color: #111;
	font-weight: 700;
	padding-bottom: 3px;
	font-size: 22px
}

.makarka {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 8px;
	padding: 20px;
}

.footust {
	background: #6e0e92;
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .26);
	padding: 20px;
}

.footwid {
	font-weight: 800
}

.copy {
	background: #000;
	color: #fff
}

.radyoa {
	background: #3f0e67;
}

.radyofont {
	font-size: 16px
}

.rplayer {
	margin-left: -20px
}

.picon {
	margin-top: 8px
}

.pses {
	padding-top: 5px
}

.ricon {
	width: 28px;
	height: 28px;
	margin-right: 5px
}

.makalt {
	padding-bottom: 40px
}

.mb-6 {
	margin-bottom: -6px
}

.singleimg {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	width: 100%;
	height: auto;
	min-height: 300px
}

@media (max-width:988px) {
	.wp-caption {
		width: 100%!important
	}
	#content .wp-caption a img {
		max-width: 99.03225806%;
		height: auto
	}
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: none
}

.list-group-item {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.list-group-item-action  {
     box-shadow: none;
     background: white;
}
input,g
textarea {
	background: transparent;
	border: none !important;
}

.girisinput {
	background-color: #fff;
	padding: 10px;
	padding-right: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 4px;
	color: #495057;
}

.girisicon {
	width: 28px;
}

.input-group .input-group-addon {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border-color: transparent;
	margin-right: 8px;
}

.esunus_sifreunuttum {
	float: right;
	font-size: 15px;
	margin: 5px;
}

.esunus_yan {
	margin: 50px
}

.esunus_yan h1 {
	font-weight: 700;
	color: #fff;
	font-size: 3.75pc
}

.esunus_yan h2 {
	color: #fff;
	font-size: 1pc;
	margin: 45px 0;}
@media screen and (max-width:768px) {
	.teknikgiris {
		margin-top: 20px;
		padding-bottom: 40px
	}
	.esunus_yan {
		margin: 40px 0 0 0;
		text-align: center
	}
	.esunus_yan h1 {
		display: none
	}
	.esunus_yan h2 {
		display: none
	}
}
a.btn-google,a.btn-apple,a.btn-apple:hover,a.btn-google:hover{color:#fff}
.app-btn{display:inline-block;font-size:18px;line-height:1.3333333;text-align:center;border-radius:6px;padding:10px 16px;margin:2px;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;border:0px solid transparent;text-decoration:none}
.app-btn:active:focus,.app-btn:focus{outline:0}
.app-btn:focus,.app-btn:hover{text-decoration:none;outline:0;color:#222}
.app-btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.123);box-shadow:inset 0 3px 5px rgba(0,0,0,.123)}
.btn-google,.btn-apple{background:#111;border-color:#111;color:#fff;position:relative;font-family: 'Product Sans', Arial, sans-serif;font-weight:600}
.btn-google,.btn-apple{padding:5px 11px 20px 40px; font: revert; }
.btn-apple{padding:5px 11px 20px 40px; font: revert; }

.btn-google:focus,.btn-apple:focus{color:#fff;background:#444;border-color:#000}
.btn-google:active,.btn-google:hover,.btn-apple:active,.btn-apple:hover{background:#444;border-color:#111;color:#fff}
.btn-apple:before,.btn-google:before{background-size:cover;background-repeat:no-repeat;margin-top:-16px;width:30px;height:30px;position:absolute}
.btn-google:before{margin-top:-15px!important}
.btn-google:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAABXFBMVEVHcEz/xwj/3BrvzQAAy//30AAb8YAA4f8A2f8A0v//0yk/8pv/3Q3/0xb/3zsA9Yn70wAW8X3TAECKdQD4ygDzNULiMT8t84zzNEbmMEMT8XwAAAAh8YXmLkfGJj1B4lgfn/9M76MAxv/kK0kb33s524o15YzSJkYa6n7YJE7WJkvjKU0A8XYA2f8Azv8Ayf8Awv8Ax/8A3v8A6v8A0/8A0f8A1v8AzP8A4f8A3P8A82f/zgD/ygAA1f8A0tj/xgD8N0b3M0kA4///1wD/0gAA5//5NUfyMEsA9Hz/wwD/LUf/JTIH+ny0fp0A93img6HxCUL1FDvuLE//4wAA83f/OEn/vQAN83r9HTevgZ8A73b4MFAH6GYDz9irg6D/3we730P/eDe51UD/cTW500C51jL/ZiS4daH/bzUA2OCahqUA0dgGy9gC8GcJ73oN1eEO5GoA9v8A7f/lKFHBJrdUAAAALHRSTlMA9L5+ZKS3ZGRkbjjC3UCX+9hLGMbkeGb4n/EMkMFDTicvZt/tb19x07uZ9noB8iEAAAExSURBVCjPvdLXcoJQEAZgUvSk9957xwKaYIsiUhQRJNEoanrv5f1nckikBchNZrK3387Ozu6PIH+v+dXfdOHldWXNnZf8j/XnjUU3bvcFGnUl73XjcDDQeFIKRzPOHPIHAw9RZacwNe7AnYk96PtRRTnMD3bbGfVpDhu8dg4bDlfot3JHJGR27rSly8JYyOTceTZO9faZeddw7rKcjMcyJ60GE6jud1flrMrUQY/OaVRz3811sskejUE60vSEwOdu45CpgTZ9OKAj344KfCqVu4jFMh7T5oDGvhwTeIaBfjYyjFhZdaJaIUkmVRodsp4F0AT0dLXCkmRpYuznUQFOEBh+XGQhT9o/pjJUma3NTiOOjItFubY85xgHgL+Lkry97hIm8CZKH1vuUb2XNpH/r0+zYUz0ADwFrwAAAABJRU5ErkJggg==);left:6px;top:50%}
.btn-google:after{content:"'Den indirin";position:absolute;left:45px;bottom:5px;font-size:11px;font-weight:400}
.btn-apple:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAk1BMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////82Vn9fAAAAMHRSTlMAfOgjku5v/OH0vJk09hTJAWKrtSjN+Q6LRy6gOLndWz9Yh4LFRUp1syDvG6UM+tehAitYAAAAwklEQVQYGa3AR5KDMBQE0AYEkgCTg3P25ND3P91UjTdfKmvnh2dro28EJV28R9Cck1cEFZr6gJBhJAsE3a5G4ZH5dLmcZtyS41mdDw1cLzsz/Zi8UP2vpja7LaRjzH964l1cQYjpGSFE9NQNBEPX1EJoLF3jFsLa0tUnEEpLVz5AqCxd+xWklJ4lpJwem0Fo6bNLCJo+A2FD3yuE8oOuFI6MrhUcn18UtIKn7BZM67eurxdMNwl871GRDQDWkcoqPMUfk6U4HEReMukAAAAASUVORK5CYII=);left:10px;top:50%}
.btn-apple:after{content:"'Den indirin";position:absolute;font-size:11px;left:50px;bottom:5px;font-weight:400}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:grab;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
#radmenu ul li{list-style:none;display: table-cell;}

.sonaktifuyeler {
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    color: orange;
}
.active_embed_user_dj {
    transition: transform 2s ease-in-out;
    cursor: pointer;
}
.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-left: 15px; 
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: uppercase; 
    display: flex;
    align-items: center;
}
.sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #6e6abf;
    border-radius: 2px;
}
.sidebar-title i {
    margin-right: 10px;
    color: #555;
}
.SyOrtaAlan {
    width: calc(78% - 40px); 
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
@media (max-width: 992px) {
    .SyOrtaAlan {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        border-radius: 0;
        padding: 15px;
        box-shadow: none;
    }
}
.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Masaüstü: Yan yana 3 tane */
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Blog Kartı Genel Stil */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px); /* Üzerine gelince yukarı zıplar */
}

/* Resim Alanı */
.blog-image {
    position: relative;
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f39c12;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* İçerik Alanı */
.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.blog-category a {
    color: inherit; /* Ana rengi (beyazı) korur */
    text-decoration: none;
    display: block; /* Tıklama alanını genişletir */
}

.blog-category:hover {
    background: #e67e22; /* Üzerine gelince turuncuyu biraz koyulaştırır */
    transition: 0.3s;
}
.blog-meta {
    display: flex;
    justify-content: flex-start;
    gap: 15px; /* İki öğe arasındaki boşluk */
    overflow: hidden;
}

.blog-meta span {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Metni alt satıra indirmez */
    overflow: hidden;    /* Taşan kısmı gizler */
    text-overflow: ellipsis; /* Taşan yere üç nokta koyar */
    max-width: 120px;    /* Yazar alanı için maksimum bir genişlik belirleyin */
}

/* Tarih alanı genellikle kısa olduğu için ona genişlik sınırı koymayabiliriz */
.blog-meta span:first-child {
    max-width: none; 
    flex-shrink: 0; /* Tarihin daralmasını engeller */
}

.blog-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.4;
}

.blog-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    /* Metni 3 satırda kesmek için: */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Alt Bilgi ve Buton */
.blog-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.blog-views {
    font-size: 13px;
    color: #999;
}
@media (max-width: 992px) {
    .blog-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Mobil (Tek sütun alt alta) */
@media (max-width: 600px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
}
.active_embed_user_dj:hover {
    transform: rotate(360deg);
}
#intro_top { width:100%; z-index:1; position:relative; height:auto; padding:80px 0; background:#03add8 url('images/background.jpg'); background-repeat:no-repeat; background-size:auto auto; background-position:center 50px; background-attachment:fixed; }
#login_wrap { width:100%; height:100%; }
#login_all { width:800px; max-width:94%; border-radius:20px; display:block; margin:0 auto; color:#fff; }
.intro_social_container { width:100%; height:auto; text-align:center; padding-top:20px; }
.intro_social_btn { display:inline-block; width:40px; height:40px; margin:0 3px; border-radius:50%; }
.login_not_member { text-align:center; padding-top:5px; }

/* active_user intro  */
#intro_section_user { padding:72px 0; }
.active_user { height:110px; text-align:center; float:left; overflow:hidden; }
#last_active { width: 100%; height:110px; margin:0 auto; }
.active_avatar { width:110px; height:110px; border-radius:50%; }
#last_active .left-arrow,
#last_active .right-arrow { width: 0; height: 0; border-top: 10px solid transparent;  border-bottom: 10px solid transparent;  margin-top: 5px; cursor: pointer; margin-top:40px; }
#last_active .left-arrow {  float: left; border-right: 10px solid #ccc; display:none;}
#last_active .left-arrow:hover { border-right: 10px solid #000; }
#last_active .right-arrow { float: right;  border-left: 10px solid #ccc; display:none; }
#last_active .right-arrow:hover { border-left: 10px solid #000; }
#last_active .last-clip {  margin: 0 20px; overflow: hidden; position: relative; }
#last_active .last_10 { height: 110px; width: 10000%;  overflow: hidden;  position: relative; }

/* section css */
.section { width:100%; height:auto; margin:0 auto; }
.section_content { width:100%; max-width:1100px; margin:0 auto; }
.section_inside { margin:0 auto; }

@media screen and (max-width:1120px){
	.section_inside { width:96%; }
}
@media screen and (min-width:1121px){
	#intro_top { background-attachment: fixed; }
}
@media screen and (max-width:1100px){
	#intro_top { background-size:auto 100%; background-position:center 0px; padding:80px 0; }
}
@media screen and (max-width:768px){
	#intro_top { background-size:auto 100%; background-position:center 0px;  }
}









	.altmenu {
		margin-top: 0px !important;
	}



	.altmenu .container .row>.col-lg-7 {
		display: flex !important;
	}

	.altmenu .col-lg-5 {
		display: none !important;
	}

	.altmenu .container .row>div img {
		width: 32px;
		height: 32px;
	}

	.altmenu .ekranayaz {
		line-height: 24px;
	}

	#last_embed {
		display: flex !important;
	}
.login_logo_resim{width: 180px; height: 70px; object-fit: contain;}
@media screen and (max-width:768px) {
		.page-container {
			padding-top: 0 !important;
		}
	}
.beyaz{color:#fff;font-size:20px;} 
.btn-ara { 
        border: none; 
        padding: 9px 20px; 
        border-radius: 4px; 
        cursor: pointer; 
        font-weight: 600;
    }
   .headBar.bg, .qa-head, #newsSend>.content>div .row>div:first-child form .category ul li a.active, #newsSend>.content>div .row>div:last-child .file span{background-image: linear-gradient(to left, #5f3eb6, #424fb5);}
    .headBar .right a.postUploadButton{background: #6c5fb3}
    a.dp-login-links:hover{color: #5f3eb6}
    svg.full-c{stroke: #5f3eb6}
    .bg, .more-content a, .hdv-tag,.nnewrt span{background-image: linear-gradient(to left, #5f3eb6, #424fb5);}
    .headlineOne .owl-carousel .owl-dots .owl-dot.active,#newsSend>.content>div .row>div:first-child form .category ul li a.active {
        border-color: #5f3eb6!important;
        background-color:#5f3eb6!important;
    }
    .headlineOne .owl-prev:hover, .headlineOne .owl-next:hover{background-color: #5f3eb6 !important;}
    .indexOrtaSlider .owl-nav .owl-next:hover, .indexOrtaSlider .owl-nav .owl-prev:hover{background-color: #5f3eb6 !important;}
    .sagSlider .owl-nav .owl-prev:hover, .sagSlider .owl-nav .owl-next:hover{background-color: #5f3eb6 !important;}
    .sidebarMenu ul li:before{background-image: linear-gradient(to left, #5f3eb6, #424fb5);}
    .bg2{background-image: linear-gradient(to left, #bc4cae, #fd3a5c);}
    .bg3{background-image: linear-gradient(to left, #a222b2, #5d199d);}
    .footer{background: #312c4c}
    .fSocial{background: #312c4c}
    .haftaninVideosu>a>.pTitle:hover, .videoList>ul>li>a .pTitle:hover, .indexTab2 .postList>ul>li .pTitle:hover,
    .haftaninIcerigi>a>.pTitle:hover, .postList>ul>li .pTitle h4:hover,.yPost a:hover, .katPopulerleri ul li a .kpTitle:hover,
    .mega-menu .megaMenu .rightPosts .item .text a.title:hover, .mega-menu .megaMenu.styleTwo .rightPosts .postItem .text a:hover, .mega-menu .megaMenu.styleThree .rightPosts .postItem .text a:hover{color: #5f3eb6}

    a.yProfilLink:hover, .tags a:hover,.agreement input:checked ~ .checkmark,.flb-options .button-purple{background: #5f3eb6}
    .yapilanYorumlar ul li .yorum-title{color: #5f3eb6}
    a.column-bottom-title:hover,.agreement a,.infinityDiv h4,.katPopulerleri ul li a:hover .kpTitle{color: #5f3eb6 !important;}
    .toggler-icon{fill:#5f3eb6}
    .toggler-menu .toggle-in ul li a:hover, .toggler-menu .toggle-in ul li.active a{color: #5f3eb6}
    .form .profile-button,.modal-body-submit button{background: #5f3eb6}
    .form .profile-button:hover{background: #424fb5 !important;}
    .header-option-drop.anim.anim-up .quit-button,.avatar-section:after,.modal-close, .add-close{background: #5f3eb6}
    .headBar .ustmenu ul>li>ul.sub-menu, .mega-menu .megaMenu .leftCats,.benzerIcerikler .owl-nav .owl-next:hover, .benzerIcerikler .owl-nav .owl-prev:hover,.mobile-foo{background-image: linear-gradient(to left, #5f3eb6, #424fb5);}
    .sDetay .baglanti_icerik,.birtekno-socialing >a, .birtekno-emoji>a,.birtekno-social a, .birtekno-emoji ul li,#zuck-modal-content .story-viewer .tip{background: #5f3eb6}
    .footerMenu ul li a:hover{color: #f6b559}
    .shTitle:hover,.modal-body-p p a, .modal-body-p p i{color: #5f3eb6 !important}
    .postList>ul>li:hover .pTitle,.sidebarHaberler>ul>li a:hover .shTitle,
    .haftaninIcerigi>a:hover>.pTitle, .haftaninVideosu>a:hover>.pTitle,.benzerIcerikler .item a:hover .pTitle  {color:#5f3eb6 !important}
    .haftaninVideosu:hover .playBtn:before,
    .videoList>ul>li>a:hover .playBtn:before {background-image: linear-gradient(to left, #5f3eb6, #424fb5);}
    .sidebarGaleri>ul>li>a:hover:before{background:#5f3eb6a3}
    .sidebarGaleri>ul>li>a:hover:after{border-color:#5f3eb6;}
    .pDetay ul li:first-child a:hover{color:#5f3eb6};