@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Dashboard/Welcome.razor.rz.scp.css */
.dashboard-page[b-auo663slk6] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    padding: 20px;
}

.dashboard-toolbar[b-auo663slk6] {
    margin-bottom: 16px;
}

.dashboard-error-box[b-auo663slk6] {
    min-height: 38px;
}

.dashboard-error-text[b-auo663slk6] {
    margin: 0;
    font-size: 0.9rem;
    color: #b42318;
}

.dashboard-field label[b-auo663slk6] {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 0.9rem;
    font-weight: 700;
}

[b-auo663slk6] .dashboard-date-input {
    --dxbl-editor-border-radius: 12px;
    --dxbl-editor-border-color: #d7e0ea;
    --dxbl-editor-bg: #f8fafc;
    --dxbl-editor-hover-border-color: #3563e9;
    --dxbl-editor-focused-border-color: #3563e9;
    --dxbl-editor-focused-shadow: 0 0 0 4px rgba(53, 99, 233, 0.12);
}

.dashboard-actions[b-auo663slk6] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

[b-auo663slk6] .dashboard-btn {
    border-radius: 12px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 8px 16px;
    border: 1px solid transparent;
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

[b-auo663slk6] .dashboard-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

[b-auo663slk6] .dashboard-btn.dashboard-btn-primary {
    background: #0f172a;
    color: #ffffff;
}

[b-auo663slk6] .dashboard-btn.dashboard-btn-accent {
    background: #3563e9;
    color: #ffffff;
}

[b-auo663slk6] .dashboard-btn.dashboard-btn-ghost {
    background: #eef2f8;
    color: #334155;
    border-color: #d7e0ea;
}

.dashboard-chart-grid[b-auo663slk6] {
    max-height: 78vh;
    overflow: auto;
    padding-right: 4px;
}

.dashboard-chart-card[b-auo663slk6] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09);
    padding: 14px;
}

.dashboard-chart-card-tall[b-auo663slk6] {
    min-height: 800px;
}

.chart-tooltip-box[b-auo663slk6] {
    margin: 0.75rem;
}

.dashboard-summary[b-auo663slk6] {
    margin: 8px 0 14px;
}

.summary-card[b-auo663slk6] {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    background: linear-gradient(155deg, #ffffff 0%, #f8fbff 100%);
    padding: 12px 14px;
    min-height: 92px;
}

.summary-card h6[b-auo663slk6] {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
}

.summary-card p[b-auo663slk6] {
    margin: 8px 0 0;
    color: #b42318;
    font-size: 1rem;
    font-weight: 700;
}

.dashboard-report-wrap[b-auo663slk6] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    background: #ffffff;
    padding: 12px;
}

.table-wrap-scroll[b-auo663slk6] {
    max-height: 500px;
    overflow: auto;
}

.table-custom-wide[b-auo663slk6] {
    min-width: 1200px;
}

.table-custom thead th[b-auo663slk6],
.table-custom tfoot td[b-auo663slk6] {
    position: sticky;
    background: #0f172a;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    font-size: 0.9rem;
}

.table-custom thead th[b-auo663slk6] {
    top: 0;
}

.table-custom tfoot td[b-auo663slk6] {
    bottom: 0;
}

.table-custom tbody td[b-auo663slk6] {
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .dashboard-page[b-auo663slk6] {
        padding: 14px;
        border-radius: 16px;
    }

    .dashboard-actions[b-auo663slk6] {
        margin-top: 4px;
    }
}
/* /Pages/Login/LoginDuongNMComponent.razor.rz.scp.css */
.login-page[b-p1xr825mek] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/background_dp_1.jpg')
}

.login-page[b-p1xr825mek]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.018) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), transparent 85%);
    pointer-events: none;
}

.login-card[b-p1xr825mek] {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
}

.login-header[b-p1xr825mek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
}

.login-logo[b-p1xr825mek] {
    width: min(100%, 220px);
    max-width: 100%;
    height: auto;
}

.login-heading-copy[b-p1xr825mek] {
    display: grid;
    gap: 8px;
}

.login-kicker[b-p1xr825mek] {
    margin: 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.login-heading-copy h1[b-p1xr825mek] {
    margin: 0;
    color: #0f172a;
    font-size: 1.85rem;
    line-height: 1.2;
    font-weight: 800;
}

.login-summary[b-p1xr825mek] {
    margin: 0;
    color: #516074;
    font-size: 0.96rem;
    line-height: 1.6;
}

.login-field[b-p1xr825mek] {
    margin-top: 18px;
}

.login-field label[b-p1xr825mek] {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 650;
}

.login-field[b-p1xr825mek]  input.login-input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #d7e0ea;
    background: #f8fafc;
    color: #111827;
    font-size: 0.98rem;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.login-field[b-p1xr825mek]  input.login-input::placeholder {
    color: #94a3b8;
}

.login-field[b-p1xr825mek]  input.login-input:focus {
    outline: none;
    border-color: #3563e9;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(53, 99, 233, 0.12);
}

.password-field[b-p1xr825mek] {
    position: relative;
}

.login-field[b-p1xr825mek]  input.login-input-password {
    padding-right: 54px;
}

.password-toggle[b-p1xr825mek] {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.password-toggle:hover[b-p1xr825mek] {
    background: rgba(53, 99, 233, 0.08);
    color: #3563e9;
}

.password-toggle img[b-p1xr825mek] {
    width: 18px;
    height: 18px;
}

.login-field[b-p1xr825mek]  .field-message,
.login-field[b-p1xr825mek]  .validation-message {
    display: block;
    margin-top: 8px;
    color: #b42318;
    font-size: 0.88rem;
}

.login-error[b-p1xr825mek] {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b42318;
    font-size: 0.92rem;
    line-height: 1.5;
}

.login-submit[b-p1xr825mek] {
    width: 100%;
    height: 50px;
    margin-top: 22px;
    border: none;
    border-radius: 14px;
    background: #0f172a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.login-submit:hover:not(:disabled)[b-p1xr825mek] {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.login-submit:disabled[b-p1xr825mek] {
    opacity: 0.72;
    cursor: not-allowed;
}

.login-submit-content[b-p1xr825mek] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.login-spinner[b-p1xr825mek] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    animation: login-spin-b-p1xr825mek 0.8s linear infinite;
}

@keyframes login-spin-b-p1xr825mek {
    to {
        transform: rotate(360deg);
    }
}

.login-footer[b-p1xr825mek] {
    margin-top: 18px;
    text-align: center;
}

.login-footer a[b-p1xr825mek] {
    color: #3563e9;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
}

.login-footer a:hover[b-p1xr825mek] {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .login-page[b-p1xr825mek] {
        padding: 16px;
    }

    .login-card[b-p1xr825mek] {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .login-logo[b-p1xr825mek] {
        width: min(100%, 180px);
    }

    .login-heading-copy h1[b-p1xr825mek] {
        font-size: 1.55rem;
    }

    .login-summary[b-p1xr825mek] {
        font-size: 0.92rem;
    }

    .login-field[b-p1xr825mek] {
        margin-top: 16px;
    }

    .login-field[b-p1xr825mek]  input.login-input,
    .login-submit[b-p1xr825mek] {
        height: 48px;
    }
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-74xnvnfbs9] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-74xnvnfbs9] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    border: 1px solid #d7e0ea;
    background: #ffffff;
    color: #21409a;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler:hover[b-74xnvnfbs9] {
    border-color: #21409a;
}

@media (max-width: 768px) {
    .header-navbar .navbar-toggler[b-74xnvnfbs9] {
        min-width: 44px;
        min-height: 44px;
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-74xnvnfbs9] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-74xnvnfbs9] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-74xnvnfbs9] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-rufcupd256] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(53, 99, 233, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.05), transparent 26%),
        linear-gradient(160deg, #f8fbff 0%, #eef3f9 60%, #e8edf5 100%);
    color: #0f172a;
    position: relative;
}

.app-header[b-rufcupd256] {
    height: 68px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(148, 163, 184, 0.26);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.app-header-left[b-rufcupd256],
.app-header-right[b-rufcupd256] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-brand[b-rufcupd256] {
    display: inline-flex;
    align-items: center;
}

.app-brand-logo[b-rufcupd256] {
    height: 40px;
    width: auto;
}

.app-sidebar-toggle[b-rufcupd256] {
    width: 38px;
    height: 38px;
    border: 1px solid #d7e0ea;
    border-radius: 10px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.app-sidebar-toggle:hover[b-rufcupd256] {
    border-color: #3563e9;
    color: #3563e9;
}

.app-welcome-text[b-rufcupd256] {
    margin: 0;
    font-size: 0.95rem;
    color: #334155;
    font-weight: 600;
}

.app-user-menu[b-rufcupd256] {
    position: relative;
}

.app-user-trigger[b-rufcupd256] {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d7e0ea;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
}

.app-user-trigger img[b-rufcupd256] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-user-dropdown[b-rufcupd256] {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    padding: 10px;
    margin: 0;
    list-style: none;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.app-user-dropdown li a[b-rufcupd256] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
}

.app-user-dropdown li a:hover[b-rufcupd256] {
    background: rgba(53, 99, 233, 0.08);
    color: #1d4ed8;
}

.app-layout[b-rufcupd256] {
    min-height: calc(100vh - 68px);
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    transition: grid-template-columns 0.24s ease;
}

.app-sidebar[b-rufcupd256] {
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.app-main-content[b-rufcupd256] {
    padding: 18px;
    overflow: auto;
}

.app-main-content > *[b-rufcupd256] {
    max-width: 100%;
}

.app-main-content :where(img, svg, canvas, iframe, video)[b-rufcupd256] {
    max-width: 100%;
    height: auto;
}

.app-shell.sidebar-collapsed .app-layout[b-rufcupd256] {
    grid-template-columns: 84px minmax(0, 1fr);
}

.app-shell.sidebar-collapsed .app-sidebar[b-rufcupd256] {
    border-right-color: rgba(148, 163, 184, 0.2);
}

.app-shell.sidebar-collapsed .app-nav-shell[b-rufcupd256] {
    padding: 10px 8px;
}

.app-backdrop[b-rufcupd256] {
    position: fixed;
    inset: 68px 0 0 0;
    border: none;
    background: rgba(15, 23, 42, 0.36);
    z-index: 15;
}

.app-unauth-shell[b-rufcupd256] {
    display: contents;
}

@media (max-width: 1200px) {
    .app-layout[b-rufcupd256] {
        grid-template-columns: minmax(0, 1fr);
        transition: none;
    }

    .app-shell.sidebar-collapsed .app-layout[b-rufcupd256] {
        grid-template-columns: minmax(0, 1fr);
    }

    .app-sidebar[b-rufcupd256] {
        position: fixed;
        top: 68px;
        left: 0;
        width: min(320px, 90vw);
        height: calc(100vh - 68px);
        z-index: 30;
        transition: transform 0.24s ease;
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
    }

    .app-sidebar.is-closed[b-rufcupd256] {
        transform: translateX(-100%);
    }

    .app-sidebar.is-open[b-rufcupd256] {
        transform: translateX(0);
    }

    .app-main-content[b-rufcupd256] {
        padding: 14px;
    }
}

@media (max-width: 768px) {
    .app-header[b-rufcupd256] {
        height: 60px;
        padding: 0 10px;
    }

    .app-layout[b-rufcupd256] {
        min-height: calc(100vh - 60px);
    }

    .app-sidebar[b-rufcupd256] {
        top: 60px;
        width: min(280px, 88vw);
        height: calc(100vh - 60px);
    }

    .app-backdrop[b-rufcupd256] {
        inset: 60px 0 0 0;
    }

    .app-brand-logo[b-rufcupd256] {
        height: 34px;
    }

    .app-main-content[b-rufcupd256] {
        padding: 10px;
        overflow-x: auto;
    }

    .app-welcome-text[b-rufcupd256] {
        display: none;
    }

    .app-user-dropdown[b-rufcupd256] {
        min-width: min(220px, calc(100vw - 20px));
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.app-nav-shell[b-pcsemoaf53] {
    height: 100%;
    overflow: auto;
    padding: 12px;
}

.app-nav-shell.expand[b-pcsemoaf53] {
    display: block;
}

.app-nav-shell.collapse[b-pcsemoaf53] {
    display: block;
}

[b-pcsemoaf53] .app-nav-tree {
    height: 100%;
    --dxbl-treeview-spacing-x: 0.4rem;
    --dxbl-treeview-spacing-y: 0.85rem;
    --dxbl-treeview-item-hover-bg: rgba(53, 99, 233, 0.1);
    --dxbl-treeview-item-selected-bg: rgba(53, 99, 233, 0.16);
    --dxbl-treeview-item-selected-color: #1d4ed8;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    padding: 12px;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel {
    margin-bottom: 10px;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel input {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #d7e0ea;
    background: #f8fafc;
    padding: 0 10px;
    font-size: 0.9rem;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    gap: 8px;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel .dxbl-btn,
[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #d7e0ea;
    background: #ffffff;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel .dxbl-btn:hover,
[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel button:hover {
    border-color: #3563e9;
    background: #ffffff;
    color: #3563e9;
    box-shadow: 0 4px 10px rgba(53, 99, 233, 0.14);
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel .dxbl-btn:focus-visible,
[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-filter-panel button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(53, 99, 233, 0.2);
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-item {
    border-radius: 10px;
    margin: 2px 0;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-item.dxbl-selected {
    box-shadow: inset 0 0 0 1px rgba(53, 99, 233, 0.25);
}

[b-pcsemoaf53] .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-btn > svg.dxbl-image {
    color: #3563e9 !important;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree {
    padding: 8px 6px;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-filter-panel {
    display: none;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item {
    margin: 6px 0;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    min-height: 40px;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content .dxbl-treeview-item-text,
.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content .dxbl-treeview-item-title,
.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content > span:not(.dxbl-image),
.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content > div:not(.dxbl-image) {
    display: none !important;
}

.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content .dxbl-image,
.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content i,
.app-nav-shell.collapse[b-pcsemoaf53]  .app-nav-tree .dxbl-treeview-item > .dxbl-treeview-item-content svg {
    font-size: 1.02rem;
    width: 18px;
    height: 18px;
}

@media (max-width: 1200px) {
    .app-nav-shell[b-pcsemoaf53] {
        padding: 10px;
    }
}

.dxbl-treeview .dxbl-navigation-filter[b-pcsemoaf53]{
    border: none;
}

.dxbl-navigation-filter .dxbl-text-edit[b-pcsemoaf53]{
    border: none;
}
