html{
    overflow-x: hidden !important;
}

.pkp_head_wrapper{
    background-color: #0b0f36 !important;
}

/* .pkp_site_name .pkp_site_name a{
    text-decoration-color: black !important;
} */

.pkp_site_nav_menu{
    background:#0b0f36 !important;
}

/* @media (min-width: 768px) {
.pkp_navigation_user .profile a {
    color: white !important;
    font-weight: bold !important;
}
} */

.pkp_site_nav_toggle>span:after {
    top: 8px;
    color: red !important;
}

/* .pkp_navigation_primary_wrapper {
    width:inherit !important;
} */


@font-face {
    font-family: 'Dubai Font';
    font-style: normal;
    font-weight: 400;
    src: url('@{baseUrl}/lib/pkp/styles/fonts/Dubai Regular/Dubai Regular.ttf');
    font-display: swap;
}

/* .pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    background: grey !important;
} */

/* @media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child:before {
        left : 0 !important;
    }
}

@media (min-width: 768px) {
    body[dir="rtl"] .pkp_structure_main:before {
        left: 0 !important;
        right: 0 !important;
    }
} */

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        background: #fff;
    }
}

@media (min-width: 768px) {
    .pkp_page_index .journals>ul>li {
        border-top:none !important;
    }

}


@media (min-width: 992px) { 

    #cratc_logo{
        width: 10% !important;
        height: 10% !important;
    }
}


@media (max-width: 576px) { 

    #cratc_logo{
        width: 10% !important;
        height: 10% !important;
    }
}

@media (min-width: 768px){ 
    #cratc_logo{
        width: 10% !important;
        height: 10% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #cratc_logo{
        width:5% !important;
        height: 5% !important;
    }
}

/* @media (min-width: 820px){ 
    #cratc_logo{
        width: 10% !important;
        height: 10% !important;
    }
} */
