section#view-thongtinvps {
    overflow: hidden;
}

.thongtinvps-page {
    --bg-body: #020617;
    --text-main: #fff;
    --text-muted: #94a3b8;
    --text-dim: #cbd5e1;
    --text-dark: #64748b;
    --cyan: #06b6d4;
    --emerald: #10b981;
    --purple: #a855f7;
    --glass-bg: rgba(255, 255, 255, .02);
    --border-faint: rgba(255, 255, 255, .05);
    --border-light: rgba(255, 255, 255, .1);
    position: relative;
    background: var(--bg-body);
}

.thongtinvps-page .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.thongtinvps-page #monitorSection {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.thongtinvps-page .header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.thongtinvps-page .page-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-main);
    letter-spacing: -.05em;
    margin: 0
}

.thongtinvps-page .page-subtitle {
    font-size: 1.125rem;
    color: var(--text-muted);
    margin: .5rem 0 0
}

.thongtinvps-page .glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--border-faint);
    border-radius: 32px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.thongtinvps-page .glass-card:hover {
    border-color: var(--border-light)
}

.thongtinvps-page .ambient-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0
}

.thongtinvps-page .glow-cyan {
    top: -10%;
    left: -10%;
    width: 50vw;
    height: 50vw;
    background: rgba(6, 182, 212, .08);
    filter: blur(120px)
}

.thongtinvps-page .glow-purple {
    bottom: -20%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: rgba(147, 51, 234, .08);
    filter: blur(150px)
}

.thongtinvps-page .glow-emerald {
    top: 40%;
    left: 20%;
    width: 30vw;
    height: 30vw;
    background: rgba(16, 185, 129, .04);
    filter: blur(100px)
}

.thongtinvps-page .btn-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    height: 44px;
    background: rgba(15, 23, 42, .4);
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 999px;
    padding: 0 1.4rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-main);
    transition: all .3s ease;
    white-space: nowrap
}

.thongtinvps-page .btn-pill:hover {
    background: rgba(15, 23, 42, .8);
    border-color: rgba(255, 255, 255, .1)
}

.thongtinvps-page .top-bar {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.thongtinvps-page .top-bar-header {
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.thongtinvps-page .icon-box-large {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(16, 185, 129, .06);
    border: 1px solid rgba(16, 185, 129, .15);
    display: flex;
    align-items: center;
    justify-content: center
}

.thongtinvps-page .icon-box-large svg {
    stroke: var(--emerald);
    width: 26px;
    height: 26px
}

.thongtinvps-page .stat-title {
    font-size: 1.75rem;
    color: var(--text-main);
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 .35rem
}

.thongtinvps-page .stat-desc {
    color: var(--text-muted);
    font-size: .9rem;
    font-weight: 400;
    margin: 0
}

.thongtinvps-page .top-bar-controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 2rem;
    flex-wrap: wrap
}

.thongtinvps-page .controls-left {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex: 1 1 680px;
    min-width: 340px
}

.thongtinvps-page .action-buttons {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-left: auto;
    flex: 0 0 auto
}

.thongtinvps-page .data-time-info .label {
    color: var(--text-dark);
    font-size: .8rem
}

.thongtinvps-page .data-time-info .value {
    color: var(--text-main);
    font-weight: 600;
    font-size: .92rem
}

.thongtinvps-page .time-sub {
    color: var(--text-dark);
    font-size: .75rem
}

.thongtinvps-page .search-wrapper {
    position: relative;
    width: 340px
}

.thongtinvps-page .search-icon {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dark);
    width: 18px;
    height: 18px
}

.thongtinvps-page .search-input {
    width: 100%;
    height: 44px;
    background: rgba(15, 23, 42, .4);
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 999px;
    padding: 0 1.25rem 0 2.8rem;
    font-size: .875rem;
    color: var(--text-main)
}

.thongtinvps-page .search-input::placeholder {
    color: var(--text-dark)
}

.thongtinvps-page .chart-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.thongtinvps-page .charts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
}

.thongtinvps-page .card-hover-float:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4)
}

.thongtinvps-page .card-hover-float.cyan:hover {
    border-color: rgba(6, 182, 212, .3)
}

.thongtinvps-page .card-hover-float.purple:hover {
    border-color: rgba(147, 51, 234, .3)
}

.thongtinvps-page .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2
}

.thongtinvps-page .chart-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0
}

.thongtinvps-page .chart-subtitle {
    font-size: .75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    margin-top: .25rem
}

.thongtinvps-page .chart-wrapper {
    height: 220px;
    width: 100%;
    position: relative
}

.thongtinvps-page .vps-chart-canvas-wrap {
    height: 100%;
    position: relative
}

.thongtinvps-page .table-container {
    padding: 0
}

.thongtinvps-page .table-header {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border-faint);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.thongtinvps-page .table-title {
    font-size: 1.25rem;
    color: var(--text-main);
    margin: 0
}

.thongtinvps-page .privacy-controls {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap
}

.thongtinvps-page .btn-privacy {
    height: 38px;
    padding: 0 1rem;
    font-size: .82rem;
    background: rgba(15, 23, 42, .45);
    border-color: rgba(255, 255, 255, .08)
}

.thongtinvps-page .btn-privacy .privacy-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .95
}

.thongtinvps-page .btn-privacy.active {
    background: rgba(6, 182, 212, .18);
    border-color: rgba(6, 182, 212, .45);
    box-shadow: 0 0 0 1px rgba(6, 182, 212, .15) inset, 0 0 20px rgba(6, 182, 212, .15)
}

.thongtinvps-page .btn-privacy.active .privacy-btn-icon {
    color: var(--cyan)
}

.thongtinvps-page .table-responsive {
    overflow-x: auto
}

.thongtinvps-page .data-table {
    width: 100%;
    border-collapse: collapse
}

.thongtinvps-page .data-table th {
    padding: 1.25rem;
    font-size: .75rem;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
    background: rgba(0, 0, 0, .2)
}

.thongtinvps-page .data-table td {
    padding: 1.25rem;
    border-top: 1px solid var(--border-faint);
    color: var(--text-dim);
    font-size: .875rem
}

.thongtinvps-page .data-table tr:hover td {
    background: rgba(255, 255, 255, .03)
}

.thongtinvps-page .data-table th:first-child,
.thongtinvps-page .data-table td:first-child {
    padding-left: 2rem
}

.thongtinvps-page .data-table th:last-child,
.thongtinvps-page .data-table td:last-child {
    text-align: right;
    padding-right: 2rem
}

.thongtinvps-page .data-table .col-ip {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.thongtinvps-page .data-table .col-cpu,
.thongtinvps-page .data-table .col-ram,
.thongtinvps-page .data-table .col-upload-speed,
.thongtinvps-page .data-table .col-download-speed,
.thongtinvps-page .data-table .col-total-upload,
.thongtinvps-page .data-table .col-total-download {
    text-align: right;
    white-space: nowrap
}

.thongtinvps-page .td-id {
    color: var(--text-muted);
    font-weight: 500
}

.thongtinvps-page .td-host {
    color: var(--text-main);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .75rem
}

.thongtinvps-page .host-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim)
}

.thongtinvps-page .data-table tr:hover .host-icon {
    border-color: rgba(6, 182, 212, .5);
    background: rgba(6, 182, 212, .1);
    color: var(--cyan)
}

.thongtinvps-page .td-ip {
    font-family: monospace;
    color: var(--text-dim)
}

.thongtinvps-page #monitorSection.ip-masked .td-ip {
    filter: blur(7px);
    opacity: .65;
    user-select: none;
    transition: filter .25s ease, opacity .25s ease
}

.thongtinvps-page #monitorSection.ip-masked .data-table .col-ip {
    pointer-events: none
}

.thongtinvps-page #monitorSection.hostname-masked .td-host span {
    filter: blur(7px);
    opacity: .65;
    user-select: none;
    transition: filter .25s ease, opacity .25s ease
}

.thongtinvps-page #monitorSection.hostname-masked .data-table .col-hostname {
    pointer-events: none
}

.thongtinvps-page .td-cpu .main {
    font-weight: 600;
    color: var(--text-main);
    margin-right: .25rem
}

.thongtinvps-page .td-cpu .sub {
    font-size: .75rem;
    color: var(--text-dark)
}

.thongtinvps-page .cpu-bar-bg {
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, .3);
    border-radius: 999px;
    margin-top: .5rem;
    overflow: hidden
}

.thongtinvps-page .cpu-bar-fill {
    height: 100%;
    background: var(--cyan);
    border-radius: 999px;
    box-shadow: 0 0 10px var(--cyan)
}

.thongtinvps-page .td-ram {
    font-weight: 600;
    color: var(--text-dim)
}

.thongtinvps-page .td-up {
    font-weight: 600;
    color: var(--emerald)
}

.thongtinvps-page .td-down {
    font-weight: 600;
    color: var(--purple)
}

.thongtinvps-page .table-empty {
    padding: 1rem 2rem;
    color: var(--text-muted)
}

.thongtinvps-page .loading-section {
    display: flex;
    align-items: center;
    gap: .8rem
}

.thongtinvps-page .loading-box {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--text-dim)
}

.thongtinvps-page .loading-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 12px var(--cyan);
    animation: tivpsPulse 1.2s ease-in-out infinite
}

@keyframes tivpsPulse {

    0%,
    100% {
        opacity: .45;
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }
}

@media (max-width:1024px) {
    .thongtinvps-page .charts-grid {
        grid-template-columns: 1fr
    }

    .thongtinvps-page .top-bar-controls {
        justify-content: flex-start
    }

    .thongtinvps-page .action-buttons {
        margin-left: 0
    }
}

@media (max-width:768px) {
    .thongtinvps-page .container {
        padding: 1rem
    }

    .thongtinvps-page .page-title {
        font-size: 2rem
    }

    .thongtinvps-page .controls-left {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0
    }

    .thongtinvps-page .search-wrapper {
        width: 100%
    }

    .thongtinvps-page .action-buttons {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}