.style-list {
	list-style-type: none;
}
#navigationUser {
	display: inline-flex;
}
.lang--list .dropdownContent {
	width: unset;
	min-width: unset;
	margin-top: 15px;
}
.firstSectionNav .dropBtn {
	color: #0d213a;
	padding: 10px 18px 5px 15px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	text-decoration: unset;
}
.banner img {
	width: -webkit-fill-available;
}
ul.lang--list {
	list-style-type: none;
}
ul.breadcrumb li + li:before {
	content: unset;
}
.search .searchInput {
	width: 330px;
	height: 50px;
	padding: 0 0 0 20px;
	border: 0;
	outline: none;
	font-size: 14px;
	margin: 4.5px 0 4.5px 0;
	background-color: #f4f4f7;
}
/* .container-my {
	max-width: 55%;
} */
.after {
	margin-right: 30px;
	margin-top: 30px;
}
.after fieldset {
	border: none;
}
.to fieldset {
	border: none;
}
.after fieldset legend,
.to fieldset legend {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	color: rgba(13, 33, 58, 0.54);
	margin: 30px 0 0 0;
}
.after fieldset label,
.to fieldset label {
	padding: 5px;
}
.date-time {
	flex-wrap: wrap;
}
.profile.nmi_type_user_register,
.profile.nmi_type_user_login {
	list-style: none;
}
.signup-input {
	padding-right: 20px;
}
.page-content fieldset {
	border: none;
}
.signin-btn {
	width: 203px;
	cursor: pointer;
	margin-top: 30px;
}
.book-card .description-h6 {
	max-width: 70%;
}
.signup-margin {
	margin-top: 35px;
}
.forgot-pass {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #0d213a;
	text-decoration: none;
	margin: 10px 0 0 0;
}
.signup .row .col-md-6 {
	padding-top: 10px;
}
.signup-h2 {
	padding: 40px 0 0 0;
}
.default-input.wd {
	width: 310px;
}
.default-input.wd.mg {
	margin-left: -10px;
}
.wdbtn {
	padding: 17px 48px;
}
.form-group.form-group-login {
	margin-top: 30px;
}
button.signup-btn {
	cursor: pointer;
}
#navigationUser .nav-link.navBtn.loginBtn {
	margin-right: 5px;
}
.tomImg {
	width: 320px;
}
.archiveh2 {
	list-style: none;
}
.width-tom {
	width: 100%;
}
/* .archiveCard a {
	min-height: 525px;
} */
.archivep {
	display: inline-flex;
}
/*year issue archive*/
.begin_row {
	display: flex;
	flex-direction: row-reverse;
	float: left;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.obj_issue_summary .cover img {
	max-height: 150px !important;
}
.obj_issue_summary {
	width: 215px !important;
}
.year-pkp {
	display: block !important;
	padding: unset !important;
	border-bottom: unset !important;
}
.sixthSectionBlogImg {
	filter: grayscale(1);
}
.sixthSectionBlogImg:hover {
	filter: unset;
}
.series {
	padding-right: 35px;
	width: 200px;
}
.is_img img {
	width: 230px;
	height: auto;
}
.year-pkp h3:first-child {
	margin-top: 20px;
}
/*year issue archive*/
.abouth3 {
	/* margin-top: 20px; */
}
.tom-h4 {
	margin: 15px 0;
}
.tom-h4 a {
	text-decoration: none;
	/* color: black; */
	/* padding-top: 27px; */
	color: #0d213a;
}
.downloadBtn-margin {
	margin: 40px 0 40px 0;
}

.description-authors li {
	list-style: none;
}
.csl-entry {
	word-wrap: break-word;
}
.download-h5 {
	text-decoration: none;
}
.DownloadCard .downloadCard-left h5 {
	margin: 5px 0;
}
.pkp_block.block_custom .title.pkp_screen_reader {
	display: none;
}
.searchSection .result-card {
	flex-direction: column;
	list-style-type: none;
}
.searchSection .result-card li {
	width: 100%;
}

.secondeSectionBlog p{
	padding: 10px 0;
}

.logo--wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 15px;
}
.logo--wrapper .title{
	font-size: 1.3rem;
  color: #198754;
  border: dashed 1px #198754;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}


@media only screen and (max-width: 767px) {
	.begin_row {
		justify-content: center;
		flex-direction: column-reverse;
	}
	.sixthSectionBlogImg {
		filter: unset;
	}
	.obj_issue_summary {
		width: unset !important;
	}
	.obj_issue_summary .cover img {
		max-height: 220px !important;
	}
	.issues_archive .row.row-cols-2 li {
		padding: unset;
	}
	.seventhSectionBlog {
		margin-bottom: 15px;
	}
	.secondeBlogInner {
		flex-direction: column;
		padding: 15px;
	}
	.leftBlog .tomImg {
		margin-bottom: 15px;
	}
	.searchInput {
		z-index: 7;
		position: relative;
	}
	.date-time .after fieldset,
	.date-time .to fieldset {
		display: grid;
	}
	.searchSection .result-card {
		flex-direction: column;
		list-style-type: none;
	}
}
@media only screen and (max-width: 575px) {
	.firstSectionNav .btnBlog.active .dropdownContent {
		display: block;
		box-shadow: none;
		position: relative;
		width: 100%;
	}
	.firstSectionNav .btnBlog div {
		margin: 0;
	}
	.firstSectionNav .dropdown {
		display: block;
	}
	.firstSectionNav .dropBtn {
		padding: 15px 0;
	}
	.firstSectionNav .dropdownContentBtn {
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) {
	.header-burger {
		display: none;
	}
	.btnBlog a,
	.btnBlog div {
		margin: unset;
	}
}

.page-submissions h2{
	font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #0d213a;
  margin: 30px 0 20px 0;
}
.page-submissions {
	color: rgba(13, 33, 58, 0.75);
}

.sixthSection .part-block{
	padding: 25px 0;
}
.sixthSection .part-block img{
	max-width: 90%;
	height: auto;
}

footer svg{
	fill: #0d213a;
}

.secondeSectionBlog{
	padding: 30px;
	margin-top: 20px;
}

.leftBlog{
	width: 160px;
	max-width: fit-content;
	margin-right: 15px;
}
.rightBlog{
	width: 70%;
}
.right-menu-wrap{
	margin: 15px;
}
#navigationRight{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #0D2130;
	padding: 15px;
}
#navigationRight a{
	display: block;
	padding: 10px;
	text-decoration: none;
	/* color: #0D2130; */
	color: #eeeeee;
}
#navigationRight a:hover{
	color: #26a1e5;
}
.homepage-journal-thumbnail{
	padding-top: 15px;
}
.blog-h1{
	margin-bottom: 10px;
}
.secondeSectionBlog{
	background-color: transparent;
}
.rightNavWrap{
	position: sticky;
	top: 0;
}
.contact-section div{
	padding: 10px 0;
}

.page-content table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.page-content table,
.page-content th,
.page-content td{
	border: solid 1px #444;
}
.page-content table td{
	padding: 10px;
}
.hidden{display: none;}
.breadcrumb{margin-bottom: 10px;}
.paragraph p{margin-bottom: 10px;}