/* /Components/Cart.razor.rz.scp.css */
.cart[b-s393fd6l1l] {
    min-width: 20rem;
}

[b-s393fd6l1l] .vertical {
    border-color: black;
}
/* /Components/CategoryCard.razor.rz.scp.css */
/* /Components/LotteryChannel.razor.rz.scp.css */

[b-3py50k4101] .order-btn{
    padding: 6px;
}


[b-3py50k4101] .mud-button-group-outlined.mud-button-group-override-styles .mud-button-root{
    padding: 0px 0.5rem;
}

[b-3py50k4101] .order-input {
    margin: 0px;
}

[b-3py50k4101] .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined[b-3py50k4101] {
    padding: 12px 12px;
    min-width: 0px;
    max-width: 100%;
    text-align: center;
}
/* /Components/LotteryChannelGroup.razor.rz.scp.css */
.channel-group > div[b-thixdfza45] {
    gap: 2rem;
}
/* /Components/LotteryCode.razor.rz.scp.css */
[b-vgpwfmz1ts] .action {
    width: 10rem;
}
/* /Components/ProductCard.razor.rz.scp.css */
/* /Components/SiteHeader.razor.rz.scp.css */
[b-ox52g1u240] .rounded-select {
    min-width: 15.5rem;
}

.menu-items-container[b-ox52g1u240] {
    max-height: 200px; /* Adjust based on the total height of your current 4 items */
    overflow-y: auto;
}


@media print {
    [b-ox52g1u240] .no-print {
        display: none !important;
    }

    @page {
        margin-top: 0px;
        padding-top: 5rem;
    }

    @page :footer {
        display: none !important;
    }
}
/* /Components/TicketGallery.razor.rz.scp.css */

.justified-gallery[b-19yx6cowpc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 12px;
    padding: 1rem;
    width: 100%;
    max-width: none;
}

.gallery-main[b-19yx6cowpc] {
    display: flex;
    align-items: flex-start; /* key: don't stretch children vertically */
    gap: 20px;
}

.display-area[b-19yx6cowpc]{
    flex-grow: 1;
}

.gallery-inner[b-19yx6cowpc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100px;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Only active when clicked */
.gallery-item.expanded .gallery-inner[b-19yx6cowpc] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    width: 400px;
    max-width: 90vw;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.gallery-item.expanded .gallery-overlay[b-19yx6cowpc] {
    opacity: 0 !important;
    pointer-events: none;
}

.gallery-item.expanded img[b-19yx6cowpc] {
    transform: none !important;
}


.gallery-inner img[b-19yx6cowpc],
#receipt[b-19yx6cowpc] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    background: white;
}

#receipt header img.logo[b-19yx6cowpc] {
    display: block;
    box-shadow: none;
    margin: 0 auto;
    padding-top: 1rem;
    max-width: 200px; /* or any size you prefer */
    height: auto;
    object-fit: contain;
}

.overlay-backdrop[b-19yx6cowpc] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* optional dim */
    z-index: 998;
}

.gallery-item[b-19yx6cowpc] {
    height: 100px;
    overflow: hidden;
    position: relative;
    border: 2px solid black;
    background: white;
    cursor: pointer;
    border-radius: 12px;
}

.gallery-item:hover[b-19yx6cowpc] {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/*Print related*/

/*@media print {
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        width: 72mm !important;
        font-size: 10pt !important;
    }

    .gallery-main {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .justified-gallery {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .gallery-item {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        position: relative !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 8px !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .gallery-item:first-of-type {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .gallery-item:hover {
        box-shadow: none !important;
    }

    .gallery-inner {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .gallery-inner img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        box-shadow: none !important;
    }

    #receipt {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 8px !important;
        margin: 0 auto !important;
        font-size: 0.9rem !important;
        color: black !important;
        background: white !important;
        border: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    #receipt > div:first-of-type {
        padding: 0 !important;
        margin: 0 !important;
    }

    #receipt div > h6 {
        white-space: normal !important;
        font-size: 1rem !important;
    }

    #receipt .logo {
        display: block !important;
        margin: 0 auto !important;
        max-width: 200px !important;
        height: auto !important;
    }
}
*/

@media print {
    html[b-19yx6cowpc], body[b-19yx6cowpc] {
        margin: 0 !important;
        padding: 0 !important;
        width: 72mm !important;
        font-size: 10pt !important;
    }

    .gallery-main[b-19yx6cowpc] {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .justified-gallery[b-19yx6cowpc] {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .gallery-item[b-19yx6cowpc] {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        position: relative !important;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 8px !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    .gallery-item:first-of-type[b-19yx6cowpc] {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .gallery-item:hover[b-19yx6cowpc] {
        box-shadow: none !important;
    }

    .gallery-inner[b-19yx6cowpc] {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .gallery-inner img[b-19yx6cowpc] {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        box-shadow: none !important;
    }

    #receipt[b-19yx6cowpc] {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding: 8px !important;
        margin: 0 auto !important;
        font-size: 0.9rem !important;
        color: black !important;
        background: white !important;
        border: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    #receipt > div:first-of-type[b-19yx6cowpc] {
        padding: 0 !important;
        margin: 0 !important;
    }

    #receipt div > h6[b-19yx6cowpc] {
        white-space: normal !important;
        font-size: 1rem !important;
    }

    #receipt .logo[b-19yx6cowpc] {
        display: block !important;
        margin: 0 auto !important;
        max-width: 200px !important;
        height: auto !important;
    }
}
/* /Pages/FirstRetailerLicenseCodePage.razor.rz.scp.css */



.page-wrapper[b-53b4joihtd]{
    width: 400px;
    height: 50px;
    border-width: 1px;
    border-radius: 8px;
    overflow-wrap: anywhere;
}


.input-container[b-53b4joihtd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2rem;
}

.submit-button[b-53b4joihtd] {
    width: 100px;
    height: 50px;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Horizontal offset, vertical offset, blur radius, color */
}
/* /Pages/Main.razor.rz.scp.css */
/* /Pages/PaymentComplete.razor.rz.scp.css */

.content[b-sgnqk4hujc] {
    overflow: visible !important;
    height: 100vh !important;
    max-height: unset !important;
}
