*{
    padding:0px;
    margin:0px;
    }
.header{
    width:100%;
    background:#1C004A;
    height:60px;
    box-shadow:0px 4px 2px #888888;
    z-index: -1px;
    overflow:hidden;
    }
.default-bg{
    background:#1C004A;
}
body{
    background:black!important;
    font-family: Arial, sans-serif;
    }
a:Hover,a:focus{
    outline:none;
}
.tri-menu{
    border:2px solid #000;
    color:white;
    padding:10px;
    margin:20px;
    border-radius:30%;
    position: absolute;
    top:-10px;
    left:-7px;
}
.tri-menu:hover{
    background:#000;
}
.header>.daftar{
    float:right;
    margin:10px;
    justify-content:center;
    left:-10px;
    top:-5px;
    display: none;
    position: relative;
    border: 1px solid black;
    padding:15px;
    border-radius:20px;
    transition:0.5s;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.header>.daftar:hover{
    background:black;
    border:1px solid transparent;
    color:white;
    fill:#39FF14;
}
.header>.daftar::focus{
    border:3px solid blue;
}
.header>img{
    height:40px;
    position: relative;
    left:50px;
    top:12px;
}
.header>p{
    max-width:75%;
    color:grey;
    position:relative;
    left:225px;
    top:-21px;
    font-style:italic;
    text-decoration:underline;
    white-space: nowrap; /* Mencegah teks membungkus ke baris baru */
    overflow: hidden; /* Sembunyikan teks yang melebihi lebar elemen */
    text-overflow: none;
}
.menu-header {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top:60px;
}

/* Gaya untuk menu body */
.menu-body {
    background: #1C004A;
    color: #fff;
    width: 350px;
    max-width: 80%;
    height: 100%;
    position: fixed;
    /*z-index: 1;*/
    top: 0;
    left: 0;
    transform: translateX(-100%); /* Mulai dari luar layar */
    animation: slideIn 1s forwards ease; /* Animasi langsung saat halaman dimuat */
}

/* Keyframes untuk animasi */
@keyframes slideIn {
    form{
        transform: translateX(-100);
    }
    to {
transform: translateX(0); /* Muncul ke posisi normal */
    }
}
.menu-body>.tri-menu{
    float: right;
}
.menu-body>.profil>img{
    width:40px;
    border-radius:50%;
    margin:5px;
    box-shadow: 2px 3px 2px #1111;
    border:0.4px solid;
}

.menu-body>.profil>h5{
    font-size:15px;
    margin-left:60px;
    margin-top:-30px;
}
.menu-body>.profil>p{
    font-size:10px;
    margin-left:60px;
    margin-top:-30px;
}
.menu-body>ul{
    margin-left:10px;
    margin-bottom:10px;
}
.menu-body>ul>li.active{
    padding:15px 10px;
    border:1px solid black;
    border-radius:5px;
    width:80%;
    list-style:none;
}
.menu-body>ul>li{
    padding:15px 10px;
    border-bottom:0.5px solid #888888;
    width:90%;
    list-style:none;
}
.menu-body>ul>li>a{
    text-decoration:none;
    width:100%;
    height:100%;
    color:white;
}
.menu-body>ul>li>a>h4{
    margin-left:25px;
    margin-top:-15px;
}
.logout{
    padding:10px;
    background:transparent;
    border:1px solid blue;
    border-radius:30px;
    margin:10px;
}
.menu-body>hr{
    margin-bottom:10px;
    border-top:1px dashed blue;
    border-bottom: transparent;
}
.swiper {
    position:relative;
    top:10px;
    background:#1C004A;
    border-radius:5px;
    width:95%;
    display:flex;
    justify-content: center;
    align-items:center;
    max-width:730px;
    max-height:280px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      max-width:100%;
      max-height:100%;
      background: #1C004A;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      max-width:100%;
      max-height: 100%;
      object-fit: cover;
    }
.title-container {
    color:#fff;
    margin-left:5px;
    margin-top:10px;
}
.btn-container{
    position:relative;
    top:15px;
    padding: 5px;
    max-width:100%;
    width:90%;
    margin:auto;
    display:block;
    margin-bottom:15px;
    border-radius:10px;
    text-align:center;
}
.btn-container>button{
    padding:10px;
    max-width:100%;
    background:transparent;
    color:white;
    border:1.5px solid #1C004A;
    border-radius:5px;
    transition:0.5s;
    margin:5px;
}
.btn-container>button.active{
    background:#1C004A;
}
.btn-container>button:hover{
    background:#1C004A;
}
.tabcontent{
    display:none;
}
.bagian-menu{
    margin-bottom:15px;
}
.bagian-menu>.list-manu{
    width:100%;
}
.bagian-menu>.list-manu>img{
    width:80%;
    max-width:100%;
    border-radius:10px;
}
.bagian-menu>.list-manu>p{
    color:white;
    margin:5px;
}
.tabcontent {
    display: none;
}

.container{
    background:#fff;
    width:85%!important;
    margin:auto;
    position: relative;
    top:20px;
    margin-bottom:15px;
    bottom:10px;
    padding:20px;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 2.35) 0px 5px 15px;
    margin-top:10px;
}
.container > span.denger {
    color: red;
    display:none;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    /*content: ;*/
    /* Menggeser elemen ke bawah sebesar 10px dari posisi normal */
    /* bottom: 20px; Hapus properti 'bottom' karena dapat bertentangan dengan 'top' */
}
span.denger::before {
    /*content: '';*/
}
.container>p{
    font-size: 15px;
}
.container> ol{
    margin:10px;
    width:80%;
    padding:10px;
}
.container>ol>li{
    
}
.container > .urutan {
    margin-bottom: 0px !important;
    padding-bottom: 0px; /* Pastikan padding bawah tidak ada */
}

.container > .urutan > h5 {
    padding: 5px 10px;
    width: 10px;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 0px !important;
    border-radius: 100px;
    color: black;
    border: 1px solid blue;
}

.container > .urutan > span {
    margin-left: 33px;
    font-size: 13px;
    position: absolute;
    top: 30px; /* Sesuaikan sesuai kebutuhan */
    left: 25px;
    padding-bottom: 0px !important;
    margin-bottom: 0px; /* Pastikan margin bawah diatur ke 0 */
    line-height: 1; /* Mengatur jarak antar teks */
}

.container > .urutan > .tutorial{
    position: absolute;
    display:block;
    border:1px solid blue;
    border-radius: 100px;
    left: 165px;
    font-size:13px;
    text-align:center;
    padding-bottom:8px;
    padding-left:7px;
    padding-right:7px;
    padding-top:5px;
    margin-top:-5px;
}


.tutorial-user{
    width:100%;
    height:100%;
    text-align:center;
    justify-content: center;
    justify-items:center;
    position: fixed;
    left:0px!important;
    right:0px!important;
    top:0px!important;
    bottom:0px!important;
    display:none;
    overflow:hidden;
    z-index:3;
}
.tutorial-user> .container-tutorial {
    max-width:70%;
    max-height:60%;
    margin-top:70%;
    justify-content:center;
}
.tutorial-user > .container-tutorial> img{
    max-width:100%;
    margin-top:50%;
    justify-content:center;
}
.tutorial-user > .container-tutorial > .close-tutorial{
    display:block;
    margin-bottom:-50%;
}


.container>input.input{
    max-width:150px;
    padding:10px;
    margin:auto;
    outline:none;
    border-top:none;
    border-left:none;
    border-right:none;
    background:#888888;
    color:#fff;
}
.container>select.input{
    max-width:150px;
    padding:10px;
    margin:auto;
    outline:none;
    border-top:none;
    border-left:none;
    border-right:none;
    background:#888888;
    color:#fff;
}

.container>input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.container>input.input-kontak-email::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}
.container>input.input-kontak-nomor::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}
.container>input::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
.container>.input{
    max-width:100%;
    padding:20px;
    margin:auto;
    outline:none;
    border-top:none;
    border-left:none;
    border-right:none;
    background:#888888;
    color:#fff;
    width:90%;
    margin-top: -20px;
}
.container>.input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.container>.input::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
.container>.gambar{
    padding:2px;
    width: 70px;
    border-radius:10px;
    margin-bottom:10px;
}

.title{
    max-width:70%;
    margin-left:90px;
    margin-top:-85px;
    margin-bottom:60px;
}
.container>p{
    font-size:12px;
}
/*.container>.item{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0.5px;
}*/
.container>.item>input[type='radio']{
    display:none;
}
.container>.item>input[type='radio']:checked + label{
    border:1px solid transparent;
    background:blue;
    color:#fff;
}
.container > .item > label {
    border: 1px solid blue;
    width:70%!important;
    text-align:center;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block; 
    transition:0.4s;
    border-radius:10px;
    font-size: 15px;
}


/* Styling untuk ul */
ul.produk {
    list-style: none;
    width:100%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0.5px;
}

/* Styling untuk li */
ul.produk > li {
    border: 1px solid blue;
    width:70%!important;
    text-align:center;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block; 
    transition:0.4s;
    border-radius:10px;
    font-size: 15px;
}

/* Hover effect */
ul.produk > li:hover {
    background-color: #007BFF;
    color: #ffffff;
}

/* Selected state */
ul.produk > li.selected {
    background-color: blue;
    color: #ffffff;
    border-color: #0056b3;
}



.bayar {
    border: 1px solid #8888;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block; 
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    border-radius: 5px;
    background: darkgray;
    color: #fff;
    overflow: hidden;
    max-height: 1000%; /* Set initial max-height to a small value to hide content */
}

.bayar.expanded {
    max-height: 1000%; /* Adjust this value based on your content's height */
    padding: 5px;
}

.bayar > .gambar {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 5px;
    border-radius: 3px;
    background: white;
    padding: 5px;
}

.bayar > .gambar > img {
    width: 90px;
}

#reke {
    display: none;
}

.pembayaran > input[type="radio"] {
    display: none;
}

.pembayaran > label {
    border: 1px solid #888;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.4s;
    border-radius: 5px;
    background: #888;
    color: #fff;
}
.pembayaran>input[type='radio']:disable + label{
    background:darkgray;
}
.pembayaran>input[type='radio']:checked + label{
    border:2px solid blue;
}
.pembayaran > label > .gambar{
    max-width:100%;
    max-height:100%;
    margin-bottom:5px;
    border-radius:3px;
    background:white;
    padding:5px;
}
.pembayaran > label>.gambar>img{
    height:25px;
    margin:auto;
}
.container>table{
    width:100%;
    text-align:left;
}
input[type='email'].input-kontak-email{
    padding:10px;
    border:1px solid blue;
    outline: none;
    width:90%;
    border-radius:10px;
    margin:auto;
}
input[type='number'].input-kontak-nomor{
    padding:10px;
    border:1px solid blue;
    outline: none;
    width:90%;
    border-radius:10px;
    margin:auto;
}
label:contains('other'){
    display:none;
}
.btn-bayar{
    width: 100%;
    padding:10px;
    margin:auto;
    border: 1px solid blue;
    background: transparent;
    border-radius:5px;
    transition:0.4s;
}
.btn-bayar:Hover{
    background:blue;
    border:1px solid transparent;
    color: #fff;
}
.id{
    position: relative;
    bottom:0%;
}
.left{
    float:left;
}
.right{
    float:right;
}

.popup-detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.container-detail {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 400px;
    padding: 20px;
    animation: fadeIn 0.3s ease-in-out;
}

.header-detail h3 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.body-detail {
    margin: 20px 0;
}

.body-detail table {
    width: 100%;
    border-collapse: collapse;
}

.body-detail table td,
.body-detail table th {
    padding: 8px;
    text-align: left;
    color: #555;
}

.body-detail table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.body-detail table th {
    color: #000;
    font-weight: bold;
    text-align: right;
}

.footer-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-detail button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.footer-detail .cancel {
    background-color: #e74c3c;
    color: #fff;
}

.footer-detail .cancel:hover {
    background-color: #c0392b;
}

.footer-detail .confirm {
    background-color: #27ae60;
    color: #fff;
}

.footer-detail .confirm:hover {
    background-color: #1e8449;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@media only screen and (max-width:767px){
    .header>p{
        display: none;
    }
    /*.swiper{
        width: 100%;
        max-height: 350px;
    }*/
    .bagian-menu>.list-manu>img{
        width:65%;
    }
    /*.menu-body{
        margin-left:-2px;
        margin-right:-2px;
    }*/
    .bagian-menu {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px; /* Ubah nilai gap sesuai kebutuhan Anda */
      position: relative;
      top: 10px;
      margin: 5px auto;
      color: white;
      width: 95%;
      justify-content: center;
      left:auto;
      padding:5px;
      text-align:center;
    }
    .left-d {
        width:100%;
        float: none;
        flex-direction: column;
    }
    
    .right-d {
        width:100%;
        float: none;
        flex-direction: column;
    }
}
@media only screen and (min-width:768px){
    .menu-body{
        /*max-width:720px;
        width:300px;*/
        font-size:16px;
    }
    .container > .item > label {
        width:80%!important;
    }
    .container{
        width:90%!important;
    }
    .urutan{
        margin-bottom:10px;
        
    }
.container > .urutan > h5 {
    font-size: 20px;
    width: 20px;
    height: 20px;
    padding: 15px;
}

.container > .urutan > span {
    font-size: 17px;
    position: absolute;
    top: 65px !important; /* Menjaga posisi elemen sesuai dengan tampilan desktop */
    left: 50px;
    padding-bottom: 0px !important;
    margin-bottom: 0px; /* Pastikan margin bawah diatur ke 0 */
    line-height: 1; /* Mengatur jarak antar teks */
    transform: translateY(-25px); /* Mengatur posisi elemen dengan transformasi */
}
.container > .urutan > .tutorial{
    left:230px!important;
    margin-top:-2px!important;
}
    /*.swiper{
        width: 70%;
        max-height: 260px;
        border-radius:12px;
        border:2px solid #1C004A;
    }*/
    .bagian-menu {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px; /* Ubah nilai gap sesuai kebutuhan Anda */
      position: relative;
      top: 10px;
      margin: 5px auto;
      color: white;
      width: 95%;
      justify-content: center;
      left:auto;
      padding:5px;
      text-align:center;
    }
    .left-d {
        display: block;
        flex-direction: column;
        float:left ;
        width:50%;
    }
    
    .right-d {
        width:50%;
        display: block;
        flex-direction: column;
        float: right;
    }
    .btn-container>button{
        font-size:20px;
        padding:15px;
    }

}

        /*.content {
            margin-bottom:10px;
            position:relative;
            margin-bottom:100px;
        }*/

        .footer {
            display: flex;
            width: 100%;
            position: relative; /* Atau gunakan nilai lain yang sesuai dengan kebutuhan */
            background-color: grey;
            color:white;
            padding: 10px;
            top:50px;
            bottom:0%;
            box-sizing: border-box;
            margin-top: 150%; /* Ubah sesuai kebutuhan */
            margin-bottom: 0px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .footer > .dll {
            width: calc(100% - 20px);
            padding: 10px;
            box-sizing: border-box;
            margin-right:-5px;
        }
        .footer h5{
            display:block;
            max-width:50%;
        }
        .twitter {
            background: #000;
        }
        .ig{
            background: #E1306C;
        }
        .fb{
            background: #3b5998;
        }
        .kontak > a {
            display:inline-block;
            padding:2px;
            border-radius:50px;
            color: white;
            text-decoration: none;
            margin:5px;
        }

        .kontak > a > i {
            margin: 5px;
        }

        .footer > .dll {
            background: #FFFFFF;
            text-align: center;
        }

        .footer > .dll > h5 {
            width: 90%;
            margin: auto;
        }
      .footer > .dll > ul {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          justify-content: center;
        }