@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");



.pkp_page_index,
.pkp_op_index {
    background: transparent !important;
}

@media (min-width: 992px) {
	/* .pkp_structure_sidebar:before {
		border-left: 1px dotted#ddd!important;
	} */
	.pkp_structure_page {
		overflow: hidden !important;
		/* border-radius: 4px !important; */
		margin: 10px auto !important;
		max-width: 1400px !important;
		background: #fff !important;
		box-shadow: 0px 0px 10px dark !important;
	}

    .pkp_site_name {
        padding-top: 0 !important;
        padding-bottom: 0 !important
 text-align: center !important;
    }

 .pkp_site_name>a {
        padding-top: 0;
        padding-bottom: 0;
    }

.pkp_site_name .is_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pkp_site_name .is_img img {
    display: block;
    margin: 0 auto;
    max-height: 200px !important; /* Logonun maksimum yüksekliğini artırır */
    width: auto !important; /* Oranları koruyarak genişliği ayarlar */
}

/* Logo veya site başlığını ortalamak ve büyütmek */
.navbar-brand {
    display: flex;
    justify-content: center; /* Ortala */
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 1.8rem !important; /* Başlık boyutunu artır */
}

/* Logo için özel stil */
.navbar-brand img {
    max-height: 175px !important; /* Logo boyutunu artır */
    width: auto;
    margin: 0 auto; /* Ortala */
    display: block;
}

    .pkp_site_name_wrapper {
        padding-left: 0;
        padding-right: 0;
    }


.pkp_navigation_user_wrapper {
        top: 0;
        right: 0;
        padding-right: 30px;
    }
.pkp_navigation_user.pkp_nav_list .profile a{
    border-radius:7px !important;
    padding-left:10px;
	padding-right:10px;
	background:#004aad;
	color:white;
	border: 2px solid #F7BC4A;
    transition:0.5s;
}


.pkp_navigation_user.pkp_nav_list .profile a:hover {
	/* background:#2875c6; */
	color:black;
}
.pkp_navigation_user>li:last-child>a {
    margin-right:unset;
}
    .pkp_structure_page {
        margin-top: 10px !important;
        margin-bottom: 00 !important;
        padding-bottom: 20 !important;
    }

    .pkp_site_name .is_img img {
        width: 1254px !important;
    }
}


@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 5px !important;
        position: relative;
        top: 0px !important;
        margin-bottom: 5px !important;
    }
}


.pkp_page_index .additional_content .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 5px;
}
.aimcolumn {
	float: left;

}

.aimleft {
	width: 25%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	background: #dee2e6;
}

.aimright {
	width: 74%;
	height: auto;
	padding: 10px 15px 10px 15px;
	background-color: #e9ecef;
}

.additional_content .row:after {
	content: "";
	display: table;
	clear: both;
}	
@media screen and (max-width: 600px) {
		.aimcolumn {
			width: 100%;
		}
	
		.aimleft {
			padding-top: 10px;
		}
}


/**************************MAIN SITE**********************************************/

.pkp_page_index .homepage_image img {
	display: block;
	width: 100%;
	height: auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.pkp_page_index .additional_content {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 0px solid #ddd;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	width: 100%;
}

.pkp_page_index .journal-description {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 0px solid #ddd;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	width: 100%;
}

.pkp_structure_content {
	font-size: 15px;
	margin-bottom: .3em;

}




/**************************END MAIN SITE *****************************************/

/**************************ISSUES ARCHIVE*****************************************/
.obj_issue_summary {
	margin: 0em 3em 0em 1.6em;
	padding-left: 1em;
}

.page_issue_archive .issues_archive>li {
	margin: 0em 0em 0em 0em;
	padding: 2em 0em 0em 0.7em;
}

/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0em;
}

.obj_issue_toc .description {
	text-align: justify;
}

.obj_issue_toc .section>h2 {
	/*border-bottom: 0px;
	border-left: 0px;
	font-weight: 300;
	text-transform: none;
	padding: 0.15em 1em;
	background-color: #fafbfb;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
*/
	overflow: hidden;
    border-radius: 2px !important;
	box-shadow: 0 10px 10px -5px;
	padding: 1px !important;
	
}

/* .obj_article_summary .pages:before {
	content: "\f0f6";
	width: 20px;
	font-family: "FontAwesome";
	margin-right: 5px;
	font-size: 13px;
} */

ul.galleys_links {
	list-style: none;
}

.obj_article_summary {
	padding: 0em 1.5em;
    margin-bottom: 4px;
}

.obj_article_summary .cover {
	display: block;
	float: left;
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.obj_article_summary>.title {
	font-weight: 600;
	font-size: 16px;
	text-transform: none;

}
.obj_article_summary>subtitle {
	box-shadow : none;

}
.obj_article_summary>.title a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #333
}

.obj_article_summary .authors {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;

}
/**************************DOI ARTIKEL*************************************************/
.doi_container {
	margin-top: 1px;

}

/* .doi_link {
	background-size: 14px !important;
	height: 20px !important;
	background: url(../images/doiwarna.svg) no-repeat center left;
	padding: 5px 0 5px 23px;

	color: #5379a9;
	text-decoration: none;

}

.galley_stat {
	background-size: 18px !important;
	background: url(../images/bar_galley.jpg) no-repeat center left;
	padding: 3px 0px 0px 23px;

} */

/* .article_stat {
	background-size: 18px !important;
	height: 20px !important;
	background: url(../images/bar_artikel.jpg) no-repeat center left;
	padding: 11px 0px 5px 23px;
} */
.doi_summary {
	padding: 0.4em 0.7em;
	margin-top: 0.3em;
}

.doi_summary a {
	text-decoration: none !important;
}

.doi_summary a:hover {
	text-decoration: underline !important;
}

.obj_article_summary>.galleys_links {
	list-style: none;
	margin-bottom: 0.5em;
}


/**************************Editorial Board*************************************/
.editorial-list {
	position: relative;
}

.editorial-list li {
	margin-bottom: 1.125rem;
    list-style:none;
}

.editorial-list .img-profile {
	position: absolute;
	width: 95px;
	height: 105px;
	border: 1px solid #ddd;
	padding: .5rem;
}

.editorial-list .img-profile .imgthumb {
	width: 80px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	object-fit: fill;
}

.editorial-list .img-profile img {
	width: 100%;
	height: 100%;
}

.team-content {
	margin-left: 100px;
	min-height: 130px;
}

.team-content .ico-label {
	width: 18px;
	height: 18px;
	margin-right: .5rem;
}

.team-aff ul li {
	margin-bottom: 0;
}

.team-aff ul li .tm_label {
	display: inline-block;
	width: 80px;
}

.team-aff ul li .ico-label {
	width: 18px;
	height: 18px;
	margin-right: .5rem;
}




.pkp_site_name {
    margin-top: -5px !important;
    margin-bottom: -19px !important;
}

@media screen and (max-width:720px) {
    .pkp_site_name .is_img img {
        display: inline-block !important;
        margin-top: 6px !important;
        margin-bottom: 0 !important;
        bottom: 0.357rem !important;
        padding: 0 !important;
    }
}
.pkp_brand_footer {
    display: none!important;
}
.homepage_about {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 10px;
	background: #ddeff5;
    padding-bottom: 10px !important;
    border-bottom: solid 4px #00347a !important;
    font-size: 12px;
    text-align:justify;
}

.main_entry .item.abstract {
	text-align: justify;
}
/* .obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #00347a !important;
    color: #ffffff !important;
    border: none !important;
} */


.obj_article_summary {
	border-bottom: 0px;
	border-left: 0px;
	font-weight: 300;
	text-transform: none;
	padding: 0.5em 1em;
	background-color: #fafbfb;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}




.obj_article_summary {
    padding-bottom: 10px !important;
    font-size: 12px;
}

.pkp_page_index .current_issue .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center
}

.pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus {
    color: #008acb
}
/******************************/



/* em{
    box-sizing: border-box; 
    display: inline-block; 
    font: 1.09em / 1 FontAwesome; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    margin: 0px 10px 0px -10px; 
    border-right: 1px solid #e7e5e5; 
    width: 25px;
} */
i {
    display: inline-block;
    margin-right: 4px;
}

.meta-container {
    background-color: #ffffff; /* Beyaz arka plan */
    color: #000000; /* Siyah metin */
    text-align: center; /* Ortala */
    padding: 10px;
    font-size: 15px;
}

/* Bağlantıların temel stili */
.locale-link {
    font-weight: bold;          /* Kalın yazı */
    color: white;               /* Beyaz metin */
    text-decoration: none;      /* Alt çizgi yok */
}

/* Fare bağlantının üzerine geldiğinde stil */
.locale-link:hover {
    color: white;              /* Beyaz metin */
    background-color: black;  /* Sarı arka plan */
    text-decoration: none;      /* Alt çizgi yok */
}

/* Sidebar Menü */
.custom-sidebar-menu {
    background-color: #333;
    padding: 3px;
    border-radius: 5px;
    color: white;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%; /* Başlangıç genişliği, gerekirse azaltabilirsiniz */
    transition: width 0.3s ease; /* Genişlik değişimi için geçiş animasyonu */
    float: left;
}



/* Ana sayfa içerik alanı */
#homepageInfo {
    max-width: 100%; /* Genişliği sınırla */
    padding: 20px; /* İçeriğin kenarlarından boşluk bırak */
    overflow-wrap: break-word; /* Uzun kelimelerin taşmasını engelle */
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify; /* Metni iki yana yasla */
}

#homepageInfo {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 90%; /* İçeriği daraltıp ortalamak için */
}


@media (max-width: 768px) {
    #homepageInfo {
        max-width: 95%; /* Mobil ekranlarda daha fazla alan kullan */
        padding: 10px;
        font-size: 14px; /* Mobilde yazıyı küçült */
    }
}

/* Genel Sayfa Düzeni */
.journal-promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}




/* Dergi Kapak Görseli */
.journal-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  gap: 16px;
  padding: 10px;
}

.journal-box {
  width: 25%;
  height: 450px; /* Sabit yükseklik */
  box-sizing: border-box;
  padding: 16px;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: left;
  flex-direction: column;
}

.journal-box-main {
  width: 100%;
  height: 100%; /* Sabit yükseklik */
  box-sizing: border-box;
  padding: 16px;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: left;
  flex-direction: column;
}

.journal-box-main-pageleft {
  width: 75%;
  height: 100%; /* Sabit yükseklik */
  box-sizing: border-box;
  padding: 16px;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: left;
  flex-direction: column;
}

.journal-box-main-pageright {
  width: 25%;
  height: 100%; /* Sabit yükseklik */
  box-sizing: border-box;
  padding: 16px;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: left;
  flex-direction: column;
}

/* Scroll edilecek alan */
.journal-scrollable {
  overflow-y: auto;
  flex-grow: 1;
}

/* Scroll çubuğu görünümünü isteğe göre özelleştirebilirsin */
.journal-scrollable::-webkit-scrollbar {
  width: 8px;
}

.journal-scrollable::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

.journal-cover img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.journal-box h3 {
  text-align: left;
  margin-top: 10px;
}

.journal-info h2 {
  text-align: left;
  margin-bottom: 10px;
}


/* İndeksleme Bilgileri */
.indexing-info {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.indexing-info h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.indexing-info ul {
    list-style-type: none;
    padding: 0;
}

.indexing-info li {
    font-size: 14px;
    margin-bottom: 8px;
}

.indexing-info li strong {
    color: #0056b3;
}







.custom-sidebar-menu {
  border: 1px solid #ccc;
  font-family: sans-serif;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: none;
}

.custom-sidebar-menu h2 {
  margin: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  color: #333;
  background: none;
}

.custom-sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-sidebar-menu ul li {
  border-bottom: 1px solid #eee;
}

.custom-sidebar-menu ul li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #333;
  background: none;
  transition: background-color 0.2s, color 0.2s;
}

.custom-sidebar-menu ul li a:hover {
  background-color: #f0f0f0;
  color: #000;
}





    .publisher-container {
            max-width: 800px;
	    align-items: flex-start;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: auto;
            font-family: Arial, sans-serif;
        }
        .publisher-header {
            display: flex;
            align-items: center;
            gap: 20px;
            border-bottom: 2px solid #ddd;
            padding-bottom: 20px;
        }
        .publisher-header img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
        }
        .publisher-content {
            padding-top: 20px;
        }
        .publisher-info {
            margin-bottom: 10px;
        }
        .publisher-info strong {
            color: #333;
        }
        .publisher-links a {
            display: inline-block;
            margin-right: 10px;
            padding: 8px 12px;
            background-color: #0073e6;
            color: white;
            text-decoration: none;
            border-radius: 5px;
        }
        .publisher-links a:hover {
            background-color: #005bb5;
        }

.footer-container {
    position: relative;
    width: 100vw; /* Tüm ekran genişliği */
    margin: 40px auto 0 auto;
    padding: 30px 20px;
    background: #ffffff; /* Beyaz arka plan */
    color: #00347a; /* Lacivert metin */
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 30px; /* Tüm kenarları oval */
    box-shadow: 0 4px 12px rgba(0, 52, 122, 0.15);
    box-sizing: border-box;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-links a {
    background-color: transparent;
    color: #00347a;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

.footer-links a:hover {
    background-color: #00347a;
    color: white;
}

.footer-info {
    font-size: 12px;
    margin-top: 5px;
    color: #555;
}

.footer-info a {
    color: #00347a;
    text-decoration: none;
}

.footer-info a:hover {
    text-decoration: underline;
}



/* ===== Mobil Uyum Düzeltmeleri ===== */
@media screen and (max-width: 768px) {
  .pkp_structure_page,
  .journal-container,
  .journal-box,
  .journal-box-main,
  .journal-box-main-pageleft,
  .journal-box-main-pageright,
  .aimleft,
  .aimright {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

  .journal-container {
    flex-direction: column !important;
  }

  .pkp_site_name .is_img img {
    max-width: 100% !important;
    height: auto !important;
  }

  .aimcolumn {
    float: none !important;
  }

  .navbar-brand {
    font-size: 1.4rem !important;
    flex-direction: column;
  }
}

/* Tüm kartın dış yapısı */
.article-summary.media {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    background: none;
    box-shadow: none;
}

/* Kapak görseli */
.article-summary .cover {
    flex-shrink: 0;
    max-width: 140px;
}

.article-summary .cover img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* İçerik (başlık + yazar + butonlar vs.) */
.article-summary .media-body {
    flex-grow: 1;
}

/* Başlık */
.article-summary .media-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.article-summary .media-heading a {
    color: inherit;
    text-decoration: none;
}

.article-summary .media-heading a:hover {
    text-decoration: underline;
}

/* Alt başlık */
.article-summary .media-heading p small {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}

/* Yazar */
.article-summary .authors {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}

/* DOI ve sayfa */
.article-summary .pages,
.article-summary .meta,
.article-summary .meta div {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}

/* Buton grubu (PDF vs.) */
.article-summary .btn-group {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-summary .btn-group a {
    background-color: #004aad;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.article-summary .btn-group a:hover {
    background-color: #00347a;
}









.issue-toc-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.issue-toc-col-left {
  width: 70%;
}

.issue-toc-col-right {
  width: 28%;
}

/* Responsive: tek sütun görünüm */
@media screen and (max-width: 768px) {
  .issue-toc-row {
    flex-direction: column;
  }

  .issue-toc-col-left,
  .issue-toc-col-right {
    width: 100%;
  }
}

.issue-cover img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.issue-meta p {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}

.issue-meta a {
  color: #004aad;
  text-decoration: underline;
}

.issue-meta a:hover {
  color: #002d80;
}

.issue-galley-links a {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #004aad;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.issue-galley-links a:hover {
  background-color: #00347a;
}


 /* Önceki stilleri sıfırla */


  .editorial-layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .editorial-left {
    width: 80%;
    padding-right: 20px;
  }

  .editorial-right {
    width: 20%;
  }

  @media screen and (max-width: 768px) {
    .editorial-left,
    .editorial-right {
      width: 100%;
      padding-right: 0;
    }
  }

  .custom-sidebar-menu ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
  }

  .custom-sidebar-menu li {
    margin: 8px 0;
  }

  .custom-sidebar-menu a {
    text-decoration: none;
    color: black;
  }

  .custom-sidebar-menu a:hover {
    text-decoration: underline;
  }