/* _content/HalalConnect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ywb9lkvfyw] {
    height: 100vh;
    font-family: var(--bs-font-sans-serif);
    overflow: hidden;
}

[b-ywb9lkvfyw] .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-ywb9lkvfyw] #menu-top {
    display: block;
}

    [b-ywb9lkvfyw] #menu-top.hidden {
        display: none;
    }

[b-ywb9lkvfyw] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-ywb9lkvfyw] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-ywb9lkvfyw] .content {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

[b-ywb9lkvfyw] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-ywb9lkvfyw] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-ywb9lkvfyw]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-ywb9lkvfyw]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-ywb9lkvfyw] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-ywb9lkvfyw] #menu-top {
        display: none;
    }
}

[b-ywb9lkvfyw] .page-layout,
[b-ywb9lkvfyw] .page-layout > .dxbl-gridlayout-root {
    height: 100vh;
    width: 100% !important;
}

.portal-shell[b-ywb9lkvfyw] {
    height: 100vh;
    display: grid;
    grid-template-areas:
        "header header"
        "sidebar content";
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    background: #f4f6f9;
}

    .portal-shell > .layout-header[b-ywb9lkvfyw] {
        grid-area: header;
    }

    .portal-shell > .layout-sidebar[b-ywb9lkvfyw] {
        grid-area: sidebar;
        min-width: 0;
    }

    .portal-shell > .portal-content[b-ywb9lkvfyw] {
        grid-area: content;
        min-width: 0;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

[b-ywb9lkvfyw] .layout-header {
    position: sticky;
    top: 0;
    z-index: 10;
}

[b-ywb9lkvfyw] .portal-topbar {
    min-height: 58px;
    background-color: #162e62;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 18px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

[b-ywb9lkvfyw] .portal-topbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
}

    [b-ywb9lkvfyw] .portal-topbar-brand .fa {
        color: #df6c32;
        font-size: 1.25rem;
    }

    [b-ywb9lkvfyw] .portal-topbar-brand:hover {
        color: #ffd8c8;
    }

[b-ywb9lkvfyw] .login-display {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
    color: inherit;
}

[b-ywb9lkvfyw] .login-display-greeting {
    white-space: nowrap;
    font-weight: 500;
}

[b-ywb9lkvfyw] .login-display-link {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.35rem 0;
}

    [b-ywb9lkvfyw] .login-display-link:hover {
        color: #df6c32 !important;
    }

[b-ywb9lkvfyw] .portal-topbar .login-display,
[b-ywb9lkvfyw] .top-row.auth .login-display {
    color: #fff;
}

[b-ywb9lkvfyw] .portal-topbar .login-display-link,
[b-ywb9lkvfyw] .top-row.auth .login-display-link {
    color: #fff !important;
}

    [b-ywb9lkvfyw] .portal-topbar .login-display-link:hover,
    [b-ywb9lkvfyw] .top-row.auth .login-display-link:hover {
        color: #ffd8c8 !important;
    }

[b-ywb9lkvfyw] .company-selector-wrap {
    padding: 0;
}

[b-ywb9lkvfyw] .content {
    min-width: 0;
    min-height: 0;
}

@media (max-width: 768px) {
    .portal-shell[b-ywb9lkvfyw] {
        display: flex;
        flex-direction: column;
    }

    [b-ywb9lkvfyw] .page-layout > .dxbl-gridlayout-root {
        display: flex !important;
        flex-direction: column;
    }

    [b-ywb9lkvfyw] .portal-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 14px;
    }

    [b-ywb9lkvfyw] .login-display {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
/* _content/HalalConnect/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-axosmzugur] {
    min-width: 15rem;
    max-width: 15rem;
    background: #ffffff;
    background-image: none;
    border-right: 1px solid #e8eaf0;
    box-shadow: 2px 0 8px rgba(0,0,0,0.04);
    transition: transform 0.1s ease-out;
    height: calc(100vh - 58px);
    max-height: calc(100vh - 58px);
    display: block;
}

#iconbar[b-axosmzugur] {
    height: calc(100vh - 58px);
    max-height: calc(100vh - 58px);
    width: 3.25rem;
    min-width: 3.25rem;
    max-width: 3.25rem;
    background: #ffffff;
    border-right: 1px solid #e8eaf0;
}

#sidebar.auto-expanded[b-axosmzugur] {
    display: none;
}

#sidebar .menu-closeonclick-placeholder[b-axosmzugur] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.menu-button[b-axosmzugur] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 768px) {
    #sidebar[b-axosmzugur] {
        min-width: inherit;
        max-width: inherit;
        height: auto;
        max-height: none;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-axosmzugur] {
            display: block;
        }

        #sidebar.auto-expanded[b-axosmzugur] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded .menu-button[b-axosmzugur] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }
}
/* _content/HalalConnect/Components/Layout/PlantNavMenu.razor.rz.scp.css */
#sidebar[b-7ue43rclqj] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-7ue43rclqj] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-7ue43rclqj] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-7ue43rclqj] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-7ue43rclqj] {
    text-align: center;
}

[b-7ue43rclqj] .menu-button-container {
    align-self: center;
}

.menu-button[b-7ue43rclqj] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-7ue43rclqj] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-7ue43rclqj] .menu {
    background-color: inherit;
}

    [b-7ue43rclqj] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-7ue43rclqj] .menu-item {
    color: var(--bs-gray-dark);
}

[b-7ue43rclqj] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    opacity: 0.4;
}

[b-7ue43rclqj] .home-icon {
    background-image: url("images/home.svg");
}

[b-7ue43rclqj] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-7ue43rclqj] .counter-icon {
    background-image: url("images/counter.svg");
}


[b-7ue43rclqj] .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-7ue43rclqj] .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-7ue43rclqj] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-7ue43rclqj] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-7ue43rclqj] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-7ue43rclqj] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-7ue43rclqj]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-7ue43rclqj]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-7ue43rclqj] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-7ue43rclqj] {
            display: block;
        }

        #sidebar.auto-expanded[b-7ue43rclqj] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-7ue43rclqj]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-7ue43rclqj] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-7ue43rclqj]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-7ue43rclqj] {
        text-align: inherit;
    }

    [b-7ue43rclqj] .menu-button-container {
        display: block;
    }

    [b-7ue43rclqj] .layout-item {
        display: none;
    }

    [b-7ue43rclqj] .footer {
        display: none;
    }
}
/* _content/HalalConnect/Components/Pages/Application/Application.razor.rz.scp.css */
.application-form-shell[b-nupqpwqoz7] {
    width: 100%;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.35;
}

    .application-form-shell .text-warn[b-nupqpwqoz7] {
        margin-bottom: 10px;
        color: #b45309;
        font-weight: 600;
    }

.application-file-busy[b-nupqpwqoz7] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    padding: 8px 12px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #154995;
    border-radius: 6px;
    background: #eff6ff;
    color: #143a73;
    font-size: 13px;
    font-weight: 700;
}

.application-file-busy__spinner[b-nupqpwqoz7] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 2px solid rgba(21, 73, 149, 0.25);
    border-top-color: #154995;
    border-radius: 50%;
    animation: application-file-spin-b-nupqpwqoz7 0.8s linear infinite;
}

@keyframes application-file-spin-b-nupqpwqoz7 {
    to {
        transform: rotate(360deg);
    }
}

.application-action-bar[b-nupqpwqoz7] {
    position: sticky;
    top: 8px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(4px);
}

.application-action-bar__context[b-nupqpwqoz7] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.application-action-bar__eyebrow[b-nupqpwqoz7] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.application-action-bar__status[b-nupqpwqoz7] {
    padding: 3px 9px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #154995;
    font-size: 12px;
    font-weight: 700;
}

.application-action-bar__actions[b-nupqpwqoz7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.application-readonly-banner[b-nupqpwqoz7] {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-left: 4px solid #154995;
    border-radius: 6px;
    background: #e9f2ff;
    color: #103b78;
    font-weight: 600;
}

.submit-validation-summary[b-nupqpwqoz7],
.submit-validation-modal[b-nupqpwqoz7] {
    display: grid;
    gap: 12px;
}

.submit-validation-summary[b-nupqpwqoz7] {
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #f6c7a1;
    border-left: 4px solid #b45309;
    border-radius: 8px;
    background: #fff7ed;
    color: #7c2d12;
}

.submit-validation-summary__title[b-nupqpwqoz7] {
    font-size: 14px;
    font-weight: 700;
}

.submit-validation-summary__group[b-nupqpwqoz7] {
    display: grid;
    gap: 6px;
}

.submit-validation-summary__group-title[b-nupqpwqoz7] {
    color: #172033;
    font-weight: 700;
}

.submit-validation-summary ul[b-nupqpwqoz7],
.submit-validation-modal ul[b-nupqpwqoz7] {
    margin: 0;
    padding-left: 20px;
}

.submit-validation-summary li[b-nupqpwqoz7],
.submit-validation-modal li[b-nupqpwqoz7] {
    margin-bottom: 4px;
}

.submit-validation-modal p[b-nupqpwqoz7] {
    margin: 0;
    color: #1f2937;
}

.application-form-shell[b-nupqpwqoz7]  form > .Appl_frmlayout:first-child {
    display: none;
}

.application-form-readonly[b-nupqpwqoz7]  form .dxbl-btn,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-text-edit,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-combobox,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-date-edit,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-memo,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-checkbox,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-upload,
.application-form-readonly[b-nupqpwqoz7]  form .dxbl-grid-command-cell {
    pointer-events: none;
    opacity: 0.65;
}

.application-fields-disabled[b-nupqpwqoz7] {
    pointer-events: none;
    opacity: 0.55;
    user-select: none;
}

.submit-confirmation[b-nupqpwqoz7] {
    display: grid;
    gap: 10px;
    color: #1f2937;
    line-height: 1.45;
}

    .submit-confirmation p[b-nupqpwqoz7] {
        margin: 0;
    }

.submit-confirmation__actions[b-nupqpwqoz7] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 8px;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-tabs {
    background: #fff;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-tabs-header {
    position: sticky;
    top: 72px;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #d8dee8;
    padding: 0 4px;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-tabs-tab {
    min-height: 38px;
    padding-inline: 14px;
    font-weight: 600;
    font-size: 14px;
}

    .application-form-shell[b-nupqpwqoz7]  .dxbl-tabs-tab.dxbl-active {
        color: #143a73;
    }

.application-form-shell[b-nupqpwqoz7]  .dxbl-tabs-content-panel {
    padding: 14px 6px 6px;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout,
.application-form-shell[b-nupqpwqoz7]  .Appl_WrapText_FullWidth,
.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout_BulkProducts {
    margin-top: 0;
    margin-bottom: 2px;
    --bs-gutter-y: 0.25rem;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_HeaderCaption {
    margin: 12px 0 7px;
    padding: 6px 10px;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    background: #154995;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_captionWidth,
.application-form-shell[b-nupqpwqoz7]  .Appl_WrapText,
.application-form-shell[b-nupqpwqoz7]  .Appl_WrapText_FullWidth {
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-fl-ctrl,
.application-form-shell[b-nupqpwqoz7]  .dxbl-fl-ctrl-nc {
    margin-top: 0 !important;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-fl-item {
    margin-bottom: 2px;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout .row,
.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout_BulkProducts .row {
    --bs-gutter-y: 0.25rem;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout [class*="col-"],
.application-form-shell[b-nupqpwqoz7]  .Appl_frmlayout_BulkProducts [class*="col-"] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.application-form-shell[b-nupqpwqoz7]  .application-type-options {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    min-height: 30px;
}

    .application-form-shell[b-nupqpwqoz7]  .application-type-options .dxbl-checkbox {
        min-width: auto;
    }

.application-form-shell[b-nupqpwqoz7]  .dxbl-text-edit,
.application-form-shell[b-nupqpwqoz7]  .dxbl-combobox,
.application-form-shell[b-nupqpwqoz7]  .dxbl-date-edit,
.application-form-shell[b-nupqpwqoz7]  .dxbl-memo {
    min-height: 30px;
    font-size: 14px;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-text-edit-input,
.application-form-shell[b-nupqpwqoz7]  .dxbl-combobox-input,
.application-form-shell[b-nupqpwqoz7]  .dxbl-date-edit-input,
.application-form-shell[b-nupqpwqoz7]  textarea {
    min-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

.application-form-shell[b-nupqpwqoz7]  .validation-message,
.application-form-shell[b-nupqpwqoz7]  .text-danger {
    margin-top: 4px;
    color: #b42318 !important;
    font-size: 12px;
    font-weight: 600;
}

.application-form-shell[b-nupqpwqoz7]  .grid-container {
    margin: 8px 0 14px;
    padding: 0 !important;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-grid {
    border: 0;
}

    .application-form-shell[b-nupqpwqoz7]  .dxbl-grid .dxbl-toolbar,
    .application-form-shell[b-nupqpwqoz7]  .dxbl-grid .dxbl-toolbar-items-container {
        width: 100%;
    }

    .application-form-shell[b-nupqpwqoz7]  .dxbl-grid .dxbl-toolbar {
        padding: 6px 8px;
        border-bottom: 1px solid #e2e8f0;
        background: #f8fafc;
    }

.application-form-shell[b-nupqpwqoz7]  .dxbl-grid-header-row {
    background: #f8fafc;
}

    .application-form-shell[b-nupqpwqoz7]  .dxbl-grid-header-row > td,
    .application-form-shell[b-nupqpwqoz7]  .dxbl-grid-header-row > th {
        color: #26364d;
        font-size: 12px;
        font-weight: 700;
    }

.application-form-shell[b-nupqpwqoz7]  .dxbl-grid td,
.application-form-shell[b-nupqpwqoz7]  .dxbl-grid th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

.application-form-shell[b-nupqpwqoz7]  .dxbl-btn {
    min-height: 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

    .application-form-shell[b-nupqpwqoz7]  .dxbl-btn.dxbl-btn-success {
        background-color: #227a4a;
        border-color: #227a4a;
    }

.application-form-shell[b-nupqpwqoz7]  .risk-class-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #172033;
    font-weight: 600;
}

    .application-form-shell[b-nupqpwqoz7]  .risk-class-radio input {
        width: 18px;
        height: 18px;
        accent-color: #154995;
    }

.application-form-shell[b-nupqpwqoz7]  .dxbl-upload {
    padding: 10px;
    border: 1px dashed #b8c4d6;
    border-radius: 6px;
    background: #f8fafc;
}

.application-form-shell[b-nupqpwqoz7]  .product-supporting-documents {
    margin-top: 10px;
}

    .application-form-shell[b-nupqpwqoz7]  .product-supporting-documents .dxbl-fl-ctrl,
    .application-form-shell[b-nupqpwqoz7]  .product-supporting-documents .dxbl-fl-ctrl-nc {
        width: 100%;
    }

.product-supporting-documents__panel[b-nupqpwqoz7] {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid #d8e2f0;
    border-left: 4px solid #154995;
    border-radius: 8px;
    background: #f8fafc;
}

.product-supporting-documents__copy[b-nupqpwqoz7] {
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.product-supporting-documents__note[b-nupqpwqoz7] {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.application-form-shell[b-nupqpwqoz7]  .product-supporting-documents__grid {
    border-radius: 8px;
    overflow: hidden;
}

.application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload {
    margin: 8px 0 14px;
    padding: 10px 12px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #154995;
    border-radius: 8px;
    background: #eff6ff;
}

    .application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload .dxbl-fl-ctrl,
    .application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload .dxbl-fl-ctrl-nc {
        width: 100%;
    }

.application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload__title {
    margin-bottom: 10px;
    color: #172033;
    font-weight: 700;
}

.application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 100%;
}

.application-form-shell[b-nupqpwqoz7]  .schedule-certificate-upload__hint {
    flex: 1 1 420px;
    min-width: 260px;
    max-width: 760px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.schedule-certificate-popup[b-nupqpwqoz7] {
    display: grid;
    gap: 14px;
}

    .schedule-certificate-popup p[b-nupqpwqoz7] {
        margin: 0;
        color: #334155;
    }

.schedule-certificate-popup__list[b-nupqpwqoz7] {
    display: grid;
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
}

.schedule-certificate-popup__item[b-nupqpwqoz7] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    font-weight: 600;
}

.schedule-certificate-popup__empty[b-nupqpwqoz7] {
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 600;
}

.application-form-shell[b-nupqpwqoz7]  .Appl_FooterContent,
.application-form-shell[b-nupqpwqoz7]  .Appl_FooterInfo {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
}

.application-form-shell[b-nupqpwqoz7]  .DisableUploadFile {
    opacity: 0.55 !important;
}

@media (max-width: 768px) {
    .application-action-bar[b-nupqpwqoz7] {
        position: static;
        align-items: stretch;
        flex-direction: column;
    }

    .application-action-bar__context[b-nupqpwqoz7] {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .application-action-bar__actions[b-nupqpwqoz7] {
        justify-content: stretch;
    }

    .application-form-shell[b-nupqpwqoz7]  .dxbl-tabs-header {
        position: static;
        overflow-x: auto;
    }

    .application-form-shell[b-nupqpwqoz7]  .Appl_HeaderCaption {
        font-size: 14px;
    }
}
/* _content/HalalConnect/Components/Pages/Application/ApplicationActionBar.razor.rz.scp.css */
.application-action-bar[b-idvwe122hl] {
    position: sticky;
    top: 8px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(4px);
}

.application-action-bar__context[b-idvwe122hl] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.application-action-bar__eyebrow[b-idvwe122hl] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.application-action-bar__status[b-idvwe122hl] {
    padding: 3px 9px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #154995;
    font-size: 12px;
    font-weight: 700;
}

.application-action-bar__actions[b-idvwe122hl] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .application-action-bar[b-idvwe122hl] {
        position: static;
        align-items: stretch;
        flex-direction: column;
    }

    .application-action-bar__context[b-idvwe122hl] {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .application-action-bar__actions[b-idvwe122hl] {
        justify-content: stretch;
    }
}
/* _content/HalalConnect/Components/Pages/Application/Application_Main.razor.rz.scp.css */
.application-workflow-shell[b-bz729oo4mo] {
    padding: 20px 22px 32px;
    background: #f3f6fb;
}

.application-workflow-card[b-bz729oo4mo] {
    width: min(100%, 1240px);
    margin: 0 auto;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

    .application-workflow-card .card-body[b-bz729oo4mo] {
        padding: 22px 26px 28px;
    }

    .application-workflow-card hr[b-bz729oo4mo] {
        margin: 14px 0 16px;
        border-color: #e2e8f0;
        opacity: 1;
    }

/* Stepper.css */
.process-stepper[b-bz729oo4mo] {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 18px;
    max-width: 1120px;
    padding: 0 46px;
    position: relative;
}

.process-step[b-bz729oo4mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2; /* Ensures step dot is above the line */
    cursor: pointer;
}

    .process-step.disabled-click[b-bz729oo4mo] {
        cursor: not-allowed;
        opacity: 0.55;
    }

        .process-step.disabled-click .step-dot[b-bz729oo4mo],
        .process-step.disabled-click .step-label[b-bz729oo4mo] {
            pointer-events: none;
        }

/* Connecting Line */
.process-stepper[b-bz729oo4mo]::before {
    content: '';
    position: absolute;
    top: 15px; /* Half of the step-dot height */
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e0e0e0; /* Inactive line color */
    z-index: 1; /* Ensures line is behind step dots */
}

/* Step Dot Styling */
.step-dot[b-bz729oo4mo] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e0e0e0; /* Default inactive background */
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    transition: background-color 0.3s, border-color 0.3s;
    border: 3px solid #e0e0e0;
    box-shadow: 0 0 0 4px #fff;
}

.step-label[b-bz729oo4mo] {
    text-align: center;
    font-size: 12px;
    color: #6c757d; /* Default inactive text color */
    white-space: nowrap;
    max-width: 132px;
    line-height: 1.25;
}

/* Active State */
.process-step.active .step-dot[b-bz729oo4mo] {
    background-color: #1976D2; /* DevExpress Primary Blue */
    border-color: #1976D2;
}

.process-step.active .step-label[b-bz729oo4mo] {
    color: #1976D2;
    font-weight: 600;
}

/* Completed State */
.process-step.completed .step-dot[b-bz729oo4mo] {
    background-color: #388E3C; /* Green for completed */
    border-color: #388E3C;
    font-size: 18px;
}

    .process-step.completed .step-dot[b-bz729oo4mo]::after {
        content: '\2713'; /* Checkmark Unicode */
    }

.process-step.completed .step-label[b-bz729oo4mo] {
    color: #388E3C;
}

/* Completed Line Segment (requires code-behind logic) */
.progress-line[b-bz729oo4mo] {
    position: absolute;
    top: 15px;
    left: 0;
    height: 4px;
    background-color: #388E3C;
    z-index: 1;
    transition: width 0.5s ease-in-out;
}

/* Adjustments for first and last step positioning */
.process-stepper[b-bz729oo4mo]:before {
    left: 46px;
    right: 46px;
}

.process-step:first-child[b-bz729oo4mo] {
    margin-left: -46px;
}

.process-step:last-child[b-bz729oo4mo] {
    margin-right: -46px;
}

.bpf-content-tabs .dxbl-tabs-header[b-bz729oo4mo] {
    display: none !important;
}

@media (max-width: 900px) {
    .application-workflow-shell[b-bz729oo4mo] {
        padding: 10px;
    }

    .application-workflow-card .card-body[b-bz729oo4mo] {
        padding: 14px;
    }

    .process-stepper[b-bz729oo4mo] {
        align-items: flex-start;
        gap: 12px;
        overflow-x: auto;
        padding: 0 8px 8px;
    }

        .process-stepper[b-bz729oo4mo]::before,
        .progress-line[b-bz729oo4mo] {
            display: none;
        }

    .process-step:first-child[b-bz729oo4mo],
    .process-step:last-child[b-bz729oo4mo] {
        margin-left: 0;
        margin-right: 0;
    }

    .process-step[b-bz729oo4mo] {
        min-width: 92px;
    }

    .step-label[b-bz729oo4mo] {
        white-space: normal;
    }
}
/* _content/HalalConnect/Components/Pages/Application/Application_Short.razor.rz.scp.css */
.application-form-shell[b-ktaaz1xplj] {
    width: 100%;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.35;
}

    .application-form-shell .text-warn[b-ktaaz1xplj] {
        margin-bottom: 10px;
        color: #b45309;
        font-weight: 600;
    }

.application-file-busy[b-ktaaz1xplj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    padding: 8px 12px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #154995;
    border-radius: 6px;
    background: #eff6ff;
    color: #143a73;
    font-size: 13px;
    font-weight: 700;
}

.application-file-busy__spinner[b-ktaaz1xplj] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 2px solid rgba(21, 73, 149, 0.25);
    border-top-color: #154995;
    border-radius: 50%;
    animation: application-file-spin-b-ktaaz1xplj 0.8s linear infinite;
}

@keyframes application-file-spin-b-ktaaz1xplj {
    to {
        transform: rotate(360deg);
    }
}

.application-action-bar[b-ktaaz1xplj] {
    position: sticky;
    top: 8px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(4px);
}

.application-action-bar__context[b-ktaaz1xplj] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.application-action-bar__eyebrow[b-ktaaz1xplj] {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.application-action-bar__status[b-ktaaz1xplj] {
    padding: 3px 9px;
    border-radius: 999px;
    background: #e9f2ff;
    color: #154995;
    font-size: 12px;
    font-weight: 700;
}

.application-action-bar__actions[b-ktaaz1xplj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.application-readonly-banner[b-ktaaz1xplj] {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-left: 4px solid #154995;
    border-radius: 6px;
    background: #e9f2ff;
    color: #103b78;
    font-weight: 600;
}

.submit-validation-summary[b-ktaaz1xplj],
.submit-validation-modal[b-ktaaz1xplj] {
    display: grid;
    gap: 12px;
}

.submit-validation-summary[b-ktaaz1xplj] {
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid #f6c7a1;
    border-left: 4px solid #b45309;
    border-radius: 8px;
    background: #fff7ed;
    color: #7c2d12;
}

.submit-validation-summary__title[b-ktaaz1xplj] {
    font-size: 14px;
    font-weight: 700;
}

.submit-validation-summary__group[b-ktaaz1xplj] {
    display: grid;
    gap: 6px;
}

.submit-validation-summary__group-title[b-ktaaz1xplj] {
    color: #172033;
    font-weight: 700;
}

.submit-validation-summary ul[b-ktaaz1xplj],
.submit-validation-modal ul[b-ktaaz1xplj] {
    margin: 0;
    padding-left: 20px;
}

.submit-validation-summary li[b-ktaaz1xplj],
.submit-validation-modal li[b-ktaaz1xplj] {
    margin-bottom: 4px;
}

.submit-validation-modal p[b-ktaaz1xplj] {
    margin: 0;
    color: #1f2937;
}

.application-form-shell[b-ktaaz1xplj]  form > .Appl_frmlayout:first-child {
    display: none;
}

.application-form-readonly[b-ktaaz1xplj]  form .dxbl-btn,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-text-edit,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-combobox,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-date-edit,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-memo,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-checkbox,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-upload,
.application-form-readonly[b-ktaaz1xplj]  form .dxbl-grid-command-cell {
    pointer-events: none;
    opacity: 0.65;
}

.application-fields-disabled[b-ktaaz1xplj] {
    pointer-events: none;
    opacity: 0.55;
    user-select: none;
}

.submit-confirmation[b-ktaaz1xplj] {
    display: grid;
    gap: 10px;
    color: #1f2937;
    line-height: 1.45;
}

    .submit-confirmation p[b-ktaaz1xplj] {
        margin: 0;
    }

.submit-confirmation__actions[b-ktaaz1xplj] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 8px;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-tabs {
    background: #fff;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-tabs-header {
    position: sticky;
    top: 72px;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #d8dee8;
    padding: 0 4px;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-tabs-tab {
    min-height: 38px;
    padding-inline: 14px;
    font-weight: 600;
    font-size: 14px;
}

    .application-form-shell[b-ktaaz1xplj]  .dxbl-tabs-tab.dxbl-active {
        color: #143a73;
    }

.application-form-shell[b-ktaaz1xplj]  .dxbl-tabs-content-panel {
    padding: 14px 6px 6px;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout,
.application-form-shell[b-ktaaz1xplj]  .Appl_WrapText_FullWidth,
.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout_BulkProducts {
    margin-top: 0;
    margin-bottom: 2px;
    --bs-gutter-y: 0.25rem;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_HeaderCaption {
    margin: 12px 0 7px;
    padding: 6px 10px;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    background: #154995;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_captionWidth,
.application-form-shell[b-ktaaz1xplj]  .Appl_WrapText,
.application-form-shell[b-ktaaz1xplj]  .Appl_WrapText_FullWidth {
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-fl-ctrl,
.application-form-shell[b-ktaaz1xplj]  .dxbl-fl-ctrl-nc {
    margin-top: 0 !important;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-fl-item {
    margin-bottom: 2px;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout .row,
.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout_BulkProducts .row {
    --bs-gutter-y: 0.25rem;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout [class*="col-"],
.application-form-shell[b-ktaaz1xplj]  .Appl_frmlayout_BulkProducts [class*="col-"] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.application-form-shell[b-ktaaz1xplj]  .application-type-options {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    min-height: 30px;
}

    .application-form-shell[b-ktaaz1xplj]  .application-type-options .dxbl-checkbox {
        min-width: auto;
    }

.application-form-shell[b-ktaaz1xplj]  .dxbl-text-edit,
.application-form-shell[b-ktaaz1xplj]  .dxbl-combobox,
.application-form-shell[b-ktaaz1xplj]  .dxbl-date-edit,
.application-form-shell[b-ktaaz1xplj]  .dxbl-memo {
    min-height: 30px;
    font-size: 14px;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-text-edit-input,
.application-form-shell[b-ktaaz1xplj]  .dxbl-combobox-input,
.application-form-shell[b-ktaaz1xplj]  .dxbl-date-edit-input,
.application-form-shell[b-ktaaz1xplj]  textarea {
    min-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

.application-form-shell[b-ktaaz1xplj]  .validation-message,
.application-form-shell[b-ktaaz1xplj]  .text-danger {
    margin-top: 4px;
    color: #b42318 !important;
    font-size: 12px;
    font-weight: 600;
}

.application-form-shell[b-ktaaz1xplj]  .grid-container {
    margin: 8px 0 14px;
    padding: 0 !important;
    border: 1px solid #d8dee8;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-grid {
    border: 0;
}

    .application-form-shell[b-ktaaz1xplj]  .dxbl-grid .dxbl-toolbar,
    .application-form-shell[b-ktaaz1xplj]  .dxbl-grid .dxbl-toolbar-items-container {
        width: 100%;
    }

    .application-form-shell[b-ktaaz1xplj]  .dxbl-grid .dxbl-toolbar {
        padding: 6px 8px;
        border-bottom: 1px solid #e2e8f0;
        background: #f8fafc;
    }

.application-form-shell[b-ktaaz1xplj]  .dxbl-grid-header-row {
    background: #f8fafc;
}

    .application-form-shell[b-ktaaz1xplj]  .dxbl-grid-header-row > td,
    .application-form-shell[b-ktaaz1xplj]  .dxbl-grid-header-row > th {
        color: #26364d;
        font-size: 12px;
        font-weight: 700;
    }

.application-form-shell[b-ktaaz1xplj]  .dxbl-grid td,
.application-form-shell[b-ktaaz1xplj]  .dxbl-grid th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

.application-form-shell[b-ktaaz1xplj]  .dxbl-btn {
    min-height: 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

    .application-form-shell[b-ktaaz1xplj]  .dxbl-btn.dxbl-btn-success {
        background-color: #227a4a;
        border-color: #227a4a;
    }

.application-form-shell[b-ktaaz1xplj]  .risk-class-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #172033;
    font-weight: 600;
}

    .application-form-shell[b-ktaaz1xplj]  .risk-class-radio input {
        width: 18px;
        height: 18px;
        accent-color: #154995;
    }

.application-form-shell[b-ktaaz1xplj]  .dxbl-upload {
    padding: 10px;
    border: 1px dashed #b8c4d6;
    border-radius: 6px;
    background: #f8fafc;
}

.application-form-shell[b-ktaaz1xplj]  .product-supporting-documents {
    margin-top: 10px;
}

    .application-form-shell[b-ktaaz1xplj]  .product-supporting-documents .dxbl-fl-ctrl,
    .application-form-shell[b-ktaaz1xplj]  .product-supporting-documents .dxbl-fl-ctrl-nc {
        width: 100%;
    }

.product-supporting-documents__panel[b-ktaaz1xplj] {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid #d8e2f0;
    border-left: 4px solid #154995;
    border-radius: 8px;
    background: #f8fafc;
}

.product-supporting-documents__copy[b-ktaaz1xplj] {
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.product-supporting-documents__note[b-ktaaz1xplj] {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.application-form-shell[b-ktaaz1xplj]  .product-supporting-documents__grid {
    border-radius: 8px;
    overflow: hidden;
}

.application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload {
    margin: 8px 0 14px;
    padding: 10px 12px;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #154995;
    border-radius: 8px;
    background: #eff6ff;
}

    .application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload .dxbl-fl-ctrl,
    .application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload .dxbl-fl-ctrl-nc {
        width: 100%;
    }

.application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload__title {
    margin-bottom: 10px;
    color: #172033;
    font-weight: 700;
}

.application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 100%;
}

.application-form-shell[b-ktaaz1xplj]  .schedule-certificate-upload__hint {
    flex: 1 1 420px;
    min-width: 260px;
    max-width: 760px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.schedule-certificate-popup[b-ktaaz1xplj] {
    display: grid;
    gap: 14px;
}

    .schedule-certificate-popup p[b-ktaaz1xplj] {
        margin: 0;
        color: #334155;
    }

.schedule-certificate-popup__list[b-ktaaz1xplj] {
    display: grid;
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
}

.schedule-certificate-popup__item[b-ktaaz1xplj] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    font-weight: 600;
}

.schedule-certificate-popup__empty[b-ktaaz1xplj] {
    padding: 12px;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 600;
}

.application-form-shell[b-ktaaz1xplj]  .Appl_FooterContent,
.application-form-shell[b-ktaaz1xplj]  .Appl_FooterInfo {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
}

.application-form-shell[b-ktaaz1xplj]  .DisableUploadFile {
    opacity: 0.55 !important;
}

@media (max-width: 768px) {
    .application-action-bar[b-ktaaz1xplj] {
        position: static;
        align-items: stretch;
        flex-direction: column;
    }

    .application-action-bar__context[b-ktaaz1xplj] {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .application-action-bar__actions[b-ktaaz1xplj] {
        justify-content: stretch;
    }

    .application-form-shell[b-ktaaz1xplj]  .dxbl-tabs-header {
        position: static;
        overflow-x: auto;
    }

    .application-form-shell[b-ktaaz1xplj]  .Appl_HeaderCaption {
        font-size: 14px;
    }
}
/* _content/HalalConnect/Components/Pages/Shared/Index.razor.rz.scp.css */
[b-iwqtl54ueq] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-iwqtl54ueq] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }


[b-iwqtl54ueq] .title {
    text-align: center;
}

[b-iwqtl54ueq] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-iwqtl54ueq] .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;
}

    [b-iwqtl54ueq] .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-iwqtl54ueq] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-iwqtl54ueq] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-iwqtl54ueq] .icon-fill {
    fill: var(--bs-primary);
}

[b-iwqtl54ueq] .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;
}

[b-iwqtl54ueq] .outlineAlignment {
    border: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

[b-iwqtl54ueq] .card-container {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px !important;
}

.dash-shell[b-iwqtl54ueq] {
    padding: 0 16px 24px;
    min-height: calc(100vh - 72px);
}

[b-iwqtl54ueq] .dash-layout,
[b-iwqtl54ueq] .dash-layout .dxbl-gridlayout-root {
    min-height: calc(100vh - 132px);
}

    [b-iwqtl54ueq] .dash-layout .dxbl-gridlayout-root {
        align-items: stretch;
    }

    [b-iwqtl54ueq] .dash-layout .dxbl-gridlayout-item {
        min-width: 0;
    }

    [b-iwqtl54ueq] .dash-layout .dash-card {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

        [b-iwqtl54ueq] .dash-layout .dash-card h3 {
            flex: 0 0 auto;
        }

.dash-progress-summary[b-iwqtl54ueq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.dash-progress-value[b-iwqtl54ueq] {
    color: #df6c32;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .dash-shell[b-iwqtl54ueq] {
        padding: 0 12px 20px;
        min-height: auto;
    }

    [b-iwqtl54ueq] .dash-layout,
    [b-iwqtl54ueq] .dash-layout .dxbl-gridlayout-root {
        min-height: auto;
    }
}
/* _content/HalalConnect/Components/Pages/Shipments/CreateShipment.razor.rz.scp.css */
.Header[b-4d58o59a9k]
{
    font-weight:bold !important;
    font-size: 18px !important;
    text-align:center !important;
}
.MainLayout[b-4d58o59a9k]
{
    padding-left : 20px!important;
}
.Shipment_HeaderCaption[b-4d58o59a9k] {
    background-color: cornflowerblue !important;
    font-weight: bolder !important;
    color: white !important;
    padding-left:5px !important;
    padding-top: 5px !important;
    height: 30px !important;
    width: 100% !important;
}
