body {
  overflow-x: hidden !important;
  background-image: url("https://journals.ai-mrc.com/public/ai-mrc.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 3%;
  /* text-align: justify; */
}

.pkp_structure_main {
  width: 66.66666667% !important;
}

.journal-history {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (max-width: 600px) {
  .journal-history {
    border: 0;
  }
  td,
  th {
    display: block;
  }
  td::before {
    content: attr(data-label);
    font-weight: bold;
    display: inline-block;
    width: 100px;
  }
}
.additional_content_container {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.additional_content_container .desc {
  order: 2;
}
.additional_content_container .cover {
  width: 50%;
  margin: 0 auto;
}
.additional_content_container .cover img {
  width: 100%;
}

.additional__title {
  font-size: 24px !important;
  color: #222;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.additional__header {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.additional__header .about {
  order: 2;
}
.additional__header .cover {
  width: 50%;
  margin: 0 auto;
}
.additional_indexing_container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 743px) {
  .additional_content_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 2z0px;
  }

  .additional__header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .additional__header .about {
    padding-top: 10px;
    grid-column: span 2 / span 2;
  }
  .additional__header .cover {
    width: 100%;
    order: 2 !important;
  }
  .additional_indexing_container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
  .desc {
    grid-column: span 3 / span 3;
  }
  .cover {
    width: 100% !important;
    order: 2 !important;
    grid-column: span 1 / span 1;
  }
  .cover img {
    width: 100%;
  }
}
.indexing__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 8px;
  gap: 4px 8px !important;
}
.indexing__container a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.additional_indexing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.additional_indexing div a {
  display: block !important;
  width: 100% !important;
}
.additional_indexing div a img {
  width: 100% !important;
}

@media (min-width: 745px) {
  .additional_indexing {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  padding: 0px !important;
}

.additional_content {
  margin-top: 0 !important;
}

.additional_content div p strong img {
  width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar-collapse {
  padding: 10px 20px !important;
}

/* Page Structure */
.pkp_structure_content.container {
  padding: 40px 20px !important;
  background-color: #fff !important;
  overflow-x: hidden !important;
}

/* Header Custom */
.pull-md-right .navbar-form.navbar-left .form-group .form-control {
  border-radius: 8px;
}

.navbar {
  margin: 0 auto;
}

.nav.nav-pills {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-top: 4px !important;
}

/* .nav.nav-pills li {
    background-color: red !important;
} */
/* .site-name {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.site-name a img {
  width: 100% !important;
} */

.site-name {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.site-name a {
  margin-left: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.site-name a img {
  width: 100% !important;
}

.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

.navbar-nav {
  float: left;
  margin: 0;
  margin-top: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.header_view .navbar-collapse,
.header_view .navbar-form {
  margin-top: 15px;
}

/* Sidebar Custom CSS */
.pkp_block.block_custom {
  border-radius: 8px !important;
  border: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  overflow: hidden;
}

.pkp_block h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  background-color: #d5e9d5 !important;
  color: #81c784 !important;
  font-size: 24px !important;
}

.pkp_block.block_custom .content p {
  background-color: #fff !important;
  color: #222 !important;
  border-radius: 0px !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 16px !important;
}

.pkp_block.block_custom .content p span {
  border-left: 2px solid #81c784 !important;
  padding-left: 6px !important;
}

.sidebar__link {
  margin-bottom: 5px !important;
  border: 1px solid #81c784 !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
}

.sidebar__link:hover {
  background-color: #81c784;
  transition: all 500ms;
}

.sidebar__link:hover a {
  color: #fff !important;
}

.sidebar__link a {
  color: #333 !important;
  display: block;
  text-decoration: none;
}

.pkp_block.block_web_feed {
  border-radius: 8px !important;
  border: none;
  overflow: hidden;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/* Article List Custom Css */
/* .issue-details .description p {
  text-align: justify !important;
}

.article-summary .article-abstract p {
  text-align: justify !important;
}

.page.page_about > p,
.page.page_about ol > li {
  text-align: justify;
} */

.galley-link.btn.btn-primary.pdf {
  background-color: #ec3d3d !important;
  border: none !important;
  border-radius: 4px;
  color: #ffffff;
}

.btn.btn-primary.read-more {
  background-color: #81c784 !important;
  border: none !important;
  border-radius: 4px;
  margin-bottom: 50px;
}

.media-list a {
  font-weight: 600 !important;
  color: #81c784;
}

.media-list .breadcrumb {
  margin-top: 10px !important;
  border-radius: 8px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.issue {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.issue .panel-heading {
  background-color: #d5e9d5;
  color: #81c784;
  font-weight: 600;
}

.list-group-item.date-published {
  background-color: #d5e9d5;
  color: #81c784;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0px 0px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.list-group-item.keywords {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 4px 4px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.how-to-cite {
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.how-to-cite .panel-heading {
  background-color: #d5e9d5;
  color: #81c784;
  font-weight: 600;
  border-radius: 4px 4px 0px 0px;
}

.panel.panel-default.section {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.section .panel-heading {
  background-color: #d5e9d5;
  color: #81c784;
  font-weight: 600;
}

.panel.panel-default.copyright {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/* Page Submission */
.page.page_submissions .alert.alert-info {
  background-color: #d5e9d5;
  color: #81c784;
}

/* Navigation */
.cmp_breadcrumbs .breadcrumb li a {
  color: #81c784 !important;
}

/* Footer */
footer .container {
  width: 100% !important;
}

footer {
  margin: 0 auto !important;
  background-color: #81c784 !important;
}

footer .container .row .col-md-10 > center {
  color: #fff !important;
}

footer .container .row .col-md-10 center > a {
  color: #ffd500 !important;
}

footer .container .row .col-md-10 center p > a {
  color: #ffd500 !important;
}

footer .container .row .col-md-2 .img-responsive {
  /* Safari/Chrome */
  filter: invert(100%);
  position: absolute !important;
  width: 100px !important;
}

@media (min-width: 547px) {
  .container,
  footer,
  .navbar {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }
}
/* Media Max Width */
@media (max-width: 743px) {
  .nav.navbar-nav {
    padding: 0 25px !important;
  }
  .navbar-form.navbar-left {
    padding: 0 25px !important;
  }
  .container-fluid > .navbar-header {
    padding: 0 25px !important;
  }
  .pkp_structure_page {
    overflow-x: hidden !important;
  }
}
@media (min-width: 1024px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }
  .navbar-form.navbar-left .btn.btn-default {
    position: absolute !important;
    right: 35px;
    border-radius: 0 8px 8px 0 !important;
    background-color: #81c784 !important;
    color: #fff !important;
    border: none;
    height: 43px !important;
  }
  .navbar-form.navbar-left .form-group .form-control {
    width: 300px !important;
  }
  .additional_content div p strong img {
    width: 100% !important;
  }
}
/* Footer */
footer {
  background-color: #444 !important;
  padding-bottom: 0 !important;
  margin: 0 auto !important;
}
footer .container {
  width: 100% !important;
}
footer .container .row .col-md-10 {
  width: 100%;
}
footer .container .row .col-md-2 {
  display: none !important;
}
footer .container .row .col-md-2 a .img-responsive {
  filter: brightness(0) invert(1);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 40px;
  padding: 20px 0 60px 0;
  border-bottom: 1px solid #fff;
}
.footer-content .ident {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-content .ident p {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin-top: 20px;
}
.footer-content .ident a {
  text-decoration: underline !important;
  display: block;
  margin-top: 16px;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 14px;
}
.footer-content .ident .barcode-group {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.footer-content .ident .barcode-group a img {
  width: 120px;
}
.footer-content .fast-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.footer-content .fast-navigation .menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-content .fast-navigation .menu__list p {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 600;
  margin: 0 !important;
}
.footer-content .fast-navigation .menu__list a {
  color: #fff;
  font-size: 14px !important;
}
.footer-content .journal-platform a .img-responsive {
  filter: brightness(0) invert(1);
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 100%;
}
.footer-copy a {
  color: #fff;
  text-decoration: underline;
}
.footer-copy a img {
  width: 100px;
  margin-bottom: 20px;
}
.footer-copy p {
  font-size: 12px;
  color: #fff;
}

@media (min-width: 743px) {
  .footer-content {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .footer-content .ident {
    grid-column: span 2 / span 2;
    display: block;
    text-align: start;
  }
  .footer-content .fast-navigation {
    grid-column: span 2 / span 2;
  }
  .footer-content .journal-platform {
    grid-column: span 1 / span 1;
  }
  .footer-content .journal-platform a img {
    margin: 0;
    float: right;
  }
}
@media (min-width: 547px) {
  .container,
  footer,
  .navbar {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }
}
/* Media Max Width */
@media (max-width: 743px) {
  .nav.navbar-nav {
    padding: 0 25px !important;
  }
  .navbar-form.navbar-left {
    padding: 0 25px !important;
  }
  .container-fluid > .navbar-header {
    padding: 0 25px !important;
  }
  .pkp_structure_page {
    overflow-x: hidden !important;
  }
}
@media (min-width: 1024px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }
  .navbar-form.navbar-left .btn.btn-default {
    position: absolute !important;
    right: 35px;
    border-radius: 0 8px 8px 0 !important;
    background-color: #81c784 !important;
    color: #fff !important;
    border: none;
    height: 43px !important;
  }
  .navbar-form.navbar-left .form-group .form-control {
    width: 300px !important;
  }
  .additional_content div p strong img {
    width: 100% !important;
  }
}
@media (min-width: 1640px) {
  .container,
  footer,
  .navbar {
    width: 70% !important;
  }
}
@media (min-width: 2040px) {
  .container,
  footer,
  .navbar {
    width: 60% !important;
  }
}
@media (min-width: 2540px) {
  .container,
  footer,
  .navbar {
    width: 50% !important;
  }
}
@media (min-width: 3040px) {
  .container,
  footer,
  .navbar {
    width: 20% !important;
  }
} /*# sourceMappingURL=styleSheet.css.map */

.h3about {
  color: #81c784;
  font-weight: bold;
}
.contact .phone .label {
  display: none;
}
.pkp_structure_main h1 {
  font-size: 25px !important;
}
