header .container {
    background: url(https://journal.uptm.edu.my/public/site/images/uptm/frame-275-b4bdbb64623904784e2ee6d8d44f5233.png);
    box-shadow: 0px 1px 18px -10px rgb(39 39 136 / 75%);
    border-right: 1px solid white;
    border-left: 1px solid white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#customblock-journalissue > div > center:nth-child(3) > a {
    padding: 4px;
    background: #262a79;
    padding-left: 25px;
    padding-right: 25px;
    color: azure;
    border-radius: 5px;
}

.navbar-brand-logo img {
    display: none;
}

.pkp_block h2.title, .pkp_block .content span.title, .pkp_block span.title {
    color: #022a79;
    font-weight: 800;
}

.pkp_block .title {
    border-bottom: 3px solid #262a79;
}

.doiInSummary {
    margin: 5px 0;
    display: none;
}

.article-summary.media {
    background: #f0f0f0;
    padding: 14px;
    border-radius: 5px;
    border-bottom: 2px solid #000000;
    box-shadow: 0px 1px 18px -10px rgb(39 39 136 / 75%);
}

footer .container {
    background: #031f55;
    color: #ffffff;
}

.copy-right {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}


footer h4 {
    color: #000000;
    background: linear-gradient(45deg, #ffffff, transparent);
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

nav.col-md-7 {
    padding-bottom: 60px;
}

@media (max-width: 640px) {
    div.issn {
        padding: 25px 10px 1px 1px;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    div.issn span {
        font-weight: bold;
        font-size: 7.5px;
        color: #000000;
        background: #ffffff;
        padding: 2px;
        border-radius: 2px;
    }
    header .container {
        background: url(https://journal.uptm.edu.my/public/site/images/uptm/logo-mobile-1818d4184a73141ecf9119247be03247.png);
        box-shadow: 0px 1px 18px -10px rgb(39 39 136 / 75%);
        border-right: 1px solid white;
        border-left: 1px solid white;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}