/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-ccfk01dhql] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ck8ams5xp4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ck8ams5xp4] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-lxfgvgdaqo] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-lxfgvgdaqo] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-rwo7sjr0rv] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-rwo7sjr0rv] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-rwo7sjr0rv] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-rwo7sjr0rv] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-rwo7sjr0rv] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-rwo7sjr0rv] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-rwo7sjr0rv] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-qoa2v9rvxg] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Layout/Drawer.razor.rz.scp.css */
[b-cg1kk609ql] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-cg1kk609ql] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-cg1kk609ql] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-cg1kk609ql] {
        display: none;
        visibility: hidden;
    }

    [b-cg1kk609ql] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-cg1kk609ql] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3ds4mbllma] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-3ds4mbllma] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-3ds4mbllma] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-3ds4mbllma] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-3ds4mbllma] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-3ds4mbllma] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-3ds4mbllma] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-3ds4mbllma] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-3ds4mbllma] .menu-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

[b-3ds4mbllma] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3ds4mbllma] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-3ds4mbllma] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-3ds4mbllma] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-3ds4mbllma] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-3ds4mbllma] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-3ds4mbllma] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-3ds4mbllma] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3ds4mbllma] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3ds4mbllma] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3ds4mbllma] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3ds4mbllma] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3ds4mbllma] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-3ds4mbllma] {
    display: inline-flex;
}

.menu-button-nav[b-3ds4mbllma] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}



.nav-buttons-container[b-3ds4mbllma] {
    display: flex;
    gap: 10px;
    padding: 0.50rem 0.50rem;
}

    .nav-buttons-container[b-3ds4mbllma]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-3ds4mbllma]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-3ds4mbllma] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-3ds4mbllma] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-3ds4mbllma] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-3ds4mbllma] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-3ds4mbllma] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-3ds4mbllma] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-3ds4mbllma] .required-caption:after {
    content: '\00a0(Required)';
    color: red;
    font-style: italic;
}

[b-3ds4mbllma] .requiredIfNoPhone-caption:after {
    content: '\00a0(Required if no phone)';
    color: red;
    font-style: italic;
}

[b-3ds4mbllma] .requiredIfNoEmail-caption:after {
    content: '\00a0(Required if no email)';
    color: red;
    font-style: italic;
}

[b-3ds4mbllma] .recommended-caption:after {
    content: '\00a0(Recommended, Not Required)';
    color: red;
    font-style: italic;
}

[b-3ds4mbllma] .dxbl-btn .dxbl-btn-outline-secondary .dxbl-btn-standalone .dxbl-upload-cancel-btn {
    display: none;
}

[b-3ds4mbllma] .dxbl-upload-button-panel {
    display: none !important
}

/*
::deep .card menu-card-container w-100 {
    background-color: #c6dafff2;
}

::deep .dxbl-menu dxbl-menu-horizontal {
    background-color: #c6dafff2 !important;
}

::deep .dxbl-dropdown-body {
    background-color: #c6dafff2;
}
*/

[b-3ds4mbllma] .menu-icon-home {
    -webkit-mask-image: url("icons/home.svg");
    mask-image: url("icons/home.svg");
}

[b-3ds4mbllma] .menu-icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-3ds4mbllma] .menu-icon-order {
    -webkit-mask-image: url("images/order.svg");
    mask-image: url("images/order.svg");
}

[b-3ds4mbllma] .svg-background {
    fill: lightblue; /* Initial background color */
    transition: fill 0.3s ease;
}

[b-3ds4mbllma] .svg-bg:hover .svg-background {
    fill: orange;
}

[b-3ds4mbllma] .icon-logo {
    display: flex;
    height: 40px;
    width: 150px;
    opacity: 0.9;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    /*mask-image: url("images/evalifilogo.png");
    -webkit-mask-image: url("images/evalifilogo.png");*/
}

/*::deep .user-profile .logo-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

::deep .user-profile .log-off-btn {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}*/

[b-3ds4mbllma] .menu-icon-user-profile {
    opacity: 0.75;
}
/*
::deep .user-profile .menu-icon-user-profile {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}*/

[b-3ds4mbllma] .user-name-container .tm-8 {
    opacity: 0.8;
}

[b-3ds4mbllma] .menu-icon-person-circle {
    -webkit-mask-image: url("images/account/user.svg"); /*url("images/home.svg");*/
    mask-image: url("images/account/user.svg");
}

/*::deep .dxbl-menu .dxbl-menu-item-list, .dxbl-menu-dropdown.dxbl-dropdown-dialog > .dxbl-dropdown-body .dxbl-menu-item-list{
    margin-top: 10px !important;
}

::deep .dxbl-menu > .dxbl-menu-bar{
    height:30px !important;
}

::deep .dxbl-menu.dxbl-menu-horizontal .dxbl-menu-title {
    margin-top: 10px;
}*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-r6221l3x9i] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.menu-icon[b-r6221l3x9i] {
    width: var(--dxbl-icon-width);
    height: var(--dxbl-icon-height);
    min-width: var(--dxbl-icon-width);
    min-height: var(--dxbl-icon-height);
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.logo[b-r6221l3x9i] {
    text-align: center;
}

[b-r6221l3x9i] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-r6221l3x9i] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-r6221l3x9i] .menu {
    background-color: inherit;
}

    [b-r6221l3x9i] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-r6221l3x9i] .menu-item {
    color: var(--bs-white);
}

[b-r6221l3x9i] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-r6221l3x9i] .home-icon {
    background-image: url("images/home.svg");
}

[b-r6221l3x9i] .order-icon {
    background-image: url("images/order.svg");
}

[b-r6221l3x9i] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-r6221l3x9i] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-r6221l3x9i] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-r6221l3x9i] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-r6221l3x9i] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-r6221l3x9i] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-r6221l3x9i] .menu-icon-order {
    -webkit-mask-image: url("images/order.svg");
    mask-image: url("images/order.svg");
}

@media (max-width: 768px) {
    #sidebar[b-r6221l3x9i] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-r6221l3x9i] {
        text-align: inherit;
    }
}
/* /Components/Layout/WizardLayout.razor.rz.scp.css */
.wizard-page[b-ymr5v91x44] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wizard-header[b-ymr5v91x44] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: linear-gradient(90deg, var(--bs-primary) 0%, #4a148c 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.wizard-logo-container[b-ymr5v91x44] {
    display: flex;
    align-items: center;
}

.wizard-logo[b-ymr5v91x44] {
    height: 40px;
    filter: brightness(0) invert(1);
}

.wizard-body[b-ymr5v91x44] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    overflow-y: auto;
}

.wizard-footer[b-ymr5v91x44] {
    display: flex;
    justify-content: center;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wizard-footer-text[b-ymr5v91x44] {
    font-size: 0.8rem;
    color: var(--bs-secondary-color);
}

@media (max-width: 768px) {
    .wizard-body[b-ymr5v91x44] {
        padding: 1rem 0.5rem;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-78h3qhjv41] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-78h3qhjv41] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-78h3qhjv41] .title {
    text-align: center;
}

[b-78h3qhjv41] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-78h3qhjv41] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
    background-color: #ffffffdb;
}

    [b-78h3qhjv41] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-78h3qhjv41] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-78h3qhjv41] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-78h3qhjv41] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-78h3qhjv41] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Order/OrderGrid.razor.rz.scp.css */
[b-00j7fl97hc] .dxbl-grid {
    min-height: 50vh;
    max-height: 80vh;
}
/* /Components/Pages/Wizard/OrderConfirmation.razor.rz.scp.css */
.content[b-bdeewc6mqh] {
    align-content: center;
    text-align: center;
    background-color: aliceblue;
    opacity: 0.9;
    margin: 20px auto;
    padding: 20px;
    max-width: 600px;
    border-radius: 10px;
}
/* /Components/Pages/Wizard/WizardStep2.razor.rz.scp.css */
/* /Components/Shared/Avatar.razor.rz.scp.css */
.avatar[b-gfj708yn2k] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .avatar img[b-gfj708yn2k] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
    }

    /* Size variants */
    .avatar.small[b-gfj708yn2k] {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .avatar.medium[b-gfj708yn2k] {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .avatar.large[b-gfj708yn2k] {
        width: 64px;
        height: 64px;
        font-size: 32px;
    }

    /* Shape variants */
    .avatar.round[b-gfj708yn2k] {
        border-radius: 50%;
    }

    .avatar.square[b-gfj708yn2k] {
        border-radius: 8px;
    }

    /* Outlined variant */
    .avatar.outlined[b-gfj708yn2k] {
        background-color: transparent;
        border: 2px solid currentColor;
    }

    /* Filled variant (default) */
    .avatar.filled[b-gfj708yn2k] {
        background-color: var(--avatar-bg, #1976d2);
        color: var(--avatar-color, #fff);
        border: none;
    }
/* /Components/Shared/Breadcrumber.razor.rz.scp.css */
.breadcrumb[b-2pgf972you] {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-family: 'Segoe UI', sans-serif;
    flex-wrap: wrap;
}

.breadcrumb-item[b-2pgf972you] {
    color: #1976d2;
    text-decoration: none;
    padding: 0 4px;
}

    .breadcrumb-item:hover[b-2pgf972you] {
        text-decoration: underline;
    }

    .breadcrumb-item.active[b-2pgf972you] {
        color: #555;
        font-weight: bold;
        pointer-events: none;
    }

.breadcrumb-divider[b-2pgf972you] {
    margin: 0 4px;
    color: #999;
}
