/* /Components/Articles/CategoryArticle.razor.rz.scp.css */
:root[b-s07lmowy0g] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-s07lmowy0g] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-s07lmowy0g] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-s07lmowy0g] {
    font-size: 14px;
}

.jumbo[b-s07lmowy0g] {
    margin-top: 40px;
}

.new-cart[b-s07lmowy0g] {
    margin: 10px;
}

.select-order[b-s07lmowy0g] {
    border-radius: 12px;
    background: white;
    font-size: 18px;
    width: 100%;
    align-content: center;
}

.button-separator[b-s07lmowy0g] {
    padding-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.button-separator2[b-s07lmowy0g] {
    padding-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}


.label-cart[b-s07lmowy0g] {
    position: absolute;
    top: 11px;
    right: 5px;
    z-index: 5;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}

.profile[b-s07lmowy0g] {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}


.language[b-s07lmowy0g] {
    position: fixed;
    top: 120px;
    left: 10px;
    z-index: 5;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}

.delivery-or-pickup[b-s07lmowy0g] {
    position: absolute;
    top: 120px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}


.dashboard-order[b-s07lmowy0g] {
    height: 100%;
    width: 100%;
    padding-right: 360px;
    padding-left: 60px;
    background-color: #DFF5FF;
}

.dashboard-banner[b-s07lmowy0g] {
    width: 100%;
    height: 400px;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .dashboard-banner > img[b-s07lmowy0g] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

.banner-promo[b-s07lmowy0g] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-s07lmowy0g] {
    padding: 2rem 2rem;
}



.dashboard-menu[b-s07lmowy0g] {
    display: flex;
    gap: 15px;
    padding: 1.6rem 2rem;
    overflow-x: auto;
    position: sticky;
    top: 0px;
    z-index: 1;
    border-bottom-left-radius: 18%;
    border-bottom-right-radius: 18%;
}

    .dashboard-menu > a[b-s07lmowy0g] {
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-s07lmowy0g] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-s07lmowy0g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    gap: 20px;
    padding: 1rem 1rem 1rem 1rem;
}

.dashboard-card[b-s07lmowy0g] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card-modal[b-s07lmowy0g] {
    background-color: var(--mainColor);
    box-shadow: white 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card:hover[b-s07lmowy0g] {
    box-shadow: #378CE7 0px 5px 15px;
}

.product-image[b-s07lmowy0g] {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover
}

img[b-s07lmowy0g] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-top: 2%;
    margin-bottom: 2%;
}

.article-info[b-s07lmowy0g] {
    margin-top: 0.5px;
    margin-right: 1px;
}

    .article-info > span[b-s07lmowy0g] {
        float: right;
        font-size: 17px;
    }

    .article-info > h4[b-s07lmowy0g] {
        font-size: 23px;
    }

.article-button[b-s07lmowy0g] {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-detail[b-s07lmowy0g] {
    padding: 10px;
}

    .card-detail > span[b-s07lmowy0g] {
        float: left;
    }

.modal-product > img[b-s07lmowy0g] {
    width: 120px;
    height: 120px;
    position: center;
    object-fit: cover;
    float: left;
}

.long-desc[b-s07lmowy0g] {
    float: right;
    margin-bottom: 100px;
}

.card-time[b-s07lmowy0g] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-s07lmowy0g] {
    width: 360px;
    min-height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    background-color: #DFF5FF;
    z-index: 4;
    transform: translateX(340px);
    animation: moveInside-b-s07lmowy0g 0.2s linear forwards;
    margin-bottom: 2%;
}


    .dashboard-order > h3[b-s07lmowy0g] {
        padding: 10px 0;
    }

.order-addres > h4[b-s07lmowy0g] {
    line-height: 2;
}

.order-time[b-s07lmowy0g] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-s07lmowy0g] {
    height: 550px;
    width: 104%;
    overflow-y: scroll;
    margin: 19px 0;
}

    .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-s07lmowy0g] {
    display: contents;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-s07lmowy0g] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-s07lmowy0g] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-s07lmowy0g] {
    float: right;
}

.divider[b-s07lmowy0g] {
    width: 100%;
    border: 1px dashed var(--grey);
    margin-bottom: 8%;
}

.order-total > p[b-s07lmowy0g] {
    padding: 10px 0;
}

    .order-total > p > span[b-s07lmowy0g] {
        float: right;
        font-weight: 600;
    }

.order.promo[b-s07lmowy0g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 5px 0 10px 0;
}

.input-promo[b-s07lmowy0g] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .input-promo:hover[b-s07lmowy0g] {
        text-transform: unset;
    }

.button-promo[b-s07lmowy0g] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    margin-top: 2%;
}

    .button-promo:hover[b-s07lmowy0g] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.checkout[b-s07lmowy0g] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    margin-top: 2%;
    cursor: pointer;
    margin-bottom: 2%;
}

    .checkout:hover[b-s07lmowy0g] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

.subcategory[b-s07lmowy0g] {
    margin-left: 45px;
    margin-top: 70px;
    margin-bottom: 15px;
}

#cart[b-s07lmowy0g] {
    display: none;
}

    #cart:checked ~ .label-cart[b-s07lmowy0g] {
        color: white;
    }

    #cart:checked ~ .dashboard[b-s07lmowy0g] {
        padding-right: 0px;
    }

    #cart:checked ~ .dashboard-order[b-s07lmowy0g] {
        display: none;
        background-color: #E6ECF5;
        z-index: 4;
    }

    #cart:checked ~ .logo[b-s07lmowy0g] {
        padding-right: 0px;
    }

.dashboard[b-s07lmowy0g] {
    background-color: #f2f4f7;
}

.but-total-order > p[b-s07lmowy0g] {
    float: left;
    padding-left: 27%;
    position: fixed;
}

.search-article[b-s07lmowy0g] {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 70px;
    position: sticky;
}

.clear-text[b-s07lmowy0g] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
    user-select: none; /* Evita la selección del texto */
}

.inputStyle[b-s07lmowy0g] {
    border-radius: 9px;
    border: 1px solid lightgray;
}

@media screen and (max-width: 900px) {
    .new-cart[b-s07lmowy0g] {
        margin: 0px;
    }
    .clear-text[b-s07lmowy0g] {
        position: absolute;
        right: 10px;
        top: 46%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 18px;
        color: #999;
        user-select: none; /* Evita la selección del texto */
    }

    .search-article[b-s07lmowy0g] {
        margin-top: 0px;
        width: 100%;
    }

    .inputStyle[b-s07lmowy0g] {
        width: 100%;
        margin: 15px 0px 0px 15px;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 9px;
        border: 1px solid lightgray;
    }

    


    .product-image[b-s07lmowy0g] {
        flex: 0 0 175px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-image > img[b-s07lmowy0g] {
            height: 100%;
            width: auto;
            max-width: 100%;
        }

    .product-info[b-s07lmowy0g] {
        padding: 14px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .price[b-s07lmowy0g] {
        position: absolute;
        top: 90px;
        right: 14px;
        font-size: 13px;
        font-weight: bold;
        color: #333; /* Color del texto del precio */
    }

    .article-name[b-s07lmowy0g] {
        font-size: 22px;
    }

    h3[b-s07lmowy0g], .description[b-s07lmowy0g], .btn[b-s07lmowy0g] {
        margin: 0;
        padding: 0;
    }

    h3[b-s07lmowy0g] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .description[b-s07lmowy0g] {
        font-size: 14px;
    }

    .btn[b-s07lmowy0g] {
        padding: 8px;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 11px;
        margin-top: auto; /* Asegura que el botón se mantenga al fondo */
    }

        .btn:hover[b-s07lmowy0g] {
            background-color: #0056b3;
        }


    .delivery-or-pickup[b-s07lmowy0g] {
        position: absolute;
        top: 80px;
        right: 10px;
        z-index: 3;
        cursor: pointer;
        color: #378CE7;
    }

    .subcategory[b-s07lmowy0g] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-s07lmowy0g] {
        display: flex;
        gap: 10px;
        padding: 0.2rem 1rem;
        overflow-x: auto;
        position: sticky;
        border-bottom: solid white;
        margin-top: 0px;
    }

        .dashboard-menu > a[b-s07lmowy0g] {
            text-decoration: none;
            text-align: center;
            min-width: 100px;
            padding: 0.5rem 0;
            font-size: 0.9rem;
            color: var(--darkBlack);
            background-color: var(--lightGrey);
        }

            .dashboard-menu > a:hover[b-s07lmowy0g] {
                background-color: var(--red);
                color: var(--lightGrey);
            }

    .dashboard[b-s07lmowy0g] {
        padding-right: 0;
    }

    .dashboard-order[b-s07lmowy0g] {
        width: 200%;
        left: 0;
    }

        .dashboard-order ~ .button[b-s07lmowy0g] {
            width: 100%;
        }

    .dashboard-content[b-s07lmowy0g] {
        padding: 0rem 0.5rem 0rem 0.5rem;
    }
}

@keyframes moveInside-b-s07lmowy0g {
    100% {
        opacity: 100;
        transform: translateX(0px);
        background-color: #E6ECF5;
    }
}

@keyframes moveOutside-b-s07lmowy0g {
    100% {
        opacity: 100;
        transform: translateX(340px);
        background-color: #E6ECF5;
    }
}


.card-container[b-s07lmowy0g] {
    display: flex;
    align-items: center;
}

.card-image[b-s07lmowy0g] {
    flex: 1;
    max-width: 30%; /* Ajusta según sea necesario */
}

.card-body[b-s07lmowy0g] {
    flex: 1;
    max-width: 50%; /* Ajusta según sea necesario */
    padding: 0 20px; /* Espaciado entre la imagen y el texto */
}

.order-info > p[b-s07lmowy0g] {
    float: right;
    margin-bottom: 10px;
}

.totalInfoOrder[b-s07lmowy0g] {
    font-size: 22px;
    margin-right: 6px;
}

@media (max-width: 900px) {
    .totalInfoOrder[b-s07lmowy0g] {
        font-size: 22px;
    }
    .new-cart[b-s07lmowy0g] {
        margin: 0px;
    }

    .select-order[b-s07lmowy0g] {
        border-radius: 10px;
        background: white;
        font-size: 12px;
        width: 100%;
        align-content: center;
    }

    .buttonsPurchase[b-s07lmowy0g] {
        padding-right: 51%;
    }

    .order-info > p[b-s07lmowy0g] {
        padding-right: 52.5%;
        position: center;
    }

    .btn-total-order[b-s07lmowy0g] {
        justify-content: center;
    }

    .but-total-order > p[b-s07lmowy0g] {
        float: left;
        padding-left: 27%;
        position: fixed;
    }

    .search-prod[b-s07lmowy0g] {
        padding-right: 20px;
        padding-left: 18px;
        background-color: white;
    }

    .order-details > p[b-s07lmowy0g] {
        font-size: 18px;
    }

    .dashboard-banner[b-s07lmowy0g] {
        width: 100%;
        height: 300px;
        border-radius: 30px;
        cursor: pointer;
    }

        .dashboard-banner > img[b-s07lmowy0g] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            margin-top: 10px;
            transition: transform 0.3s ease;
        }

            .dashboard-banner > img:hover[b-s07lmowy0g] {
                transform: scale(1.1);
            }


    .subcategory[b-s07lmowy0g] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-s07lmowy0g] {
        display: flex;
        gap: 10px;
        padding: 1rem 1rem;
        overflow-x: auto;
        top: 0px;
        position: sticky;
        z-index: 1;
    }

    .dashboard-title[b-s07lmowy0g] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1.2rem 1rem;
    }

    .order-type[b-s07lmowy0g] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1rem 1rem;
        border-top: 1px solid grey;
        justify-content: center;
    }




    .dashboard-menu > a[b-s07lmowy0g] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-s07lmowy0g] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

    .card-container[b-s07lmowy0g] {
        flex-direction: column;
    }

    .card-image[b-s07lmowy0g],
    .card-body[b-s07lmowy0g] {
        max-width: 100%;
    }

    h4[b-s07lmowy0g] {
        font-size: 19px;
    }

    .dashboard-content[b-s07lmowy0g] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 10px;
        padding: 0.2rem 0.5rem 0.3rem 0.4rem;
    }

    .modal-dashboard-content[b-s07lmowy0g] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 20px;
        width: 110%;
    }

    .dashboard-card[b-s07lmowy0g] {
        background-color: #f7f9fc;
        box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
        border-radius: 15px;
        position: relative;
        cursor: pointer;
    }

        .dashboard-card:hover[b-s07lmowy0g] {
            box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
        }

    .product-image[b-s07lmowy0g] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        object-fit: cover
    }

    .modal-product-image[b-s07lmowy0g] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .modal-product-image[b-s07lmowy0g] {
        width: 200%;
    }

    img[b-s07lmowy0g] {
        width: 95px;
        height: 95px;
        object-fit: cover;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .article-info[b-s07lmowy0g] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .article-info > span[b-s07lmowy0g] {
            float: right;
            font-size: 16px;
        }

        .article-info > h4[b-s07lmowy0g] {
            font-size: 17px;
        }

    .modal-article-info[b-s07lmowy0g] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .modal-article-info > span[b-s07lmowy0g] {
            float: right;
            font-size: 16px;
        }

        .modal-article-info > h4[b-s07lmowy0g] {
            font-size: 17px;
        }

    .product-long-desc > p[b-s07lmowy0g] {
        font-size: 11px;
        padding-right: 80px;
    }

    .modal-product-long-desc > p[b-s07lmowy0g] {
        font-size: 13px;
    }

    .long-desc[b-s07lmowy0g] {
        padding-left: 10px;
        float: left;
    }

    .article-button[b-s07lmowy0g] {
        float: right;
        margin-right: 3px;
        margin-top: 25px;
    }

    .button-separator[b-s07lmowy0g] {
        padding-top: 77px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
        height: 100px;
    }

    .button-separator2[b-s07lmowy0g] {
        padding-top: 45px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
    }

    .card-detail[b-s07lmowy0g] {
        padding: 10px;
        padding-top: 14px;
    }

        .card-detail > span[b-s07lmowy0g] {
            float: right;
        }

    .modal-card-detail[b-s07lmowy0g] {
        padding: 10px;
    }

        .modal-card-detail > span[b-s07lmowy0g] {
            float: right;
        }

    .order-card[b-s07lmowy0g] {
        display: grid;
        grid-template-columns: 0.55fr 0.8fr;
        padding: 5px 0px;
        gap: -10px;
        justify-content: space-around;
        align-items: flex-start;
    }


    .order-wrapper[b-s07lmowy0g] {
        height: 683px;
        width: 122%;
        overflow-y: scroll;
        margin: 10px 0;
    }

        .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar-track {
            background-color: var(--darkBlack);
            border-radius: 20px;
        }

        .order-wrapper[b-s07lmowy0g]::-webkit-scrollbar-thumb {
            background-color: var(--darkGrey);
            border-radius: 20px;
        }

    .btnCheck[b-s07lmowy0g] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 1.375rem 9.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
}

.button-container[b-s07lmowy0g] {
    text-align: center;
    margin-top: 20px;
}

.dividere[b-s07lmowy0g] {
    position: sticky;
    top: 300px;
}

@media (orientation: landscape) {
    body[b-s07lmowy0g] {
        transform: rotate(0deg);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media(max-height: 910px) {
    .order-wrapper[b-s07lmowy0g] {
        height: 640px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 885px) {
    .order-wrapper[b-s07lmowy0g] {
        height: 600px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 860px) {
    .order-wrapper[b-s07lmowy0g] {
        height: 530px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 800px) {
    .order-wrapper[b-s07lmowy0g] {
        height: 430px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 700px) {
    .order-wrapper[b-s07lmowy0g] {
        height: 330px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}


.scroll-indicator[b-s07lmowy0g] {
    position: absolute;
    bottom: 10px; /* Ajusta la posición vertical según tus necesidades */
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%);
    animation: bounce-b-s07lmowy0g 1s infinite alternate; /* Animación de rebote */
}

@keyframes bounce-b-s07lmowy0g {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

.scroll-indicator span[b-s07lmowy0g] {
    font-size: 24px; /* Tamaño de la flecha */
}

.own-footer[b-s07lmowy0g] {
    padding-top: 170px;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.container[b-s07lmowy0g] {
    display: contents;
    flex-direction: column;
}

.section[b-s07lmowy0g] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-s07lmowy0g] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-s07lmowy0g] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 900px) {
    .own-footer[b-s07lmowy0g] {
        padding-top: 110px;
        padding-bottom: 90px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .section[b-s07lmowy0g] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }

    .jumbo[b-s07lmowy0g] {
        margin-top: 1px;
    }
}


.cart-shop[b-s07lmowy0g] {
    max-height: 52vh;
    overflow-y: auto;
    z-index: 7;
    padding: 4px;
    border-radius: 5px;
}

    .cart-shop[b-s07lmowy0g]::-webkit-scrollbar {
        width: 6px;
        margin-left: 5px;
    }

    .cart-shop[b-s07lmowy0g]::-webkit-scrollbar-track {
        background: #dff5ff;
    }



@keyframes bounce-b-s07lmowy0g {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

.bounce[b-s07lmowy0g] {
    animation: bounce-b-s07lmowy0g 0.5s;
}

.product-card[b-s07lmowy0g] {
    position: relative; /* Posición relativa para el contenedor principal */
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.product-image[b-s07lmowy0g] {
    flex: 0 0 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image > img[b-s07lmowy0g] {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

.product-info[b-s07lmowy0g] {
    padding: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price[b-s07lmowy0g] {
    position: absolute;
    top: 90px;
    right: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #333; /* Color del texto del precio */
}

.article-name[b-s07lmowy0g] {
    font-size: 18px;
}

h3[b-s07lmowy0g], .description[b-s07lmowy0g], .btn[b-s07lmowy0g] {
    margin: 0;
    padding: 0;
}

h3[b-s07lmowy0g] {
    font-size: 16px;
    margin-bottom: 5px;
}

.description[b-s07lmowy0g] {
    font-size: 13px;
}

.btn[b-s07lmowy0g] {
    padding: 7px 8px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    margin-top: auto; /* Asegura que el botón se mantenga al fondo */
}

    .btn:hover[b-s07lmowy0g] {
        background-color: #0056b3;
    }

.menu-container[b-s07lmowy0g] {
    background-color: white;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.option-group[b-s07lmowy0g] {
    margin-top: 10px;
    margin-bottom: 20px;
}

label[b-s07lmowy0g] {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
}

input[type="radio"][b-s07lmowy0g] {
    margin-right: 10px;
}

.extra-price[b-s07lmowy0g] {
    color: green;
    font-weight: bold;
}

.add-to-cart-btn[b-s07lmowy0g] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

    .add-to-cart-btn:hover[b-s07lmowy0g] {
        background-color: #0056b3;
    }

.radio-group[b-s07lmowy0g] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-input[b-s07lmowy0g] {
    display: none; /* Ocultar el botón de radio */
}


/* Panel de alérgenos desplegable */
.allergen-panel[b-s07lmowy0g] {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    z-index: 15;
    padding: 12px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.allergen-panel.active[b-s07lmowy0g] {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}



.allergen-header[b-s07lmowy0g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.allergen-title[b-s07lmowy0g] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.close-btn[b-s07lmowy0g] {
    background: #f1f3f4;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
}

    .close-btn:hover[b-s07lmowy0g] {
        background: #e8eaed;
        color: #333;
    }

.allergen-grid[b-s07lmowy0g] {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    flex: 1;
    overflow: auto;
    scrollbar-width: thin;
}

.allergen-item[b-s07lmowy0g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .allergen-item:hover[b-s07lmowy0g] {
        background: #e9ecef;
        transform: translateY(-2px);
    }

.allergen-icon[b-s07lmowy0g] {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    font-size: 24px;
}

.allergen-name[b-s07lmowy0g] {
    font-size: 11px;
    color: #666;
    text-align: center;
    font-weight: 500;
}

/* Animación de entrada */
@keyframes slideIn-b-s07lmowy0g {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.allergen-panel.entering[b-s07lmowy0g] {
    animation: slideIn-b-s07lmowy0g 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/*Lista de alergenos*/

.allergens-list[b-s07lmowy0g] {
    position: absolute;
    right: 5px;
    top: 0;
}
/* /Components/Articles/ModalArticle.razor.rz.scp.css */
:root[b-usdh76aw85] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-usdh76aw85] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-usdh76aw85] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-usdh76aw85] {
    font-size: 14px;
}

.jumbo[b-usdh76aw85] {
    margin-top: 40px;
}

.select-order[b-usdh76aw85] {
    border-radius: 12px;
    background: white;
    font-size: 18px;
    width: 100%;
    align-content: center;
}

.button-separator[b-usdh76aw85] {
    padding-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.button-separator2[b-usdh76aw85] {
    padding-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}


.label-cart[b-usdh76aw85] {
    position: fixed;
    top: 11px;
    right: 5px;
    z-index: 5;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}

.profile[b-usdh76aw85] {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}


.language[b-usdh76aw85] {
    position: fixed;
    top: 120px;
    left: 10px;
    z-index: 5;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}

.delivery-or-pickup[b-usdh76aw85] {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}


.dashboard-order[b-usdh76aw85] {
    height: 100%;
    width: 100%;
    padding-right: 360px;
    padding-left: 60px;
    background-color: #DFF5FF;
}

.dashboard-banner[b-usdh76aw85] {
    width: 100%;
    height: 400px;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .dashboard-banner > img[b-usdh76aw85] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

.banner-promo[b-usdh76aw85] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-usdh76aw85] {
    padding: 2rem 2rem;
}



.dashboard-menu[b-usdh76aw85] {
    display: flex;
    gap: 15px;
    padding: 1.6rem 2rem;
    overflow-x: auto;
    position: sticky;
    top: 155px;
    z-index: 2;
    border-bottom-left-radius: 18%;
    border-bottom-right-radius: 18%;
}

    .dashboard-menu > a[b-usdh76aw85] {
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-usdh76aw85] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-usdh76aw85] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    gap: 20px;
    padding: 1rem 1rem 1rem 1rem;
}

.dashboard-card[b-usdh76aw85] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card-modal[b-usdh76aw85] {
    background-color: var(--mainColor);
    box-shadow: white 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card:hover[b-usdh76aw85] {
    box-shadow: #378CE7 0px 5px 15px;
}

.product-image[b-usdh76aw85] {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover
}

img[b-usdh76aw85] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-top: 2%;
    margin-bottom: 2%;
}

.article-info[b-usdh76aw85] {
    margin-top: 0.5px;
    margin-right: 1px;
}

    .article-info > span[b-usdh76aw85] {
        float: right;
        font-size: 17px;
    }

    .article-info > h4[b-usdh76aw85] {
        font-size: 23px;
    }

.article-button[b-usdh76aw85] {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-detail[b-usdh76aw85] {
    padding: 10px;
}

    .card-detail > span[b-usdh76aw85] {
        float: left;
    }

.modal-product > img[b-usdh76aw85] {
    width: 120px;
    height: 120px;
    position: center;
    object-fit: cover;
    float: left;
}

.long-desc[b-usdh76aw85] {
    float: right;
    margin-bottom: 100px;
}

.card-time[b-usdh76aw85] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-usdh76aw85] {
    width: 360px;
    min-height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    background-color: #DFF5FF;
    z-index: 4;
    transform: translateX(340px);
    animation: moveInside-b-usdh76aw85 0.2s linear forwards;
    margin-bottom: 2%;
}


    .dashboard-order > h3[b-usdh76aw85] {
        padding: 10px 0;
    }

.order-addres > h4[b-usdh76aw85] {
    line-height: 2;
}

.order-time[b-usdh76aw85] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-usdh76aw85] {
    height: 550px;
    width: 104%;
    overflow-y: scroll;
    margin: 19px 0;
}

    .order-wrapper[b-usdh76aw85]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-usdh76aw85]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-usdh76aw85]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-usdh76aw85] {
    display: contents;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-usdh76aw85] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-usdh76aw85] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-usdh76aw85] {
    float: right;
}

.divider[b-usdh76aw85] {
    width: 100%;
    border: 1px dashed var(--grey);
    margin-bottom: 8%;
}

.order-total > p[b-usdh76aw85] {
    padding: 10px 0;
}

    .order-total > p > span[b-usdh76aw85] {
        float: right;
        font-weight: 600;
    }

.order.promo[b-usdh76aw85] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 5px 0 10px 0;
}

.input-promo[b-usdh76aw85] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .input-promo:hover[b-usdh76aw85] {
        text-transform: unset;
    }

.button-promo[b-usdh76aw85] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    margin-top: 2%;
}

    .button-promo:hover[b-usdh76aw85] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.checkout[b-usdh76aw85] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    margin-top: 2%;
    cursor: pointer;
    margin-bottom: 2%;
}

    .checkout:hover[b-usdh76aw85] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

.subcategory[b-usdh76aw85] {
    margin-left: 45px;
    margin-top: 70px;
    margin-bottom: 15px;
}

#cart[b-usdh76aw85] {
    display: none;
}

    #cart:checked ~ .label-cart[b-usdh76aw85] {
        color: white;
    }

    #cart:checked ~ .dashboard[b-usdh76aw85] {
        padding-right: 0px;
    }

    #cart:checked ~ .dashboard-order[b-usdh76aw85] {
        display: none;
        background-color: #E6ECF5;
        z-index: 4;
    }

    #cart:checked ~ .logo[b-usdh76aw85] {
        padding-right: 0px;
    }

.dashboard[b-usdh76aw85] {
    background-color: #f2f4f7;
}

.but-total-order > p[b-usdh76aw85] {
    float: left;
    padding-left: 27%;
    position: fixed;
}

.search-article[b-usdh76aw85] {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 70px;
    position: sticky;
}

.clear-text[b-usdh76aw85] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
    user-select: none; /* Evita la selección del texto */
}

.inputStyle[b-usdh76aw85] {
    border-radius: 9px;
    border: 1px solid lightgray;
}

@media screen and (max-width: 900px) {
    .clear-text[b-usdh76aw85] {
        position: absolute;
        right: 10px;
        top: 46%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 18px;
        color: #999;
        user-select: none; /* Evita la selección del texto */
    }

    .search-article[b-usdh76aw85] {
        margin-top: 50px;
        width: 100%;
    }

    .inputStyle[b-usdh76aw85] {
        width: 100%;
        margin: 15px 0px 0px 15px;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 9px;
        border: 1px solid lightgray;
    }

    .product-card[b-usdh76aw85] {
        position: relative; /* Posición relativa para el contenedor principal */
        display: flex;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        width: 100%;
        height: 175px;
        overflow: hidden;
    }

    .product-image[b-usdh76aw85] {
        flex: 0 0 175px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-image > img[b-usdh76aw85] {
            height: 100%;
            width: auto;
            max-width: 100%;
        }

    .product-info[b-usdh76aw85] {
        padding: 14px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .price[b-usdh76aw85] {
        position: absolute;
        top: 90px;
        right: 14px;
        font-size: 13px;
        font-weight: bold;
        color: #333; /* Color del texto del precio */
    }

    .article-name[b-usdh76aw85] {
        font-size: 22px;
    }

    h3[b-usdh76aw85], .description[b-usdh76aw85], .btn[b-usdh76aw85] {
        margin: 0;
        padding: 0;
    }

    h3[b-usdh76aw85] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .description[b-usdh76aw85] {
        font-size: 14px;
    }

    .btn[b-usdh76aw85] {
        padding: 8px;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 11px;
        margin-top: auto; /* Asegura que el botón se mantenga al fondo */
    }

        .btn:hover[b-usdh76aw85] {
            background-color: #0056b3;
        }


    .delivery-or-pickup[b-usdh76aw85] {
        position: fixed;
        top: 80px;
        right: 10px;
        z-index: 3;
        cursor: pointer;
        color: #378CE7;
    }

    .subcategory[b-usdh76aw85] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-usdh76aw85] {
        display: flex;
        gap: 10px;
        padding: 0.2rem 1rem;
        overflow-x: auto;
        position: sticky;
        border-bottom: solid white;
    }

        .dashboard-menu > a[b-usdh76aw85] {
            text-decoration: none;
            text-align: center;
            min-width: 100px;
            padding: 0.5rem 0;
            font-size: 0.9rem;
            color: var(--darkBlack);
            background-color: var(--lightGrey);
        }

            .dashboard-menu > a:hover[b-usdh76aw85] {
                background-color: var(--red);
                color: var(--lightGrey);
            }

    .dashboard[b-usdh76aw85] {
        padding-right: 0;
    }

    .dashboard-order[b-usdh76aw85] {
        width: 200%;
        left: 0;
    }

        .dashboard-order ~ .button[b-usdh76aw85] {
            width: 100%;
        }

    .dashboard-content[b-usdh76aw85] {
        padding: 0rem 0.5rem 0rem 0.5rem;
    }
}

@keyframes moveInside-b-usdh76aw85 {
    100% {
        opacity: 100;
        transform: translateX(0px);
        background-color: #E6ECF5;
    }
}

@keyframes moveOutside-b-usdh76aw85 {
    100% {
        opacity: 100;
        transform: translateX(340px);
        background-color: #E6ECF5;
    }
}


.card-container[b-usdh76aw85] {
    display: flex;
    align-items: center;
}

.card-image[b-usdh76aw85] {
    flex: 1;
    max-width: 30%; /* Ajusta según sea necesario */
}

.card-body[b-usdh76aw85] {
    flex: 1;
    max-width: 50%; /* Ajusta según sea necesario */
    padding: 0 20px; /* Espaciado entre la imagen y el texto */
}

.order-info > p[b-usdh76aw85] {
    float: right;
    margin-bottom: 10px;
}

.totalInfoOrder[b-usdh76aw85] {
    font-size: 22px;
    margin-right: 6px;
}

@media (max-width: 900px) {
    .totalInfoOrder[b-usdh76aw85] {
        font-size: 22px;
    }

    .select-order[b-usdh76aw85] {
        border-radius: 10px;
        background: white;
        font-size: 12px;
        width: 100%;
        align-content: center;
    }

    .buttonsPurchase[b-usdh76aw85] {
        padding-right: 51%;
    }

    .order-info > p[b-usdh76aw85] {
        padding-right: 52.5%;
        position: center;
    }

    .btn-total-order[b-usdh76aw85] {
        justify-content: center;
    }

    .but-total-order > p[b-usdh76aw85] {
        float: left;
        padding-left: 27%;
        position: fixed;
    }

    .search-prod[b-usdh76aw85] {
        padding-right: 20px;
        padding-left: 18px;
        background-color: white;
    }

    .order-details > p[b-usdh76aw85] {
        font-size: 18px;
    }

    .dashboard-banner[b-usdh76aw85] {
        width: 100%;
        height: 300px;
        border-radius: 30px;
        cursor: pointer;
    }

        .dashboard-banner > img[b-usdh76aw85] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            margin-top: 10px;
            transition: transform 0.3s ease;
        }

            .dashboard-banner > img:hover[b-usdh76aw85] {
                transform: scale(1.1);
            }


    .subcategory[b-usdh76aw85] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-usdh76aw85] {
        display: flex;
        gap: 10px;
        padding: 1.4rem 1rem;
        overflow-x: auto;
        top: 116px;
        position: sticky;
        z-index: 2;
    }

    .dashboard-title[b-usdh76aw85] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1.2rem 1rem;
    }

    .order-type[b-usdh76aw85] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1rem 1rem;
        border-top: 1px solid grey;
        justify-content: center;
    }




    .dashboard-menu > a[b-usdh76aw85] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-usdh76aw85] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

    .card-container[b-usdh76aw85] {
        flex-direction: column;
    }

    .card-image[b-usdh76aw85],
    .card-body[b-usdh76aw85] {
        max-width: 100%;
    }

    h4[b-usdh76aw85] {
        font-size: 19px;
    }

    .dashboard-content[b-usdh76aw85] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 0.2rem 0.5rem 0.3rem 0.4rem;
    }

    .modal-dashboard-content[b-usdh76aw85] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 20px;
        width: 110%;
    }

    .dashboard-card[b-usdh76aw85] {
        background-color: #f7f9fc;
        box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
        border-radius: 15px;
        position: relative;
        cursor: pointer;
    }

        .dashboard-card:hover[b-usdh76aw85] {
            box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
        }

    .product-image[b-usdh76aw85] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        object-fit: cover
    }

    .modal-product-image[b-usdh76aw85] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .modal-product-image[b-usdh76aw85] {
        width: 200%;
    }

    img[b-usdh76aw85] {
        width: 95px;
        height: 95px;
        object-fit: cover;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .article-info[b-usdh76aw85] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .article-info > span[b-usdh76aw85] {
            float: right;
            font-size: 16px;
        }

        .article-info > h4[b-usdh76aw85] {
            font-size: 17px;
        }

    .modal-article-info[b-usdh76aw85] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .modal-article-info > span[b-usdh76aw85] {
            float: right;
            font-size: 16px;
        }

        .modal-article-info > h4[b-usdh76aw85] {
            font-size: 17px;
        }

    .product-long-desc > p[b-usdh76aw85] {
        font-size: 11px;
        padding-right: 80px;
    }

    .modal-product-long-desc > p[b-usdh76aw85] {
        font-size: 13px;
    }

    .long-desc[b-usdh76aw85] {
        padding-left: 10px;
        float: left;
    }

    .article-button[b-usdh76aw85] {
        float: right;
        margin-right: 3px;
        margin-top: 25px;
    }

    .button-separator[b-usdh76aw85] {
        padding-top: 77px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
        height: 100px;
    }

    .button-separator2[b-usdh76aw85] {
        padding-top: 45px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
    }

    .card-detail[b-usdh76aw85] {
        padding: 10px;
        padding-top: 14px;
    }

        .card-detail > span[b-usdh76aw85] {
            float: right;
        }

    .modal-card-detail[b-usdh76aw85] {
        padding: 10px;
    }

        .modal-card-detail > span[b-usdh76aw85] {
            float: right;
        }

    .order-card[b-usdh76aw85] {
        display: grid;
        grid-template-columns: 0.55fr 0.8fr;
        padding: 5px 0px;
        gap: -10px;
        justify-content: space-around;
        align-items: flex-start;
    }


    .order-wrapper[b-usdh76aw85] {
        height: 683px;
        width: 122%;
        overflow-y: scroll;
        margin: 10px 0;
    }

        .order-wrapper[b-usdh76aw85]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-usdh76aw85]::-webkit-scrollbar-track {
            background-color: var(--darkBlack);
            border-radius: 20px;
        }

        .order-wrapper[b-usdh76aw85]::-webkit-scrollbar-thumb {
            background-color: var(--darkGrey);
            border-radius: 20px;
        }

    .btnCheck[b-usdh76aw85] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 1.375rem 9.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
}

.button-container[b-usdh76aw85] {
    text-align: center;
    margin-top: 20px;
}

.dividere[b-usdh76aw85] {
    position: sticky;
    top: 300px;
}

@media (orientation: landscape) {
    body[b-usdh76aw85] {
        transform: rotate(0deg);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media(max-height: 910px) {
    .order-wrapper[b-usdh76aw85] {
        height: 640px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 885px) {
    .order-wrapper[b-usdh76aw85] {
        height: 600px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 860px) {
    .order-wrapper[b-usdh76aw85] {
        height: 530px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 800px) {
    .order-wrapper[b-usdh76aw85] {
        height: 430px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 700px) {
    .order-wrapper[b-usdh76aw85] {
        height: 330px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}


.scroll-indicator[b-usdh76aw85] {
    position: absolute;
    bottom: 10px; /* Ajusta la posición vertical según tus necesidades */
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%);
    animation: bounce-b-usdh76aw85 1s infinite alternate; /* Animación de rebote */
}

@keyframes bounce-b-usdh76aw85 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

.scroll-indicator span[b-usdh76aw85] {
    font-size: 24px; /* Tamaño de la flecha */
}

.own-footer[b-usdh76aw85] {
    padding-top: 170px;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.container[b-usdh76aw85] {
    display: contents;
    flex-direction: column;
}

.section[b-usdh76aw85] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-usdh76aw85] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-usdh76aw85] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 900px) {
    .own-footer[b-usdh76aw85] {
        padding-top: 110px;
        padding-bottom: 90px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .section[b-usdh76aw85] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }

    .jumbo[b-usdh76aw85] {
        margin-top: 1px;
    }
}


.cart-shop[b-usdh76aw85] {
    max-height: 52vh;
    overflow-y: auto;
    z-index: 7;
}

    .cart-shop[b-usdh76aw85]::-webkit-scrollbar {
        width: 6px;
        margin-left: 5px;
    }

    .cart-shop[b-usdh76aw85]::-webkit-scrollbar-track {
        background: #dff5ff;
    }



@keyframes bounce-b-usdh76aw85 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

.bounce[b-usdh76aw85] {
    animation: bounce-b-usdh76aw85 0.5s;
}

.product-card[b-usdh76aw85] {
    position: relative; /* Posición relativa para el contenedor principal */
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.product-image[b-usdh76aw85] {
    flex: 0 0 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image > img[b-usdh76aw85] {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

.product-info[b-usdh76aw85] {
    padding: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price[b-usdh76aw85] {
    position: absolute;
    top: 90px;
    right: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #333; /* Color del texto del precio */
}

.article-name[b-usdh76aw85] {
    font-size: 18px;
}

h3[b-usdh76aw85], .description[b-usdh76aw85], .btn[b-usdh76aw85] {
    margin: 0;
    padding: 0;
}

h3[b-usdh76aw85] {
    font-size: 16px;
    margin-bottom: 5px;
}

.description[b-usdh76aw85] {
    font-size: 13px;
}

.btn[b-usdh76aw85] {
    padding: 7px 8px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    margin-top: auto; /* Asegura que el botón se mantenga al fondo */
}

    .btn:hover[b-usdh76aw85] {
        background-color: #0056b3;
    }

.menu-container[b-usdh76aw85] {
    background-color: white;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.option-group[b-usdh76aw85] {
    margin-top: 10px;
    margin-bottom: 20px;
}

label[b-usdh76aw85] {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
}

input[type="radio"][b-usdh76aw85] {
    margin-right: 10px;
}

.extra-price[b-usdh76aw85] {
    color: green;
    font-weight: bold;
}

.add-to-cart-btn[b-usdh76aw85] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

    .add-to-cart-btn:hover[b-usdh76aw85] {
        background-color: #0056b3;
    }

.radio-group[b-usdh76aw85] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-input[b-usdh76aw85] {
    display: none; /* Ocultar el botón de radio */
}
/* /Components/Articles/ModalInfo.razor.rz.scp.css */
:root[b-cqro3m5kg4] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-cqro3m5kg4] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-cqro3m5kg4] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-cqro3m5kg4] {
    font-size: 14px;
}

.jumbo[b-cqro3m5kg4] {
    margin-top: 40px;
}

.select-order[b-cqro3m5kg4] {
    border-radius: 12px;
    background: white;
    font-size: 18px;
    width: 100%;
    align-content: center;
}

.button-separator[b-cqro3m5kg4] {
    padding-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.button-separator2[b-cqro3m5kg4] {
    padding-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}


.label-cart[b-cqro3m5kg4] {
    position: fixed;
    top: 11px;
    right: 5px;
    z-index: 5;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}

.profile[b-cqro3m5kg4] {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}


.language[b-cqro3m5kg4] {
    position: fixed;
    top: 120px;
    left: 10px;
    z-index: 5;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}

.delivery-or-pickup[b-cqro3m5kg4] {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}


.dashboard-order[b-cqro3m5kg4] {
    height: 100%;
    width: 100%;
    padding-right: 360px;
    padding-left: 60px;
    background-color: #DFF5FF;
}

.dashboard-banner[b-cqro3m5kg4] {
    width: 100%;
    height: 400px;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .dashboard-banner > img[b-cqro3m5kg4] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

.banner-promo[b-cqro3m5kg4] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-cqro3m5kg4] {
    padding: 2rem 2rem;
}



.dashboard-menu[b-cqro3m5kg4] {
    display: flex;
    gap: 15px;
    padding: 1.6rem 2rem;
    overflow-x: auto;
    position: sticky;
    top: 155px;
    z-index: 2;
    border-bottom-left-radius: 18%;
    border-bottom-right-radius: 18%;
}

    .dashboard-menu > a[b-cqro3m5kg4] {
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-cqro3m5kg4] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-cqro3m5kg4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    gap: 20px;
    padding: 1rem 1rem 1rem 1rem;
}

.dashboard-card[b-cqro3m5kg4] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card-modal[b-cqro3m5kg4] {
    background-color: var(--mainColor);
    box-shadow: white 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card:hover[b-cqro3m5kg4] {
    box-shadow: #378CE7 0px 5px 15px;
}

.product-image[b-cqro3m5kg4] {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover
}

img[b-cqro3m5kg4] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-top: 2%;
    margin-bottom: 2%;
}

.article-info[b-cqro3m5kg4] {
    margin-top: 0.5px;
    margin-right: 1px;
}

    .article-info > span[b-cqro3m5kg4] {
        float: right;
        font-size: 17px;
    }

    .article-info > h4[b-cqro3m5kg4] {
        font-size: 23px;
    }

.article-button[b-cqro3m5kg4] {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-detail[b-cqro3m5kg4] {
    padding: 10px;
}

    .card-detail > span[b-cqro3m5kg4] {
        float: left;
    }

.modal-product > img[b-cqro3m5kg4] {
    width: 120px;
    height: 120px;
    position: center;
    object-fit: cover;
    float: left;
}

.long-desc[b-cqro3m5kg4] {
    float: right;
    margin-bottom: 100px;
}

.card-time[b-cqro3m5kg4] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-cqro3m5kg4] {
    width: 360px;
    min-height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    background-color: #DFF5FF;
    z-index: 4;
    transform: translateX(340px);
    animation: moveInside-b-cqro3m5kg4 0.2s linear forwards;
    margin-bottom: 2%;
}


    .dashboard-order > h3[b-cqro3m5kg4] {
        padding: 10px 0;
    }

.order-addres > h4[b-cqro3m5kg4] {
    line-height: 2;
}

.order-time[b-cqro3m5kg4] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-cqro3m5kg4] {
    height: 550px;
    width: 104%;
    overflow-y: scroll;
    margin: 19px 0;
}

    .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-cqro3m5kg4] {
    display: contents;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-cqro3m5kg4] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-cqro3m5kg4] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-cqro3m5kg4] {
    float: right;
}

.divider[b-cqro3m5kg4] {
    width: 100%;
    border: 1px dashed var(--grey);
    margin-bottom: 8%;
}

.order-total > p[b-cqro3m5kg4] {
    padding: 10px 0;
}

    .order-total > p > span[b-cqro3m5kg4] {
        float: right;
        font-weight: 600;
    }

.order.promo[b-cqro3m5kg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 5px 0 10px 0;
}

.input-promo[b-cqro3m5kg4] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .input-promo:hover[b-cqro3m5kg4] {
        text-transform: unset;
    }

.button-promo[b-cqro3m5kg4] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    margin-top: 2%;
}

    .button-promo:hover[b-cqro3m5kg4] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.checkout[b-cqro3m5kg4] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    margin-top: 2%;
    cursor: pointer;
    margin-bottom: 2%;
}

    .checkout:hover[b-cqro3m5kg4] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

.subcategory[b-cqro3m5kg4] {
    margin-left: 45px;
    margin-top: 70px;
    margin-bottom: 15px;
}

#cart[b-cqro3m5kg4] {
    display: none;
}

    #cart:checked ~ .label-cart[b-cqro3m5kg4] {
        color: white;
    }

    #cart:checked ~ .dashboard[b-cqro3m5kg4] {
        padding-right: 0px;
    }

    #cart:checked ~ .dashboard-order[b-cqro3m5kg4] {
        display: none;
        background-color: #E6ECF5;
        z-index: 4;
    }

    #cart:checked ~ .logo[b-cqro3m5kg4] {
        padding-right: 0px;
    }

.dashboard[b-cqro3m5kg4] {
    background-color: #f2f4f7;
}

.but-total-order > p[b-cqro3m5kg4] {
    float: left;
    padding-left: 27%;
    position: fixed;
}

.search-article[b-cqro3m5kg4] {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 70px;
    position: sticky;
}

.clear-text[b-cqro3m5kg4] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
    user-select: none; /* Evita la selección del texto */
}

.inputStyle[b-cqro3m5kg4] {
    border-radius: 9px;
    border: 1px solid lightgray;
}

@media screen and (max-width: 900px) {
    .clear-text[b-cqro3m5kg4] {
        position: absolute;
        right: 10px;
        top: 46%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 18px;
        color: #999;
        user-select: none; /* Evita la selección del texto */
    }

    .search-article[b-cqro3m5kg4] {
        margin-top: 50px;
        width: 100%;
    }

    .inputStyle[b-cqro3m5kg4] {
        width: 100%;
        margin: 15px 0px 0px 15px;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 9px;
        border: 1px solid lightgray;
    }

    .product-card[b-cqro3m5kg4] {
        position: relative; /* Posición relativa para el contenedor principal */
        display: flex;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        width: 100%;
        height: 175px;
        overflow: hidden;
    }

    .product-image[b-cqro3m5kg4] {
        flex: 0 0 175px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-image > img[b-cqro3m5kg4] {
            height: 100%;
            width: auto;
            max-width: 100%;
        }

    .product-info[b-cqro3m5kg4] {
        padding: 14px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .price[b-cqro3m5kg4] {
        position: absolute;
        top: 90px;
        right: 14px;
        font-size: 13px;
        font-weight: bold;
        color: #333; /* Color del texto del precio */
    }

    .article-name[b-cqro3m5kg4] {
        font-size: 22px;
    }

    h3[b-cqro3m5kg4], .description[b-cqro3m5kg4], .btn[b-cqro3m5kg4] {
        margin: 0;
        padding: 0;
    }

    h3[b-cqro3m5kg4] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .description[b-cqro3m5kg4] {
        font-size: 14px;
    }

    .btn[b-cqro3m5kg4] {
        padding: 8px;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 11px;
        margin-top: auto; /* Asegura que el botón se mantenga al fondo */
    }

        .btn:hover[b-cqro3m5kg4] {
            background-color: #0056b3;
        }


    .delivery-or-pickup[b-cqro3m5kg4] {
        position: fixed;
        top: 80px;
        right: 10px;
        z-index: 3;
        cursor: pointer;
        color: #378CE7;
    }

    .subcategory[b-cqro3m5kg4] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-cqro3m5kg4] {
        display: flex;
        gap: 10px;
        padding: 0.2rem 1rem;
        overflow-x: auto;
        position: sticky;
        border-bottom: solid white;
    }

        .dashboard-menu > a[b-cqro3m5kg4] {
            text-decoration: none;
            text-align: center;
            min-width: 100px;
            padding: 0.5rem 0;
            font-size: 0.9rem;
            color: var(--darkBlack);
            background-color: var(--lightGrey);
        }

            .dashboard-menu > a:hover[b-cqro3m5kg4] {
                background-color: var(--red);
                color: var(--lightGrey);
            }

    .dashboard[b-cqro3m5kg4] {
        padding-right: 0;
    }

    .dashboard-order[b-cqro3m5kg4] {
        width: 200%;
        left: 0;
    }

        .dashboard-order ~ .button[b-cqro3m5kg4] {
            width: 100%;
        }

    .dashboard-content[b-cqro3m5kg4] {
        padding: 0rem 0.5rem 0rem 0.5rem;
    }
}

@keyframes moveInside-b-cqro3m5kg4 {
    100% {
        opacity: 100;
        transform: translateX(0px);
        background-color: #E6ECF5;
    }
}

@keyframes moveOutside-b-cqro3m5kg4 {
    100% {
        opacity: 100;
        transform: translateX(340px);
        background-color: #E6ECF5;
    }
}


.card-container[b-cqro3m5kg4] {
    display: flex;
    align-items: center;
}

.card-image[b-cqro3m5kg4] {
    flex: 1;
    max-width: 30%; /* Ajusta según sea necesario */
}

.card-body[b-cqro3m5kg4] {
    flex: 1;
    max-width: 50%; /* Ajusta según sea necesario */
    padding: 0 20px; /* Espaciado entre la imagen y el texto */
}

.order-info > p[b-cqro3m5kg4] {
    float: right;
    margin-bottom: 10px;
}

.totalInfoOrder[b-cqro3m5kg4] {
    font-size: 22px;
    margin-right: 6px;
}

@media (max-width: 900px) {
    .totalInfoOrder[b-cqro3m5kg4] {
        font-size: 22px;
    }

    .select-order[b-cqro3m5kg4] {
        border-radius: 10px;
        background: white;
        font-size: 12px;
        width: 100%;
        align-content: center;
    }

    .buttonsPurchase[b-cqro3m5kg4] {
        padding-right: 51%;
    }

    .order-info > p[b-cqro3m5kg4] {
        padding-right: 52.5%;
        position: center;
    }

    .btn-total-order[b-cqro3m5kg4] {
        justify-content: center;
    }

    .but-total-order > p[b-cqro3m5kg4] {
        float: left;
        padding-left: 27%;
        position: fixed;
    }

    .search-prod[b-cqro3m5kg4] {
        padding-right: 20px;
        padding-left: 18px;
        background-color: white;
    }

    .order-details > p[b-cqro3m5kg4] {
        font-size: 18px;
    }

    .dashboard-banner[b-cqro3m5kg4] {
        width: 100%;
        height: 300px;
        border-radius: 30px;
        cursor: pointer;
    }

        .dashboard-banner > img[b-cqro3m5kg4] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            margin-top: 10px;
            transition: transform 0.3s ease;
        }

            .dashboard-banner > img:hover[b-cqro3m5kg4] {
                transform: scale(1.1);
            }


    .subcategory[b-cqro3m5kg4] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-cqro3m5kg4] {
        display: flex;
        gap: 10px;
        padding: 1.4rem 1rem;
        overflow-x: auto;
        top: 116px;
        position: sticky;
        z-index: 2;
    }

    .dashboard-title[b-cqro3m5kg4] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1.2rem 1rem;
    }

    .order-type[b-cqro3m5kg4] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1rem 1rem;
        border-top: 1px solid grey;
        justify-content: center;
    }




    .dashboard-menu > a[b-cqro3m5kg4] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-cqro3m5kg4] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

    .card-container[b-cqro3m5kg4] {
        flex-direction: column;
    }

    .card-image[b-cqro3m5kg4],
    .card-body[b-cqro3m5kg4] {
        max-width: 100%;
    }

    h4[b-cqro3m5kg4] {
        font-size: 19px;
    }

    .dashboard-content[b-cqro3m5kg4] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 0.2rem 0.5rem 0.3rem 0.4rem;
    }

    .modal-dashboard-content[b-cqro3m5kg4] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 20px;
        width: 110%;
    }

    .dashboard-card[b-cqro3m5kg4] {
        background-color: #f7f9fc;
        box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
        border-radius: 15px;
        position: relative;
        cursor: pointer;
    }

        .dashboard-card:hover[b-cqro3m5kg4] {
            box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
        }

    .product-image[b-cqro3m5kg4] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        object-fit: cover
    }

    .modal-product-image[b-cqro3m5kg4] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .modal-product-image[b-cqro3m5kg4] {
        width: 200%;
    }

    img[b-cqro3m5kg4] {
        width: 95px;
        height: 95px;
        object-fit: cover;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .article-info[b-cqro3m5kg4] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .article-info > span[b-cqro3m5kg4] {
            float: right;
            font-size: 16px;
        }

        .article-info > h4[b-cqro3m5kg4] {
            font-size: 17px;
        }

    .modal-article-info[b-cqro3m5kg4] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .modal-article-info > span[b-cqro3m5kg4] {
            float: right;
            font-size: 16px;
        }

        .modal-article-info > h4[b-cqro3m5kg4] {
            font-size: 17px;
        }

    .product-long-desc > p[b-cqro3m5kg4] {
        font-size: 11px;
        padding-right: 80px;
    }

    .modal-product-long-desc > p[b-cqro3m5kg4] {
        font-size: 13px;
    }

    .long-desc[b-cqro3m5kg4] {
        padding-left: 10px;
        float: left;
    }

    .article-button[b-cqro3m5kg4] {
        float: right;
        margin-right: 3px;
        margin-top: 25px;
    }

    .button-separator[b-cqro3m5kg4] {
        padding-top: 77px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
        height: 100px;
    }

    .button-separator2[b-cqro3m5kg4] {
        padding-top: 45px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
    }

    .card-detail[b-cqro3m5kg4] {
        padding: 10px;
        padding-top: 14px;
    }

        .card-detail > span[b-cqro3m5kg4] {
            float: right;
        }

    .modal-card-detail[b-cqro3m5kg4] {
        padding: 10px;
    }

        .modal-card-detail > span[b-cqro3m5kg4] {
            float: right;
        }

    .order-card[b-cqro3m5kg4] {
        display: grid;
        grid-template-columns: 0.55fr 0.8fr;
        padding: 5px 0px;
        gap: -10px;
        justify-content: space-around;
        align-items: flex-start;
    }


    .order-wrapper[b-cqro3m5kg4] {
        height: 683px;
        width: 122%;
        overflow-y: scroll;
        margin: 10px 0;
    }

        .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar-track {
            background-color: var(--darkBlack);
            border-radius: 20px;
        }

        .order-wrapper[b-cqro3m5kg4]::-webkit-scrollbar-thumb {
            background-color: var(--darkGrey);
            border-radius: 20px;
        }

    .btnCheck[b-cqro3m5kg4] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 1.375rem 9.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
}

.button-container[b-cqro3m5kg4] {
    text-align: center;
    margin-top: 20px;
}

.dividere[b-cqro3m5kg4] {
    position: sticky;
    top: 300px;
}

@media (orientation: landscape) {
    body[b-cqro3m5kg4] {
        transform: rotate(0deg);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media(max-height: 910px) {
    .order-wrapper[b-cqro3m5kg4] {
        height: 640px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 885px) {
    .order-wrapper[b-cqro3m5kg4] {
        height: 600px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 860px) {
    .order-wrapper[b-cqro3m5kg4] {
        height: 530px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 800px) {
    .order-wrapper[b-cqro3m5kg4] {
        height: 430px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 700px) {
    .order-wrapper[b-cqro3m5kg4] {
        height: 330px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}


.scroll-indicator[b-cqro3m5kg4] {
    position: absolute;
    bottom: 10px; /* Ajusta la posición vertical según tus necesidades */
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%);
    animation: bounce-b-cqro3m5kg4 1s infinite alternate; /* Animación de rebote */
}

@keyframes bounce-b-cqro3m5kg4 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

.scroll-indicator span[b-cqro3m5kg4] {
    font-size: 24px; /* Tamaño de la flecha */
}

.own-footer[b-cqro3m5kg4] {
    padding-top: 170px;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.container[b-cqro3m5kg4] {
    display: contents;
    flex-direction: column;
}

.section[b-cqro3m5kg4] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-cqro3m5kg4] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-cqro3m5kg4] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 900px) {
    .own-footer[b-cqro3m5kg4] {
        padding-top: 110px;
        padding-bottom: 90px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .section[b-cqro3m5kg4] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }

    .jumbo[b-cqro3m5kg4] {
        margin-top: 1px;
    }
}


.cart-shop[b-cqro3m5kg4] {
    max-height: 52vh;
    overflow-y: auto;
    z-index: 7;
}

    .cart-shop[b-cqro3m5kg4]::-webkit-scrollbar {
        width: 6px;
        margin-left: 5px;
    }

    .cart-shop[b-cqro3m5kg4]::-webkit-scrollbar-track {
        background: #dff5ff;
    }



@keyframes bounce-b-cqro3m5kg4 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

.bounce[b-cqro3m5kg4] {
    animation: bounce-b-cqro3m5kg4 0.5s;
}

.product-card[b-cqro3m5kg4] {
    position: relative; /* Posición relativa para el contenedor principal */
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.product-image[b-cqro3m5kg4] {
    flex: 0 0 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image > img[b-cqro3m5kg4] {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

.product-info[b-cqro3m5kg4] {
    padding: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price[b-cqro3m5kg4] {
    position: absolute;
    top: 90px;
    right: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #333; /* Color del texto del precio */
}

.article-name[b-cqro3m5kg4] {
    font-size: 18px;
}

h3[b-cqro3m5kg4], .description[b-cqro3m5kg4], .btn[b-cqro3m5kg4] {
    margin: 0;
    padding: 0;
}

h3[b-cqro3m5kg4] {
    font-size: 16px;
    margin-bottom: 5px;
}

.description[b-cqro3m5kg4] {
    font-size: 13px;
}

.btn[b-cqro3m5kg4] {
    padding: 7px 8px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    margin-top: auto; /* Asegura que el botón se mantenga al fondo */
}

    .btn:hover[b-cqro3m5kg4] {
        background-color: #0056b3;
    }

.menu-container[b-cqro3m5kg4] {
    background-color: white;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.option-group[b-cqro3m5kg4] {
    margin-top: 10px;
    margin-bottom: 20px;
}

label[b-cqro3m5kg4] {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
}

input[type="radio"][b-cqro3m5kg4] {
    margin-right: 10px;
}

.extra-price[b-cqro3m5kg4] {
    color: green;
    font-weight: bold;
}

.add-to-cart-btn[b-cqro3m5kg4] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

    .add-to-cart-btn:hover[b-cqro3m5kg4] {
        background-color: #0056b3;
    }

.radio-group[b-cqro3m5kg4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-input[b-cqro3m5kg4] {
    display: none; /* Ocultar el botón de radio */
}
/* /Components/Articles/ModalMenu.razor.rz.scp.css */
:root[b-yelo8vwozy] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-yelo8vwozy] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-yelo8vwozy] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-yelo8vwozy] {
    font-size: 14px;
}

.jumbo[b-yelo8vwozy] {
    margin-top: 40px;
}

.select-order[b-yelo8vwozy] {
    border-radius: 12px;
    background: white;
    font-size: 18px;
    width: 100%;
    align-content: center;
}

.button-separator[b-yelo8vwozy] {
    padding-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.button-separator2[b-yelo8vwozy] {
    padding-top: 90px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}


.label-cart[b-yelo8vwozy] {
    position: fixed;
    top: 11px;
    right: 5px;
    z-index: 5;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}

.profile[b-yelo8vwozy] {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 10px;
    color: #5356FF;
}


.language[b-yelo8vwozy] {
    position: fixed;
    top: 120px;
    left: 10px;
    z-index: 5;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}

.delivery-or-pickup[b-yelo8vwozy] {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    margin-right: 5px;
    color: #5356FF;
}


.dashboard-order[b-yelo8vwozy] {
    height: 100%;
    width: 100%;
    padding-right: 360px;
    padding-left: 60px;
    background-color: #DFF5FF;
}

.dashboard-banner[b-yelo8vwozy] {
    width: 100%;
    height: 400px;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .dashboard-banner > img[b-yelo8vwozy] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

.banner-promo[b-yelo8vwozy] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-yelo8vwozy] {
    padding: 2rem 2rem;
}



.dashboard-menu[b-yelo8vwozy] {
    display: flex;
    gap: 15px;
    padding: 1.6rem 2rem;
    overflow-x: auto;
    position: sticky;
    top: 155px;
    z-index: 2;
    border-bottom-left-radius: 18%;
    border-bottom-right-radius: 18%;
}

    .dashboard-menu > a[b-yelo8vwozy] {
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-yelo8vwozy] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-yelo8vwozy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    gap: 20px;
    padding: 1rem 1rem 1rem 1rem;
}

.dashboard-card[b-yelo8vwozy] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card-modal[b-yelo8vwozy] {
    background-color: var(--mainColor);
    box-shadow: white 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-card:hover[b-yelo8vwozy] {
    box-shadow: #378CE7 0px 5px 15px;
}

.product-image[b-yelo8vwozy] {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover
}

img[b-yelo8vwozy] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-top: 2%;
    margin-bottom: 2%;
}

.article-info[b-yelo8vwozy] {
    margin-top: 0.5px;
    margin-right: 1px;
}

    .article-info > span[b-yelo8vwozy] {
        float: right;
        font-size: 17px;
    }

    .article-info > h4[b-yelo8vwozy] {
        font-size: 23px;
    }

.article-button[b-yelo8vwozy] {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-detail[b-yelo8vwozy] {
    padding: 10px;
}

    .card-detail > span[b-yelo8vwozy] {
        float: left;
    }

.modal-product > img[b-yelo8vwozy] {
    width: 120px;
    height: 120px;
    position: center;
    object-fit: cover;
    float: left;
}

.long-desc[b-yelo8vwozy] {
    float: right;
    margin-bottom: 100px;
}

.card-time[b-yelo8vwozy] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-yelo8vwozy] {
    width: 360px;
    min-height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    background-color: #DFF5FF;
    z-index: 4;
    transform: translateX(340px);
    animation: moveInside-b-yelo8vwozy 0.2s linear forwards;
    margin-bottom: 2%;
}


    .dashboard-order > h3[b-yelo8vwozy] {
        padding: 10px 0;
    }

.order-addres > h4[b-yelo8vwozy] {
    line-height: 2;
}

.order-time[b-yelo8vwozy] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-yelo8vwozy] {
    height: 550px;
    width: 104%;
    overflow-y: scroll;
    margin: 19px 0;
}

    .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-yelo8vwozy] {
    display: contents;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-yelo8vwozy] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-yelo8vwozy] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-yelo8vwozy] {
    float: right;
}

.divider[b-yelo8vwozy] {
    width: 100%;
    border: 1px dashed var(--grey);
    margin-bottom: 8%;
}

.order-total > p[b-yelo8vwozy] {
    padding: 10px 0;
}

    .order-total > p > span[b-yelo8vwozy] {
        float: right;
        font-weight: 600;
    }

.order.promo[b-yelo8vwozy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 5px 0 10px 0;
}

.input-promo[b-yelo8vwozy] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

    .input-promo:hover[b-yelo8vwozy] {
        text-transform: unset;
    }

.button-promo[b-yelo8vwozy] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    margin-top: 2%;
}

    .button-promo:hover[b-yelo8vwozy] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.checkout[b-yelo8vwozy] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    margin-top: 2%;
    cursor: pointer;
    margin-bottom: 2%;
}

    .checkout:hover[b-yelo8vwozy] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

.subcategory[b-yelo8vwozy] {
    margin-left: 45px;
    margin-top: 70px;
    margin-bottom: 15px;
}

#cart[b-yelo8vwozy] {
    display: none;
}

    #cart:checked ~ .label-cart[b-yelo8vwozy] {
        color: white;
    }

    #cart:checked ~ .dashboard[b-yelo8vwozy] {
        padding-right: 0px;
    }

    #cart:checked ~ .dashboard-order[b-yelo8vwozy] {
        display: none;
        background-color: #E6ECF5;
        z-index: 4;
    }

    #cart:checked ~ .logo[b-yelo8vwozy] {
        padding-right: 0px;
    }

.dashboard[b-yelo8vwozy] {
    background-color: #f2f4f7;
}

.but-total-order > p[b-yelo8vwozy] {
    float: left;
    padding-left: 27%;
    position: fixed;
}

.search-article[b-yelo8vwozy] {
    float: right;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 70px;
    position: sticky;
}

.clear-text[b-yelo8vwozy] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
    user-select: none; /* Evita la selección del texto */
}

.inputStyle[b-yelo8vwozy] {
    border-radius: 9px;
    border: 1px solid lightgray;
}

@media screen and (max-width: 900px) {
    .clear-text[b-yelo8vwozy] {
        position: absolute;
        right: 10px;
        top: 46%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 18px;
        color: #999;
        user-select: none; /* Evita la selección del texto */
    }

    .search-article[b-yelo8vwozy] {
        margin-top: 50px;
        width: 100%;
    }

    .inputStyle[b-yelo8vwozy] {
        width: 100%;
        margin: 15px 0px 0px 15px;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 9px;
        border: 1px solid lightgray;
    }

    .product-card[b-yelo8vwozy] {
        position: relative; /* Posición relativa para el contenedor principal */
        display: flex;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        width: 100%;
        height: 175px;
        overflow: hidden;
    }

    .product-image[b-yelo8vwozy] {
        flex: 0 0 175px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-image > img[b-yelo8vwozy] {
            height: 100%;
            width: auto;
            max-width: 100%;
        }

    .product-info[b-yelo8vwozy] {
        padding: 14px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .price[b-yelo8vwozy] {
        position: absolute;
        top: 90px;
        right: 14px;
        font-size: 13px;
        font-weight: bold;
        color: #333; /* Color del texto del precio */
    }

    .article-name[b-yelo8vwozy] {
        font-size: 22px;
    }

    h3[b-yelo8vwozy], .description[b-yelo8vwozy], .btn[b-yelo8vwozy] {
        margin: 0;
        padding: 0;
    }

    h3[b-yelo8vwozy] {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .description[b-yelo8vwozy] {
        font-size: 14px;
    }

    .btn[b-yelo8vwozy] {
        padding: 8px;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 11px;
        margin-top: auto; /* Asegura que el botón se mantenga al fondo */
    }

        .btn:hover[b-yelo8vwozy] {
            background-color: #0056b3;
        }


    .delivery-or-pickup[b-yelo8vwozy] {
        position: fixed;
        top: 80px;
        right: 10px;
        z-index: 3;
        cursor: pointer;
        color: #378CE7;
    }

    .subcategory[b-yelo8vwozy] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-yelo8vwozy] {
        display: flex;
        gap: 10px;
        padding: 0.2rem 1rem;
        overflow-x: auto;
        position: sticky;
        border-bottom: solid white;
    }

        .dashboard-menu > a[b-yelo8vwozy] {
            text-decoration: none;
            text-align: center;
            min-width: 100px;
            padding: 0.5rem 0;
            font-size: 0.9rem;
            color: var(--darkBlack);
            background-color: var(--lightGrey);
        }

            .dashboard-menu > a:hover[b-yelo8vwozy] {
                background-color: var(--red);
                color: var(--lightGrey);
            }

    .dashboard[b-yelo8vwozy] {
        padding-right: 0;
    }

    .dashboard-order[b-yelo8vwozy] {
        width: 200%;
        left: 0;
    }

        .dashboard-order ~ .button[b-yelo8vwozy] {
            width: 100%;
        }

    .dashboard-content[b-yelo8vwozy] {
        padding: 0rem 0.5rem 0rem 0.5rem;
    }
}

@keyframes moveInside-b-yelo8vwozy {
    100% {
        opacity: 100;
        transform: translateX(0px);
        background-color: #E6ECF5;
    }
}

@keyframes moveOutside-b-yelo8vwozy {
    100% {
        opacity: 100;
        transform: translateX(340px);
        background-color: #E6ECF5;
    }
}


.card-container[b-yelo8vwozy] {
    display: flex;
    align-items: center;
}

.card-image[b-yelo8vwozy] {
    flex: 1;
    max-width: 30%; /* Ajusta según sea necesario */
}

.card-body[b-yelo8vwozy] {
    flex: 1;
    max-width: 50%; /* Ajusta según sea necesario */
    padding: 0 20px; /* Espaciado entre la imagen y el texto */
}

.order-info > p[b-yelo8vwozy] {
    float: right;
    margin-bottom: 10px;
}

.totalInfoOrder[b-yelo8vwozy] {
    font-size: 22px;
    margin-right: 6px;
}

@media (max-width: 900px) {
    .totalInfoOrder[b-yelo8vwozy] {
        font-size: 22px;
    }

    .select-order[b-yelo8vwozy] {
        border-radius: 10px;
        background: white;
        font-size: 12px;
        width: 100%;
        align-content: center;
    }

    .buttonsPurchase[b-yelo8vwozy] {
        padding-right: 51%;
    }

    .order-info > p[b-yelo8vwozy] {
        padding-right: 52.5%;
        position: center;
    }

    .btn-total-order[b-yelo8vwozy] {
        justify-content: center;
    }

    .but-total-order > p[b-yelo8vwozy] {
        float: left;
        padding-left: 27%;
        position: fixed;
    }

    .search-prod[b-yelo8vwozy] {
        padding-right: 20px;
        padding-left: 18px;
        background-color: white;
    }

    .order-details > p[b-yelo8vwozy] {
        font-size: 18px;
    }

    .dashboard-banner[b-yelo8vwozy] {
        width: 100%;
        height: 300px;
        border-radius: 30px;
        cursor: pointer;
    }

        .dashboard-banner > img[b-yelo8vwozy] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            margin-top: 10px;
            transition: transform 0.3s ease;
        }

            .dashboard-banner > img:hover[b-yelo8vwozy] {
                transform: scale(1.1);
            }


    .subcategory[b-yelo8vwozy] {
        margin-left: 25px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .dashboard-menu[b-yelo8vwozy] {
        display: flex;
        gap: 10px;
        padding: 1.4rem 1rem;
        overflow-x: auto;
        top: 116px;
        position: sticky;
        z-index: 2;
    }

    .dashboard-title[b-yelo8vwozy] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1.2rem 1rem;
    }

    .order-type[b-yelo8vwozy] {
        top: 100px;
        z-index: 2;
        background-color: white;
        padding: 1rem 1rem;
        border-top: 1px solid grey;
        justify-content: center;
    }




    .dashboard-menu > a[b-yelo8vwozy] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 100px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-yelo8vwozy] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

    .card-container[b-yelo8vwozy] {
        flex-direction: column;
    }

    .card-image[b-yelo8vwozy],
    .card-body[b-yelo8vwozy] {
        max-width: 100%;
    }

    h4[b-yelo8vwozy] {
        font-size: 19px;
    }

    .dashboard-content[b-yelo8vwozy] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        padding: 0.2rem 0.5rem 0.3rem 0.4rem;
    }

    .modal-dashboard-content[b-yelo8vwozy] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 20px;
        width: 110%;
    }

    .dashboard-card[b-yelo8vwozy] {
        background-color: #f7f9fc;
        box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
        border-radius: 15px;
        position: relative;
        cursor: pointer;
    }

        .dashboard-card:hover[b-yelo8vwozy] {
            box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
        }

    .product-image[b-yelo8vwozy] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        object-fit: cover
    }

    .modal-product-image[b-yelo8vwozy] {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 95px;
        height: 95px;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .modal-product-image[b-yelo8vwozy] {
        width: 200%;
    }

    img[b-yelo8vwozy] {
        width: 95px;
        height: 95px;
        object-fit: cover;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .article-info[b-yelo8vwozy] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .article-info > span[b-yelo8vwozy] {
            float: right;
            font-size: 16px;
        }

        .article-info > h4[b-yelo8vwozy] {
            font-size: 17px;
        }

    .modal-article-info[b-yelo8vwozy] {
        margin-top: 0.5px;
        margin-right: 1px;
    }

        .modal-article-info > span[b-yelo8vwozy] {
            float: right;
            font-size: 16px;
        }

        .modal-article-info > h4[b-yelo8vwozy] {
            font-size: 17px;
        }

    .product-long-desc > p[b-yelo8vwozy] {
        font-size: 11px;
        padding-right: 80px;
    }

    .modal-product-long-desc > p[b-yelo8vwozy] {
        font-size: 13px;
    }

    .long-desc[b-yelo8vwozy] {
        padding-left: 10px;
        float: left;
    }

    .article-button[b-yelo8vwozy] {
        float: right;
        margin-right: 3px;
        margin-top: 25px;
    }

    .button-separator[b-yelo8vwozy] {
        padding-top: 77px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
        height: 100px;
    }

    .button-separator2[b-yelo8vwozy] {
        padding-top: 45px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 14px;
    }

    .card-detail[b-yelo8vwozy] {
        padding: 10px;
        padding-top: 14px;
    }

        .card-detail > span[b-yelo8vwozy] {
            float: right;
        }

    .modal-card-detail[b-yelo8vwozy] {
        padding: 10px;
    }

        .modal-card-detail > span[b-yelo8vwozy] {
            float: right;
        }

    .order-card[b-yelo8vwozy] {
        display: grid;
        grid-template-columns: 0.55fr 0.8fr;
        padding: 5px 0px;
        gap: -10px;
        justify-content: space-around;
        align-items: flex-start;
    }


    .order-wrapper[b-yelo8vwozy] {
        height: 683px;
        width: 122%;
        overflow-y: scroll;
        margin: 10px 0;
    }

        .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar-track {
            background-color: var(--darkBlack);
            border-radius: 20px;
        }

        .order-wrapper[b-yelo8vwozy]::-webkit-scrollbar-thumb {
            background-color: var(--darkGrey);
            border-radius: 20px;
        }

    .btnCheck[b-yelo8vwozy] {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 1.375rem 9.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
}

.button-container[b-yelo8vwozy] {
    text-align: center;
    margin-top: 20px;
}

.dividere[b-yelo8vwozy] {
    position: sticky;
    top: 300px;
}

@media (orientation: landscape) {
    body[b-yelo8vwozy] {
        transform: rotate(0deg);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media(max-height: 910px) {
    .order-wrapper[b-yelo8vwozy] {
        height: 640px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 885px) {
    .order-wrapper[b-yelo8vwozy] {
        height: 600px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 860px) {
    .order-wrapper[b-yelo8vwozy] {
        height: 530px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 800px) {
    .order-wrapper[b-yelo8vwozy] {
        height: 430px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}

@media(max-height: 700px) {
    .order-wrapper[b-yelo8vwozy] {
        height: 330px;
        overflow-y: scroll;
        margin: 19px 0;
    }
}


.scroll-indicator[b-yelo8vwozy] {
    position: absolute;
    bottom: 10px; /* Ajusta la posición vertical según tus necesidades */
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%);
    animation: bounce-b-yelo8vwozy 1s infinite alternate; /* Animación de rebote */
}

@keyframes bounce-b-yelo8vwozy {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

.scroll-indicator span[b-yelo8vwozy] {
    font-size: 24px; /* Tamaño de la flecha */
}

.own-footer[b-yelo8vwozy] {
    padding-top: 170px;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.container[b-yelo8vwozy] {
    display: contents;
    flex-direction: column;
}

.section[b-yelo8vwozy] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-yelo8vwozy] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-yelo8vwozy] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 900px) {
    .own-footer[b-yelo8vwozy] {
        padding-top: 110px;
        padding-bottom: 90px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .section[b-yelo8vwozy] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }

    .jumbo[b-yelo8vwozy] {
        margin-top: 1px;
    }
}


.cart-shop[b-yelo8vwozy] {
    max-height: 52vh;
    overflow-y: auto;
    z-index: 7;
}

    .cart-shop[b-yelo8vwozy]::-webkit-scrollbar {
        width: 6px;
        margin-left: 5px;
    }

    .cart-shop[b-yelo8vwozy]::-webkit-scrollbar-track {
        background: #dff5ff;
    }



@keyframes bounce-b-yelo8vwozy {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-8px);
    }
}

.bounce[b-yelo8vwozy] {
    animation: bounce-b-yelo8vwozy 0.5s;
}

.product-card[b-yelo8vwozy] {
    position: relative; /* Posición relativa para el contenedor principal */
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.product-image[b-yelo8vwozy] {
    flex: 0 0 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image > img[b-yelo8vwozy] {
        height: 100%;
        width: auto;
        max-width: 100%;
    }

.product-info[b-yelo8vwozy] {
    padding: 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price[b-yelo8vwozy] {
    position: absolute;
    top: 90px;
    right: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #333; /* Color del texto del precio */
}

.article-name[b-yelo8vwozy] {
    font-size: 18px;
}

h3[b-yelo8vwozy], .description[b-yelo8vwozy], .btn[b-yelo8vwozy] {
    margin: 0;
    padding: 0;
}

h3[b-yelo8vwozy] {
    font-size: 16px;
    margin-bottom: 5px;
}

.description[b-yelo8vwozy] {
    font-size: 13px;
}

.btn[b-yelo8vwozy] {
    padding: 7px 8px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    margin-top: auto; /* Asegura que el botón se mantenga al fondo */
}

    .btn:hover[b-yelo8vwozy] {
        background-color: #0056b3;
    }

.menu-container[b-yelo8vwozy] {
    background-color: white;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.option-group[b-yelo8vwozy] {
    margin-top: 10px;
    margin-bottom: 20px;
}

label[b-yelo8vwozy] {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
}

input[type="radio"][b-yelo8vwozy] {
    margin-right: 10px;
}

.extra-price[b-yelo8vwozy] {
    color: green;
    font-weight: bold;
}

.add-to-cart-btn[b-yelo8vwozy] {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

    .add-to-cart-btn:hover[b-yelo8vwozy] {
        background-color: #0056b3;
    }

.radio-group[b-yelo8vwozy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-input[b-yelo8vwozy] {
    display: none; /* Ocultar el botón de radio */
}
/* /Components/Login.razor.rz.scp.css */
:root[b-mx6ae1cagq] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-mx6ae1cagq] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-mx6ae1cagq] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-mx6ae1cagq] {
    font-size: 1.5rem;
    font-weight: 700;
}

a[b-mx6ae1cagq] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-mx6ae1cagq] {
        text-decoration: underline;
    }

small[b-mx6ae1cagq] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-mx6ae1cagq] {
    display: flex;
    flex-direction: column;
}

.left[b-mx6ae1cagq] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-mx6ae1cagq 0.4s linear forwards;
    z-index: 3;
}

.left[b-mx6ae1cagq], .right[b-mx6ae1cagq] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-mx6ae1cagq] {
    background-size: cover;
}

    .left .copy[b-mx6ae1cagq] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-mx6ae1cagq] {
        font-weight: 400;
    }

.right .copy[b-mx6ae1cagq] {
    color: black;
    text-align: center;
}

    .right .copy p[b-mx6ae1cagq] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-mx6ae1cagq] {
    width: 328px;
}

form input[type="text"][b-mx6ae1cagq],
form input[type="email"][b-mx6ae1cagq],
form input[type="password"][b-mx6ae1cagq] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-mx6ae1cagq] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-mx6ae1cagq] {
    position: relative;
}

    .input-container.password i[b-mx6ae1cagq] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-mx6ae1cagq] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-mx6ae1cagq] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-mx6ae1cagq] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-mx6ae1cagq] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-mx6ae1cagq] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-mx6ae1cagq]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-mx6ae1cagq]:after {
    display: block;
}

.checkbox-container .checkmark[b-mx6ae1cagq]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-mx6ae1cagq] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-mx6ae1cagq] {
        background: #2c4893;
        cursor: pointer;
    }

@media screen and (min-width: 900px) {
    .split-screen[b-mx6ae1cagq] {
        flex-direction: row;
        height: 100vh;
    }


    .left[b-mx6ae1cagq],
    .right[b-mx6ae1cagq] {
        display: flex;
        width: 50%;
        height: auto;

    }
    .marginRight[b-mx6ae1cagq]{
        margin-top:1000px;
    }

    
   
}
@keyframes moveInside-b-mx6ae1cagq {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}
.warning[b-mx6ae1cagq]{
    margin-top:10px;
}
@media screen and (max-width: 900px) {
    .right[b-mx6ae1cagq]{
        margin-top:100px;
    }
}
/* /Components/OurFooter.razor.rz.scp.css */
.separator-contact[b-b2ccpfu57x] {
    margin-top: 170px;
}

.own-footer[b-b2ccpfu57x] {
    padding-top: 210px;
    padding-bottom: 230px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-direction: column;
}

.container[b-b2ccpfu57x] {
    display: contents;
    flex-direction: column;
}

.section[b-b2ccpfu57x] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-b2ccpfu57x] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-b2ccpfu57x] {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.container[b-b2ccpfu57x] {
    flex-direction: row;
}
@media screen and (max-width: 900px) {
    .separator-contact[b-b2ccpfu57x] {
        margin-top: 130px;
    }

    .own-footer[b-b2ccpfu57x] {
        padding-top: 130px;
        padding-bottom: 180px;
        justify-content: space-between;
        color: #fff;
        flex-direction: row;
    }
    .container[b-b2ccpfu57x] {
        flex-direction: column;
    }
    .section[b-b2ccpfu57x] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }
   
}
/* /Components/OwnHeaderMenu.razor.rz.scp.css */
:root[b-gf9xumcxhj] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-gf9xumcxhj] {
    font-family: "Noto Sans JP",sans-serif;
}

h3[b-gf9xumcxhj] {
    color: white;
}

p[b-gf9xumcxhj] {
    font-size: 16px;
    color: white;
}

.drop-menu[b-gf9xumcxhj]{
    z-index:2;
}

.logo[b-gf9xumcxhj] {
    position: absolute;
    color: var(--lightGrey);
    width: 100%;
    text-align: center;
    padding: 40px 0px 40px 0px;
    top: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid white;
}

#cart[b-gf9xumcxhj] {
    display: inline-flex;
    color:var(--lightGrey);
}
    #cart:checked ~ .label-cart[b-gf9xumcxhj] {
        color: white;
    }

    #cart:checked ~ .dashboard[b-gf9xumcxhj] {
        padding-right: 10px;
    }

    #cart:checked ~ .dashboard-order[b-gf9xumcxhj] {
        display: none;
    }

    #cart:checked ~ .logo[b-gf9xumcxhj] {
        padding-right: 0px;
    }

@media screen and (max-width: 900px) {
    .back-image[b-gf9xumcxhj] {
        height: 117px;
    }
    .back-image-null[b-gf9xumcxhj] {
        margin-bottom: 0px;
    }
    .dashboard[b-gf9xumcxhj] {
        padding-right: 0;
    }

    .dashboard-order[b-gf9xumcxhj] {
        width: 100%;
        left: 0;
    }
    .logo[b-gf9xumcxhj] {
        padding: 37px 0px 10px 0px;
        text-align: center;
        border-bottom: solid white;
    }
        .logo > p[b-gf9xumcxhj] {
            font-size: 8px;
        }
    .back-image[b-gf9xumcxhj] {
        padding: 107px 0px 10px 0px;
        text-align: center;
    }
}
@keyframes moveInside-b-gf9xumcxhj {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

@keyframes moveOutside-b-gf9xumcxhj {
    100% {
        opacity: 100;
        transform: translateX(340px);
    }
}
/* /Components/Spinner.razor.rz.scp.css */
#spinner[b-67zsbbwk46] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    /* transform: translate(-50%, -50%); */
    display: none;
}

body[b-67zsbbwk46] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

@keyframes loader-b-67zsbbwk46 {
    0% {
        width: 10%;
        transform: rotate(0deg);
    }

    10% {
        left: 0%;
        transform: rotate(0deg);
    }

    20% {
        width: 0%;
        left: 20%;
    }

    30% {
        width: 25%;
    }

    50% {
        left: 15%;
        width: 35%;
    }

    70% {
        width: 30%;
        left: 18%;
        transform: rotate(240deg);
    }

    90% {
        width: 30%;
        left: 10%;
    }

    100% {
        width: 2%;
        left: 25%;
        transform: rotate(360deg);
    }
}

@keyframes pan-b-67zsbbwk46 {
    0% {
        transform: rotate(0deg);
        transform-origin: top right;
    }

    10% {
        transform: rotate(-2deg);
        transform-origin: top right;
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes shadow-b-67zsbbwk46 {
    0% {
        width: 30%;
    }

    50% {
        width: 40%;
        left: 20px;
    }

    100% {
        width: 30%;
    }
}

.pan-loader[b-67zsbbwk46] {
    width: 180px;
    height: 180px;
}

.loader[b-67zsbbwk46] {
    position: relative;
    top: 9%;
    left: 0;
    z-index: -1;
    width: 60%;
    height: 45%;
    border: 10px solid transparent;
    border-radius: 50%;
    animation: loader-b-67zsbbwk46 1.5s infinite;
    animation-timing-function: linear;
}

.pan-container[b-67zsbbwk46] {
    display: flex;
    width: 100%;
    animation: pan-b-67zsbbwk46 1.5s infinite;
}

.pan[b-67zsbbwk46] {
    width: 60%;
    height: 20px;
    background: linear-gradient(#d0ebfd, #333);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.handle[b-67zsbbwk46] {
    width: 40%;
    height: 9px;
    background: linear-gradient(#000, #333);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.shadow[b-67zsbbwk46] {
    position: relative;
    top: 15%;
    left: 15%;
    width: 30%;
    height: 10px;
    background: darkgrey;
    border-radius: 10px;
    animation: shadow-b-67zsbbwk46 1.5s infinite;
    margin-left: 20%;
}

/* /Components/SpinnerCreateOrder.razor.rz.scp.css */
#spinner[b-7m1a05c92s] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    /* transform: translate(-50%, -50%); */
    display: none;
}

body[b-7m1a05c92s] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

@keyframes loader-b-7m1a05c92s {
    0% {
        width: 10%;
        transform: rotate(0deg);
    }

    10% {
        left: 0%;
        transform: rotate(0deg);
    }

    20% {
        width: 0%;
        left: 20%;
    }

    30% {
        width: 25%;
    }

    50% {
        left: 15%;
        width: 35%;
    }

    70% {
        width: 30%;
        left: 18%;
        transform: rotate(240deg);
    }

    90% {
        width: 30%;
        left: 10%;
    }

    100% {
        width: 2%;
        left: 25%;
        transform: rotate(360deg);
    }
}

@keyframes pan-b-7m1a05c92s {
    0% {
        transform: rotate(0deg);
        transform-origin: top right;
    }

    10% {
        transform: rotate(-2deg);
        transform-origin: top right;
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes shadow-b-7m1a05c92s {
    0% {
        width: 30%;
    }

    50% {
        width: 40%;
        left: 20px;
    }

    100% {
        width: 30%;
    }
}

.pan-loader[b-7m1a05c92s] {
    width: 180px;
    height: 180px;
}

.loader[b-7m1a05c92s] {
    position: relative;
    top: 9%;
    left: 0;
    z-index: -1;
    width: 60%;
    height: 45%;
    border: 10px solid transparent;
    border-radius: 50%;
    animation: loader-b-7m1a05c92s 1.5s infinite;
    animation-timing-function: linear;
}

.pan-container[b-7m1a05c92s] {
    display: flex;
    width: 100%;
    animation: pan-b-7m1a05c92s 1.5s infinite;
}

.pan[b-7m1a05c92s] {
    width: 60%;
    height: 20px;
    background: linear-gradient(#d0ebfd, #333);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.handle[b-7m1a05c92s] {
    width: 40%;
    height: 9px;
    background: linear-gradient(#000, #333);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.shadow[b-7m1a05c92s] {
    position: relative;
    top: 15%;
    left: 15%;
    width: 30%;
    height: 10px;
    background: darkgrey;
    border-radius: 10px;
    animation: shadow-b-7m1a05c92s 1.5s infinite;
    margin-left: 20%;
}
/* /Pages/Authorized/Account/Addresses.razor.rz.scp.css */
:root[b-lxry5to2xy] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-lxry5to2xy] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-lxry5to2xy] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-lxry5to2xy] {
    font-size: 1.5rem;
    font-weight: 700;
}



small[b-lxry5to2xy] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-lxry5to2xy] {
    display: flex;
    flex-direction: column;
}

.left[b-lxry5to2xy] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-lxry5to2xy 0.4s linear forwards;
    z-index: 3;
}

.left[b-lxry5to2xy], .right[b-lxry5to2xy] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-lxry5to2xy] {
    background-color: cornflowerblue;
    background-size: cover;
}

    .left .copy[b-lxry5to2xy] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-lxry5to2xy] {
        font-weight: 400;
    }

.right .copy[b-lxry5to2xy] {
    color: black;
    text-align: center;
}

    .right .copy p[b-lxry5to2xy] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-lxry5to2xy] {
    width: 328px;
}

form input[type="text"][b-lxry5to2xy],
form input[type="email"][b-lxry5to2xy],
form input[type="password"][b-lxry5to2xy] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-lxry5to2xy] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-lxry5to2xy] {
    position: relative;
}

    .input-container.password i[b-lxry5to2xy] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-lxry5to2xy] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-lxry5to2xy] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-lxry5to2xy] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-lxry5to2xy] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-lxry5to2xy] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-lxry5to2xy]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-lxry5to2xy]:after {
    display: block;
}

.checkbox-container .checkmark[b-lxry5to2xy]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-lxry5to2xy] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-lxry5to2xy] {
        background: #2c4893;
        cursor: pointer;
    }



@keyframes moveInside-b-lxry5to2xy {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

.warning[b-lxry5to2xy] {
    margin-top: 10px;
}

.dashboard-content[b-lxry5to2xy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px;
    padding: 0.5rem 1rem 1rem 1rem;
}

.dashboard-card[b-lxry5to2xy] {
    background-color: white;
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-right: 100px;
    margin-left: 100px;
}

    .dashboard-card:hover[b-lxry5to2xy] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }


.card-detail[b-lxry5to2xy] {
    padding: 20px;
    align-content: center;
}



.card-time[b-lxry5to2xy] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.font-style[b-lxry5to2xy] {
    color: Black;
    position: center;
}



a[b-lxry5to2xy] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-lxry5to2xy] {
        text-decoration: underline;
    }

.add-card[b-lxry5to2xy] {
    padding-top:200px;
    padding-left:30px;
    padding-right:30px
}

.order-wrapper[b-lxry5to2xy] {
    height: 550px;
    width: 90%;
    margin: 20px 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
}

    .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar-track {
        background-color: lightblue;
        border-radius: 20px;


    }

    .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar-thumb {
        background-color: #67C6E3;
        border-radius: 20px;

    }

.order-card[b-lxry5to2xy] {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-lxry5to2xy] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-lxry5to2xy] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

:root[b-lxry5to2xy] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}
.separator-contact[b-lxry5to2xy] {
    margin-top: 170px;
}
.dashboard-menu-address[b-lxry5to2xy] {
    display: flex;
    gap: 15px;
    padding: 1.6rem 2rem;
    overflow-x: auto;
    position: sticky;
    top: 155px;
    z-index: 2;
    border-bottom-left-radius: 18%;
    border-bottom-right-radius: 18%;
}

@media screen and (max-width: 900px) {
    .separator-contact[b-lxry5to2xy] {
        margin-top: 130px;
    }
    .add-card[b-lxry5to2xy] {
        padding-top: 160px;
        padding-left: 20px;
        padding-right: 20px
    }
    .order-wrapper[b-lxry5to2xy] {
        height: 620px;
        width: 90%;
        margin: 20px 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
    }

        .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar-track {
            background-color: lightblue;
            border-radius: 20px;
        }

        .order-wrapper[b-lxry5to2xy]::-webkit-scrollbar-thumb {
            background-color: lightcyan;
            border-radius: 20px;
        }
}
/* /Pages/Authorized/Account/CreditCards.razor.rz.scp.css */
:root[b-9qy3bdkwtu] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-9qy3bdkwtu] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-9qy3bdkwtu] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-9qy3bdkwtu] {
    font-size: 1.5rem;
    font-weight: 700;
}



small[b-9qy3bdkwtu] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-9qy3bdkwtu] {
    display: flex;
    flex-direction: column;
}

.left[b-9qy3bdkwtu] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-9qy3bdkwtu 0.4s linear forwards;
    z-index: 3;
}

.left[b-9qy3bdkwtu], .right[b-9qy3bdkwtu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-9qy3bdkwtu] {
    background-color: cornflowerblue;
    background-size: cover;
}

    .left .copy[b-9qy3bdkwtu] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-9qy3bdkwtu] {
        font-weight: 400;
    }

.right .copy[b-9qy3bdkwtu] {
    color: black;
    text-align: center;
}

    .right .copy p[b-9qy3bdkwtu] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-9qy3bdkwtu] {
    width: 328px;
}

form input[type="text"][b-9qy3bdkwtu],
form input[type="email"][b-9qy3bdkwtu],
form input[type="password"][b-9qy3bdkwtu] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-9qy3bdkwtu] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-9qy3bdkwtu] {
    position: relative;
}

    .input-container.password i[b-9qy3bdkwtu] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-9qy3bdkwtu] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-9qy3bdkwtu] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-9qy3bdkwtu] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-9qy3bdkwtu] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-9qy3bdkwtu] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-9qy3bdkwtu]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-9qy3bdkwtu]:after {
    display: block;
}

.checkbox-container .checkmark[b-9qy3bdkwtu]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-9qy3bdkwtu] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-9qy3bdkwtu] {
        background: #2c4893;
        cursor: pointer;
    }



@keyframes moveInside-b-9qy3bdkwtu {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

.warning[b-9qy3bdkwtu] {
    margin-top: 10px;
}

.dashboard-content[b-9qy3bdkwtu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px;
    padding: 0.5rem 1rem 1rem 1rem;
}

.dashboard-card[b-9qy3bdkwtu] {
    background-color: white;
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-right: 100px;
    margin-left: 100px;
}

    .dashboard-card:hover[b-9qy3bdkwtu] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }


.card-detail[b-9qy3bdkwtu] {
    padding: 20px;
    align-content: center;
}



.card-time[b-9qy3bdkwtu] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.font-style[b-9qy3bdkwtu] {
    color: Black;
    position: center;
}



a[b-9qy3bdkwtu] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-9qy3bdkwtu] {
        text-decoration: underline;
    }

.add-card[b-9qy3bdkwtu] {
    padding-top:140px;
    padding-left:30px;
    padding-right:30px
}

.order-wrapper[b-9qy3bdkwtu] {
    height: 480px;
    width: 90%;
    margin: 20px 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
}

    .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar-track {
        background-color: lightblue;
        border-radius: 20px;


    }

    .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar-thumb {
        background-color: #67C6E3;
        border-radius: 20px;

    }

.order-card[b-9qy3bdkwtu] {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
}

.order-image[b-9qy3bdkwtu] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-9qy3bdkwtu] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

:root[b-9qy3bdkwtu] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

@media screen and (max-width: 900px) {
    .add-card[b-9qy3bdkwtu] {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px
    }
    .order-wrapper[b-9qy3bdkwtu] {
        height: 620px;
        width: 90%;
        margin: 20px 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
    }

        .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar-track {
            background-color: lightblue;
            border-radius: 20px;
        }

        .order-wrapper[b-9qy3bdkwtu]::-webkit-scrollbar-thumb {
            background-color: lightcyan;
            border-radius: 20px;
        }
}
/* /Pages/Authorized/Account/OrderList.razor.rz.scp.css */
:root[b-m09yhgoh8q] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-m09yhgoh8q] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-m09yhgoh8q] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-m09yhgoh8q] {
    font-size: 1.5rem;
    font-weight: 700;
}



small[b-m09yhgoh8q] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-m09yhgoh8q] {
    display: flex;
    flex-direction: column;
}

.left[b-m09yhgoh8q] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-m09yhgoh8q 0.4s linear forwards;
    z-index: 3;
}

.left[b-m09yhgoh8q], .right[b-m09yhgoh8q] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-m09yhgoh8q] {
    background-color:cornflowerblue;
    background-size: cover;
}

    .left .copy[b-m09yhgoh8q] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-m09yhgoh8q] {
        font-weight: 400;
    }

.right .copy[b-m09yhgoh8q] {
    color: black;
    text-align: center;
}

    .right .copy p[b-m09yhgoh8q] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-m09yhgoh8q] {
    width: 328px;
}

form input[type="text"][b-m09yhgoh8q],
form input[type="email"][b-m09yhgoh8q],
form input[type="password"][b-m09yhgoh8q] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-m09yhgoh8q] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-m09yhgoh8q] {
    position: relative;
}

    .input-container.password i[b-m09yhgoh8q] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-m09yhgoh8q] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-m09yhgoh8q] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-m09yhgoh8q] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-m09yhgoh8q] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-m09yhgoh8q] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-m09yhgoh8q]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-m09yhgoh8q]:after {
    display: block;
}

.checkbox-container .checkmark[b-m09yhgoh8q]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-m09yhgoh8q] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-m09yhgoh8q] {
        background: #2c4893;
        cursor: pointer;
    }



@keyframes moveInside-b-m09yhgoh8q {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

.warning[b-m09yhgoh8q] {
    margin-top: 10px;
}

.dashboard-content[b-m09yhgoh8q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px;
    padding: 0.5rem 1rem 1rem 1rem;
    
}

.dashboard-card[b-m09yhgoh8q] {
    background-color: white;
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    margin-right: 100px;
    margin-left: 100px;
}

    .dashboard-card:hover[b-m09yhgoh8q] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }


.card-detail[b-m09yhgoh8q] {
    padding: 20px;
    align-content: center;
}



.card-time[b-m09yhgoh8q] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.font-style[b-m09yhgoh8q] {
    color: Black;
    position: center;
}



a[b-m09yhgoh8q] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-m09yhgoh8q] {
        text-decoration: underline;
    }


.order-wrapper[b-m09yhgoh8q] {
    height: 800px;
    width: 90%;
    overflow-y: scroll;
    margin: 20px 0;
    margin-left:30px;
    margin-right:30px;
    margin-top:40px;
    background: white;
    padding: 10px;
    border: 2px solid white;
    border-radius: 10px;
    max-width: 900px;
}


.order-card[b-m09yhgoh8q] {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    padding: 10px 0;
    gap: 5px;
    justify-content: space-around;
    align-items: flex-start;
    
}

.order-image[b-m09yhgoh8q] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-m09yhgoh8q] {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}
:root[b-m09yhgoh8q] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}
@media screen and (max-width: 768px) {
    .order-wrapper[b-m09yhgoh8q] {
        height: 800px;
        width: 90%;
        overflow-y: scroll;
        margin: 20px 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }

}
/* /Pages/Authorized/Account/UserInfo.razor.rz.scp.css */
:root[b-36ta5ps1n4] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-36ta5ps1n4] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-36ta5ps1n4] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-36ta5ps1n4] {
    font-size: 1.5rem;
    font-weight: 700;
}



small[b-36ta5ps1n4] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-36ta5ps1n4] {
    display: flex;
    flex-direction: column;
}

.left[b-36ta5ps1n4] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-36ta5ps1n4 0.4s linear forwards;
    z-index: 3;
    margin-top:159px;
}

.left[b-36ta5ps1n4], .right[b-36ta5ps1n4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-36ta5ps1n4] {
    background-color:cornflowerblue;
    background-size: cover;
}

    .left .copy[b-36ta5ps1n4] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-36ta5ps1n4] {
        font-weight: 400;
    }

.right .copy[b-36ta5ps1n4] {
    color: black;
    text-align: center;
}

    .right .copy p[b-36ta5ps1n4] {
        font-size: 0.875rem;
    }

.right form[b-36ta5ps1n4] {
    width: 408px;
}


form input[type="text"][b-36ta5ps1n4],
form input[type="email"][b-36ta5ps1n4],
form input[type="password"][b-36ta5ps1n4] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-36ta5ps1n4] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-36ta5ps1n4] {
    position: relative;
}

    .input-container.password i[b-36ta5ps1n4] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-36ta5ps1n4] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-36ta5ps1n4] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-36ta5ps1n4] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-36ta5ps1n4] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-36ta5ps1n4] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-36ta5ps1n4]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-36ta5ps1n4]:after {
    display: block;
}

.checkbox-container .checkmark[b-36ta5ps1n4]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-36ta5ps1n4] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-36ta5ps1n4] {
        background: #2c4893;
        cursor: pointer;
    }

.split-screen[b-36ta5ps1n4] {
    flex-direction: row;
    height: 100vh;
}


.left[b-36ta5ps1n4],
.right[b-36ta5ps1n4] {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 100px;
    
}

.marginRight[b-36ta5ps1n4] {
    margin-top: 1000px;
}

@keyframes moveInside-b-36ta5ps1n4 {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

.warning[b-36ta5ps1n4] {
    margin-top: 10px;
}

.dashboard-content[b-36ta5ps1n4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px;
    padding: 0.5rem 1rem 1rem 1rem;
}

.dashboard-card[b-36ta5ps1n4] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

    .dashboard-card:hover[b-36ta5ps1n4] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }


.card-detail[b-36ta5ps1n4] {
    padding: 20px;
    align-content: center;
}



.card-time[b-36ta5ps1n4] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.font-style[b-36ta5ps1n4] {
    color: Black;
    position: center;
}



a[b-36ta5ps1n4] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-36ta5ps1n4] {
        text-decoration: underline;
    }


/* /Pages/Contact.razor.rz.scp.css */
.separator-contact[b-jdoyxuoxk3] {
    margin-top: 180px;
}
.own-footer[b-jdoyxuoxk3] {
    padding-top: 170px;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.container[b-jdoyxuoxk3] {
    display: contents;
    flex-direction: column;
}

.section[b-jdoyxuoxk3] {
    flex: 1;
    padding: 10px;
    margin: 5px;
    min-height: 50px; /* Ajusta la altura mínima según sea necesario */
}

.own-footer-des[b-jdoyxuoxk3] {
    padding-top: 30px;
    background-color: white;
    bottom: -15px;
    position: relative;
    border-radius: 100%;
}

.center-text[b-jdoyxuoxk3] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .separator-contact[b-jdoyxuoxk3] {
        margin-top: 140px;
    }
    .own-footer[b-jdoyxuoxk3] {
        padding-top: 110px;
        padding-bottom: 90px;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    .section[b-jdoyxuoxk3] {
        flex: 1;
        padding: 5px;
        margin: 2px;
    }
}
   
/* /Pages/Order.razor.rz.scp.css */
:root[b-pktqsgwpb6] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

.dashboard-content[b-pktqsgwpb6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0.5rem 1rem 1rem 1rem;
}

.dashboard-card[b-pktqsgwpb6] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

    .dashboard-card:hover[b-pktqsgwpb6] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }


.card-detail[b-pktqsgwpb6] {
    padding: 70px;
    align-content: center;
}



.card-time[b-pktqsgwpb6] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.font-style[b-pktqsgwpb6] {
    color: Black;
    position: center;
}

body[b-pktqsgwpb6] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-pktqsgwpb6] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-pktqsgwpb6] {
    font-size: 1.5rem;
    font-weight: 700;
}

a[b-pktqsgwpb6] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-pktqsgwpb6] {
        text-decoration: underline;
    }


.split-screen[b-pktqsgwpb6] {
    display: flex;
    flex-direction: column;
}

.left[b-pktqsgwpb6] {
    height: 200px;
}

.left[b-pktqsgwpb6], .right[b-pktqsgwpb6] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-pktqsgwpb6] {
    background-size: cover;
    background-color: cornflowerblue;
}

    .left .copy[b-pktqsgwpb6] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-pktqsgwpb6] {
        font-weight: 400;
    }

.right .copy[b-pktqsgwpb6] {
    color: black;
    text-align: center;
}

    .right .copy p[b-pktqsgwpb6] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-pktqsgwpb6] {
    width: 328px;
}

@media screen and (min-width: 1100px) {
    .split-screen[b-pktqsgwpb6] {
        flex-direction: row;
        height: 100vh;
    }

    .left[b-pktqsgwpb6],
    .right[b-pktqsgwpb6] {
        display: flex;
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 1100px) {
    .right[b-pktqsgwpb6] {
        margin-top:100px;
    }
    .dashboard-content[b-pktqsgwpb6] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 5rem 1rem 1rem 1rem;
    }
    .card-detail[b-pktqsgwpb6] {
        padding: 30px;
        align-content: center;
    }
}
/* /Pages/Register.razor.rz.scp.css */
:root[b-4nll0mky6y] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-4nll0mky6y] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-4nll0mky6y] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-4nll0mky6y] {
    font-size: 1.5rem;
    font-weight: 700;
}

a[b-4nll0mky6y] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-4nll0mky6y] {
        text-decoration: underline;
    }

small[b-4nll0mky6y] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-4nll0mky6y] {
    display: flex;
    flex-direction: column;
}

.left[b-4nll0mky6y] {
    height: 200px;
    transform: translateX(-1200px);
    animation: moveInside-b-4nll0mky6y 0.4s linear forwards;
    z-index: 3;
}

.left[b-4nll0mky6y], .right[b-4nll0mky6y] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-4nll0mky6y] {
    background-size: cover;
}

    .left .copy[b-4nll0mky6y] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-4nll0mky6y] {
        font-weight: 400;
    }

.right .copy[b-4nll0mky6y] {
    color: black;
    text-align: center;
}

    .right .copy p[b-4nll0mky6y] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-4nll0mky6y] {
    width: 328px;
}

form input[type="text"][b-4nll0mky6y],
form input[type="email"][b-4nll0mky6y],
form input[type="password"][b-4nll0mky6y] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-4nll0mky6y] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-4nll0mky6y] {
    position: relative;
}

    .input-container.password i[b-4nll0mky6y] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-4nll0mky6y] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-4nll0mky6y] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-4nll0mky6y] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-4nll0mky6y] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-4nll0mky6y] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-4nll0mky6y]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-4nll0mky6y]:after {
    display: block;
}

.checkbox-container .checkmark[b-4nll0mky6y]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-4nll0mky6y] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top:50px;
}

    .signup-btn:hover[b-4nll0mky6y] {
        background: #2c4893;
        cursor: pointer;
    }

@media screen and (min-width: 900px) {
    .split-screen[b-4nll0mky6y] {
        flex-direction: row;
        height: 100vh;
    }

    .left[b-4nll0mky6y],
    .right[b-4nll0mky6y] {
        display: flex;
        width: 50%;
        height: auto;
    }
}

@keyframes moveInside-b-4nll0mky6y {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}
@media screen and (max-width: 900px) {
    .right[b-4nll0mky6y] {
        margin-top: 100px;
    }
}
/* /Pages/ResumeOrder.razor.rz.scp.css */
:root[b-ufazry7xky] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-ufazry7xky] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-ufazry7xky] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-ufazry7xky] {
    font-size: 14px;
}

.dashboard-order1[b-ufazry7xky] {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: var(--mainColor);
    z-index: 0;
    opacity: 0;
    transform: translateX(1680px);
    animation: moveInside-b-ufazry7xky 0.5s linear forwards;
    overflow: auto;

}

.dashboard-banner[b-ufazry7xky] {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 4rem;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
}

    .dashboard-banner > img[b-ufazry7xky] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

.banner-promo[b-ufazry7xky] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-ufazry7xky] {
    padding: 0 1rem;
}

.dashboard-menu[b-ufazry7xky] {
    display: flex;
    gap: 50px;
    padding: 0.3rem 1rem;
    overflow-x: auto;
}

    .dashboard-menu > a[b-ufazry7xky] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 150px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-ufazry7xky] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-ufazry7xky] {
    display:grid;
    gap: 110px;
    width: auto;
    height: auto;
}

.dashboard-card[b-ufazry7xky] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position:center;
    cursor: pointer;
    width:auto;
    height:auto;
}

    .dashboard-card:hover[b-ufazry7xky] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }

.card-image[b-ufazry7xky] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.card-detail[b-ufazry7xky] {
    padding-right: 10%;
    margin-left:2%;
    margin-right:2%;
    align-items:center;
}

    .card-detail > h4 > span[b-ufazry7xky] {
        float: right;
    }

.card-time[b-ufazry7xky] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-ufazry7xky] {
    width: 340px;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: var(--mainColor);
    z-index: 3;
    opacity: 0;
    transform: translateX(340px);
    animation: moveInside-b-ufazry7xky 0.2s linear forwards;
}


@keyframes moveInside-b-ufazry7xky {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

@keyframes moveOutside-b-ufazry7xky {
    100% {
        opacity: 100;
        transform: translateX(340px);
    }
}

.dashboard-order > h3[b-ufazry7xky] {
    padding: 10px 0;
}
.order-addres[b-ufazry7xky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 8px 10px 33px 0px rgba(0,0,0,0.37);
    -webkit-box-shadow: 8px 10px 33px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 8px 10px 33px 0px rgba(0,0,0,0.37);
}
.order-addres > h4[b-ufazry7xky] {
    line-height: 1;
}

.order-time[b-ufazry7xky] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-ufazry7xky] {
    height: auto;
    max-height: 63vh;
    width: 100%;
    overflow-y: auto;
    margin: 5px 0;
    border-radius: 10px;
    background: white;
}

    .order-wrapper[b-ufazry7xky]::-webkit-scrollbar {
        width: 0px;
    }

    .order-wrapper[b-ufazry7xky]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-ufazry7xky]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-ufazry7xky] {
    display: grid;
    grid-template-columns: 10fr;
    padding: 5px 0;
    justify-content: space-around;
    align-items:center;
}


.order-image[b-ufazry7xky] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-ufazry7xky] {
    width: 35px;
    height: 45px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-ufazry7xky] {
    float: right;
}

.divider[b-ufazry7xky] {
    width: 100%;
    border: 1px dashed var(--grey);
}

.order-total > p[b-ufazry7xky] {
    padding: 2px 0;
}

    .order-total > p > span[b-ufazry7xky] {
        float: right;
        font-weight: 400;
    }

.order.promo[b-ufazry7xky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 15px 0 10px 0;
}
.order.promo2[b-ufazry7xky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 5px;
    margin: 5px 0 10px 0;
}


.input-promo[b-ufazry7xky] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 4px;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    background-color:lightgray;
}

    .input-promo:hover[b-ufazry7xky] {
        text-transform: unset;
    }

.button-promo[b-ufazry7xky] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

    .button-promo:hover[b-ufazry7xky] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.button-promo2[b-ufazry7xky] {
    float: right;
    background-color: deepskyblue;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}
.button-promo3[b-ufazry7xky] {
    float: right;
    background-color: skyblue;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 70%;
    cursor: pointer;
}

    .button-promo2:hover[b-ufazry7xky] {
        background-color: dodgerblue;
        text-transform: uppercase;
    }

.checkout[b-ufazry7xky] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    cursor: pointer;
}

    .checkout:hover[b-ufazry7xky] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

#cart[b-ufazry7xky] {
    display: none;
}

    #cart:checked ~ .label-cart[b-ufazry7xky] {
        color: var(--lightGrey)
    }

    #cart:checked ~ .dashboard[b-ufazry7xky] {
        padding-right: 10px;
    }

    #cart:checked ~ .dashboard-order[b-ufazry7xky] {
        display: none;
    }

    #cart:checked ~ .logo[b-ufazry7xky] {
        padding-right: 0px;
    }

:root[b-ufazry7xky] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-ufazry7xky] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-ufazry7xky] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-ufazry7xky] {
    font-size: 1.5rem;
    font-weight: 700;
}

a[b-ufazry7xky] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-ufazry7xky] {
        text-decoration: underline;
    }

small[b-ufazry7xky] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-ufazry7xky] {
    display: flex;
    flex-direction: column;
}

.left[b-ufazry7xky] {
    height: 110px;
}

.left[b-ufazry7xky], .right[b-ufazry7xky] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-ufazry7xky] {
    background-size: cover;
}

    .left .copy[b-ufazry7xky] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-ufazry7xky] {
        font-weight: 400;
    }

.right .copy[b-ufazry7xky] {
    color: black;
    text-align: center;
}

    .right .copy p[b-ufazry7xky] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-ufazry7xky] {
    width: 328px;
}

form input[type="text"][b-ufazry7xky],
form input[type="email"][b-ufazry7xky],
form input[type="password"][b-ufazry7xky] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-ufazry7xky] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-ufazry7xky] {
    position: relative;
}

    .input-container.password i[b-ufazry7xky] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-ufazry7xky] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-ufazry7xky] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-ufazry7xky] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-ufazry7xky] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-ufazry7xky] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-ufazry7xky]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-ufazry7xky]:after {
    display: block;
}

.checkbox-container .checkmark[b-ufazry7xky]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-ufazry7xky] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-ufazry7xky] {
        background: #2c4893;
        cursor: pointer;
    }

.warning[b-ufazry7xky]{
    margin-top:10px;
}
.p-design[b-ufazry7xky]{
    width:300px;
    margin-left:10%;
}
order-addres-text[b-ufazry7xky] {
    font-size: 2vh;
}

@media screen and (max-width: 1200px) {
    order-addres-text[b-ufazry7xky] {
        font-size: 1.7vh;
    }
    .dashboard[b-ufazry7xky] {
        padding-right: 0;
        margin-bottom: 10%;
    }

    .dashboard-order1[b-ufazry7xky] {
        height: 88%;
        width: auto;
        left: 0px;
        top: 12.5%;
        margin-bottom:30px;
        overflow: auto;
    }
    .order-wrapper[b-ufazry7xky] {
        height: auto;
        max-height: 52vh;
    }
}

@media screen and (min-width: 1200px) {

    .split-screen[b-ufazry7xky] {
        flex-direction: row;
        height: 100vh;
    }

    .left[b-ufazry7xky],
    .right[b-ufazry7xky] {
        display: flex;
        width: 50%;
        height: auto;
    }
    

}
.datePickerStyle[b-ufazry7xky]{
    margin-left:1000px;
}

/*
    @media(max-height: 920px) {
    .order-wrapper {
        height: 520px;
        width: 100%;
        overflow-y: scroll;
        margin: 5px 0;
    }
}
    @media(max-height: 890px) {
        .order-wrapper {
            height: 520px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }

    @media(max-height: 830px) {
        .order-wrapper {
            height: 480px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }

    @media(max-height: 780px) {
        .order-wrapper {
            height: 310px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }
*/





    .flatpickr-calendar.animate.open[b-ufazry7xky] {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
        animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .flatpickr-calendar.inline[b-ufazry7xky] {
        display: block;
        position: relative;
        top: 2px;
    }

    .flatpickr-calendar.static[b-ufazry7xky] {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open[b-ufazry7xky] {
            z-index: 999;
            display: block;
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7)[b-ufazry7xky] {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1)[b-ufazry7xky] {
        -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    }

    .flatpickr-calendar .hasWeeks .dayContainer[b-ufazry7xky],
    .flatpickr-calendar .hasTime .dayContainer[b-ufazry7xky] {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .flatpickr-calendar .hasWeeks .dayContainer[b-ufazry7xky] {
        border-left: 0;
    }

    .flatpickr-calendar.hasTime .flatpickr-time[b-ufazry7xky] {
        height: 40px;
        border-top: 1px solid #e6e6e6;
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time[b-ufazry7xky] {
        height: auto;
    }

    .flatpickr-calendar[b-ufazry7xky]:before,
    .flatpickr-calendar[b-ufazry7xky]:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px;
    }

    .flatpickr-calendar.rightMost[b-ufazry7xky]:before,
    .flatpickr-calendar.arrowRight[b-ufazry7xky]:before,
    .flatpickr-calendar.rightMost[b-ufazry7xky]:after,
    .flatpickr-calendar.arrowRight[b-ufazry7xky]:after {
        left: auto;
        right: 22px;
    }

    .flatpickr-calendar.arrowCenter[b-ufazry7xky]:before,
    .flatpickr-calendar.arrowCenter[b-ufazry7xky]:after {
        left: 50%;
        right: 50%;
    }

    .flatpickr-calendar[b-ufazry7xky]:before {
        border-width: 5px;
        margin: 0 -5px;
    }

    .flatpickr-calendar[b-ufazry7xky]:after {
        border-width: 4px;
        margin: 0 -4px;
    }

    .flatpickr-calendar.arrowTop[b-ufazry7xky]:before,
    .flatpickr-calendar.arrowTop[b-ufazry7xky]:after {
        bottom: 100%;
    }

    .flatpickr-calendar.arrowTop[b-ufazry7xky]:before {
        border-bottom-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowTop[b-ufazry7xky]:after {
        border-bottom-color: #fff;
    }

    .flatpickr-calendar.arrowBottom[b-ufazry7xky]:before,
    .flatpickr-calendar.arrowBottom[b-ufazry7xky]:after {
        top: 100%;
    }

    .flatpickr-calendar.arrowBottom[b-ufazry7xky]:before {
        border-top-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowBottom[b-ufazry7xky]:after {
        border-top-color: #fff;
    }

    .flatpickr-calendar:focus[b-ufazry7xky] {
        outline: 0;
    }

    .flatpickr-wrapper[b-ufazry7xky] {
        position: relative;
        display: contents;
    }

    .flatpickr-months[b-ufazry7xky] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .flatpickr-months .flatpickr-month[b-ufazry7xky] {
            background: transparent;
            color: rgba(0, 0, 0, 0.9);
            fill: rgba(0, 0, 0, 0.9);
            height: 34px;
            line-height: 1;
            text-align: center;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            overflow: hidden;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .flatpickr-months .flatpickr-prev-month[b-ufazry7xky],
        .flatpickr-months .flatpickr-next-month[b-ufazry7xky] {
            text-decoration: none;
            cursor: pointer;
            position: absolute;
            top: 0;
            height: 34px;
            padding: 10px;
            z-index: 3;
            color: rgba(0, 0, 0, 0.9);
            fill: rgba(0, 0, 0, 0.9);
        }

            .flatpickr-months .flatpickr-prev-month.flatpickr-disabled[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month.flatpickr-disabled[b-ufazry7xky] {
                display: none;
            }

            .flatpickr-months .flatpickr-prev-month i[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month i[b-ufazry7xky] {
                position: relative;
            }

            .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month.flatpickr-prev-month[b-ufazry7xky] {
                /*
    /*rtl:begin:ignore*/
                /*
    */
                left: 0;
                /*
    /*rtl:end:ignore*/
                /*
    */
            }

            /*
      /*rtl:begin:ignore*/
            /*
      /*rtl:end:ignore*/
            .flatpickr-months .flatpickr-prev-month.flatpickr-next-month[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month.flatpickr-next-month[b-ufazry7xky] {
                /*
    /*rtl:begin:ignore*/
                /*
    */
                right: 0;
                /*
    /*rtl:end:ignore*/
                /*
    */
            }

            /*
      /*rtl:begin:ignore*/
            /*
      /*rtl:end:ignore*/
            .flatpickr-months .flatpickr-prev-month:hover[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month:hover[b-ufazry7xky] {
                color: #959ea9;
            }

                .flatpickr-months .flatpickr-prev-month:hover svg[b-ufazry7xky],
                .flatpickr-months .flatpickr-next-month:hover svg[b-ufazry7xky] {
                    fill: #f64747;
                }

            .flatpickr-months .flatpickr-prev-month svg[b-ufazry7xky],
            .flatpickr-months .flatpickr-next-month svg[b-ufazry7xky] {
                width: 14px;
                height: 14px;
            }

                .flatpickr-months .flatpickr-prev-month svg path[b-ufazry7xky],
                .flatpickr-months .flatpickr-next-month svg path[b-ufazry7xky] {
                    -webkit-transition: fill 0.1s;
                    transition: fill 0.1s;
                    fill: inherit;
                }
/* /Pages/TableResumeOrder.razor.rz.scp.css */
:root[b-b448nvfjlv] {
    --mainColor: #f6f8fa;
    --darkBlack: #2d2f31;
    --darkGrey: #61666b;
    --grey: #d5d5d5;
    --lightGrey: #f2f2f2;
    --yellow: #fecb40;
    --red: #df113c;
}

*[b-b448nvfjlv] {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "Noto Sans JP",sans-serif;
}

body[b-b448nvfjlv] {
    width: 100%;
    height: auto;
    color: var(--darkBlack);
}

p[b-b448nvfjlv] {
    font-size: 14px;
}

.dashboard-order1[b-b448nvfjlv] {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: var(--mainColor);
    z-index: 0;
    opacity: 0;
    transform: translateX(1680px);
    animation: moveInside-b-b448nvfjlv 0.5s linear forwards;
    overflow: auto;
}

.dashboard-banner[b-b448nvfjlv] {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 4rem;
    padding: 1rem;
    border-radius: 30px;
    cursor: pointer;
}

    .dashboard-banner > img[b-b448nvfjlv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

.banner-promo[b-b448nvfjlv] {
    position: absolute;
    color: var(--darkBlack);
    top: 30%;
    left: 5%;
    font-weight: 800;
    font-size: x-small;
}

.dashboard-title[b-b448nvfjlv] {
    padding: 0 1rem;
}

.dashboard-menu[b-b448nvfjlv] {
    display: flex;
    gap: 50px;
    padding: 0.3rem 1rem;
    overflow-x: auto;
}

    .dashboard-menu > a[b-b448nvfjlv] {
        text-decoration: none;
        text-align: center;
        border-radius: 20px;
        min-width: 150px;
        padding: 0.5rem 0;
        font-size: 0.9rem;
        color: var(--darkBlack);
        background-color: var(--lightGrey);
    }

        .dashboard-menu > a:hover[b-b448nvfjlv] {
            background-color: var(--red);
            color: var(--lightGrey);
        }

.dashboard-content[b-b448nvfjlv] {
    display: grid;
    gap: 110px;
    width: auto;
    height: auto;
}

.dashboard-card[b-b448nvfjlv] {
    background-color: var(--mainColor);
    box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
    border-radius: 15px;
    position: center;
    cursor: pointer;
    width: auto;
    height: auto;
}

    .dashboard-card:hover[b-b448nvfjlv] {
        box-shadow: rgba(0,0,0,0.35)0px 5px 15px;
    }

.card-image[b-b448nvfjlv] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.card-detail[b-b448nvfjlv] {
    padding-right: 10%;
    margin-left: 2%;
    margin-right: 2%;
    align-items: center;
}

    .card-detail > h4 > span[b-b448nvfjlv] {
        float: right;
    }

.card-time[b-b448nvfjlv] {
    color: var(--darkGrey);
    font-size: 0.8rem;
    padding-top: 10px;
}

.dashboard-order[b-b448nvfjlv] {
    width: 340px;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: var(--mainColor);
    z-index: 3;
    opacity: 0;
    transform: translateX(340px);
    animation: moveInside-b-b448nvfjlv 0.2s linear forwards;
}


@keyframes moveInside-b-b448nvfjlv {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

@keyframes moveOutside-b-b448nvfjlv {
    100% {
        opacity: 100;
        transform: translateX(340px);
    }
}

.dashboard-order > h3[b-b448nvfjlv] {
    padding: 10px 0;
}

.order-addres > h4[b-b448nvfjlv] {
    line-height: 1;
}

.order-time[b-b448nvfjlv] {
    font-size: 0.8rem;
    color: var(--darkGrey)
}

.order-wrapper[b-b448nvfjlv] {
    height: 63vh;
    width: 100%;
    overflow-y: auto;
    margin: 5px 0;
    border-radius: 10px;
}

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar {
        width: 0px;
    }

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar-track {
        background-color: var(--lightGrey);
        border-radius: 20px;
    }

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar-thumb {
        background-color: var(--darkGrey);
        border-radius: 20px;
    }

.order-card[b-b448nvfjlv] {
    display: grid;
    grid-template-columns: 10fr;
    padding: 5px 0;
    justify-content: space-around;
    align-items: center;
}


.order-image[b-b448nvfjlv] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 15px;
}

.order-details > input[b-b448nvfjlv] {
    width: 35px;
    height: 45px;
    text-align: center;
    border: 2px solid var(--grey);
    border-radius: 10px;
    background-color: transparent;
    margin-left: 10px;
}

.carrito[b-b448nvfjlv] {
    float: right;
}

.divider[b-b448nvfjlv] {
    width: 100%;
    border: 1px dashed var(--grey);
}

.order-total > p[b-b448nvfjlv] {
    padding: 2px 0;
}

    .order-total > p > span[b-b448nvfjlv] {
        float: right;
        font-weight: 400;
    }

.order.promo[b-b448nvfjlv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 0 5px;
    margin: 15px 0 10px 0;
}

.order.promo2[b-b448nvfjlv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--lightGrey);
    border: 2px solid var(--grey);
    border-radius: 10px;
    height: 45px;
    padding: 5px;
    margin: 5px 0 10px 0;
}


.input-promo[b-b448nvfjlv] {
    float: right;
    background-color: var(--grey);
    border: none;
    border-radius: 4px;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    background-color: lightgray;
}

    .input-promo:hover[b-b448nvfjlv] {
        text-transform: unset;
    }

.button-promo[b-b448nvfjlv] {
    float: right;
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

    .button-promo:hover[b-b448nvfjlv] {
        background-color: darkorange;
        text-transform: uppercase;
    }

.button-promo2[b-b448nvfjlv] {
    float: right;
    background-color: deepskyblue;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.button-promo3[b-b448nvfjlv] {
    float: right;
    background-color: skyblue;
    border: none;
    border-radius: 20px;
    height: 40px;
    width: 70%;
    cursor: pointer;
}

.button-promo2:hover[b-b448nvfjlv] {
    background-color: dodgerblue;
    text-transform: uppercase;
}

.checkout[b-b448nvfjlv] {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: var(--red);
    border: none;
    border-radius: 20px;
    color: var(--lightGrey);
    cursor: pointer;
}

    .checkout:hover[b-b448nvfjlv] {
        text-transform: uppercase;
        font-weight: 600;
        background-color: red;
    }

#cart[b-b448nvfjlv] {
    display: none;
}

    #cart:checked ~ .label-cart[b-b448nvfjlv] {
        color: var(--lightGrey)
    }

    #cart:checked ~ .dashboard[b-b448nvfjlv] {
        padding-right: 10px;
    }

    #cart:checked ~ .dashboard-order[b-b448nvfjlv] {
        display: none;
    }

    #cart:checked ~ .logo[b-b448nvfjlv] {
        padding-right: 0px;
    }

:root[b-b448nvfjlv] {
    font-size: 100%;
    font-size: 16px;
    line-height: 1.5;
    --primary-blue: #233975;
}

body[b-b448nvfjlv] {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h1[b-b448nvfjlv] {
    font-size: 2.25rem;
    font-weight: 700;
}

h2[b-b448nvfjlv] {
    font-size: 1.5rem;
    font-weight: 700;
}

a[b-b448nvfjlv] {
    text-decoration: none;
    color: var(--primary-blue);
}

    a:hover[b-b448nvfjlv] {
        text-decoration: underline;
    }

small[b-b448nvfjlv] {
    font-size: 80%;
    text-align: center;
}

.split-screen[b-b448nvfjlv] {
    display: flex;
    flex-direction: column;
}

.left[b-b448nvfjlv] {
    height: 110px;
}

.left[b-b448nvfjlv], .right[b-b448nvfjlv] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left[b-b448nvfjlv] {
    background-size: cover;
}

    .left .copy[b-b448nvfjlv] {
        color: white;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .left р[b-b448nvfjlv] {
        font-weight: 400;
    }

.right .copy[b-b448nvfjlv] {
    color: black;
    text-align: center;
}

    .right .copy p[b-b448nvfjlv] {
        margin: 1.5em 0;
        font-size: 0.875rem;
    }

.right form[b-b448nvfjlv] {
    width: 328px;
}

form input[type="text"][b-b448nvfjlv],
form input[type="email"][b-b448nvfjlv],
form input[type="password"][b-b448nvfjlv] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    padding: 1em;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
}

label[b-b448nvfjlv] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.input-container.password[b-b448nvfjlv] {
    position: relative;
}

    .input-container.password i[b-b448nvfjlv] {
        position: absolute;
        top: 42px;
        right: 16px;
    }

.input-container.cta[b-b448nvfjlv] {
    display: flex;
    flex-direction: row;
}

.checkbox-container input[b-b448nvfjlv] {
    position: absolute;
    opacity: o;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container[b-b448nvfjlv] {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    user-select: none;
    margin: O O 1.25rem 0;
}

    .checkbox-container input:checked ~ .checkmark[b-b448nvfjlv] {
        background-color: var (--primary-blue);
        border: 1px solid var (--primary-blue);
    }

.checkmark[b-b448nvfjlv] {
    position: absolute;
    width: 24px;
    height: 24px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    top: -4px;
    left: 0;
}

    .checkmark[b-b448nvfjlv]:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-container input:checked ~ checkmark[b-b448nvfjlv]:after {
    display: block;
}

.checkbox-container .checkmark[b-b448nvfjlv]:after {
    border: solid white;
    border-width: O 3px 3px 0;
    width: 5px;
    height: 10px;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}

.signup-btn[b-b448nvfjlv] {
    display: block;
    width: 100%;
    background: var (--primary-blue);
    color: white;
    font-weight: 700;
    border: none;
    padding: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .signup-btn:hover[b-b448nvfjlv] {
        background: #2c4893;
        cursor: pointer;
    }

.warning[b-b448nvfjlv] {
    margin-top: 10px;
}

.p-design[b-b448nvfjlv] {
    width: 300px;
    margin-left: 10%;
}

@media screen and (max-width: 1200px) {
    .dashboard[b-b448nvfjlv] {
        padding-right: 0;
        margin-bottom: 10%;
    }

    .dashboard-order1[b-b448nvfjlv] {
        width: auto;
        left: 0px;
        top: 12.5%;
        margin-bottom: 30px;
        overflow: auto;
    }

    .order-wrapper[b-b448nvfjlv] {
        height: 52vh;
    }
}

@media screen and (min-width: 1200px) {

    .split-screen[b-b448nvfjlv] {
        flex-direction: row;
        height: 100vh;
    }

    .left[b-b448nvfjlv],
    .right[b-b448nvfjlv] {
        display: flex;
        width: 50%;
        height: auto;
    }
}

.datePickerStyle[b-b448nvfjlv] {
    margin-left: 1000px;
}

/*
    @media(max-height: 920px) {
    .order-wrapper {
        height: 520px;
        width: 100%;
        overflow-y: scroll;
        margin: 5px 0;
    }
}
    @media(max-height: 890px) {
        .order-wrapper {
            height: 520px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }

    @media(max-height: 830px) {
        .order-wrapper {
            height: 480px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }

    @media(max-height: 780px) {
        .order-wrapper {
            height: 310px;
            width: 100%;
            overflow-y: scroll;
            margin: 5px 0;
        }
    }
*/





.flatpickr-calendar.animate.open[b-b448nvfjlv] {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline[b-b448nvfjlv] {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static[b-b448nvfjlv] {
    position: absolute;
    top: calc(100% + 2px);
}

    .flatpickr-calendar.static.open[b-b448nvfjlv] {
        z-index: 999;
        display: block;
    }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7)[b-b448nvfjlv] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1)[b-b448nvfjlv] {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer[b-b448nvfjlv],
.flatpickr-calendar .hasTime .dayContainer[b-b448nvfjlv] {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer[b-b448nvfjlv] {
    border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time[b-b448nvfjlv] {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time[b-b448nvfjlv] {
    height: auto;
}

.flatpickr-calendar[b-b448nvfjlv]:before,
.flatpickr-calendar[b-b448nvfjlv]:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost[b-b448nvfjlv]:before,
.flatpickr-calendar.arrowRight[b-b448nvfjlv]:before,
.flatpickr-calendar.rightMost[b-b448nvfjlv]:after,
.flatpickr-calendar.arrowRight[b-b448nvfjlv]:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter[b-b448nvfjlv]:before,
.flatpickr-calendar.arrowCenter[b-b448nvfjlv]:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar[b-b448nvfjlv]:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar[b-b448nvfjlv]:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop[b-b448nvfjlv]:before,
.flatpickr-calendar.arrowTop[b-b448nvfjlv]:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop[b-b448nvfjlv]:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop[b-b448nvfjlv]:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom[b-b448nvfjlv]:before,
.flatpickr-calendar.arrowBottom[b-b448nvfjlv]:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom[b-b448nvfjlv]:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom[b-b448nvfjlv]:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus[b-b448nvfjlv] {
    outline: 0;
}

.flatpickr-wrapper[b-b448nvfjlv] {
    position: relative;
    display: contents;
}

.flatpickr-months[b-b448nvfjlv] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-months .flatpickr-month[b-b448nvfjlv] {
        background: transparent;
        color: rgba(0, 0, 0, 0.9);
        fill: rgba(0, 0, 0, 0.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .flatpickr-months .flatpickr-prev-month[b-b448nvfjlv],
    .flatpickr-months .flatpickr-next-month[b-b448nvfjlv] {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0, 0, 0, 0.9);
        fill: rgba(0, 0, 0, 0.9);
    }

        .flatpickr-months .flatpickr-prev-month.flatpickr-disabled[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month.flatpickr-disabled[b-b448nvfjlv] {
            display: none;
        }

        .flatpickr-months .flatpickr-prev-month i[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month i[b-b448nvfjlv] {
            position: relative;
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month[b-b448nvfjlv] {
            /*
    /*rtl:begin:ignore*/
            /*
    */
            left: 0;
            /*
    /*rtl:end:ignore*/
            /*
    */
        }

        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month.flatpickr-next-month[b-b448nvfjlv] {
            /*
    /*rtl:begin:ignore*/
            /*
    */
            right: 0;
            /*
    /*rtl:end:ignore*/
            /*
    */
        }

        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month:hover[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month:hover[b-b448nvfjlv] {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-prev-month:hover svg[b-b448nvfjlv],
            .flatpickr-months .flatpickr-next-month:hover svg[b-b448nvfjlv] {
                fill: #f64747;
            }

        .flatpickr-months .flatpickr-prev-month svg[b-b448nvfjlv],
        .flatpickr-months .flatpickr-next-month svg[b-b448nvfjlv] {
            width: 14px;
            height: 14px;
        }

            .flatpickr-months .flatpickr-prev-month svg path[b-b448nvfjlv],
            .flatpickr-months .flatpickr-next-month svg path[b-b448nvfjlv] {
                -webkit-transition: fill 0.1s;
                transition: fill 0.1s;
                fill: inherit;
            }
.dashboardF[b-b448nvfjlv] {
    height: 0px;
    width: 82%;
    margin: 20px 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 210px;
}

@media screen and (max-width: 900px) {
    .order-wrapper[b-b448nvfjlv] {
        height: 800px;
        width: 90%;
        overflow-y: auto;
        margin: 20px 0;
        margin-left: 70px;
        margin-right: 10px;
        margin-top: 140px;
    }

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar {
        width: 7px;
    }

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar-track {
        background-color: lightblue;
        border-radius: 20px;
    }

    .order-wrapper[b-b448nvfjlv]::-webkit-scrollbar-thumb {
        background-color: lightcyan;
        border-radius: 20px;
    }

    .dashboardF[b-b448nvfjlv] {
        height: 0px;
        width: 87%;
        margin: 30px 0;
        margin-left: 6%;
        margin-top: 140px;
    }
}

/* /Pages/ViewOrder.razor.rz.scp.css */
.dashboardF[b-ggw6j4kbi7] {
    height: 0px;
    width: 82%;
    margin: 20px 0;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 70px;
}
@media screen and (max-width: 900px) {
   
    .order-wrapper[b-ggw6j4kbi7] {
        height: 800px;
        width: 90%;
        overflow-y: auto;
        margin: 20px 0;
        margin-left: 70px;
        margin-right: 10px;
        margin-top: 140px;
    }

        .order-wrapper[b-ggw6j4kbi7]::-webkit-scrollbar {
            width: 7px;
        }

        .order-wrapper[b-ggw6j4kbi7]::-webkit-scrollbar-track {
            background-color: lightblue;
            border-radius: 20px;
        }

        .order-wrapper[b-ggw6j4kbi7]::-webkit-scrollbar-thumb {
            background-color: lightcyan;
            border-radius: 20px;
        }
    .dashboardF[b-ggw6j4kbi7] {
        height: 0px;
        width: 87%;
        margin: 30px 0;
        margin-left: 6%;
        margin-top: 25px;
    }
}

/* /Shared/MainLayout.razor.rz.scp.css */

@keyframes moveInside-b-y3wxjtu617 {
    100% {
        opacity: 100;
        transform: translateX(0px);
    }
}

@keyframes moveOutside-b-y3wxjtu617 {
    100% {
        opacity: 100;
        transform: translateX(340px);
    }
}
.dashboard-order[b-y3wxjtu617] {
    width: 1680px;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.5rem 1.5rem;
    background-color: var(--mainColor);
    z-index: 3;
    opacity: 0;
    transform: translateX(340px);
    animation: moveInside-b-y3wxjtu617 0.2s linear forwards;
}
