#pds-datatable-example th,
#pds-datatable-example td {
    text-align: center;
    color: #444444;
}


.table-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;

    & a {
        color: #222;
        font-size: 16px;
        font-weight: 500;
        margin-right: 1em;
        display: inline-block;

        &:hover {
            text-decoration: none;
        }
    }

    & select {
        background: #fff;
        font-family: 'Be Vietnam', sans-serif;
        font-size: 16px;
        font-weight: 500;
        width: 12em;
        height: 2.5em;
    }
}

#tableUser {
    background: #fff;
    width: 100%;
    table-layout: fixed;
    border-radius: 6px;
}

#tableUser table {
    background: #fff;
    table-layout: fixed;
    border-radius: 6px;
}

#tableUser thead {
    background: #1A5DC8;
    color: #fff;
}

#tableUser th {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

#tableUser tbody td {
    padding: 1em 1em;
}

#tableUser tbody tr {

    &.show {
        display: table-row;
    }

    &.hidden {
        display: none;
    }

    &.bg-grey,
    &:nth-child(odd){
        background: #f1f1f1;
    }

    &:last-child td {
        border-bottom: none;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pre-footer ul {
    margin: 0;
    padding: 0;
}
.pre-footer {
    width: 100%;
    background: #E6E6E6;
    float: left;
}
.pre-footer .container {
    padding: 0;
}

.pre-footer ul li {
    width: 16.6%;
    text-align: center;
    list-style: none;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    border-right: solid 1px #ccc;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .pre-footer ul li {
        width: 33%;
    }
}

.pre-footer ul li img {
    width: 40px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pre-footer ul li span {
    display: block;
    margin-top: 10px;
}

.pds-table-top-border, table.pds-table, table.pds-table-bordered {
    border-spacing: 0;
    width: 100%}
.pds-table-top-border th, table.pds-table th, table.pds-table-bordered th {
    font-weight: 400;
    font-family: "FS Elliot Web Bold", "FS Elliot Web Regular", Arial, arial, sans-serif;
    text-align: left;
}
table.pds-table thead th {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}
table.pds-table tbody td, table.pds-table tbody th {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    height: 55px;
    border:2px blue solid;
}
table.pds-table tr>:first-child {
    padding-left: 20px;
    border:2px red solid;
}
table.pds-table tr>:last-child {
    padding-right: 20px;
}
table.pds-table-bordered {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
table.pds-table-bordered tbody>tr:last-child>td, table.pds-table-bordered tbody>tr:last-child>th {
    border-bottom: none;
}
table.pds-table-bordered tbody td, table.pds-table-bordered tbody th {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    height: 55px;
}
table.pds-table-bordered thead th {
    padding-left: 10px;
    height: 55px;
    border-bottom: 1px solid #e8e8e8;
}
table.pds-table-bordered tr>:first-child {
    padding-left: 20px;
}
table.pds-table-bordered tr>:last-child {
    padding-right: 20px;
}
.pds-table-scrolling {
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
}
.pds-table-scrolling.pds-table-left-shadow.pds-table-right-shadow {
    box-shadow: inset 40px 0 30px -30px rgba(128, 128, 128, .26), inset -40px 0 30px -30px rgba(128, 128, 128, .26);
}
.pds-table-scrolling.pds-table-right-shadow {
    box-shadow: inset -40px 0 30px -30px rgba(128, 128, 128, .26);
}
.pds-table-scrolling.pds-table-left-shadow {
    box-shadow: inset 40px 0 30px -30px rgba(128, 128, 128, .26);
}
.pds-table-top-border thead th {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.pds-table-top-border tbody td, .pds-table-top-border tbody th {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    height: 55px;
}
.pds-table-top-border tr>:first-child {
    padding-left: 20px;
}
.pds-table-top-border tr>:last-child {
    padding-right: 20px;
}
label, label .pds-label-optional, select {
    font-family: "FS Elliot Web Regular", Arial, arial, sans-serif;
}
.pds-table-top-border tr:first-child>td, .pds-table-top-border tr:first-child>th {
    border-top: 1px solid #e8e8e8;
}
.pds-table-top-border tbody>tr:last-child>td, .pds-table-top-border tbody>tr:last-child>th, .pds-table-top-border thead>tr:last-child>td, .pds-table-top-border thead>tr:last-child>th {
    border-bottom: none;
}
input[type=tel], input[type=text], input[type=search], input[type=date], input[type=pds-date], input[type=email], input[type=password], input[type=number] {
    color: #333;
    background-color: #fff;
    font-family: "FS Elliot Web Regular", Arial, arial, sans-serif;
    border: 1px solid #616267;
    font-size: 16px;
    box-shadow: none;
    display: flex;
    width: 100%;
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
input[type=tel].pds-input-small, input[type=text].pds-input-small, input[type=search].pds-input-small, input[type=date].pds-input-small, input[type=pds-date].pds-input-small, input[type=email].pds-input-small, input[type=password].pds-input-small, input[type=number].pds-input-small {
    height: 40px;
}
input[type=tel]:active, input[type=tel]:focus, input[type=tel]:hover, input[type=text]:active, input[type=text]:focus, input[type=text]:hover, input[type=search]:active, input[type=search]:focus, input[type=search]:hover, input[type=date]:active, input[type=date]:focus, input[type=date]:hover, input[type=pds-date]:active, input[type=pds-date]:focus, input[type=pds-date]:hover, input[type=email]:active, input[type=email]:focus, input[type=email]:hover, input[type=password]:active, input[type=password]:focus, input[type=password]:hover, input[type=number]:active, input[type=number]:focus, input[type=number]:hover {
    background-color: #fbfbfb;
}
input[type=tel]:hover, input[type=text]:hover, input[type=search]:hover, input[type=date]:hover, input[type=pds-date]:hover, input[type=email]:hover, input[type=password]:hover, input[type=number]:hover {
    border-color: #04508A;
}
input[type=tel]:active, input[type=tel]:focus, input[type=text]:active, input[type=text]:focus, input[type=search]:active, input[type=search]:focus, input[type=date]:active, input[type=date]:focus, input[type=pds-date]:active, input[type=pds-date]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, input[type=number]:active, input[type=number]:focus {
    outline: 0;
    border-color: #034170;
    box-shadow: 0 0 8px #034170;
}
input[type=tel]:disabled, input[type=text]:disabled, input[type=search]:disabled, input[type=date]:disabled, input[type=pds-date]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=number]:disabled {
    color: #c5c6c5;
    background-color: #f6f6f8;
    cursor: not-allowed;
    border: 1px solid #c5c6c5;
    font-size: 16px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 44px;
    padding-left: 12px;
}
input[type=tel]:disabled.pds-input-small, input[type=text]:disabled.pds-input-small, input[type=search]:disabled.pds-input-small, input[type=date]:disabled.pds-input-small, input[type=pds-date]:disabled.pds-input-small, input[type=email]:disabled.pds-input-small, input[type=password]:disabled.pds-input-small, input[type=number]:disabled.pds-input-small {
    height: 40px;
}
input[type=tel].pds-input-error, input[type=text].pds-input-error, input[type=search].pds-input-error, input[type=date].pds-input-error, input[type=pds-date].pds-input-error, input[type=email].pds-input-error, input[type=password].pds-input-error, input[type=number].pds-input-error {
    border-color: #c00000;
}
input[type=tel].pds-input-error:active, input[type=tel].pds-input-error:focus, input[type=text].pds-input-error:active, input[type=text].pds-input-error:focus, input[type=search].pds-input-error:active, input[type=search].pds-input-error:focus, input[type=date].pds-input-error:active, input[type=date].pds-input-error:focus, input[type=pds-date].pds-input-error:active, input[type=pds-date].pds-input-error:focus, input[type=email].pds-input-error:active, input[type=email].pds-input-error:focus, input[type=password].pds-input-error:active, input[type=password].pds-input-error:focus, input[type=number].pds-input-error:active, input[type=number].pds-input-error:focus {
    border: 1px solid #0091da;
}
.pds-input-icon-left {
    position: relative;
}
.pds-input-icon-left .pds-input-icon, .pds-input-icon-left svg {
    position: absolute;
    bottom: 12px;
    left: 16px;
}
.pds-input-icon-left input {
    padding-left: 48px;
}
.pds-input-icon-left input.pds-input-small+.pds-input-icon, .pds-input-icon-left input.pds-input-small+svg {
    bottom: 7px;
}
.pds-input-icon-right {
    position: relative;
}
.pds-input-icon-right .pds-input-icon, .pds-input-icon-right svg {
    position: absolute;
    bottom: 12px;
    right: 16px;
}
.pds-input-icon-right input {
    padding-right: 48px;
}
.pds-input-icon-right input.pds-input-small+.pds-input-icon, .pds-input-icon-right input.pds-input-small+svg {
    bottom: 7px;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}
label {
    color: #333;
    font-size: 16.5px;
}
label .pds-label-optional {
    font-size: 12px;
}
label .pds-label-required {
    color: #c00000;
}
select, select option {
    color: #333;
}
.pds-searchInput {
    display: flex;
    flex-direction: row;
    border: 1px solid #616267;
    padding: 2px;
    border-radius: 4px;
    background: #fff;
    align-items: center;
}
.pds-searchInput button, .pds-searchInput button:active, .pds-searchInput button:focus, .pds-searchInput button:hover {
    background-repeat: no-repeat;
    height: 24px;
    width: 31px;
    background-size: 24px;
}
.pds-searchInput:active, .pds-searchInput:focus, .pds-searchInput:focus-within {
    box-shadow: 0 0 6px 2px rgba(24, 65, 108, .3);
}
.pds-searchInput input {
    flex-grow: 2;
    border: none;
    padding-right: 0;
}
.pds-searchInput input:active, .pds-searchInput input:focus, .pds-searchInput input:hover {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.pds-searchInput button {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26.76' height='26.768'%3E\a %3Cg data-name='Group 6019'%3E\a %3Cg data-name='Ellipse 1278' stroke-width='2' stroke='%23035fa4' fill='none'%3E\a %3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E\a %3Ccircle cx='10.5' cy='10.5' r='9.5'/%3E\a %3C/g%3E\a %3Cg data-name='Group 5997'%3E\a %3Cpath data-name='Line 1364' stroke-linecap='round' stroke-width='2.5' stroke='%23035fa4' fill='none' d='M18.048 18.016L24.992 25'/%3E\a %3C/g%3E\a %3C/g%3E\a %3C/svg%3E");
    background-color: #fff;
    padding: 0;
    margin: 0 6.33px 0 1em;
    border: 0;
    cursor: pointer;
}
.pds-searchInput button:hover {

}
select {
    border: 1px solid #616267;
    font-size: 16px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 12px;
    padding-right: 36px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml, %3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333333' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 8px top 50%, 0 0;
    background-size: 1.75rem auto, 100%;
    border-radius: 8px;
}
.pds-pagination a, select option:checked {
    font-family: "FS Elliot Web Bold", "FS Elliot Web Regular", Arial, arial, sans-serif;
}
select.pds-select-small {
    height: 40px;
}
select:active, select:focus {
    outline: 0;
    border-color: #035fa4;
    box-shadow: 0 0 8px #035fa4;
}
select:active, select:focus, select:hover {
    background-color: #fbfbfb;
}
select.pds-select-error {
    border-color: #c00000;
}
select.pds-select-error:active, select.pds-select-error:focus {
    border: 1px solid #0091da;
}
select:disabled {
    color: #c5c6c5;
    background-color: #f6f6f8;
    opacity: 1;
    cursor: not-allowed;
    border: 1px solid #c5c6c5;
    background-image: url("data:image/svg+xml, %3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c5c6c5' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
    box-shadow: none;
}
select [hidden], select [placeholder], select:invalid {
    color: #e8e8e8;
}
select[multiple] {
    height: auto;
    background-image: none;
    padding: 12px;
}
select::-ms-expand {
    display: none;
}
.pds-pagination {
    display: flex;
}
.pds-pagination ul {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
}
.pds-pagination ul li:not(:first-child) a {
    margin-left: -1px;
}
.pds-pagination a {
    border: 1px solid #c5c6c5;
}
.pds-pagination [data-feather] {
    height: 20px;
    width: 20px;
}
.pds-pagination .pds-pagination-link {
    position: relative;
    display: flex;
    color: #035fa4;
    background-color: #fff;
    border: 1px solid #c5c6c5;
    min-height: 48px;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    z-index: 2;
    height: 100%}
.pds-dataTable .pds-dataTable-pagination .pds-dataTable-first-page, .pds-pagination .pds-pagination-item:first-child .pds-pagination-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pds-dataTable .pds-dataTable-pagination .pds-dataTable-last-page, .pds-pagination .pds-pagination-item:last-child .pds-pagination-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pds-pagination .pds-pagination-link.disabled {
    background-color: #e8e8e8;
    color: #9d9ea4;
    cursor: not-allowed;
}
.pds-pagination .pds-pagination-link.disabled:hover {
    background-color: #e8e8e8;
}
.pds-pagination .pds-pagination-link:hover {
    background-color: #f6f6f8;
}
.pds-pagination .pds-pagination-link.pds-pagination-active, .pds-pagination .pds-pagination-link:active {
    background-color: #034170;
    color: #fff;
    border-color: #034170;
    cursor: not-allowed;
}
.pds-pagination .pds-pagination-link:focus {
    z-index: 3;
}
.pds-dataTable {
    overflow-y: auto;
    max-width: 100%;
    display: inline-block;
}
.pds-dataTable.pds-dataTable-flexible {
    width: auto;
}
.pds-dataTable.pds-dataTable-flexible .pds-dataTable-table-header, .pds-dataTable.pds-dataTable-flexible .pds-dataTable-table-item {
    white-space: initial!important;
}
.pds-dataTable .pds-dataTable-header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pds-dataTable .pds-dataTable-header .pds-dataTable-smart-search {
    width: 344px;
    margin-right: 6px;
}
.pds-dataTable .pds-dataTable-header .pds-dataTable-title {
    align-self: flex-end;
    display: inline-block;
    margin: 0;
    font-size: 22px;
}
.pds-dataTable .pds-dataTable-show-entries {
    display: inline-block;
}
.pds-dataTable .pds-dataTable-show-entries .pds-dataTable-total-entries {
    display: inline-block;
    margin: 0;
}
.pds-dataTable .pds-dataTable-show-entries .pds-dataTable-select-options {
    display: inline-block;
    width: 78px;
    margin: 0 6px;
}
.pds-dataTable .pds-dataTable-pagination {
    display: flex;
    margin-left: 28px;
}
.pds-dataTable .pds-dataTable-pagination ul {
    margin: 0;
}
.pds-dataTable .pds-dataTable-pagination .pds-dataTable-next-buttons, .pds-dataTable .pds-dataTable-pagination .pds-dataTable-previous-buttons {
    display: inherit;
    color: #255f9f;
    height: 48px;
}
.pds-dataTable .pds-dataTable-pagination span.pds-dataTable-previous-buttons a.page {
    border-right: 0;
}
.pds-dataTable .pds-dataTable-pagination span.pds-dataTable-next-buttons a.page {
    border-left: 0;
}
.pds-dataTable .pds-dataTable-pagination [data-feather] {
    height: 20px;
    width: 20px;
}
.pds-dataTable .pds-dataTable-pagination li.disabled {
    display: none;
}
.pds-dataTable .pds-dataTable-pagination li .pds-pagination-link {
    border-radius: 0!important;
}
.pds-dataTable .pds-icon-sort, .pds-dataTable .sort svg:nth-child(3) {
    display: block;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='Sorting' width='24' height='24' viewBox='0 0 24 24'%3E\a %3Crect id='Rectangle_4078' data-name='Rectangle 4078' width='24' height='24' fill='none'/%3E\a %3Cg id='Group_6115' data-name='Group 6115' transform='translate(6 6)'%3E\a %3Cg id='chevron-down' transform='translate(2 8)'%3E\a %3Cpath id='chevron-down-2' data-name='chevron-down' d='M6, 9l4, 4, 4-4' transform='translate(-6 -9)' fill='none' stroke='%23616267' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E\a %3C/g%3E\a %3Cg id='chevron-up' transform='translate(2)'%3E\a %3Cpath id='chevron-up-2' data-name='chevron-up' d='M14, 13, 10, 9, 6, 13' transform='translate(-6 -9)' fill='none' stroke='%23616267' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E\a %3C/g%3E\a %3C/g%3E\a%3C/svg%3E");
    color: #616267;
    position: relative;
    width: 18px;
    height: 20px;
    float: right;
}
.pds-dataTable .pds-icon-sort:hover, .pds-dataTable .sort svg:nth-child(3):hover {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='Sorting' width='24' height='24' viewBox='0 0 24 24'%3E\a %3Crect id='Rectangle_4078' data-name='Rectangle 4078' width='24' height='24' fill='none'/%3E\a %3Cg id='Group_6115' data-name='Group 6115' transform='translate(6 6)'%3E\a %3Cg id='chevron-down' transform='translate(2 8)'%3E\a %3Cpath id='chevron-down-2' data-name='chevron-down' d='M6, 9l4, 4, 4-4' transform='translate(-6 -9)' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E\a %3C/g%3E\a %3Cg id='chevron-up' transform='translate(2)'%3E\a %3Cpath id='chevron-up-2' data-name='chevron-up' d='M14, 13, 10, 9, 6, 13' transform='translate(-6 -9)' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E\a %3C/g%3E\a %3C/g%3E\a%3C/svg%3E");
}
.pds-dataTable .sort svg:nth-child(1), .pds-dataTable .sort svg:nth-child(2) {
    display: none;
}
.pds-dataTable .sort.asc svg:nth-child(1) {
    display: block;
    height: 16px;
    width: 16px;
    color: #333;
    margin-top: 5px;
    float: right;
}
.pds-dataTable .sort.asc svg:nth-child(2), .pds-dataTable .sort.asc svg:nth-child(3), .pds-dataTable .sort.desc svg:nth-child(1), .pds-dataTable .sort.desc svg:nth-child(3) {
    display: none;
}
.pds-dataTable .sort.desc svg:nth-child(2) {
    display: block;
    height: 16px;
    width: 16px;
    top: 0;
    right: 0;
    color: #333;
    margin-top: 5px;
    float: right;
}
.pds-dataTable .pds-dataTable-table-container {
    margin: 16px 0 24px;
    overflow-x: auto;
    display: block;
    width: auto;
}
.pds-dataTable .pds-dataTable-table-container table {
    table-layout: fixed;
    width: auto!important;
    min-width: 100%}
.pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header, .pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-item {
    white-space: nowrap;
    overflow: hidden;
    min-width: 56px;
    padding: 16px;
}
.pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header:hover:after {
    background: #e8e8e8;
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 11px);
    position: absolute;
    display: block;
    top: 6px;
    left: 6px;
    z-index: -1;
    border-radius: 8px;
}
.pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header .pds-dataTable-table-sort-icons {
    float: right;
    border-bottom: 0;
}
.pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header .pds-dataTable-table-sort-icons:hover {
    border-bottom: 0;
}
.pds-dataTable .pds-dataTable-table-container table tr th:first-child:hover {
    border-top-left-radius: 10px;
}
.pds-dataTable .pds-dataTable-table-container table tr th:last-child:hover {
    border-top-right-radius: 10px;
}
.pds-dataTable .pds-dataTable-table-container table tr td:first-child.pds-dataTable-table-item, .pds-dataTable .pds-dataTable-table-container table tr th:first-child.pds-dataTable-table-header {
    margin-left: 4px;
}
.pds-dataTable .pds-dataTable-table-container table tr td:last-child.pds-dataTable-table-item, .pds-dataTable .pds-dataTable-table-container table tr th:last-child.pds-dataTable-table-header {
    margin-right: 4px;
}
.pds-dataTable .pds-dataTable-table-container table svg {
    display: none;
}
.pds-dataTable .pds-dataTable-table-container table th {
    cursor: pointer;
}
.pds-dataTable .pds-dataTable-table-container table td, .pds-dataTable .pds-dataTable-table-container table th {
    padding: 0;
    margin: 0;
}
.pds-dataTable .pds-dataTable-footer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 16px;
}
@media screen and (min-width:721px) {
    .pds-dataTable {
        width: 100%}
}@media screen and (max-width:720px) {
    .pds-dataTable {
        width: auto!important;
        display: block!important;
    }
    .pds-dataTable .pds-dataTable-previous-buttons {
        border-right: 1px solid #c5c6c5;
    }
    .pds-dataTable .pds-dataTable-header {
        flex-direction: column;
        margin-top: 24px!important;
    }
    .pds-dataTable .pds-dataTable-title {
        align-self: flex-start!important;
        margin-left: 0!important;
    }
    .pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-header, .pds-dataTable .pds-dataTable-table-container table .pds-dataTable-table-item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap!important;
    }
    .pds-dataTable .pds-dataTable-smart-search {
        width: auto!important;
        margin: 24px 6px 8px!important;
    }
    .pds-dataTable .pagination, .pds-dataTable .pds-dataTable-select-label, .pds-dataTable .pds-dataTable-total-entries {
        display: none!important;
    }
    .pds-dataTable .pds-dataTable-select-options {
        margin: 0!important;
    }
}
