html, body {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    margin: 0px;
    padding: 0px;
}
.pkp_site_name_wrapper {
    background: #173E75;
}
.pkp_structure_page {
    
    min-width: 95%;
    max-width: 95%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.pkp_head_wrapper{
    width: 100%;
    min-width: 100%;
}
.pkp_navigation_primary_row{
    width: 100%;
}
#customblock-manuscript-template{
    padding: 0% 3%;
    /* padding: 0%; */
    align-items: center;
    justify-content: center;
    
}
#customblock-manuscript-template .content p{
    margin-bottom: 10px;
    padding: 2% 3%;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    background: #173e75;
    text-align: center;
    
}
#customblock-manuscript-template .content p:hover{
    background-color: seagreen;
    
}
#customblock-manuscript-template .content a{
    
    color: #fff;
    
    
    font-size: 1rem;
    
}
#customblock-sidebar-menu{
    padding: 0px;
}
#customblock-sidebar-menu .hover{
    width: 100%;
    margin: 0% 0%;
}
#customblock-sidebar-menu .content{
    width: 100%;
}
.block_make_submission{
    padding: 40px 3%;
    height: auto;
}
.block_make_submission .content{
    height: fit-content;
}
.block_make_submission .content a:hover{
    background-color: seagreen;
}
.block_make_submission .content a{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* height:4vh; */
    /* margin: auto 0%; */
    padding: 5px;
    border-radius: 5px;
}

#customblock-sidebar-menu table{
    border-spacing: 8px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    
}
#customblock-sidebar-menu table th{
    color: #000;
}
#customblock-sidebar-menu table td{
    background: #173e75;
    color: #fff;
    padding: 3% 0%;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
}
#customblock-sidebar-menu table td:hover{
    background-color: seagreen;
}
#customblock-sidebar-menu table td a{
    color: #fff;
}


#customblock-pij-stats {
    margin-top: 2vh;
    padding: 2%;
    font-size: 1.3rem;
    min-width: 250px;
    
}
 
#customblock-pij-stats .bg_w {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;
    background-color: rgba(187, 187, 187, 0.4);
    border-radius: 5px;
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    /* margin-right: 15px; */
}
#customblock-pij-stats .title_up {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border-bottom: #173e75 4px solid;
    line-height: 1.5em;
    /* padding-bottom: 5px; */
    margin-bottom: 10px;
}


#customblock-pij-stats .list-unstyled {
    padding-left: 0;
    list-style: none;
}

#customblock-pij-stats .right_link1 li {
    border-bottom: #173e75 1px solid;
    padding: 6px 0 8px 0;
    line-height: 1.5em;
}

.pkp_structure_content{
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;

}
.block_information{
    padding: 0% 3%;
    /* padding: 0%; */
    font-size: 1.4rem;
    text-align: center;
}
.block_information .content li{
    width: 90%;
    min-width: 90%;
    border-radius: 5px;
    background: #173e75;
    margin-bottom: 10px;
}
.block_information .content li:hover{width: 100%;
    min-width: 100%;
    transition: 1s;}
.block_information .content a{
    color: #fff;
}
.pkp_structure_main{
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
}
.pkp_structure_main p{
    text-align: justify;
}
.pkp_structure_sidebar:before
{
    content;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:25%;
    border-left:1px solid #ddd;
}

.pkp_structure_sidebar {
    float: right;
    min-width: 25%;
    width: 25%;
    margin: 0%;
    margin-left: 0%;
    justify-content: center;
}
.additional_content p{
    font-size: 1.5rem;
    /* animation-duration: 2s; */
    /* animation-name: slidein; */
}




.pkp_brand_footer{ display: none;}
.pkp_footer_content{
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    background-color: #173e75;
    margin: 0px;
}
.pkp_footer_content a{
    color: seashell;
}
.pkp_structure_footer{
    margin: 0px;
    background-color: #173e75;
}
.pkp_structure_footer_wrapper{
    background-color: #173e75;
}



/* image controller */
.additional_content #mytype{
    animation: typing 3s steps(1015);
    overflow: hidden;
    background: rgba(187, 187, 187, 0.4);
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    /* white-space:nowrap; */
}
@keyframes typing{
    0%{
        width: 0%;
        white-space: nowrap;
        /* height: 0; */
    }
    10%{
        width: 10%;
        height: fit-content;
        white-space: nowrap;
    }
    20%{
        width: 20%;
        height: fit-content;
        white-space: nowrap;
    }
    30%{
        width: 30%;
        height: fit-content;
        white-space: nowrap;
    }
    40%{
        width: 40%;
        height: fit-content;
        white-space: nowrap;
    }
    50%{
        width: 50%;
        height: fit-content;
        white-space: nowrap;
    }
    60%{
        width: 60%;
        height: fit-content;
        white-space: nowrap;
    }
    70%{
        width: 70%;
        height: fit-content;
        white-space: nowrap;
    }
    80%{
        width: 80%;
        height: fit-content;
        white-space: nowrap;
    }
    90%{
        width: 90%;
        height: auto;
        /* white-space: nowrap; */
    }
    92%{
        width: 92%;
        height: auto;
        white-space: nowrap;
    }
    93%{
        width: 93%;
        height: auto;
        white-space: nowrap;
    }
    94%{
        width: 94%;
        height: auto;
        white-space: nowrap;
    }
    95%{
        width: 95%;
        height: auto;
        /* white-space: nowrap; */
    }
    100%{
        width: 100%;
        height: auto;
        background: rgba(221, 221, 221, 0.877);
        /* white-space: nowrap; */
        /* height: 40vh; */
    }
}

    /* end */
