:root{
    --ios-bg: #f2f2f7;
    --ios-card: rgba(255,255,255,.82);
    --ios-card-solid: #ffffff;
    --ios-text: #1c1c1e;
    --ios-subtext: #6e6e73;
    --ios-line: rgba(60,60,67,.12);
    --ios-line-strong: rgba(60,60,67,.18);
    --ios-blue: #007aff;
    --ios-blue-pressed: #0062cc;
    --ios-hover: rgba(0,122,255,.05);
    --ios-shadow: 0 10px 30px rgba(0,0,0,.06);
    --ios-radius-xl: 22px;
    --ios-radius-lg: 18px;
    --ios-radius-md: 14px;
    --ios-radius-sm: 10px;
}

body{
    background: var(--ios-bg);
}

.vat-tu-page{
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 14px 40px;
    color: var(--ios-text);
}

.vat-tu-header{
    margin-bottom: 16px;
}

.vat-tu-header h1{
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ios-text);
}

.vat-tu-sub{
    margin: 0;
    color: var(--ios-subtext);
    font-size: 15px;
}

.vat-tu-empty{
    background: #fff8e1;
    color: #7a5d00;
    border: 1px solid rgba(122,93,0,.12);
    border-radius: var(--ios-radius-lg);
    padding: 16px 18px;
    box-shadow: var(--ios-shadow);
}

.vat-tu-toolbar{
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.vat-tu-search-wrap{
    flex: 1 1 460px;
    min-width: 260px;
}

.vat-tu-search{
    width: 100%;
    height: 52px;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 0 16px;
    outline: none;
    font-size: 16px;
    color: var(--ios-text);
    background: rgba(118,118,128,.12);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    transition: .2s ease;
    box-sizing: border-box;
}

.vat-tu-search::placeholder{
    color: #8e8e93;
}
tbody#vt-tbody {
    display: table-row-group;
}

.vat-tu-table tr th {
    background: #317eba;
    color: #fff;
    border: 1px solid #9e9e9e;
    text-align: center;
}

tbody#vt-tbody td {
    text-align: left;
}
.vat-tu-search:focus{
    background: #fff;
    border-color: rgba(0,122,255,.28);
    box-shadow: 0 0 0 4px rgba(0,122,255,.10);
}

.vat-tu-meta{
    font-size: 14px;
    color: var(--ios-subtext);
    padding: 0 2px;
}

.vat-tu-table-wrap{
    overflow: auto;
    background: var(--ios-card);
    border: 1px solid rgba(255,255,255,.65);
    padding: 15px;
    box-shadow: var(--ios-shadow);
    backdrop-filter: saturate(180%) blur(28px);
    -webkit-backdrop-filter: saturate(180%) blur(28px);
}
tbody#vt-tbody td:last-child {
    text-align: center;
}
.vat-tu-export-wrap {
    /* margin-top: 30px; */
    text-align: right;
}

button#vt-export-excel {
    padding: 6px 20px;
    background: #1c7e05;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 9px;
    border: none;
    box-shadow: #00000012 0 1px 1px, #00000012 0 2px 2px, #00000012 0 4px 4px, #00000012 0 8px 8px, #00000012 0 16px 16px;
}

button#vt-export-excel:hover {
    background: #44db62;
}
.vt-export-btn:active{
    transform:scale(.98);
}
.vat-tu-table{
    width: 100%;
    min-width: 1180px;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--ios-text);
    border: 1px solid #9e9e9e;
}

.vat-tu-table thead th{
position: sticky;
    top: 0;
    z-index: 3;
    background: #27a4dd;
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #3a3a3c;
    letter-spacing: .01em;
    border-bottom: 1px solid var(--ios-line-strong);
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.vat-tu-table th,
.vat-tu-table td{
    padding: 14px 12px;
    vertical-align: middle;
    box-sizing: border-box;
}

.vat-tu-table tbody td{
    font-size: 14px;
    border-bottom: 1px solid var(--ios-line);
    background: transparent;
}

.vat-tu-table tbody tr{
    transition: background .18s ease;
}

.vat-tu-table tbody tr:hover td{
    background: var(--ios-hover);
}

.vat-tu-table tbody tr:last-child td{
    border-bottom: none;
}

.vat-tu-table .text-center{
    text-align: center;
}

.vat-tu-table .text-right{
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.vat-tu-table .strong{
    font-weight: 700;
}

.vat-tu-table .col-stt{ width: 84px; }
.vat-tu-table .col-ma{ width: 230px; }
.vat-tu-table .col-ten{ width: 470px; }
.vat-tu-table .col-dvt{ width: 90px; }
.vat-tu-table .col-dongia{ width: 160px; }
.vat-tu-table .col-sl{ width: 110px; }
.vat-tu-table .col-thanhtien{ width: 180px; }
.vat-tu-table .col-ghichu{ width: 140px; }

.vt-no-data{
    text-align: center;
    padding: 28px 12px !important;
    color: var(--ios-subtext);
    font-size: 15px;
}

.vat-tu-pagination{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.vt-page-btn{
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(60,60,67,.12);
    background: rgba(255,255,255,.88);
    color: var(--ios-text);
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: .18s ease;
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
}

.vt-page-btn:hover:not(:disabled){
    background: #fff;
    transform: translateY(-1px);
}

.vt-page-btn:active:not(:disabled){
    transform: scale(.98);
}

.vt-page-btn.active{
    background: var(--ios-blue);
    border-color: var(--ios-blue);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0,122,255,.26);
}

.vt-page-btn:disabled{
    opacity: .42;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.vt-page-dots{
    color: var(--ios-subtext);
    font-size: 15px;
    padding: 0 2px;
}

@media (max-width: 991px){
    .vat-tu-page{
        padding: 18px 10px 28px;
    }

    .vat-tu-header h1{
        font-size: 28px;
    }

    .vat-tu-search{
        height: 48px;
        font-size: 15px;
    }
}

@media (max-width: 767px){
    .vat-tu-page{
        padding-left: 8px;
        padding-right: 8px;
    }

    .vat-tu-header h1{
        font-size: 24px;
    }

    .vat-tu-toolbar{
        align-items: stretch;
    }

    .vat-tu-meta{
        width: 100%;
        font-size: 13px;
    }

    .vat-tu-table-wrap{
        border-radius: 18px;
    }

    .vat-tu-table th,
    .vat-tu-table td{
        padding: 12px 10px;
    }

    .vat-tu-table thead th{
        font-size: 12px;
    }

    .vat-tu-table tbody td{
        font-size: 13px;
    }

    .vt-page-btn{
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 13px;
    }
    table#vat-tu-table {
    overflow-x: scroll !important;
}

.vat-tu-page {
    max-width: 100%;
}

.vat-tu-meta {
    text-align: left;
}
}