/* AL-KILMAH */
/* JANGAN PLAGIAT KODE SCRIPT AL-KILMAH */

        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
        
        body, html {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
        }
        .banner {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            background: linear-gradient(135deg, #d2b48c 0%,#f4e1d2 50%,#f4e1d2 51%,#f4e1d2 100%);
            color: black;
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        h1 {
            font-size: 24px;
            margin-bottom: 10px;
            animation: fadeIn 2s;
        }
        p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 15px;
            animation: slideIn 2s;
        }
        .submit-btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #ff9900;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }
        .submit-btn:hover {
            background-color: #ffaa33;
            transform: scale(1.05);
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideIn {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        .banner2 {
            width: 100%;
            height: 100px;
            background: linear-gradient(45deg, #d2b48c, #f4e1d2);
            overflow: hidden;
            position: relative;
        }
        .wave {
            position: absolute;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%238B4513" fill-opacity="0.1" d="M0,32L48,37.3C96,43,192,53,288,80C384,107,480,149,576,154.7C672,160,768,128,864,112C960,96,1056,96,1152,101.3C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            animation: wave 10s linear infinite;
        }
        @keyframes wave {
            0% { background-position-x: 0; }
            100% { background-position-x: 1440px; }
        }
        .text2 {
            position: absolute;
            white-space: nowrap;
            animation: moveText 20s linear infinite;
            color: #8B4513;
            font-size: 24px;
            font-weight: bold;
            top: 50%;
            transform: translateY(-50%);
        }
        @keyframes moveText {
            0% { left: 100%; }
            100% { left: -100%; }
        }
        .button2 {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            padding: 10px 20px;
            background: #8B4513;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        .button2:hover {
            animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        }
        @keyframes shake {
            10%, 90% { transform: translateY(-50%) translate3d(-1px, 0, 0); }
            20%, 80% { transform: translateY(-50%) translate3d(2px, 0, 0); }
            30%, 50%, 70% { transform: translateY(-50%) translate3d(-4px, 0, 0); }
            40%, 60% { transform: translateY(-50%) translate3d(4px, 0, 0); }
        }

.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.btn {
    border: 2px solid black;
    color: black;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.primary {
    background-color: #FFFFFF;
    border-color: #8e8326;
    color: #8e8326;
    align: center;
}

.pkp_structure_page {
        margin-top: 0px;
    }

.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}


.pkp_navigation_primary.pkp_nav_list {
  max-width: 100%;
}
.pkp_navigation_primary_row {
  background: #8e8326;
}
#navigationPrimary a {
  color: rgb(255 255 255);
}
#navigationPrimary a:hover {
  color: rgb(28 61 44);
}


.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
  background: #BFB035;
}

.pkp_block {
  padding: 30px;
  padding-bottom: 15px;
}
.pkp_block .title {
  display: block;
}


/* unvisited link */
a:link {
  color: #4b7d58;
}

/* visited link */
a:visited {
  color: #4b7d58;
}

/* mouse over link */
a:hover {
  color: #8e8326;
}

/* selected link */
a:active {
  color: #8e8326;

body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
}

.journal-sidebar {
    width: 250px;
    height: 100%;
    background: linear-gradient(45deg, #8B4513, #D2691E);
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    transition: 0.3s;
}

.journal-sidebar__header {
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.2);
}

.journal-sidebar__menu-list {
    list-style-type: none;
    padding: 0;
}

.journal-sidebar__menu-item {
    padding: 15px 20px;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.journal-sidebar__menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.journal-sidebar__menu-icon {
    margin-right: 15px;
    font-size: 1.2em;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.journal-sidebar__background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #8B4513, #D2691E);
    z-index: -1;
    opacity: 0.3;
    animation: gradientAnimation 15s ease infinite;
    background-size: 400% 400%;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 0 !important;
}

/* AL-KILMAH */
/* JANGAN PLAGIAT KODE SCRIPT AL-KILMAH */
