/* Description: Description of the file
Create: 2023-02-17
Update: 2026-04-22 21:15:36
Workspace: AntSoftWSPHP
Relative path: reh_journal.css
Autor(s): William Costa Rodrigues
Copyright(c) 2023-2026, William Costa Rodrigues
Dependency: Informe the dependencies
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
 */

html,
body,
p {
    font-family: 'Lato', sans-serif !important;
    color: #000000 !important;
}

.form-check-input[type="checkbox"] {
    accent-color: #2196F3 !important;
    /* Changes the checked color to blue */
    appearance: auto !important;
    /* Allow verification change in the checkbox. */
}

div,
address {
    font-family: 'Lato', sans-serif !important;
}

header>figure {
    background-color: transparent !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
}

.summary_title {
    font-family: 'Lato', sans-serif !important;
}

html,
body {
    background-color: #819aa1 !important;
    color: #000000 !important
}

.header,
.main-header {
    background-color: #24353F !important;
    min-height: 15vh !important
}

.announcement h2 {
    color: #ffffff !important
}

a,
a:link,
a:active {
    color: #24353f !important
}

a.btn,
a.btn:link,
a.btn:active {
    color: #ffffff !important
}

.main-menu__nav-link {
    background-color: transparent !important;
}

.dropdown-menu:hover {
    background-color: #819aa1 !important;
}

.dropdown-item>a,
.dropdown-item>a:link,
.dropdown-item>a:active {
    background-color: #819aa1 !important;
    color: #ffffff !important;
}

a.dropdown-toggle,
a.dropdown-toggle:hover,
li.dropdown-item>a:hover,
li.profile>a:hover,
.main-menu__nav-link,
a.main-menu__nav-link,
.main-menu__nav-link:hover,
.main-menu__nav-item:hover {
    color: #ffffff !important;
    background-color: #24353F !important;
}

.main-menu__nav-link {
    color: #ffffff !important
}

.main-menu__title {
    width: 350px !important;
    height: auto !important;
}

.main-menu__logo img,
.main-menu__title img {
    max-height: 135px;
    width: auto
}

.dropdown-menu {
    color: #ffffff !important;
    background-color: #819aa1 !important;
}

.logo_journal {
    min-height: 100px !important;
}

.metadata {
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #24353f !important;
    font-family: 'Lato', sans-serif !important;
}

.issue__title,
.issue__header,
.issue-section__title {
    text-transform: uppercase !important;
    color: #24353f !important;
}

.pdf,
.read_more,
.btn {
    background-color: #24353F !important;
    border: #24353F 1px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}


.announcements {
    width: 50% !important;
    display: inline !important;
    float: left !important
}

.title,
.subtitle,
h3.section {
    font-family: 'Lato', sans-serif !important;
}

.journal-desc {
    border: 0 !important;
    padding: 0 !important;
}

.pkp_site_name,
.pkp_site_name_wrapper {
    float: left !important;
    width: auto !important
}

.pkp_site_nav_menu {
    float: right !important;
    width: auto !important;
    position: relative !important;
}

.pkp_structure_sidebar {
    position: static !important;
    bottom: 0 !important;
    float: none !important;
    width: 100% !important;
    display: block !important;
    background-color: #819aa1 !important;
}

.pkp_structure_main {
    width: 100% !important;
    display: block !important;
    border: none !important;
    background-color: #819aa1 !important;
    box-sizing: content-box !important;
}

@media (min-width: 1200px) {

    .pkp_structure_content,
    .pkp_structure_footer {
        width: 95% !important;
        margin: auto;
    }
}

@media (min-width: 768px) {
    .logo_journal {
        height: 100px !important;
    }

    .obj_issue_toc .galleys>h2,
    .obj_issue_toc .section>h2,
    .obj_issue_toc .galleys>h3,
    .obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: transparent !important;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: #24353F !important;
        font-family: 'Lato', sans-serif !important;
    }
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #24353F;
    color: #eeeeee;
    width: 64px;
    height: 32px;
    line-height: 32px;
    right: 10px;
    bottom: 10px;
    padding-top: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px 2px 2px;
    /* transform: rotate(-90deg); */
}

.scroll-top-wrapper:hover {
    background-color: #24353F;
    color: #eeeeee;
    box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    margin-top: auto;
}

#wordcloud {
    background-color: #24353F !important;
    border-radius: 15px !important;
    width: 35% !important;
}

.metadata>a {
    text-transform: lowercase;
}

.orcid-id-icon {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
}