@import '_content/Hexaom.Shared.UI/Hexaom.Shared.UI.glqzl944gm.bundle.scp.css';

/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.admin-nav-menu[b-2es7006q2d] {
    padding: 0.5rem 0.25rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100dvh - 3.5rem);
}

.admin-nav-menu[b-2es7006q2d]  .mud-nav-link {
    border-radius: 8px;
    margin-inline: 0.25rem;
}

.admin-nav-menu[b-2es7006q2d]  .mud-nav-link.active {
    font-weight: 600;
}

.admin-nav-menu[b-2es7006q2d]  .mud-nav-group .mud-nav-link {
    padding-inline-start: 2.25rem;
}

.admin-nav-menu[b-2es7006q2d]  .mud-nav-group > .mud-nav-link {
    padding-inline-start: 0.75rem;
    font-weight: 600;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.hx-auth[b-g25un909q3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background:
        radial-gradient(1200px 600px at 100% -10%, rgba(61, 78, 129, 0.14), transparent 60%),
        radial-gradient(900px 500px at -10% 110%, rgba(61, 78, 129, 0.10), transparent 55%),
        #f4f6fb;
    font-family: 'Tajawal', 'Cairo', 'Segoe UI', sans-serif;
}

.hx-auth__panel[b-g25un909q3] {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hx-auth__brand[b-g25un909q3] {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.hx-auth__logo[b-g25un909q3] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3d4e81, #2f3d68);
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(61, 78, 129, 0.28);
}

.hx-auth__name[b-g25un909q3] {
    font-weight: 900;
    font-size: 20px;
    color: #1f2a44;
    line-height: 1.1;
}

.hx-auth__meta[b-g25un909q3] {
    font-size: 12.5px;
    color: #64748b;
}

.hx-auth__card[b-g25un909q3] {
    background: #fff;
    border: 1px solid #e7eaf2;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
}

.hx-auth__footer[b-g25un909q3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.5px;
    color: #64748b;
}

.hx-auth__footer a[b-g25un909q3] {
    color: #3d4e81;
    font-weight: 700;
    text-decoration: none;
}

.hx-auth__footer a:hover[b-g25un909q3] { text-decoration: underline; }
.hx-auth__dot[b-g25un909q3] { opacity: 0.5; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2zo7pfdqrk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2zo7pfdqrk] {
    flex: 1;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-2zo7pfdqrk] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-2zo7pfdqrk], article[b-2zo7pfdqrk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.pos-admin-sidebar-host[b-2zo7pfdqrk] {
    width: min(17.5rem, 42vw);
    background: var(--mud-palette-surface);
    border-inline-start: 1px solid var(--mud-palette-lines-default);
}

.pos-admin-sidebar[b-2zo7pfdqrk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.admin-sidebar-title[b-2zo7pfdqrk] {
    font-weight: 700;
    flex-shrink: 0;
}

.pos-admin-sidebar .admin-nav-menu[b-2zo7pfdqrk] {
    flex: 1 1 auto;
    min-height: 0;
}

#blazor-error-ui[b-2zo7pfdqrk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2zo7pfdqrk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qp0rgl14h2],
.components-reconnect-repeated-attempt-visible[b-qp0rgl14h2],
.components-reconnect-failed-visible[b-qp0rgl14h2],
.components-pause-visible[b-qp0rgl14h2],
.components-resume-failed-visible[b-qp0rgl14h2],
.components-rejoining-animation[b-qp0rgl14h2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-retrying[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-failed[b-qp0rgl14h2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qp0rgl14h2] {
    display: block;
}


#components-reconnect-modal[b-qp0rgl14h2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qp0rgl14h2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qp0rgl14h2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qp0rgl14h2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qp0rgl14h2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qp0rgl14h2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qp0rgl14h2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-qp0rgl14h2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qp0rgl14h2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qp0rgl14h2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qp0rgl14h2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qp0rgl14h2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qp0rgl14h2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qp0rgl14h2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qp0rgl14h2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qp0rgl14h2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qp0rgl14h2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qp0rgl14h2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qp0rgl14h2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

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

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BusinessSettings.razor.rz.scp.css */
/* Capped reading width — wide forms on a large monitor hurt scannability. */
.bsettings-page[b-vkosauo8wv] {
    max-width: 860px;
    margin-inline: auto;
    padding-bottom: 96px; /* clear the sticky action bar */
}

/* Live logo preview tile. */
.bsettings-logo-preview[b-vkosauo8wv] {
    height: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px dashed var(--mud-palette-lines-default, #cbd5e1);
    border-radius: 12px;
}

.bsettings-logo-preview img[b-vkosauo8wv] {
    max-height: 56px;
    max-width: 100%;
    object-fit: contain;
}
