.g-sidenav-pinned .sidenav{
    max-width: 300px !important;
}

.g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 300px;
}

.navbar-vertical.navbar-expand-xs {
    max-width: 67px;
}

.navbar-top.border-bottom.navbar-light {
    background-color: #fff !important;
}

.navbar-top.border-bottom.navbar-light {
    border-color: rgba(0, 0, 0, .1) !important;
}

.form-group {
    margin-bottom: 1rem;
}

/*.sidenav-header {
    background-color: #2596BE;
    color: #fff;
}


.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-brand:hover {
    color: #fff;
}

.sidenav-toggler-line {
    background-color: #fff;
}*/

.header.bg-primary, .navbar.bg-primary {
    background-color: #2596BE !important;
}

.text-primary {
    color: #2596BE !important;
}


.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}

.text-menu{
    color:#393970;
}

a,.btn-link{
    color:#2596BE;
}
a:hover,.btn-link:hover{
    color:#166d8d;
}


a.anomali:link { color:#b70000; text-decoration:none; font-weight:normal; }
a.anomali:visited { color: #b70000; text-decoration:none; font-weight:normal; }
a.anomali:hover { color: #b70000; text-decoration:underline; font-weight:normal; }
a.anomali:active { color: #b70000; text-decoration:none; font-weight:normal; }

p{
    font-weight: normal;
    font-size: .9rem;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 0rem;
    background: #c4e6f8;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link:hover {
    background: #e8f3fa;
    transition: .5s ease;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]::after {
    color: #393970;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link:hover {
    background: #e8f3fa;
    transition: .5s ease;
}

nav .nav-link.active {
    color:rgba(0, 0, 0, .6) !important;
    background: #e8f3fa;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
}

.table .thead-light th {
    color: rgba(0, 0, 0, .6) !important;
    /* background-color: #ebedf3; */
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #2596BE;
    background-color: #2596BE;
}

.form-control:focus
{
    border-color: #2596BE;
}

.thead-secondary{
    /* background-color: rgb(240, 243, 247); */
    background-color: #fff;
}

.table thead th {
    font-size: .7rem;
    text-transform: uppercase;
    /*padding: 1rem;*/
    font-weight: bold;
    letter-spacing: unset !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(240, 243, 247);
}

.table-action-edit:hover
{
    color: #11cdef;
}

.fa-trash-alt{
    font-weight: normal;
}
.sidenav {
    z-index: 1000;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-info {
    color: #fff;
    background-color: #11cdef;
}

.text-success{
    color: #28a745 !important;
}

.text-danger{
    color: #dc3545 !important;
}

.badge {
    text-transform: unset !important;
    font-size: 85% !important;
    padding: 7px 12px;
}


/* .modal-header {
    border-bottom: 1px solid #e9ecef !important;
} */

.modal-title{
    padding-top:8px;
}

.modal-body form{
    padding: 0px 20px;
}

/* .modal-body{
    padding-bottom: 0px;
} */

.modal-footer {
    background-color: rgb(240, 243, 247) ;
}

.swal2-popup {

    padding-bottom: 3em !important;

}

.swal2-popup .swal2-title{
    font-size: 1.5rem;
}

.breadcrumb-item {
    font-size: .85rem;
}

/* .btn-secondary{
    background-color: rgb(225, 230, 236);
    border-color: rgb(225, 230, 236);
} */

.form-control {
    font-size: .8rem;
}

/* .table th {
    white-space: normal !important;
} */

.table td{
    white-space: nowrap !important;
}

.alert {
    position: relative;
    padding: .6rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.select2-selection__arrow {
    display: inline !important;
}





@media (min-width: 1200px)
{
    .sidenav:hover
    {
        max-width: 320px;
    }
}


/*============================================
 * Small size
 *============================================*/

body{
    font-size: .82rem;
}
.navbar {
    padding: .3rem 1rem;
}

.btn {
    font-size: .82rem;
    /*padding: .5rem 1rem;*/
}

.btn-sm {
    font-size: .75rem;
}

.navbar-vertical .navbar-nav .nav-link {
    color:#181C32;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: .3rem 1.5rem;
}

.card-body{
    padding: 2rem;
}

.form-control {
    padding: 0rem .5rem !important;
    height: 2rem;
    border-radius: 0;
    margin-bottom: .4rem;
    font-size: .82rem;
    color:#181C32;
}

.form-control:focus {
    color:#181C32;
}
.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.form-control-label {
    font-size: .82rem;
    font-weight: 600;
    color:#181C32;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
    border-radius: 0px;
    font-size: .82rem;
    padding: 0rem .5rem !important;

}

.select2-container .select2-selection--single {
    height: 2rem;
    margin-bottom: .4rem;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 10px;
    color:#181C32;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: .82rem;
    line-height: 1.5;
    color:#181C32;
    padding: 0rem .5rem !important;
    border-radius: 0rem;
}

.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {

    height:  2rem;
    padding: 0.4rem .5rem !important;
    color:#181C32;
}


.select2-selection--multiple {

    height:  2.5rem !important;
    padding: 0.4rem .5rem !important;
    color:#181C32;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: .8rem;

}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #181C32;
}

.select2-dropdown {
    border: 1px solid #dee2e6;
    border-radius: 0px;
    margin-top: -5px;

}

.select2-results__option {
    font-size: .825rem;
    padding: 0.25rem .5rem !important;
    color:#181C32;
}


.select2-container .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color:#181C32;
}


.form-group {
    margin-bottom: 0rem;
}

.nav-pills .nav-link {
    font-size: .82rem;
    font-weight: 600;
    padding: .6rem 1.5rem;
}

.table td {
    padding: .5rem;

}

.table.akses th {
    font-size: .6rem;
    font-weight: bold;
    padding: .2rem;
    padding: 5px 0;

}

.table.akses td {
    font-size: .6rem;
    padding: .2rem;

}

.table.header-ikk td{
    font-size: .6rem;
    padding: .2rem;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
    font-size: .7rem;
    height: 1rem;
    cursor: pointer;
    padding-top: 3px;
}

.page-item .page-link, .page-item span {
    font-size: .8rem;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.8em;
}

.dataTables_wrapper {
    font-size: .8rem;
}

.input-group-text {

    padding: .4rem .75rem;
    border: 0px solid #dee2e6 !important;

}


/* Color Dashboard */

.c-green{
    background-color: #1DB535;
}

.c-green-y{
    background-color: #08df2a;
}

/*.c-blue{
    background-color: #12D1C6;
    background-color: #0e3850;
}*/

.bg-grey{
    background-color: #ededed;
}

.c-orange{
    background-color: #FFB802;
}

.c-purple{
    background-color: #E3108F;
}

.c-silver{
    background-color: #9d9fa6;
}

.c-yellow{
    background-color: #F4E9BD;
}

.c-blue{
    background-color: #15b7ed;
}

.c-blue-young{
    background-color: #15b7ed;
}

.c-red-dashborad{
    background-color: #990606;
}
.c-bg-anomali{
    background-color: #dc3545;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    padding: 5px;
    text-align: center;
}

.top-dashboard{
    font-size: 12px;
}


.l-persen{
    font-size: 15px;
}

.l-label-sr, .l-akses{
    font-size: 25px;
}

.card-title-sr{
    font-size: 16px;
}

.l-persen-profil{
    font-size: 15px;
}

.l-title{
    font-size: 12px;
}

.r-img {
    padding-top: 10px ;
}

.r-img-sr {
    padding-top: 5px ;
}

.bg-blue-default{
    background-color: #3C88A4;
}

.navbar-horizontal .navbar-nav .nav-link {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: normal;
}
.nav-link {
    color: #fff;
}

.nav-link:hover {
     color: #f4f4f4;
}

/* Tabs Link */

.nav-tab {
    color: #000;
}

.nav-tab:hover {
     color: #333;
}

.icon-profil-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: solid 2px #CF5555;
    color: #fff;
    font-size: 30px;
}
.icon-profil {
    width: 6rem;
    height: 6rem;
}

.bg-profil{
    background-color: #080F50;
}

.border-bottom{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.pb-10{
    padding-bottom: 258px;
}

.bg-login{
    background-color: #3C88A4;
}

.ml--11{
    margin-left: -11rem !important;
}

/*Card*/
.card-lp .card-body {
    padding: 5px 5px;
}

.card-- {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card-dashboard {
    /* margin-bottom: 30px; */
    border: 0;
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
    border-radius: 0.375rem;
}



.col-80 {
    margin-left: 20px;
    max-width: 70%;
    flex-basis: 0;
    flex-grow: 1;
}

.col-20 {
/*    margin-right: 20px;*/
    max-width: 30%;
    flex-basis: 0;
    flex-grow: 1;
}

.form-control-label-pengembangan {
    font-size: .7rem;
    font-weight: 600;
    color: #181C32;
}

.modal-header.jpbjp {
    display: flex;
    padding: 0.5rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 0.4375rem;
    border-top-right-radius: 0.4375rem;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-body.jpbjp {
    position: relative;
    padding: 5px 10;
    flex: 1 1 auto;
}

table.jp-layanan { border-collapse: collapse; border-top: 1px solid #333; border-bottom: 1px solid #333;
                 font: .9em/1.2em; color: #033; }
.jp-layanan caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
.jp-layanan td,
.jp-layanan th { padding: 3px 3px .2em 3px; line-height: 1.3em; }
.jp-layanan th { background: #fff; color: #333; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
.jp-layanan thead th { background: #fff; text-align: center; }
.jp-layanan .odd td { background: #DBE6DD; }
.jp-layanan .odd th { background: #6E8D88; }
.jp-layanan td a,
.jp-layanan td a:link { color: #325C91; }
.jp-layanan td a:visited { color: #466C8E; }
.jp-layanan td a:hover,
.jp-layanan td a:focus { color: #1E4C94; }
.jp-layanan th a,
.jp-layanan td a:active { color: #fff; }
.jp-layanan tfoot th,
.jp-layanan tfoot td { background: #2C5755; color: #fff; }
.jp-layanan th + td { padding-left: .5em; }
.jp-layanan-row {
    display: flex;
    flex-wrap: wrap;
}

.bg-layanan-jp{background-color: #F2F3A5; padding: 5px 5px; font-size: 12px;}

.layanan-detil > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  padding-left: 30px;
  font-weight: 100;
}

.layanan-detil > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
}

#panel-show-desa i{
    font-size: 12px;
    font-weight: 700;
}

#overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.g-sidenav-hidden:not(.g-sidenav-show) .topNavUser
{
    margin-left: -45px;
}

.g-sidenav-hidden:not(.g-sidenav-show) .topLabelUSer
{
    opacity: 0;
    margin-top: -80px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
     line-height: 20px;
}

.fs .full-screen{
    position: absolute;
    right: 20px;
    font-size: 15px;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.highcharts-title {
    fill: #000000;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 12px;
}

.nav-link .badge{
    padding: 2px 6px;
}

.form-inline-public {
    display: flex;
    /*flex-flow: row wrap;*/
    align-items: center;
    display: -webkit-box;
}

.logo-pu {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.lap-logo-pu {
    font-size: 1rem;
    display: inline-flex;
    width: 38px;
    height: 38px;
    color: #fff;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.logo-top{
    padding-top:10px; font-size: 12px;
}

.logo-welcome{
    padding-top:40px;
}

.appsimspam{
    font-size: 22px;
}

.des-welcome{
    margin-top: 90px;
}
.des-welcome span{
    font-size: 14px;
    color: #fdd100;
}

/*Login full*/
.login100-more {
    min-height: 100vh;
}

.breadcrumb-dark .breadcrumb-item-airbaku a {
    color: #333;
}

.lap-icon {
    font-size: 1rem;
    display: inline-flex;
    width: 120px;
    height: 120px;
    color: #fff;
    border-radius: 0.375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.lap-icon img{
    width: 80px;
    height: 80px;
}

.lap-label{
    font-size: 14px;
    margin-top: 10px;
}

/*Laporan*/

.label-lap-judul{
    font-size: 14px;
    font-weight: bolder;
}

.label-lap-wilayah{
    font-size: 12px;
    font-weight: bolder;
    color: #2596BE;
}

.navbar-horizontal.navbar-menu .navbar-toggler {
    color: white;
}


.nama_spam_desa_small{
    width: 280px;
}

.nama_spam_desa_big{
    width: 310px;
}

/*MAP*/
#mapid{
      width: 100%;
      height: 500px;
    }
    html, body {
      height: 100%;
      margin: 0;
    }
    #map {
      width: 100%;
      height: 500px;
    }

    .legend div {
      display: block;
      height: 13px;
      opacity: 1;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 15px;
    }

    .legend label {
      padding-left:25px;
      padding-right:20px;
      width: 130px;
      text-align: left !important;
      font-size: .7rem;
    }

    .leaflet-left .legend.leaflet-control{
      width: 130px;
    }

    #map { width: 100%; height: 500px; }
    .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,1); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 0px; } .info h4 { margin: 0 0 5px; color: #777; }
    .legend { text-align: left; line-height: 10px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

/*  custom  */

.mb-5{
    margin-bottom: 5px;
}

.mtop{
    margin-top: 10px;
}

.pmtop{
    padding:10px; margin-top: 20px;
}

.pleft{
    padding-top:27px; padding-left:0;
}

.dnone{
    display:none;
}

.pb{
    padding-bottom: 6px;
}

.ptb{
    padding-top: 10px; padding-bottom: 10px;
}

.ptop{
    padding-top:8px;
}

.cversi{
    color: #b9b9b9;
}

.pl-5{
    padding-left: 5px;
}

.psty{
    padding: 7px 5px 0 9px; background-color: #afaaaa; width: 30px;
}

.cwhite{
    color:#ffffff;
}

.mtop-40{
    margin-top: 40px;
}

.w250{
    width: 250px;
}

.w230{
    width: 230px;
}

.w100{
    width: 100px;
}

.mtop-30{
    margin-top:30px;
}

.w50{
    width:50%
}

.pad0{
    padding: 0;
}

.cversi-side{
    color: #9b9595;
}

/*Persen*/

.persen5{
    width: 5%
}

.persen10{
    width: 10%
}

.persen15{
    width: 15%
}

.persen18{
    width: 18%
}

.persen14{
    width: 14%
}

.persen20{
    width: 20%
}

.persen25{
    width: 25%
}

.persen30{
    width: 30%
}

.persen35{
    width: 35%
}

.persen50{
    width: 50%
}

.persen100{
    width: 100%;
}

.mr20{
    margin-right: 20px;
}

.wpad20{
    width: 25%; padding-top:20px;
}

.pt-10-0{
    padding: 10px 0;
}
.mtml-40{
    margin-top:40px; margin-left: 0px;
}

.wp-20{
    width: 25%; padding-top:20px;
}

.ml1{
    margin-left:1px;
}

.pr15{
    padding-right:15px;
}

.pb20{
    padding-bottom:20px;
}

.p10{
    padding:10px;
}

.mm40{
    margin-top:40px; margin-left:0px;
}

.mt30{
    margin-top:30px;
}

.mt40{
    margin-top:40px;
}

.mt50{
    margin-top:50px;
}

.fz10{
    font-size:10;
}

.pd-6{
    padding-bottom: 6px
}

.c-blue, .c-yellow{
background-color: #fff;
border: solid 1px #ddd;
}

.c-red{
background-color: #fff;
border: solid 1px #ddd;
}

.c-red .form-control-label{
color: red !important;
}

#error-msg{
    display: none;
}


.jumlah-bg{
    background: #fff2c8;
}

.table-pengelola thead td{
    font-size: .7rem;;
}

a.a-anomali:link { color: #ffffff; }
a.a-anomali:visited { color: #ffffff; }
a.a-anomali:hover { color: #f4f4f4; }

.ev-red{
    color: #fa0a0a;
}

.ev-green{
    color: #10de1e;
}


/*Pivot Remove total column*/

.pvtRowTotalLabel, .rowTotal, .pvtColTotalLabel, .pvtGrandTotal  {
   display: none;
}


.button-default{
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
    color: #fff;
    /* border-color: #2dce89; */
    /* background-color: #2dce89; */
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
    border: 1px solid transparent;
    padding: .25rem 1rem;
    border-radius: .25rem;
    min-width: 130px;
    line-height: 1.5;
    vertical-align: middle;
}

.button-default.pdf{
    border-color: #f5365c !important;
    background-color: #f5365c !important;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
  }

  .alert-secondary {
    color: #41464b;
    background-color: #F0F3F7;
    border-color: #F0F3F7;
  }

  .icon-kap-belum-terpasang{
    font-size: 1rem;
  }


  .navbar-vertical .navbar-nav .nav-link {
    font-size: .8rem;
  }

  #column-left, #column-right{
    min-height: 300px;
    background-color: #ededed;
  }

  .sort-item{
    padding: .5rem 1rem !important;
  }

  #tableLaporan tbody td{
    padding-top: 5px;
    padding-bottom: 5px;
  }


  #panel-show-penerima-manfaat i {
    font-size: 11px;
    font-weight:700;
  }

  #panel-show-spam i {
    font-size: 11px;
    font-weight:700;
  }

  #panel-show-air-baku i {
    font-size: 11px;
    font-weight:700;
  }

  #panel-show-pengguna i {
    font-size: 11px;
    font-weight:700;
  }

  #panel-show-kualitas-data i {
    font-size: 11px;
    font-weight:700;
  }

  #panel-show-rpam i {
    font-size: 11px;
    font-weight:700;
  }

  .filtered{
    font-weight: bold;
    background-color: #2596BE;
    color:#fff;
  }

  .api-submit-float{
    padding:30px;
    padding-right:50px;
  }

  .container-api-form{
    margin-bottom:100px;
  }

/* backup */
/* .backup {

} */


/* running text  */

.bg-rt {
    padding: 10px 10px 5px 10px;
    background-color: #cd3232f4;
    color: #FFFFFF;
}

/* Usulan count */

/* Meta */

.table-striped tbody .odd.metaRow{
    background-color: #fff0b5;
}

.table-striped tbody .even.metaRow{
    background-color: #f5e195;
}


/* bg inpresam */
.bg-inpresam {
    background-color: #f4f4f4;
    color: #333;
}

/* Log */

.table-striped tbody .odd.logRow{
    background-color: #fff0b5;
}

.table-striped tbody .even.logRow{
    background-color: #f5e195;
}

/* badge verified */

.verified-badge-verified {
    display: inline-flex;
    align-items: center;
    border: 2px solid green;
    color: green;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 25px;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.verified-badge-verified svg {
    width: 16px;
    height: 16px;
    fill: green;
}

.verified-badge-unverified, .verified-badge-cancel-verified {
    display: inline-flex;
    align-items: center;
    border: 2px solid red;
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 25px;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.verified-badge-unverified svg, .verified-badge-cancel-verified svg {
    width: 16px;
    height: 16px;
    fill: red;
}

.verified-badge-perlu-koreksi {
    display: inline-flex;
    align-items: center;
    border: 2px solid blue;
    color: blue;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 25px;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.verified-badge-perlu-koreksi svg {
    width: 16px;
    height: 16px;
    fill: blue;
}

.verified-badge-pending {
    display: inline-flex;
    align-items: center;
    border: 2px solid rgb(42, 111, 121);
    color: rgb(44, 218, 212);
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 25px;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.verified-badge-pending svg {
    width: 16px;
    height: 16px;
    fill: rgb(44, 218, 212);
}

.verified-badge-already-repaired {
    display: inline-flex;
    align-items: center;
    border: 2px solid orange;
    color: orange;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 25px;
    gap: 5px;
    font-family: Arial, sans-serif;
}

.verified-badge-already-repaired svg {
    width: 16px;
    height: 16px;
    fill: orange;
}

/* klikFoto */
.klikFoto {
    font-style: italic;
    font-size: 12px;
}

.status-badge {
    display: none;
}

.hide-right {
    display: none;
}

/* validasi */
.hide-tab{
    display: none;
}

#formNote{
    display: none;
}

/* #lihatBeritaAcara{
    display: none;
} */

/* Button Custom Validasi */
.btn-biru {
    background-color: #3838B2;
    color: white !important;
    border: none;
  }

.btn-coklat {
    background-color: #462a2a;
    color: white !important;
    border: none;
  }

.btn-hijau:hover {
    background-color: #0056b3;
    color: white !important;
  }

.btn-merah {
    background-color: #B23877;
    color: white !important;
    border: none;
  }

.btn-merah:hover {
    background-color: #db3a8d;
    color: white !important;
  }

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

.btn-icon img {
    width: 20px;
    height: 20px;
  }

/* Ganti warna dasar pill */
.nav-pills-ttd .nav-link {
    color: #555;
    background-color: #f1f1f1;
    border-radius: 30px;
    margin-right: 10px;
    transition: all 0.3s ease;
  }
  
  /* Saat aktif */
  .nav-pills-ttd .nav-link.active {
    color: white;
    background-color: #007bff; /* biru Bootstrap */
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
  }

  .selectAllJp{
    display: none;
  }

  .selectAllBJp{
    display: none;
  }

  #multiple-valid-jp, #multiple-valid-bjp #multiple-valid-peng{
    display: none;
  }