@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&family=Cairo:wght@400;500;700&display=swap');

/* =========================
   ROOT
========================= */
:root{
    --swiper-navigation-size:20px;
}

/* =========================
   HTML / BODY
========================= */
html{
    font-size:14px;
    overflow-x:hidden;
    text-size-adjust:100%;
    font-kerning:normal;
    font-feature-settings:"liga","kern";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

body{
    margin:0;
    color:#000;
    background:#fff;
    line-height:30px;
    letter-spacing:.01em;
    word-spacing:.01em;
    overflow-x:hidden;
}

/* =========================
   RTL / LTR
========================= */
html[dir="rtl"],
html[lang^="ar"]{
    direction:rtl;
    text-align:right;
}

html[dir="ltr"]{
    direction:ltr;
    text-align:left;
}

/* =========================
   GLOBAL FONTS - TAJAWAL & CAIRO
========================= */
html[dir="rtl"] body,
html[lang^="ar"] body{
    font-family:"Tajawal","Cairo","Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
}

html[dir="ltr"] body{
    font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
    margin:0 0 15px;
    font-weight:700;
    line-height:1.3;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6{
    font-family:"Tajawal","Cairo",sans-serif !important;
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6{
    font-family:"Noto Sans",sans-serif !important;
}

/* Paragraph */
p{
    font-size:14px;
    line-height:30px;
    margin:0 0 15px;
    hyphens:auto;
}

/* =========================
   OJS GLOBAL
========================= */
.pkp_page_wrapper,
.pkp_structure_page,
.pkp_structure_content,
.pkp_block,
.obj_article_summary,
.obj_issue_summary{
    font-family:inherit !important;
}

.pkp_block{
    padding:5px 25px !important;
}
.pkp_block, h2 {
    font-family:inherit !important;
}
.obj_announcement_summary , h2,h3,h4{
        font-family:inherit !important;
}
.read_more,span{
        font-family:inherit !important;
}
.pkp_structure_main h3{
    font-size:1.143rem;
    line-height:1.5rem;
}

.pkp_structure_main p{
    line-height:1.785rem;
    margin:0 !important;
}

/* =========================
   HEADER
========================= */
.pkp_site_name{
    position:absolute;
    left:2.857rem;
    right:0;
    padding-left:.714rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:end !important;
    font-size:.93rem;
}

/* Navigation - Tajawal & Cairo applied */
#navigationPrimary a,
.pkp_site_nav_menu a,
.cmp_breadcrumbs,
.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link,
.pkp_navigation_search_wrapper a,
.obj_issue_summary .title{
    font-family:"Tajawal","Cairo",sans-serif !important;
    font-weight:600;
}

.pkp_site_nav_menu a{
    padding:.125rem .35rem !important;
}

html[dir="rtl"] .pkp_navigation_primary ul{
    text-align:right;
}

html[dir="ltr"] .pkp_navigation_primary ul{
    text-align:left;
}

@media (min-width:992px){
    .pkp_navigation_search_wrapper{
        float:right !important;
        margin:0;
        padding:0;
        border:none;
    }
        .pkp_structure_head {
    margin-top: 25px;
}
}

/* =========================
   ARTICLE
========================= */
.obj_article_details .authors,
.obj_article_details .doi{
    font-family:inherit !important;
}

.obj_article_details .row{
    display:block;
}

/* =========================
   TABLES
========================= */
.table-responsive{
    overflow-x:auto;
    display:block;
}

/* =========================
   SLIDER / SWIPER
========================= */
figcaption,
figure,
main{
    display:inherit !important;
    height:200px !important;
}

.slider-text{
    position:absolute !important;
    margin-top:120px !important;
    background:#aaa;
    max-height:70px;
}

.swiper-button-next,
.swiper-button-prev{
    top:50% !important;
    color:red !important;
}

.swiper-pagination{
    position:absolute !important;
    --swiper-theme-color:#666 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media only screen and (max-width:1200px){

    figcaption,
    figure,
    main{
        height:100px !important;
    }

    .slider-text{
        margin-top:10px !important;
    }

    :root{
        --swiper-navigation-size:14px;
    }
    
}

@media (min-width:992px){
    html[lang^="ar"] .col-md-1,
    html[lang^="ar"] .col-md-2,
    html[lang^="ar"] .col-md-3,
    html[lang^="ar"] .col-md-4,
    html[lang^="ar"] .col-md-5,
    html[lang^="ar"] .col-md-6,
    html[lang^="ar"] .col-md-7,
    html[lang^="ar"] .col-md-8,
    html[lang^="ar"] .col-md-9,
    html[lang^="ar"] .col-md-10,
    html[lang^="ar"] .col-md-11,
    html[lang^="ar"] .col-md-12{
        float:right;
    }
}
.obj_article_summary .pages{
    display: contents!important;
}
.obj_issue_toc .cover img {
    height: 100px!important;
}
.pkp_structure_main .page h1 {
    font-family: inherit!important;
}
.obj_article_details .entry_details .item .label{
    font-family: inherit!important;
}