@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
blockquote {
	padding: 1rem 1.5rem;
	margin: 1rem 0;
	border-left: 4px solid var(--sari); /* mavi vurgulu şerit */
	background-color: #f8f9fa; /* açık gri arka plan */
	color: #333;
	font-style: italic;
	position: relative;
	border-radius: 6px;
}


blockquote p {
	margin: 0;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}


:root {
  --anarenk: rgba(23, 44, 61, 1);
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --sari: rgba(255, 230, 1, 1);
  --beyaz: #ffffff;
  --altin: linear-gradient(45deg, #ffd700, #fff8dc);
}
body {
	position:relative;
	font-family: 'Roboto', sans-serif;
	background:var(--anarenk);
}


/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 120px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:8px;
	padding:0px 20px;
	height:46px;
	border-radius:8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.btn i {
	font-size:24px;
}
.btn-sari {
	background:var(--sari);
	border:1px solid var(--sari);
	color:var(--anarenk);
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .ust {
}
#header .alt {
	background:var(--sari);
}
#header .alan {
	display:flex;
	align-items:center;
	padding:10px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:56px;
}

#header .menu {
	width:100%;
}
#header .menu ul {
	width:100%;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 16px;
	line-height:40px;
    color: var(--anarenk);
    letter-spacing: 0em;
}
#header .menu .link-item img {
	height:24px;
}
#header .menu .link-item:hover {
    letter-spacing: .05em;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:var(--anarenk);
	border-bottom:2px solid var(--sari);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
	color:#fff;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: var(--anarenk);
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#mobilmenu .menu {
    border-top: 2px solid var(--sari);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:var(--sari);
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:24px;
	line-height:52px;
	font-weight:500;
	color:#fff;
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:#fff;
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:var(--sari);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------muzikoynat----------------------*/

#muzikoynat {
	position:relative;
	border-bottom:2px solid var(--sari);
}
#muzikoynat .kategori {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	grid-gap:5px;
	font-size:24px;
	color:var(--sari);
}
#muzikoynat .kategori i {
	font-size:30px;
}
#muzikoynat .sarki {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	grid-gap:5px;
	font-size:24px;
	color:var(--sari);
}
#muzikoynat .sarki i {
	font-size:30px;
}
#muzikoynat .uyesayi {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	grid-gap:5px;
	font-size:24px;
	color:var(--sari);
}
#muzikoynat .uyesayi i {
	font-size:30px;
}

#muzikoynat .muzik-butonlar {
	position:relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 15px;
	border-radius: 10px;
}

#muzikoynat .muzik-butonlar .muzik-bar {
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	background: rgba(255, 230, 1, 0.2);
}

#muzikoynat .muzik-butonlar .muzik-dakika {
	font-size: 14px;
	color: #444;
	margin-right: auto;
	white-space: nowrap;
	font-size: 24px;
	color: var(--sari);
}

#muzikoynat .muzik-butonlar span {
	cursor: pointer;
	font-size: 24px;
	color: var(--sari);
	transition: color 0.2s ease;
}

#muzikoynat .muzik-butonlar span:hover {
	color: #007bff;
}


/*------------------anasayfa----------------------*/

#anasayfa {
	position:relative;
}

#anasayfa .kutu {
	background: #fff;
	border: 2px solid var(--anarenk);
	border:1px solid var(--sari);
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);	
    height: 100%;
}

#anasayfa .kutu .baslik {
	background: var(--anarenk);
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}

#anasayfa .kutu .baslik i {
	margin-right: 6px;
}

#anasayfa .kutu .icerik {
	padding: 15px;
	max-height: 420px;
	overflow-y: auto;
}

#anasayfa .kutu .kategori-btn {
	background: var(--sari);
	color: #222;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}

#anasayfa .kutu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#anasayfa .kutu ul li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	cursor:pointer;
}

#anasayfa .kutu ul li:last-child {
	border-bottom: none;
}

#anasayfa .aktif-kisi {
	font-size: 14px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
}

#anasayfa .aktif-kisi small {
	color: #888;
}

#anasayfa .forum-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

#anasayfa .forum-liste {
	max-height: 420px;
	overflow-y: auto;
}

#anasayfa .forum-konu {
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
/*------------------kupalar----------------------*/

#kupalar {
	position:relative;
}
#kupalar .kupa-kart {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
#kupalar .kupa-kart::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%);
	transform: rotate(45deg);
}
#kupalar .kupa-kart:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(255,255,255,0.2);
}
#kupalar .kupa-kart img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 15px;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.3));
}
#kupalar .kupa-kart h5 {
	font-size: 20px;
	font-weight: bold;
	color: var(--sari);
}
#kupalar .kupa-kart p {
	color: #ddd;
	font-size: 15px;
}
#kupalar .kupa-kart .sira {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(145deg, #f0f0f0, #dcdcdc);
	color: #333;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	transition: transform 0.3s, box-shadow 0.3s;
}

#kupalar .kupa-kart:hover .sira {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}


/*------------------genelsayfa----------------------*/

#genelsayfa {
	position:relative;
}
.formalan {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
.formalan:hover {
	transform: scale(1.02);
	box-shadow: 0 0 20px rgba(255,255,255,0.2);
}
.form-control {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	height:46px;
	border-radius:8px;
}
.form-control::placeholder {
	color: #ccc;
}
.form-control:focus {
	border-color: #ffe600;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

select.form-control option {
	background-color: var(--anarenk);
	color: var(--sari);
}

/*------------------hesabim----------------------*/
#hesabim {
}

/* Kapak ve profil */
#hesabim .katman1 {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 12px;
	box-shadow: inset 0 -40px 60px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	background-size:cover !important;
}

#hesabim .profilfoto {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#hesabim .profilfoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Sekmeler */
#hesabim .nav-tabs {
	border-bottom: 1px solid #444;
}

#hesabim .nav-tabs .nav-link {
	color: #bbb;
	border: none;
	border-radius: 0;
	background: transparent;
}

#hesabim .nav-tabs .nav-link.active {
	color: #fff;
	border-bottom: 3px solid #ffe600;
	font-weight: bold;
}

/* Sol panel */
#hesabim .sol {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}

#hesabim .profiladi {
	font-size: 20px;
	font-weight: bold;
	color: #ffe600;
	text-align: center;
	margin-bottom: 15px;
}

#hesabim .sol ul li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #ccc;
}

#hesabim .sol ul li i {
	width: 20px;
	color: #999;
}

/* Butonlar */
#hesabim .sol .btn {
	font-size: 14px;
	padding: 10px;
	margin-bottom: 6px;
	border-radius: 6px;
}

/* Gönderi kartları */
#hesabim .card.bg-light {
	background-color: #1f2326 !important;
	border: none;
	border-radius: 10px;
	color: #eee;
}

#hesabim .card-body img {
	border: 2px solid #fff;
}

#hesabim .card-body p {
	color: #ddd;
}

#hesabim .card-body small {
	color: #ffe600;
}

/* Tab içeriği */
#hesabim .tab-content {
	margin-top:20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
/* Tab içeriği */
#hesabim .nav-pills .nav-link {
    color: #fff;
}
#hesabim .nav-pills .nav-link.active, 
#hesabim .nav-pills .show>.nav-link {
    color: var(--sari);
    background-color: var(--anarenk);
}
.text-muted {
    --bs-text-opacity: 1;
    color: #9aa1a7 !important;
}
/*------------------forum----------------------*/
#forum {
}
#forum .forumalan {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
}
/* Kategori Başlığı */
#forum .forumkategori .kategoriadi {
	background-color: #0d3a63;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 12px 12px 0 0;
	border-left: 5px solid #ffc107;
}

/* Alt Kategoriler Genel */
#forum .altkategoriler {
	display: flex;
	flex-direction: column;
}

/* Tek Alt Kategori */
#forum .altkategori {
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	padding: 15px;
	transition: background 0.2s, transform 0.2s;
}
/* Tek Alt Kategori */
#forum .altkategori:last-child {
	border-radius: 0px 0px 12px 12px;
}
#forum .altkategori:hover {
	background-color: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

/* Kategori İkonu veya Resmi */
#forum .altkategori .resim img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #fff;
	border: 2px solid #eee;
}

/* Sağ Taraf (Kategori Adı + Alt Alt Kategoriler) */
#forum .altkategori .sag {
	flex-grow: 1;
	margin-left: 15px;
}

/* Alt Kategori Adı */
#forum .altkategoriadi {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#forum .altkategoriadi:hover {
	color: #ffc107;
	text-decoration: underline;
}

/* Alt Alt Kategoriler */
#forum .altaltkategori {
	margin-top: 0px;
}
#forum .altaltkategoriadi {
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	margin-right: 15px;
	display: inline-block;
}
#forum .altaltkategoriadi::before {
	content: "📂";
	margin-right: 5px;
}
#forum .altaltkategoriadi:hover {
	color: #ffc107;
	text-decoration: underline;
}
.breadcrumb .breadcrumb-item a{
    color:#fff;
}
.breadcrumb .breadcrumb-item:last-child a {
    color:var(--sari);
}

.table td, .table th {
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 123, 255, 0.05);
}

.fw-semibold {
	font-weight: 600;
}
.ck-editor__editable {
	color: #000;
	background-color: #fff;
	height: 300px !important;
	overflow-y: auto;
}


/*------------------forumkonu----------------------*/
#forumkonu {
	position:relative;
}
#forumkonu .forumalan {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#forumkonu .forumalan .konuust {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 20px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
	display:flex;
	flex-direction:column;
	grid-gap:15px;
}
#forumkonu .forumalan .konuust .baslik {
	font-size:20px;
	line-height:24px;
	margin:0px;
	padding:0px;
}
#forumkonu .mesajlar {
	display:flex;
	flex-direction:column;
	grid-gap:20px;
}
#forumkonu .mesajitem {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
	display:flex;
	flex-direction:column;
}
#forumkonu .mesajitem .mesajprofil {
	display:flex;
	align-items:center;
	background:var(--anarenk);
	padding:10px 20px;
}
#forumkonu .mesajitem .mesajprofil .profil {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-right:auto;
}
#forumkonu .mesajitem .mesajprofil .profil .resim {
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
	object-position:center;
}
#forumkonu .mesajitem .mesajprofil .profil .psag {
	width:calc(100% - 48px);
	padding-left:10px;
}
#forumkonu .mesajitem .mesajprofil .profil .psag .adi {
	font-size:18px;
	color:#fff;
	line-height:22px;
}
#forumkonu .mesajitem .profilbilgi {
	font-size:12px;
}
#forumkonu .mesajitem .mesajicerik {
	padding:10px 20px;
	font-size:15px;
	color:#fff;
}
#forumkonu .mesajitem .mesajalt {
	display:flex;
	align-items:center;
    flex-wrap: wrap;
	grid-gap:10px;
	padding:10px 20px;
	font-size:15px;
	color:#fff;
	background:var(--anarenk);
}
#forumkonu .mesajitem .mesajalt .zaman {
	margin-right:auto;
}
#forumkonu .mesajitem .mesajalt .buton {
	display:flex;
	align-items:center;
	grid-gap:4px;
	font-size:15px;
	line-height:20px;
	padding:5px 10px;
	border-radius:6px;
}