.footer a[href*="aboutThisPublishingSystem"] {
    display: none !important;
}

.navbar .form-search {
    display: none !important;
}
/* Increase font size in the main navigation bar */
.pkp_site_nav .pkp_navigation_primary > li > a,
.navbar-nav > li > a {
    font-size: 18px !important; /* Adjust as needed */
}
p {
  text-align: justify;
}
div.published_article p {
  text-align: justify;
}

/****Artciles***//////
.footer a[href*="aboutThisPublishingSystem"] {
      display: none !important;
    }

    .navbar .form-search {
      display: none !important;
    }

    .pkp_site_nav .pkp_navigation_primary > li > a,
    .navbar-nav > li > a {
      font-size: 18px !important;
    }

    p {
      text-align: justify;
    }

    div.published_article p {
      text-align: justify;
    }

    body {
      font-family: 'Roboto', sans-serif;
      background-color: #ffffff;
      margin: 0;
      padding: 1px;
      color: #333;
    }

    .article-container {
      max-width: 900px;
      margin: auto;
      line-height: 1.8;
    }

    .article-container h1 {
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 30px;
      color: #2c3e50;
    }

    .article-container p {
      font-size: 1.05rem;
      text-align: justify;
      margin-bottom: 20px;
    }

    .references {
      margin-top: 40px;
    }

    .references h2 {
      font-size: 1.4rem;
      margin-bottom: 20px;
      color: #2c3e50;
    }

    .references ol {
      padding-left: 25px;
      margin-left: 0;
      list-style-position: outside;
    }

    .references li {
      text-align: justify;
      font-size: 1rem;
      margin-bottom: 12px;
      padding-left: 5px;
      text-indent: -20px;
    }

    .page-header small {
      display: block;
      margin-top: 0.5em;
      color: red;
    }

/****pdf view margin new tab open**/////
    header.header_view {
      margin-top: -234px !important;
    }
	 .header_view {
  border-width: 0;
  margin-top: -897px;
}

/******pdf view margin close new tab***///

h2, .h2 {
  font-size: 32px;
  color: #9aebff;
}

p {
  text-align: justify;
  margin-top: 8px;
  margin-bottom: -4px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10.5px;
  text-align: justify;
}





/* Target only the iframe container showing PDF */
#pdfCanvasContainer {
  padding: 0;
  margin: 0 auto;
  background: #f8f8f8;
  text-align: center;
}

/* Style the iframe that shows the PDF */
#pdfCanvasContainer iframe {
  width: 100%;
  height: 100vh;
  border: none;
  margin-top: 0;
  min-height: 700px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Optional: Hide any unwanted header or container around iframe */
body.galley_view header.header_view {
  display: none;
}
/****search box remove start**///
nav#nav-menu form.navbar-form.navbar-left {
    display: none !important;
}

.pkp_site_nav_item_search,
li.search,
form#simpleSearchForm {
  display: none !important;
}

//*** search box end**///
.pkp_block.block_make_submission a {
    background-color: #f72c5b !important; /* Button background color */
    color: ghostwhite !important;        /* Text color */
    margin-left: 66px !important;        /* Move right if needed */
    padding: 8px 16px;                   /* Optional: improve padding */
    border-radius: 6px;                  /* Optional: rounded corners */
    text-decoration: none;              /* Optional: remove underline */
}
