/* table dataViewList */
/* Ensure that the demo table scrolls */
.no-sort {
    all: none;
}
.modules #dataTablesView tr th,
.modules #dataTablesView tr td {
    white-space: nowrap;
}
div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}
.modules table thead tr th {
    border-left: 1px solid #ebeced;
    background: #dedddd;
    color: rgb(89, 87, 87);
    text-align: center;
}
.modules table thead tr th:nth-child(2) {
    border-right: 1px solid #ebeced;
}
.modules table tbody tr td {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.modules table tbody tr td:nth-last-child(2) {
    border-left: 1px solid #dee2e6;
}
#dataTablesView_wrapper {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background: #dedddd;
}
.modules .modules-body {
    padding-top: 0.5rem !important;
    padding-bottom: 2px !important;
}
.modules .modules-body ._limit {
    min-width: 50px;
}
.modules .modules-footer {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.modules .dtfc-right-top-blocker {
    top: -7px !important;
    background-color: #dedddd;
    border-bottom: 1px solid #a29b9b !important;
}
.content-wrapper > .content {
    display: block;
}
.datepicker table thead th {
    background: none;
}
.fa-huy-hieu-doan::before {
    /* content: url("../img/huy-hieu-doan.png"); */
    background-image: url("../img/huy-hieu-doan.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    white-space: pre;
    display: inline;
    transform: translate(-50%, -18px);
}
.fa-logo-hoi-phu-nu::before {
    /* content: url("../img/logo-hoi-phu-nu.png"); */
    background-image: url("../img/logo-hoi-phu-nu.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    content: "";
    position: absolute;
    white-space: pre;
    display: inline;
    transform: translate(-50%, -18px);
}
.fa-logo-hoi-nong-dan::before {
    /* content: url("../img/logo-hoi-nong-dan"); */
    background-image: url("../img/logo-hoi-nong-dan.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 23px;
    height: 20px;
    content: "";
    position: absolute;
    white-space: pre;
    display: inline;
    transform: translate(-50%, -18px);
}
.notificationDataView {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(51, 51, 51, 0.5); /* Màu nền với độ trong suốt */
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 16px;
    z-index: 1000;
    display: none; /* Ban đầu ẩn thông báo */
}
/* Khi hiển thị */
.notificationDataView.show {
    display: block; /* Hiển thị thông báo */
}
.fa-exchange-alt {
    transform: rotate(-90deg); /* Hoặc rotate(270deg) */
    display: inline-block; /* Để transform có tác dụng trên phần tử inline */
}
.content-view {
    padding-top: 0.5rem;
    display: flex;
}
.content-view-bc .card-footer {
    padding: 0rem;
}
.content-view-bc #export table.dataTable thead th {
    padding: 0px 10px;
}
.content-view-bc-hh #export {
    margin-top: -10px;
}
.content-view-bc-hh .card-footer {
    padding: 0rem;
}
.content-view-bc-hh #export table.dataTable thead th {
    padding: 0px 10px;
}
.content-view-bc-hh .modules-body form {
    margin-top: -5px;
}
.content-view-bc-hh .modules .modules-footer {
    margin-top: 0;
}
.view_info_pagination {
    padding-top: 3px !important;
}
.noAdmin {
    display: none;
}