
html {
    scroll-padding-top:40px; 
}
.editorBlock{
    margin-top:30px;
}
.editorBlock > h5,h6{
    margin-bottom:5px;
}
.editorBlock > h5{
    font-size: 20px;
    font-weight: bold;
}
.editorBlockTags .tags{
    border-bottom: 2px solid #000 !important;
    margin-bottom: 15px !important;
    font-weight:bold !important;
}
.editorBlockTags h1.tags {
    font-size: 32px;
    margin-bottom:10px !important;
}
.editorBlockTags h2.tags {
    font-size: 28px;
    margin-bottom:10px !important;
}.editorialBoardList{
    list-style:none !important;
    padding:0px;
    margin:0px;
}.editorialBoardList li{
    width: 100% !important;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    margin-bottom: 0px;
    text-indent: 0px;
}.editorialBoardList h6,p{
    padding:0px;
    margin:0px;
}.editorialBoardList p{
    font-size:11px;
}.editorialBoardList li a{
    color:#000;
}
.editorialBoardList.sticky-top {
    top:70px !important;
  }
  .navbar{
    z-index:99990000 !important;
  }.editorBlockTags{
    margin-top:20px;
  }
  .editorialBoardList li:active {
    background-color: rgb(220, 220, 220);
  }

  .issueListItem{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .articleSection{
    padding-top:25px;
    padding-bottom:25px;
    border-bottom:1px solid #ccc;
  }.articleSection h4{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
  }.issueTitle{
    font-weight:bold;
  }.authorDetails ul{
    list-style:none;
    padding:0px;
    margin:0px;
    margin-bottom:8px;
    float: left;
  }.authorDetails li{
    float:left;
    font-size:20px;
  }.paperTitle{
    margin-bottom:0px !important;
  }.authorDetails ul li::after {
    content: ", ";
}
.authorDetails ul li:last-child::after {
    content: "";
}
.articlePDFButton{
  width: 100%;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(68deg, #ff2929, #600000);
  border: none;
  border-radius: 4px;
  /* transition:.8s; */
}
.articlePDFButton:hover{
  background: linear-gradient(68deg, #f81e1e, #4e0000);
  /* transition:.8s; */
}.articlePage{
  font-size: 20px;
}.referencesList{
  padding: 0px 15px;
  margin: 0px;
}.referencesList li{
  margin-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 10px;
}.articleContainer img{
  margin:auto;
  display:table;
  max-width:100%;
  width:50%;
  margin-top:20px;
  margin-bottom:20px;
}.articleContainer table{
  border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
    font-size: 15px;
}
.articleContainer th, td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}

.articleContainer thead th {
  background-color: #f4f4f4;
  font-weight: bold;
}
.articleContainer  tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.articleContainer  caption, .table-caption {
  font-size: 14px;
  color: #555;
  margin-top: 0.5em;
  text-align: center;
}
.articleContainer    .table-wrap {
  overflow-x: auto;
  margin: 1em 0;
}

.articleContainer h2{
  font-weight: bold;
  font-size: 32px;
  margin-top: 20px;
}

.articleContainer h3{
  font-weight: bold;
  font-size: 26px;
  margin-top: 20px;
}

.articleContainer h4{
  font-weight: bold;
  font-size: 21px;
  margin-top: 20px;
}

.articleContainer h5{
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.articleContainer h6{
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}.referencesList i{
  font-weight:500;
}figcaption{
    border-top: 2px solid #787878;
    border-bottom: 2px solid #5e5e5e;
    padding: 12px 0px;
    margin-top: 20px;
}
.tocContent{
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.tocContent ul{
list-style:none;
padding:0px;
}

.tocContent ul ul{
  /* padding:0px 0px 0px 10px; */
  text-indent: 10px;
  }
.mt-50-sticky{
  position: sticky;
  top: 80px;
}.tocContent{
  padding:0px;
  border: none;
  margin-top: 10px;
  /* background: #f4f4f4; */
}.tocContent ul li{
  padding:8px 2px;
  border-bottom: 1px solid #ccc;
}

.articlePDFButton {
  width: 100%;
  padding: 20px;
  color: #000000;
  background: #fff;
  border-radius: 4px;
  transition: .2s!important;
  border: 1px solid #989898;
  font-size: 18px;
  font-weight: 400;
}

.articlePDFButton .bi-file-pdf{
  color: red;
}

.articlePDFButton:hover {
  width: 100%;
  padding: 20px;
  color: #000000;
  background: #ededed;
  transition: .2s!important;
} .authorCard{
  width:100%;
  float:left;
  padding:20px;
  border:1px solid #dddddd;
  background:#eeeeee69;
  border-radius:5px;
  box-shadow: 2px 2px 3px #ccc;
  margin-bottom:15px;
}.authorDetails ul li a{
  color:#0d6efd!important;
  cursor:pointer;
}.tocBox .active{
  background: #fafafa;
}.tocBox li{
  padding:10px !important;
}.articleContainer p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  line-height:25px;
}.table-wrap p{
  padding: 0px !important;
  margin: 0px !important;
  line-height:25px;
}


#notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.notification {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  transform: translateX(120%);
  transition: transform 0.5s ease;
  position: relative;
  min-width: 300px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.notification.show {
  transform: translateX(0);
}

.notification .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0.75rem;
  flex-shrink: 0;
}

.notification.success .icon {
  background-color: #198754;
  color: white;
}

.notification.error .icon {
  background-color: #0d6efd;
  color: white;
}

.notification .message {
  flex-grow: 1;
  font-size: 0.875rem;
  color: #212529;
  padding: 0.75rem 0;
}

.notification .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #e9ecef;
}

.notification .progress-bar {
  height: 100%;
  width: 100%;
  transform-origin: left;
}

.notification.success .progress-bar {
  background-color: #198754;
}

.notification.error .progress-bar {
  background-color: #0d6efd;
}




#notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification {
  min-width: 300px;
  max-width: 400px;
  padding: 15px 20px;
  border-radius: 8px;
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
  animation: slideIn 0.3s ease forwards;
}

.notification.success {
  background-color: #28a745;
}

.notification.error {
  background-color: #dc3545;
}

.notification a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px!important;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  animation: progress 5s linear forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

.alert-success{
    border: none;
    background: #0d8523 !important;
    color: #fff;
}

.dropdown-menu.show{
  display: block;
  min-width: 266px;
}
.userLoginBox{
  padding: 11px 18px 0px 18px;
}
.userLoginBox h3{
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
.userLoginBox p{
  font-size:12px;
}
/* .dropdown-menu.show {
    display: block;
    min-width: 280px;
}.dropdown-menu li{
  padding: 10px 15px;
} */

.issnData{
    font-size: 20px;
    font-weight: 500 !important;
}

.societyContainer{
    border: 1px solid #efefef;
    padding: 20px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px #d7d7d7;
}
 .licences{
   font-size: 13px;
   padding-bottom: 10px;
   border-bottom: 1px solid #ccc;
 }
 .licences img{
   width: 70px;
 }.footerJournalContainer{
    background: #f3f3f3;
    padding: 30px;
    border-radius: 4px;
    font-size:15px !important;
 }

 .loader {
  border: 4px solid transparent;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin:auto;
  display:table;
  }@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }

   .bottom_footer_tags {
    margin: auto;
    display: table;
    list-style: none;
}.bottom_footer_tags li {
    float: left;
    padding: 1px 4px;
    color: #fff;
    font-size:12px;
}
.disable-sticky-mobile.sticky-top {
   position: static !important;
}

@media only screen and (max-width: 768px) {
    .cover-page{
      display:none;      
    }.me-3{
      margin-right: 0px !important;
    }.societyLogo{
      margin-bottom: 10px;
    }
}

.navbar-nav.journal-navbar > li:first-child > a {
    padding-left: 0px !important;
}

.accordion-button{
  background-color:#fff !important;
  background:#fff !important;
}