﻿body {
    background-attachment: fixed;
    background-color: #800c6e;
    background-image: linear-gradient(90deg, #800c6e 40%, #e06f04 100%);
    background-size: cover;
    color: #000000;
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-size: 16px;
    height: 100vh;
}

.force-h100 {
    height: 100vh;
}

.force-h90 {
    height: 90vh;
}

.force-h85 {
    height: 85vh;
}

#mainNavBar.navbar ul li a {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #800c6e;
    font-size: 18px;
}

#mainNavBar.navbar ul li a:hover,
.menu-filter .nav .nav-link:hover,
.link-list li a:hover {
    background-color: #800c6e;
    color: #ffffff;
}

#mainNavBar.navbar ul li a.active,
#mainNavBar.navbar ul li a.router-link-active {
    background-color: #800c6e;
    color: #ffffff;
}

.btn,
.form-control,
.form-select,
.input-group-text {
    border-radius: 25px;
}

.btn-lightsail {
    background-color: #800c6e;
    border-color: #800c6e;
    color: #ffffff;
}

.btn-lightsail-outline {
    background-color: transparent;
    border-color: #800c6e;
    color: #800c6e;
}

.btn-lightsail-outline:hover {
    background-color: #800c6e;
    border-color: #800c6e;
    color: #ffffff;
}

.btn-lightsail:hover {
    background-color: #b9b8b8dd;
    border-color: #b9b8b8dd;
    color: #000000;
}

.btn-lightsail-alt {
    background-color: #e06f04;
    border-color: #e06f04;
    color: #fff;
}

.btn-lightsail-alt:hover {
    background-color: #800c6e;
    border-color: #800c6e;
    color: #fff;
}

.btn-lightsail:focus,
.btn-lightsail.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 12, 110, 0.5);
}

.btn-lightsail.disabled,
.btn-lightsail:disabled {
    background-color: #36b9cc;
    border-color: #36b9cc;
    color: #fff;
}

.bg-headergray {
    background-color: #f8f9fa;
}

.bg-lightsail {
    background-color: #800c6e !important;
}

.bg-lightsail-glass {
    background-color: #420638 !important;
}

.bg-lightsail-alt {
    background-color: #e06f04 !important;
}

.text-lightsail {
    color: #800c6e !important;
}

.text-lightsail-alt {
    color: #e06f04 !important;
}

.bg-gradient-lightsail {
    background-color: #800c6e;
    background-image: linear-gradient(180deg, #800c6e 40%, #e06f04 100%);
    background-size: cover;
}

.border-left-lightsail {
    border-left: 0.25rem solid #800c6e !important;
}

.microsoft-signin {
    background-color: #fff;
    color: #5e5e5e;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
}

.bg-tablerowcell {
    background-color: rgb(254, 226, 188) !important;
}

.popover-header {
    background-color: #800c6e;
    color: #fff;
}

.sidebarnav {
    margin: -12px !important;
    margin-top: -16px !important;
    width: 100px;
}

.accordion-button {
    font-size: 18px;
}

.zoom-in {
    animation: zoomIn 0.2s ease-in-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.compact-modal-font {
    font-size: 13px !important;
}

.compact-modal-button {
    height: 27px;
}

.screen-loader {
    height: 60vh;
    width: 60vh;
    margin-top: 13vh;
}

.admin-loader {
    height: 40vh;
    width: 40vh;
    margin-top: 15vh;
}

.btn-ticket-search {
    height: 34px !important;
}

.input-ticket-search {
    height: 34px !important;
}

#mainNavBar {
    background-color: #f0e5cf !important;
}

#mainNavBar .search-btn {
    width: 200px;
}

#mainNavBar .search-btn img,
#mainNavBar .nav-item img {
    margin-top: -4px;
    margin-right: 6px;
}

#mainNavBar .offcanvas-body {
    background-color: #f0e5cf;
}

#mainNavBar .branch-name {
    font-size: 22px;
    font-weight: 600;
    color: #800c6e;
}

#mainNavBar .store-name {
    font-size: 16px;
    font-weight: 400;
    color: #800c6e;
}

.card-img-fit {
/*    width: auto;
    max-height: 100%;
    max-width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-item {
    border-radius: 0px;
}

.food-name {
    border-radius: 0px;
}

.food-price {
    font-size: 22px;
    font-weight: 700;
    color: #800c6e;
}

.food-quantity {
    border-radius: 35px;
    border: 1px solid #727272;
}

.quantity-preview {
    font-size: 22px;
    font-weight: 700;
    width: 50px;
}

.card-title {
    font-size: 22px;
    color: #800c6e;
}

.card-text {
    font-size: 16px;
}

.menu-filter {
    background-color: #f0e5cf;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.link-list {
    /* Remove default list styling */
    list-style: none;
    margin: 0;
    padding: 0;
    /* Prevents list items from wrapping to a new line */
    white-space: nowrap;
}

.menu-filter .nav li,
.link-list li {
    display: inline-block;
    margin-right: 15px;
}

.menu-filter .nav .nav-link,
.link-list li a {
    border-radius: 25px;
    color: #800c6e;
    text-decoration: none;
    width: 150px;
    font-size: 16px;
}

.menu-filter .nav .nav-link.active,
.link-list li a.active {
    background: #800c6e;
    color: #ffffff;
}

/* For Webkit-based browsers (Chrome, Safari, Edge, Opera) */
.menu-filter::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
.menu-filter {
    scrollbar-width: none;
}

/* For Internet Explorer */
.menu-filter {
    -ms-overflow-style: none;
}

.category-title {
    color: #ffffff;
    font-size: 20px;
    scroll-margin-top: 20px;
    border-bottom: 1px solid #f0e5cf;
}

.checkout-options {
    background-color: #ebebeb;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    height: 50px;
    z-index: 1000;
    width: 330px;
    right: 0;
}

.proceed-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 1000;
    border-radius: 30px;
}

.checkout-options .branch-name {
    font-size: 18px;
    font-weight: 600;
    color: #800c6e;
}

/*
.review-checkout-section {
    height: 30vh;
}

@media (min-width: 820px) {
    .review-checkout-section {
        height: 100vh;
    }
}
*/
.checkout-item {
    border-radius: 10px;
}

.checkout-item-title {
    font-size: 20px;
    font-weight: 600;
}

.checkout-item-price {
    font-size: 20px;
    font-weight: 700;
    color: #800c6e;
}

.checkout-item-quantity {
    font-size: 20px;
    font-weight: 700;
    width: 50px;
}

.modal-header {
    background-color: #800c6e;
}

.modal-footer {
    background-color: #f0e5cf;
}


.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 37px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 11px;
        width: 13.33333px;
        height: 13.33333px;
        border-radius: 50%;
        background: #800c6e;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}

    .lds-ripple div {
        position: absolute;
        border: 15px solid #f0e5cf;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 76px;
        left: 76px;
        width: 52px;
        height: 52px;
        opacity: 0;
    }

    4.9% {
        top: 66px;
        left: 66px;
        width: 52px;
        height: 52px;
        opacity: 0;
    }

    5% {
        top: 66px;
        left: 66px;
        width: 42px;
        height: 42px;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 180px;
        height: 180px;
        opacity: 0;
    }
}

.fs-7 {
    font-size: 14px;
}

.bg-clear {
    background-color: #f0e5cf;
}

.favorite-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #800c6e;
    top: 0;
    position: fixed;
    z-index: 1000;
    right: 0;
}

.favorite-btn:hover, .favorite-btn.active {
    background-color: #e06f04;
    border-color: #e06f04;
    color: #fff;
}

#dishes {
    min-height: 80vh;
}

.menu-description {
    font-size: 20px;
}

.actor-regular {
    font-family: "Actor", sans-serif;
    font-weight: 400;
    font-style: normal;
}
