@import url('/eduarts/fonts/fonts.css');

:root {
  --primary-color: #2d83b4;
  --secondary-color: #E1F208;
  --dark-color-1: #101010;
  --dark-color-2: #3b3b3b;
  --grey-color-1: #EEEDEB;
  --grey-color-2: #f0f0f1;
  --theme-font-family: 'Daikon', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  
  --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
  --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
  --theme-border-radius: 0px 0px 2px 2px;
  --theme-dropdown-color: #fff;
  
  --neutral-400: #d9d9d9;
  --neutral-600: #ECF2F5;
  --neutral-800: #EEEDEB;
  
  --fs-sm: clamp(0.8rem, -0.09vi + 0.82rem, 0.75rem);
  --fs-base: clamp(1rem, 0vi + 1rem, 1rem);
  --fs-md: clamp(1.25rem, 0.15vi + 1.21rem, 1.33rem);
  --fs-lg: clamp(1.56rem, 0.39vi + 1.47rem, 1.78rem);
  --fs-xl: clamp(1.95rem, 0.76vi + 1.76rem, 2.37rem);
  --fs-xxl: clamp(2.44rem, 1.3vi + 2.12rem, 3.16rem);
  --fs-xxxl: clamp(3.05rem, 2.1vi + 2.53rem, 4.21rem);
}

.h1, h1, .article-full-title {
  font-size:42px;
  font-size:2.625rem
}
@media screen and (max-width:1550px) {
  .h1, h1, .article-full-title {
    font-size:32px;
    font-size:2rem
  }
}
@media screen and (max-width:1280px) {
  .h1,  h1 {
    font-size:28px;
    font-size:1.75rem
  }
}
@media screen and (max-width:580px) {
  .h1, h1 {
    font-size:26px;
    font-size:1.625rem
  }
}
.h2, h2 {
  font-size:32px;
  font-size:2rem
}
@media screen and (max-width:1550px) {
  .h2, h2 {
    font-size:28px;
    font-size:1.75rem
  }
}
@media screen and (max-width:1280px) {
  .h2, h2 {
    font-size:26px;
    font-size:1.625rem
  }
}
@media screen and (max-width:580px) {
  .h2, h2 {
    font-size:24px;
    font-size:1.5rem
  }
}
.h3, h3
  font-size:26px;
  font-size:1.625rem
}
@media screen and (max-width:1550px) {
  .h3,
  h3 {
    font-size:24px;
    font-size:1.5rem
  }
}
@media screen and (max-width:1280px) {
  .h3,
  h3 {
    font-size:22px;
    font-size:1.375rem
  }
}
@media screen and (max-width:580px) {
  .h3,
  h3 {
    font-size:22px;
    font-size:1.375rem
  }
}
.h4,
h4 {
  font-size:24px;
  font-size:1.5rem
}
@media screen and (max-width:1550px) {
  .h4,
  h4 {
    font-size:22px;
    font-size:1.375rem
  }
}
@media screen and (max-width:1280px) {
  .h4,
  h4 {
    font-size:20px;
    font-size:1.25rem
  }
}
@media screen and (max-width:580px) {
  .h4,
  h4 {
    font-size:20px;
    font-size:1.25rem
  }
}
.h5,
h5 {
  font-size:22px;
  font-size:1.375rem
}
@media screen and (max-width:1550px) {
  .h5,
  h5 {
    font-size:20px;
    font-size:1.25rem
  }
}
@media screen and (max-width:1280px) {
  .h5,
  h5 {
    font-size:18px;
    font-size:1.125rem
  }
}
@media screen and (max-width:580px) {
  .h5,
  h5 {
    font-size:18px;
    font-size:1.125rem
  }
}
.h6,
h6 {
  font-size:20px;
  font-size:1.25rem
}
@media screen and (max-width:1550px) {
  .h6,
  h6 {
    font-size:18px;
    font-size:1.125rem
  }
}
@media screen and (max-width:1280px) {
  .h6,
  h6 {
    font-size:16px;
    font-size:1rem
  }
}
@media screen and (max-width:580px) {
  .h6,
  h6 {
    font-size:16px;
    font-size:1rem
  }
}

@media only screen and (max-width: 600px) {
  .custom-brand .journal-logo-text {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.custom-brand .journal-logo-text {
  color: var(--dark-color-1);
  }

.sticky-top {
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
   flex-grow: 0;
  }
}

@media (min-width:1400px) {
  .container-narrow {
    max-width:847px;
    margin-left:auto;
    margin-right:auto;
    padding-left:0;
    padding-right:0
  }
}
@media (min-width:1200px) and (max-width:1399px) {
  .container-narrow {
    padding-left: 12%;
	padding-right:25%
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .container-narrow {
    padding-left:12%px; 
    padding-right:17%
  }
}
@media (min-width:576px) and (max-width:767px) {
  .container-narrow {
    padding-left:12%;
    padding-right:8%
  }
}

a, a:not([href]) {
  border-bottom: none;
}

a:hover,
a:not([href]):hover,
a:active,
a:not([href]):active,
a:focus,
a:not([href]):focus {
  color:var(--primary-color);
  text-decoration:none;
  background-color:transparent;
  border-color:transparent
}

 #navigationPrimary {
  justify-content: left;
}

header.topnav {
  background-color: var(--dark-color-1);
}

#navigationPrimary a {
  border: 0;
  color: inherit;
}
  
@media (max-width: 991px) {
  #show-modal {
    cursor: pointer;
    color: #000;
  }
}

#navigationPrimary .nav-link {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
}

.offcanvas.show:not(.hiding), .offcanvas.showing .nav-link {
  color: #fff;
}

#languageToggleMenulanguageNav:hover {
  background-color: inherit;
  color: #fff;
}

.dropdown-menu {
  border-color: var(--grey-color-2);
  box-shadow: var(--theme-box-shadow);
  background-color: var(--theme-dropdown-color);
}

.dropdown-item {
  padding: .5rem 1.5rem;
  text-align: left;
  font-family: var(--theme-font-family);
  font-size: 14px;
  color: var(--bs-dropdown-link-color) !important;
}

.dropdown-item:hover {
  background: #EFEFEF;
}

.task_count {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  border-radius: 10rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--dark-color-1);;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: 600;
}

.nav-tabs .dropdown-menu {
  z-index: 9999;
}

.logo-wrapper {
  padding-left: 1rem;
}

#navigationPrimary .nav-link:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.lower-header {
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
}
	
.header .row {
  min-height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--theme-font-family);
  color: var(--dark-color-1);
}

body {
  font-family: var(--theme-font-family);
  color: var(--dark-color-1);
}

label {
  font-family: var(--theme-font-family);
}

ol li:before {
  font-family: var(--theme-font-family);
}

.table li {
  font-family: var(--theme-font-family);
}
.cmp_back_link {
  margin-top:20px
}
label {
  font-family: var(--theme-font-family);
}

.form-control, .cmp_edit_link, .form-text {
  font-family: var(--theme-font-family);
}

.nav-link, .dropdown-item  {
  font-family: var(--theme-font-family);
}

.journal-logo-text {
  font-family: var(--theme-font-family);
  font-size: 18px;
  font-weight: 700;
  padding-top: 0px;
}

.custom-brand .journal-logo-text {
  color: var(--dark-color-1) !important;
}

footer  {
  font-family: var(--theme-font-family);

}
footer .title  {
  font-family: var(--theme-font-family);
}

.reviewer_nocontext_interests legend, [name="contexts"] legend {
  font-family: var(--theme-font-family);
}

.published, .section_title, .full_issue_label, .summary_title, .summary_meta {
  font-family: var(--theme-font-family);
}

.issue_summary_date, .article_issue_credentials, .article_section_title, .collapse-authors {
  font-family: var(--theme-font-family);
}

#authorInfoCollapse {
  font-family: var(--theme-font-family);
}

.article_main_data, .announcement-summary-heading, .current_issue_label, .announcement_date {
  font-family: var(--theme-font-family);
}

.page_register .consent,
.page_register .reviewer {
  font-family: var(--theme-font-family);
}

.pdf-return-article a {
  font-family: var(--theme-font-family);
}

p, li, a, blockquote {
  font-family: var(--theme-font-family);
}

#connect-orcid-button {
  font-family: var(--theme-font-family);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #fff;
}

.journal-logo-text:focus, .journal-logo-text:hover {
  color: #fff;
  font-size: 18px;
}

.block_make_submission_link {
  font-family: var(--theme-font-family);
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 500;
  color: #000;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  margin-top: 0px;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 0;
  outline: 0;
  padding: 9px 68px;
  color: var(--dark-color-1-1);
  background-color: transparent;
  border: 1px solid var(--dark-color-1);
  z-index: 1;
  transition-delay: .03s;
  cursor: pointer;
}

.block_make_submission_link:hover {
  font-family: var(--theme-font-family);
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  margin-top: 0px;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 0;
  outline: 0;
  padding: 9px 68px;
  color: var(--dark-color-1-1);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  z-index: 1;
  transition-delay: .03s;
  cursor: pointer;
}

.site-footer {
  background-color: var(--grey-color-1);
  border-top: none;
  color: var(--dark-color-1);
}

.sidebar_wrapper + .additional-footer-info {
  border-top: 1px solid #d9d9d9;
}

.editorial-role {
  background: var(--primary-color);
  border-radius: 0px;
  font-weight: normal;
}

dt, address, table, label {
  font-family: var(--theme-font-family);
  font-size: 1rem;
}

dt.col-sm-4.fst-normal {
  font-weight: 600 !important;
  font-size: 14px;
}

dt {
  font-weight: 600;
}

@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : var(--dark-color-2);
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important;
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
}

.navbar-nav li a {
  color: white !important;
}

@media (min-width: 992px) {
  #navigationPrimary {
    border: 0;
    justify-content: space-between;
    padding-bottom: 0px;
  }
}

hr {
  color: var(--neutral-400);
  opacity: 1;
}

@media (min-width: 1400px) {
  .container-narrow {
    max-width: 847px;
  }
}

.icon-color-primary{
width: 24px;
height: 24px;
stroke: #2d83b4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.size-18{
  width: 18px;
  height: 18px;
}

.primary-outline {
  color: var(--primary-color);
  border-color: transparent;
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background-color: var(--primary-color);
}

.offcanvas-header {
  background: var(--dark-color-1);
}

.external-link-big {
  margin-top: 3px;
}

.header {
  background-color: transparent;
  padding-top: 0px;
}

.csl-bib-body {
  font-size: 1rem;
}

.references-list a {
  font-size: 15px;
}

.references-list li {
  font-size: smaller;
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
  border-bottom: 1px dashed #d9d9d9;
}

.btn, .cmp_edit_link, .btn-primary, .btn-secondary, .block_make_submission_link, .cmp_edit_link {
 border-width: 2px;
 font-family: var(--theme-font-family);
 font-size: small;
}

.btn-secondary, .cmp_edit_link {
  background-color: var(--dark-color-1);
  border-color: var(--dark-color-1);
  color: #fff;
}

#dropdownMenuButton {
  background-color: var(--dark-color-1);
  border-color: var(--dark-color-1);
  color: #fff;
}

.citations-count-scopus {
  display: none !important;
}

.doiInSummary {
  font-size: smaller;
}

.citations-count img {
  width: 50%;
}

.summary_title {
  font-weight: 700;
}

#modalAuthorBioTitle {
  color: #fff;
}

.btn-primary {
  background-color: transparent;
  border-color: var(--dark-color-1);
  font-weight: 600;
  color: var(--dark-color-1);
}