      .vertical-menu {
        width: 100%; /* Set a width if you like */
      }

      .vertical-menu a {
        background-color: rgb(133, 188, 252); /* Grey background color */
        color: black; /* Black text color */
        display: block; /* Make the links appear below each other */
        padding: 12px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
        font-family: arial;

      }

      .vertical-menu a:hover {
        background-color: rgb(145, 18, 243);
        color: white; /* Dark grey background on mouse-over */
      }

      .vertical-menu a.active {
        background-color: #3c9bf4; /* Add a green color to the "active/current" link */
        color: ;
        font-family: arial;

      }

body {
  font-family: tahoma,geneva,sans-serif,arial;
}

.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 70%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
   background: rgb(42, 153, 244);
   border-bottom:@double solid; 
   border-bottom-color:rgb(42, 153, 244);
}
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}

.pkp_structure_sidebar.left{
background-color:#ebfdff;
}

.obj_article_details .page_title{
    box-shadow: 3px 3px 5px;
    padding:10px;
    border-radius: 5px;
    background-color: #8ccdf0;
}

.obj_article_summary>.title {
    font-family: "Noto Sans",serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
}

a.read_more {
    margin-top: 21px;
}

.meta .authors{
    background: url(https://ejurnal.unikarta.ac.id/public/journals/11/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.pkp_site_name_wrapper {
  background:url(https://ejurnal.unikarta.ac.id/public/journals/11/bener.png); 
}

.pkp_page_index.pkp_op_index {
      background: url(https://ejurnal.unikarta.ac.id/public/journals/11/noisy-grid.png);
}


.pkp_navigation_primary_row {
background-color: rgb(42, 153, 244);
color: black;
}

.pkp_structure_sidebar.left .title {
    background-color: #364afd;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
    color: white;
}


section.homepage_about {
    padding: 20px;
    font-size: 1.03em;
    color: #fff;
    background: rgba(68,2,73,0.4);
    margin-top: 21px;
    text-align: justify;
}

section.homepage_about h2 {
    color: #df1eed;
    text-shadow: 1px 1px #3711f7;
}

.obj_issue_toc .articles > li {
    margin-bottom: 20px;
    border-bottom: solid rgb(93, 199, 253);
    padding: 1rem;
    border-radius: 0rem 0rem 2rem 0rem;
    box-shadow: 0.2rem 0.2rem 0.1rem #002fff;
    background-color: rgba(228, 221, 228, 0.949);
    color: blueviolet;
}

.obj_article_summary>.title a {
    text-decoration: none;
    color: #0e13f3;
}

/* .cmp_article_list.articles li:hover{
  background-color: rgb(76, 157, 244);
} */

.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;
}


