
  .decoration-destructive {
    text-decoration-color: #dc2626;
} 
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-desktop {
        display: block !important;
    }
}

.bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 130 129);
}
    .bg-secondary {
    background-color: #000000;
}       
      .text-foreground {
    color: #ebeaef;
}
.bg-murky-600 {
    --tw-bg-opacity: 1;
    background-color: var(--warna_1);
}
.bg-murky-300 {
    --tw-bg-opacity: 1;
    background-color: #000000;
}

         .rounded-xl {
                border-radius: 0.75rem;
            }
   
        .product-list {
    min-height: 10px;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.product-list:active {
    --tw-ring-offset-color: #34373b;
    --tw-ring-offset-width: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: var(--warna_3);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--warna_1);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.popular-tag-container {
    width: .popular-tag-container {
        width: 70px;
        left: -1px;
        position: absolute;
        top: -9px;
        background-image: linear-gradient(to right, var(--warna_1), var(--warna_2));
        background-size: cover;
        border-start-start-radius: 12px;
        border-start-end-radius: 12px;
        border-end-end-radius: 12px;
        border-end-start-radius: 0;
    }
    0px; left: -1px;
    position: absolute;
    top: -9px;
    background-image: linear-gradient(to right, var(--warna_1), var(--warna_2));
    background-size: cover;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
    border-end-start-radius: 0;
}

.popular-tag-content {
    color: #f6f5fc;
    padding: 0 8px;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.popular-tag-overlay {
    position: absolute;
    top: 0;
    animation: shimmer-data 4s ease-in infinite;
    background: linear-gradient(90deg, rgba(254, 255, 201, 0), rgb(194 194 194 / 75%) 50%, rgba(254, 255, 201, 0));
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 50% 100%;
    width: 100%;
    height: 100%;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
    border-end-start-radius: 0;
    mix-blend-mode: overlay;
}

@keyframes shimmer-data { 
    0% {
        background-position: -100%; 
    } 
    100% {
        background-position: 100%; 
    } 
}


.product-list.active {
    background: #fff!important;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    transition: box-shadow 0.2s ease;
}

        .product-list.active  .btn-order {
            box-shadow: 0px 0px 20px rgba(220, 220, 220, 0.4);
        }
        
        
        .bg-product {
            background: #c3c9cc;
        }
     
        .product-list img {
            display: flex;
            float: right;
            margin-top: 0px;
        }
        .productlogo {
            width: 32px;
            right: 5%;
        }
       
       
      
   
.rounded-b-md {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
  .border-murky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255);
}
.border-dashed {
    border-style: dashed;
}
.border-t {
    border-top-width: 1px;
}
.divider {
    border-top: 3px solid #fff;
    margin: 10px 0;
    width: 5%;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 25em;
    max-width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #333333eb;
    color: #dfdede !important;
    font-family: inherit;
    font-size: 1rem;
}

.load {
    background: rgba(31, 33, 46, 0.50);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    display: none;
}
.load.show{
    display: block;
    background-image: url(/assets/image/loading-order.gif);
}


 .swal2-popup {
             display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 25em;
    max-width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #1e2022eb;
    color: #dfdede !important;
    font-family: inherit;
    font-size: 1rem;
}
        
@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#react-notif {
    position: fixed;
    z-index: 9999;
    top: 16px;
    right: 16px;
    pointer-events: none;
    max-width: 300px;
}

.toast {
    padding: 16px;
    color: #fff;
    background-color: rgba(244, 63, 94, 0.8);
    position: relative;
    margin-bottom: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slideIn 0.3s ease forwards;
    opacity: 0;
}

.toast:last-child {
    transform: translateY(0);
}

.toast-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
}

.toast-message {
    flex: 1;
}

.toast-close {
    cursor: pointer;
}

.toast.success {
    background-color: rgba(34, 197, 94, 0.8);
}


.text-warning {
    color: #eab308;
}
.text-info {
    color: #0ea5e9;
}
.text-success {
    color: #22c55e;
}

.bg-background {
background-color: var(--warna_1);
}

.bg-primary-5400 {
--tw-bg-opacity: 1;
background-color:var(--warna_3);
}
.to-primary-600 {
--tw-gradient-to: #022c56 var(--tw-gradient-to-position);
}
.from-primary-400 {
--tw-gradient-from: var(--warna_3) var(--tw-gradient-from-position);
--tw-gradient-to: rgba(251, 138, 60, 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.ring-offset-murky-800 {
--tw-ring-offset-color: #34373b;
}
.ring-offset-2 {
--tw-ring-offset-width: 2px;
}
.ring-primary-500 {
--tw-ring-opacity: 1;
--tw-ring-color: var(--warna_3);
}
.ring-2 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--warna_1);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


.text-sm\/6 {
font-size: .875rem;
line-height: 1.5rem;
}
.text-besar {
font-size: 50px; 

font-weight: bold;
}
.rating-list {
list-style: none;
padding: 0;
margin: 0;
}

.rating-item {
display: flex;
align-items: center;
}

.rating {
display: flex;
align-items: center;
}

.stars {
display: flex;
align-items: center;
gap: 5px; 
font-weight: bold;
color: #333;
}

.star {
color: #ffc107; 
width: 20px; 
}

.bar {
height: 20px; 
width: 350px; 
background-color: #ddd;
margin: 1 1px;
border-radius: 5px;
}

.progress {
height: 100%;
background-color: #ffc107;
border-radius: 5px;
}

.count {
min-width: 50px; 
text-align: right;
}
.scroll-container {
display: flex;
overflow-x: auto;
padding: 1rem 0;
white-space: nowrap;
scrollbar-width: thin;
}

.scroll-container::-webkit-scrollbar {
height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track {
background: var(--warna_1);
}

.button-3d {
background: linear-gradient(145deg, var(--warna_1), var(--warna_3));
border-radius: 12px;
color: #f2efef;
font-weight: bold;
margin: 0 5px;
padding: 7px 20px;
transition: transform 0.3s;
display: inline-block;
cursor: pointer;
}

.button-3d:active {
transform: translateY(4px);

}

.rate {
background-color: var(--warna_1);
box-shadow: 0 0 6px 1px var(--warna_1);
color: #fffbfb;
padding: 0 .5em;
font-weight: 800;
text-align: center;
border-radius: 1em;
}
@keyframes gradientAnimation {
0% { background-position: 0% 50%; }
40% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

.asdasdwe_2353_Sdfsdccxxx_Xx3979b {
position: absolute;
top: -4px;
right: 0;
background-color: #FF3956;
color: #1f1f1f;
background: linear-gradient(45deg, #92918f, #b6b6b6, #e4e4e4, #8c8c8c, #f8f8f8, #b3b3b3, #636363, rgba(255, 255, 255, 0.9) 80%, #dcdbd6, #b6b6b5, #9e9e9e, #d0d0d0, #c8c8c8, #a3a3a2, #bebebe);
background-size: 700% 200%;
animation: gradientAnimation 2.5s linear infinite;
}

