﻿@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
.dxbl-badge {
    --dxbl-navigation-badge-bg: #1582e1
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nameWareHouse{
    padding: 0;
}
.menu-button-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/menu-svgrepo-com.svg');
}
[b-zo273wadzy] .icon {
    background-color: gray !important;
}
    .dxbl-btn-standalone.dxbl-btn-info {
    --dxbl-btn-border-color: none !important;
}
.dxbl-sc-table {
    height: auto !important;
}

.dxbl-scheduler .dxbl-sc-timeline {
    zoom: 0.8;
}
    /*.dxbl-scheduler .dxbl-sc-timeline .dxbl-sc-resource-headers > tbody > tr > td {
    height: 100px !important
}
.dxbl-scheduler .dxbl-sc-timeline .dxbl-sc-horizontal-view > tbody > tr:not(:first-child) > td {
    height: 100px !important;
}*/
    .dxbl-scheduler .dxbl-sc-timeline .dxbl-sc-resource-headers > tbody > tr > td {
        min-height: 50px !important;
        height: 80px !important;
    }

    .dxbl-scheduler .dxbl-sc-timeline .dxbl-sc-horizontal-view > tbody > tr:not(:first-child) > td {
        min-height: 50px !important;
        height: 80px !important;
    }

.dxbl-scheduler .dxbl-sc-apt.dxbl-sc-horizontal-apt {
    height: 25px;
}

.requiredP::after {
    content: "*";
    color: red;
}

.next-button-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/images/next-svgrepo-com.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-menu-left {
    height: calc(100dvh - 30px) !important;
}

.appt-tooltip {
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: "Segoe UI", Roboto, sans-serif;
}

.appt-tooltip-body {
    padding: 8px 10px;
    font-size: 13px;
    color: #333;
}

    .appt-tooltip-body div {
        margin-bottom: 4px;
    }

.demo-sc-size {
    flex: 0 0 60%; /* 60% viewport height */
    height: calc(100dvh - var(--dynamic-offset, 0px));
}

.dxbl-btn.dxbl-grid-filter-menu-funnel-btn.dxbl-grid-filter-menu-funnel-btn-filled {
    --dxbl-btn-hover-color: none;
    --dxbl-btn-color: none;
}

a:hover {
    background-color: oklch(0.932 0.032 255.585) !important;
}

.dxbl-loading-panel-shading {
    background-color: #f8f9fa !important;
}

.dxbl-loading-panel-indicator svg circle,
.dxbl-loading-panel-indicator svg path {
    stroke: oklch(48.8% 0.243 264.376) !important;
}
/* Làm chữ rõ ràng hơn + thêm khung */
.dxbl-loading-panel-message {
    color: black !important; /* chữ đậm hơn */
    background-color: rgba(255, 255, 255, 0.8); /* nền chữ sáng, giúp nổi bật */
    border: 1px solid rgba(0, 0, 0, 0.2); /* khung nhẹ */
    border-radius: 8px; /* bo tròn khung */
    padding: 6px 12px; /* khoảng cách bên trong khung */
    font-weight: 600; /* chữ dày hơn */
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* đổ bóng nhẹ */
}

/* Căn giữa nội dung loading (chữ + spinner) */
.dxbl-loading-panel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    border-color: none !important;
}

.menu-button:focus-visible, .menu-button:active, .menu-button:hover {
    background-color: oklch(0.645 0.245 262.881) !important;
    transition: background-color 0.2s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}

    .menu-button:hover .icon {
        filter: brightness(0) invert(1) !important;
    }

.links-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* Nút "Quên mật khẩu?" — nhỏ hơn nút Đăng nhập */
.forgot-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #6a11cb 0%, #ff6b81 100%);
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    /* Hiệu ứng hover nhẹ */
    .forgot-btn:hover {
        opacity: 0.9;
        transform: scale(1.03);
    }



.login-btn {
    background: linear-gradient(90deg, #6a11cb 0%, #ff6b81 100%);
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    transition: all 0.3s ease;
    text-transform: none; /* giữ nguyên chữ Đăng nhập */
}

    .login-btn:hover {
        opacity: 0.9;
        transform: scale(1.02);
    }

    .login-btn:active {
        transform: scale(0.98);
    }

.dxbl-grid .dxbl-grid-table .dxbl-grid-focused-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell)::before {
    background-color: oklch(0.932 0.032 255.585);
    color: black !important;
}

.dxbl-grid-focused-row, .dxbl-grid-data-row--focused, .dxbl-grid-data-row.dxbl-state-focused {
    background-color: oklch(0.932 0.032 255.585) !important;
    color: black !important;
}

.dxbl-grid-table.dxbl-grid-row-hover-enabled > tbody > tr.dxbl-grid-focused-row:not(.dxbl-grid-group-row):not(.dxbl-grid-group-footer-row):not(.dxbl-grid-edit-row):hover > td:not(.dxbl-grid-edit-form):not(.dxbl-grid-indent-cell):not(.dxbl-grid-detail-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-empty-cell)::before {
    background-color: oklch(0.932 0.032 255.585);
    color: black;
}

.dxbl-grid-table.dxbl-grid-row-hover-enabled > tbody > tr.dxbl-grid-focused-row:not(.dxbl-grid-group-row):not(.dxbl-grid-group-footer-row):not(.dxbl-grid-edit-row):hover > td:not(.dxbl-grid-edit-form):not(.dxbl-grid-indent-cell):not(.dxbl-grid-detail-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-empty-cell) {
    background-color: oklch(0.932 0.032 255.585);
    color: black;
}

.dxbl-grid-empty-cell {
    display: none !important;
}

.btnPass {
    width: 60% !important;
}

.video-background {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .video-background .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        filter: brightness(60%);
    }

.breadcrumb a {
    cursor: pointer;
    transition: color 0.2s;
    padding: 6px;
    padding-top: 4px;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

    .breadcrumb a:hover {
        color: #1d4ed8;
    }

@media(min-width: 768px) {


    .dxbl-grid-header-content {
        min-width: fit-content;
    }

    .phieu-thu-container {
        max-height: 80vh; /* Giới hạn toàn bộ form chỉ cao 80% màn hình */
        overflow-y: auto; /* Cuộn dọc toàn form */
        padding: 10px;
    }

    .dxbl-tabs .dxbl-tabs-content-panel {
        height: 60%;
    }

    [b-zo273wadzy] .content {
        overflow: hidden !important;
    }


    /*.dxbl-grid {*/
    /*overflow-y: auto;
        height: calc(100vh - 140px) !important;*/
    /*margin: 0;
        display: flex;
        flex-direction: column;*/
    /*height: 87vh;*/
    /*height: calc(100dvh - var(--dynamic-offset, 170px));
    }*/
    .grid-phieuthu {
        height: 24vh !important;
    }
    /*.grid-special {*/
    /* overflow-y: auto;
        height: calc(100vh - 170px) !important;*/
    /*margin: 0;
        display: flex;
        flex-direction: column;
        height: 84vh;

    }*/

    /*    .grid-special {
        height: calc(100dvh - var(--dynamic-offset, 170px));
        overflow-y: auto;
        margin: 0;
    }*/

    /*.grid-special-kt {*/
    /* overflow-y: auto;
        height: calc(100vh - 190px) !important;*/
    /*margin: 0;
        display: flex;
        flex-direction: column;
        height: calc(100dvh - var(--dynamic-offset, 170px));*/
    /*height: 84vh;*/
    /*}*/
    .DetailWidthP {
        width: 560px !important;
        height: auto !important;
    }

    .DetailWidth {
        height: auto !important;
    }

    .grid-container {
    }

    .dxbl-grid-header-row {
        height: 35px;
        color: ghostwhite;
    }

    .login-frame {
        background: rgba(255, 255, 255, 0.9);
        padding: 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
        width: 350px;
        max-width: 90%;
    }

    .main-content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        z-index: 1;
    }

    /* Optional: Adjust cho DxFormLayout items để fit frame */
    .login-frame .dx-form-layout-item {
        margin-bottom: 15px; /* Khoảng cách giữa các input */
    }

    .login-frame .dx-button {
        border-radius: 4px; /* Bo góc nút Login */
    }

    .sidebar-wrapper {
        height: 100%;
    }

    .dxbl-grid .dxbl-grid-table > tbody > tr {
        height: 35px;
    }

    .sidebar-wrapper.auto-expanded {
        display: none;
    }

    [b-u1achu8k1d] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: flex-start !important;
    }
    [b-u1achu8k1d] .welcome-cards {
        justify-content: flex-start !important;
    }

}

@media (max-width: 767.98px) {
    .dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-body > .dxbl-group-body-content {
        min-height: 200px;
        max-height: 60vh;
        overflow: auto;
    }

    .welcome-gridlayout {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .welcome-cards {
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        overflow-y: auto !important;
        height: 95vh !important;
    }

    .dxbl-popup {
        width: 65% !important;
        margin-left: 50px;
    }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.dxbl-popup-adaptivity {
        justify-self: anchor-center;
    }

    .dxbl-popup-content {
        max-height: 85vh !important;
        overflow-y: auto !important;
    }

    .dxbl-popup .dxbl-btn {
        width: 30% !important;
    }

    .dxbl-popup .dxbl-btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
    }

        .dxbl-popup .dxbl-btn-group .dxbl-btn {
            flex: 1 1 48%;
        }

    .dxbl-grid-edit-form {
        width: 95% !important;
        max-width: 95% !important;
    }

    .content .dxbl-grid,
    .content .dxbl-scroll-viewer {
        overflow-y: auto !important;
        height: calc(var(--app-height) - 60px);
    }

    .dxbl-scroll-viewer {
        max-height: 60% !important;
        overflow-y: auto !important;
    }

    .dxbl-grid-container,
    .dxbl-scroll-viewer-content {
        height: 100% !important;
    }

    .toolbar-container {
        flex-direction: column;
        align-items: stretch !important;
        gap: 0.5rem;
    }

    .toolbar-left {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .toolbar-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4rem;
    }

        .toolbar-right .dx-button,
        .toolbar-right .dx-textbox {
            flex: 1 1 45%;
            min-width: 130px;
        }

        .toolbar-right .dx-textbox {
            max-width: 230px;
        }

    .toolbar-container .dx-editor-button {
        display: none;
    }

    .page-layout {
        height: 100vh;
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr;
    }

    .blazor-scroll-view {
        height: 50%;
    }

    .h-100, .dxbl-grid-layout-item.h-100 {
        height: auto !important;
        max-height: 100vh !important;
        overflow: visible !important;
    }

    .layout-sidebar {
        height: auto !important;
        overflow: visible !important;
    }

    .menu-toggle {
        display: block !important;
    }

    .layout-header {
        position: sticky !important;
        top: 0;
        z-index: 1050;
        width: 100%;
        background: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }


    #sidebar.auto-expanded[b-memhwis5yx] {
        display: none !important;
    }

    .sidebar-wrapper.auto-expanded {
        display: none;
    }

    .sidebar-wrapper {
        transition: transform 0.3s ease-in-out;
        position: fixed !important;
        top: 0;
        left: 0;
        width: fit-content; /* thay vì fit-content để cố định kích thước */
        height: 100% !important;
        z-index: 1040;
        background: white;
        overflow-y: auto !important;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        padding: 0;
        margin: 0;
    }


    .menu.display-mobile {
        margin-bottom: 15px !important;
    }

    .content {
        overflow-y: auto;
        height: calc(var(--app-height) - 60px);
    }

    .header-right {
        flex-wrap: wrap;
    }

    .button-box {
        margin: 0 4px;
        font-size: 0.9em;
    }
}

#menu-top {
    z-index: 1060;
}

    #menu-top:active + .layout-header,
    .layout-header {
        display: block !important;
    }

.back-button {
    border: none !important;
}

.alt-item:not(.dxbl-selected-row):not(.dxbl-hover-row) > td {
    background-color: #FAFAFA;
    --dxbl-grid-bg: #FAFAFA;
    color: black !important;
}

.dxbl-grid .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row):not([dxbl-top-virtual-spacer-element]):not([dxbl-bottom-virtual-spacer-element]) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data-area):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell) {
    color: black;
}

.dxbl-grid .dxbl-grid-data-row.dxbl-selected-row > td {
    background-color: #FAFAFA !important;
    --dxbl-grid-bg: #4893D8 !important;
    color: black !important;
}

.dxbl-grid .dxbl-grid-data-row.dxbl-hover-row:not(.dxbl-selected-row) > td {
    background-color: #4893D8 !important;
    --dxbl-grid-bg: #4893D8 !important;
}



.form-filter-layout .dxbl-fl-item {
    width: fit-content;
}

.block-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.block-contents-item {
    width: 60%;
}

.dxbl-fl .dxbl-fl-item {
}

.dxbl-grid-table dxbl-grid-row-hover-enabled {
    width: auto;
}

[b-u1achu8k1d] .welcome-card .welcome-card-img {
    width: 5.5rem !important;
    height: 5rem !important;
}

    [b-u1achu8k1d] .welcome-card {
        width: 14.25rem !important;
        height: 10rem !important;
        gap: 0.75rem !important;
        background: #fffffe;
    }
.welcome-card-img {
    margin-top: 0px !important;
}
    [b-u1achu8k1d] .welcome-card .welcome-card-text {
        width: 15rem !important;
        height: fit-content !important;
        font-size: 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.25rem;
        border-radius: 0.5rem;
        text-decoration: none;
        transition: transform 0.2s ease;
        gap: 0px;
    }

[b-u1achu8k1d] .welcome-cards {
    padding: 1rem !important;
}



.welcome-card:hover {
    transform: scale(1.05);
}

.welcome-card-img {
    margin-top: 1rem;
}

.welcome-card-text {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    color: var(--bs-dark);
}

.welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.3) 100%);
    border-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}

.welcome-card:hover .welcome-card-back {
    opacity: 1;
}
/*.welcome-card .welcome-card-img {
    color: #0000ff !important;
}
.welcome-card-img {
    fill: none; 
}*/
/*.sidebar .info-wrapper {
    font-size: 0.75rem;
    margin: 0 1rem;
    padding: 0.5rem 0;
    position: relative;
    width: 295px;
}
    .sidebar .info-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-top: 1px solid currentColor;
        opacity: 0.15;
    }
*/
.dxbl-btn {
    margin-left: 0;
}

.dxbl-text-editor-input {
    min-width: 250px !important;
}

.dxbl-btn-caption {
    font-weight: 600 !important;
    min-width: 90px;
}

.devexpress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 1px 16px;
}


.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    height: 28px;
}

.brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.brand-subtitle {
    font-size: 0.9rem;
    color: #777;
}


.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}


.button-box {
    border: 1px solid #d1d1d1 !important;
    border-radius: 6px !important;
    background-color: white !important;
    color: #333 !important;
    padding: 3px 10px !important;
}

    .button-box:hover {
        background-color: #f3f3f3 !important;
        border-color: #bdbdbd !important;
    }


.menu-toggle {
    display: flex;
    align-items: center;
}

.tree-container::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

.tree-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.tree-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .tree-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.blazor-scroll-view {
    height: 100%;
}

.dxbl-scroll-viewer {
    --dxbl-scroll-viewer-vert-scroll-bar-width: 0.2rem;
}

.custom-tree-view {
    --dxbl-treeview-spacing-y: 0.25rem;
}

.dxbl-grid-layout-item {
    box-shadow: inset -140px -8px 30px -100px rgba(0, 0, 0, 0.08);
}

.dxbl-tree-view {
    --dxbl-treeview-font-weight: 400;
    --dxbl-treeview-line-height: 1.4285;
    --dxbl-treeview-text-padding-y: 0.25003125rem;
    --dxbl-treeview-item-spacing-y: 0.375rem;
}

.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    color: oklch(0.546 0.245 262.881);
}

    .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active::before {
        background-color: oklch(93.2% 0.032 255.585);
    }

.ch-360 .dxbl-grid-selected-row {
    background-color: oklch(0.932 0.032 255.585);
}

.no-bottom-padding .dx-formlayout-group-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.me-2 {
    width: fit-content;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0 !important
}

.toolbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2px;
    background-color: white;
}

.toolbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toolbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dx-button,
.dx-dropdownbutton,
.dx-textbox {
    height: 36px;
    background-color: #fffffe
}

    .dx-button .dx-icon {
        font-size: 1rem;
    }

.dx-textbox {
    width: 200px;
}

.title[b-zo273wadzy] {
    font-size: 1.25rem !important;
}

.dxbl-treeview-item-text-container {
}

.dxbl-treeview-item-content {
    font-weight: normal;
}

.dxbl-treeview .dxbl-treeview-node.dxbl-treeview-node-selected {
    background-color: oklch(93.2% 0.032 255.585) !important;
    color: oklch(0.546 0.245 262.881) !important;
    border-radius: 6px;
}

.dxbl-group-header {
    background-color: #fffffe !important;
}

.dxbl-group {
    border-radius: 0.25rem;
    overflow-wrap: break-word;
    background-clip: border-box;
    background-color: #fffffe;
}

.dxbl-grid-header {
    background-color: oklch(60.8% 0.243 264.376) !important;
}

.dxbl-grid-header-row {
    background-color: #fffffe !important;
}

.px-4 {
    padding: 0.5rem !important;
    background-color: #f4f4f3;
}

.layout-header {
    box-shadow: 0 0.125rem 0.25rem 0 #00000024, 0 0 0.125rem 0 #0000001F;
}

.page-layout {
    background-color: #fffffe;
}



html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}


.or {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .or .or-line {
        border-bottom: 1px solid var(--bs-body-color);
        width: 100%;
        opacity: 0.2;
    }

    .or .or-text {
        padding: 0 0.625rem 0px 0.625rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        color: var(--bs-body-color);
        opacity: 0.7;
    }

.links-area {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.625rem;
}

.links-container {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
}

    .links-container .dot {
        height: 0.3125rem;
        width: 0.3125rem;
        margin: 0 0.1875rem;
        border-radius: 50%;
        background-color: var(--bs-body-color);
        opacity: 0.7;
    }

.manage-layout {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.info-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    background: var(--bs-primary);
    z-index: -1;
}

.info-message {
    padding: 0.625rem 1rem 0.625rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .info-message.info-panel {
        margin-bottom: 0.625rem;
    }

.manage-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.large-input {
    height: 4.3125rem;
    font-size: 1.875rem;
}

.title-content-text-secondary {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
}

.confirm-button {
    margin-top: 0.3125rem;
}

.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

.icon-external-provider {
    width: 1rem;
    height: 1rem;
}

.icon-google {
    background-image: url("/images/account/providers/google-logo.svg")
}

.icon-facebook {
    background-image: url("/images/account/providers/facebook-logo.svg")
}

.icon-microsoft {
    background-image: url("/images/account/providers/microsoft-logo.svg")
}

.icon-twitter {
    background-image: url("/images/account/providers/x-logo.svg")
}

@media (max-width: 768px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }
}

/*PH*/
/* Root layout cao bằng viewport */
.page-layout .dxbl-gridlayout-root {
    height: 100dvh;
}

/* Cột content phải cho con co lại */
.content {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Khối chứa grid */
.grid-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

/* Loading panel của DevExpress thường ôm grid: phải cho co lại */
.dxbl-loading-panel,
.dxbl-loading-panel .dxbl-loading-panel-target-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

/* Chính grid: làm container flex để tách ScrollViewer và Pager */
.grid-special {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: calc(100dvh - var(--dynamic-offset, 0px)) !important; /* hoặc dùng --grid-height nếu bạn set bằng JS */
    box-sizing: border-box;
}

    /* Phần cuộn thực sự của DevExpress phải chiếm phần dư */
    .grid-special > .dxbl-scroll-viewer {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
    }

/* Pager/footer giữ chiều cao tự nhiên, không được lớn lên */
.dxbl-grid-bottom-panel {
    flex: 0 0 auto;
}

.dxbl-grid {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: calc(100dvh - var(--dynamic-offset, 0px)); /* hoặc dùng --grid-height nếu bạn set bằng JS */
    box-sizing: border-box;
}

.dxbl-tabs .dxbl-tabs-content-panel .dxbl-tabs-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: calc(100dvh - var(--dynamic-offset, 0px)) !important; /* hoặc dùng --grid-height nếu bạn set bằng JS */
    box-sizing: border-box;
}
/* Phần cuộn thực sự của DevExpress phải chiếm phần dư */
.dxbl-grid > .dxbl-scroll-viewer {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
}

.grid-special-kt {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: calc(100dvh - var(--dynamic-offset, 0px)); /* hoặc dùng --grid-height nếu bạn set bằng JS */
    box-sizing: border-box;
}

    /* Phần cuộn thực sự của DevExpress phải chiếm phần dư */
    .grid-special-kt > .dxbl-scroll-viewer {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
    }
