/* _content/HADV.OMS.OnlineApp/Components/AddToCartConfirmationModal.razor.rz.scp.css */
#addToCartConfirmationModal[b-syqdgmfsxx] {
    background-color: #00000056;
}

    #addToCartConfirmationModal .modal-dialog[b-syqdgmfsxx] {
        max-width: 350px;
    }


.modal-close-btn[b-syqdgmfsxx] {
    all: unset;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    font-size: 16px;
}

    .modal-close-btn:hover[b-syqdgmfsxx] {
        background-color: #ddd;
    }

.modal-title[b-syqdgmfsxx] {
    font-size: 14px;
    font-family: 'Lato-bold';
}

.modal-subtitle[b-syqdgmfsxx] {
    font-size: 13px;
    font-family: 'Lato-normal';
}

.modal-info[b-syqdgmfsxx] {
    font-size: 12px;
    font-family: 'Lato-normal';
    margin: unset;
    color: #888787;
}

.progress[b-syqdgmfsxx] {
    height: 10px;
}

.progress-bar[b-syqdgmfsxx] {
    background-color: #E12626;
    border-radius: 10px;
}

[b-syqdgmfsxx] .offer-btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.square-image-container[b-syqdgmfsxx] {
    width: 100%;
    padding-top: 100%; /* This will make the container a square based on its width */
    position: relative;
}

.square-image[b-syqdgmfsxx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire container without distortion */
    border-radius: 10px;
}

.flex-container[b-syqdgmfsxx] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
}


.image-container[b-syqdgmfsxx] {
    flex: 1;
    text-align: center;
}

.square-image-container[b-syqdgmfsxx] {
    margin-bottom: 2px;
}



.text-container[b-syqdgmfsxx] {
    flex: 3;
    padding: 0 10px;
    align-self: flex-start;
}

[b-syqdgmfsxx] .btn-ignore {
    background: none !important;
    border: 1px solid #ddd;
    color: black !important;
}

.modal-status-icon[b-syqdgmfsxx] {
    font-size: 20px;
}

.modal-status-icon-container[b-syqdgmfsxx] {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
/* _content/HADV.OMS.OnlineApp/Components/BuildOrderHeader.razor.rz.scp.css */
.build-order-header-container[b-zw634ybk1a] {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

[b-zw634ybk1a] .custom-back-button {
    position: absolute;
    font-family: 'Lato-bold';
    left: 20px;
    top: 30px;
    width: 90px;
    height: 35px;
    background-color: white;
    z-index: 1;
    border-radius: 20px;
    text-decoration: unset;
    color: #E12626;
}

.bi-chevron-left[b-zw634ybk1a] {
    font-family: 'Lato-bold';
    font-size: 11px;
    font-weight: 700;
    margin-top: 2px;
}

/* _content/HADV.OMS.OnlineApp/Components/BuildOrderProductOption.razor.rz.scp.css */
.product-img[b-knae48keui] {
    min-height: 60px;
    min-width: 60px;
    max-width: 60px;
    background-color: none;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-card[b-knae48keui] {
    position: relative;
    max-width: 250px;
    min-width: 250px;
    background: unset;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 20px;
}

.product-card-db-cheese[b-knae48keui] {
    position: relative;
    min-width: 250px;
    background: unset;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 20px;
}

.option[b-knae48keui] {
    font-family: 'Lato-normal';
    color: #808080;
    font-size: 14px;
}

.options > .main[b-knae48keui] {
    font-family: 'Lato-bold';
    color: unset;
    font-size: 15px;
}

.options > .price[b-knae48keui] {
    bottom: 5px;
    font-size: 12px;
}

.is-selected[b-knae48keui] {
    border: 1px solid green !important;
}

.select-option-overlay[b-knae48keui] {
    position: absolute;
    background-color: #00800020;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.set-invisible[b-knae48keui] {
    opacity: 0;
}

.set-visible[b-knae48keui] {
    opacity: 1;
}
.grayed-out[b-knae48keui] {
    pointer-events: none;
}
/* _content/HADV.OMS.OnlineApp/Components/BuildOrderSectionHeading.razor.rz.scp.css */
.build-order-field[b-if9090oaek] {
    font-family: 'Lato-bold';
    font-size: 15px;
}

.required-star[b-if9090oaek] {
    color: #E12626 !important;
}
/* _content/HADV.OMS.OnlineApp/Components/CancelOption.razor.rz.scp.css */
.product-card .cancel-line[b-f71ai13tda] {
    position: absolute;
    top: 39px;
    left: -4px;
    width: calc(100% + 7px);
    height: unset;
    transform: rotate(165deg);
    transform-origin: center center;
    border-top: 1px solid red;
    box-sizing: border-box;
    z-index: 1; /* Ensures the line is on top of the content */
}

.product-card-db-cheese .cancel-line[b-f71ai13tda]
{
    position: absolute;
    top: 39px;
    left: -4px;
    width: calc(100% + 7px);
    height: unset;
    transform: rotate(168deg);
    transform-origin: center center;
    border-top: 1px solid red;
    box-sizing: border-box;
    z-index: 1; /* Ensures the line is on top of the content */
}

.cancel-around[b-f71ai13tda] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 1; /* Ensures the line is on top of the content */
}
/* _content/HADV.OMS.OnlineApp/Components/Carousel.razor.rz.scp.css */

#infographicCarousel[b-kddx42kqr4] {
    background-color: none;
}

.carousel-indicators[b-kddx42kqr4] {
    bottom: 1px; /* Adjust the top distance as needed */
    justify-content: center; /* Center the indicators horizontally */
    visibility:hidden;
}

.carousel-indicators li[b-kddx42kqr4] {
    background-color: #e4dddc;
    border-radius: 50%; 
    width: 12px; 
    height: 12px; 
    margin-right: 5px;
    cursor: pointer;
}

.carousel-indicators .active[b-kddx42kqr4] {
    background-color: #f1ebea; 
}



/* Extra small devices (phones) */
@media (max-width: 576px) {

    .carousel-indicators[b-kddx42kqr4] {
        bottom: -20px; /* Adjusting the top distance as needed */
    }

    .carousel-indicators li[b-kddx42kqr4] {
        width: 8px;
        height: 8px;
    }

}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .carousel-indicators[b-kddx42kqr4] {
        bottom: -19px; /* Adjusting the top distance as needed */
    }

    .carousel-indicators li[b-kddx42kqr4] {
        width: 8px;
        height: 8px;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .carousel-indicators[b-kddx42kqr4] {
        bottom: -19px; /* Adjusting the top distance as needed */
    }

    .carousel-indicators li[b-kddx42kqr4] {
        width: 10px;
        height:10px;
    }
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
    
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
    
}



/* _content/HADV.OMS.OnlineApp/Components/CarouselItem.razor.rz.scp.css */
.carousel-item[b-91pumlewvp] {
    height: 100%;
}
/* _content/HADV.OMS.OnlineApp/Components/CartConfirmationModal.razor.rz.scp.css */
#cartConfirmationModal[b-4vdgyaktcs] {
    background-color: #00000056;
}

    #cartConfirmationModal .modal-dialog[b-4vdgyaktcs] {
        max-width: 350px;
    }

.order-placed-notification-container[b-4vdgyaktcs] {
    background-color: #5AC15E;
    color: white;
}
.modal-close-btn[b-4vdgyaktcs] {
    all: unset;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    font-size: 16px;
}

    .modal-close-btn:hover[b-4vdgyaktcs] {
        background-color: #ddd;
    }

.modal-title[b-4vdgyaktcs] {
    font-size: 14px;
    font-family: 'Lato-bold';
}

.modal-subtitle[b-4vdgyaktcs] {
    font-size: 13px;
    font-family: 'Lato-normal';
}

.modal-info[b-4vdgyaktcs] {
    font-size: 12px;
    font-family: 'Lato-normal';
    margin: unset;
    color: #888787;
}

.progress[b-4vdgyaktcs] {
    height: 10px;
}

.progress-bar[b-4vdgyaktcs] {
    background-color: #E12626;
    border-radius: 10px;
}

[b-4vdgyaktcs] .offer-btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.square-image-container[b-4vdgyaktcs] {
    width: 100%;
    padding-top: 100%; /* This will make the container a square based on its width */
    position: relative;
}

.square-image[b-4vdgyaktcs] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire container without distortion */
    border-radius: 10px;
}

.flex-container[b-4vdgyaktcs] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
}


.image-container[b-4vdgyaktcs] {
    flex: 1;
    text-align: center;
}

.square-image-container[b-4vdgyaktcs] {
    margin-bottom: 2px;
}



.text-container[b-4vdgyaktcs] {
    flex: 3;
    padding: 0 10px;
    align-self: flex-start;
}

.btn-ignore[b-4vdgyaktcs] {
    background: none !important;
    border: 1px solid #ddd;
    color: black !important;
}

.modal-status-icon[b-4vdgyaktcs] {
    font-size: 20px;
}

.modal-status-icon-container[b-4vdgyaktcs] {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.store-info-label[b-4vdgyaktcs] {
    font-family: 'Lato-normal';
    font-size: 13px;
    color: #575656;
}

.modal-info-error[b-4vdgyaktcs] {
    font-size: 13px !important;
}

.modal-subtitle-error[b-4vdgyaktcs] {
    font-size: 16px !important;
}

.phone[b-4vdgyaktcs] {
    text-decoration: none;
    color: blue;
}

.modal-title-error[b-4vdgyaktcs] {
    font-size: 16px !important;
}
/* _content/HADV.OMS.OnlineApp/Components/CartItem.razor.rz.scp.css */
.data-row[b-n7our4yfeq] {
    background-color: #F9FAFC;
    display: flex;
    flex-direction: row;
    border-radius: 0px 0px 8px 8px;
    align-items: center;
    border-top: 1px solid #ddd;
}


.name-container[b-n7our4yfeq] {
    flex: 3;
}

.qty-container[b-n7our4yfeq] {
    flex: 1;
    text-align: center;
}

.price-container[b-n7our4yfeq] {
    flex: 1;
    text-align: center;
}

.cart-item-title[b-n7our4yfeq] {
    font-family: 'Lato-bold';
    font-size: 14px;
    margin-bottom: 1px;
}

.cart-item-properties[b-n7our4yfeq] {
    font-family: 'Lato-bold';
    font-size: 13px;
}

.cart-item-description[b-n7our4yfeq] {
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 13px;
}

.cart-item-instructions[b-n7our4yfeq] {
    font-family: 'Lato-bold';
    font-size: 13px;
}

.square-image-container[b-n7our4yfeq] {
    width: 100%;
    padding-top: 100%; /* This will make the container a square based on its width */
    position: relative;
}

.square-image[b-n7our4yfeq] {
    border-radius: 5px;
}
/* Extra small devices (phones) */
@media (max-width: 576px) {
    .square-image-container[b-n7our4yfeq] {
        width: 50%;
        padding-top: 50%; /* This will make the container a square based on its width */
        position: relative;
        margin-left: 9px;
    }
}

.square-image[b-n7our4yfeq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire container without distortion */
}

.qty-container[b-n7our4yfeq] {
    flex-grow: 1;
    text-align: center;
    align-items: center;
}

.options-separator[b-n7our4yfeq] {
    padding-right: 5px;
    color: #888787c3;
}

.cart-option[b-n7our4yfeq] {
    margin-right: 5px;
}
/* _content/HADV.OMS.OnlineApp/Components/CartItemsContainer.razor.rz.scp.css */
.menu-item-card[b-imew44qtdb] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #ddd; /* Optional: Add border for styling */
    margin-left: 10px;
    border-radius: 8px;
}

.card-header[b-imew44qtdb] {
    background-color: white;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

.header-row[b-imew44qtdb] {
    display: flex;
    flex-direction: row;
    font-family: 'Lato-normal';
}

.name-tag[b-imew44qtdb] {
    flex: 3;
}

.qty-tag[b-imew44qtdb] {
    flex: 1;
    text-align:center;
}
.price-tag[b-imew44qtdb] {
    flex: 1;
    text-align:center;
}
/* _content/HADV.OMS.OnlineApp/Components/CartNavLink.razor.rz.scp.css */
[b-8fjun2lir2] .badge {
    font-size: 11px !important;
    border-radius: 20px !important;
    width: 18px;
    height: 18px;
    top: 3px;
    background-color: #E12626;
}
/* _content/HADV.OMS.OnlineApp/Components/FormLineHeading.razor.rz.scp.css */
.menu[b-lptz654ddt] {
    position: relative;
}

.menu-heading[b-lptz654ddt] {
    position: absolute;
    top: -13px; /* Adjust this value to move the heading from the left */
    background-color: #fff; /* Set the background color of the heading */
    padding: 0 8px; /* Adjust the padding as needed */
    background-color: #F3F3F3;
    font-family: "Lato-normal";
    font-size: 17px;
    color: #E12626;
}

.heading-line[b-lptz654ddt] {
    border: 1px solid #b9b1b1ff;
}
/* _content/HADV.OMS.OnlineApp/Components/InfoCardsContainer.razor.rz.scp.css */
.card[b-bkcd4udj9a] {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px hidden;
    border-radius: 8px;
    box-shadow: 0px 10px 8px rgb(0, 0, 0, 0.05);
}


/* Extra small devices (phones) */
@media (max-width: 576px) {
    .card[b-bkcd4udj9a] {
        background-color: unset;
        box-shadow: unset;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .card[b-bkcd4udj9a] {
        background-color: unset;
        box-shadow: unset;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .card[b-bkcd4udj9a] {
        background-color: unset;
        box-shadow: unset;
    }
}
/* _content/HADV.OMS.OnlineApp/Components/LineHeading.razor.rz.scp.css */
.menu[b-3qpiaj72jr] {
    position: relative;
}

.menu-heading[b-3qpiaj72jr] {
    position: absolute;
    top: -10px; /* Adjust this value to move the heading from the left */
    background-color: #fff; /* Set the background color of the heading */
    padding: 0 10px; /* Adjust the padding as needed */
    background-color: #F3F3F3;
    font-family: "Lato-normal";
    color: #333333;
    font-size: 18px;
}

.heading-line[b-3qpiaj72jr] {
    border: 1px solid #b9b1b1ff;
}
/* _content/HADV.OMS.OnlineApp/Components/MenuFooter.razor.rz.scp.css */
.footer[b-9euirnhgob] {
    background-color: #F8F8F8;
    box-shadow: -1px -4px 0px rgb(0, 0, 0, 0.02);
    padding-bottom: 0;
}

.head-tag[b-9euirnhgob] {
    font-family: 'Lato-bold';
    font-size: 17px;
    color: #E12626;
    font-weight: 700;
}

.cart-details[b-9euirnhgob] {
    font-family: 'Lato-normal' !important;
}

.sub-tag[b-9euirnhgob] {
    font-family: 'Lato-normal';
    font-size: 15px;
}

.item-count[b-9euirnhgob] {
    color: #7a7878;
}

.separator[b-9euirnhgob] {
    color: #aca7a7;
}

.amount[b-9euirnhgob] {
    color: #E12626;
    font-family: 'Lato-bold' !important;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {

    .head-tag[b-9euirnhgob] {
        font-size: 15px;
    }

    .sub-tag[b-9euirnhgob] {
        font-size: 11px;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {

    .head-tag[b-9euirnhgob] {
        font-size: 18px;
    }

    .sub-tag[b-9euirnhgob] {
        font-size: 13px;
    }
}
/* _content/HADV.OMS.OnlineApp/Components/MenuItem.razor.rz.scp.css */

.menu-item-card[b-jsty5m8he0] {
    border: 1px hidden;
    box-shadow: 0px 10px 8px rgb(0, 0, 0, 0.05);
    margin-bottom: 20px;
    cursor: pointer !important;
}

.item-image[b-jsty5m8he0] {
    min-height: 150px;
    max-height: 150px;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.item-price-tag[b-jsty5m8he0] {
    z-index: 1;
    padding: 2px 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: white;
    font-family: 'Lato-normal';
    position: absolute;
    bottom: 5px;
    border-radius: 0px 3px 3px 0px;
}

.item-name[b-jsty5m8he0] {
    font-family: 'Lato-bold' !important;
    font-weight:600;
}

.item-details[b-jsty5m8he0] {
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 12px;
}

[b-jsty5m8he0] .item-customize-btn {
    position:absolute;
    left: 15px;
    bottom: 15px;
    font-size: 14px;
    background: none !important;
    color: #E12626 !important;
    border-color: #E12626 !important;
}

.card-body[b-jsty5m8he0] {
    position: relative;
    min-height: 190px;
}

.sold-out-cart[b-jsty5m8he0] {
    opacity: 0.5;
    pointer-events: none;
}

.sold-content[b-jsty5m8he0] {
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #ffcc00;
    padding: 2px 10px;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
}
/* _content/HADV.OMS.OnlineApp/Components/PaymentForm.razor.rz.scp.css */
#payment-form-container[b-l7fhyclbgp] {
    background-color: none;
    max-width: 380px;
}

.form-title[b-l7fhyclbgp] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
}

.payment-cards-container[b-l7fhyclbgp] {
    text-align: center;
}

.payment-info[b-l7fhyclbgp] {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.action-buttons-container[b-l7fhyclbgp] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.action-buttons-container button[b-l7fhyclbgp] {
    border: 1px solid black;
    border-radius: 0px;
    min-width: 155px !important;
    font-size: 15px;
}

.action-buttons-container button:nth-child(2)[b-l7fhyclbgp] {
    background-color: black; 
    color: white;
}

.card_name_field[b-l7fhyclbgp] {

    padding: 0px 5px;
}

.col-form-label[b-l7fhyclbgp] {
    font-size: 14px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#paymentModal[b-l7fhyclbgp] {
    background-color: #00000056;
}

#paymentModal .modal-dialog[b-l7fhyclbgp] {
    max-width: 380px;
}


.modal-close-btn[b-l7fhyclbgp] {
    all: unset;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    font-size: 16px;
}

.modal-close-btn:hover[b-l7fhyclbgp] {
    background-color: #ddd;
}

.modal-title[b-l7fhyclbgp] {
    font-size: 14px;
    font-family: 'Lato-bold';
}

.modal-subtitle[b-l7fhyclbgp] {
    font-size: 13px;
    font-family: 'Lato-normal';
}

.modal-info[b-l7fhyclbgp] {
    font-size: 12px;
    font-family: 'Lato-normal';
    margin: unset;
    color: #888787;
}

#payment-form[b-l7fhyclbgp] {
    position: relative;
}

.loader[b-l7fhyclbgp] {
    opacity: 1;
    transition: opacity 3.8s ease-in-out;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 95% !important;
    background-color: white;
    z-index: 1000;
}

.loaded[b-l7fhyclbgp] {
    opacity: 0 !important;
}


form[b-l7fhyclbgp] {
    padding: 0px 5px;
}

input[b-l7fhyclbgp] {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    padding: 0.365rem 0.65rem;
    font-size: 1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus[b-l7fhyclbgp] {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

label[b-l7fhyclbgp] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

#ccnumfield[b-l7fhyclbgp]{
    width: 313px !important;
}


.payment-failed-info[b-l7fhyclbgp] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #718096;
    font-size: 14px;
}

.payment-failed-info span[b-l7fhyclbgp] {
    color: red;
}
/* _content/HADV.OMS.OnlineApp/Components/PlaceOrderFooter.razor.rz.scp.css */
.footer[b-5zidpdrphp] {
    background-color: #F8F8F8;
    box-shadow: -1px -4px 0px rgb(0, 0, 0, 0.02);
    padding-bottom: 0;
}

.place-order-button[b-5zidpdrphp] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #E12626 !important;
}


.btn-order-details[b-5zidpdrphp] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 10px;
    font-family: 'Lato-normal';
    font-size: 12px;
}



.btn-order-text[b-5zidpdrphp] {
    font-family: 'Lato-bold';
    font-size: 14px;
}

.policy-section[b-5zidpdrphp] {
    font-family: 'Lato-normal';
    font-size: 12px;
}

.links > li > a[b-5zidpdrphp] {
    color: blue !important;
}
/* _content/HADV.OMS.OnlineApp/Components/PriceDetailsCard.razor.rz.scp.css */
.price-details-card[b-8w5ae0q6ee] {
    border-radius: 8px;
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 14px;
}

.price-details-card-body[b-8w5ae0q6ee] {
    background-color: #F9FAFC;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
}

.total-label[b-8w5ae0q6ee] {
    font-family: 'Lato-bold';
    color: black;
}

.dis-info[b-8w5ae0q6ee] {
    font-family: 'Lato-bold';
    font-size: 14px;
    color: #E12626 !important;
}
/* _content/HADV.OMS.OnlineApp/Components/ProductDetailsStrip.razor.rz.scp.css */
.strip-container[b-1bguuh2iw5] {
    background-color: #FFEAEA;
}

.product-name[b-1bguuh2iw5] {
    font-family: 'Lato-bold';
    font-size: 17px;
}

.category-description[b-1bguuh2iw5] {
    font-family: 'Lato-normal';
    font-size: 14px;
}
/* _content/HADV.OMS.OnlineApp/Components/PromotionCard.razor.rz.scp.css */

.tag[b-aqkxjms2sy] {
    background-color: #F6D200;
    border-radius: 3px 0px 0px 3px;
    font-family: 'Lato-normal';
    font-size: 12px;
}

.bg-image[b-aqkxjms2sy] {
    background-image: url('/images/enter_to_win.png');
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
    .tag[b-aqkxjms2sy] {
        border-radius: 3px;
    }
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
    .tag[b-aqkxjms2sy] {
        border-radius: 3px;
    }
}


/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .bg-image[b-aqkxjms2sy] {
        background-image: url('/images/enter_to_win_mini.png');
    }
}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .graphic-content-container[b-aqkxjms2sy] {
        margin-left: 5px !important;
        margin-right: 15px !important;
    }

    .bg-image[b-aqkxjms2sy] {
        background-image: url('/images/enter_to_win_mini.png');
    }
}
/* _content/HADV.OMS.OnlineApp/Components/QuantityCounter.razor.rz.scp.css */
.decrement[b-w0pa34q9jc],
.increment[b-w0pa34q9jc] {
    padding: 0; /* Adjust padding as needed */
    margin: 0; /* Remove default margin */
    background: none;
    background-color: none;
    border: 1px solid rgb(0, 0, 0, 0.00);
    font-size: 20px;
    margin: 0 4px;
    flex: 2;
    outline: none;
    border-radius: 8px;
}

.bi-trash[b-w0pa34q9jc] {
    font-size: 16px;
}

.quantity[b-w0pa34q9jc] {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    display: inline;
    flex: 1;
    width: 3rem;
}

.quantity:focus[b-w0pa34q9jc] {
    outline: none !important;
    border: none !important;
}

.custom-input-group[b-w0pa34q9jc] {
    display: flex !important;
    flex-direction: row !important;
    align-content: space-around;
}

.decrement:active[b-w0pa34q9jc],
#increment:active[b-w0pa34q9jc] {
    background-color: #ddd;
}

.decrement:hover[b-w0pa34q9jc],
.increment:hover[b-w0pa34q9jc] {
    border: 1px solid #ddd;
}
/* _content/HADV.OMS.OnlineApp/Components/SignupCard.razor.rz.scp.css */

.tag[b-l6y90idtmx] {
    background-color: #F6D200;
    border-radius: 3px 0px 0px 3px;
    font-family: 'Lato-normal';
    font-size: 12px;
}

.bg-image[b-l6y90idtmx] {
    background-image: url('/images/signup.png');
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
    .tag[b-l6y90idtmx] {
        border-radius: 3px;
    }
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
    .tag[b-l6y90idtmx] {
        border-radius: 3px;
    }
}


/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .bg-image[b-l6y90idtmx] {
        background-image: url('/images/signup_mini.png');
    }
}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .graphic-content-container[b-l6y90idtmx] {
        margin-left: 5px !important;
        margin-right: 15px !important;
    }

    .bg-image[b-l6y90idtmx] {
        background-image: url('/images/signup_mini.png');
    }
}
/* _content/HADV.OMS.OnlineApp/Components/StoreStatusModal.razor.rz.scp.css */
#storeStatusModal[b-bc299sbl70] {
    background-color: #00000056;
}

#storeStatusModal .modal-dialog[b-bc299sbl70] {
    max-width: 350px;
}


.modal-close-btn[b-bc299sbl70] {
    all: unset;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    font-size: 16px;
}

    .modal-close-btn:hover[b-bc299sbl70] {
        background-color: #ddd;
    }

.modal-title[b-bc299sbl70] {
    font-size: 14px;
    font-family: 'Lato-bold';
}

.modal-subtitle[b-bc299sbl70] {
    font-size: 12px;
    font-family: 'Lato-normal';
}

.modal-info[b-bc299sbl70] {
    font-size: 12px;
    font-family: 'Lato-normal';
    margin: unset;
    color: #888787;
}

.progress[b-bc299sbl70] {
    height: 10px;
}

.progress-bar[b-bc299sbl70] {
    background-color: #E12626;
    border-radius: 10px;
}

[b-bc299sbl70] .offer-btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.square-image-container[b-bc299sbl70] {
    width: 100%;
    padding-top: 100%; /* This will make the container a square based on its width */
    position: relative;
}

.square-image[b-bc299sbl70] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the image covers the entire container without distortion */
    border-radius: 10px;
}

.flex-container[b-bc299sbl70] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
}


.image-container[b-bc299sbl70] {
    flex: 1;
    text-align: center;
}

.square-image-container[b-bc299sbl70] {
    margin-bottom: 2px;
}



.text-container[b-bc299sbl70] {
    flex: 3;
    padding: 0 10px;
    align-self: flex-start;
}

.btn-ignore[b-bc299sbl70] {
    background: none !important;
    border: 1px solid #ddd;
    color: black !important;
}

.modal-status-icon[b-bc299sbl70] {
    font-size: 20px;
}

.modal-status-icon-container[b-bc299sbl70] {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.store-info-label[b-bc299sbl70] {
    font-family: 'Lato-normal';
    font-size: 13px;
    color: #575656;
}

.modal-info-error[b-bc299sbl70] {
    font-size: 13px !important;
}

.modal-subtitle-error[b-bc299sbl70] {
    font-size: 14px !important;
    font-family: 'Lato-normal';
}

.phone[b-bc299sbl70] {
    text-decoration: none;
    color: blue;
}

.modal-title-error[b-bc299sbl70] {
    font-size: 16px !important;
    font-family: 'Lato-normal';
    color: black !important;
}
/* _content/HADV.OMS.OnlineApp/Pages/BuildOrder.razor.rz.scp.css */
.required-field-label[b-08plkk9ydj] {
    font-family: 'Lato-normal';
    color: #E12626;
    font-size: 16px;
    margin-bottom: 5px;
}

.special-instruction-field[b-08plkk9ydj] {
    background: unset;
    font-family: 'Lato-normal';
}

.btn-add-to-cart[b-08plkk9ydj] {
    padding-top: 12px;
    padding-bottom: 12px;
}

.price-tag[b-08plkk9ydj] {
    font-family: 'Lato-bold';
    font-style: normal;
    color: #E12626;
}

.cart-icon[b-08plkk9ydj] {
    color: #E12626;
}

.cart-details[b-08plkk9ydj] {
    color: #808080;
    font-family: 'Lato-normal';
    font-style: normal;
}

[b-08plkk9ydj] .decrement {
    width: 30px !important;
    background-color: #ddd !important;

}

[b-08plkk9ydj] .increment {
    width: 30px !important;
    background-color: #ddd !important;
}
/* _content/HADV.OMS.OnlineApp/Pages/Cart.razor.rz.scp.css */
.LineHeading[b-yej5cny4g6] {
    margin-bottom: 20px;
}
.col-form-label[b-yej5cny4g6] {
    font-family: 'Lato-normal';
    font-size: 16px;
}

.contact-section[b-yej5cny4g6] {
    border-right: 1px solid #d7d4d4ff;
}

.custom-validation-msg[b-yej5cny4g6] {
    font-size: 15px;
    margin-top: 3px;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
    .contact-section[b-yej5cny4g6] {
       border-right: none;
    }
}

.discount-coupon-label[b-yej5cny4g6] {
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 16px;
}

[b-yej5cny4g6] .form-control:active {
    outline: none !important;
}

[b-yej5cny4g6] #radzenDatepicker {
    width: 100% !important;
    border: unset;
    padding: unset;
}

[b-yej5cny4g6] #radzenDatepicker .rz-inputtext:hover {
    border-color: #ddd !important;
}

[b-yej5cny4g6] #radzenDatepicker .rz-inputtext:active {
    border-color: #ddd !important;
}

    [b-yej5cny4g6] #radzenDatepicker .rz-inputtext:focus {
        border-color: #ddd !important;
        box-shadow: none !important;
        outline: 4px solid #bdd0f9 !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }


[b-yej5cny4g6] #radzenDatepicker .rz-inputtext {
    font-family: 'Lato-normal' !important;
    font-size: 14px !important;
    color: #000000 !important;
    height: 35px;
    outline:none !important;
    
}

[b-yej5cny4g6] #radzenDatepicker .rz-calender {
    border: none !important;
    box-shadow: unset !important;
    outline: none !important;
}

.toast-message[b-yej5cny4g6] {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #198754;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    animation: fadeInOut 3s ease-in-out;
}
/* _content/HADV.OMS.OnlineApp/Pages/Index.razor.rz.scp.css */
/* CSS for the parent container */
.info-cards.container[b-j5k8wq1fyk] {
    display: flex; /* Make it a flex container */
    justify-content: space-between; /* Space between the cards */
    gap: 30px; /* Set the spacing between cards */
    padding: 20px; /* Add padding around the cards */
    min-width: 0; /* Ensure minimum width for flex items */

}

/* CSS for individual InfoCards (assuming they are custom components) */
.InfoCard[b-j5k8wq1fyk] {
    flex: 1; /* Allow cards to grow and occupy available space */
}

.menu-items-container[b-j5k8wq1fyk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    justify-content: space-between;
    grid-gap: 16px;
    padding-top: 10px;
    margin-bottom: 80px;
}
.category-description-container[b-j5k8wq1fyk] {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.category-description[b-j5k8wq1fyk] {
    font-family: 'Lato-normal';
    font-size: 18px !important;
    color: #333333 !important;
}


/* Extra small devices (phones) */
@media (max-width: 576px) {

    .menu-items-container[b-j5k8wq1fyk] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 10px;
        padding: 0px 15px !important;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .menu-items-container[b-j5k8wq1fyk] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 12px;
        padding: 0px 15px !important;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .menu-items-container[b-j5k8wq1fyk] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 12px;
        padding: 0px 15px !important;
    }
}


/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .menu-items-container[b-j5k8wq1fyk] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 10px;
    }
}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .menu-items-container[b-j5k8wq1fyk] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 8px;
        padding: 0 10px;
    }
}
/* _content/HADV.OMS.OnlineApp/Pages/Payment.razor.rz.scp.css */
*[b-o0cpylh42y] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-o0cpylh42y] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.card_name_field[b-o0cpylh42y] {
    padding: 0 0 0 5px;
}

.col-form-label[b-o0cpylh42y] {
    color: #2d3748;
    font-size: 15px;
}


.container-fluid[b-o0cpylh42y] {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: 100vh !important;
    padding: 20px !important;
}

#paymentFormContainer[b-o0cpylh42y] {
    transition: all 0.3s ease;
}

.not-loaded[b-o0cpylh42y] {
    opacity: 0;
    height:0px;
}

.loaded[b-o0cpylh42y] {
    opacity: 1 !important;
    height:auto !important;
}

.payment-container[b-o0cpylh42y] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-container[b-o0cpylh42y] {
    text-align: center;
    margin-bottom: 5px;
}

.logo[b-o0cpylh42y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.form-title[b-o0cpylh42y] {
    font-size: 21px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 10px;
}


label[b-o0cpylh42y] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #4a5568;
    font-size: 14px;
}

input[b-o0cpylh42y] {
    height: 37px !important;
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    padding: 0.365rem 0.65rem;
    font-size: 1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus[b-o0cpylh42y] {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}


.amount-display[b-o0cpylh42y] {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.amount-label[b-o0cpylh42y] {
    font-size: 14px;
    color: #718096;
    margin-bottom: 4px;
}

.amount-value[b-o0cpylh42y] {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
}

.submit-btn[b-o0cpylh42y] {
    width: 100%;
    background: linear-gradient(135deg, #B4221C 0%, #E12626 100%);
    color: white;
    border: none;
    padding: 8px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0px;
}

.submit-btn:hover[b-o0cpylh42y] {
    transform: translateY(-2px);
}

.submit-btn:active[b-o0cpylh42y] {
    transform: translateY(0);
}

.security-info[b-o0cpylh42y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #718096;
    font-size: 14px;
}

.security-icon[b-o0cpylh42y] {
    width: 16px;
    height: 16px;
    fill: #718096;
}

.btn-disabled[b-o0cpylh42y] {
    background: #e2e8f0 !important;
    color: #a0aec0 !important;
    cursor: not-allowed;
}

.payment-successful[b-o0cpylh42y] {
    opacity: 0 !important;
    height: 0px !important;
}

.btn-successful[b-o0cpylh42y] {
    background-color: #2AB06F !important;
    color: white !important;
}

.confirmation-number-container[b-o0cpylh42y] {
    display: flex;
    flex-direction:column;
    text-align: center;
    margin: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 2px;
}

.confirmation-number-label[b-o0cpylh42y] {
    font-size: 14px !important;
    color: #718096;
    margin: 0 !important;
    padding: 0 !important;
}

.confirmation-number-value[b-o0cpylh42y] {
    font-size: 14px !important;
    font-weight: 700;
    color: #2d3748;
    margin: 0 !important;
    padding: 0 !important;
}

.payment-failed-info[b-o0cpylh42y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #718096;
    font-size: 14px;
}

.payment-failed-info span[b-o0cpylh42y] {
    color: red;
}
/* _content/HADV.OMS.OnlineApp/Pages/Store.razor.rz.scp.css */
#map[b-czkstownoh] {
    height: 400px;
    background-color: #ddd;
    border-radius: 8px;
}

.policy-alert[b-czkstownoh] {
    font-family: 'Lato-normal';
    font-size: 16px;
    color: #888787;
}


.col-form-label[b-czkstownoh] {
    font-family: 'Lato-normal';
    font-size: 16px;
}

[b-czkstownoh] .view-cart-btn {
 padding: 12px 50px;
}
.cart-icon[b-czkstownoh] {
    font-size: 18px;
    color: #E12626 !important;
}

.cart-details[b-czkstownoh] {
    color: black;
    font-family: 'Lato-normal';
    font-style: normal;
    font-size: 14px;
}

.amount[b-czkstownoh] {
    color: #E12626 !important;
    font-family: 'Lato-bold' !important;
}

.cart-details[b-czkstownoh] {
    color: #7a7878;
}

[b-czkstownoh] .bi-geo-alt-fill {
    font-size: 30px;
    color: #E12626 !important;
}

.switch[b-czkstownoh] {
    position: relative;
    display: inline-block;
    width: 253px;
    height: 45px;
    margin-right: 10px;
}

    .switch input[b-czkstownoh] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-czkstownoh] {
    position: absolute;
    cursor: pointer;
    background: linear-gradient(to right, white 30%, #E12626 30%);
    border: 2px solid #ccc;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    overflow: hidden;
}

    .slider[b-czkstownoh]::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0px;
        bottom: 0px;
        background-color: white;
        border-radius: 30px;
        transition: transform 0.3s ease;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

.switch input:checked + .slider[b-czkstownoh]::before {
    transform: translateX(127px);
}

input:checked + .slider[b-czkstownoh] {
    background-color: #E12626 !important;
}

.slider-text[b-czkstownoh] {
   position: relative;
    font-size: 16px;
    font-weight: bold;
    color: white;
    transition: color 0.3s;
}

.switch input:checked + .slider .slider-text.right[b-czkstownoh] {
    color: black;
}


.switch input:not(:checked) + .slider .slider-text.left[b-czkstownoh] {
    color: black;
}
/* _content/HADV.OMS.OnlineApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-bbwwh9lz18] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bbwwh9lz18] {
    flex: 1;
}

.sidebar[b-bbwwh9lz18] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bbwwh9lz18] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bbwwh9lz18]  a, .top-row[b-bbwwh9lz18]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bbwwh9lz18]  a:hover, .top-row[b-bbwwh9lz18]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bbwwh9lz18]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bbwwh9lz18] {
        display: none;
    }

    .top-row.auth[b-bbwwh9lz18] {
        justify-content: space-between;
    }

    .top-row[b-bbwwh9lz18]  a, .top-row[b-bbwwh9lz18]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bbwwh9lz18] {
        flex-direction: row;
    }

    .sidebar[b-bbwwh9lz18] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bbwwh9lz18] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bbwwh9lz18]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bbwwh9lz18], article[b-bbwwh9lz18] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HADV.OMS.OnlineApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g9asjq8qk7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-g9asjq8qk7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g9asjq8qk7] {
    font-size: 1.1rem;
}

.bi[b-g9asjq8qk7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g9asjq8qk7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g9asjq8qk7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g9asjq8qk7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g9asjq8qk7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g9asjq8qk7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g9asjq8qk7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g9asjq8qk7] {
        display: none;
    }

    .collapse[b-g9asjq8qk7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-g9asjq8qk7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HADV.OMS.OnlineApp/Shared/TopNavigationBar.razor.rz.scp.css */
[b-tghhe59hws] .nav-link {
    display: flex;
    padding-bottom: 2px !important;
    align-items: center;
}

[b-tghhe59hws] .nav-link i {
        padding-right: 10px;
        padding-bottom: 0px !important;
        font-size: 20px !important;
    }

[b-tghhe59hws] .active {
    border-bottom: 2px solid #E12626 !important;
    background-color: #e1262610;
}

[b-tghhe59hws] .navbar-brand {
    all:initial !important;
    cursor:pointer;
}

[b-tghhe59hws] .navbar-brand > img {
    cursor: pointer;
    width: 140px;
}

.custom-navbar-bg[b-tghhe59hws] {
    background-color: #F8F8F8;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.02);
}

.location-name[b-tghhe59hws] {
    font-family: 'Lato-normal';
    font-style: normal;
    font-size: 16px;
    color: #5b5959;
}

.store-info[b-tghhe59hws]{
    position: relative;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {

    .store-info[b-tghhe59hws] {
        position: absolute;
        top: 25px;
        left: 230px;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .store-info[b-tghhe59hws] {
        position: absolute;
        top: 25px;
        left: 235px;
    }

}
/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .store-info[b-tghhe59hws] {
        position: absolute;
        top: 25px;
        left: 235px;
    }
}

.bi-geo-alt[b-tghhe59hws] {
    color: #E12626;
    font-size: 18px;
}

.open-store[b-tghhe59hws] {
    position: absolute;
    top: -1px;
    left: 19px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: green;
    border: 1px solid #F8F8F8;
}

.close-store[b-tghhe59hws] {
    position: absolute;
    top: -1px;
    left: 19px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: red;
    border: 1px solid #F8F8F8;
}
