.meta-top ul{
    display: flex;                
    margin-bottom: -1px;
    margin-left: -55px;
 }
 .meta-top ul li{
    padding: 5px 25px;
 }
 .meta-top ul li i{
    margin-right: 10px;
 }
 #infoCari{text-align: end;}

 .badge-prd{background-color: black; }
 select.form-control{display:block;width:100%;padding:.375rem 2rem .375rem .75rem;font-size:0.8rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}

 #sorta{
   border-radius: 0px 5px 5px 0px;
   background-image:url('../img/arrows-expand.svg');
   background-size: 16px 15px;
}

input[type="date"]::-webkit-clear-button {
   display: none;
}

@media only screen and (max-width: 600px) {
    .meta-top ul {
        flex-direction: column;
    }
    .row {
        margin-right: -4px;
        margin-left:-4px;
    }
}
#infoData {
    border: 1px solid #008374;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    color: #056459;
    min-height: 30px;
    margin-bottom: -5px;
}

@media only screen and (max-width: 600px) {
    #infoData{
        margin-bottom: 15px;
        margin-top: 10px
    }
}
#loaderList{
  margin-top: 1px;
}
#loaderList .post-author{
  margin-top:10px
}
#loaderList .post-author h5{
  background-color:#efefef;color:#efefef;border-radius:50px
}
#loaderList ul li .li-dept{
  background-color:#efefef;color:#efefef;border-radius:50px;margin-left:25px;height:25px;width:200px;margin-top:8px;margin-bottom:6px;
}
#loaderList ul li .li-tipe{
  background-color:#efefef;color:#efefef;border-radius:50px;margin-left:25px;height:25px;margin-top:8px;width:150px;
}

.badge.badge-thn{background-color: darkorchid;}

#length{
    border-radius: 50px;
}

#sort{
    border-radius: 50px 0px 0px 50px;
}

#sorta{
    border-radius: 0px 50px 50px 0px;
}

.u-type{
    margin-left: -30px !important;
}
.f-type{
    display: flex !important;
    padding: 1px 1px !important;
    list-style:none;
}
