/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* reset end */

/* body start*/
body a {
  color: #d70000;
}

a:hover {
  color: red;
}

.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

.pkp_page_index .additional_content {
  padding: 0px 30px 30px;
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.aboutjournal {
  display: flex;
}

.journaldescript {
  flex-shrink: 1;
  margin: 0px 0px 0 20px;
  text-align: justify;
  font-size: 12px;
}

.abstractandindex {
  padding-top: 20px;
}

.itemindex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 0.5rem;
  margin: 0;
}

/* sidebar */
.pkp_block .content ul li {
  padding: 1px 0;
}
ul#sidemenuitem li a {
  padding: 16px;
  display: inline-block;
  background: #f7f7f7;
  width: 290px;
  transition: 0.5s;
}
.pkp_block .content ul li {
  margin: 3px 0;
  padding: 0;
  line-height: 22px;
}
ul#sidemenuitem li a:hover {
  border-left: 10px solid red;
  background: white;
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 50%);
  border-radius: 0 15px 15px 0;
  letter-spacing: 1px;
  font-weight: 600;
}

.information h3 {
  background: linear-gradient(90deg, #5d0205, #d70000);
  padding: 10px 20px;
  color: white;
  border-radius: 13px 13px 0 0;
  font-size: 14px;
  font-family: "Noto Sans";
  letter-spacing: 0px;
  margin-bottom: 0;
}
.content-information li a {
  padding: 0px 20px;
  /* background: aliceblue; */
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid darkred;
  line-height: 35px;
}
/*newsidebar*/

/*icon*/
a#focusandscope:before {
  content: "\f10c";
}
a#journaltemplate:before {
  content: "\f1c2";
}
a#editorialboard:before {
  content: "\f0c0";
}
a#reviewers:before {
  content: "\f19d";
}
a#contactus:before {
  content: "\f095";
}
a#journalhistory:before {
  content: "\f1da";
}
a#authorguidelines:before {
  content: "\f044";
}
a#articleprocessing:before {
  content: "\f0d6";
}
a#copyright:before {
  content: "\f20a";
}
a#peerreview:before {
  content: "\f110";
}
a#ethicsstatement:before {
  content: "\f24d";
}
a#plagiarism:before {
  content: "\f233";
}
a#journalmanagement:before {
  content: "\f0f6";
}
a#openaccess:before {
  content: "\f09c";
}
a#archieving:before {
  content: "\f1c6";
}

a#focusandscope:before,
a#journaltemplate:before,
a#editorialboard:before,
a#reviewers:before,
a#contactus:before,
a#journalhistory:before,
a#authorguidelines:before,
a#articleprocessing:before,
a#copyright:before,
a#peerreview:before,
a#ethicsstatement:before,
a#plagiarism:before,
a#journalmanagement:before,
a#openaccess:before,
a#archieving:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.09em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 10px 0 -8px;
  width: 38px;
  border-right: 1px solid gray;
  text-align: center;
}