.product-list,
.rounded-xl {
    border-radius: .75rem
}

.swal2-popup {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    font-family: inherit
}

.bg-murky-300,
.bg-murky-600,
.bg-orange-700,
.bg-primary-5400 {
    --tw-bg-opacity: 1
}

.product-list:active,
.ring-offset-murky-800 {
    --tw-ring-offset-color: #34373b
}

.product-list:active,
.ring-offset-2 {
    --tw-ring-offset-width: 2px
}

.product-list:active,
.ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: var(--warna_3)
}

.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 {
    background-color: rgb(132 130 129)
}

.bg-background,
.bg-murky-600,
.bg-secondary {
    background-color: var(--warna_1)
}

.text-foreground {
    color: #ebeaef
}

.bg-murky-300 {
    background-color: #ebeaef80
}

.product-list {
    min-height: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.product-list:active,
.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)
}

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

.product-list.active .btn-order {
    box-shadow: 0 0 20px rgba(220, 220, 220, .4)
}

.bg-product {
    background: #c3c9cc
}

.product-list img {
    display: flex;
    float: right;
    margin-top: 0
}

.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 {
    background: #333333eb
}

.hover\:bg-orange-400:hover,
.hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: #ebeaef29
}

.load {
    background: rgba(31, 33, 46, .5);
    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/img/loading-order.gif)
}

.bg-murky-kuh {
    background-color: rgb(195 201 204 / var(--tw-bg-opacity));
}

.imgpay {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    height: 13px;
    width: 300px;
    inset: 0px;
    color: transparent;
}

.swal2-popup {
    display: none;
    position: relative;
    width: 25em;
    max-width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: #1e2022eb;
    color: #dfdede !important;
    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, .8);
    position: relative;
    margin-bottom: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: .3s forwards slideIn;
    opacity: 0
}

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

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

.bar,
.progress {
    border-radius: 5px
}

.toast-message {
    flex: 1
}

.toast-close {
    cursor: pointer
}

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

.text-warning {
    color: #eab308
}

.text-info {
    color: #0ea5e9
}

.text-success {
    color: #22c55e
}

.bg-primary-5400 {
    background-color: var(--warna_3)
}

.to-primary-600 {
    --tw-gradient-to: #022c56 var(--tw-gradient-to-position)
}

.from-primary-400 {
    --tw-gradient-from: #022c56 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)
}

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

.text-besar {
    font-size: 50px;
    font-weight: 700
}

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

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

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

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

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

.progress {
    height: 100%;
    background-color: #ffc107
}

.count {
    min-width: 50px;
    text-align: right
}

.bg-primary-400 {
    background-color: var(--warna_2);
}

.rounded-\[9999px\],
.rounded-full {
    border-radius: 9999px;
}

.w-1\/4 {
    width: 25%;
}

.h-1 {
    height: .25rem;
}

.bg-murky-9000 {
    --tw-bg-opacity: 1;
    background-color: var(--warna_1);
}



.hover\:animate-bounce:hover {
    animation: bounce 1s;
}


/* CUSTOM 2 */
.blurred-navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #1d293db8;
}

.bg-bangweb-800,
.bg-melpa-100 {
    --tw-bg-opacity: 1
}

.bg-melpa-100 {
    background-color: var(--warna_3)
}

.bg-bangweb-800,
.hover\:bg-murky-700:hover {
    background-color: var(--warna_1)
}

.border-murky-800 {
    --tw-border-opacity: 1;
    border-color: rgb(131 134 137)
}

.py-1 a:hover {
    background-color: var(--warna_3);
    transition: background-color .3s
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: var(--warna_2)
}

.text-primary-300 {
    color: var(--warna_2)
}

.blur {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}