    textarea:hover, 
    input:hover, 
    textarea:active, 
    input:active, 
    textarea:focus, 
    input:focus,
    button:focus,
    button:active,
    button:hover,
    label:focus,
    .btn:active,
    .btn.active
    {
        outline:0px !important;
        -webkit-appearance:none;
    }
    
    html {
        height:100%;
    }
    /* Untuk desktop */
    body {
        font-family: 'Poppins', sans-serif;
      font-size: 100%;
      position: relative;
      min-height: 100%;
    }
    
    /* Untuk perangkat seluler */
    @media (max-width: 767px) {
      body {
        font-size: 0.875em; /* Misalnya 14px / 16px = 0.875rem */
      }
    }
/*.card {
  border: 2px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#0f172a, #0f172a) padding-box,
    linear-gradient(
      135deg,
      #3ED6FF,
      #4A6CFF,
      #8B5CF6,
      #EC4899,
      #F97316,
      #FACC15
    ) border-box;
}*/
    .isi-konten{
        margin-top:60px;
        height:100%;
    }
    
    
    .navbar-toggler {
        font-size: 32px;
    }
    
    .swiper-container {
      width: 100%;
      overflow: hidden;
    }
    
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 80%;
      height: 100%;
    }
    
    .swiper-slide img {
      display: block;
      width: 100%;
      border-radius: 12px;
    }
    
    .swiper-pagination {
    margin-top: 30px!important;
    }

    .row {
        --bs-gutter-x: 0.5rem;
    }
    
    .product .box{
        margin-bottom:40px;
    }
    .card-product {
        margin-bottom: -30px;
        gap: 0.5rem;
    }
    
    .product .box img {
    width: 10rem;
    height: 10rem;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 0.75rem;
    }
    
    .cursor-pointer {
        cursor: pointer;
    }
    
    .kbrstore-pgimg {
      background-color: white;
      border-radius: 3px;
      border: 1px solid white;
      height: 15px;
      width : 30;
    }
    
    .footer img {
        padding-top: 2.5rem 0;
    }
    .text-copyright {
        font-size: 0.875rem;
    }
    
    .sosmed {
        margin-bottom: 20px;
    }
    
    .sosmed a {
        margin: 0 10px;
        text-decoration: none;
        color: #fff;
    }
    .sosmed i {
        font-size: 24px;
    }
    
    .item .metode {
        margin: 5px 0;
        border-radius: 8px;
        padding: 0.75rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    }
    
    .my-form label {
        font-size: 1rem;
    }
    
    .method-list {
        overflow: hidden;
        cursor: pointer;
    }
    
    .method-list.active:before {
        display: inline-block;
        content: 'L';
        background:orange;
        position: relative;
        margin-left: -12px;
        height: 53px;
        line-height: 40px;
        width: 20px;
        text-align: center;
        top: -23px;
        transform: rotate(45deg) scaleX(-1);;
    }
    
    .method-list.active table {
        margin-top: -53px;
    }
    
    .swal2-popup {
        display: none;
        position: relative;
        box-sizing: border-box;
        grid-template-columns: minmax(0, 100%);
        width: 32em;
        max-width: 100%;
        padding: 0 0 1.25em;
        border: none;
        border-radius: 5px;
        font-family: inherit;
        font-size: 1rem;
    }
    
    .swal2-html-container {
        z-index: 1;
        justify-content: center;
        margin: 1em 1.6em 0.3em;
        padding: 0;
        overflow: auto;
        color: inherit;
        font-size: 1.125em;
        font-weight: normal;
        line-height: normal;
        text-align: left!important;
        word-wrap: break-word;
        word-break: break-word;
    }
    
    .flex-1 {
        flex: 1 1 0%;
    }
    
    .fab-container {
        position: fixed;
        bottom: 70px;
        right: 10px;
        z-index: 999;
        cursor: pointer;
    }
    
    .fab-icon-holder {
        width: 45px;
        height: 45px;
        bottom: 140px;
        left: 10px;
        /* padding: 1px; */
        border-radius: 10px;
        text-align: center;
        font-size: 30px;
        z-index: 99999;
    }
    
    .fab-icon-holder:hover {
        opacity: 0.8;
    }
    
    .fab-icon-holder i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 25px;
    }
    
    .fab-options {
        list-style-type: none;
        margin: 0;
        position: absolute;
        bottom: 48px;
        left: -37px;
        opacity: 0;
        transition: all 0.3s ease;
        transform: scale(0);
        transform-origin: 85% bottom;
    }
    
    .fab:hover+.fab-options,
    .fab-options:hover {
        opacity: 1;
        transform: scale(1);
    }
    
    .fab-options li {
        display: flex;
        justify-content: flex-start;
        padding: 5px;
    }
    
    @media (min-width: 576px){
        .content-footer {
            margin: 0 auto;
            max-width: 1140px;
        }
        
        .img-slider {
        width: 912px;
        height: 364px;
        }
        
        .product .box img {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border-radius: 0.75rem;
            text-align: center;
            background: #646464;
            display: block;
            text-decoration: none;
            width: 8.5rem;
            height: 8.5rem;
        }
    }
        
    @media (max-width: 768px){
            
        .img-slider {
            width: 331px;
            height: 132px;
        }
    }
    
    @media (max-width: 576px){
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%!important;
          border-radius: 12px;
        }
        
        .product .box img {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border-radius: 0.75rem;
            text-align: center;
            background: #646464;
            display: block;
            text-decoration: none;
            width: 6.5rem;
            height: 6.5rem;
        }
        
    }