p {
    font-size: 15;
	font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    line-height: 1.56;
    letter-spacing: 0.2px;
	text-align: justify;
	}

.header {
    background-color: #ff6600;
    padding-top: 7px;
}

.pkpbrand-wrapper {
    visibility: hidden;
	}

.block_information {
    color: white;
}

.site-footer {
    background-color: #1163bb;
    padding-top: 60px;
    padding-bottom: 60px;
}

.user-page-footer {
    color: #ffffff;
}

.additional_content {
    margin-top: 25px;
}

.nav-tabs .nav-item {
    font-weight: 600;
}

footer p, footer li, footer a {
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #ffffff;
}

.article_summary:hover {
box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transition: all 0.4s;}

.article_summary {
    margin-bottom: 20px;
    margin-right: 2%;
    border-radius: 10px;
    border-color: #FF9800;
    background-color: azure;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.summary_title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #3b4aa3;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.section_title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 22px;
    color: #de2718;
    font-weight: bolder;
    padding-bottom: 30px;
    padding-top: 3px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  
  .card-fnd {
    display: inline-block;
  }
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  
  .card-fnd {
    flex: 0 0 auto;
    margin-right: 3px;
  }
}

.card-fnd {
  border: 2px solid $red;
  width: 150px;
  height: 75px;
  background: blue;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 80px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}

.pkp_block img {
    width: auto;
}

.header .row {
    min-height: 60px;
}

.upper-header {
		 padding-top: unset;
		padding-left: 16px;
	}
.header {
    padding-left: 6%;
    padding-right: 6%;
}

.container-page {
    padding-left: 6%;
    padding-right: 6%;
}

.journal-front {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
	letter-spacing: 0.2px;
    padding: 10px;
    text-align: justify;
    border-radius: 10px;
    color: #000000;
}

.front-lef {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding: 10px 0px 5px 0px;
    border-radius: 10px;
}

.journal-front-section-title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
font-weight: 700;
    text-transform: capitalize;
}

.container-page {
    padding-top: 1px;
    padding-bottom: 50px;
}

.container-footer {
    padding-left: 7%;
    padding-right: 7%;
}



.vertical-menu {
    width: 240px;
    font-weight: 200;
}

.journal-logo-text {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 30px;
    font-weight: 500;
}

.section_title {
    font-size: 22px;
    color: #ffffff;
    font-weight: bolder;
    padding: 10px;
    background: #de2718;
    width: max-content;
}

.section:not(:last-child) {
    border-bottom: 2px solid #f7a10c;
}

.section {
    padding-bottom: 20px;
    padding-top: 25px;
}

.btn-secondary {
    background-color: #dc2718;
    border-color: #ffc107;
}

.journal-logo {
    max-height: 100px;
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.body	{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 15px;
}

p, li, a, blockquote {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 15px;
}

.additional_content {
    margin-top: 15px;
}
.sections {
    padding-top: 2px;
}
.section {
    padding-bottom: 5px;
    padding-top: 5px;
}
.container-page {
    margin-top: 5px;
}

.front-indexing {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.19);
    max-width: inherit;
    padding: 15px 5px 5px 5px;
    align-self: auto;
    text-align: center;
}

.current_issue header {
    margin-bottom: 20px;
    margin-top: 20px;
}

.vertical-menu a {
    background-color: #167436;
    color: #ffffff;
    display: block;
    padding: 12px;
    line-break: auto;
    text-decoration: none;
    outline-color: black;
    outline: 2px;
    border-color: #fddc43;
    box-shadow: white;
    border-style: outset;
}

.ed_board {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.ed_title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 700;
}

.editorial-board {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    padding-top: 10px;
}

.jor-met {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	background-color: #f7a10c;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    line-break: auto;
    text-decoration: none;
    outline-color: black;
    outline: 2px;
    border-color: white;
    box-shadow: white;
    border-style: outset;
}
.jor-com-hed {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    border-bottom: 2px solid #FF9800;
    font: bold;
    color: #136bc3;
    text-align: center;
    font-size: 24px;
    line-height: 2.2;
    font-weight: 600;
}

.header-top {
    background-color: #0033cc;
    padding-top: 10px;
    color: white;
    text-align: end;
}

.header-p {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	font-size: 16px;
    font-weight: 700;
}

.header-top a{
    color:#fff;
}