@import '_content/Demonolith.Blazor.Bootstrap/Demonolith.Blazor.Bootstrap.bundle.scp.css';

/* /Components/Application/PageComponent.razor.rz.scp.css */


@media only screen and (max-width: 767px ) {
    .page-container[b-g9jojdkz1t] {
        flex-direction:column;
    }
}
/* /Components/Menus/Components/CategoryListItemComponent.razor.rz.scp.css */

.category[b-gyxfwjd8yj] {
    height: 60px;
    display: flex;
    width: 100%;
    background-color: var(--background);
    position: relative;
    align-items: center;
    color: var(--foreground);
    border: 1px solid transparent;
    margin-bottom: 5px;
}



    .category:hover[b-gyxfwjd8yj] {
        border: 1px solid var(--primary);
        transition: 0.3s;
    }

    .category > i[b-gyxfwjd8yj] {
        margin-right: 10px;
        margin-left: 10px;
    }

.category-img[b-gyxfwjd8yj] {
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 767px ) {
    .category[b-gyxfwjd8yj] {
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid var(--background);
    }

        .category:hover[b-gyxfwjd8yj] {
            border: none;
            border-bottom: 1px solid var(--primary);
            border-top: 1px solid var(--primary);
            background-color: var(--background-light);
        }
}
/* /Components/Merchant/Menu/CategorySelectionListItemComponent.razor.rz.scp.css */

.category[b-6i3uj7apic] {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
}



    .category:hover[b-6i3uj7apic] {
        border: 1px solid var(--primary);
        transition: 0.3s;
    }

    .category > i[b-6i3uj7apic] {
        margin-right: 10px;
        margin-left: 10px;
    }

.category-img[b-6i3uj7apic] {
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    right: 0;
    position: absolute;
    top:0;
}

@media only screen and (max-width: 767px ) {
    .category[b-6i3uj7apic] {
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid var(--background);
    }

        .category:hover[b-6i3uj7apic] {
            border: none;
            border-bottom: 1px solid var(--primary);
            border-top: 1px solid var(--primary);
            background-color: var(--background-light);
        }
}
/* /Components/Merchant/Menu/Map/MapShapeListItemComponent.razor.rz.scp.css */
.color-input-wrapper[b-tgr5yca7j1] {
    height: 1.5em;
    width: 1.5em;
    overflow: hidden;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .color-input-wrapper input[type=color][b-tgr5yca7j1] {
        position: absolute;
        height: 4em;
        width: 4em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        border: none;
        margin: 0;
        padding: 0;
    }
/* /Components/Merchant/Menu/MenuListItemComponent.razor.rz.scp.css */
.menu-item[b-hhou2dex1n] {
    display: flex;
    padding: 14px 10px 10px 10px;
    border: 1px solid var(--background);
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: white;
}

.menu-item-selected-notifier[b-hhou2dex1n] {
    background-color: var(--primary-muted);
    color: var(--foreground);
    margin-top: 15px;
    margin-right: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
}

    .menu-item-selected-notifier > p[b-hhou2dex1n] {
        line-height: 30px;
        font-weight: bold;
    }

.menu-item-img[b-hhou2dex1n] {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 5px;
}

.menu-item:hover[b-hhou2dex1n] {
    transition: 0.3s;
    border: 1px solid var(--primary);
    background-color: var(--background-light);
}

.menu-item:active[b-hhou2dex1n] {
    background-color: var(--background);
}

.menu-item-new-notifier[b-hhou2dex1n] {
    font-weight: bold;
    color: white;
    background-color: var(--primary);
    padding: 3px 10px;
    font-size: 14px;
}

.menu-item-description[b-hhou2dex1n] {
    color: var(--foreground-muted);
    font-size: 14px;
    max-width: 80%;
}

.menu-item-name[b-hhou2dex1n] {
    color: var(--foreground);
    font-weight: bold;
    font-size: 16px;
}

.menu-item-price[b-hhou2dex1n] {
    color: var(--foreground);
    font-weight: bold;
}

.menu-item-addition[b-hhou2dex1n] {
    font-size: 12px;
    height: 20px;
    padding: 0 5px;
    border-radius: 12.5px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    display: flex;
}

    .menu-item-addition > img[b-hhou2dex1n] {
        margin-right: 5px;
        height: 15px;
        width: 15px;
    }


@media only screen and (max-width: 767px ) {
    .menu-item[b-hhou2dex1n] {
        border-radius: 0;
        margin-bottom: 0;
        border: none;
        border-top: 1px solid transparent;
        border-bottom: 1px solid var(--background);
    }

        .menu-item:hover[b-hhou2dex1n] {
            border: none;
            border-bottom: 1px solid var(--primary);
            border-top: 1px solid var(--primary);
            background-color: var(--background-light);
        }


    .menu-items-list[b-hhou2dex1n] {
        margin-bottom: 120px;
    }
}
/* /Components/Merchant/Merchants/MerchantCardComponent.razor.rz.scp.css */
/* /Components/Navigation/SubNavigationItemComponent.razor.rz.scp.css */
.subnav-item[b-rlfsvyad8k] {
    color:var(--bs-secondary);
}


.subnav-item.active[b-rlfsvyad8k] {
    background-color: rgba(0,0,0,0.1);
    color:var(--bs-dark) !important;
}
/* /Components/Navigation/SubNavigationItemDropdownComponent.razor.rz.scp.css */
.subnav-dropdown.active[b-00jem0f624] {
    background-color: rgba(0,0,0,0.1);
}
/* /Components/Pages/Merchant/Item/MerchantItemViewBannerComponent.razor.rz.scp.css */
.banner[b-v4bwdcttqe] {
    height: 200px;
    width: 100%;
    position: relative;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, var(--bs-primary), #5dbaf7 100%);
}

.logo-container[b-v4bwdcttqe] {
    width: 200px;
    height: 200px;
}

.absolute-content-container[b-v4bwdcttqe] {
    bottom: -20px;
    left: 20px;
    right: 0;
    top: 20px;
}

.merchant-logo[b-v4bwdcttqe] {
    object-fit: cover;
}

.merchant-name[b-v4bwdcttqe] {
    font-size: 24px;
}

@media (max-width:992px) {
    .merchant-name[b-v4bwdcttqe] {
        font-size: 20px;
    }
}

@media (max-width:768px) {

    .page-container[b-v4bwdcttqe] {
        flex-direction: column;
    }

    .banner[b-v4bwdcttqe] {
        height: 175px;
    }

    .merchant-name[b-v4bwdcttqe] {
        font-size: 18px;
    }

    .logo-container[b-v4bwdcttqe] {
        width: 125px;
        height: 125px;
    }


    .absolute-content-container[b-v4bwdcttqe] {
        bottom: 0;
        top:0;
    }
}


@media (max-width:575px) {

    .merchant-name[b-v4bwdcttqe] {
        font-size: 16px;
    }

    .banner[b-v4bwdcttqe] {
        height: 125px;
    }

    .absolute-content-container[b-v4bwdcttqe] {
        height: 100%;
        top:0;
        right:0;
        left:0;
        bottom:0;
    }


    .logo-container[b-v4bwdcttqe] {
        width: 75px;
        min-width: 75px;
        min-height: 75px;
        height: 75px;
    }
}
/* /Components/Pages/Merchant/Item/Navigation/MerchantItemViewNavigationComponent.razor.rz.scp.css */



@media only screen and (max-width:768px) and (min-width:575px) {

    .navigation-btn[b-7zob6qb2pw] {
        border-left: 1px solid #dee2e6 !important;
    }
}
/* /Components/Settings/SettingsItem.razor.rz.scp.css */
.settings-item:hover[b-6dx4gp27c5] {
    background-color: var(--bs-light);
}
/* /Components/Widgets/Calendars/CalendarMonthComponent.razor.rz.scp.css */
.calendar-cell[b-fvmobpkrgz] {
    width: 100%;
    border-bottom: 2px solid var(--container-separator-color);
    position: relative;
    cursor: pointer;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    overflow:hidden;
}

    .calendar-cell.active[b-fvmobpkrgz] {
        background-color: var(--container-separator-color);
    }

.calendar-cell:not(.active):hover[b-fvmobpkrgz] {
    background-color: #f8f9fa;
}

.calendar-cell.month[b-fvmobpkrgz] {
    height: 130px;
    padding: 10px;
}

.calendar-cell.month.outside-month[b-fvmobpkrgz] {
    opacity: 0.3;
}

.calendar-cell:not(:last-child)[b-fvmobpkrgz] {
    border-right: 2px solid var(--container-separator-color);
}


.appointment-notifier[b-fvmobpkrgz] {
    height: 8px;
    width: 8px;
    background: red;
    border-radius: 50%;
    margin: 2px;
}

.appointment-total-notifier[b-fvmobpkrgz] {
    height: 20px;
    width: 30px;
    font-size:12px;
}

.appointment-total-notifier.none[b-fvmobpkrgz] {
    opacity:0;
}



@media only screen and (max-width: 767px ) {

    .calendar-cell.month[b-fvmobpkrgz] {
        text-align:center;
        line-height:15px;
    }
}
/* /Components/Widgets/Calendars/MonthlyCalendar.razor.rz.scp.css */
.calendar-container[b-goltmj5y4j] {
    border: 2px solid var(--container-separator-color);
    width: 100%;
    display: flex;
    border-radius: 5px;
}

    .calendar-container .calendar-column:not(:last-child)[b-goltmj5y4j] {
        border-right: 2px solid #e7e7e7;
    }


.calendar-column[b-goltmj5y4j] {
    width: 100px;
}

.calendar-column-header[b-goltmj5y4j] {
    background-color: #f2f6f9;
    text-align: right;
    padding: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--container-separator-color);
}

    .calendar-column-header:not(:last-child)[b-goltmj5y4j] {
        border-right: 2px solid var(--container-separator-color);
    }


.calendar-cell[b-goltmj5y4j] {
    width: 100%;
    border-bottom: 2px solid var(--container-separator-color);
    position: relative;
    cursor: pointer;
}

    .calendar-cell:hover[b-goltmj5y4j] {
        background-color: #f8f9fa;
    }

    .calendar-cell.month[b-goltmj5y4j] {
        border-right: 2px solid var(--container-separator-color);
        height: 130px;
        padding: 10px;
    }

        .calendar-cell.month.outside-month[b-goltmj5y4j] {
            opacity: 0.3;
        }


@media only screen and (max-width: 767px ) {

    .calendar-container[b-goltmj5y4j] {
        border: none;
        border-radius:0;
    }

    .calendar-column-header[b-goltmj5y4j] {
        text-align: center;
    }
}
/* /Components/Widgets/NavMenuContentComponent.razor.rz.scp.css */
.bi[b-8n7ac2us3u] {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle[b-8n7ac2us3u] {
    outline: 0;
}

.nav-flush .nav-link[b-8n7ac2us3u] {
    border-radius: 0;
}

.btn-toggle[b-8n7ac2us3u] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover[b-8n7ac2us3u],
    .btn-toggle:focus[b-8n7ac2us3u] {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle[b-8n7ac2us3u]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"][b-8n7ac2us3u] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"][b-8n7ac2us3u]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a[b-8n7ac2us3u] {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover[b-8n7ac2us3u],
    .btn-toggle-nav a:focus[b-8n7ac2us3u] {
        background-color: #d2f4ea;
    }

.scrollarea[b-8n7ac2us3u] {
    overflow-y: auto;
}

.fw-semibold[b-8n7ac2us3u] {
    font-weight: 600;
}

.lh-tight[b-8n7ac2us3u] {
    line-height: 1.25;
}
/* /Pages/Dashboard/DashboardView.razor.rz.scp.css */
.dashboard-left-content[b-f3d4qp0hde] {
    width: calc(100% - 350px);
}

.chart-container[b-f3d4qp0hde] {
    width: calc(100% - 175px);
}

.graph-filter-btn[b-f3d4qp0hde] {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--bs-secondary);
    font-size: 14px;
}

    .graph-filter-btn.active[b-f3d4qp0hde] {
        color: var(--bs-dark);
    }


@media(max-width:991px) {
    .dashboard-left-content[b-f3d4qp0hde] {
        width: 100%;
    }

    .chart-container[b-f3d4qp0hde] {
        width: 100%;
    }

    .dashboard-stats-container[b-f3d4qp0hde] {
        flex: none;
    }
}

/* /Pages/Inventory/InventoryItemsView.razor.rz.scp.css */

@media (max-width:575px) {

    .content-container[b-ctd4w45hpq] {
        margin-bottom: 55px;
    }
}
/* /Pages/LoginView.razor.rz.scp.css */
.form-signin[b-913pnzx8iv] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox[b-913pnzx8iv] {
        font-weight: 400;
    }

    .form-signin .form-control[b-913pnzx8iv] {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus[b-913pnzx8iv] {
            z-index: 2;
        }

    .form-signin input[type="email"][b-913pnzx8iv] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"][b-913pnzx8iv] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
/* /Pages/Merchant/Item/Bookings/Logs/MerchantBookingLogsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Business/Customers/MerchantCustomersView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Business/Feedback/MerchantFeedbackView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Business/Users/MerchantUsersView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Business/Vouchers/MerchantVouchersView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Business/Website/MerchantWebsiteView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Help/Tools/MerchantsHelpToolsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Audits/MerchantAuditsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Details/MerchantDetailsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Inventory/MerchantInventoryView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Invoices/MerchantInvoicesView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Notes/MerchantNotesView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Purchases/MerchantPurchasesView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Information/Reports/MerchantReportsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Discounts/MerchantDiscountsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Discounts/MerchantUpdateDiscountView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Ingredients/MerchantMenusIngredientsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Items/MerchantMenusItemsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Menus/MerchantMenusView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Menus/MerchantMenuView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Menus/Sections/MerchantMenusSectionsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Orders/Logs/MerchantOrderLogsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Overview/Dashboard/MerchantDashboardView.razor.rz.scp.css */
.dashboard-content[b-h9nr3ylmhv] {
    width: calc(100% - 350px);
}

.chart-container[b-h9nr3ylmhv] {
    width: calc(100% - 175px);
}


.dashboard-container[b-h9nr3ylmhv] {
    width: calc(100% - 185px);
}

.graph-filter-btn[b-h9nr3ylmhv] {
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--bs-secondary);
    font-size: 14px;
}

    .graph-filter-btn.active[b-h9nr3ylmhv] {
        color: var(--bs-dark);
    }


@media(max-width:991px) {
    .dashboard-content[b-h9nr3ylmhv] {
        width: 100%;
    }



    .chart-container[b-h9nr3ylmhv] {
        width: 100%;
    }

    .dashboard-stats-container[b-h9nr3ylmhv] {
        flex: none;
    }
}


@media(max-width:767px) {
    .dashboard-container[b-h9nr3ylmhv] {
        width: 100%;
    }
}
/* /Pages/Merchant/Item/Restaurant/Sections/MerchantSectionsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Apps/MerchantSettingsAppsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Bookings/MerchantSettingsBookingsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Emails/MerchantSettingsEmailsView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Loyalty/MerchantSettingsLoyaltyView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Orders/MerchantSettingsOrdersView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Payment/MerchantSettingsPaymentView.razor.rz.scp.css */
/* /Pages/Merchant/Item/Settings/Personalization/MerchantSettingsPersonalizationView.razor.rz.scp.css */
.color-box[b-eikgjhr0j7] {
    width:25px;
    height:25px;
    align-self:center;
    margin-left:15px;
}
/* /Pages/Merchant/Logs/OrderLogsView.razor.rz.scp.css */
/* /Pages/Merchant/MerchantsView.razor.rz.scp.css */

@media (max-width:575px) {

    .content-container[b-xxed31ywum] {
        margin-bottom: 55px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.main[b-87p671u1m4] {
    top: 60px;
    left: 70px;
    right: 0;
    bottom: 0;
}

.main.navbar-hidden[b-87p671u1m4] {
    left:0;
}

@media (max-width:575px) {

    .main[b-87p671u1m4] {
        left: 0;
        padding:0 !important;
    }
}
/* /Shared/NavBar.razor.rz.scp.css */
.navbar[b-wdhindxfcn] {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 999;
}


.logo[b-wdhindxfcn] {
    height: 35px;
    width: 35px;
    margin-bottom: 50px;
    margin-top: 10px;
}


.navbar-sm[b-wdhindxfcn] {
    width: 100%;
    height: 60px;
}

.navbar.toggled[b-wdhindxfcn] {
    width: 160px;
}

    .navbar.toggled[b-wdhindxfcn]  .navbar-item {
        height: 40px;
        width: 140px;
        padding-left: 15px;
    }

.navbar[b-wdhindxfcn]  .navbar-item p {
    display: none;
}

.navbar.toggled[b-wdhindxfcn]  .navbar-item p {
    display: block;
}

.navbar:not(.toggled)[b-wdhindxfcn]  .navbar-item > div {
    margin-left: auto;
    margin-right: auto;
}

[b-wdhindxfcn] .navbar-item {
    height: 40px;
    width: 40px;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

    [b-wdhindxfcn] .navbar-item.active {
        background-color: #e5f0ff;
        color: var(--bs-primary);
        cursor: default;
    }

    [b-wdhindxfcn] .navbar-item i {
        font-size: 18px;
    }

    [b-wdhindxfcn] .navbar-item:hover {
        background-color: #e5f0ff;
    }

    [b-wdhindxfcn] .navbar-item:not(.active) i,
    [b-wdhindxfcn] .navbar-item:not(.active) p {
        color: #9ca9c3;
    }
/* /Shared/NavBarItem.razor.rz.scp.css */

[b-rw73609cst] .navbar-item p {
    display: block;
}

[b-rw73609cst] .navbar-item {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}

    [b-rw73609cst] .navbar-item.active {
        background-color: #e5f0ff;
        color: var(--bs-primary);
        cursor: default;
    }

     [b-rw73609cst] .navbar-item i {
        font-size: 18px;
    }

     [b-rw73609cst] .navbar-item:hover {
        background-color: #e5f0ff;
    }

    [b-rw73609cst] .navbar-item:not(.active) i,
    [b-rw73609cst] .navbar-item:not(.active) p {
        color: #9ca9c3;
    }
/* /Shared/TopBar.razor.rz.scp.css */

.back-btn[b-2sgcbch931] {
    margin-left:20px;
}

@media only screen and (max-width: 576px) {
    .back-btn[b-2sgcbch931] {
        margin-left: 10px;
    }
}
