.test-notification-overlay-classname > .ant-popover-content > .ant-popover-arrow {
    right: 7px !important
}

/*###*/
.popupSubMenuInline, .popupSubMenuInline ul.ant-menu-sub {
    background: #096dd9 !important;
}

.popover-overlay-no-arrow .ant-popover-arrow {display: none}

/*member list can bo xu ly trong nhiem vu -------------------------------------------------------*/
.member-list {
    padding-top: 2px;
}
.member-avatar {
    position: relative;
    float: left;
    height: 32px;
    width: 32px;
    margin-right: 4px;
}
.member-avatar .member-avatar-item {
    cursor: pointer;
    background-color: #dfe1e6;
    border-radius: 25em;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
}
.member-avatar-cq {
    height: 28px;
    margin-right: 4px;
    display: inline-block;
}
.member-avatar-cq .member-avatar-item-cq {
    cursor: pointer;
    background-color: #dfe1e6;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    height: 28px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}
/*--------------------*/

.isomorphicTopbar .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu.ant-menu-submenu-selected {
    background-color: #1890ff;
}

.class-pull-left {
    float: left;
}

.ant-form-item-required::before {
    display: none !important;
}

.ant-form-item-required::after {
    display: inline-block !important;
    content: "*" !important;
    line-height: 1 !important;
    font-size: 14px !important;
    color: #f5222d !important;
}

.ant-form-item .ant-form-item-label > label::after {
    content: '';
}

.ant-form .ant-form-item-label label {
    pointer-events: none !important;
}

.ant-form .ant-form-item {
    margin-bottom: 15px !important;
}

.ant-modal-title {
    font-size: 18px !important;
}

.ant-modal-confirm .ant-modal-content {
    width: 460px !important;
}

/* disable */
.dbpAWL.ant-btn.ant-btn.disabled, .dbpAWL.ant-btn.ant-btn[disabled], .dbpAWL.ant-btn.ant-btn.disabled:hover, .dbpAWL.ant-btn.ant-btn[disabled]:hover, .dbpAWL.ant-btn.ant-btn.disabled:focus, .dbpAWL.ant-btn.ant-btn[disabled]:focus, .dbpAWL.ant-btn.ant-btn.disabled:active, .dbpAWL.ant-btn.ant-btn[disabled]:active, .dbpAWL.ant-btn.ant-btn.disabled.active, .dbpAWL.ant-btn.ant-btn[disabled].active,
.ant-radio-disabled,
.ant-radio-wrapper-disabled,
.ant-radio-disabled .ant-radio-inner,
.ant-radio-disabled .ant-radio-input,
.ant-radio-disabled + span,
.ant-select-disabled .ant-select-selection,
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span,
.ant-select-dropdown-menu-item-disabled:hover, .ant-select-dropdown-menu-item-disabled,
.ant-switch-loading, .ant-switch-disabled,
.ant-switch-loading::before, .ant-switch-disabled::before, .ant-switch-loading::after, .ant-switch-disabled::after {
    cursor: default !important;
}

/* tree */
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
    background: none !important;
}

.ant-tree li {
    padding: 0 !important;
}

.ant-tree li .ant-tree-node-content-wrapper {
    color: #333333 !important;
    height: 25px !important;
    padding: 2px 5px !important;
}

.ant-tree li .ant-tree-node-content-wrapper:hover {
    background-color: lightblue !important;
    color: darkslategrey !important;
}

.ant-tree-title .ant-dropdown-trigger {
    display: inline-block !important;
    height: 100%;
    width: 100%;
}

/* download tooltip */
.download-tooltip .ant-tooltip-inner,
.download-tooltip .ant-tooltip-arrow::before {
    background-color: #fff !important;
}

.download-tooltip-file:hover {
    text-decoration: underline !important;
}

.download-tooltip-file {
    color: #1890ff !important;
    cursor: pointer !important;
}

/* chart */
.div-combo-chart .isoExampleWrapper {
    margin-top: 0 !important;
}

/* scroll-select-selection--multiple */
.scroll-select-selection--multiple .ant-select-selection--multiple {
    max-height: 60px !important;
    overflow: auto;
}

/* huong dan */
@media screen and (max-width: 1600px) {
    .guideDrawer .ant-drawer-content-wrapper {
        width: 70% !important;
    }
}

@media screen and (max-width: 1200px) {
    .guideDrawer .ant-drawer-content-wrapper {
        width: 100% !important;
    }
}

/* .ant-table-row-cell-break-word */
.ant-table-row-cell-break-word {
    word-break: normal !important;
}

/* new layout scroll scroll scroll */
.isoLayoutContentWrapper {
    margin-top: -25px !important;
    padding: 0 !important;
    overflow: overlay !important;
}

.LayoutContentScroll {
    min-width: 1200px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    height: calc(100vh - 57px); /*100vh - 45topBar - 6margin -6padding*/
}

.ant-table-body {
    overflow-y: auto !important;
}

.ant-table-header {
    overflow-y: hidden !important;
    /* width: calc(100% - 8px) !important; */
}
.ant-table-bordered.ant-table-fixed-header 
  .ant-table-scroll 
  .ant-table-header.ant-table-hide-scrollbar 
  .ant-table-thead > tr:only-child > th:last-child {
    border-right-color: #e8e8e8 !important;
}

@-moz-document url-prefix() {
    .isoLayoutContentWrapper {
        overflow: auto !important;
    }
}

/*--------------------------------------------------- scroll*/
div::-webkit-scrollbar {
    width: 8px;
    height: 12px;
}

/* Track */
div::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.ant-table-body::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

/* Handle */
div::-webkit-scrollbar-thumb {
    background: #bfc4cd;
    border-radius: 10px;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
    /*background: #555;*/
}

.errorInput {
    border: 1px solid red !important;
}
