body {
  color: #001430;
  background: #fff !important;
  font-family: PT Sans;
}
body a {
  transition: all 0.3s;
}
body p {
  text-align: justify;
}
.pdfLink:hover img {
  width: 40px;
}
.authors,
.doi,
.pages,
.paperTitle {
  display: block;
  margin-bottom: 0.3rem;
}
.authors {
  font-size: 0.8rem;
}
.authors i {
  font-size: 0.9rem;
}
.pages {
}
.paperTitle {
  transition: all 0.3s;
  padding: 3px 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--color2), var(--color1));
  color: #fff;
  font-family: PT Serif;
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px #000;
  box-shadow: 0 2px 2px #000;
}
.paperDetails {
  margin-bottom: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #aaa;
}
.abstract-text {
  color: #000c42;
  background: linear-gradient(90deg, #dbdbfc, #eff2ff);
  padding: 1rem;
  text-align: center;
  box-shadow: 0 3px 3px #000;
}
.abstract-text p {
  text-align: justify;
  margin: 0;
  padding: 0 1rem 1rem;
}
.volume-issues li {
  list-style: none;
  margin-bottom: 0.3rem;
}
.editorialBoard a,
.issue a,
.volume-issues li a {
  color: #032b97;
  transition: all 0.3s;
  line-height: 1.2rem;
}
.editorialBoard a:hover,
.issue a:hover,
.volume-issues li a:hover {
  font-size: 1.1rem;
}
.sectionTitle {
  color: #555;
  font-size: 1.2rem !important;
  background: #f0f0f0;
  padding: 0.2rem;
  margin-bottom: 2rem;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: 600;
}
.breadcrums a {
  color: #004492;
}
.article span:not(.views, .downloads, .open-access-badge, .title) {
  display: block;
}
.article .abstractLink,
.article .authors,
.article .downloads,
.article .pages,
.article .pdfLink,
.article .title,
.article .views {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}
.article .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-block: 1rem 0.5rem;

  line-height: 1.2;
}

.article-card-link {
  text-decoration: none;
  color: #333;
  .article {
    /* background-color: #f9f9f9; */
    transition: all 0.3s;
  }
}

.article-card-link:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 0 4px 8px #666 !important;
  .article {
    background-color: #f5f5f5;
    .title {
      text-decoration: underline;
      text-underline-offset: 0.2rem;
    }
  }
}

.open-access-badge {
  font-weight: bold;
}

.article .authors {
  font-size: large;
  color: #666;
}

.enhanced-header {
  background: linear-gradient(135deg, #0066cc 0%, #004499 100%) !important;
  color: #fff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 1rem !important;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
  margin: 0 0 2rem 0 !important;
}

.enhanced-article-link {
  text-decoration: none;
  color: #333;
  border-radius: 12px !important;
  display: block;
  position: relative;
  overflow: hidden;
}

.enhanced-article-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}

.enhanced-article-link:hover::before {
  left: 100%;
}

.enhanced-article {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.enhanced-article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, transparent 100%);
  border-radius: 0 12px 0 100%;
}

.enhanced-article-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 102, 204, 0.25) !important;
}

.enhanced-article-link:hover .enhanced-article {
  background: linear-gradient(135deg, #ffffff 0%, #e8f0ff 100%);
  box-shadow: 0 8px 28px rgba(0, 102, 204, 0.25);
}

.enhanced-article-link:hover .title {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.enhanced-article-number {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: #0066cc !important;
  background: linear-gradient(135deg, #e6f2ff 0%, #cce5ff 100%);
  padding: 0.3rem 0.8rem !important;
  border-radius: 8px;
  display: inline-block !important;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.2);
  margin-bottom: 0.8rem;
}

.current-issue-badge {
  color: #1e7e34;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.enhanced-article .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #001430;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.enhanced-article .authors {
  font-size: 1.05rem;
  color: #555;
  font-weight: 500;
}

.enhanced-article .pages {
  color: #666;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .enhanced-articles-page {
    padding: 0.5rem;
    margin: -5px;
  }

  .enhanced-header {
    font-size: 1rem !important;
  }

  .enhanced-article .title {
    font-size: 1.2rem;
  }
}

.article .pdfLink {
  background-color: #ec253f;
  width: 100px;
}

.article .citeLink {
  background-color: #432dd7;
  color: #fff;
  width: 100px;
}
.article .abstractLink {
  border: 1px solid;
  width: 100px;
}
.fullArticleButton {
  background-color: #c6185c;
  color: #fff !important;

  text-decoration: none !important;
  display: block;
  line-height: 1 !important;
  width: 120px;
  text-align: center;
  padding-block: 0.5rem auto !important;
}

.fullArticleButton:hover {
  background-color: #911243;
}

.ClickableButton {
  transition: all 0.3s;
  margin: 0 !important;
  display: inline-block;
  box-shadow: 0 1px 1px #666;
  padding: 5px 12px;
  font-size: 0.8rem;
}
::-webkit-scrollbar {
  display: none;
}
.footer-dark {
  background: #111;
  color: #dadada;
  margin-top: 2rem;
  padding: 0.5rem;
}
.footer-dark a {
  color: #a1b7e6;
}
.issues-list li,
.volumes-list li {
  list-style: none;
}
.issues-list li a,
.volumes-list li a {
  color: #004492;
}
.volumes-list {
  font-size: 1.2rem;
  font-weight: 700;
}
.issues-list {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 2rem;
}
.journalImage img {
  height: 50px;
}
@media only screen and (max-width: 576px) {
  .sectionTitle {
    margin-top: 2rem;
  }
  .journal-brand,
  .journalImage {
    display: block;
  }
}

.editorialBoard p {
  text-align: left;
}

.__dimensions_Badge_stat_fcr,
.__dimensions_Badge_stat_rcr,
.__dimensions_Badge_stat_recent_citations,
.__dimensions_Badge_stat_total_citations {
  display: flex !important;
}

.__dimensions_Badge_Legend::before {
  top: 40% !important;
  left: -12px !important;
  margin-left: -12px !important;
  border-width: 12px 12px 12px !important;
  border-color: transparent #444 transparent transparent !important;
}

.__dimensions_Badge_Legend_hover-top {
  bottom: 0 !important;
  left: 0 !important;
  transform: translateX(0);
  transform: translate(40%, 40%) !important;
}

.btn {
  margin: 0 !important;
}

.publicationEthics section {
  padding-top: 98px;
}
.publicationEthics section hr {
  position: relative;
  top: 3rem;
  background: #000;
}

.publicationEthics h5 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.publicationEthics ul {
  padding-left: 2rem;
}
.publicationEthics li {
  margin-bottom: 0.8rem;
  text-align: justify;
}

.pdfBtn {
  background-color: #b00000;
  color: #fff;
}
.citeBtn {
  background-color: #064969;
  color: #fff;
}

.citeBtn:hover,
.pdfBtn:hover {
  color: #fff;
}

.citeBtn,
.pdfBtn,
.abstractBtn {
  border: 1px solid #888;
  width: 100px;
  text-transform: uppercase;
}
.citeBtn,
.pdfBtn,
.abstractBtn:hover {
  backdrop-filter: brightness(0.9);
}

.contactInfo a {
  color: blue;
}
.contactInfo .fa {
  color: #999;
}
.contactInfo .fa-phone {
  font-size: 130%;
}

.correspondingAuthor {
  color: inherit;
}
.correspondingAuthor:hover {
  color: inherit;

  text-underline-offset: 0.2rem;
  text-decoration: underline;
}

.correspondingAuthorDetailsContainer {
  z-index: 10;
  top: 30px;
  left: 15px;
  position: absolute;
  background: #f0f5f6;
  color: #000;
  padding: 10px;
  border: 4px solid #07546c;
  transition: all 0.3s;
  box-shadow: 0 6px 3px #777;
}
#triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #07546c;
  position: absolute;
  top: -12px;
  left: 20px;
}

.citationCard {
  margin-bottom: 0.7rem;
  color: #333;
  background-image: linear-gradient(to right, #c6ddff, #e7f0ff, #b6d3ff);
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  box-shadow: 0 0 4px #000;
  font-size: 0.8rem;
}
.citationCard .count {
  text-align: right;
}
.mainCol .listOfJournals a {
  color: rgb(247, 255, 136);
  min-height: 1.5rem;
  display: table;
  font-size: 95%;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid #fff0;
}

.keyword {
  font-family: PT Serif;
  /* Rest - InlineCss in ViewPage */
}
.head-style {
  border-bottom: 2px solid #96033c;
  background-color: #96033c0a;
  padding: 1rem;
  padding-bottom: 1.5rem;

  margin-bottom: 2rem;
}

.heading {
  font-weight: bold;
  font-size: 1.5rem;
  opacity: 0.75;
  margin-block: 2rem 1rem;
  display: block;
}
