﻿/*---------------------------------------------QAS Skin------------------------------------------------*/
/*----------Hiện tại chưa tách riêng ra file khác được, cần xin ý kiến của người quản lý Shell---------*/
.ppx-0 {
    padding: 0px;
}

.ppxr-0 {
    padding-right: 0px;
}

.ppxl-0 {
    padding-left: 0px;
}

.ppxt-0 {
    padding-top: 0px;
}

.ppxb-0 {
    padding-bottom: 0px;
}



.ppx-4 {
    padding: 4px;
}

.ppxr-4 {
    padding-right: 4px;
}

.ppxl-4 {
    padding-left: 4px;
}

.ppxt-4 {
    padding-top: 4px;
}

.ppxb-4 {
    padding-bottom: 4px;
}


.ppx-8 {
    padding: 8px;
}

.ppxr-8 {
    padding-right: 8px;
}

.ppxl-8 {
    padding-left: 8px;
}

.ppxt-8 {
    padding-top: 8px;
}

.ppxb-8 {
    padding-bottom: 8px;
}


.ppx-16 {
    padding: 16px;
}

.ppxr-16 {
    padding-right: 16px;
}

.ppxl-16 {
    padding-left: 16px;
}

.ppxt-16 {
    padding-top: 16px;
}

.ppxb-16 {
    padding-bottom: 16px;
}



.mpx-32 {
    margin: 32px;
}

.mpxr-32 {
    margin-right: 32px;
}

.mpxl-32 {
    margin-left: 32px;
}

.mpxt-32 {
    margin-top: 32px;
}

.mpxb-32 {
    margin-bottom: 32px;
}


.mpx-16 {
    margin: 16px;
}

.mpxr-16 {
    margin-right: 16px;
}

.mpxl-16 {
    margin-left: 16px;
}

.mpxt-16 {
    margin-top: 16px;
}

.mpxb-16 {
    margin-bottom: 16px;
}


.mpx-8 {
    margin: 8px;
}

.mpxr-8 {
    margin-right: 8px;
}

.mpxl-8 {
    margin-left: 8px;
}

.mpxt-8 {
    margin-top: 8px;
}

.mpxb-8 {
    margin-bottom: 8px;
}



.mpx-4 {
    margin: 4px;
}

.mpxr-4 {
    margin-right: 4px;
}

.mpxl-4 {
    margin-left: 4px;
}

.mpxt-4 {
    margin-top: 4px;
}

.mpxb-4 {
    margin-bottom: 4px;
}

.pnl-driver-all {
    border: 1px solid #D6D6D3;
}

.pnl-divider-bottom {
    border-bottom: 1px solid #D6D6D3;
}


.pnl-primary {
    background-color: transparent;
}


.pnl-secondary {
    background-color: rgb(245,245,245);
}

.pnl-secondary-radius {
    background-color: rgb(245,245,245);
    border-radius: 10px;
}


.pnl-basic {
    background-color: white;
}

.pnl-basic-radius {
    background-color: white;
    border-radius: 10px;
}

.pnl-info {
    background-color: rgb(237, 236, 237);
}

.pnl-info-radius {
    background-color: rgb(237, 236, 237);
    border-radius: 10px;
}

.hfont-primary-semibold {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.font-primary {
    font-family: "Segoe UI";
    font-size: 14px;
    color: black;
}


.font-primary-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: black;
}



.font-secondary {
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(109, 110, 112);
}

.font-secondary-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgb(109, 110, 112);
}


.font-basic {
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(77, 187, 176);
}


.font-basic-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgb(77, 187, 176);
}


.font-danger {
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgba(229, 76, 95);
}

.font-danger-semibold {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgba(229, 76, 95);
}




/*<!-- #region Grid -->*/

/*<!-- #endregion -->*/


.button-icon {
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    color: white;
    background-color: rgb(106, 138, 196);
    border-radius: 4px;
    border-style: none;
}

    .button-icon:hover {
        background-color: rgba(106, 138, 196, 0.6) !important;
    }


.button-primary {
    height: 32px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    color: white;
    background-color: rgb(77, 187, 176);
    border-radius: 4px;
    border-style: none;
}


    .button-primary:hover {
        background-color: rgba(77, 187, 176,0.6) !important;
    }

.button-basic {
    height: 32px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    color: rgb(77, 187, 176);
    background-color: white;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(77, 187, 176);
    border-width: 1px;
}

.button-bright.nav-link {
    height: 32px;
    padding: 0px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: rgb(162, 162, 162);
    background-color: white;
    border-radius: 8px;
    border-style: solid;
    border-color: rgb(162, 162, 162);
    border-width: 1px;
}

    .button-bright.nav-link.active {
        height: 32px;
        padding: 0px;
        font-family: "Segoe UI";
        font-size: 14px;
        font-weight: 500;
        color: rgb(40, 87, 154);
        background-color: white;
        border-radius: 8px;
        border-style: solid;
        border-color: rgb(40, 87, 154);
        border-width: 1px;
    }

.button-bright {
    height: 32px;
    padding: 0px;
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(40, 87, 154);
    background-color: white;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(40, 87, 154);
    border-width: 1px;
}


dropdown-dark.dropdown-toggle::after {
    content: "\f282"; /* mã của icon trong bootstrap icons */
}



.button-collapse {
    border: none;
    background-color: white;
}

    .button-collapse:before {
        content: "\f282"; /* mã của icon trong bootstrap icons */
        font-family: "bootstrap-icons"; /* tên font của icon */
        margin-right: 8px; /* khoảng cách giữa icon và content */
    }

    .button-collapse.collapsed:before {
        content: "\f285"; /* mã của icon trong bootstrap icons */
        font-family: "bootstrap-icons"; /* tên font của icon */
        margin-right: 8px; /* khoảng cách giữa icon và content */
    }


.button-link-primary-semibold {
    padding: 0px;
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(77, 187, 176);
    font-weight: 500;
    text-decoration: underline;
}

    .button-link-primary-semibold:hover {
        padding: 0px;
        font-family: "Segoe UI";
        font-size: 14px;
        color: rgb(77, 187, 176);
        font-weight: 500;
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0px;
    }


    .button-link-primary-semibold:focus {
        padding: 0px;
        font-family: "Segoe UI";
        font-size: 14px;
        color: rgb(77, 187, 176);
        font-weight: 500;
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0px;
    }


.button-link-secondary-semibold {
    padding: 0px;
    font-family: "Segoe UI";
    font-size: 14px;
    color: rgb(109, 110, 112);
    font-weight: 500;
    text-decoration: underline;
}


    .button-link-secondary-semibold:hover {
        padding: 0px;
        font-family: "Segoe UI";
        font-size: 14px;
        color: rgb(109, 110, 112);
        font-weight: 500;
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0px;
    }


.button-light-danger-semibold {
    padding: 0px;
    font-family: "Segoe UI";
    font-size: 14px;
    color: #b82f2f;
    font-weight: 500;
    text-decoration: none;
}


    .button-light-danger-semibold:hover {
        padding: 0px;
        font-family: "Segoe UI";
        font-size: 14px;
        color: #b82f2f;
        font-weight: 500;
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0px;
    }

.box-primary {
    --dxbl-text-edit-focus-shadow-color: rgba(77, 187, 176, 16%);
    --dxbl-text-edit-focus-border-color: rgba(77, 187, 176, 32%);
}

    /*region dxbl-edit-btn-dropdown (các button của combobox hay dateedit) -->*/
    .box-primary .dxbl-edit-btn-dropdown {
        border-left: none;
    }

    .box-primary svg {
        color: rgb(106, 138, 196) !important;
        font-size: 16px
    }
/*#endregion*/


/* #region Radio group */
/*.radio-primary .dxbl-checkbox {
    --dxbl-checkbox-radio-checked-border-color: rgb(106, 138, 196);
    --dxbl-checkbox-radio-check-bg: rgb(106, 138, 196);
    --dxbl-checkbox-switch-checked-bg: rgb(106, 138, 196);
    --dxbl-checkbox-switch-checked-hover-bg: rgb(106, 138, 196);
    --dxbl-checkbox-radio-checked-hover-bg: rgb(106, 138, 196);
}*/
/* #endregion */


.box-info {
    --dxbl-text-edit-focus-shadow-color: transparent;
    --dxbl-text-edit-focus-border-color: rgba(109,110,112,24%);
    --dxbl-text-edit-border-style: dashed;
    --dxbl-text-edit-bg: none;
    --dxbl-text-edit-btn-bg: none;
    --dxbl-btn-border-style: dashed;
}



.box-basic {
    --dxbl-text-edit-focus-shadow-color: transparent;
    --dxbl-text-edit-focus-border-color: none;
}

.box-primary::placeholder {
    font-style: italic;
}

.grid-primary-selected-row.dxbl-grid-selected-row {
    --dxbl-grid-selected-row-background-color: rgba(77, 187, 176, 16%);
    --dxbl-grid-selected-row-color: black;
    /*--dxbl-grid-selected-row-background-color: rgba(77, 187, 176, 16%);
    --dxbl-grid-selected-row-color: black;*/
}


.grid-primary-focused-row.dxbl-grid-focused-row {
    --dxbl-grid-focused-row-background-color: rgba(77, 187, 176, 16%);
    --dxbl-grid-focused-row-color: black;
}


.row-primary:hover {
    background-color: rgba(77, 187, 176, 8%);
}

.row-primary:selection {
    background-color: rgba(77, 187, 176, 8%);
}


.row-basic:hover {
    background-color: rgba(237, 236, 237, 50%);
}

.row-basic:selection {
    background-color: rgba(237, 236, 237, 50%);
}

.row-basic-selection {
    background-color: rgba(237, 236, 237, 50%);
}

.node-basic-selection {
    background-color: rgba(237, 236, 237, 50%);
}



.datetime-picker-primary > .dxbl-btn-group dxbl-btn-group-right > .dxbl-btn {
    color: rgb(77, 187, 176);
}

.nav-basic .nav-item {
    background-color: transparent;
}


.nav-basic .nav-link, .nav-basic > .nav-link {
    color: rgb(49, 57, 79,0.6);
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
}



    .nav-basic .nav-link.active, .nav-basic .show > .nav-link {
        /* color: rgb(77, 187, 176);*/
        color: rgb(49, 57, 79);
        font-family: "Segoe UI";
        font-size: 14px;
        font-weight: 500;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        margin-left: 0px;
        background-color: transparent;
    }




.btn-primary {
    height: 32px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    background-color: rgb(77, 187, 176);
    border-radius: 5px;
    border-style: none;
    border-width: 0px;
    padding-left: 16px;
    padding-right: 16px;
}


    .btn-primary.small {
        width: 20px;
        height: 20px;
        font-family: "Segoe UI";
        font-size: 14px;
        padding: 0px;
        color: white;
        background-color: rgb(77, 187, 176);
        border-radius: 5px;
        border-style: none;
        border-width: 0px;
        display: flex;
        align-items: center;
        --dxbl-btn-line-height: 0;
    }



.btn-secondary {
    height: 32px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    color: rgb(77, 187, 176);
    background-color: white;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(77, 187, 176);
    border-width: 1px;
}


.btn-danger {
    height: 32px;
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    background-color: rgba(229, 76, 95);
    border-radius: 5px;
    border-style: none;
    border-width: 0px;
    padding-left: 16px;
    padding-right: 16px;
}




/*.check-primary.dxbl-radio-group {
    display:flex;
    align-items:center;
    text-align:center;
}*/
.check-primary .dxbl-checkbox.dxbl-checkbox-radio {
    --dxbl-checkbox-radio-size: 16px;
    --dxbl-checkbox-radio-checked-border-color: rgb(77, 187, 176);
    --dxbl-checkbox-radio-check-bg: rgb(77, 187, 176);
    --dxbl-checkbox-switch-checked-bg: rgb(77, 187, 176);
    --dxbl-checkbox-switch-checked-hover-bg: rgb(77, 187, 176);
    --dxbl-checkbox-radio-checked-hover-bg: rgb(77, 187, 176);
    display: flex;
    align-items: center;
}

.check-primary .dxbl-checkbox > .dxbl-text:last-child {
    padding-left: 4px;
}




.txt-primary {
    border: 1px solid rgb(109, 110, 112,16%);
    border-radius: 5px;
    box-sizing: border-box;
    resize: none;
    box-sizing: border-box;
    resize: none;
    height: 32px;
    width: 100%;
    --dxbl-text-edit-btn-padding-x: 4px;
    --dxbl-text-edit-btn-padding-y: 4px;
    --dxbl-text-edit-border-color: transparent;
    --dxbl-text-edit-border-style: none;
    --dxbl-text-edit-border-width: 0px;
    --dxbl-text-edit-focus-border-color: transparent;
    --dxbl-text-edit-border-radius: 5px;
    --dxbl-text-edit-focus-shadow-color: rgba(77, 187, 176, 16%);
    --dxbl-text-edit-focus-border-color: rgba(77, 187, 176, 32%);
    /*--dxbl-text-edit-placeholder*/
    /*--dxbl-text-edit-line-height: 1.6;*/
}

    .txt-primary:focus {
        outline: none;
        border: 1px solid rgba(77, 187, 176, 32%);
        box-shadow: 0px 0px 2px 2px rgba(77, 187, 176, 16%);
        --dxbl-text-edit-border-color: transparent;
        --dxbl-text-edit-border-style: none;
        --dxbl-text-edit-border-width: 0px;
        /* --dxbl-text-edit-focus-shadow-color: rgba(77, 187, 176, 16%);
        --dxbl-text-edit-focus-border-color: rgba(77, 187, 176, 32%);*/
    }


    .txt-primary ::placeholder {
        font-style: italic;
    }


    .txt-primary .dxbl-image {
        --dxbl-image-height: 16px;
        --dxbl-image-width: 16px;
        /*color: #4DBBB0 !important;*/
    }


    .txt-primary.small-img .dxbl-image {
        --dxbl-image-height: 10px;
        --dxbl-image-width: 10px;
    }


    .txt-primary .dxbl-text-edit > .dxbl-btn, .dxbl-text-edit > .dxbl-btn-group > .dxbl-btn {
        border: none;
    }

.txt-area-primary {
    border: 1px solid rgb(109, 110, 112,16%);
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    resize: none;
    display: block;
}


    .txt-area-primary:focus {
        outline: none;
        border: 1px solid rgba(77, 187, 176, 32%);
        box-shadow: 0px 0px 2px 2px rgba(77, 187, 176, 16%);
    }

.check-primary:focus {
    border: 1px solid rgba(77, 187, 176, 32%);
    box-shadow: 0px 0px 2px 2px rgba(77, 187, 176, 16%);
}


.check-primary:checked {
    background-color: rgba(77, 187, 176);
    border-color: rgba(77, 187, 176);
}



.table-primary-radius {
    border-spacing: 0;
    border-collapse: separate;
    background-color: white;
    border: 1px solid rgb(109, 110, 112,16%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    display: block;
}




    .table-primary-radius thead {
        display: block;
        width: 100%;
        position: sticky;
        position: -webkit-sticky;
        top: 0px;
        background-color: white;
        z-index: 1;
    }

    .table-primary-radius tbody {
        display: block;
        min-height: 40px;
    }



        .table-primary-radius tbody tr, .table-primary-radius thead tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }




    .table-primary-radius th:first-child {
        border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
    }

    .table-primary-radius th:last-child {
        border-radius: 0 10px 0 0;
        -moz-border-radius: 0 10px 0 0;
        -webkit-border-radius: 0 10px 0 0;
    }

    .table-primary-radius td:first-child, .table-primary-radius th:first-child {
        border-left: medium none;
    }




    .table-primary-radius th {
        min-height: 40px;
        border-top: medium none;
        border-bottom: 1px solid rgb(109, 110, 112,16%);
        border-left: 1px solid rgb(109, 110, 112,16%);
        padding: 8px;
        vertical-align: middle;
        text-align: left;
        font-family: "Segoe UI";
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        color: rgb(113,113,113);
    }





    .table-primary-radius td {
        border-left: 1px solid rgb(109, 110, 112,16%);
        border-bottom: 1px solid rgb(109, 110, 112,16%);
        padding: 8px;
        min-height: 40px;
        text-align: left;
    }

.table-lite-primary tr.active {
    background-color: rgba(237, 236, 237, 50%);
}


/* Tùy chỉnh thanh cuộn cho WebKit */
/*table::-webkit-scrollbar {
    width: 12px;*/ /* Độ rộng của thanh cuộn dọc */
/*height: 12px;*/ /* Độ cao của thanh cuộn ngang */
/*}*/

.table-primary-radius::-webkit-scrollbar-track {
    /*background: #f1f1f1;*/ /* Màu nền của track */
    margin-top: 40px; /* Margin của track */
}

.table-primary-radius::-webkit-scrollbar-thumb {
    background: #888; /*Màu của thanh cuộn */
    border-top-right-radius: 10px; /* Bo tròn góc của thanh cuộn */
    border-bottom-right-radius: 10px; /* Bo tròn góc của thanh cuộn */
    /*border: 3px solid #f1f1f1;*/ /* Đường viền của thanh cuộn */
}

/* Thay đổi màu thanh cuộn khi hover */
/*table::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/

/*
Trong đoạn mã trên:
• table::-webkit-scrollbar tùy chỉnh kích thước của thanh cuộn.

• table::-webkit-scrollbar-track tùy chỉnh track của thanh cuộn, bao gồm cả margin.

• table::-webkit-scrollbar-thumb tùy chỉnh thanh cuộn chính.

Lưu ý rằng các bộ chọn này chỉ hoạt động trên các trình duyệt dựa trên WebKit. Đối với các trình duyệt khác như Firefox, bạn sẽ cần sử dụng các phương pháp khác hoặc các tiện ích mở rộng.
*/




.grid-primary-radius {
    padding: 0;
    border-radius: 10px;
}


    .grid-primary-radius .dxbl-grid-header-row {
        justify-content: center;
        background-color: white;
        color: #6D6E70;
        font-style: italic
    }

    .grid-primary-radius .dxbl-grid-header-content {
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        text-align: center;
    }

    .grid-primary-radius .dxbl-grid-focused-row {
        background-color: #f6f5f6;
    }

        .grid-primary-radius .dxbl-grid-focused-row td {
            color: #212529 !important;
        }


    .grid-primary-radius .dxbl-grid-selected-row {
        background-color: #f6f5f6;
    }

        .grid-primary-radius .dxbl-grid-selected-row td {
            color: #212529 !important;
        }

    .grid-primary-radius .dxbl-grid .dxbl-grid-table > thead > tr:last-child > td, .dxbl-grid .dxbl-grid-table > thead > tr:last-child > th {
        border-left: none;
    }


    .grid-primary-radius .dxbl-grid .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tbody > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > tfoot > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > tfoot > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .dxbl-grid .dxbl-grid-table > thead > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .dxbl-grid .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header) {
        border-left: none;
    }


    .grid-primary-radius .dxbl-grid-table > tbody > tr:first-child > td {
        border-left:none;
    }


.grid-primary-radius .dxbl-grid-group-row td {
    font-weight: 600;
    font-size: 14px !important;
    color: #80838f
}

    .grid-primary-radius .dxbl-scroll-viewer {
        border-radius: 10px;
    }

        .grid-primary-radius .dxbl-scroll-viewer .dxbl-scroll-viewer-content {
            border-radius: 10px;
        }

    .grid-primary-radius .dxbl-grid-header-content {
        justify-content: center;
        text-align: center;
    }

    .grid-primary-radius td {
        position: relative
    }

    .grid-primary-radius .dxbl-grid-table .dxbl-grid-focused-row.dxbl-grid-selected-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
        color: inherit;
    }

    .grid-primary-radius .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) {
        background-color: #dde4f9;
        color: black;
    }

    .grid-primary-radius > .dxbl-scroll-viewer:last-child, .grid-primary-radius > .dxbl-scroll-viewer:last-child > .dxbl-scroll-viewer-content, .grid-primary-radius > .dxbl-scroll-viewer:last-child > .dxbl-scroll-viewer-content > .dxbl-grid-table, .grid-primary-radius > .dxbl-scroll-viewer:last-child > .dxbl-scroll-viewer-content > .dxbl-grid-table > tfoot, .grid-primary-radius > .dxbl-scroll-viewer:last-child > .dxbl-scroll-viewer-content > .dxbl-grid-table > tfoot > tr:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /* .dxbl-grid .dxbl-grid-table .dxbl-grid-focused-row.dxbl-grid-selected-row:not(.dxbl-grid-touch-selection):not(.dxbl-grid-touch-selection-edge) > td:not(.dxbl-grid-empty-cell):not(.dxbl-grid-indent-cell) {
    background-color: rgba(246,245,246,255);
    color: black !important;
} */

    .grid-primary-radius .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) {
        background-color: transparent;
    }

    .grid-primary-radius .dxbl-grid-table > thead > tr:last-child > td, .grid-primary-radius .dxbl-grid-table > thead > tr:last-child > th {
        border-left: none;
    }

    .grid-primary-radius .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary-radius .dxbl-grid-table > tbody > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .grid-primary-radius .dxbl-grid-table > tfoot > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary-radius .dxbl-grid-table > tfoot > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .grid-primary-radius .dxbl-grid-table > thead > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary-radius .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header) {
        border-left: none;
        padding:8px;
    }





.grid-primary .dxbl-grid-table > tbody > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary .dxbl-grid-table > tbody > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .grid-primary .dxbl-grid-table > tfoot > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary .dxbl-grid-table > tfoot > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header), .grid-primary .dxbl-grid-table > thead > tr:not(.dxbl-grid-edit-row):not(.dxbl-grid-empty-row):not(.dxbl-grid-filter-row) > td:not(.dxbl-grid-indent-cell):not(.dxbl-grid-expand-button-cell):not(.dxbl-grid-empty-cell):not(.dxbl-grid-empty-data):not(.dxbl-grid-edit-form):not(.dxbl-grid-detail-cell), .grid-primary .dxbl-grid-table > thead > tr > th:not(.dxbl-grid-header-indent-cell):not(.dxbl-grid-empty-header) {
    padding: 8px;
}



.dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary.dxbl-popup-verticalalignment-center {
    border-radius: 10px;
    overflow: auto;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary > .dxbl-modal-content {
    overflow: auto;
}


    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary > .dxbl-modal-content .dxbl-popup-header > .dxbl-modal-header, .dxbl-modal > .dxbl-modal-root > .dxbl-popup > .dxbl-modal-content > .dxbl-modal-header {
        background-color: #FAFAFA;
        border-bottom: 1px solid rgb(109, 110, 112,16%);
    }


    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary > .dxbl-modal-content > .dxbl-modal-body {
        overflow: auto;
        padding: 0px;
    }


    .dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary > .dxbl-modal-content > .dxbl-modal-footer {
        padding: 0px;
        border-top: none;
    }

        .dxbl-modal > .dxbl-modal-root > .dxbl-popup.popup-primary > .dxbl-modal-content > .dxbl-modal-footer > .dxbl-text {
            padding: 0px;
        }

/*.modal-primary .modal-title {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: black;
}*/
.modal-primary .modal-content {
    border-radius: 10px;
}

.modal-primary .modal-header {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.modal-primary .modal-title {
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 500;
    color: black;
}



.offcanvas-primary .offcanvas-header {
    width: 100%;
    padding: 0px;
    height: auto;
}


.offcanvas-primary .offcanvas-body {
    width: 100%;
    overflow: auto;
    padding: 0px;
}
