@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
#headerTitle,
#navbar {
  width: 1020 px;

/* === Header Full Width for Manuscript Theme === */

/* Hilangkan batas lebar container di area header */
{
.pkp_structure_head 
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Buat area header menyesuaikan ukuran layar penuh */
{
.pkp_site_name 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100% !important;
}

/* Jika pakai gambar header, pastikan gambar menyesuaikan layar */
{
.pkp_site_name .is_img img
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0;
    padding: 0;
}

/* Hilangkan padding tambahan di dalam area header */
{
.pkp_structure_head .pkp_head_wrapper
    padding: 0 !important;
}

/* Tambahkan sedikit perataan agar header rapi di atas */
{
.pkp_structure_page
    margin-top: 0 !important;
}

/* Opsional: warna latar belakang header jika tidak ada gambar */
{
.pkp_site_name_wrapper 
    background-color: #14CAF7 !important; /* Sesuaikan warna sesuai pilihanmu */
}

#header {
  background-color: transparent;
  padding-bottom: 40px;
}

#navbar {
  background-color: #4066a9;
  background-repeat: repeat-x;
  border: 0;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0 !important;
  padding: 0;
  text-align: left;
}

#navbar ul {
  margin: 0;
  padding: 0 0 0 10px;
}

#navbar ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#navbar a,
#navbar a:link,
#navbar a:visited {
  color: #fff;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#navbar a::after,
#navbar a::before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 5px;
  width: 1px;
}

#navbar a::before {
  background: -moz-linear-gradient(
      center top,
      rgba(0, 0, 0, 0),
      #000,
      rgba(0, 0, 0, 0)
    )
    rgba(0, 0, 0, 0);
  margin-left: -10px;
  opacity: 0.15;
}

#navbar a::after {
  background: -moz-linear-gradient(
      center top,
      rgba(255, 255, 255, 0.01),
      #fff,
      rgba(255, 255, 255, 0.01)
    )
    rgba(0, 0, 0, 0);
  margin-left: -9px;
  opacity: 0.35;
}

#navbar li:first-child a::after,
#navbar li:first-child a::before {
  background-color: #4066a9;
  display: none;
}

#navbar a:hover {
  background: #008e97;
  text-shadow: 1px 1px #a0a0a0;
}

#body,
#header,
#main,
#navbar,
#sidebar {
  display: inline-block !important;
}

#header,
#main,
#navbar,
ul.sidemenu li:before {
  display: none;
}

#leftSidebar div.block span.blockTitle,
#rightSidebar div.block span.blockTitle,
#sidebarDevelopedBy.block,
#sidebarHelp.block {
  background: url(stripes.png) #4066a9;
}

#body,
#main,
body {
  background-color: #fff;
}

#additionalHomeContent,
#announcementsHome,
#navbar {
  clear: both;
}

#container,
#headerTitle {
  margin: 0 auto;
  display: inline-block;
}

#announcements,
#container {
  width: auto;
}

#body,
#container,
#headerTitle,
#headerTitle img {
  display: inline-block;
}

body {
  color: #54413b;
  font-family: "Roboto";
  font-size: 18px;
}

a:active,
a:link,
a:visited {
  color: #4066a9;
  text-decoration: none;
}

#navbar a:active,
a:hover {
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

#container {
  background-color: #636363;
  min-width: 730px !important;
  text-align: center;
}

#header h1 {
  color: #4066a9;
  font-family: "Roboto";
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 120px;
  padding: 0;
  text-shadow: 1px 1px #fff;
}

#headerTitle img {
  float: left;
  margin-right: 20px;
}

#body {
  margin: -40px auto 0;
  width: 1020px !important;
  padding-bottom: 20px;
}

#main {
  float: left;
  margin-left: 0;
  margin-right: 0 !important;
  overflow: visible !important;
  padding: 0;
  position: relative;
  width: 805px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#main > h2 {
  color: #4066a9;
  font-family: "Roboto";
  font-weight: 700;
}

#content {
  border-top: 0 dotted #636363;
}

ul.sidemenu li a,
ul.sidemenu li:first-child a {
  border-top: 1px solid #a0a0a0;
}

ul.sidemenu {
  padding-left: 0 !important;
  margin: -10px -10px 0;
}

ul.sidemenu li {
  padding: 0;
}

ul.sidemenu li a {
  background-color: #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  color: #fff;
  display: block;
  padding: 0.66em 10px 0.6em 13px;
  text-decoration: none;
}

#leftSidebar {
  display: none;
  border-right: 1px solid #a0a0a0;
  float: left;
  width: 0;
}

ul.sidemenu li:last-child a {
  border-bottom: 0;
}

ul.sidemenu li a:hover {
  background-color: #636363;
  text-decoration: underline;
}

#breadcrumb {
  margin: 0 20px;
  padding: 0.7em 0;
  border-bottom: 1px dotted #4066a9;
}

#content,
#main > h2 {
  padding-left: 20px;
  padding-right: 20px;
}

#cpr {
  border: 0 #fff;
}

#leftSidebar,{
  font-size: 0.68em;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 40px 10px 10px;
}

#leftSidebar {
  border: 1px solid #4066a9;
  border-radius: 3px;
  float: right;
  width: 191px;
  background-color: #fbfcfd;
}

#leftSidebar div.block {
  border: 0;
  color: inherit;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
}

#leftSidebar div.block span.blockTitle {
  color: #fff;
  display: block;
  letter-spacing: 0;
  margin: -10px;
  margin-bottom: 20px;
  padding: 0.4em 10px !important;
  text-transform: uppercase;
}

#sidebarDevelopedBy.block a {
  color: #636363;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 0.4em 10px !important;
}

#content h4 a,
input[type="button"],
input[type="submit"],
table.tocArticle a {
  text-decoration: none;
}

.block p {
  margin: 0 !important;
}

.block ul {
  list-style: none;
  padding-left: 1.2em;
}

.block li:before {
  content: "\00BB";
  display: block;
  height: 0;
  left: -1em;
  position: relative;
  width: 0;
}

.banner-img,
.indexers a,
.intro {
  display: inline-block;
}

#sidebarFontSize.block {
  padding-bottom: 35px !important;
}

.tocArticle {
  border-bottom: 2px #4066a9 solid !important;
}

table.tocArticle tr {
  background-color: #ededed;
}

table.tocArticle tr:hover {
  background-color: #dcdcdc;
}

table.tocArticle td {
  padding: 10px 5px;
}

.tocTitle {
  font-weight: 500;
}

td.tocArticleGalleysPages {
  float: right;
  margin: 0;
}

#content ul.menu {
  margin: 0;
}

#content ul.menu li {
  background-image: linear-gradient(to bottom, #a0a0a0 0, #ffffff 100%);
  background-repeat: repeat-x;
  border-radius: 3px;
  padding: 5px 8px;
}

#content ul.menu li.current,
#content ul.menu li:hover {
  background-image: linear-gradient(to bottom, #636363 0, #a0a0a0 100%);
  background-repeat: repeat-x;
}

#content ul.menu a {
  color: #fff;
}

#content ul.menu a:hover {
  color: #4066a9;
}

input.textField,
input.uploadField,
select.selectMenu,
textarea.textArea {
  font-family: "Roboto";
  background-color: #fbfcfd;
  border: 1px solid #636363;
  color: #54413b;
  padding: 0.3em;
}

input.textField:focus,
input.uploadField:focus,
select.selectMenu:focus,
textarea.textArea:focus {
  border: 1px solid #636363;
}

input[type="button"],
input[type="submit"] {
  font-family: "Roboto";
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #a0a0a0;
  background-color: #a0a0a0;
  color: #fff;
  padding: 5px 5px;
  text-shadow: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  font-family: "Roboto";
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: none;
  background-color: #636363;
  border: 1px solid #636363;
  background-repeat: repeat-x;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

input.defaultButton {
  font-family: "Roboto";
  background-color: #98afda;
  color: #fff;
  font-weight: 500;
}

div.separator {
  border-bottom: 1px dotted #a0a0a0;
}

.banner-img {
  margin-bottom: 10px;
}

.banner-img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.indexers {
  margin: 10px 0;
}

.indexers a {
  border: 2px solid transparent;
  padding: 5px 5px;
}

.indexers a:hover {
  background: 0 0;
  border: 2px dotted #5a79b3;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.indexers a img {
  height: 38px;
}

a img {
  border: 0;
}

div.thickSeparator {
  margin-bottom: 10px;
}

span.highlight {
  background-color: #636363;
}

.intro {
  background-color: #a0a0a0;
  border: 1px dotted #636363;
  padding: 10px;
}

.intro ul {
  margin: 0;
  padding-left: 1em;
}

.highlight {
  background-color: #a0a0a0;
  border: 1px dashed #636363;
  padding-bottom: 6px;
  padding-top: 6px;
}

.issueCoverImage {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

.issueCoverImage img {
  border: 0 solid #fff;
  box-shadow: 4px 4px 6px #a0a0a0;
  margin: 1em 2em 1em 0;
  width: 100px;
}

.cover-image-intro {
  border: 1px solid #e8ecf4;
  box-shadow: 1px 1px 12px #a0a0a0;
  margin: 0 0 0 1em;
  width: 100px;
}

.color-box {
  display: block;
  float: left;
  height: 40px;
  margin-right: 5px;
  width: 60px;
}

.color1 {
  background-color: #636363;
}

.color1-light {
  background-color: #fbfcfd;
}

.color2 {
  background-color: #a0a0a0;
}

.color2-light {
  background-color: #fbfcfd;
}

.color-grey-light {
  background-color: #fbfcfd;
}

#homepageImage {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

#homepageImage img {
  height: auto;
  max-width: 100%;
  margin-top: -1em;
}

#setupForm #homepageImage,
#setupForm #journalDescription {
  width: 100%;
}

#setupForm #homepageImage img {
  margin-left: 0;
  margin-top: 0;
}

.articleDOI,
.tocAuthors,
.tocDOI {
  margin-top: 4px;
  padding-left: 30px;
}

#body {
  display: none;
}

#setupForm .uploadField {
  width: 400px !important;
  margin-right: 10px;
  float: left !important;
}

#sidebar {
  float: right;
}

.articleDOI,
.tocDOI {
  background: url(https://i.ibb.co/vPyS10s/icon-doi.png) 1px 2px no-repeat
    rgba(0, 0, 0, 0);
}

.tocAuthors {
  background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat
    rgba(0, 0, 0, 0);
  font-style: italic;
  padding-bottom: 5px;
}

.tocGaleyPdf {
  background: url(/public/site/images/admin/icons/icon-pdf.png) top right
    no-repeat;
  height: 20px;
  width: 24px;
  display: inline-block;
  float: right;
}

.tocGaleyFile {
  background: url(/public/site/images/admin/icons/icon-file.png) top right
    no-repeat;
  height: 20px;
}

#journalDescription {
  float: left;
  width: 60%;
}
#homepageImage {
  float: right;
  width: 38%;
  margin-bottom: 10px;
}
#homepageImage img {
  height: auto;
  max-width: 100%;
  margin-top: -1em;
  box-shadow: 5px 5px 10px #888888;
}

.button {
  background: #4066a9 !important;
}

.button:hover {
  background: #008e97 !important;
}

#journalDescription {
  text-align: justify !important;
}