
.item-mall {
    background-color: transparent;
    display: flex;
    width: 100%;
}

.item-mall-category{
    width: 18%;
}
.item-mall-category ul {
    font-weight: 100%;
    font-family: 'kanit';
    height: 532px;
    cursor: pointer;
    border-bottom: #222 solid 1px;
    font-size: 18px;
    color: #a4a4a4;
    letter-spacing: -.02em;
    padding: 15px 24px; /* Some padding */
    display: block; /* Make the buttons appear below each other */
    text-align: left;
    margin: -5px 0 0 -9px;
}


.item-mall-category ul li.active {
    background-color: #333439; /* Ganti dengan warna teks yang diinginkan saat aktif */
    font-weight: bold; /* Menebalkan teks saat aktif */
    border-left: 6px solid #0074e0;
    border-right: 6px solid #0074e0;
}

.item-mall-category ul li:hover{
    background-color: #333439;
    border-left: 6px solid #0074e0;
    border-right: 6px solid #0074e0;
}
.item-mall-content {
    width: 80%;
}
.item-mall-category ul li{
    list-style: none;
    height: 70px;
    width: 242px;
    border-bottom: 1px solid #2f4f4f;
}

  .img{
    float:left; 
    margin: 10px 0 0 15px;
}

.menuImg {
    border-radius: 50%;
    width: 50px;
}

.item-mall-content ul li{
    list-style: none;
    display: inline-block;
    width: 300px;
    height: 220px;
    margin: 15px 0 0 31px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product_itm{
    display: block;
    padding: 38px 30px;
    color: #000;
    position: relative;
    text-decoration: none;
}
  .product_itm .lbl.darkgreen {
    background-color: rgb(55, 54, 56);
    border-radius: 5px;
  }
  .product_itm .lbl{
    width: auto;
    min-width: 60px;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}  

.lbl {
    display: inline-block;
    min-width: 70px;
    padding: 0 5px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
.product_itm .product_tit {
    display: flex;
    width: 300px;
    height: 42px;
    margin-top: 9px;
    padding-right: 110px;
    font-size: 14px;
    letter-spacing: -.02em;
    font-weight: 500;
    font-family: 'kanit';
    letter-spacing: -.02em;
    color: #a4a4a4;
}

.product_itm .product_price {
    margin-top: 70px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'kanit';
    display: inline-block;
    color: #fff;
    background-color: #3c4242;
    padding: 5px 5px;
    border-radius: 5px;
  }

  .productValue {
    display: inline-block; 
    margin-left: 0px; 
    width: 50px;
    height: 30px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a4a4a4;
    text-align: center;
  }

  .decValue {
    color: #fff;
    background-color: transparent;
    border: 1px solid #a4a4a4 ;
    padding: 0px 10px;
    border-radius: 5px;
    opacity: 0.5;
    margin-top: 20px;
  }

  .decValue:hover {
    opacity: 1;
  }

  .incValue {
    color: #fff;
    background-color: transparent;
    border: 1px solid #a4a4a4 ;
    padding: 0px 10px;
    border-radius: 5px;
    opacity: 0.5;
  }

  .incValue:hover {
    opacity: 1;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1.0, 1.0);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1.0, 1.0);
    }
  }

  .product_itm .hot{
    display: inline-block;
    min-width: 80px;
    margin-left: 35px;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: -.02em;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #007bff;
    border-radius: 5px;
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
    text-align: center;
}
.product_itm .hot:hover{
    background-color: #0069d9;
    animation: zoom-in-zoom-out 0.7s ease infinite;
}

.product_itm .hotA{
    display: inline-block;
    min-width: 60px;
    height: 34px;
    margin-left: 195px;
    margin-top: -34px;
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: -.02em;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ff9800;
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}  
.hotA:hover{
    background-color: #d68100;
}

.product_itm .product_thumb {
    display: flex;
    justify-content: center; /* Untuk mengatur gambar ke tengah horizontal */
    align-items: center; /* Untuk mengatur gambar ke tengah vertikal */
    position: absolute;
    top: 38px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
}

.product_itm .product_thumb img {
    width: 50; /* Agar gambar tidak melebihi kotak */
    height: 50; /* Agar gambar tidak melebihi kotak */
    background-color: transparent;
    border-radius: 50%;
}

.main-menu {
    display: inline-block;
    border-bottom: 1px solid #2b2c2e;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 20px 24px;
    border: 1px solid #4f5153; /* Green border */
    background-color: #2b2c2e;
    margin: 63px 30 0 15px;
    border-radius: 5px;
  }

.main-menu button {
    width: 200px;
    margin: 10 0 0 0;
    font-size: 17px;
    font-weight: lighter;
}

.btnBuy {
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    background-color: #ff9800;
}

.paginationN {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #383838;
    padding: 10px 40px;
    border-radius: 6px;
    justify-content: center;
}

.paginationN ul li {
    margin: 0 10px;
    background-color: #ccc;
    width: 35px;
    height: 35px;
    border-radius: 5%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    text-decoration:none; 
}

.paginationN li:hover {
    background-color: rgb(223, 40, 40);
    color: #fff;
}

.paginationN ul li.active {
    background-color: rgb(223, 40, 40);
    color: #fff;
    background-repeat: no-repeat;
}

.no-border {
    border: 0 !important;
}

.listPage0 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage1 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage2 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage3 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage4 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage5 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage6 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage7 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage8 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage9 {
    padding: 10px;
    text-align: center;
    list-style: none;
}
.listPage10 {
    padding: 10px;
    text-align: center;
    list-style: none;
}

.listPage0 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}
.listPage1 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage2 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage3 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage4 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage5 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage6 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage7 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage8 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage9 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage10 li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin: 20 -20 0 19;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPage0 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage1 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage2 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage3 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage4 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage5 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage6 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage7 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage8 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage9 .active{
    background-color: #0d6efd;
    color: #fff;
}
.listPage10 .active{
    background-color: #0d6efd;
    color: #fff;
}

.listTable{
    display: grid;
    grid-template-columns: 300px 300px 300px;
    column-gap: 30px;
}

/* tttttttttttttttttttttttttttt */
.listPageTrue {
    padding: 0px;
    text-align: center;
    list-style: none;
}

.listPageTrue li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 15;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPageTrue .active{
    background-color: #0d6efd;
    color: #fff;
}

.listTableTrue{
    /* display: grid;
    grid-template-columns: 300px 300px 300px;
    column-gap: 30px; */
    border-radius: 5px;
}

 /* QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ */
 .listPageQ {
    padding: 0px;
    text-align: center;
    list-style: none;
}

.listPageQ li{
    background-color: transparent;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 15;
    cursor: pointer;
    color: #000;
    border: 1px solid #a4a4a4;
    color: #6e8bc7;
    font-size: 15px;
    font-weight: 100;
}

.listPageQ .active{
    background-color: #0d6efd;
    color: #fff;
}

.listTableQ{
    /* display: grid;
    grid-template-columns: 300px 300px 300px;
    column-gap: 30px; */
    border-radius: 5px;
}


.button-h-success {
    position: relative;
    background-color: #28a745;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }
  
  .button-h-success:hover {
    position: relative;
    background-color: #218838;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }

  .button-h-danger {
    position: relative;
    background-color: #dc3545;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }
  
  .button-h-danger:hover {
    position: relative;
    background-color: #c82333;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }

  .button-h-warning {
    position: relative;
    background-color: #ffc107;
    border: none;
    font-size: 15px;
    color: #000;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }
  
  .button-h-warning:hover {
    position: relative;
    background-color: #ffca2c;
    border: none;
    font-size: 15px;
    color: #000;
    padding: 5px;
    width: 125px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
    font-weight: lighter;
  }

  .new_password:active {
    border: 10px;
  }

  .selected-history{
    margin: -50 0 0 820;
    font-size: 20px;
    padding: 15px;
    border: 0;
    border-radius: 10px;
  }
  .selected-history select{
    border-radius: 5px;
    font-size: 17px;
  }

  .tr-history:hover {
    background-color: #1c2128;
  }

  .img-history {
    width: 40px;
    height: 40px;
  }

  .btn-history {
    border: 1px solid #0074e0;
    font-size: 25px;
    font-weight: 500;
    color: #0074e0;
    background-color: transparent;
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.btn-history:hover {
    color: #fff;
}

.imgTopup {
    max-width: 50px;
    max-height: 50px;
}

.imgTopup img{
    border-radius: 50%;
}

.aTopup {
    font-size: 14px;
}