/* _content/TelegramBot_Web.App/Pages/Dominos/Pages/Menu/DominosCategories.razor.rz.scp.css */
.active-category[b-4fbypetdtp] {
    border-bottom: 1px solid var(--dominos-red);
}
/* _content/TelegramBot_Web.App/Pages/Dominos/Pages/Menu/DominosModifier.razor.rz.scp.css */
.dominos-modifer[b-lz2w4r12i9] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80vh;
    z-index: 21;
    box-shadow: 0px 0px 10px transparent;
    border-radius: 30px 30px 0px 0px;
    background-color: white;
    transform: translateY(var(--d, 0px));
}


.parent[b-lz2w4r12i9] {
    border: 1px solid var(--dominos-grey);
}

    .parent:focus-within[b-lz2w4r12i9] {
        border: 1px solid var(--dominos-blue);
    }

details[b-lz2w4r12i9] {
    position: relative;
}

    details[open][b-lz2w4r12i9] {
        z-index: 1;
    }

summary[b-lz2w4r12i9] {
    cursor: pointer;
    border-radius: 5px;
    list-style: none;
}

    summary[b-lz2w4r12i9]::-webkit-details-marker {
        display: none;
    }

details[open] summary[b-lz2w4r12i9]:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}

summary[b-lz2w4r12i9]:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    border: none;
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    background: url(/img/dominos/arrow_down.svg) no-repeat;
    background-position: calc(100% - 0rem) center !important;
}

summary:focus[b-lz2w4r12i9] {
    outline: none;
}

details[open] summary[b-lz2w4r12i9]:after {
    transform: rotate(-180deg) translate(0%, 0%);
}

ul[b-lz2w4r12i9] {
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    margin: 0;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap:2px;
}

li[b-lz2w4r12i9] {
    margin: 0;
    border-radius: 8px;
    padding: 0px 6px;
    display: flex;
    justify-content: center;
    margin: 0px;
}

    li:first-child[b-lz2w4r12i9] {
        padding-top: 0;
    }

    li:last-child[b-lz2w4r12i9] {
        padding-bottom: 0;
        border-bottom: none;
    }

    li:hover[b-lz2w4r12i9] {
        background-color: var(--dominos-blue-lightest);
    }

/* FAKE SELECT */
label[b-lz2w4r12i9] {
    margin: 0px;
}

summary.radios[b-lz2w4r12i9] {
    counter-reset: radios;
}

    summary.radios[b-lz2w4r12i9]:before {
        content: var(--selection);
    }

input[type=radio][b-lz2w4r12i9] {
    counter-increment: radios;
    appearance: none;
    display: none;
}

    input[type=radio]:checked[b-lz2w4r12i9] {
        display: inline;
        --display: block;
    }

    input[type=radio][b-lz2w4r12i9]:after {
        content: attr(title);
        display: inline;
        font-size: 1rem;
    }

ul.list[b-lz2w4r12i9] {
    counter-reset: labels;
}

label[b-lz2w4r12i9] {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

    label span[b-lz2w4r12i9] {
        --display: none;
        display: var(--display);
        width: 1rem;
        height: 1rem;
        border: 1px solid #727272;
        border-radius: 3px;
    }

/*.dominos-modifier-gredient {
    height: 80vh;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    background-color:white;
}*/
/* _content/TelegramBot_Web.App/Pages/Dominos/Pages/RegisterOrder/DominosRegisterOrder.razor.rz.scp.css */
.parent[b-uva6sjr0zm] {
    border-bottom: 1px solid var(--dominos-grey);
}

    .parent:focus-within[b-uva6sjr0zm] {
        border-bottom: 1px solid var(--dominos-blue);
    }

details[b-uva6sjr0zm] {
    position: relative;
}

    details[open][b-uva6sjr0zm] {
        z-index: 1;
    }

summary[b-uva6sjr0zm] {
    cursor: pointer;
    border-radius: 5px;
    list-style: none;
}

    summary[b-uva6sjr0zm]::-webkit-details-marker {
        display: none;
    }

details[open] summary[b-uva6sjr0zm]:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}



summary[b-uva6sjr0zm]:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    border: none;
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    background: url(/img/dominos/arrow_down.svg) no-repeat;
    background-position: calc(100% - 0rem) center !important;
}

summary:focus[b-uva6sjr0zm] {
    outline: none;
}

details[open] summary[b-uva6sjr0zm]:after {
    transform: rotate(-180deg) translate(0%, 0%);
}

ul[b-uva6sjr0zm] {
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

li[b-uva6sjr0zm] {
    margin: 0;
    border-radius: 8px;
    padding: 0px 6px;
    display: flex;
    justify-content: center;
    margin: 0px;
}
    li[b-uva6sjr0zm]::-webkit-details-marker {
        display: none;
    }
details[close] li[b-uva6sjr0zm]:before {
    transform-origin: center center;
    transition: transform ease-in-out 100ms;   
}
    li:first-child[b-uva6sjr0zm] {
        padding-top: 0;
    }

    li:last-child[b-uva6sjr0zm] {
        padding-bottom: 0;
        border-bottom: none;
    }
    li:hover[b-uva6sjr0zm] {
        background-color: var(--dominos-blue-lightest);
    }
details.li[open] > summary[b-uva6sjr0zm]::after {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* FAKE SELECT */
label[b-uva6sjr0zm] {
    margin: 0px;
}

summary.radios[b-uva6sjr0zm] {
    counter-reset: radios;
}

    summary.radios[b-uva6sjr0zm]:before {
        content: var(--selection);
    }

input[type=radio][b-uva6sjr0zm] {
    counter-increment: radios;
    appearance: none;
    display: none;
}

    input[type=radio]:checked[b-uva6sjr0zm] {
        display: inline;
        --display: block;
    }

    input[type=radio][b-uva6sjr0zm]:after {
        content: attr(title);
        display: inline;
        font-size: 1rem;
    }

ul.list[b-uva6sjr0zm] {
    counter-reset: labels;
}

label[b-uva6sjr0zm] {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    content: var(--selection);
}

    label span[b-uva6sjr0zm] {
        --display: none;
        display: var(--display);
        width: 1rem;
        height: 1rem;
        border: 1px solid #727272;
        border-radius: 3px;

    }
/* _content/TelegramBot_Web.App/Pages/Dominos/Shared/Components/DominosLabel.razor.rz.scp.css */
.dominos-lable[b-fpdbuf66sw] {
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.79px;
    text-align: left;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/BottomNavigationBar.razor.rz.scp.css */
.main-div[b-yph0soxfj5] {
    background: #252525;
    display: flex;
    justify-content: space-around;
    height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:6;
}

.nav-item-active[b-yph0soxfj5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: transparent;
    color: #E43416;
    row-gap:6px;
}

.nav-item-inactive[b-yph0soxfj5]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    row-gap: 6px;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Cart/Cart.razor.rz.scp.css */
.cart-products[b-be9jly71i7] {    
    height:70%;
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    padding-top: 16px;
    padding-bottom: 10px;
}

.cart-payment-div[b-be9jly71i7]{
    height:30%;
}

.slide-out-right[b-be9jly71i7] {
    animation: slideOutRight-b-be9jly71i7 0.3s ease-in-out forwards;
}



@keyframes slideOutRight-b-be9jly71i7 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/CommonChildPages/DeliveryTimeShefBurger.razor.rz.scp.css */
/*.modal-gredient-cover {
    height: 55vh;
    width: 100%;
    background: linear-gradient(180deg, #E43416 0%, rgba(228, 52, 22, 0.00) 100%);
    margin: 1px;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(228, 52, 22, 0.50);
}
*/

/* _content/TelegramBot_Web.App/Pages/ShefBurger/CommonChildPages/EmptyPage.razor.rz.scp.css */
.empty-page[b-r1wv1wrzr1] {
    text-align: center;
    padding: 16px;
    padding-bottom: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px

}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/CommonChildPages/Input.razor.rz.scp.css */
.input-style[b-59qe6j63xb] {
    display: flex;
    position: relative;
    border: 1px solid var(--main-color-shef);
    margin: 0px 16px;
    height: 45px;
    align-items: center;
    border-radius: 5px;
}

.input-tag-style[b-59qe6j63xb] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}
    
    .input-tag-style[b-59qe6j63xb]::placeholder {
        color: white;
        -webkit-text-fill-color: white;
        opacity: 1; /* required on iOS */
    }

    .input-tag-style:disabled[b-59qe6j63xb] {
        color: white;
        -webkit-text-fill-color: white;
        opacity: 1; /* required on iOS */
    }
    /* Reset default iOS styling */
    /*input.input-tag-style {
        -webkit-appearance: none;*/ /* Remove iOS styles */
        /*appearance: none;*/ /* Remove other browser styles */
    /*}*/
    /* For placeholder text on Webkit browsers */
    /*input.input-tag-style::-webkit-input-placeholder {
        color: red;*/
    /*}*/
/* _content/TelegramBot_Web.App/Pages/ShefBurger/CommonChildPages/InputPaymentType.razor.rz.scp.css */
.input-style[b-uwi21m0tp0] {
    display: flex;
    position: relative;
    border: 1px solid var(--main-color-shef);
    margin: 0px 16px;
    height: 45px;
    align-items: center;
    border-radius: 5px;
}

.active-payment[b-uwi21m0tp0] {
    background-color: var(--main-color-shef);
    color: var(--secondary-color-shef);
}

.input-tag-style[b-uwi21m0tp0] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

    .input-tag-style[b-uwi21m0tp0]::placeholder {
        color: #858585;
    }


/* _content/TelegramBot_Web.App/Pages/ShefBurger/Menu/ChildComponents/Catogory.razor.rz.scp.css */
.category-container[b-wqgupplbi5] {
    border: 1px solid var(--main-color-shef);
    display: flex;
    background-color: #010101;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2px;
    width: 100px;
    height: 60px;
    row-gap: 5px;
    filter: drop-shadow(0px 0px 5px #390D05);
}
.active-category[b-wqgupplbi5] {
    background-color: var(--main-color-shef);
}

.inactive-category[b-wqgupplbi5] {
    background-color: #010101;
}


.tg-sticker[b-wqgupplbi5]{
    font-size:26px;
    line-height:27px;
    letter-spacing:-4px;
}

.tg-img-inactive[b-wqgupplbi5]{
    filter:grayscale(1);
}


/*.category-container-inactive {
    border: 1px solid #E43416;
    background-color: #010101;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 2px;
    width: 100px;
    height: 60px;
    row-gap: 5px;
}
*/
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Menu/ChildComponents/Product.razor.rz.scp.css */
.product-container[b-mk8nfqnqtw] {
    height: 110px;
    position: relative;
    border: 1px solid var(--main-color-shef);
    display: flex;
    margin: 0px 10px;
}

.product-img-shef[b-mk8nfqnqtw]{
    height:inherit;
    padding:0px;
    width:115px;
    object-fit:cover;
    height:100%;
}

.product-details[b-mk8nfqnqtw] {
    height: inherit;
    padding: 8px 8px 0px 20px;
    position: relative;
    width:100%;

}

.product-name[b-mk8nfqnqtw] {
    position: absolute;
    top: -13px;
    right: -4px;
    color: white;
    background-color: #010101;
    padding:0px 8px;
}
.product-desc[b-mk8nfqnqtw] {    
    padding-top:16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp: 3;
    text-align:left;
    -webkit-box-orient: vertical;    
}



.slide-out-right[b-mk8nfqnqtw] {
    animation: slideOutRight-b-mk8nfqnqtw 0.3s ease-in-out forwards;
}



@keyframes slideOutRight-b-mk8nfqnqtw {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Menu/Menu.razor.rz.scp.css */
.category-main[b-2sjnd50wus] {
    display: grid;
    grid-auto-flow: column;
    overflow: auto;
    column-gap: 10px;
    place-items: center;
    margin: 0px 16px;
    margin-bottom:10px;
    padding-top:12px;
}
    .category-main[b-2sjnd50wus]::-webkit-scrollbar{
        display:none;
    }
.products-main-div[b-2sjnd50wus]{
    overflow:auto;
    height:calc(100vh - 198px);
    display:flex;
    flex-direction:column;
    row-gap:10px;
    padding-top:30px;
    padding-bottom:15px;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/News/Post.razor.rz.scp.css */
.post[b-vm8vhc5dns] {
    border: 1px solid var(--main-color-shef);
    height: 245px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0px 16px;
}

.space-between[b-vm8vhc5dns]{
    display:flex;
    justify-content:space-between;
}

.post-img-container[b-vm8vhc5dns]{
    height:140px;
    width:100%;
}
.post-img[b-vm8vhc5dns]{
    height:inherit;
    width:inherit;
    object-fit:cover;
}

.details-btn[b-vm8vhc5dns]{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    column-gap:8px;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/News/PostDetails.razor.rz.scp.css */
.post-details-main[b-lq54yajfu1]{
    height:100%;
    width:inherit;
    display:flex;
    flex-direction:column;
    z-index:13;
    position:absolute;
}
.content-container[b-lq54yajfu1]{
    display:flex;
    flex-direction:column;
    row-gap:20px;
    padding:16px;
}

.img-container[b-lq54yajfu1]{
    position:relative;
}
.post-img[b-lq54yajfu1]{
    max-height:270px;
    object-fit:cover;
    z-index:14;
    width:100%;
}

.post-data[b-lq54yajfu1]{
    position:absolute;
    top:30px;
    right:16px;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/ProductDetailsShef.razor.rz.scp.css */
.bottom-details[b-wosihgpbj8]{
    display:flex;
    flex-direction:column;
    row-gap:16px;
    padding:16px;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Profile/NameProfilePicAndGreatings.razor.rz.scp.css */
.greatings-container[b-rjn5ni4j7q] {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.image-upload > input[b-rjn5ni4j7q] {
    display: none;
}


.input-style[b-rjn5ni4j7q] {
    display: flex;
    position: relative;
    border: 1px solid #E43416;
    margin: 0px 16px;
    height: 45px;
    align-items: center;
    border-radius: 5px;
}

.input-tag-style[b-rjn5ni4j7q] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

    .input-tag-style[b-rjn5ni4j7q]::placeholder {
        color: #858585;
    }
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Profile/Profile.razor.rz.scp.css */
.greatings-container[b-wsjtz0ukbt]{
    display:flex;
    justify-content:space-between;    
    column-gap:10px;    
}
.image-upload > input[b-wsjtz0ukbt] {
    display: none;
}


.input-style[b-wsjtz0ukbt] {
    display: flex;
    position: relative;
    border: 1px solid var(--main-color-shef);
    margin: 0px 16px;
    height: 45px;
    align-items: center;
    border-radius: 5px;
}

.input-tag-style[b-wsjtz0ukbt] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

    .input-tag-style[b-wsjtz0ukbt]::placeholder {
        color: #858585;
    }

.confirm-btn[b-wsjtz0ukbt] {
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 40px;
    border-radius: 13px;
    height: 55px;
    margin: 0px 16px;
    left: 0;
    right: 0;
}
/* _content/TelegramBot_Web.App/Pages/ShefBurger/Profile/StaticProfileDatas.razor.rz.scp.css */
.input-style[b-r2otb752di] {
    display: flex;
    position: relative;
    border: 1px solid #E43416;
    margin: 0px 16px;
    height: 45px;
    align-items: center;
    border-radius: 5px;
}

.input-tag-style[b-r2otb752di] {
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

    .input-tag-style[b-r2otb752di]::placeholder {
        color: #858585;
    }
/* _content/TelegramBot_Web.App/Pages/ShefBurger/RegisterOrderViewShefburger.razor.rz.scp.css */
.confirm-btn[b-x6u6w08181]{
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 40px;
    border-radius: 13px;
    height: 55px;
    margin: 0px 16px;
    left: 0;
    right: 0;
}
/* _content/TelegramBot_Web.App/Pages/Teriyaki/MenuCategoryPage/MenuCategoryList.razor.rz.scp.css */
.marquee[b-jwbcougrgi] {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

    .marquee span[b-jwbcougrgi] {
        display: inline-block;
        padding-left: 100%; /* Start offscreen from the right */
        animation: marqueeAnimation-b-jwbcougrgi 10s linear infinite; /* Adjust the animation duration as needed */
    }

@keyframes marqueeAnimation-b-jwbcougrgi {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(-50%); /* Halfway point */
    }

    100% {
        transform: translateX(-100%); /* Fully offscreen to the left */
    }
}
/* _content/TelegramBot_Web.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-vgpc1ln6iz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-vgpc1ln6iz] {
    flex: 1;
}

.sidebar[b-vgpc1ln6iz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vgpc1ln6iz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vgpc1ln6iz]  a, .top-row .btn-link[b-vgpc1ln6iz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vgpc1ln6iz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vgpc1ln6iz] {
        display: none;
    }

    .top-row.auth[b-vgpc1ln6iz] {
        justify-content: space-between;
    }

    .top-row a[b-vgpc1ln6iz], .top-row .btn-link[b-vgpc1ln6iz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vgpc1ln6iz] {
        flex-direction: row;
    }

    .sidebar[b-vgpc1ln6iz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vgpc1ln6iz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-vgpc1ln6iz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
