/* Fonts */
@font-face {
  font-family: header_title;
  src: url("../fonts/SourceSerifPro-Bold.otf");
}
 
@font-face {
  font-family: sage_content;
  src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
}
 
@font-face {
  font-family: sage_content_md;
  src: url("../fonts/HelveticaNeueLTStd-Md.otf");
}
 
@font-face {
  font-family: sage_title;
  src: url("../fonts/HelveticaNeueLTStd-Bd.otf");
}
 
@font-face {
  font-family: sage_title_it;
  src: url("../fonts/HelveticaNeueLTStd-It.otf");
}
 

p {
  margin-bottom: 0.6rem !important;
}
 
.header {
  padding-top: 1px;
  padding-bottom: 1px;
}
 
#header_bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ad-text-container::-webkit-scrollbar {
  width: 3px;
}
.ad-text-container::-webkit-scrollbar-track {
  background: transparent;
}
 
#group_logo_img {
  height: 35px;
  margin-right: 4px;
}
 
.header_footer {
  font-family: sage_title;
  font-size: 16px;
}

 
.link {
  color: black;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5rem 0;
}
 
.link:hover {
  color: black;
}
 
/* Desktop Dropdown */
.dropdown-content {
  position: absolute;
  display: none;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1040;
}
 
.dropdown-content li {
  padding: 10px;
}
 
.dropdown-content li:hover {
  background: #f1f1f1;
}
 
.custom-hover:hover .dropdown-content {
  display: block;
}
 
.dropdown-toggle::after {
  display: none;
}
 
/* Search */
.header_searchbox {
  padding: 6px 10px;
}
 
/* Footer */
.footer {
  background-color: #faeddd;
  font-family: sage_content !important;
  font-size: 14px;
  font-weight: normal;
}
 
.foooter_btn {
  background-color: #1d749d;
  color: #fff;
  font-family: sage_title !important;
}
 
.footer_email {
  color: #1d749d;
  font-family: sage_title !important;
}
 
.footer_rounded {
  border-radius: 1rem;
}
 
/* Index Page */
.title-color {
  color: #00749d !important;
}
 
.title-color p a,
.title-color p a * {
  color: #00749d !important;
  font-size: unset !important;
}
 
.author {
  font-family: sage_content_md;
  font-size: 20px;
  color: #000000;
}
 
.first_published {
  font-family: sage_content;
  font-size: 14px;
}
 
.nav-pills .nav-link {
  margin: 10px 20px 10px 0;
  padding: 5px 35px;
  border: 0;
  border-radius: 0.25rem;
  background: none;
  background-color: #958f8f;
  color: white;
  font-family: sage_title !important;
  font-size: 18px;
}
 
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #00749d;
  color: #fff;
}
 
.decoratedLine {
  overflow: hidden;
}
 
.decoratedLine>span {
  position: relative;
  display: inline-block;
}
 
.decoratedLine>span::before,
.decoratedLine>span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 700px;
  margin: 0 20px;
  border-bottom: 1px solid;
  transform: translateY(-50%);
}
 
.decoratedLine>span::before {
  right: 100%;
}
 
.decoratedLine>span::after {
  left: 100%;
}
.btn:hover{
  background-color: #00749d !important;
  color: #fff !important;
}
.sage_inner_title {
  color: #000000;
  font-family: sage_title !important;
  font-size: 18px;
}
 
.sage_font_it {
  color: #000000;
  font-family: sage_title_it !important;
  font-size: 16px;
}
 
.pdf-btns {
  padding: 1.4px 27px !important;
  border: 2px solid #00749d !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
  font-family: 'Poppins', sans-serif;
 font-size: 15.4px;
}
 
.pdf-btns:hover {
  background-color: #00749d !important;
  color: #fff !important;
}
 
.cc_img {
  width: 85px;
  height: 29px;
}
 
/* Sidebar */
.side_border {
  height: 100%;
  margin-left: 2.85rem;
  border-left: 1px dashed #707070;
}
 
.side_bar_content {
  font-family: sage_content !important;
  font-size: 16px;
}
 
.side_bar_content_sm {
  font-family: sage_content !important;
  font-size: 14px;
}
 
.side_content_bg {
  max-width: 200px;
  height: 100%;
  background-color: #70707033;
  white-space: nowrap;
}
 
 
span {
  font-family: unset !important;
}
 
.side_button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #00749d;
  color: white !important;
  font-family: sage_title;
}

 
 
/* current issue */
.prev_next {
  white-space: nowrap;
  font-size: 16px;
  color: #fff !important;
  background-color: #00749d !important;
  border-radius: 10px !important;
  margin: 10px 0;
}
 
.artLock {
  width: 40px;
}
 
.artLockPadding {
  padding: 12px 7px 0 0;
}
 
.artCount {
  font-family: sage_title;
  font-size: 16px;
  margin-bottom: 20px;
}
 
.page_title {
  color: #00749d;
  font-family: sage_title;
  font-size: 30px;
  padding: 2rem 0rem;
}
 
.line {
  border-top: 2px solid #00749d;
}
 .newicons{
  width: 150px !important;
  border-radius:8px;
  background:#e8f4f8;
  border:1.5px solid #00749D;
  box-shadow:0 2px 8px rgba(0,116,157,0.15);
  margin-top: -40px !important;
  margin-right: -170px !important;
}
.msgArt {
  font-family: sage_content;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
 
.sage_font {
  font-family: sage_content !important;
  font-size: 16px !important;
  color: #000000;
}
 
.min_max_date {
  font-family: sage_content;
  font-size: 18px;
  margin-bottom: 20px;
}
 
ul.listree {
  font-size: 18px;
  font-family: sage_content;
  list-style: none;
  padding: 10px;
}
 
ul.listree-submenu-items,
ul.listree-submenu-items>li {
  list-style: none;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
 
div.listree-submenu-heading.collapsed:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f055";
  margin-right: 5px;
  font-size: 16px;
  color: #00749d;
}
 
div.listree-submenu-heading.expanded:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f056";
  margin-right: 5px;
  font-size: 16px;
  color: #00749d;
}
 
.page_title {
  color: #00749d;
  font-family: sage_title;
  font-size: 30px;
  padding: 2rem 0rem;
}
 
.sage_font {
  font-family: sage_content !important;
  font-size: 16px;
  color: #000000;
}
 
.indexing_bg {
  border: 1px solid #307399;
  border-radius: 10px;
  background-color: #edfaff;
}
 
.submissionG_btn {
  background-color: #00749d;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  white-space: nowrap;
  font-family: sage_title;
  margin-top: 0.5rem;
  /* margin-left: 9rem; */
}
 
.submissionG_img {
  width: 60px;
  height: 60px;
}
 
.submissionG_text {
  font-size: 20px;
  padding-left: 1.25rem;
}

.most_child
{
  padding-left: 20px;
}
 
/* //////////////////FORM PAGES/////////////// */
form.sage_font {
  font-size: 18px !important;
}
 
.form-label {
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
}
 
.form-control,
.form-select {
  padding: 1rem 0.75rem;
  border-radius: 15px;
}
 
.form-control:focus-visible,
.form-select:focus-visible {
  outline: #000000 auto 1px;
}
 
.form-control:hover,
.form-select:hover {
  outline: #000000 auto 1px;
}
 
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000000;
  outline: #000000 auto 1 px;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
 
.form-btn {
  background-color: #00749d;
  color: white;
}

 
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
 
.loader-overlay img {
  width: 90px;
  height: 90px;
}
 
summary {
  list-style: none;
}
 
.title p a {
  color: #00749d !important;
  font-size: 28px !important;
  text-decoration-thickness: 1.3px!important;
 
}
 
.author {
  font-size: 18px;
}
 
.doipub {
  font-family: sage_content_md;
  font-size: 14px;
}
 
.artInfo {
  font-family: sage_content_md;
  color: #00749d;
  cursor: pointer;
  font-size: 20px;
}
 
.volume {
  display: inline-block;
  color: blue;
  /* font-size: 16px; */
}
 
.corauthor {
  font-family: sage_content;
  font-size: 18px;
  margin-top: 10px;
}
 
.long_desc {
  font-family: sage_content;
  font-size: 10pt;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
 
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

details summary {
  list-style: none;
}
 
details summary::-webkit-details-marker {
  display: none;
}
 
details[open] #arrow {
  transform: rotate(180deg);
}
 
#arrow {
  transition: 0.3s;
}
  .reference {
    font-size: 18px;
    margin-top: 20px;
  }
 
 .advertisement_slide{
  width:200px;
  height:150px;
  border-radius:6px;
  border:1px solid #ccc;
  padding:2px;
 }
 .advertisement_text{
  width: auto;
  overflow-wrap: break-word;
}

 
@media (min-width: 992px) and (max-width: 1400px) {
 

    .prev_next {
        font-size: 14px !important;
    }
  .artInfo {
    font-size: 18px;
  }
 .sage_font_it {
        font-size: 14px !important;
    }
 
 
  /* sidebar */
  .side_bar_content {
    font-size: 14px !important;
  }
 
  .side_bar_title {
    font-size: 16px !important;
  }
 
  .side_bar_content_sm {
    font-size: 12px !important;
  }
 
  .header_footer {
    font-size: 14px !important;
  }
 
  .sage_font {
    font-size: 14px !important;
  }
 
  .side_bar_content_sm {
    font-size: 11px !important;
  }
 
  .side_bar_content {
    font-size: 14px !important;
  }
 
  .sage_inner_title {
    font-size: 16px !important;
  }
  form.sage_font{
    font-size: 14px !important;
  }
}


.content_box {
    border: 1px solid #307399;
    border-radius: 10px;
    background-color: #edfaff;
    width: 546px;
    padding: 16px;
      padding-bottom: 32px;
}

.sortBtn {
    width: 12rem;
    font-family: sage_title;
    font-size: 14px;
    text-indent: 5px;
}
.selectdiv {
	position: relative;
}
.selectdiv:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #fff;
	right: 30px;
	top: 15px;
	position: absolute;
	pointer-events: none;
}
.selectdiv select {
	appearance: none;
}
  
.header_searchbox {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
}
.dropdown-menu{
  width: 20rem;  
  margin-left: 10px;
}
.tocbtn
{
  font-size: 17px !important;;
}

.vertical-slider {
  height: 300px;
  overflow: hidden;
}

.vertical-slider-scroll {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.slider-track {
  animation: verticalScroll 15s linear infinite;
}

.vertical-slider:hover .slider-track {
  animation-play-state: paused;
}

@keyframes verticalScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}
  @media (max-width: 376px) {
  .prev_next {
    font-size: 11px !important;
    margin: 15px 0 !important;
  }
 
}
 
