@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
    text-align: right;
    direction: rtl;
    font-family: 'Cairo', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,a,div,span {
    font-family: 'Cairo', sans-serif !important;
    font-weight: bold;
}

p, li, a, blockquote, .nav-link, .dropdown-item, footer p, footer li, footer a, footer .title {
    font-family: 'Cairo', sans-serif;
}
.btn, .cmp_edit_link, .btn-primary, .btn-secondary, .block_make_submission_link, .cmp_edit_link {
    background-color: #00B187 !important;
    border-color: #00B187 !important;
    box-shadow: unset !important;
    color: white; 
    padding: 10px 15px; 
    border-radius: 5px; 
    cursor: pointer;  
}


button:hover {
    background-color: #008A6A; 
}


.navigation-dropdown.dropdown-menu.dropdown-menu-right.show {
    inset: 0px 0px auto auto !important;
}
table{
    font-family: 'Cairo', sans-serif;
}
table p, .table p, table li, .table li {
    font-family: 'Cairo', sans-serif;
}
.nav-link
{
color:#ffffff !important;
}
.header {
    background-color: #E5DEE6;
    color: #000000 !important;
}  
.header-background-wrapper
{
background-color:#234d5d !important;
color: #fff !important;
}
.lower-header
{
background-color:#234d5d !important;
color: #fff !important;
}
#languageNav .dropdown-toggle, .nav-link {
    color: #000000;
}
.logo-image{
     filter: invert(18%) sepia(11%) saturate(746%) hue-rotate(162deg) brightness(60%) contrast(110%);

}
.journal-thumbnail {
    width: 100px; 
    height: auto; 
    margin-left: 10px;
}

@media (min-width: 992px) {
    [lang="en"] #navigationPrimary .nav-link {
        text-transform: none !important;
    }
}


