/*custome*/
.ceklistabel label, .ceklistabel input {
    display: inline-block;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.ceklistabel>:not(caption)>*>* {
    padding: 0.1rem 0.3rem!important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* .select2-results__option {
    padding: 3px!important;
    font-size: 12px!important;
} */

.form-control {
    background-color: #ffffff!important;
}

input[type="text"]:disabled {
    background: #dddddd!important;
}

/* customer border selectize */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border: 1px solid #6c757d!important; */
    border-radius: 4px;
    margin: 4px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 5px!important;
    width: 20px;
}

.aktif{background-color: #6c757d!important;}
.active2{ font-weight:bold;}

.link-depan{}
.link-depan:hover{background-color: rgb(250, 250, 250)!important;}

.lead_group:hover{background-color: rgb(248, 248, 248)!important;}


.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }


  /*kategori produk*/
.home_kategori_produk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home_kategori_produk a{
    text-decoration: none;
}

.kategori_item {
    background: #000;
    outline: 0px solid #eaeaea;
    width: 12.5%;
    text-align: center;
    padding: 8px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.home_kategori_produk_img {
    width: 100px;
    max-width: 100%;
    margin: 10px auto 0;
}

.home_kategori_body {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    height: 30px;
    margin-top: 10px;
    text-decoration: none!important;
    color: #fff;
}

.kategori_item {
    width: 16.6667%;
}

.kategori_item:hover{
    -webkit-transform:scale(1.03);
    transform:scale(1.03);
    outline:1px solid #cbcbcb;
    -webkit-box-shadow:3px 5px 20px #eaeaea;
    box-shadow:3px 5px 20px #eaeaea
}

@media screen and (max-width: 599px) {
.kategori_item {
    width: 50%!important;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.home_kategori_produk_img {
    width: 40px;
    margin: 0 10px 0 0;
     max-width: 100%;
}

.home_kategori_body {
    font-size: 13px;
    color: #000000;
    line-height: 1.3;
    height: auto;
    text-align: left;
    margin-top: 0;
}

}
.home_kategori_produk img{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* end kategori produk depan */

/* GAMBAR FOOTER KURIR */
.footer_kategori_kurir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer_kategori_kurir img{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.footer_kategori_kurir_img {
    width: 100px;
    max-width: 100%;
    margin: 10px auto 0;
}

.kategori_kurir_item {
    background: #fff;
    outline: 2px solid #ddd;
    width: 12.5%;
    text-align: center;
    padding: 8px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.kategori_kurir_item {
    width: 16.6667%;
}

/* end kategori kurir */

.artikel-kiri-kontak {
    font-size: .875em;
}


/* Content Single  */
.huruf6 {
    font-size: 1.5rem;
}

.ft-link-top:hover{
    text-decoration: underline;
    color: #ddd;
}


