.navbar {
  margin: 0px 0 0 0;
}
.journal-navbar {
  background-color: #007d8d;
  border-top: 1px solid #fff;
  z-index: 9999;
  margin-bottom: 0px;
}
.journal-navbar h1 {
  color: #fff;
  font-size: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all .5s ease 0s
}
.journal-navbar p {
  margin: 0;
  color: #fff;
  font-size: 16px
}
.journal-heading-issn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center
}
.journal-navbar-list li a {
  color: #fff !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: lighter;
  padding: 0 !important
}
.journal-navbar-list li:hover {
  background-color: #fff;
  cursor: pointer
}
.journal-navbar-list li:hover a {
  color: #7b7979 !important;
  text-decoration: none !important
}
.journal-navbar-list {
  width: 100%
}
.journal-navbar-list li {
  border-right: 1px solid #fff;
  padding: 10px 18px
}
.journal-custom-dropdown {
  top: 100%
}
.journal-custom-dropdown li {
  padding: 0
}
.journal-custom-dropdown li a {
  color: #7b7979 !important;
  padding: 2px 14px 0 10px !important;
  text-align: inherit
}
.journal-custom-dropdown li:hover {
  background-color: rgb(235 235 235)
}
.journal-custom-dropdown li:hover a {
  color: #7b7979 !important
}
.journal-custom-dropdown li a:active {
  background-color: rgb(235 235 235)
}
.journal-navbar-list li a:active {
  color: #fff
}
.journal-navbar-list li a:focus {
  color: #fff
}
.journal-toggle-view i {
  color: #fff;
  display: none;
}
.journal-toggle-view:focus {
  box-shadow: none
}
.custom-header {
  background-color: #007b8b !important;
}
.custom-header h6 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.custom-header h6 a {
  color: #fff !important;
  text-decoration: none !important
}
.custom-body {
  padding: 10px
}
.custom-body p a {
  color: #555;
  text-decoration: none
}
.custom-body p a:hover {
  text-decoration: underline
}
.custom-card-footer {
  background-color: #007b8b;
}
.custom-card-footer a {
  text-decoration: none;
  color: #fff !important
}
.index-list li a {
  text-decoration: none;
  color: #555 !important
}
.index-list li a:hover {
  color: #007b8b;
  text-decoration: underline
}
.index-list {
  margin: 0
}
.index-list li i {
  font-size: 13px;
  font-weight: 700;
  color: #007b8b
}
.left-bar-social-links {
  padding: 16px 0;
  text-align: center;
  display: flex;
  justify-content: center
}
.left-bar-social-links li a:hover {
  color: #fff
}
.left-bar-social-links li a i {
  width: 12px;
  height: 12px
}
.left-bar-social-links li:nth-child(1) {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:nth-child(1) a {
  color: #fff !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:hover:nth-child(1) {
  border: 1px solid #3b5998;
  background-color: transparent;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:hover:nth-child(1) a {
  color: #3b5998 !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:nth-child(2) {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
  border-radius: 3px;
  transition: 1s ease-in-out;
  margin: 0 0 0 2px
}
.left-bar-social-links li:nth-child(2) a {
  color: #fff !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:hover:nth-child(2) {
  border: 1px solid #1da1f2;
  background-color: transparent;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:hover:nth-child(2) a {
  color: #1da1f2 !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:nth-child(3) {
  background-color: #0077b5;
  border: 1px solid #0077b5;
  border-radius: 3px;
  transition: 1s ease-in-out;
  margin: 0 0 0 2px
}
.left-bar-social-links li:nth-child(3) a {
  color: #fff !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:hover:nth-child(3) {
  border: 1px solid #0077b5;
  background-color: transparent;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:hover:nth-child(3) a {
  color: #0077b5 !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:nth-child(4) {
  background-color: #bd081c;
  border: 1px solid #bd081c;
  border-radius: 3px;
  transition: 1s ease-in-out;
  margin: 0 0 0 2px
}
.left-bar-social-links li:nth-child(4) a {
  color: #fff !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:hover:nth-child(4) {
  border: 1px solid #bd081c;
  background-color: transparent;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:hover:nth-child(4) a {
  color: #bd081c !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:nth-child(5) {
  background-color: #f57d00;
  border: 1px solid #f57d00;
  border-radius: 3px;
  transition: 1s ease-in-out;
  margin: 0 0 0 2px
}
.left-bar-social-links li:nth-child(5) a {
  color: #fff !important;
  transition: 1s ease-in-out
}
.left-bar-social-links li:hover:nth-child(5) {
  border: 1px solid #f57d00;
  background-color: transparent;
  transition: 1s ease-in-out;
  border-radius: 3px
}
.left-bar-social-links li:hover:nth-child(5) a {
  color: #f57d00 !important;
  transition: 1s ease-in-out
}
.profile-button a {
  background-color: #007b8b !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer
}
.profile-button a:hover {
  text-decoration: none !important
}
.popover {
  max-width: 50%;
  margin-left: .5rem;
  font-size: 12px
}
.popover-header {
  padding: 0 13px;
  margin-bottom: 0;
  font-size: .9rem;
  color: #212529
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529
}
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  position: absolute;
  display: block
}
.bs-popover-right .arrow:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-right-color: rgba(0, 0, 0, .25) !important;
  border-color: transparent;
  border-style: solid;
  border-width: .5rem .5rem .5rem 0
}
.bs-popover-right .arrow:after {
  content: "";
  position: absolute;
  left: 1px;
  display: block;
  border-right-color: #fff !important;
  border-width: .5rem .5rem .5rem 0;
  border-color: transparent;
  border-style: solid
}
.bs-popover-top.popover {
  top: -2% !important
}
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.bs-popover-top .arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  border-top-color: rgba(0, 0, 0, .25) !important;
  border-color: transparent;
  border-style: solid;
  border-width: .5rem .5rem 0
}
.bs-popover-top .arrow:after {
  content: "";
  position: absolute;
  bottom: 1px;
  display: block;
  border-top-color: #fff !important;
  border-width: .5rem .5rem 0;
  border-color: transparent;
  border-style: solid
}
.submit-manuscript {
  border-left: 5px solid #417505;
  background-color: #f0f6eb;
  padding: 5px 8px !important;
  margin-top: 10px;
}
.awards_link {
  width: 100%;
  border-color: #00b1e4 !important;
  color: #fff !important;
  background-color: #007b8b;
  border-color: #007b8b;
}
.reader_link {
  width: 100%;
  border-left: 4px solid #bdbdbd !important;
  border-color: #00b1e4 !important;
  color: #fff !important;
  background-color: #f66a29;
  border-color: #f66a29;
}
.custom-body {
  padding: 10px;
}
.card-scroll {
  height: 180px;
  overflow-y: scroll;
}
.index-list {
  margin: 0;
}
.index-list li i {
  font-size: 13px;
  font-weight: 700;
  color: #007b8b;
}
.submit-manuscript {
  border-left: 5px solid #417505;
  background-color: #f0f6eb;
  padding: 5px 8px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.eb-photo {
  background-size: cover;
  background-position: top center;
  height: 15vh;
  width: 15vh;
}
.text-center {
  text-align: center !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.card-text:last-child {
  margin-bottom: 0;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.custom-body {
  padding: 10px;
}
.awards_link {
  width: 100%;
  border-color: #00b1e4 !important;
  color: #fff !important;
  background-color: #007b8b;
}
.reader_link {
  width: 100%;
  border-left: 4px solid #bdbdbd !important;
  border-color: #00b1e4 !important;
  color: #fff !important;
  background-color: #f66a29;
}
.journal-heading-issn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-scroll {
  height: 180px;
  overflow-y: scroll;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.journal-heading-issn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.journal-navbar h1 {
  color: #fff;
}
.journal-navbar p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.text-justify p {
  font-size: 16px;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 24px;
}
li.tooltip1 {
  margin: 0 0 0 15px;
}
.heading-1 {
  margin: 0px;
  padding: 10px 0px;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.cu_roundchip {
  bottom: 30%;
  left: 0;
  background: #8deaea;
  color: #001834;
  width: 100%;
  text-align: center;
  position: absolute;
  padding: 0 15px 0 10px;
}
.a-py-1 a {
  padding: 7px 14px 7px 0;
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.journal-navbar-list li a i {
  margin: 0 0 0 10px;
}
div#customNavbar {
  margin: -25px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .journal-toggle-view i {
    color: #fff;
    display: block;
	  margin-top: 15px;
  }
  .journal-navbar-list li {
    border-right: none;
    padding: 10px 18px
  }
}